Open
Conversation
Member
|
Thanks @mguerrinha for contributing to GZoltar. Could you please provide more context/info of these changes? |
Member
|
Thanks @mguerrinha for the additional comments. Any chance you could add a new option/parameter to enable such multiplication? I would say that by default, GZoltar should not compute such multiplication; only when enabled. You can see the current set of GZoltar's options/parameters in here (for the CLI module) and here (for the Maven module). |
Author
|
Thanks @jose for the reviews. In the last commit the multiplication is called only when it's enabled. However I'm not sure if the organization and changes I had to make are the most correct. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Implementation of a formula that improves the final ranking
Check lists
Additional comments
According to the paper "Enhancing Spectrum Based Fault Localization Via Emphasizing
Its Formulas With Importance Weight" it is possible to improve the ranking of the tested methods by multiplying the result given by the SBFL formulas by the formula ef/(ef + nf). This will emphasize methods that are executed by more failing
tests and lower the rank of methods that are executed by less failing tests.
program element 𝑒.
the program element 𝑒.
the program element 𝑒.