Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.99 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.99 KB

Static Analysis Model and Parsers Library

Join the chat at https://gitter.im/jenkinsci/warnings-plugin Jenkins Plugin Jenkins CI on all platforms Codacy codecov

This project is a library to read static analysis reports into a Java object model. Currently, it is used only by Jenkins' warnings next generation plug-in. Since this library has no dependencies to the Jenkins project it might be used by other static analysis visualization tools as well in the future.

This library consists basically of two separate parts:

  1. A model to manage a set of issues of static code analysis runs. This includes the possibility to track issues in different source code versions using a fingerprinting algorithm.
  2. Parsers for numerous static analysis tools (including several compilers), see the parser source folder for a complete list of supported formats.

All source code is licensed under the MIT license.