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


##########
impl/maven-impl/src/main/java/org/apache/maven/impl/model/DefaultModelObjectPool.java:
##########
@@ -77,10 +77,12 @@ public <T> T process(T object) {
         }
 
         Class<?> objectType = object.getClass();
-        String simpleClassName = objectType.getSimpleName();

Review Comment:
   can keep it, but mark as `ignored/unused` to please the ppl. and analysis.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to