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

Kara3/analysis-model

This branch is 1 commit ahead of, 2624 commits behind jenkinsci/analysis-model:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4caee98 · Apr 17, 2020
Jul 28, 2019
Apr 14, 2020
Nov 19, 2019
Feb 24, 2020
Jan 17, 2020
Nov 19, 2019
Jan 14, 2020
Apr 4, 2020
Mar 12, 2020
Apr 17, 2020
Jan 17, 2020
Jan 17, 2020
Jan 21, 2019
Jan 17, 2020
Jan 17, 2020
Oct 8, 2018
Jul 26, 2019
Dec 9, 2019
Apr 4, 2020
Mar 5, 2019
Mar 29, 2020
Mar 17, 2020
Jun 8, 2019
Apr 4, 2020

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.6%
  • C# 1.3%
  • Other 0.1%