awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pmd avatar

pmd/pmd

0
View on GitHub↗
5,425 stele·1,564 fork-uri·Java·6 vizualizăripmd.github.io↗

Pmd

PMD este un analizor static de cod multi-limbaj utilizat pentru a identifica defecte de programare, variabile neutilizate și cod mort fără a executa programul. Acesta funcționează ca un detector de code smell și un enforcer al standardelor de codare, asigurându-se că codul sursă respectă convențiile de denumire specifice, cerințele structurale și ghidurile de stil ale proiectului.

Proiectul dispune de un motor de reguli bazat pe XPath care permite utilizatorilor să definească tipare de analiză personalizate folosind interogări asupra unui arbore sintactic abstract. Include, de asemenea, un detector de copy-paste pentru a identifica blocuri de cod duplicate în mai multe fișiere și un designer vizual de reguli pentru crearea și testarea tiparelor de detectare personalizate.

Suprafața de analiză acoperă detectarea bug-urilor, identificarea problemelor de mentenabilitate pentru a reduce datoria tehnică și verificarea implementărilor de testare. De asemenea, oferă capabilități pentru identificarea metodelor excesiv de complexe și a listelor de parametri prea lungi.

Features

  • Static Code Analysis - Provides automated scanning of source code to detect bugs, vulnerabilities, and maintainability issues without execution.
  • AST Querying - Uses XML path language to locate specific nodes or patterns within the AST for rule validation.
  • AST XPath Engines - Provides a system for defining custom code analysis patterns using XPath queries against an abstract syntax tree.
  • Static Code Analyzers - Identifies potential bugs, unused variables, and vulnerabilities through automated multi-language linting.
  • Code Smell Detectors - Flags overly complex methods and design patterns that indicate technical debt or poor design.
  • Common Bug Detection - Analyzes source code to identify common programming bugs, unused variables, and logical errors.
  • Abstract Syntax Tree Parsing - Implements the conversion of source code into a structured tree representation for static analysis.
  • AST Visitor Patterns - Implements the visitor design pattern for programmatically traversing abstract syntax trees.
  • Coding Standards Enforcement - Ensures source code adheres to specific naming conventions, structural requirements, and project style guides.
  • Custom Analysis Rules - Provides a framework for defining custom metadata-driven rules to identify specific patterns in source code.
  • Language Support Plugins - Uses modular plugins to extend the analyzer's capability to parse additional programming languages.
  • Static Analysis Rule Engines - Provides a rule engine for defining custom code analysis patterns that inspect source code and metadata.
  • Code Duplication Reduction - Locates redundant blocks of logic and copy-paste repetitions across files to facilitate code consolidation.
  • Token-Based Duplicate Detectors - Identifies identical or near-identical code blocks by comparing tokenised source sequences across multiple files.
  • Detection Tools - Scans source files across multiple languages to find and flag copy-paste redundancies and redundant logic blocks.
  • Visual Rule Designers - Provides a visual interface for creating and testing custom analysis rules to identify specific code patterns.
  • Java-Based Rule Implementation - Provides the ability to implement complex linguistic validation logic by extending Java classes.
  • Technical Debt Analyzers - Identifies software rot and technical debt through a combination of complexity and code duplication analysis.
  • Copy-Paste Detectors - Identifies duplicated code blocks across multiple files to reduce redundancy and maintenance effort.
  • Code Analysis - Source code analysis for finding bad coding practices.

Istoric stele

Graficul istoricului de stele pentru pmd/pmdGraficul istoricului de stele pentru pmd/pmd

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Pmd

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Pmd.
  • pylint-dev/pylintAvatar pylint-dev

    pylint-dev/pylint

    5,685Vezi pe GitHub↗

    Pylint is a static code analyzer for Python that scans source code for errors, coding standard violations, code smells, and type-related issues without executing the program. It functions as a plugin-based linter framework, allowing users to extend its analysis capabilities with custom or third-party checks for project-specific rules and framework support. The tool also includes a duplicate code detector that identifies identical or near-identical code blocks across a project to help reduce redundancy. Beyond its core linting functionality, Pylint can generate UML class and package diagrams f

    Pythonclosembercode-qualityhacktoberfest
    Vezi pe GitHub↗5,685
  • jshint/jshintAvatar jshint

    jshint/jshint

    9,064Vezi pe GitHub↗

    JSHint is a JavaScript static analysis tool and linter designed to detect errors and enforce coding standards. It functions as a syntax validator that scans source code to identify potential logic problems and programming mistakes before the code is executed. The tool provides a command line interface for analyzing files and directories. It supports the export of analysis results into standardized formats such as Checkstyle for integration with external build tools. Analysis is managed through a system of linting rule management and environment global configuration. This includes the ability

    JavaScript
    Vezi pe GitHub↗9,064
  • google/error-proneAvatar google

    google/error-prone

    7,182Vezi pe GitHub↗

    Error Prone is a static code analyzer and Java compiler extension that identifies common programming mistakes during the build process. It functions as a compiler wrapper that flags potential errors as compile-time failures to prevent bugs from reaching execution. The tool integrates directly into the Java compilation workflow to provide compile-time validation. It allows for the definition of custom linting rules and analysis checks to enforce specific coding standards and detect prohibited API usage. The system utilizes abstract syntax tree analysis and type-aware pattern matching to inspe

    Javajavastatic-analysis
    Vezi pe GitHub↗7,182
  • rrrene/credoAvatar rrrene

    rrrene/credo

    5,193Vezi pe GitHub↗

    Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code to identify stylistic inconsistencies, common mistakes, and potential security vulnerabilities. The tool provides a customizable framework for defining and testing specialized rules to enforce project-specific coding standards. It identifies complex code fragments and duplication to highlight opportunities for refactoring and simplification. Its capabilities cover automated code reviews, the enforcement of Elixir coding standards, and real-time developer feedback through edit

    Elixir
    Vezi pe GitHub↗5,193
Vezi toate cele 30 alternative pentru Pmd→

Întrebări frecvente

Ce face pmd/pmd?

PMD este un analizor static de cod multi-limbaj utilizat pentru a identifica defecte de programare, variabile neutilizate și cod mort fără a executa programul. Acesta funcționează ca un detector de code smell și un enforcer al standardelor de codare, asigurându-se că codul sursă respectă convențiile de denumire specifice, cerințele structurale și ghidurile de stil ale proiectului.

Care sunt principalele funcționalități ale pmd/pmd?

Principalele funcționalități ale pmd/pmd sunt: Static Code Analysis, AST Querying, AST XPath Engines, Static Code Analyzers, Code Smell Detectors, Common Bug Detection, Abstract Syntax Tree Parsing, AST Visitor Patterns.

Care sunt câteva alternative open-source pentru pmd/pmd?

Alternativele open-source pentru pmd/pmd includ: pylint-dev/pylint — Pylint is a static code analyzer for Python that scans source code for errors, coding standard violations, code… jshint/jshint — JSHint is a JavaScript static analysis tool and linter designed to detect errors and enforce coding standards. It… google/error-prone — Error Prone is a static code analyzer and Java compiler extension that identifies common programming mistakes during… rrrene/credo — Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code… detekt/detekt — Detekt is a static analysis tool, code quality linter, and complexity analyzer for Kotlin source code. It functions as… sonarsource/sonarqube — SonarQube is a static code analysis platform used to scan source code and infrastructure scripts across multiple…