{"id":27243836,"url":"https://github.com/jenkinsci/analysis-model","last_synced_at":"2026-02-26T19:23:34.502Z","repository":{"id":21292167,"uuid":"24608251","full_name":"jenkinsci/analysis-model","owner":"jenkinsci","description":"A library to read static analysis reports into a Java object model","archived":false,"fork":false,"pushed_at":"2025-04-10T13:52:42.000Z","size":14068,"stargazers_count":85,"open_issues_count":1,"forks_count":187,"subscribers_count":103,"default_branch":"main","last_synced_at":"2025-04-10T20:58:30.843Z","etag":null,"topics":["checkstyle","eslint","hacktoberfest","java","pmd","spotbugs","static-analysis","static-code-analysis"],"latest_commit_sha":null,"homepage":"https://plugins.jenkins.io/analysis-model-api","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jenkinsci.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"SUPPORTED-FORMATS.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-09-29T18:48:31.000Z","updated_at":"2025-04-08T20:19:46.000Z","dependencies_parsed_at":"2024-03-15T09:30:38.931Z","dependency_job_id":"b3d6f602-4464-4c76-ac8b-9d32c1964169","html_url":"https://github.com/jenkinsci/analysis-model","commit_stats":null,"previous_names":[],"tags_count":166,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fanalysis-model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fanalysis-model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fanalysis-model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fanalysis-model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkinsci","download_url":"https://codeload.github.com/jenkinsci/analysis-model/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248298416,"owners_count":21080318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["checkstyle","eslint","hacktoberfest","java","pmd","spotbugs","static-analysis","static-code-analysis"],"created_at":"2025-04-10T20:58:50.744Z","updated_at":"2026-02-26T19:23:34.472Z","avatar_url":"https://github.com/jenkinsci.png","language":"Java","readme":"# Static Analysis Model and Parsers Library\n\n[![Join the chat at Gitter/Matrix](https://badges.gitter.im/jenkinsci/warnings-plugin.svg)](https://gitter.im/jenkinsci/warnings-plugin?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![CI on all platforms](https://github.com/jenkinsci/analysis-model/workflows/GitHub%20CI/badge.svg)](https://github.com/jenkinsci/analysis-model/actions)\n[![CodeQL](https://github.com/jenkinsci/analysis-model/workflows/CodeQL/badge.svg)](https://github.com/jenkinsci/analysis-model/actions/workflows/codeql.yml)\n[![Line Coverage](https://raw.githubusercontent.com/jenkinsci/analysis-model/main/badges/line-coverage.svg)](https://github.com/jenkinsci/analysis-model/actions/workflows/quality-monitor-comment.yml)\n[![Branch Coverage](https://raw.githubusercontent.com/jenkinsci/analysis-model/main/badges/branch-coverage.svg)](https://github.com/jenkinsci/analysis-model/actions/workflows/quality-monitor-comment.yml)\n\nThis library provides a Java API to read, aggregate, filter, and query static analysis reports. \nIt is used by my [Jenkins' warnings plug-in](https://github.com/jenkinsci/warnings-ng-plugin) to visualize\nthe warnings of individual builds. \n\n![Jenkins Warnings Plug-in](doc/jenkins.png)   \n\nAdditionally, this library is used by my additional [Quality Monitor GitHub Action](https://github.com/uhafner/quality-monitor), that monitors the quality of projects based on a configurable set of metrics and gives feedback on pull requests (or single commits) in GitHub.\nThere are also two additional actions available, to autograde student software projects based\non these metrics: [GitHub Autograding action](https://github.com/uhafner/autograding-github-action) and [GitLab Autograding action](https://github.com/uhafner/autograding-gitlab-action).\n\n![Quality Monitor GitHub Action](doc/quality-monitor.png)   \n\nThis library consists basically of three separate parts:\n\n1. A model to manage a set of issues of static code analysis runs. This includes the possibility to track issues in\n different source code versions using a fingerprinting algorithm. \n2. Parsers for more than a hundred [report formats](SUPPORTED-FORMATS.md). Among the problems this library can detect:\n   * messages from your build tool (Maven, Gradle, MSBuild, make, etc.)\n   * errors from your compiler (C, C#, Java, etc.)\n   * warnings from a static analysis tool (CheckStyle, StyleCop, SpotBugs, etc.)\n   * duplications from a copy-and-paste detector (CPD, Simian, etc.)\n   * vulnerabilities\n   * open tasks in comments of your source files\n3. Additional descriptions for a selected set of static analysis tools that provide details for individual violations \n   (including code samples, solutions, or quick fixes). \n\nAll source code is licensed under the MIT license. \n\nContributions to this library are welcome, please refer to the separate [CONTRIBUTING](CONTRIBUTING.md) document\nfor details on how to proceed! \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fanalysis-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkinsci%2Fanalysis-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fanalysis-model/lists"}