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 154105 - NullPointerException at java.util.ArrayList.addAll
Summary: NullPointerException at java.util.ArrayList.addAll
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-28 15:58 UTC by timoshinm
Modified: 2009-04-11 19:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 142506


Attachments
stacktrace (2.91 KB, text/plain)
2008-11-28 15:58 UTC, timoshinm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description timoshinm 2008-11-28 15:58:39 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at java.util.ArrayList.addAll(ArrayList.java:472)
        at org.netbeans.api.visual.graph.GraphScene.findNodeEdges(GraphScene.java:252)
        at org.netbeans.modules.uml.drawingarea.view.SelfLinkRouter.findTotalLinkToSelfBefore(SelfLinkRouter.java:123)
        at org.netbeans.modules.uml.drawingarea.view.SelfLinkRouter.routeConnection(SelfLinkRouter.java:63)
        at org.netbeans.api.visual.widget.ConnectionWidget.calculateRouting(ConnectionWidget.java:527)
        at org.netbeans.modules.visual.layout.ConnectionWidgetLayout.layout(ConnectionWidgetLayout.java:109)
Comment 1 timoshinm 2008-11-28 15:58:48 UTC
Created attachment 74281 [details]
stacktrace