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

Summary: AssertionError at com.sun.tools.javac.code.Symbol.clone
Product: java Reporter: _ tboudreau <tboudreau>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214151
Attachments: stacktrace

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