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 192529

Summary: NullPointerException at org.netbeans.api.visual.widget.LabelWidget.calculateClientArea
Product: platform Reporter: fleka <fleka>
Component: GraphAssignee: issues@platform <issues>
Status: RESOLVED FIXED    
Severity: normal CC: jglick, jportway, mkhramov, simpatico
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 174108
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

Description fleka 2010-11-26 14:28:20 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.visual.widget.LabelWidget.calculateClientArea(LabelWidget.java:263)
   at org.netbeans.api.visual.widget.Widget.calculatePreferredBounds(Widget.java:1008)
   at org.netbeans.api.visual.widget.Widget.getPreferredBounds(Widget.java:984)
   at org.netbeans.modules.maven.graph.ArtifactWidget.updateContent(ArtifactWidget.java:506)
   at org.netbeans.modules.maven.graph.ArtifactWidget.notifyStateChanged(ArtifactWidget.java:472)
   at org.netbeans.api.visual.widget.Widget.setState(Widget.java:1135)
Comment 1 fleka 2010-11-26 14:28:24 UTC
Created attachment 103376 [details]
stacktrace
Comment 2 Maksim Khramov 2011-01-07 20:10:55 UTC
Created attachment 104796 [details]
stacktrace
Comment 3 Exceptions Reporter 2011-02-22 19:29:07 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=174108
Comment 4 Jesse Glick 2011-03-18 15:28:02 UTC
Created attachment 107108 [details]
stacktrace
Comment 5 jportway 2011-03-22 16:45:58 UTC
Created attachment 107191 [details]
stacktrace
Comment 6 simpatico 2011-05-05 09:06:15 UTC
Created attachment 108127 [details]
stacktrace
Comment 7 Jesse Glick 2011-05-05 22:01:02 UTC
core-main #dad18401e0ef
Comment 8 Quality Engineering 2011-05-07 05:35:40 UTC
Integrated into 'main-golden', will be available in build *201105070000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/dad18401e0ef
User: Jesse Glick <jglick@netbeans.org>
Log: #192529: NullPointerException at org.netbeans.api.visual.widget.LabelWidget.calculateClientArea