Bug 302032 - [Commands] Proxyfication of State class contributions coming from extensions leads to unexpected behaviour which should be documented
Summary: [Commands] Proxyfication of State class contributions coming from extensions ...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-06 05:05 EST by Philipp Kursawe CLA
Modified: 2019-09-06 16:08 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Kursawe CLA 2010-02-06 05:05:52 EST
The State object returned by "State org.eclipse.core.commands.NamedHandleObjectWithState.getState(String stateId)" is a CommandStateProxy. One would expect its the class type specfied in the extension. So if my class type would be "my.LastIdState" and I would cast command.getState to "LastIdState" this would lead to an unexpected ClassCastException.
This should be noted in the API docs maybe.
Comment 1 Eclipse Webmaster CLA 2019-09-06 16:08:56 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.