Skip to content

mxx1219/SC4FT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SC4FT (Syntax Checker for Fix Templates)

I. Requirements

II. Declaration

  • The syntax checker used in TRANSFER (ICSE'22) for the construction of the two large-scale datasets (Dataset_FL and Dataset_PR).

III. Usage

java -jar SC4FT-1.0-SNAPSHOT-jar-with-dependencies.jar <data_dir> true/false

e.g. java -jar SC4FT-1.0-SNAPSHOT-jar-with-dependencies.jar /path_to_this_project/data/ true
  • true: allow multiple categories for a certain code sample, which is used to generate Dataset_FL.

  • false: forbid multiple categories for a certain code sample, which is used to generate Dataset_PR.

About

Syntax Checker for Fix Templates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages