A tool to parse programming objects in Java
- Open the Main.java
- Setup JZipProject constructor with three parameters:
- folder_path: the folder stored with zipped Java projects.
- path: the folder to save parsed results
- path_jdk: the file with JDK APIs
- Setup parse() for JZipProject with two parameters:
- idx_start: the index of the first parsed project.
- idx_end: the index of the last parsed project.
- Ready to begin.
janalyzer parses methods for each projects and stores method components into different text files in lines, including comment, javadoc, method, modifier, package, parameter, parsed (body), return (parameter), source (code).
Direct Link to archived workspaces.