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 253197

Summary: NullPointerException at org.uml.reveng.ReverseEngineer.createComponents
Product: platform Reporter: dbcurtis <dbcurtis>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal CC: dbcurtis, ibrahim660
Priority: P3    
Version: 8.0   
Hardware: HP   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter: 216397
Attachments: stacktrace
stacktrace

Description dbcurtis 2015-06-26 05:38:59 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:
GUEST: When i want to generate Diagram with easyUML, it produces NullPointerException

GUEST: Was trying easyUML reverse engineering code on an existing project

dbcurtis: Attempting to user EasyUML on an existing project

GUEST: Clicking create UML class diagram for the extension easyUML




Stacktrace: 
java.lang.NullPointerException
   at org.uml.reveng.ReverseEngineer.createComponents(ReverseEngineer.java:98)
   at org.uml.reveng.ReverseEngineer.createClassDiagramFromFiles(ReverseEngineer.java:59)
   at org.uml.reveng.ReverseEngineerJ2SEAction.actionPerformed(ReverseEngineerJ2SEAction.java:67)
   at org.openide.awt.InjectorExactlyOne.actionPerformed(InjectorExactlyOne.java:78)
   at org.openide.awt.ContextAction$Performer.actionPerformed(ContextAction.java:226)
   at org.openide.awt.ContextManager.actionPerformed(ContextManager.java:260)
Comment 1 dbcurtis 2015-06-26 05:39:01 UTC
Created attachment 154401 [details]
stacktrace
Comment 2 dbcurtis 2015-07-14 00:47:25 UTC
Created attachment 154600 [details]
stacktrace

just finshed bringing in a new git branch