findbugs-slf4j icon indicating copy to clipboard operation
findbugs-slf4j copied to clipboard

A SpotBugs/FindBugs plugin to verify usage of SLF4J

Results 28 findbugs-slf4j issues
Sort by recently updated
recently updated
newest added

Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.6.0.0 to 4.7.2.1. Release notes Sourced from spotbugs-maven-plugin's releases. Spotbugs Maven Plugin 4.7.2.1 Bumps groovy to 4.0.5 Bumps asm to 9.4 Build Related For reproducible builds, timestamp...

dependencies

Bumps [sonar-java-plugin](https://github.com/SonarSource/sonar-java) from 5.13.1.18282 to 7.14.0.30229. Release notes Sourced from sonar-java-plugin's releases. 7.14.0.30229 Release notes - SonarJava - Version 7.14 False-Positive SONARJAVA-4330 Rule S2272: FP on method calls that are...

dependencies

This is more a question that anything else, but what is a mitigation for e.g. ``` log.error(messageSource.getMessage("database.access.error", null, Locale.getDefault()), e); ``` so when the message really is coming from a...

Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.22.5 to 2.35.0. Changelog Sourced from spotless-maven-plugin's changelog. [2.35.0] - 2023-02-10 Added CleanThat Java Refactorer. (#1560) Introduce LazyArgLogger to allow for lazy evaluation of log messages in...

dependencies

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.5.1 to 5.2.0. Release notes Sourced from mockito-core's releases. v5.2.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.2.0 2023-03-09 - 25 commit(s) by Andriy Redko, Iulian Dragos,...

dependencies

Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.6.0.0 to 4.7.3.2. Release notes Sourced from spotbugs-maven-plugin's releases. Spotbugs Maven Plugin 4.7.3.2 Resolve #549 auxclasspath regression introduced from 4.7.3.1 release Bump base-parent usage to 38 resolving...

dependencies

Bumps [sonar-java-plugin](https://github.com/SonarSource/sonar-java) from 5.13.1.18282 to 7.17.0.31219. Release notes Sourced from sonar-java-plugin's releases. 7.17.0.31219 Release notes - SonarJava - 7.17 Bug SONARJAVA-4402 Unit tests fail on any non English language OS...

dependencies

In the case below, we intentionally select an overloaded version of the `warn` method that takes a single `Object` argument. The behaviour is different from the other overloads of `Logger.warn`...