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 269125 - NullPointerException at com.sun.tools.javac.processing.JavacProcessingEnvironment$1.visitMethodDef
Summary: NullPointerException at com.sun.tools.javac.processing.JavacProcessingEnviron...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-25 22:53 UTC by misterm
Modified: 2017-10-26 07:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227314


Attachments
stacktrace (3.66 KB, text/plain)
2016-11-25 22:53 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2016-11-25 22:53:40 UTC
Build: NetBeans IDE Dev (Build 20161119-e98b094d3240)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 8.1

User Comments:
misterm: Typing




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$1.visitMethodDef(JavacProcessingEnvironment.java:1598)
   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:858)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$1.scan(JavacProcessingEnvironment.java:1522)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
   at com.sun.tools.javac.tree.TreeScanner.visitClassDef(TreeScanner.java:111)
Comment 1 misterm 2016-11-25 22:53:41 UTC
Created attachment 163032 [details]
stacktrace