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 - NullPointerException at org.netbeans.modules.java.editor.JavaEditorWarmUpTask.run
Summary: NullPointerException at org.netbeans.modules.java.editor.JavaEditorWarmUpTask...
Status: RESOLVED DUPLICATE of bug 190096
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-11 22:02 UTC by Jesse Glick
Modified: 2011-04-12 09:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178270


Attachments
stacktrace (350 bytes, text/plain)
2011-04-11 22:02 UTC, Jesse Glick
Details

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