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 - NullPointerException at org.netbeans.api.visual.widget.LabelWidget.calculateClientArea
Summary: NullPointerException at org.netbeans.api.visual.widget.LabelWidget.calculateC...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-26 14:28 UTC by fleka
Modified: 2011-05-07 05:35 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174108


Attachments
stacktrace (1.42 KB, text/plain)
2010-11-26 14:28 UTC, fleka
Details
stacktrace (1.42 KB, text/plain)
2011-01-07 20:10 UTC, Maksim Khramov
Details
stacktrace (1.81 KB, text/plain)
2011-03-18 15:28 UTC, Jesse Glick
Details
stacktrace (1.81 KB, text/plain)
2011-03-22 16:45 UTC, jportway
Details
stacktrace (1.81 KB, text/plain)
2011-05-05 09:06 UTC, simpatico
Details

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