Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Pfaff2018-08-22 17:11:04 +0000
committerFabian Pfaff2018-08-23 16:22:11 +0000
commit9b5a18751276ae4967468e09801a32f264f769b3 (patch)
treea2077219874b911fbddad0d9c62c720eb7cf3752
parent40ddd11a730934555459888579f412cc94400025 (diff)
downloadnews-9b5a18751276ae4967468e09801a32f264f769b3.tar.gz
news-9b5a18751276ae4967468e09801a32f264f769b3.tar.xz
news-9b5a18751276ae4967468e09801a32f264f769b3.zip
Bug 197850 - [quick assist] Quick assist for converting to static import
Change-Id: Ic79e33687b48090dc311f06cd1d7bdceb1a4fcef Signed-off-by: Fabian Pfaff <fabian.pfaff@vogella.com>
-rw-r--r--4.9/images/quickfix_convert_to_static_import.pngbin0 -> 17305 bytes
-rwxr-xr-x4.9/jdt.html11
2 files changed, 11 insertions, 0 deletions
diff --git a/4.9/images/quickfix_convert_to_static_import.png b/4.9/images/quickfix_convert_to_static_import.png
new file mode 100644
index 00000000..9c66eb3c
--- /dev/null
+++ b/4.9/images/quickfix_convert_to_static_import.png
Binary files differ
diff --git a/4.9/jdt.html b/4.9/jdt.html
index 7262ffd6..c78b0fbd 100755
--- a/4.9/jdt.html
+++ b/4.9/jdt.html
@@ -119,6 +119,17 @@ ul {padding-left: 13px;}
</td>
</tr>
+ <tr id="convert-to-static-import">
+ <td class="title">Quick fix to convert to static import</td>
+ <td class="content">
+ A new quick fix has been implemented that allows the user to convert static field accesses and static methods to use a static import.
+ It's also possible to replace all occurrences at the same time.
+ <p>
+ <img src="images/quickfix_convert_to_static_import.png" alt="" />
+ </p>
+ </td>
+ </tr>
+
<!-- ******************* Java Views and Dialogs ************************************* -->
<tr>
<td id="JavaViewsAndDialogs" class="section" colspan="2">

Back to the top