diff options
author | Curtis Windatt | 2013-05-29 15:25:13 -0400 |
---|---|---|
committer | Dani Megert | 2013-05-29 15:25:13 -0400 |
commit | 5940202b85f038f2e371b16d8dca2ecf4addeb9a (patch) | |
tree | 18dd6e41c0af1f7867ac326299c475a9e2674997 | |
parent | 3beaec9088d487babb8f9b8463a3c5c94e34679d (diff) | |
download | eclipse.platform.releng-5940202b85f038f2e371b16d8dca2ecf4addeb9a.zip eclipse.platform.releng-5940202b85f038f2e371b16d8dca2ecf4addeb9a.tar.gz eclipse.platform.releng-5940202b85f038f2e371b16d8dca2ecf4addeb9a.tar.xz |
-rw-r--r-- | features/org.eclipse.rcp/rootfiles/readme/readme_eclipse.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/features/org.eclipse.rcp/rootfiles/readme/readme_eclipse.html b/features/org.eclipse.rcp/rootfiles/readme/readme_eclipse.html index 61fb382..ebae397 100644 --- a/features/org.eclipse.rcp/rootfiles/readme/readme_eclipse.html +++ b/features/org.eclipse.rcp/rootfiles/readme/readme_eclipse.html @@ -1204,6 +1204,15 @@ delete the metadata in <workspace>/.metadata/.plugins/org.eclipse.pde.core (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=350172">350172</a>) </p> +<h4>Missing @since tag API Tools problems on interface fields containing @noreference tag</h4> +<p>The Eclipse platform 4.3 release will not allow the API Tools @noreference tag on interface fields. This was +changed because all interface fields are constant fields that cannot support the @noreference restriction. The +tag was allowed in previous releases and this usage will now be considered an API change requiring a @since tag. +It is recommended that you create an API Tools filter for the missing @since tag problem. This filter can be +removed as soon as the API baseline has been regenerated. +(bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=402393">402393</a>) +</p> + <h2>4. <a name="RunningEclipse">Running Eclipse</a></h2> <p>After installing the Eclipse SDK in a directory, you can start the Workbench by running the Eclipse executable included with the release (you also need a Java SE 6 |