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

Bug 365483

Summary: Generated wrong deprecated constant name in UIEvents
Product: [Eclipse Project] Platform Reporter: Dean Roberts <dean.t.roberts>
Component: UIAssignee: Dean Roberts <dean.t.roberts>
Status: VERIFIED FIXED QA Contact:
Severity: blocker    
Priority: P3 CC: pwebster
Version: 4.2Flags: pwebster: review+
Target Milestone: 4.2 M4   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Fix none

Description Dean Roberts CLA 2011-12-02 15:30:18 EST
When fixing Bug 363961 I generated the wrong old deprecated constant name ALL instead of TOPIC for each model element.

This did not show up as a compile error in the patch since I also fixed all our code to NOT use the now deprecated constant.

However, this will break anybody that is using the deprecated TOPIC constant
Comment 1 Dean Roberts CLA 2011-12-02 15:33:54 EST
Created attachment 207865 [details]
Fix

So the only changes in this patch will be in GenTopic where it changes the string ALL to TOPIC in a static var and then each interface in UIEvents should have its deprecated ALL constant renamed to TOPIC
Comment 3 Dean Roberts CLA 2011-12-06 10:17:39 EST
Verified correct source is in Build id: I20111205-2330