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 - 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: HP Windows 7 x64
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-26 05:38 UTC by dbcurtis
Modified: 2016-04-05 21:53 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216397


Attachments
stacktrace (3.69 KB, text/plain)
2015-06-26 05:39 UTC, dbcurtis
Details
stacktrace (3.69 KB, text/plain)
2015-07-14 00:47 UTC, dbcurtis
Details

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