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 220020 - ClassCastException: org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation cannot be cast to org.netbeans.modules.scala.project.J2SEProject$Info
Summary: ClassCastException: org.netbeans.api.project.ProjectUtils$AnnotateIconProxyPr...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 18:02 UTC by jsacha
Modified: 2012-11-30 01:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192501


Attachments
stacktrace (5.50 KB, text/plain)
2012-10-12 18:02 UTC, jsacha
Details
stacktrace (5.50 KB, text/plain)
2012-10-12 18:08 UTC, jsacha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jsacha 2012-10-12 18:02:52 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Windows 7

User Comments:
GUEST: Loading scala project with existing sources




Stacktrace: 
java.lang.ClassCastException: org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation cannot be cast to org.netbeans.modules.scala.project.J2SEProject$Info
   at org.netbeans.modules.scala.project.J2SEProject.configurationXmlChanged(J2SEProject.java:344)
   at org.netbeans.spi.project.support.ant.AntProjectHelper$3.run(AntProjectHelper.java:509)
   at org.netbeans.spi.project.support.ant.AntProjectHelper$3.run(AntProjectHelper.java:504)
   at org.openide.util.Mutex.readAccess(Mutex.java:290)
   at org.netbeans.spi.project.support.ant.AntProjectHelper.fireChange(AntProjectHelper.java:504)
   at org.netbeans.spi.project.support.ant.AntProjectHelper.modifying(AntProjectHelper.java:530)
Comment 1 jsacha 2012-10-12 18:02:54 UTC
Created attachment 125877 [details]
stacktrace
Comment 2 jsacha 2012-10-12 18:08:14 UTC
Created attachment 125879 [details]
stacktrace