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 252588 - NullPointerException at org.uml.newcode.members.LiteralCodeGenerator.findExistingDeclaration
Summary: NullPointerException at org.uml.newcode.members.LiteralCodeGenerator.findExis...
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-05-26 10:46 UTC by janvo
Modified: 2015-06-30 10:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217523


Attachments
stacktrace (7.29 KB, text/plain)
2015-05-26 10:46 UTC, janvo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description janvo 2015-05-26 10:46:29 UTC
Build: NetBeans IDE 8.0.2 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.72-b04, Java(TM) SE Runtime Environment, 1.7.0_72-b14
OS: Linux

User Comments:
janvo: generate code




Stacktrace: 
java.lang.NullPointerException
   at org.uml.newcode.members.LiteralCodeGenerator.findExistingDeclaration(LiteralCodeGenerator.java:66)
   at org.uml.newcode.members.LiteralCodeGenerator.updateLiterals(LiteralCodeGenerator.java:35)
   at org.uml.newcode.components.EnumCodeGenerator.updateCode(EnumCodeGenerator.java:67)
   at org.uml.newcode.components.EnumCodeGenerator.updateCode(EnumCodeGenerator.java:24)
   at org.uml.newcode.components.ComponentCodeGeneratorBase.generateOrUpdateCode(ComponentCodeGeneratorBase.java:62)
   at org.uml.newcode.ClassDiagramCodeGenerator.generateOrUpdateCode(ClassDiagramCodeGenerator.java:38)
Comment 1 janvo 2015-05-26 10:46:31 UTC
Created attachment 153869 [details]
stacktrace