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 250609 - NullPointerException at org.uml.newcode.renaming.MemberRenameTable.propertyChange
Summary: NullPointerException at org.uml.newcode.renaming.MemberRenameTable.propertyCh...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-22 12:13 UTC by tonyattwood
Modified: 2015-02-23 08:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215584


Attachments
stacktrace (4.32 KB, text/plain)
2015-02-22 12:13 UTC, tonyattwood
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tonyattwood 2015-02-22 12:13:20 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
tonyattwood: Tried to reverse engineer a simple project using easyUML




Stacktrace: 
java.lang.NullPointerException
   at org.uml.newcode.renaming.MemberRenameTable.propertyChange(MemberRenameTable.java:34)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
   at org.uml.model.members.MemberBase.setName(MemberBase.java:79)
   at org.uml.model.ContainerBase.addPartToContainter(ContainerBase.java:59)
Comment 1 tonyattwood 2015-02-22 12:13:23 UTC
Created attachment 152138 [details]
stacktrace
Comment 2 tonyattwood 2015-02-22 12:22:57 UTC
This seemed to be caused by the code which I was trying to reverse engineer having errors in it.> Created attachment 152138 [details]
> stacktrace