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 184100 - [69cat] NullPointerException at org.netbeans.modules.java.editor.JavaEditorWarmUpTask.run
Summary: [69cat] NullPointerException at org.netbeans.modules.java.editor.JavaEditorWa...
Status: RESOLVED FIXED
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: 2010-04-14 08:15 UTC by aldobrucale
Modified: 2010-04-16 04:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159102


Attachments
stacktrace (2.85 KB, text/plain)
2010-04-14 08:16 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2010-04-14 08:15:58 UTC
Build: NetBeans IDE Dev (Build 201004140201)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux

User Comments:
GUEST: when installing the jface plugins

aldobrucale: Starting netbeans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.editor.JavaEditorWarmUpTask.run(JavaEditorWarmUpTask.java:254)
   at org.netbeans.modules.ide.ergonomics.fod.WarmUp.run(WarmUp.java:72)
   at org.netbeans.modules.ide.ergonomics.fod.WarmUp.run(WarmUp.java:72)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1417)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1955)
Comment 1 aldobrucale 2010-04-14 08:16:02 UTC
Created attachment 97278 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-04-15 06:44:46 UTC
core-main#dfcf10de8c88
Comment 3 Quality Engineering 2010-04-16 04:21:00 UTC
Integrated into 'main-golden', will be available in build *201004160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/dfcf10de8c88
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #184100: Preventing NPE which was probably caused by parallel execution of two warm up tasks(?)