Skip to content

A library to read static analysis reports into a Java object model

License

Notifications You must be signed in to change notification settings

Hickstone/analysis-model

 
 

Repository files navigation

Static Analysis Model and Parsers Library

Join the chat at https://gitter.im/jenkinsci/warnings-plugin ChangeLog 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.

About

A library to read static analysis reports into a Java object model

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.7%
  • C# 1.2%
  • Other 0.1%