Content verification for JDT 4.20M3 N&N
Change-Id: Ie4523ee3b867f8eb43da2282ebc91f4d7385c2b5
Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
diff --git a/4.20/jdt.html b/4.20/jdt.html
index c68159a..c65a72f 100644
--- a/4.20/jdt.html
+++ b/4.20/jdt.html
@@ -27,9 +27,9 @@
<li><a href="#JUnit">JUnit</a></li>
<li><a href="#JavaEditor">Java Editor</a></li>
<li><a href="#JavaViewsAndDialogs">Java Views and Dialogs</a></li>
- <li><a href="#JavaFormatter">Java Formatter</a></li>
+ <!--<li><a href="#JavaFormatter">Java Formatter</a></li>-->
<li><a href="#Debug">Debug</a></li>
- <li><a href="#JDTDev">JDT Developers</a></li>
+ <!--<li><a href="#JDTDev">JDT Developers</a></li>-->
</ul>
<!-- ****************** START OF N&N TABLE ****************** -->
@@ -89,7 +89,7 @@
</tr>
<tr id="use-instanceof"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=569835 -->
- <td class="title"><a href="#use-instanceof">Use instanceof</a></td>
+ <td class="title"><a href="#use-instanceof">Use instanceof clean up</a></td>
<td class="content">
A new clean up has been added that uses an <code>instanceof</code> expression to check an object against a hardcoded class.
<p>
@@ -356,7 +356,7 @@
<tr id="create-moduleinfo"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=566862 -->
<td class="title"><a href="#create-moduleinfo">Create module-info.java option during New Java Project creation</a></td>
<td class="content">
- "Create module-info.java" option has been moved to the first page of New Java project creation wizard.
+ <b>Create module-info.java</b> option has been moved to the first page of <b>New Java Project</b> creation wizard.
This option will be enabled only for Java projects with JRE 9 or above.
New Java Project creation wizard will also remember the previous choice made by the user and select this option by default accordingly.
<p>
@@ -379,20 +379,20 @@
<!-- ******************* End of Java Views and Dialogs ************************************* -->
- <!-- ******************* Java Compiler ************************************* -->
+ <!-- ******************* Java Compiler *************************************
<tr>
<td id="JavaCompiler" class="section" colspan="2">
<h2>Java Compiler</h2>
</td>
- </tr>
+ </tr>-->
<!-- ******************* End of Java Compiler ************************************* -->
- <!-- ******************* Java Formatter ************************************* -->
+ <!-- ******************* Java Formatter *************************************
<tr>
<td id="JavaFormatter" class="section" colspan="2">
<h2>Java Formatter </h2>
</td>
- </tr>
+ </tr>-->
<!-- ******************* End of Java Formatter ************************************* -->
<!-- *********************** Debug ******************************** -->
@@ -429,12 +429,12 @@
</tr>
<!--************************ End of Debug ******************************** -->
- <!-- *********************** JDT Developers ******************************** -->
+ <!-- *********************** JDT Developers ********************************
<tr>
<td id="JDTDev" class="section" colspan="2">
<h2>JDT Developers</h2>
</td>
- </tr>
+ </tr>-->
<!-- *********************** End of JDT Developers ******************************** -->
</tbody>
</table>