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 226894 - NullPointerException at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.annotationType
Summary: NullPointerException at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotati...
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-03-01 14:51 UTC by Alexandr Scherbatiy
Modified: 2015-02-04 03:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199182


Attachments
stacktrace (4.47 KB, text/plain)
2013-03-01 14:51 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2013-03-01 14:51:22 UTC
Build: NetBeans IDE Dev (Build jdk8lambda-1649-on-20130212)
VM: Java HotSpot(TM) Client VM, 22.0-b02, Java(TM) SE Runtime Environment, 1.7.0_02-ea-b04
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.annotationType(TypeAnnotations.java:487)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.separateAnnotationsKinds(TypeAnnotations.java:157)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.visitMethodDef(TypeAnnotations.java:867)
   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:778)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.scan(TypeAnnotations.java:135)
Comment 1 Alexandr Scherbatiy 2013-03-01 14:51:24 UTC
Created attachment 132070 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:29:18 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.