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 156113 - ClassCastException: org.netbeans.modules.cnd.modelimpl.csm.FunctionDefinitionImpl
Summary: ClassCastException: org.netbeans.modules.cnd.modelimpl.csm.FunctionDefinition...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-28 13:17 UTC by Alexander Simon
Modified: 2009-02-19 20:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144715


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2008-12-28 13:17:55 UTC
Build: NetBeans IDE Dev (Build 081228)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Windows XP, 5.1, x86
User comments: invoke refactoring in navigator view on C++ method
STACKTRACE: (first 10 lines)
java.lang.ClassCastException: org.netbeans.modules.cnd.modelimpl.csm.FunctionDefinitionImpl
        at
org.netbeans.modules.cnd.refactoring.plugins.ChangeParametersPlugin.initReferencedObjects(ChangeParametersPlugin.java:172)
        at org.netbeans.modules.cnd.refactoring.plugins.ChangeParametersPlugin.preCheck(ChangeParametersPlugin.java:158)
        at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPreCheck(AbstractRefactoring.java:347)
        at org.netbeans.modules.refactoring.api.AbstractRefactoring.preCheck(AbstractRefactoring.java:184)
        at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$10.run(ParametersPanel.java:482)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 1 Vladimir Voskresensky 2008-12-29 14:39:53 UTC
fixed:
 http://hg.netbeans.org/main?cmd=changeset;node=5a8869a9f8ee
Comment 2 Quality Engineering 2008-12-30 05:26:32 UTC
Integrated into 'main-golden', will be available in build *200812300201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5a8869a9f8ee
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed IZ#156113: ClassCastException: org.netbeans.modules.cnd.modelimpl.csm.FunctionDefinitionImpl