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

Summary: NPE opening file
Product: java Reporter: _ tboudreau <tboudreau>
Component: EditorAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***