diff --git a/news/4.34/images/ui-unused-lambda-params.png b/news/4.34/images/ui-unused-lambda-params.png new file mode 100644 index 00000000..778d3ea3 Binary files /dev/null and b/news/4.34/images/ui-unused-lambda-params.png differ diff --git a/news/4.34/jdt.html b/news/4.34/jdt.html index cf890b2f..cbea8acb 100644 --- a/news/4.34/jdt.html +++ b/news/4.34/jdt.html @@ -117,6 +117,16 @@

Java Views and Dialogs

Java Compiler

+ + Configure problem severity for unused lambda parameters + + You can configure the problem severity for unused lambda parameters with the new option in + Preferences > Java > Compiler > Errors/Warnings: +

+ UI option to configure unused lambda parameters +

+ +