Skip to content

Commit

Permalink
Bug 568974 - Readme file for 4.18
Browse files Browse the repository at this point in the history
Change-Id: I402ff66ec2075b0eb4fd326c15cab803fe8e2214
  • Loading branch information
SarikaSinha committed Nov 27, 2020
1 parent 14f2db4 commit b73c234
Showing 1 changed file with 0 additions and 78 deletions.
78 changes: 0 additions & 78 deletions features/org.eclipse.rcp/rootfiles/readme/readme_eclipse.html
Expand Up @@ -990,51 +990,6 @@ <h3 id="I-JDT">
class="mozTocH3"
name="mozTocId428861">Java development tools (JDT)</a>
</h3>
<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"
Expand All @@ -1057,18 +1012,6 @@ <h4>
name="mozTocId554543"> Applying a working set consisting entirely of elements from the JRE System library container as a filter to the packages view might result in an empty Package
Explorer. (bug </a><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=30442">30442</a>)
</p>
<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"
Expand Down Expand Up @@ -1254,27 +1197,6 @@ <h4>
Associated system processes in the OS may not be properly cleaned up. If a debug target has no suspended threads, termination works properly. (bug
</a><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=1631">1631</a>)
</p>
<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 &gt; Annotation Processing</b> properties page of your Java project.
</p>
<h4>
<a
class="mozTocH4"
Expand Down

0 comments on commit b73c234

Please sign in to comment.