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

Summary: NullPointerException at com.sun.tools.javac.comp.Lower.visitClassDef
Product: java Reporter: tveimo <tveimo>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal CC: vv159170
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218120
Attachments: stacktrace
stacktrace

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.