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 186200 - NullPointerException at org.netbeans.core.windows.view.ViewHelper.setSplitWeights
Summary: NullPointerException at org.netbeans.core.windows.view.ViewHelper.setSplitWei...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-15 07:10 UTC by Dale_Stigers
Modified: 2010-09-23 11:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169652


Attachments
stacktrace (2.87 KB, text/plain)
2010-05-15 07:10 UTC, Dale_Stigers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dale_Stigers 2010-05-15 07:10:29 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista

User Comments:
Dale_Stigers: Adding a panel to another panel.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.windows.view.ViewHelper.setSplitWeights(ViewHelper.java:260)
   at org.netbeans.core.windows.view.DefaultView.userMovedSplit(DefaultView.java:728)
   at org.netbeans.core.windows.view.SplitView$1.propertyChange(SplitView.java:192)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:347)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
Comment 1 Dale_Stigers 2010-05-15 07:10:32 UTC
Created attachment 99038 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2010-09-23 11:32:41 UTC
please reopen if reproducible in recent builds, thanks