ftomassetti / analyze-java-code-examplesLinks
Some examples of code extracting information from Java source files using JavaParser
☆101Updated 4 years ago
Alternatives and similar repositories for analyze-java-code-examples
Users that are interested in analyze-java-code-examples are comparing it to the libraries listed below
Sorting:
- Code samples for the book "JavaParser: Visited" https://leanpub.com/javaparservisited☆102Updated 2 years ago
- Sample project with a basic Maven + JavaParser setup☆97Updated 3 weeks ago
- *old repository* --> this is now integrated in https://github.com/javaparser/javaparser☆296Updated 7 years ago
- Call graph analyzer for Java☆43Updated 5 years ago
- Code Graph Intellij Plugin☆85Updated last year
- View code dependencies in a Java project☆36Updated 3 years ago
- Examples on how to use the Spoon Java source code transformation library☆91Updated 3 years ago
- Sample project with basic Maven + JavaSymbolSolver set up☆40Updated 3 weeks ago
- Apache Commons BCEL☆263Updated this week
- Million-scale code analysis and refactoring toolkit for Java☆47Updated 6 years ago
- TestMe IntelliJ IDEA Plugin - Auto generates Unit Test code☆187Updated last year
- Detects smells and computes metrics of Java code☆187Updated 7 months ago
- Programs for producing static and dynamic (runtime) call graphs for Java programs☆826Updated last year
- Example configurations for coverage analysis tools set up in Maven to support EvoSuite tests☆20Updated 7 years ago
- Jarviz is dependency analysis and visualization tool designed for Java applications☆160Updated last week
- Automatic test generation for Java☆581Updated this week
- ☆17Updated 6 years ago
- An extensible java agent framework that instruments (modifies the bytecode at class loading time) programs running on the JVM, with the p…☆48Updated 5 years ago
- Utility class to compile java source code in memory☆274Updated 4 years ago
- Antlr Java Parser aims to create a Java parser using Antlr 4 grammar rules.☆58Updated 5 years ago
- QDox - full extractor of Java class/interface/method definitions (including annotations, parameters, param names)☆475Updated last week
- Shows how to bootstrap a project to write custom rules for PHP, Python, Cobol, RPG☆241Updated 3 months ago
- This library contains a set of parsers that parse the output of the maven command "mvn dependency:tree", and a set of utilities to create…☆36Updated 7 years ago
- EvoSuite - automated generation of JUnit test suites for Java classes☆886Updated 8 months ago
- Java Bytecode Engineering Examples & Tutorials☆118Updated 7 years ago
- ObjectWeb ASM - bytecode verifier and utilities☆67Updated 12 years ago
- Parses java classes to generate UML diagram☆65Updated 5 years ago
- JCT is a call graph generator that works via byte code instrumentation. it records the flow through your application to gather call stati…☆23Updated 2 years ago
- use asm to parse classNode then get method invoke relations.解析获得方法调用链路☆22Updated 5 years ago
- Java Call Hierarchy Printer☆45Updated 10 years ago