1 रिपॉजिटरी
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.
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.