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 154672 - NullPointerException at org.netbeans.modules.uml.drawingarea.actions.SelectAllAction.performAction
Summary: NullPointerException at org.netbeans.modules.uml.drawingarea.actions.SelectAl...
Status: RESOLVED INCOMPLETE
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: 2008-12-05 04:41 UTC by dbcurtis
Modified: 2009-06-03 15:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 143941


Attachments
stacktrace (2.24 KB, text/plain)
2008-12-05 04:41 UTC, dbcurtis
Details
stacktrace (2.24 KB, text/plain)
2009-06-03 15:04 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dbcurtis 2008-12-05 04:41:10 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.uml.drawingarea.actions.SelectAllAction.performAction(SelectAllAction.java:74)
        at org.openide.util.actions.NodeAction.performAction(NodeAction.java:289)
        at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:118)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:114)
        at org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:277)
Comment 1 dbcurtis 2008-12-05 04:41:20 UTC
Created attachment 74566 [details]
stacktrace
Comment 2 Sergey Petrov 2009-02-05 11:55:54 UTC
ANy details on how to reproduce the issue?
Comment 3 Sergey Petrov 2009-02-27 13:46:30 UTC
can't fix in 6.7 without additional details.
Comment 4 Exceptions Reporter 2009-05-16 17:07:23 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=143941
Comment 5 Exceptions Reporter 2009-06-03 15:04:16 UTC
Build: NetBeans IDE 6.5 (Build 200811100614)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.26.8-57.fc8, i386

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.uml.drawingarea.actions.SelectAllAction.performAction(SelectAllAction.java:74)
        at org.openide.util.actions.NodeAction.performAction(NodeAction.java:289)
        at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:118)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:114)
        at org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:277)
Comment 6 Exceptions Reporter 2009-06-03 15:04:37 UTC
Created attachment 83162 [details]
stacktrace