Skip to content

Commit d76a3ec

Browse files
committed
Add N&N for new UI option to configure problem severity for unused
lambda parameters Fixes eclipse-jdt/eclipse.jdt.ui#1733
1 parent fb3e11c commit d76a3ec

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
119 KB
Loading

news/4.34/jdt.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,16 @@ <h2>Java Views and Dialogs</h2>
117117
<h2>Java Compiler</h2>
118118
</td>
119119
</tr>
120+
<tr id="ui-unused-lambda-params">
121+
<td class="title">Configure problem severity for unused lambda parameters</td>
122+
<td class="content">
123+
You can configure the problem severity for unused lambda parameters with the new option in
124+
Preferences &gt; Java &gt; Compiler &gt; Errors/Warnings:
125+
<p>
126+
<img src="images/ui-unused-lambda-params.png" alt="UI option to configure unused lambda parameters"/>
127+
</p>
128+
</td>
129+
</tr>
120130
<!-- ******************* End of Java Compiler ************************************* -->
121131

122132
<!-- ******************* Java Formatter ************************************* -->

0 commit comments

Comments
 (0)