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 224700 - ClassCastException at java.lang.Class.cast
Summary: ClassCastException at java.lang.Class.cast
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-10 11:45 UTC by Jan Becicka
Modified: 2013-05-21 12:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197371


Attachments
stacktrace (4.77 KB, text/plain)
2013-01-10 11:45 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2013-01-10 11:45:04 UTC
Build: NetBeans IDE Dev (Build 20130109-4c546afa1d53)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-415, Java(TM) SE Runtime Environment, 1.6.0_31-b04-415-11M3811
OS: Mac OS X

Stacktrace: 
java.lang.ClassCastException
   at java.lang.Class.cast(Class.java:2990)
   at org.openide.util.NbCollections.checkedMapByCopy(NbCollections.java:153)
   at org.apache.tools.ant.module.api.AntTargetExecutor.execute(AntTargetExecutor.java:104)
   at org.apache.tools.ant.module.api.support.ActionUtils.runTarget(ActionUtils.java:97)
   at org.netbeans.modules.cordova.CordovaPerformer.perform(CordovaPerformer.java:111)
   at org.netbeans.modules.cordova.platforms.android.AndroidActionProvider$1.run(AndroidActionProvider.java:137)
Comment 1 Jan Becicka 2013-01-10 11:45:06 UTC
Created attachment 130076 [details]
stacktrace
Comment 2 Jan Becicka 2013-01-10 12:45:15 UTC
Changeset: a74349718e2a
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2013-01-10 13:22
Message:
Comment 3 Quality Engineering 2013-01-11 03:02:11 UTC
Integrated into 'main-golden', will be available in build *201301110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a74349718e2a
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #224700 - ClassCastException at java.lang.Class.cast