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

Bug 281909

Summary: Remove obsolete code for widget pooling
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.2   
Target Milestone: 1.3 M1   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Patch
none
Replaces the previous patch
none
mylyn/context/zip none

Description Ralf Sternberg CLA 2009-06-29 16:10:19 EDT
The widget pooling is not functional anymore and there are few chances that this mechanism can be brought to live in the same manner once again. We should consider cleaning up related dead code.

* WidgetManager.js
* AbstractWidgetLCA#getTypePoolId() and createResetHandlerCalls()
* ControlLCAUtil#resetXXX()
* WidgetLCAUtil#resetXXX()
* JSWriter#reset()
Comment 1 Benjamin Muskalla CLA 2009-07-01 05:09:23 EDT
See also bug 264867
Comment 2 Ralf Sternberg CLA 2009-07-01 08:22:48 EDT
*** Bug 264867 has been marked as a duplicate of this bug. ***
Comment 3 Ralf Sternberg CLA 2009-08-10 13:31:04 EDT
Created attachment 143930 [details]
Patch

This patch removes obsolete widget pooling code from client and server
Comment 4 Ralf Sternberg CLA 2009-08-10 13:41:54 EDT
Created attachment 143932 [details]
Replaces the previous patch

The previous patch was incomplete
Comment 5 Ralf Sternberg CLA 2009-08-10 13:42:00 EDT
Created attachment 143933 [details]
mylyn/context/zip
Comment 6 Ralf Sternberg CLA 2009-08-10 13:47:17 EDT
Committed the patch to CVS HEAD.
> 1000 lines less ;-)