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 257463 - NullPointerException at org.uml.reveng.ReverseEngineer.createComponents
Summary: NullPointerException at org.uml.reveng.ReverseEngineer.createComponents
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-07 16:47 UTC by tameren
Modified: 2016-01-07 16:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218810


Attachments
stacktrace (3.74 KB, text/plain)
2016-01-07 16:47 UTC, tameren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tameren 2016-01-07 16:47:21 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
tameren: easyuml cannot create class files from existing sources.

GUEST: easyUML does not like Java objects generated from FpML 5.5 spec. There are 477 Java objects generated by JAXB. All generated Java objects compile w/o error. Please help.

GUEST: pressed generate easyumal and it broke

GUEST: <Please provide a description of the problem or the steps to reproduce>d

GUEST: while trying to generate uml from generated fpml 5.5 java classes, i run into this problem.

GUEST: trying to do 'Create Class Diagram'.




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.ReverseEngineerPackageAction.actionPerformed(ReverseEngineerPackageAction.java:71)
   at org.openide.awt.InjectorAny.actionPerformed(InjectorAny.java:73)
   at org.openide.awt.ContextAction$Performer.actionPerformed(ContextAction.java:226)
   at org.openide.awt.ContextManager.actionPerformed(ContextManager.java:260)
Comment 1 tameren 2016-01-07 16:47:24 UTC
Created attachment 158049 [details]
stacktrace
Comment 2 Jiri Kovalsky 2016-01-07 16:56:40 UTC
This does not belong to Window System. Reassigning.