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 239410 - NullPointerException at com.sun.tools.javac.comp.Attr.checkForDeclarationAnnotations
Summary: NullPointerException at com.sun.tools.javac.comp.Attr.checkForDeclarationAnno...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-12 12:25 UTC by rodrigorsantos
Modified: 2016-07-07 07:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205965


Attachments
stacktrace (2.42 KB, text/plain)
2013-12-12 12:25 UTC, rodrigorsantos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigorsantos 2013-12-12 12:25:07 UTC
Build: NetBeans IDE Dev (Build 20131209-54fd4dc8fbec)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
rodrigorsantos: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Attr.checkForDeclarationAnnotations(Attr.java:2348)
   at com.sun.tools.javac.comp.Attr.visitNewClass(Attr.java:2269)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1516)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:603)
   at com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:645)
   at com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1104)
Comment 1 rodrigorsantos 2013-12-12 12:25:08 UTC
Created attachment 143099 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:17:46 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss