-
Notifications
You must be signed in to change notification settings - Fork 6
Description
On line 115 of retrieve_features_5_6.py, it needs to find the "views" and "bug_fixing" fields in bug_report, but they are not in the aspect.json provided by the author( i get it from https://mat.umk.pl/mfejzer/aspectj_data.tar.bz2). It is not clear whether the aspectj.json provided by the author is the final processed version, so how can I solve this problem?
Do i need to execute these commands?But i didn't find code which geneate such fields and Where is the Aspectj.xml used by the author downloaded from?
./process_bug_reports.py AspectJ.xml ../tracking_buggy_files_aspectj_dataset/ aspectj_base.json
./fix_and_augment.py aspectj_base.json ../tracking_buggy_files_aspectj_dataset/ > aspectj_aug.json
./pick_bug_freq.py aspectj_aug.json ../tracking_buggy_files_aspectj_dataset/ > aspectj.json
Hope to get help from the author, thank you.