Skip to content

liuchaoss/janalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

janalyzer

A tool to parse programming objects in Java

How to use

  1. Open the Main.java
  2. 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
  1. 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.
  1. Ready to begin.

Output

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).

Running Projects

Direct Link to archived workspaces.

About

a tool to parse programming objects in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages