Skip to content

Parses smallest scope of code for the purpose of program analysis research with Java

Notifications You must be signed in to change notification settings

davidhin/java-code-scope-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Java Smallest Scope Extractor

Extracts smallest scope (parsable code) given a hunk, defined by start and end line. Output is printed to console.

Usage

build from scratch using maven: mvn package -f "java/pom.xml"

from command line: java -jar smallest_scope_extractor.jar java/files/testjava "210,210,215,225"

210,210,212,215 means that we have 2 hunks: 1 hunk is line 210 to line 210 (one line change) 1 hunk is from line 215 to 225 (3 line changes)

About

Parses smallest scope of code for the purpose of program analysis research with Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages