Pankraz76 commented on code in PR #2398:
URL: https://github.com/apache/maven/pull/2398#discussion_r2113596865


##########
impl/maven-impl/src/main/java/org/apache/maven/impl/model/DefaultInterpolator.java:
##########
@@ -283,7 +283,7 @@ private static String doSubstVars(
     }
 
     private static String processSubstitution(
-            String variable,
+            final String variable,

Review Comment:
   boilerplate tradeoff naturally evolves to 
https://pmd.github.io/pmd/pmd_rules_java_bestpractices.html#avoidreassigningparameters.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to