Bug 225249 - [commands] CommandCache should use the tokens returned by ICommandControl.queueCommand() in ICommandListner methods.
Summary: [commands] CommandCache should use the tokens returned by ICommandControl.que...
Status: ASSIGNED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf (show other bugs)
Version: 0 DD 1.0   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-02 00:20 EDT by Pawel Piech CLA
Modified: 2020-09-04 15:23 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Piech CLA 2008-04-02 00:20:33 EDT
In bug 217020 the ICommandControl interface was modified to use a unique token to identify commands which were queued to a control.  However, the command cache implementation still uses the command itself to identify a command in ICommandListener.commandSent() implementation.  The CommandCache needs to be refactored to support the command tokens.