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 247766

Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCurrentPositions
Product: guibuilder Reporter: danilogmoura
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212527
Attachments: stacktrace

Description danilogmoura 2014-10-07 12:21:16 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Linux

User Comments:
danilogmoura: I dont know,




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCurrentPositions(LayoutInterval.java:1019)
   at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCurrentSize(LayoutInterval.java:1000)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.intervalResized(LayoutDesigner.java:4349)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.setIntervalSize(LayoutDesigner.java:4342)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.access$200(LayoutDesigner.java:56)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner$ModelHandler.setIntervalSize(LayoutDesigner.java:132)
Comment 1 danilogmoura 2014-10-07 12:21:17 UTC
Created attachment 149764 [details]
stacktrace