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 251390 - ClassCastException: com.sun.tools.javac.code.Type$ErrorType cannot be cast to com.sun.tools.javac.code.Type$ArrayType
Summary: ClassCastException: com.sun.tools.javac.code.Type$ErrorType cannot be cast to...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-24 08:53 UTC by zdenek.rod
Modified: 2015-04-24 02:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210770


Attachments
stacktrace (67.59 KB, text/plain)
2015-03-24 08:53 UTC, zdenek.rod
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zdenek.rod 2015-03-24 08:53:02 UTC
Build: NetBeans IDE Dev (Build 1)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Windows 7

User Comments:
GUEST: aa

GUEST: <Please provide a description of the problem or the steps to reproduce>
I was reviewing code.  Just noticed this.

GUEST: please fix this error!!!

GUEST: don
Comment 1 zdenek.rod 2015-03-24 08:53:04 UTC
Created attachment 152805 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-04-23 03:05:05 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=210770
Comment 4 Quality Engineering 2015-04-24 02:45:21 UTC
Integrated into 'main-silver', will be available in build *201504240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0e231e3ac2f4
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #251390: ClassCastException: com.sun.tools.javac.code.Type$ErrorType cannot be cast to com.sun.tools.javac.code.Type$ArrayType - fixed.