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 257423 - NullPointerException at org.netbeans.jpa.modeler.core.widget.attribute.AttributeWidget$1.getDisplay
Summary: NullPointerException at org.netbeans.jpa.modeler.core.widget.attribute.Attrib...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-05 16:56 UTC by pkevin
Modified: 2016-01-05 16:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221982


Attachments
stacktrace (6.01 KB, text/plain)
2016-01-05 16:56 UTC, pkevin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pkevin 2016-01-05 16:56:19 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
pkevin: After installing update to JPA modeller plugin, got this error when trying it out.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.jpa.modeler.core.widget.attribute.AttributeWidget$1.getDisplay(AttributeWidget.java:219)
   at org.netbeans.modeler.properties.embedded.EmbeddedPropertyEditorSupport.getAsText(EmbeddedPropertyEditorSupport.java:37)
   at org.openide.explorer.propertysheet.RendererFactory$StringRenderer.reset(RendererFactory.java:963)
   at org.openide.explorer.propertysheet.RendererFactory$StringRenderer.connect(RendererFactory.java:926)
   at org.openide.explorer.propertysheet.RendererFactory.prepareString(RendererFactory.java:383)
   at org.openide.explorer.propertysheet.RendererFactory.getRenderer(RendererFactory.java:246)
Comment 1 pkevin 2016-01-05 16:56:21 UTC
Created attachment 158015 [details]
stacktrace