All Projects → jenkinsci → Warnings Ng Plugin

jenkinsci / Warnings Ng Plugin

Licence: mit
Jenkins Warnings Plugin - Next Generation

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Warnings Ng Plugin

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 (-85.48%)
Mutual labels:  static-code-analysis, findbugs, pmd, checkstyle, static-analysis
analysis-model
A library to read static analysis reports into a Java object model
Stars: ✭ 74 (-70.16%)
Mutual labels:  static-code-analysis, pmd, checkstyle, static-analysis
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 (-91.13%)
Mutual labels:  findbugs, pmd, checkstyle, static-analysis
Cflint
Static code analysis for CFML (a linter)
Stars: ✭ 156 (-37.1%)
Mutual labels:  static-analysis, static-code-analysis, findbugs
java-quality-checks
No description or website provided.
Stars: ✭ 33 (-86.69%)
Mutual labels:  findbugs, pmd, checkstyle
Gradle Code Quality Tools Plugin
Gradle plugin that generates ErrorProne, Findbugs, Checkstyle, PMD, CPD, Lint, Detekt & Ktlint Tasks for every subproject.
Stars: ✭ 282 (+13.71%)
Mutual labels:  checkstyle, findbugs, pmd
Qulice
Quality Police for Java projects
Stars: ✭ 250 (+0.81%)
Mutual labels:  static-analysis, checkstyle, pmd
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 (+110.48%)
Mutual labels:  checkstyle, findbugs, pmd
Okcheck
Incremental scan,integrate Lint、KtLint、UnitTest、Checkstyle、Findbugs、Pmd, powerful and easy to use
Stars: ✭ 285 (+14.92%)
Mutual labels:  checkstyle, findbugs, pmd
Gnag
A Gradle plugin that helps facilitate GitHub PR checking and automatic commenting of violations.
Stars: ✭ 120 (-51.61%)
Mutual labels:  checkstyle, findbugs, pmd
Quality Checks
Gradle plugin which includes Checkstyle, FindBugs, and PMD basic configuration.
Stars: ✭ 38 (-84.68%)
Mutual labels:  checkstyle, findbugs, pmd
Codeanalysis
Android静态代码分析
Stars: ✭ 31 (-87.5%)
Mutual labels:  checkstyle, findbugs, pmd
Sputnik
Static code review for your Gerrit patchsets. Runs Checkstyle, PMD, FindBugs, Scalastyle, CodeNarc, JSLint for you!
Stars: ✭ 189 (-23.79%)
Mutual labels:  static-code-analysis, findbugs, pmd
qulice
Quality Police for Java projects: aggregator of Checkstyle, PMD, and SpotBugs
Stars: ✭ 286 (+15.32%)
Mutual labels:  pmd, checkstyle, static-analysis
Spotbugs
SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.
Stars: ✭ 2,569 (+935.89%)
Mutual labels:  static-analysis, static-code-analysis, findbugs
Gradle Static Analysis Plugin
Easy setup of static analysis tools for Android and Java projects.
Stars: ✭ 398 (+60.48%)
Mutual labels:  checkstyle, findbugs, pmd
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 (+137.5%)
Mutual labels:  checkstyle, findbugs, pmd
Violations Lib
Java library for parsing report files from static code analysis.
Stars: ✭ 94 (-62.1%)
Mutual labels:  static-code-analysis, checkstyle, findbugs
Gradle Quality Plugin
Gradle quality plugin for Java and Groovy
Stars: ✭ 97 (-60.89%)
Mutual labels:  checkstyle, findbugs, pmd
I18n Tasks
Manage translation and localization with static analysis, for Ruby i18n
Stars: ✭ 1,748 (+604.84%)
Mutual labels:  static-analysis, static-code-analysis

Jenkins Warnings Next Generation Plugin

Join the chat at https://gitter.im/jenkinsci/warnings-plugin Jenkins Plugin Jenkins Plugin Installs Jenkins GitHub Actions Codacy Codecov

The Jenkins Next Generation Warnings plugin collects compiler warnings or issues reported by static analysis tools and visualizes the results. It has built-in support for more than hundred report formats. Among the problems it can detect:

  • errors from your compiler (C, C#, Java, etc.)
  • warnings from a static analysis tool (CheckStyle, StyleCop, SpotBugs, etc.)
  • duplications from a copy-and-paste detector (CPD, Simian, etc.)
  • vulnerabilities
  • open tasks in comments of your source files

The Jenkins Next Generation Warnings plug-in replaces the whole Jenkins Static Analysis Suite. I.e. it makes the following Jenkins plugins obsolete: Android Lint, CheckStyle, Dry, FindBugs, PMD, Warnings, Static Analysis Utilities, Static Analysis Collector.

The plugin publishes a report of the issues found in your build, so you can navigate to a summary report from the main build page. From there you can also dive into the details:

  • distribution of new, fixed and outstanding issues
  • distribution of the issues by severity, category, type, module, or package
  • list of all issues including helpful comments from the reporting tool
  • annotated source code of the affected files
  • trend charts of the issues

If you are using Git as source code management system then the warnings plugin will optionally mine the repository in the style of Code as a Crime Scene (Adam Tornhill, November 2013) to determine statistics of the affected files (i.e. the files with issues):

  • commits count
  • different authors count
  • creation time
  • last modification time
  • lines of code (from the commit details)
  • code churn (changed lines since created)

Additionally, the plugin shows the last person who modified the code that contains an issue (and the last commit ID). In order to use this functionality you need to install the optional Git Forensics Plugin.

If your tool is not yet supported by the warnings plugin you can either define a new Groovy based parser in the user interface or provide a parser within a new small plug-in. If the parser is useful for other teams as well please share it and provide pull requests for the Warnings Next Generation Plug-in and the Analysis Parsers Library.

For more details please refer to the documentation or to an introductory video.

All source code is licensed under the MIT license.

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].