Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 531 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 531 Bytes

featureDataCleaning

Cleaning the data from Feature Extraction Project for SOEN6491 the program will combine five refactoring featrues data files.

  1. Reduce duplicate AST, and put refactoring type label for each AST. Write into All_Factoring.csv
  2. Create five different CSV files with prefix: "OUT_" for each refactoring type.
  3. CSV contains two column: AST, IsType

How To Run: Use the below command to run the program:

python fileparser.py EXTRACT_AND_MOVE_METHOD EXTRACT_METHOD EXTRACT_VARIABLE INLINE_VARIABLE MOVE_METHOD