findbugs-slf4j
findbugs-slf4j copied to clipboard
A SpotBugs/FindBugs plugin to verify usage of SLF4J
Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.22.5 to 2.25.0. Changelog Sourced from spotless-maven-plugin's changelog. [2.25.0] - 2022-04-22 Added Added support for enabling ktlint experimental ruleset. (#1145) Fixed Fixed support for Python Black's new...
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.5.1 to 4.7.0. Release notes Sourced from mockito-core's releases. v4.7.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.7.0 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen...
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.6.0.0 to 4.7.1.1. Release notes Sourced from spotbugs-maven-plugin's releases. Spotbugs Maven Plugin 4.7.1.1 Patch Release Validate Spotbugs report even if only test sources exist fixing #454 Moved...
Bumps [sonar-java-plugin](https://github.com/SonarSource/sonar-java) from 5.13.1.18282 to 7.13.0.29990. Release notes Sourced from sonar-java-plugin's releases. 7.13.0.29990 Release Notes - SonarJava - Version 7.13 7.12.1.29810 Release Notes - SonarJava - Version 7.12.1 ... (truncated)...
Bumps [sonar-plugin-api](https://github.com/SonarSource/sonarqube) from 7.9.1 to 9.4.0.54424. Commits 0955fc8 [NO JIRA] Update Travis status badge ec2c374 NO-JIRA fixed issue where sometimes Travis could not connect to Next 965034a SONAR-12499 - Increase...
* Gradle version * 6.7.1 * Spotbugs version * 4.6.0 * findbugs-slf4j version * 1.5.0 * Java version * java version "11.0.8.0.2" 2020-07-09 LTS * Java(TM) SE Runtime Environment 18.9...
We can see that the plugin is not listed at: https://docs.sonarqube.org/latest/instance-administration/plugin-version-matrix/ Also confirmed that https://github.com/SonarSource/sonar-update-center-properties/ has no file for findbugs-slf4j.
Hi, I'm using Gradle 5.2.1 and Java 11 in Windows 10. I'd tried to run the following `build.gradle` file, which also tells what exactly other dependencies I'm using: ```groovy plugins...
When adding this as plugin to spotbugs, I see one new exception in our build logs. ``` [INFO] --- maven-site-plugin:3.7.1:site (default-site) @ com.etas.ascet.ui.views --- [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0 [INFO]...