We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
<Suspicious_Code_Positions_File_Path>
<Buggy_Project_Path>
<defects4j_Path>
<Project_Name>
<FL_Metric>
-- Best, Jose
The text was updated successfully, but these errors were encountered:
<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
Sorry, something went wrong.
No branches or pull requests
Hi,
According to this line Main.java#L19
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
The text was updated successfully, but these errors were encountered: