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 216928

Summary: AssertionError at com.sun.tools.javac.code.Type$TypeVar.<init>
Product: java Reporter: jgish
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal CC: mmirilovic
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 191573
Attachments: stacktrace

Description jgish 2012-08-15 20:19:27 UTC
Build: NetBeans IDE Dev (Build jdk8lambda-1552-on-20120808)
VM: OpenJDK 64-Bit Server VM, 22.0-b10, OpenJDK Runtime Environment, 1.7.0_03-b147
OS: Linux

User Comments:
jgish: Attempting to refactor/rename a method




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.code.Type$TypeVar.<init>(Type.java:1039)
   at com.sun.tools.javac.comp.LegacyInfer.instantiateAsUninferredVars(LegacyInfer.java:175)
   at com.sun.tools.javac.comp.LegacyInfer.instantiateUninferred(LegacyInfer.java:152)
   at com.sun.tools.javac.comp.LegacyInfer.instantiateMethod(LegacyInfer.java:225)
   at com.sun.tools.javac.comp.Resolve.rawInstantiate(Resolve.java:506)
   at com.sun.tools.javac.comp.Resolve.checkMethod(Resolve.java:535)
Comment 1 jgish 2012-08-15 20:19:31 UTC
Created attachment 123161 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-10-31 10:22:21 UTC
Dusan,
why is this NO73 ?
Comment 3 Dusan Balek 2012-10-31 13:39:26 UTC
It comes from jdk8lambda build.
Comment 4 Dusan Balek 2013-06-19 11:59:09 UTC
Given source code is no more part of the current nb-javac compiler. Closing as FIXED.