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 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: NEW
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-04-13 08:21 UTC by Ralph Ruijs
Modified: 2016-05-18 07:15 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223487


Attachments
stacktrace (5.67 KB, text/plain)
2016-04-13 08:21 UTC, Ralph Ruijs
Details
stacktrace (5.76 KB, text/plain)
2016-05-18 07:15 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
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