Community
Participate
Working Groups
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
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
Released fix: http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=d359567708d79e2e0b631279906b87452ffb1007
Verified correct source is in Build id: I20111205-2330