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 218492 - NullPointerException at org.netbeans.modules.html.editor.HtmlElementProperties.runInEDT
Summary: NullPointerException at org.netbeans.modules.html.editor.HtmlElementPropertie...
Status: RESOLVED FIXED
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:
: 218502 218517 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-09-17 20:50 UTC by Martin Fousek
Modified: 2012-09-19 09:04 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192505


Attachments
stacktrace (1.01 KB, text/plain)
2012-09-17 20:50 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2012-09-17 20:50:45 UTC
Build: NetBeans IDE Dev (Build 20120917-40eb98babd78)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

User Comments:
marfous: just started ide




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:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:158)
Comment 1 Martin Fousek 2012-09-17 20:50:48 UTC
Created attachment 124478 [details]
stacktrace
Comment 2 Martin Fousek 2012-09-17 21:47:06 UTC
BTW, getting this exception for any non-html file.
Comment 3 Marek Fukala 2012-09-18 07:08:17 UTC
web-main#9a852150f5b0
Comment 4 Marek Fukala 2012-09-18 07:16:45 UTC
*** Bug 218502 has been marked as a duplicate of this bug. ***
Comment 5 Marek Fukala 2012-09-18 09:17:03 UTC
*** Bug 218517 has been marked as a duplicate of this bug. ***
Comment 6 padraigdoran 2012-09-18 15:57:43 UTC
Bug back again. Check http://statistics.netbeans.org/analytics/exception.do?id=612232
Comment 8 Quality Engineering 2012-09-19 03:02:41 UTC
Integrated into 'main-golden', will be available in build *201209190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9a852150f5b0
User: Marek Fukala <mfukala@netbeans.org>
Log: #218492 - NullPointerException at org.netbeans.modules.html.editor.HtmlElementProperties.runInEDT
Comment 9 padraigdoran 2012-09-19 09:04:20 UTC
Working again, thanks.