bmarwell commented on a change in pull request #23:
URL: https://github.com/apache/maven-jlink-plugin/pull/23#discussion_r537148500
##########
File path:
src/main/java/org/apache/maven/plugins/jlink/AbstractJLinkToolchainExecutor.java
##########
@@ -35,11 +36,11 @@
abstract class AbstractJLinkToolchainExecutor extends AbstractJLinkExecutor
{
+ private static final Logger LOGGER = LoggerFactory.getLogger(
AbstractJLinkToolchainExecutor.class );
Review comment:
This is the first time I heard this. Do you have a reference? I haven't
seen any static code analysis tool which can differentiate between `static
final mutable` and `static final immutable`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]