Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 341768

Summary: Remove DisplayLCA#processAction()
Product: [RT] RAP Reporter: Rüdiger Herrmann <ruediger.herrmann>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 1.4 M7   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Proposed changes none

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