awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.com博客
分类

1 个仓库

Awesome GitHub RepositoriesJava Source Code Analyzers

Tools that process all source files in a Java project at once for cross-file analysis and bulk operations.

Distinct from Source Code Analysis: Distinct from Source Code Analysis: focuses on Java-specific cross-file analysis, not general web source code inspection.

Explore 1 awesome GitHub repository matching part of an awesome list · Java Source Code Analyzers. Refine with filters or upvote what's useful.

Awesome Java Source Code Analyzers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • javaparser/javaparserjavaparser 的头像

    javaparser/javaparser

    6,053在 GitHub 上查看↗

    JavaParser is a library that parses Java source code up to version 12 into an Abstract Syntax Tree (AST), enabling programmatic analysis, transformation, and generation of Java code. It serves as a parser, code analyzer, code generator, comment parser, and symbol resolver, providing a unified toolkit for working with Java source at the AST level. The library distinguishes itself through several integrated capabilities that go beyond basic parsing. It includes a symbol resolution engine that resolves type and symbol references across files for accurate semantic analysis, and an error-recovery

    Traverses parsed Java source code to find patterns of interest, such as specific field declarations or class structures.

    Javaabstract-syntax-treeastcode-analysis
    在 GitHub 上查看↗6,053
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Source Code Analysis
  5. Java Source Code Analyzers