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 - NPE from CreatorBasedLazyFixList.getFixes()
Summary: NPE from CreatorBasedLazyFixList.getFixes()
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: RANDOM
: 89344 89701 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-09 10:02 UTC by Martin Krauskopf
Modified: 2006-11-22 12:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (778 bytes, text/plain)
2006-11-09 10:03 UTC, Martin Krauskopf
Details

Note You need to log in before you can comment on or make changes to this bug.
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