Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2019-05-02 20:45:30 +0000
committerJeff Johnston2019-05-02 20:46:06 +0000
commitcf10fb91bcb2e7fcc0f3c4347a1c149f1cbb05d7 (patch)
tree68333f0d67b66ce0ab56a815c9763b8adbd48da7
parent94b51f9fead145f7252ac9fcb0cee5f20ace11b0 (diff)
downloadnews-cf10fb91bcb2e7fcc0f3c4347a1c149f1cbb05d7.tar.gz
news-cf10fb91bcb2e7fcc0f3c4347a1c149f1cbb05d7.tar.xz
news-cf10fb91bcb2e7fcc0f3c4347a1c149f1cbb05d7.zip
Bug 541834 - [code mining] implementations not shown on methods
Change-Id: I4bc4c86d6293b6a4007dabea03edc1d0177fa901 Signed-off-by: Jeff Johnston <jjohnstn@redhat.com>
-rw-r--r--4.12/images/method-implementation-codeminings-click.pngbin0 -> 29881 bytes
-rw-r--r--4.12/images/method-implementation-codeminings.pngbin0 -> 9515 bytes
-rw-r--r--4.12/jdt.html19
3 files changed, 19 insertions, 0 deletions
diff --git a/4.12/images/method-implementation-codeminings-click.png b/4.12/images/method-implementation-codeminings-click.png
new file mode 100644
index 00000000..55addbe1
--- /dev/null
+++ b/4.12/images/method-implementation-codeminings-click.png
Binary files differ
diff --git a/4.12/images/method-implementation-codeminings.png b/4.12/images/method-implementation-codeminings.png
new file mode 100644
index 00000000..931142af
--- /dev/null
+++ b/4.12/images/method-implementation-codeminings.png
Binary files differ
diff --git a/4.12/jdt.html b/4.12/jdt.html
index 4ce464b5..06bbc866 100644
--- a/4.12/jdt.html
+++ b/4.12/jdt.html
@@ -158,6 +158,25 @@ ul {padding-left: 13px;}
</p>
</td>
</tr>
+ <tr id="method-implementation-codemining"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=529011 -->
+ <td class="title">Show implementations of methods as part of code mining decorations</td>
+ <td class="content">
+ In the <b>Java &gt; Editor &gt; Code Mining</b> preference, selecting <b>Show implementations</b>
+ with the <b>Show References (including implementations) for</b> -> <b>Methods</b> option now shows
+ implementations of methods.
+ <p>
+ <img src="images/method-implementation-codeminings.png" alt=""/>
+ </p>
+ <p>
+ Clicking on method implementations brings up the <b>Search</b> view which shows all implementations
+ of the method in sub-types.
+ </p>
+ <p>
+ <img src="images/method-implementation-codeminings-click.png" alt=""/>
+ </p>
+ </td>
+ </tr>
+
<tr id="service-provider-constructor-quick-fix"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=541261 -->
<td class="title">Additional quick fixes for service provider constructors</td>
<td class="content">

Back to the top