Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2019-04-11 09:43:16 +0000
committerVikas Chandra2019-04-11 09:43:16 +0000
commit3a0162ad602721a155ef347422dff59b40948892 (patch)
tree97cea6106394d1a143cbe8d3203bed5658ae72cf
parentb5b5a52b8b703d4269f0c970dd998a85a71364d0 (diff)
downloadnews-3a0162ad602721a155ef347422dff59b40948892.tar.gz
news-3a0162ad602721a155ef347422dff59b40948892.tar.xz
news-3a0162ad602721a155ef347422dff59b40948892.zip
Bug 529011 - [code mining] Allow to show the parameter names in method
calls via inlined annotation support Change-Id: I5414e84ae5a2c5d1799c0f305d52272821bb7053 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
-rw-r--r--4.12/jdt.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/4.12/jdt.html b/4.12/jdt.html
index 6b3e3c32..1d345e28 100644
--- a/4.12/jdt.html
+++ b/4.12/jdt.html
@@ -148,7 +148,8 @@ ul {padding-left: 13px;}
<td class="content">
In the <i>Java > Editor > Code Mining</i>, you can now enable the <i>Show parameter names</i>
option. This will show the parameter name in method or constructor calls, for cases where the
- resolution may not be obvious for a human reader.
+ resolution may not be obvious for a human reader. For example, if the parameter value is an exact
+ match of the parameter name or has parameter name as its substring, it is not shown.
<p>
<img src="images/parameter-name-codeminings.png"/>
</p>

Back to the top