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 176874 - NullPointerException at org.netbeans.modules.uml.diagrams.edges.factories.MessageFactory.getMessageNextToPoint
Summary: NullPointerException at org.netbeans.modules.uml.diagrams.edges.factories.Mes...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-16 03:14 UTC by LoganSmith
Modified: 2009-11-16 03:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 147089


Attachments
stacktrace (3.15 KB, text/plain)
2009-11-16 03:14 UTC, LoganSmith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description LoganSmith 2009-11-16 03:14:00 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.uml.diagrams.edges.factories.MessageFactory.getMessageNextToPoint(MessageFactory.java:128)
        at org.netbeans.modules.uml.diagrams.actions.sqd.MessagesConnectProvider.handleCreateConnection(MessagesConnectProvider.java:444)
        at org.netbeans.modules.uml.diagrams.actions.sqd.MessagesConnectProvider.createConnection(MessagesConnectProvider.java:353)
        at org.netbeans.modules.uml.diagrams.actions.sqd.ConnectAction.mouseReleased(ConnectAction.java:199)
        at org.netbeans.api.visual.widget.SceneComponent$Operator$3.operate(SceneComponent.java:561)
        at org.netbeans.api.visual.widget.SceneComponent.processLocationOperator(SceneComponent.java:276)
Comment 1 LoganSmith 2009-11-16 03:14:05 UTC
Created attachment 91070 [details]
stacktrace