pmd:GuardDebugLogging violates LOGGER.debug with format "{}"
A source code analyzer
Brought to you by:
adangel,
juansotuyo
This is actually fixed with PMD 5.1.2 - this problem has been reported previously as bug [#1224].
The violation in this case doesn't make sense, as there is no string concatenating ongoing - so no guard is needed.
Related
Issues:
#1224