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 197635

Summary: NullPointerException at org.netbeans.modules.java.editor.JavaEditorWarmUpTask.run
Product: java Reporter: Jesse Glick <jglick>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178270
Attachments: stacktrace

Description Jesse Glick 2011-04-11 22:02:35 UTC
Build: NetBeans IDE Dev (Build 20110411-1ca2b19d8d8b)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.editor.JavaEditorWarmUpTask.run(JavaEditorWarmUpTask.java:153)
   at org.netbeans.core.WarmUpSupport.run(WarmUpSupport.java:90)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Jesse Glick 2011-04-11 22:02:38 UTC
Created attachment 107653 [details]
stacktrace
Comment 2 Dusan Balek 2011-04-12 09:49:35 UTC
The problem is that JavaEditorWarmUpTask is run twice at the moment. Already reported.

*** This bug has been marked as a duplicate of bug 190096 ***