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 168383

Summary: IllegalArgumentException: Called DataObject.find on null
Product: uml Reporter: kapil7562 <kapil7562>
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=150740
Issue Type: DEFECT Exception Reporter: 150740
Attachments: stacktrace

Description kapil7562 2009-07-10 08:37:41 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
kapil7562: uml problem

GUEST: Saved UML activity diagram



Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
        at org.openide.loaders.DataObject.find(DataObject.java:481)
        at org.netbeans.modules.uml.drawingarea.persistence.SaveDiagram.save(SaveDiagram.java:75)
        at org.openide.actions.SaveAction.performAction(SaveAction.java:88)
        at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:589)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:585)
Comment 1 kapil7562 2009-07-10 08:37:46 UTC
Created attachment 84577 [details]
stacktrace