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 - NullPointerException at org.netbeans.modules.html.editor.HtmlElementProperties.runInEDT
Summary: NullPointerException at org.netbeans.modules.html.editor.HtmlElementPropertie...
Status: VERIFIED DUPLICATE of bug 218492
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-18 09:05 UTC by Jiri Skrivanek
Modified: 2012-09-18 09:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192519


Attachments
stacktrace (1.39 KB, text/plain)
2012-09-18 09:05 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***