Matthias Kraaz
Matthias Kraaz
The function java.nio.file.Files.readString(Path) is new since Java 11. It uses the default charset and therefore should trigger DM_DEFAULT_ENCODING. It does not. Tested with SpotBugs 4.7.1.
This document: ``` linked text a named anchor ``` gives a false positive: `link target "Anchorname" missing` build.gradle: ``` plugins { id 'org.aim42.htmlSanityCheck' version '1.1.0' } htmlSanityCheck { sourceDir =...
Hi! Great project! I have a suggestion for improvement: There is no way to make exceptions from the suggestions provider visible. The exception is caught by FutureTask and could be...
I get lots and lots of message of this type for varying configurations: `Resolution of the configuration :jsource:osis:runtime:server:spotbugsPlugins was attempted from a context different than the project context. Have a...
I get lots and lots of message of this type for varying configurations when running the dependencyCheckAggregate task: `Resolution of the configuration :jsource:osis:runtime:server:spotbugsPlugins was attempted from a context different than...