yodakohl / analysis-model

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Analysis Model and Parsers Library

Join the chat at https://gitter.im/jenkinsci/warnings-plugin Jenkins Plugin Jenkins Version JDK8 License: MIT

This 'analysis-model' 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.

Jenkins CI on all platforms Codacy codecov GitHub pull requests

About

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

License:MIT License


Languages

Language:Java 98.6%Language:C# 1.3%Language:Python 0.1%Language:Shell 0.0%