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 - NullPointerException at org.netbeans.modules.uml.diagrams.UMLRelationshipDiscovery.createNestedLink
Summary: NullPointerException at org.netbeans.modules.uml.diagrams.UMLRelationshipDisc...
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: 2009-06-23 21:04 UTC by cassus
Modified: 2009-06-23 21:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 152940


Attachments
stacktrace (3.33 KB, text/plain)
2009-06-23 21:04 UTC, cassus
Details

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