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

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

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 ***