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 167560

Summary: NullPointerException at org.netbeans.modules.uml.diagrams.UMLRelationshipDiscovery.createNestedLink
Product: uml Reporter: cassus <cassus>
Component: GeneralAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=152940
Issue Type: DEFECT Exception Reporter: 152940
Attachments: stacktrace

Description cassus 2009-06-23 21:04:29 UTC
Build: NetBeans IDE 6.7 RC3 (Build 200906142201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-13-generic, amd64

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.uml.diagrams.UMLRelationshipDiscovery.createNestedLink(UMLRelationshipDiscovery.java:574)
        at org.netbeans.modules.uml.diagrams.UMLRelationshipDiscovery.createNestedLinks(UMLRelationshipDiscovery.java:400)
        at org.netbeans.modules.uml.diagrams.UMLRelationshipDiscovery.createdNestedLinks(UMLRelationshipDiscovery.java:494)
        at org.netbeans.modules.uml.diagrams.UMLRelationshipDiscovery.discoverCommonRelations(UMLRelationshipDiscovery.java:138)
        at org.netbeans.modules.uml.drawingarea.actions.SceneAcceptProvider.createConnection(SceneAcceptProvider.java:594)
        at org.netbeans.modules.uml.drawingarea.actions.SceneAcceptProvider.accept(SceneAcceptProvider.java:529)
Comment 1 cassus 2009-06-23 21:04:39 UTC
Created attachment 83959 [details]
stacktrace