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 89344 - NPE opening file
Summary: NPE opening file
Status: RESOLVED DUPLICATE of bug 88996
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-14 23:45 UTC by _ tboudreau
Modified: 2006-11-21 15:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2006-11-14 23:45:00 UTC
Double clicked a file and got this as it opened in the editor - some sort of
race condition?

java.lang.NullPointerException
	at
org.netbeans.modules.java.hints.CreatorBasedLazyFixList.getFixes(CreatorBasedLazyFixList.java:75)
	at
org.netbeans.modules.editor.hints.HintsControllerImpl$CompoundLazyFixList.getFixes(HintsControllerImpl.java:458)
	at
org.netbeans.modules.editor.hints.AnnotationHolder.updateAnnotations(AnnotationHolder.java:195)
	at
org.netbeans.modules.editor.hints.AnnotationHolder.access$500(AnnotationHolder.java:69)
	at
org.netbeans.modules.editor.hints.AnnotationHolder$2$1.run(AnnotationHolder.java:176)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:541)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:963)
Comment 1 Jan Lahoda 2006-11-21 15:15:09 UTC

*** This issue has been marked as a duplicate of 88996 ***