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 233939

Summary: AssertionError: isSameType UNKNOWN
Product: java Reporter: junqueira_raphael <junqueira_raphael>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202816
Attachments: stacktrace

Description junqueira_raphael 2013-08-05 09:35:26 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
junqueira_raphael: Ctrl+C




Stacktrace: 
java.lang.AssertionError: isSameType UNKNOWN
   at com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Types.java:1004)
   at com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Types.java:976)
   at com.sun.tools.javac.code.Type.accept(Type.java:184)
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4260)
   at com.sun.tools.javac.code.Types.isSameType(Types.java:968)
   at com.sun.tools.javac.code.Types.isSameType(Types.java:965)
Comment 1 junqueira_raphael 2013-08-05 09:35:27 UTC
Created attachment 138276 [details]
stacktrace