Community
Participate
Working Groups
It might be good to start marking new methods with @since annotation (see also this discussion http://www.eclipse.org/forums/index.php/t/640194/). In general, it might also be good to use API Tools and API Baseline.
Yes, that would be a good thing. If you want to help making this happen, you should monitor incoming Gerrit patches and review them to add a note about potential missing @since annotation.
With Eclipse API Tools and API baseline we could also start right away: we create an API baseline using 2.1.1 as the (previous) target platform and we should soon be aware of things that were added in 2.2.0.
(In reply to Lorenzo Bettini from comment #2) > With Eclipse API Tools and API baseline we could also start right away: we > create an API baseline using 2.1.1 as the (previous) target platform and we > should soon be aware of things that were added in 2.2.0. Right. So I'm waiting for your patch to review and merge it ;)
Pushed for review https://git.eclipse.org/r/21250 There's also a README.txt file, /target-platforms/api-baseline/README.txt, explaining how to export the api baseline and set it in the workspace. I only enabled the org.eclipse.pde.api.tools.apiAnalysisNature nature on some projects as I saw fit, please check whether there are other projects to setup with API tools. I tried to do that in the generator project but I then get lots of errors...
Changed merged. Thanks.