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

Summary: NullPointerException at org.uml.reveng.ReverseEngineer.createComponents
Product: uml Reporter: tameren
Component: Reverse EngineeringAssignee: issues@uml <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218810
Attachments: stacktrace

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.