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 258800

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: Ralph Ruijs <ralphbenjamin>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: alexvsimon, petrk
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223487
Attachments: stacktrace
stacktrace

Description Ralph Ruijs 2016-04-13 08:21:11 UTC
Build: NetBeans IDE Dev (Build 20160411-0aff84f50cb3)
VM: OpenJDK 64-Bit Server VM, 25.77-b03, OpenJDK Runtime Environment, 1.8.0_77-b03
OS: Linux

User Comments:
ralphbenjamin: Opened CamelCaseOperations.java from cnd.editor




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
   at com.sun.tools.javac.util.Assert.check(Assert.java:46)
   at com.sun.tools.javac.jvm.Pool.put(Pool.java:112)
   at com.sun.tools.javac.jvm.Gen.makeRef(Gen.java:281)
   at com.sun.tools.javac.jvm.Gen.visitTypeCast(Gen.java:2191)
   at com.sun.tools.javac.tree.JCTree$JCTypeCast.accept(JCTree.java:1983)
Comment 1 Ralph Ruijs 2016-04-13 08:21:13 UTC
Created attachment 159244 [details]
stacktrace
Comment 2 Alexander Simon 2016-05-18 07:15:35 UTC
Created attachment 159794 [details]
stacktrace

u