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 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
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-07-10 08:37 UTC by kapil7562
Modified: 2009-07-10 08:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150740


Attachments
stacktrace (2.54 KB, text/plain)
2009-07-10 08:37 UTC, kapil7562
Details

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