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 252350

Summary: NullPointerException at org.uml.reveng.ReverseEngineer.createComponents
Product: platform Reporter: bfdoherty_2008
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal CC: ntls
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216862
Attachments: stacktrace

Description bfdoherty_2008 2015-05-12 04:07:59 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows Vista

User Comments:
bfdoherty_2008: I selected easyUML from the project menu to generate a class diagram.

GUEST: I started to create a class diagram with easyUML plug-in, so the problem is not with core NetBeans. The problem might have to do with limited system memory and a large number of classes.

GUEST: just installed easyuml and tried the easyUML create Class Diagram button

GUEST: Error reverse enginner




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.ReverseEngineerMavenJavaAction.actionPerformed(ReverseEngineerMavenJavaAction.java:63)
   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 bfdoherty_2008 2015-05-12 04:08:02 UTC
Created attachment 153611 [details]
stacktrace