Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2019-04-09 15:06:01 +0000
committerMichael Keppler2019-04-10 09:44:45 +0000
commita94674a6ffac8a4ba8f5694f46d9ceabd9265382 (patch)
treed4773d6e70c739d75150bf7c62047f64e380828b
parent0bb05b6048323035144de0367d5a0a21338453a5 (diff)
downloadnews-a94674a6ffac8a4ba8f5694f46d9ceabd9265382.tar.gz
news-a94674a6ffac8a4ba8f5694f46d9ceabd9265382.tar.xz
news-a94674a6ffac8a4ba8f5694f46d9ceabd9265382.zip
Bug 232920 - 'Create getter and setter' quick assist forces to add both
-rw-r--r--4.12/images/getter-setter-dialog-new.pngbin0 -> 36849 bytes
-rw-r--r--4.12/jdt.html9
2 files changed, 9 insertions, 0 deletions
diff --git a/4.12/images/getter-setter-dialog-new.png b/4.12/images/getter-setter-dialog-new.png
new file mode 100644
index 00000000..7952065a
--- /dev/null
+++ b/4.12/images/getter-setter-dialog-new.png
Binary files differ
diff --git a/4.12/jdt.html b/4.12/jdt.html
index f4facb18..7793926c 100644
--- a/4.12/jdt.html
+++ b/4.12/jdt.html
@@ -179,6 +179,15 @@ ul {padding-left: 13px;}
</p>
</td>
</tr>
+ <tr id="getter-setter-quick-assist"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=232920 -->
+ <td class="title">Create getter or setter quick assist</td>
+ <td class="content">
+ The Quick Assist for creating getter or setter methods from fields no longer forces creating both.
+ <p>
+ <img src="images/getter-setter-dialog-new.png" alt="" />
+ </p>
+ </td>
+ </tr>
<!-- ******************* End of Java Views and Dialogs ************************************* -->

Back to the top