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 258454 - java.lang.ClassCastException: com.sun.tools.javac.code.Type$ForAll cannot be cast to com.sun.tools.javac.code.Type$MethodType
Summary: java.lang.ClassCastException: com.sun.tools.javac.code.Type$ForAll cannot be ...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: PC Windows 8.1
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-21 03:31 UTC by bht
Modified: 2016-03-30 01:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (108.55 KB, application/octet-stream)
2016-03-21 03:31 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2016-03-21 03:31:36 UTC
Created attachment 158938 [details]
Log file

I had a problem with cache corruption so I deleted the cache and re-started.

So I guess this is a clean condition.

Please refer to attached log file.
Comment 1 Dusan Balek 2016-03-29 09:22:21 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/d0fafb94b468
Comment 2 Quality Engineering 2016-03-30 01:38:26 UTC
Integrated into 'main-silver', will be available in build *201603300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d0fafb94b468
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #258454 - java.lang.ClassCastException: com.sun.tools.javac.code.Type$ForAll cannot be cast to com.sun.tools.javac.code.Type$MethodType - fixed.