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 249349 - AssertionError at com.sun.tools.javac.code.Symbol.clone
Summary: AssertionError at com.sun.tools.javac.code.Symbol.clone
Status: NEW
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: 2014-12-14 22:47 UTC by _ tboudreau
Modified: 2014-12-14 22:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214151


Attachments
stacktrace (6.00 KB, text/plain)
2014-12-14 22:47 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2014-12-14 22:47:08 UTC
This bug was originally marked as duplicate of bug 143103, 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 NetBeans-603-on-20141204)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
tboudreau: Switched branches in Git under the IDE




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.code.Symbol.clone(Symbol.java:258)
   at com.sun.tools.javac.jvm.Gen.binaryQualifier(Gen.java:313)
   at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2426)
   at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1903)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:950)
   at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1902)
Comment 1 _ tboudreau 2014-12-14 22:47:10 UTC
Created attachment 151105 [details]
stacktrace