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 242882 - NullPointerException at com.sun.tools.javac.comp.Attr.visitNewClass
Summary: NullPointerException at com.sun.tools.javac.comp.Attr.visitNewClass
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-13 21:07 UTC by rodrigorsantos
Modified: 2016-07-07 07:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208373


Attachments
stacktrace (4.55 KB, text/plain)
2014-03-13 21:07 UTC, rodrigorsantos
Details
stacktrace (3.27 KB, text/plain)
2014-03-13 21:52 UTC, rodrigorsantos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigorsantos 2014-03-13 21:07:31 UTC
This bug was originally marked as duplicate of bug 170855, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20140312-fa6d7aaec3af)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
rodrigorsantos: <Please provide a description of the problem or the steps to reproduce>

rodrigorsantos: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Attr.visitNewClass(Attr.java:2256)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1516)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:602)
   at com.sun.tools.javac.comp.Attr.attribArgs(Attr.java:700)
   at com.sun.tools.javac.comp.Attr.visitApply(Attr.java:1853)
   at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465)
Comment 1 rodrigorsantos 2014-03-13 21:07:32 UTC
Created attachment 146010 [details]
stacktrace
Comment 2 rodrigorsantos 2014-03-13 21:52:16 UTC
Created attachment 146011 [details]
stacktrace

<Please provide a description of the problem or the steps to reproduce>
Comment 3 Martin Balin 2016-07-07 07:16:22 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss