Pankraz76 commented on issue #238: URL: https://github.com/apache/maven-parent/issues/238#issuecomment-3410119345
> `UnusedLocalVariable` are plain wrong imho convention tells them to be named accordingly like unused or ignored just like error-prone does. - https://maven.apache.org/ref/3.9.11/maven-core/xref/org/apache/maven/lifecycle/internal/MojoExecutor.html#L313 - https://errorprone.info/bugpattern/UnusedVariable `False positives on fields and parameters can be suppressed by prefixing the variable name with unused, e.g.:` > checkstyle check has no type awareness so [RedundantStringConversion](https://error-prone.picnic.tech/bugpatterns/RedundantStringConversion) for sure not covered. -- 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]
