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 262677

Summary: AssertionError: isSubtype METHOD
Product: java Reporter: stefan79 <stefan79>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal CC: m1k0, nleck, sreimers, stefan79, tstupka, vv159170
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225033
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

Description stefan79 2016-07-05 06:28:02 UTC
Build: NetBeans IDE Dev (Build 201607040002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 8.1

User Comments:
stefan79: Exception occured while debugging.

stefan79: Exception occured while debugging in a java-file.




Stacktrace: 
java.lang.AssertionError: isSubtype METHOD
   at com.sun.tools.javac.code.Types$4.visitType(Types.java:1031)
   at com.sun.tools.javac.code.Types$4.visitType(Types.java:1007)
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visitMethodType(Types.java:4703)
   at com.sun.tools.javac.code.Type$MethodType.accept(Type.java:1459)
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4699)
   at com.sun.tools.javac.code.Types.isSubtype(Types.java:1003)
Comment 1 stefan79 2016-07-05 06:28:03 UTC
Created attachment 160256 [details]
stacktrace
Comment 2 stefan79 2016-07-05 17:42:45 UTC
Created attachment 160274 [details]
stacktrace

...
Comment 3 Tomas Stupka 2016-07-06 12:54:47 UTC
Created attachment 160286 [details]
stacktrace

appears from time to time when doing something in the editor ...
Comment 4 nleck 2016-07-08 22:36:47 UTC
Created attachment 160325 [details]
stacktrace

naviate to source
Comment 5 nleck 2016-07-08 22:39:48 UTC
Created attachment 160326 [details]
stacktrace

editing code.
Comment 6 nleck 2016-07-08 22:42:47 UTC
Created attachment 160327 [details]
stacktrace

typing
Comment 7 Vladimir Voskresensky 2016-07-15 15:48:56 UTC
Created attachment 160408 [details]
stacktrace

debugging java
Comment 8 Dusan Balek 2016-07-22 08:33:30 UTC
Already fixed in dev build.

*** This bug has been marked as a duplicate of bug 188662 ***