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

Summary: NullPointerException at org.netbeans.modules.uml.diagrams.edges.factories.MessageFactory.getMessageNextToPoint
Product: uml Reporter: LoganSmith
Component: GeneralAssignee: issues@uml <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 147089
Attachments: stacktrace

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