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 210073 - NullPointerException at org.netbeans.modules.java.editor.JavaEditorWarmUpTask.run
Summary: NullPointerException at org.netbeans.modules.java.editor.JavaEditorWarmUpTask...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 07:47 UTC by williambacchi
Modified: 2012-03-28 12:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186269


Attachments
stacktrace (358 bytes, text/plain)
2012-03-26 07:47 UTC, williambacchi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description williambacchi 2012-03-26 07:47:25 UTC
Build: NetBeans IDE Dev (Build 201203250401)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.editor.JavaEditorWarmUpTask.run(JavaEditorWarmUpTask.java:259)
   at org.netbeans.core.startup.WarmUpSupport.run(WarmUpSupport.java:94)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 williambacchi 2012-03-26 07:47:26 UTC
Created attachment 117225 [details]
stacktrace
Comment 2 Dusan Balek 2012-03-28 12:52:48 UTC
Fixed together with #210018