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 251572 - NullPointerException at org.netbeans.api.visual.model.ObjectScene.setFocusedObject
Summary: NullPointerException at org.netbeans.api.visual.model.ObjectScene.setFocusedO...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-01 18:34 UTC by AiltonRCJunior
Modified: 2015-04-01 18:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215587


Attachments
stacktrace (3.87 KB, text/plain)
2015-04-01 18:34 UTC, AiltonRCJunior
Details

Note You need to log in before you can comment on or make changes to this bug.
Description AiltonRCJunior 2015-04-01 18:34:30 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: Windows 7

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>
The netbeans crashed..!!

GUEST: ...

AiltonRCJunior: Error EasyUML, all aplication break, i don't know what it is!




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.visual.model.ObjectScene.setFocusedObject(ObjectScene.java:349)
   at org.uml.visual.widgets.ClassDiagramScene.setFocusedObjectAndToggleListeners(ClassDiagramScene.java:455)
   at org.uml.visual.widgets.ClassDiagramScene.deselectAll(ClassDiagramScene.java:432)
   at org.uml.visual.UMLTopComponent.componentDeactivated(UMLTopComponent.java:154)
   at org.openide.windows.WindowManager.activateComponent(WindowManager.java:279)
   at org.netbeans.core.windows.WindowManagerImpl.notifyRegistryTopComponentActivated(WindowManagerImpl.java:1171)
Comment 1 AiltonRCJunior 2015-04-01 18:34:32 UTC
Created attachment 152984 [details]
stacktrace