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 253130 - NullPointerException at com.sun.tools.javac.comp.Lower.visitClassDef
Summary: NullPointerException at com.sun.tools.javac.comp.Lower.visitClassDef
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-23 11:08 UTC by tveimo
Modified: 2015-07-22 04:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218120


Attachments
stacktrace (4.79 KB, text/plain)
2015-06-23 11:08 UTC, tveimo
Details
stacktrace (5.00 KB, text/plain)
2015-06-25 15:02 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tveimo 2015-06-23 11:08:34 UTC
Build: NetBeans IDE Dev (Build 201506100001)
VM: OpenJDK 64-Bit Server VM, 1.9.0-internal-torgeir_2015_06_19_11_37-b00, OpenJDK Runtime Environment, 1.9.0-internal-torgeir_2015_06_19_11_37-b00
OS: Mac OS X

User Comments:
tveimo: browsing through a long list of classes in a search result, collapsing all the expanded nodes




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Lower.visitClassDef(Lower.java:2463)
   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:698)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
   at com.sun.tools.javac.comp.Lower.translate(Lower.java:2361)
   at com.sun.tools.javac.comp.Lower.translate(Lower.java:2380)
   at com.sun.tools.javac.comp.Lower.translateTopLevelClass(Lower.java:3937)
Comment 1 tveimo 2015-06-23 11:08:35 UTC
Created attachment 154344 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2015-06-25 15:02:42 UTC
Created attachment 154395 [details]
stacktrace

clicked on hashCode
Comment 4 Quality Engineering 2015-07-22 04:37:27 UTC
Integrated into 'main-silver', will be available in build *201507220303* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6dcb44f8629e
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #252807, #253130, and #253406 - fixed.