Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 356 Bytes

File metadata and controls

8 lines (6 loc) · 356 Bytes

Java Source Code Analyzer

A Static Source Code Analyzer for Java using JavaParser

Features:

  • Extract method calls in java source code, and get caller and callee method signatures.
  • Get all the information in a class (including member variables, member methods, construction methods).
  • Resolve the type of method names and variable names.