Java library for parsing report files from static code analysis.
Die Hauptfunktionen von tomasbjerre/violations-lib sind: Integration and Reporting, Static Analysis Tools, Code Review and Analysis.
Open-Source-Alternativen zu tomasbjerre/violations-lib sind unter anderem: jimbethancourt/refactorfirst — Identifies and prioritizes God Classes Highly Coupled classes, and Class Cycles in Java codebases you should refactor… haya14busa/reviewdog — Reviewdog is an automated review bot and CI code review orchestrator that converts the output of static analysis tools… shipmonk-rnd/composer-dependency-analyser — 🚀 Fast detection of composer dependency issues (unused dependencies, shadow dependencies, misplaced dependencies). octo-linker/chrome-extension — This browser extension is a source code linker for GitHub that identifies language-specific import and include… analysis-tools-dev/static-analysis — This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It… alexkohler/dogsled — dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.
Identifies and prioritizes God Classes Highly Coupled classes, and Class Cycles in Java codebases you should refactor first.
Reviewdog is an automated review bot and CI code review orchestrator that converts the output of static analysis tools into automated pull request comments. It functions as a linter output parser and static analysis commenter, transforming unstructured logs from compilers or linters into structured diagnostics. The project distinguishes itself by using pattern-based output parsing and a platform-agnostic plugin architecture to unify multi-language linting workflows. It employs diff-based result filtering to isolate issues introduced in a specific commit and provides the ability to post action
🚀 Fast detection of composer dependency issues (unused dependencies, shadow dependencies, misplaced dependencies)
This browser extension is a source code linker for GitHub that identifies language-specific import and include declarations and converts them into direct navigation links. It serves as a productivity tool for browsing repositories by simplifying the process of jumping between linked files and dependencies. The extension optimizes the developer workflow by transforming static import statements into clickable hyperlinks, reducing the need to manually search for files. This functionality supports source code reviews and the tracing of dependencies during browser-based audits of GitHub repositori