Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 341768 - Remove DisplayLCA#processAction()
Summary: Remove DisplayLCA#processAction()
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.4 M7   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 08:26 EDT by Rüdiger Herrmann CLA
Modified: 2011-04-06 06:33 EDT (History)
0 users

See Also:


Attachments
Proposed changes (5.37 KB, patch)
2011-04-04 08:45 EDT, Rüdiger Herrmann CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rüdiger Herrmann CLA 2011-04-04 08:26:58 EDT
This method is unused since event processing is done in the LifeCycle implementation. 
It should be removed along with its counterpart on the IDisplayLifeCycleAdapter interface.
Comment 1 Rüdiger Herrmann CLA 2011-04-04 08:45:09 EDT
Created attachment 192452 [details]
Proposed changes

* Removes the DisplayLCA#processAction() method
* For completeness, it changes the implementation of ProcessAction#execute() in that it processes all events by using Display#readAndDispatch() Note: this code is currently never executed as the PROCESS_ACTION phase is Interruptible (i.e. executes application code)
* Usage of DisplayLCA#processAction() in the test fixture was also changed in that it processes all events with Display#readandDispatch()
Comment 2 Rüdiger Herrmann CLA 2011-04-06 06:33:08 EDT
Committed the changes to CVS HEAD