alan0428a commented on PR #175:
URL:
https://github.com/apache/logging-log4j-tools/pull/175#issuecomment-2727115008
@ppkarwasz
I can see it failed to build `log4j-docgen`, because there is a warning in
`DescriptorGenerator`. And the compile settting is `failOnWarning=true` for
that package. Not sure why it shows up now. Do we want to make the change as it
suggested?
```
/Users/alanyu/Repos/logging-log4j-tools/log4j-docgen/src/main/java/org/apache/logging/log4j/docgen/processor/DescriptorGenerator.java:[618,71]
[VoidUsed] Using a Void-typed variable is potentially confusing, and can be
replaced with a literal `null`.
(see https://errorprone.info/bugpattern/VoidUsed)
Did you mean 'return super.visitExecutable(element, null);'?
```
--
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]