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 234474 - NullPointerException at org.uml.code.FieldCodeGenerator.generateCode
Summary: NullPointerException at org.uml.code.FieldCodeGenerator.generateCode
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-16 03:28 UTC by davti
Modified: 2013-08-22 14:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203090


Attachments
stacktrace (3.33 KB, text/plain)
2013-08-16 03:28 UTC, davti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davti 2013-08-16 03:28:16 UTC
Build: NetBeans IDE 7.3 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b03
OS: Windows 7

User Comments:
davti: generate code




Stacktrace: 
java.lang.NullPointerException
   at org.uml.code.FieldCodeGenerator.generateCode(FieldCodeGenerator.java:46)
   at org.uml.code.ClassCodeGenerator.generateCode(ClassCodeGenerator.java:36)
   at org.uml.code.ClassDiagramCodeGenerator.generateCode(ClassDiagramCodeGenerator.java:57)
   at org.uml.visual.dialogs.GenerateCodeDialog.generateCode(GenerateCodeDialog.java:118)
   at org.uml.visual.dialogs.GenerateCodeDialog.<init>(GenerateCodeDialog.java:27)
   at org.uml.visual.widgets.providers.ScenePopupMenuProvider$5.actionPerformed(ScenePopupMenuProvider.java:135)
Comment 1 davti 2013-08-16 03:28:18 UTC
Created attachment 138771 [details]
stacktrace