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 270943 - NullPointerException at org.netbeans.api.visual.model.ObjectScene.removeObject
Summary: NullPointerException at org.netbeans.api.visual.model.ObjectScene.removeObject
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: 2017-06-23 11:28 UTC by SHFitz
Modified: 2017-06-23 11:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216815


Attachments
stacktrace (4.02 KB, text/plain)
2017-06-23 11:28 UTC, SHFitz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SHFitz 2017-06-23 11:28:44 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 7

User Comments:
GUEST: deleting a class

GUEST: <Please provide a description of the problem or the steps to reproduce>

GUEST: Plugings UML fail.

GUEST: Use soft

SHFitz: I generated a UML diagram from our project via the easyUML plugin. I deleted an Interface I did not require in the diagram and this seems to have produced this error.

GUEST: Arrancando el ide

GUEST: Started UML Plugin




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.visual.model.ObjectScene.removeObject(ObjectScene.java:151)
   at org.netbeans.api.visual.graph.GraphScene.removeEdge(GraphScene.java:175)
   at org.uml.visual.widgets.ClassDiagramScene.propertyChange(ClassDiagramScene.java:476)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
Comment 1 SHFitz 2017-06-23 11:28:46 UTC
Created attachment 164608 [details]
stacktrace