diff options
| author | Jeff Johnston | 2019-05-02 20:45:30 +0000 |
|---|---|---|
| committer | Jeff Johnston | 2019-05-02 20:46:06 +0000 |
| commit | cf10fb91bcb2e7fcc0f3c4347a1c149f1cbb05d7 (patch) | |
| tree | 68333f0d67b66ce0ab56a815c9763b8adbd48da7 | |
| parent | 94b51f9fead145f7252ac9fcb0cee5f20ace11b0 (diff) | |
| download | news-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.png | bin | 0 -> 29881 bytes | |||
| -rw-r--r-- | 4.12/images/method-implementation-codeminings.png | bin | 0 -> 9515 bytes | |||
| -rw-r--r-- | 4.12/jdt.html | 19 |
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 Binary files differnew file mode 100644 index 00000000..55addbe1 --- /dev/null +++ b/4.12/images/method-implementation-codeminings-click.png diff --git a/4.12/images/method-implementation-codeminings.png b/4.12/images/method-implementation-codeminings.png Binary files differnew file mode 100644 index 00000000..931142af --- /dev/null +++ b/4.12/images/method-implementation-codeminings.png 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 > Editor > 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"> |
