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 271501 - NullPointerException at org.netbeans.modules.form.binding.BindingDesignSupportImpl.getBindingDescriptors
Summary: NullPointerException at org.netbeans.modules.form.binding.BindingDesignSuppor...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Binding (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-19 02:05 UTC by gacatocho
Modified: 2017-09-19 02:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230336


Attachments
stacktrace (8.23 KB, text/plain)
2017-09-19 02:05 UTC, gacatocho
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gacatocho 2017-09-19 02:05:49 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Mac OS X

User Comments:
gacatocho: <Please provide a description of the problem or the steps to reproduce>  inciando la aplicacion




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.binding.BindingDesignSupportImpl.getBindingDescriptors(BindingDesignSupportImpl.java:380)
   at org.netbeans.modules.form.BindingCustomizer$ExpressionNode.<init>(BindingCustomizer.java:1324)
   at org.netbeans.modules.form.BindingCustomizer$ExpressionNode.loadChildren(BindingCustomizer.java:1389)
   at org.netbeans.modules.form.BindingCustomizer$ExpressionNode.loadChildren(BindingCustomizer.java:1373)
   at javax.swing.JTree$DynamicUtilTreeNode.getChildCount(JTree.java:3982)
   at javax.swing.tree.DefaultTreeModel.getChildCount(DefaultTreeModel.java:186)
Comment 1 gacatocho 2017-09-19 02:05:52 UTC
Created attachment 165145 [details]
stacktrace