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 195701 - 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-02-19 18:28 UTC by ual
Modified: 2011-02-21 09:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176835


Attachments
stacktrace (2.07 KB, text/plain)
2011-02-19 18:28 UTC, ual
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ual 2011-02-19 18:28:14 UTC
This bug was originally marked as duplicate of bug 184100, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201102190501)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

User Comments:
ual: "server and settings" error while building a web project using the wizard




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.editor.JavaEditorWarmUpTask.run(JavaEditorWarmUpTask.java:255)
   at org.netbeans.modules.ide.ergonomics.fod.WarmUp.run(WarmUp.java:75)
   at org.netbeans.modules.ide.ergonomics.fod.WarmUp.run(WarmUp.java:75)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 ual 2011-02-19 18:28:20 UTC
Created attachment 106190 [details]
stacktrace
Comment 2 Dusan Balek 2011-02-21 09:57:10 UTC
Already reported. Thanks.

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