Community
Participate
Working Groups
view does not work on Linux. Instead the user must use the "Next Page" and "Previous Page" actions
to manually load memory segments (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=74559">74559</a>)
<h4>Java 6 Annotation Processing</h4>
Java 6 annotation processors are supported in the batch compiler and in the IDE, with
some limitations. Java 6 processors are only executed during a build, not while editing (bug
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=188558">188558</a>). Files generated by Java 6
processors during a build are deleted only when the project is cleaned, rather than during subsequent
builds (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=188559">188559</a>). Problem markers
contributed by Java 6 processors may incorrectly be removed if the file containing the error also
refers to a generated type (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=186057">186057</a>).
<h3>3.3 <a name="I-PDE">Plug-in Development Environment (PDE)</a></h3>
<h4>Feature manifest editor does not preserve all comments</h4>