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 224136 - NullPointerException at com.sun.tools.javac.comp.TransTypes.translateClass
Summary: NullPointerException at com.sun.tools.javac.comp.TransTypes.translateClass
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 15:02 UTC by marco76
Modified: 2013-01-08 16:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196840


Attachments
stacktrace (4.63 KB, text/plain)
2012-12-21 15:02 UTC, marco76
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco76 2012-12-21 15:02:50 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211020750)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.TransTypes.translateClass(TransTypes.java:850)
   at com.sun.tools.javac.comp.TransTypes.visitClassDef(TransTypes.java:446)
   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:593)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
   at com.sun.tools.javac.tree.TreeTranslator.visitClassDef(TreeTranslator.java:134)
Comment 1 marco76 2012-12-21 15:02:52 UTC
Created attachment 129624 [details]
stacktrace
Comment 2 Dusan Balek 2013-01-08 16:16:18 UTC
Should be fixed together with #223744.