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 255735 - NullPointerException at org.netbeans.modules.web.inspect.ui.DomTCController.updateDomTC0
Summary: NullPointerException at org.netbeans.modules.web.inspect.ui.DomTCController.u...
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: Inspection (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-06 13:19 UTC by rafaelmb
Modified: 2016-02-10 14:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220384


Attachments
stacktrace (1.37 KB, text/plain)
2015-10-06 13:19 UTC, rafaelmb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rafaelmb 2015-10-06 13:19:16 UTC
This bug was originally marked as duplicate of bug 227879, 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 201510060002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 8

User Comments:
rafaelmb: Happens everytime I run the project.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.inspect.ui.DomTCController.updateDomTC0(DomTCController.java:138)
   at org.netbeans.modules.web.inspect.ui.DomTCController.access$000(DomTCController.java:62)
   at org.netbeans.modules.web.inspect.ui.DomTCController$1.run(DomTCController.java:110)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:745)
   at java.awt.EventQueue.access$300(EventQueue.java:103)
Comment 1 rafaelmb 2015-10-06 13:19:17 UTC
Created attachment 156559 [details]
stacktrace