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 269089

Summary: NullPointerException at org.netbeans.modules.debugger.jpda.ui.models.ValuePropertyEditor.getTags
Product: debugger Reporter: Exceptions Reporter <exceptions_reporter>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal Keywords: JDK_9
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227273
Attachments: stacktrace

Description Exceptions Reporter 2016-11-23 10:56:43 UTC
This bug was originally marked as duplicate of bug 234212, 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 201611220001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+132, Java(TM) SE Runtime Environment, 9-ea+132
OS: Mac OS X

User Comments:
GUEST: null pointer exception thrown by IDE

GUEST: Null pointer issue in debugger. continously keeps popping up on debug mode.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.jpda.ui.models.ValuePropertyEditor.getTags(ValuePropertyEditor.java:402)
   at org.openide.explorer.propertysheet.RendererFactory.getRenderer(RendererFactory.java:236)
   at org.openide.explorer.propertysheet.RendererPropertyDisplayer.getRenderer(RendererPropertyDisplayer.java:296)
   at org.openide.explorer.propertysheet.RendererPropertyDisplayer.paintComponent(RendererPropertyDisplayer.java:275)
   at javax.swing.JComponent.paint(JComponent.java:1056)
   at javax.swing.JComponent.paintChildren(JComponent.java:889)
Comment 1 Exceptions Reporter 2016-11-23 10:56:45 UTC
Created attachment 162995 [details]
stacktrace