All Projects → spotbugs → Sonar Findbugs

spotbugs / Sonar Findbugs

SpotBugs plugin for SonarQube

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Sonar Findbugs

JSR305CheckstylePlugin
a plugin which ensures nullness annotations on methods and constructors
Stars: ✭ 19 (-91.28%)
Mutual labels:  findbugs
Codeanalysis
Android静态代码分析
Stars: ✭ 31 (-85.78%)
Mutual labels:  findbugs
Find Sec Bugs
The SpotBugs plugin for security audits of Java web applications and Android applications. (Also work with Kotlin, Groovy and Scala projects)
Stars: ✭ 1,748 (+701.83%)
Mutual labels:  findbugs
static-code-analysis-plugin
A plugin to simplify Static Code Analysis on Gradle. Not restricted to, but specially useful, in Android projects, by making sure all analysis can access the SDK classes.
Stars: ✭ 36 (-83.49%)
Mutual labels:  findbugs
Android Starter
[Android Architecture] Android starter based on MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Android template project.
Stars: ✭ 522 (+139.45%)
Mutual labels:  findbugs
Violations Lib
Java library for parsing report files from static code analysis.
Stars: ✭ 94 (-56.88%)
Mutual labels:  findbugs
java-quality-checks
No description or website provided.
Stars: ✭ 33 (-84.86%)
Mutual labels:  findbugs
Sputnik
Static code review for your Gerrit patchsets. Runs Checkstyle, PMD, FindBugs, Scalastyle, CodeNarc, JSLint for you!
Stars: ✭ 189 (-13.3%)
Mutual labels:  findbugs
Kotlin Android Starter
[Kotlin Android] Kotlin Android starter based MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Kotlin Android project.
Stars: ✭ 589 (+170.18%)
Mutual labels:  findbugs
Fb Contrib
a FindBugs/SpotBugs plugin for doing static code analysis for java code bases
Stars: ✭ 124 (-43.12%)
Mutual labels:  findbugs
Gradle Code Quality Tools Plugin
Gradle plugin that generates ErrorProne, Findbugs, Checkstyle, PMD, CPD, Lint, Detekt & Ktlint Tasks for every subproject.
Stars: ✭ 282 (+29.36%)
Mutual labels:  findbugs
Gradle Static Analysis Plugin
Easy setup of static analysis tools for Android and Java projects.
Stars: ✭ 398 (+82.57%)
Mutual labels:  findbugs
Gradle Quality Plugin
Gradle quality plugin for Java and Groovy
Stars: ✭ 97 (-55.5%)
Mutual labels:  findbugs
Debt-Manager
A personal app to store people that owe you money or you owe money to. "Mo Money Mo Problems" 🎵 - The Notorious B.I.G. 😎
Stars: ✭ 22 (-89.91%)
Mutual labels:  findbugs
Findbugs Android
Gradle plugin that creates FindBugs reports for android projects
Stars: ✭ 133 (-38.99%)
Mutual labels:  findbugs
spring-boot-java-swing-reservations
The project aims to present how to connect Spring Boot 2 and Java Swing GUI widget toolkit. All application dependencies are provided by Docker Compose. There are also static code analysis tools like FindBugs and Checkstyle.
Stars: ✭ 86 (-60.55%)
Mutual labels:  findbugs
Quality Checks
Gradle plugin which includes Checkstyle, FindBugs, and PMD basic configuration.
Stars: ✭ 38 (-82.57%)
Mutual labels:  findbugs
Spotbugs
SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.
Stars: ✭ 2,569 (+1078.44%)
Mutual labels:  findbugs
Cflint
Static code analysis for CFML (a linter)
Stars: ✭ 156 (-28.44%)
Mutual labels:  findbugs
Gnag
A Gradle plugin that helps facilitate GitHub PR checking and automatic commenting of violations.
Stars: ✭ 120 (-44.95%)
Mutual labels:  findbugs

SonarQube Spotbugs Plugin

Build Status FindBugs Rules Coverage Status

Description / Features

This plugin requires the SonarJava Plugin, and uses SpotBugs, fb-contrib and Find Security Bugs to provide coding rules.

Usage

In the quality profile, activate some rules from Spotbugs, fb-contrib or Find Security Bugs rule repositories and run an analysis on your project.

Configuration

This plugin can be configured with sonar web interface (see General/Java section) or with project properties.

Confidence level (sonar.findbugs.confidenceLevel): Specifies the confidence threshold (previously called "priority") for reporting issues. If set to "low", confidence is not used to filter bugs. If set to "medium" (the default), low confidence issues are supressed. If set to "high", only high confidence bugs are reported.

Effort (sonar.findbugs.effort): Effort of the bug finders. Valid values are Min, Default and Max. Setting 'Max' increases precision but also increases memory consumption.

Excludes (sonar.findbugs.excludesFilters): Paths to findbugs filter-files with exclusions.

Timeout (sonar.findbugs.timeout): Specifies the amount of time, in milliseconds, that FindBugs may run before it is assumed to be hung and is terminated. The default is 600,000 milliseconds, which is ten minutes.

Compiled code

FindBugs requires the compiled classes to run.

Make sure that you compile your source code with debug information on (to get the line numbers in the Java bytecode). Debug is usually on by default unless you're compiling with Ant, in which case, you will need to turn it on explicitly. If the debug information is not available, the issues raised by FindBugs will be displayed at the beginning of the file because the correct line numbers were not available.

Compatibility

Since version 3.0, the plugin embed FindBugs 3.0.0 which supports analysis of Java 8 bytecode but requires Java 1.7 to run (see Compatibility section). Please find below the compatibility matrix of the plugin.

Findbugs Plugin version Embedded SpotBugs/Findbugs version Embedded Findsecbugs version Embedded FB-Contrib version Minimal Java version Supported SonarQube version Minimum sonar-java version
3.10 3.1.11 (SpotBugs) 1.8.0 7.4.3sb 1.8 7.6~ 5.10.1.16922
3.11.0 3.1.12 (SpotBugs) 1.8.0 7.4.3sb 1.8 7.6~ 5.10.1.16922
4.0.0 4.0.0 (SpotBugs) 1.10.1 7.4.7 (sb-contrib) 1.8 7.6~ 5.10.1.16922
4.0.1 4.1.2 (SpotBugs) 1.10.1 7.4.7 (sb-contrib) 1.8 7.6~ 5.10.1.16922
4.0.2 4.2.0 (SpotBugs) 1.11.0 7.4.7 (sb-contrib) 1.8 7.6~ 5.10.1.16922
4.0.3-SNAPSHOT 4.2.0 (SpotBugs) 1.11.0 7.4.7 (sb-contrib) 1.8 7.6~ 5.10.1.16922
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].