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


##########
impl/maven-impl/src/main/java/org/apache/maven/impl/model/DefaultModelInterpolator.java:
##########
@@ -129,23 +125,9 @@ protected List<String> 
getProjectPrefixes(ModelBuilderRequest request) {
                 : PROJECT_PREFIXES_3_1;
     }
 
-    String callback(
-            Model model,
-            Path projectDir,
-            ModelBuilderRequest request,
-            ModelProblemCollector problems,

Review Comment:
   Parameter 'problems' is never used.
   
   - 
https://pmd.github.io/pmd/pmd_rules_java_bestpractices.html#unusedformalparameter
   - 
https://pmd.github.io/pmd/pmd_rules_java_bestpractices.html#unusedassignment
   
   <img width="1872" alt="image" 
src="https://github.com/user-attachments/assets/4a616b2b-ca3b-4770-90af-084286d84b80";
 />
   



-- 
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