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 218517

Summary: NullPointerException at org.netbeans.modules.html.editor.HtmlElementProperties.runInEDT
Product: web Reporter: Jiri Skrivanek <jskrivanek>
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 192519
Attachments: stacktrace

Description Jiri Skrivanek 2012-09-18 09:05:49 UTC
Build: NetBeans IDE Dev (Build 201209180001)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
jskrivanek: index.jsp opened in editor.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.html.editor.HtmlElementProperties.runInEDT(HtmlElementProperties.java:166)
   at org.netbeans.modules.html.editor.HtmlElementProperties.access$000(HtmlElementProperties.java:96)
   at org.netbeans.modules.html.editor.HtmlElementProperties$1.run(HtmlElementProperties.java:131)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
   at java.awt.EventQueue.access$000(EventQueue.java:102)
Comment 1 Jiri Skrivanek 2012-09-18 09:05:52 UTC
Created attachment 124495 [details]
stacktrace
Comment 2 Marek Fukala 2012-09-18 09:17:03 UTC

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