Bug 568974 - Readme file for 4.18
Change-Id: I8423426a47bea95d229da6259b891bc0cebea6eb
diff --git a/development/scripts/readme/readme_eclipse.html b/development/scripts/readme/readme_eclipse.html
index 649a7e7..e60aa54 100644
--- a/development/scripts/readme/readme_eclipse.html
+++ b/development/scripts/readme/readme_eclipse.html
@@ -993,51 +993,6 @@
<h4>
<a
class="mozTocH4"
- name="mozTocId180305">Multiple regions formatting in a given source snippet</a>
- </h4>
- <p>
- <a
- class="mozTocH4"
- name="mozTocId180305">In version 3.4, the API method <code>org.eclipse.jdt.core.formatter.CodeFormatter.format(int, String, IRegion[], int, String)</code> was added to allow the formatting
- of several regions in a source snippet with a single pass. <br /> Even if specified, this method does not currently accept comments of the following kinds:
- </a>
- </p>
- <ul>
- <li><code>
- <a
- class="mozTocH4"
- name="mozTocId180305">org.eclipse.jdt.core.formatter.CodeFormatter#K_SINGLE_LINE_COMMENT</a>
- </code></li>
- <li><code>
- <a
- class="mozTocH4"
- name="mozTocId180305">org.eclipse.jdt.core.formatter.CodeFormatter#K_MULTI_LINE_COMMENT</a>
- </code></li>
- <li><code>
- <a
- class="mozTocH4"
- name="mozTocId180305">org.eclipse.jdt.core.formatter.CodeFormatter#K_JAVA_DOC</a>
- </code></li>
- </ul>
- <p>
- <a
- class="mozTocH4"
- name="mozTocId180305">This will be fixed in a future release (bug </a><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=233967">233967</a>).
- </p>
- <h4>
- <a
- class="mozTocH4"
- name="mozTocId589358">Searching for constant field references</a>
- </h4>
- <p>
- <a
- class="mozTocH4"
- name="mozTocId589358"> Search does not find references to constant fields inside binaries because the Java Language Specification mandates that constant field values be inlined in the class
- file's byte codes, leaving no trace of a field reference. (bug </a><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=12044">12044</a>)
- </p>
- <h4>
- <a
- class="mozTocH4"
name="mozTocId577868">Cut, copy, paste not working for linked resources in views showing Java elements</a>
</h4>
<p>
@@ -1060,18 +1015,6 @@
<h4>
<a
class="mozTocH4"
- name="mozTocId157019">Breakpoints unreliable running Sun 1.6.0_14</a>
- </h4>
- <p>
- <a
- class="mozTocH4"
- name="mozTocId157019">Developers debugging applications on Sun's 1.6.0_14 virtual machine should be aware that breakpoints are unreliable (i.e. do not always suspend execution). The problem
- occurs on Windows and Linux platforms. This is an issue with the VM and not with Eclipse. The workaround is to use the <code>-XX:+UseParallelGC</code> VM option. (bug
- </a><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=279137">279137</a>).
- </p>
- <h4>
- <a
- class="mozTocH4"
name="mozTocId440090">Suspend on uncaught exception overrides exception breakpoint location filters</a>
</h4>
<p>
@@ -1257,27 +1200,6 @@
<h4>
<a
class="mozTocH4"
- name="mozTocId606104">Java Annotation Processing</a>
- </h4>
- <p>
- <a
- class="mozTocH4"
- name="mozTocId606104"> Some methods in the processing API are unimplemented when compiling within the IDE, and will throw <code>UnsupportedOperationException</code> .
- </a>
- </p>
- <p>
- <a
- class="mozTocH4"
- name="mozTocId606104"> Java 6 annotation processors are supported in the batch compiler and in the IDE. By design, Java 6 processors are only executed during a build, not while editing. (bug
- </a><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=188558">188558</a>)
- </p>
- <p>
- Java 5 annotation processors are supported in the IDE only. Java 5 processors can be executed while editing, as well as during a build. Slow annotation processors can cause a slowdown of the
- editing experience. If this occurs, you may wish to turn off <b>Enable processing in editor</b> on the <b>Java Compiler > Annotation Processing</b> properties page of your Java project.
- </p>
- <h4>
- <a
- class="mozTocH4"
name="mozTocId188069">Java indexing encounters problems when a folder is used both as a source and a class folder</a>
</h4>
<p>