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

Summary: NullPointerException at org.netbeans.core.windows.view.ViewHelper.setSplitWeights
Product: platform Reporter: Dale_Stigers
Component: Window SystemAssignee: issues@platform <issues>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 169652
Attachments: stacktrace

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