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 - NullPointerException at org.netbeans.modules.debugger.jpda.ui.models.ValuePropertyEditor.getTags
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.ui.models.ValuePro...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: JDK_9
Depends on:
Blocks:
 
Reported: 2016-11-23 10:56 UTC by Exceptions Reporter
Modified: 2016-12-06 07:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227273


Attachments
stacktrace (5.32 KB, text/plain)
2016-11-23 10:56 UTC, Exceptions Reporter
Details

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