Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalyan Prasad Tatavarthi2018-09-04 08:43:29 +0000
committerKalyan Prasad Tatavarthi2018-09-04 08:45:46 +0000
commit035b7c20f32dd4645ce34acec41d796c821bbbe4 (patch)
tree46e6bbbef41799fce0f09d102dff27b3082ddf79
parentc728a879001e6a633fac6a38f4e5ec45ae7d438d (diff)
downloadeclipse.platform.common-035b7c20f32dd4645ce34acec41d796c821bbbe4.tar.gz
eclipse.platform.common-035b7c20f32dd4645ce34acec41d796c821bbbe4.tar.xz
eclipse.platform.common-035b7c20f32dd4645ce34acec41d796c821bbbe4.zip
Bug 538576 - Update documentation with whats new in JDT and new quick
assists and quick fixes added in 4.9 Change-Id: Ide2c9c3084ae2dd5c0f56e3f66e7920a77b0a184 Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
-rw-r--r--bundles/org.eclipse.jdt.doc.user/reference/ref-java-editor-quickfix.htm11
1 files changed, 11 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/reference/ref-java-editor-quickfix.htm b/bundles/org.eclipse.jdt.doc.user/reference/ref-java-editor-quickfix.htm
index ea67f2ab6..9ec617e8d 100644
--- a/bundles/org.eclipse.jdt.doc.user/reference/ref-java-editor-quickfix.htm
+++ b/bundles/org.eclipse.jdt.doc.user/reference/ref-java-editor-quickfix.htm
@@ -97,6 +97,9 @@
</li>
<li>Invoke 'Organize imports' on problems in imports
</li>
+
+ <li>Convert static field accesses and static methods to use a static import
+ </li>
</ul>
</td>
</tr>
@@ -212,6 +215,11 @@
</li>
<li>Open the 'Generate hashCode() and equals()' wizard
</li>
+
+ <li>Create abstract methods. Improved the existing quick fix to
+ create missing methods to create abstract method declarations in
+ an abstract class.
+ </li>
</ul>
</td>
</tr>
@@ -357,6 +365,9 @@
</li>
<li>Change project compliance and JRE to 10 on <b>var</b> type (10 or higher)
</li>
+
+ <li>Open Compiler Compliance property page on JRE Compiler Compilance problem marker
+ </li>
</ul>
</td>
</tr>

Back to the top