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

Summary: NullPointerException at com.sun.tools.javac.comp.Check.annotationApplicable
Product: java Reporter: bht <bht>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 197973
Attachments: stacktrace

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.