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 - NullPointerException at org.uml.reveng.ReverseEngineer.createComponents
Summary: NullPointerException at org.uml.reveng.ReverseEngineer.createComponents
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-12 04:07 UTC by bfdoherty_2008
Modified: 2015-11-02 11:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216862


Attachments
stacktrace (3.70 KB, text/plain)
2015-05-12 04:08 UTC, bfdoherty_2008
Details

Note You need to log in before you can comment on or make changes to this bug.
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