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

Summary: NullPointerException at org.netbeans.modules.form.binding.BindingDesignSupportImpl.getBindingDescriptors
Product: guibuilder Reporter: gacatocho
Component: BindingAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230336
Attachments: stacktrace

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