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 - NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCurrentPositions
Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutInterval...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-07 12:21 UTC by danilogmoura
Modified: 2014-10-07 12:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212527


Attachments
stacktrace (3.44 KB, text/plain)
2014-10-07 12:21 UTC, danilogmoura
Details

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