Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arguments #8

Open
jose opened this issue Apr 22, 2021 · 1 comment
Open

Arguments #8

jose opened this issue Apr 22, 2021 · 1 comment

Comments

@jose
Copy link

jose commented Apr 22, 2021

Hi,

According to this line Main.java#L19

System.out.println("Arguments: <Failed_Test_Cases_File_Path> <Suspicious_Code_Positions_File_Path> <Buggy_Project_Path> <defects4j_Path> <Project_Name> <FL_Metric>");

Main class takes as arguments:

  • <Failed_Test_Cases_File_Path> which I think can be one of these files, right?
  • <Suspicious_Code_Positions_File_Path>, what's this and where can I find it?
  • <Buggy_Project_Path>, checkout directory of each bug, right?
  • <defects4j_Path>, D4J home directory, right?
  • <Project_Name>, e.g., Chart
  • <FL_Metric>, which ones are supported?

--
Best,
Jose

@Kui-Liu
Copy link
Member

Kui-Liu commented Apr 24, 2021

<Failed_Test_Cases_File_Path> :https://github.com/SerVal-DTF/FL-VS-APR/tree/master/data/FailedTestCases
<Suspicious_Code_Positions_File_Path>, the path for saving the file of the bug positions identified by gzoltar.
<Buggy_Project_Path>, checkout directory of each bug.
<defects4j_Path>, D4J home directory.
<Project_Name>, e.g., Chart_1
<FL_Metric>, https://github.com/SerVal-DTF/FL-VS-APR/blob/master/FaultLocalization/src/main/java/edu/lu/uni/serval/faultlocalization/Metrics.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants