Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365483 - Generated wrong deprecated constant name in UIEvents
Summary: Generated wrong deprecated constant name in UIEvents
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: All All
: P3 blocker (vote)
Target Milestone: 4.2 M4   Edit
Assignee: Dean Roberts CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 15:30 EST by Dean Roberts CLA
Modified: 2011-12-06 10:17 EST (History)
1 user (show)

See Also:
pwebster: review+


Attachments
Fix (26.68 KB, patch)
2011-12-02 15:33 EST, Dean Roberts CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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