| Summary: | mark new methods with @since annotation | ||
|---|---|---|---|
| Product: | [Technology] SWTBot | Reporter: | Lorenzo Bettini <lorenzo.bettini> |
| Component: | SWTBot | Assignee: | Project Inbox <swtbot-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | mistria |
| Version: | unspecified | ||
| Target Milestone: | 2.2.1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Lorenzo Bettini
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. |