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 271934 - 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: 2017-12-20 11:27 UTC by Exceptions Reporter
Modified: 2017-12-20 11:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231223


Attachments
stacktrace (5.59 KB, text/plain)
2017-12-20 11:27 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-12-20 11:27:33 UTC
This bug was originally marked as duplicate of bug 152386, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 20170419-debian-8.1)
VM: OpenJDK 64-Bit Server VM, 25.151-b12, OpenJDK Runtime Environment, 1.8.0_151-8u151-b12-1~deb9u1-b12
OS: Linux

User Comments:
GUEST: I am using GUI builder.




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.code.Symbol.clone(Symbol.java:257)
   at com.sun.tools.javac.jvm.Gen.binaryQualifier(Gen.java:302)
   at com.sun.tools.javac.jvm.Gen.visitIdent(Gen.java:2295)
   at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1995)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:935)
   at com.sun.tools.javac.jvm.Gen.visitBinary(Gen.java:2132)
Comment 1 Exceptions Reporter 2017-12-20 11:27:36 UTC
Created attachment 165582 [details]
stacktrace