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

Summary: NullPointerException at org.netbeans.modules.web.inspect.ui.DomTCController.updateDomTC0
Product: web Reporter: rafaelmb
Component: InspectionAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220384
Attachments: stacktrace

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