rtaneja1 commented on a change in pull request #596: [NETBEANS-860] Hints: 
Convert Lambda to Use 'var' Parameter Types
URL: https://github.com/apache/incubator-netbeans/pull/596#discussion_r199076048
 
 

 ##########
 File path: 
java.hints/src/org/netbeans/modules/java/hints/suggestions/Lambda.java
 ##########
 @@ -238,6 +241,36 @@ public static ErrorDescription 
explicitParameterTypes(HintContext ctx) {
         return ErrorDescriptionFactory.forName(ctx, ctx.getPath(), 
Bundle.ERR_addExplicitLambdaParameters(), new 
AddExplicitLambdaParameterTypes(ctx.getInfo(), ctx.getPath()).toEditorFix());
     }
     
+    @Hint(displayName = "#DN_addImplicitVarLambdaParameters", description = 
"#DESC_addImplicitVarLambdaParameters", category = "suggestions", hintKind = 
Hint.Kind.ACTION, minSourceVersion = "11")
+    @Messages({
+        "DN_addImplicitVarLambdaParameters=Convert Lambda to Use Implicit Var 
Parameter Types",
 
 Review comment:
   I think we should just have Convert Lambda to Use Var Parameter Types

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to