Community
Participate
Working Groups
Created attachment 215485 [details] patch to add api filters to ingore bogus @since warning Eclipse 4.2 There are API warnings for all of our new API that is @since 3.8 The warnings say that it should be @since 3.100 This is because we split the swt 3.8 and 4.2 streams, and we had to use 3.100 for the first iteration of the new 4.2 stream. This problem only exists in the 4.2 stream - not in the 3.8 stream. The fix is to filter the incorrect warnings. Patch attached.
Fixed > 20120516, patch: http://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit/?id=3f1e99ae14bbe90e36294e025ec4f55ce315ca5a .