Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 314 Bytes

File metadata and controls

7 lines (5 loc) · 314 Bytes

Code Extractor for Java

This tool uses https://github.com/javaparser/javaparser to extract code from Java files.

Currently, it supports the following modes:

  • Extract the largest method containing all given lines (using the --lines option).
  • Extract the method given its name (using the --method option).