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 258733 - AssertionError at com.sun.tools.javac.code.Symbol.clone
Summary: AssertionError at com.sun.tools.javac.code.Symbol.clone
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-08 18:02 UTC by Vladimir Voskresensky
Modified: 2016-05-31 08:39 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223402


Attachments
stacktrace (6.54 KB, text/plain)
2016-04-08 18:02 UTC, Vladimir Voskresensky
Details
stacktrace (6.47 KB, text/plain)
2016-05-02 07:45 UTC, Jiri Skrivanek
Details
stacktrace (5.82 KB, text/plain)
2016-05-27 18:24 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2016-04-08 18:02:58 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 Dev (Build 20160408-032da278f54a)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: SunOS

User Comments:
vv159170: saved file after inserting method




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.code.Symbol.clone(Symbol.java:271)
   at com.sun.tools.javac.jvm.Gen.binaryQualifier(Gen.java:268)
   at com.sun.tools.javac.jvm.Gen.visitIdent(Gen.java:2234)
   at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:2194)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:830)
   at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2260)
Comment 1 Vladimir Voskresensky 2016-04-08 18:02:59 UTC
Created attachment 159171 [details]
stacktrace
Comment 2 Jiri Skrivanek 2016-05-02 07:45:10 UTC
Created attachment 159501 [details]
stacktrace

Error while scanning.
Comment 3 Vladimir Voskresensky 2016-05-27 18:24:55 UTC
Created attachment 159903 [details]
stacktrace

external refresh