This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 88996

Summary: NPE from CreatorBasedLazyFixList.getFixes()
Product: java Reporter: Martin Krauskopf <mkrauskopf>
Component: HintsAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: blocker Keywords: RANDOM
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: NPE

Description Martin Krauskopf 2006-11-09 10:02:37 UTC
Cannot reproduce. Happened to me few times randomly. But probably obvious from
stacktrace.
Comment 1 Martin Krauskopf 2006-11-09 10:03:15 UTC
Created attachment 35910 [details]
NPE
Comment 2 Jan Lahoda 2006-11-21 15:15:02 UTC
*** Issue 89344 has been marked as a duplicate of this issue. ***
Comment 3 Jan Lahoda 2006-11-21 16:26:26 UTC
*** Issue 89701 has been marked as a duplicate of this issue. ***
Comment 4 Jan Lahoda 2006-11-22 12:49:14 UTC
Should be fixed:
Checking in src/org/netbeans/modules/java/hints/CreatorBasedLazyFixList.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/CreatorBasedLazyFixList.java,v
 <--  CreatorBasedLazyFixList.java
new revision: 1.4; previous revision: 1.3
done
Checking in src/org/netbeans/modules/java/hints/ImportClassEnabler.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/ImportClassEnabler.java,v 
<--  ImportClassEnabler.java
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/netbeans/modules/java/hints/LazyHintComputationFactory.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/LazyHintComputationFactory.java,v
 <--  LazyHintComputationFactory.java
new revision: 1.4; previous revision: 1.3
done
Checking in src/org/netbeans/modules/java/hints/LazyHintComputation.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/LazyHintComputation.java,v 
<--  LazyHintComputation.java
new revision: 1.4; previous revision: 1.3
done
Checking in src/org/netbeans/modules/java/hints/JavaHintsProvider.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/JavaHintsProvider.java,v 
<--  JavaHintsProvider.java
new revision: 1.61; previous revision: 1.60
done
Checking in
test/unit/src/org/netbeans/modules/java/hints/LazyHintComputationTest.java;
/cvs/java/hints/test/unit/src/org/netbeans/modules/java/hints/LazyHintComputationTest.java,v
 <--  LazyHintComputationTest.java
new revision: 1.2; previous revision: 1.1
done