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 225315 - NullPointerException at com.sun.tools.javac.comp.Check.annotationApplicable
Summary: NullPointerException at com.sun.tools.javac.comp.Check.annotationApplicable
Status: RESOLVED WORKSFORME
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: 2013-01-25 05:14 UTC by bht
Modified: 2015-02-04 03:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197973


Attachments
stacktrace (4.61 KB, text/plain)
2013-01-25 05:14 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2013-01-25 05:14:19 UTC
Build: NetBeans IDE Dev (Build 201301230001)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows XP

User Comments:
bht: Toggle breakpoint in source file while debugger is suspended




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Check.annotationApplicable(Check.java:2395)
   at com.sun.tools.javac.comp.Check.validateAnnotation(Check.java:2366)
   at com.sun.tools.javac.comp.Check.validateAnnotations(Check.java:2358)
   at com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:3287)
   at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:3263)
   at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:3216)
Comment 1 bht 2013-01-25 05:14:22 UTC
Created attachment 130615 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:29:24 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.