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 230937 - NullPointerException at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.visitMethodDef
Summary: NullPointerException at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotati...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-07 15:10 UTC by tnleeuw
Modified: 2013-06-12 02:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201251


Attachments
stacktrace (4.81 KB, text/plain)
2013-06-07 15:10 UTC, tnleeuw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tnleeuw 2013-06-07 15:10:43 UTC
Build: NetBeans IDE Dev (Build 201306052301)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows Vista

User Comments:
tnleeuw: Switching windows in editor with ctrl-tab




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.visitMethodDef(TypeAnnotations.java:1017)
   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:776)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.scan(TypeAnnotations.java:237)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.visitClassDef(TypeAnnotations.java:991)
Comment 1 tnleeuw 2013-06-07 15:10:44 UTC
Created attachment 135515 [details]
stacktrace
Comment 3 Quality Engineering 2013-06-12 02:01:49 UTC
Integrated into 'main-golden', will be available in build *201306112301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b3d37c3475d8
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #230865, #226090, and #230937 fixed.