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 257392 - NullPointerException at com.sun.tools.javac.comp.Repair.visitNewClass
Summary: NullPointerException at com.sun.tools.javac.comp.Repair.visitNewClass
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-04 15:17 UTC by Jesse Glick
Modified: 2016-01-09 02:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221956


Attachments
stacktrace (5.56 KB, text/plain)
2016-01-04 15:17 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2016-01-04 15:17:19 UTC
Build: NetBeans IDE Dev (Build 20160104-a8e46ac0d935)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
jglick: Classpath scanning on Jenkins core.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Repair.visitNewClass(Repair.java:368)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1659)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
   at com.sun.tools.javac.comp.Repair.translate(Repair.java:147)
   at com.sun.tools.javac.tree.TreeTranslator.visitVarDef(TreeTranslator.java:158)
   at com.sun.tools.javac.comp.Repair.visitVarDef(Repair.java:258)
Comment 1 Jesse Glick 2016-01-04 15:17:20 UTC
Created attachment 157987 [details]
stacktrace
Comment 3 Quality Engineering 2016-01-09 02:41:47 UTC
Integrated into 'main-silver', will be available in build *201601090002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/015490523391
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #247570, #247595, #257005, and #257392 - fixed.