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 250907 - 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-03-04 21:52 UTC by asmotrich
Modified: 2015-03-04 21:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215852


Attachments
stacktrace (3.76 KB, text/plain)
2015-03-04 21:52 UTC, asmotrich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description asmotrich 2015-03-04 21:52:48 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Mac OS X

User Comments:
asmotrich: Trying to reverse-engineer a Java package into UML class diagram. The package contains interfaces only.




Stacktrace: 
java.lang.NullPointerException
   at org.uml.reveng.ReverseEngineer.createComponents(ReverseEngineer.java:98)
   at org.uml.reveng.ReverseEngineer.createClassDiagramFromPath(ReverseEngineer.java:75)
   at org.uml.reveng.ReverseEngineerPackageAction.actionPerformed(ReverseEngineerPackageAction.java:57)
   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 asmotrich 2015-03-04 21:52:50 UTC
Created attachment 152402 [details]
stacktrace