You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/07/02 05:57:22 UTC

[GitHub] rtaneja1 commented on a change in pull request #596: [NETBEANS-860] Hints: Convert Lambda to Use 'var' Parameter Types

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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