-
Notifications
You must be signed in to change notification settings - Fork 3
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
Why is the DOI of a logging statement is 0? #217
Comments
What do the axes mean here?
|
Updated. |
This has been opened way too long and should be fixed ASAP. |
For now, if a method is not analyzed before, it should not be considered by the tool. The only 0 in the candidate CSV represents that the enclosing method is analyzed before but its analysis is in a very early commit. The current results (N = 24000): |
The method was analyzed but its DOI value became 0 due to decay, like the cases you mentioned above. The charts below track the DOI value changes for the method For these methods, lowering decay could fix this issue. It is fixed by #232 |
Currently,
|
Please respond to the original PR. Explain the change that we've made and that we will follow up with a new, improved PR, but will not include the results that were already rejected by the previous PR. Make sense? |
@saledouble What is the status of this issue? |
Our tool suggested, as part of a pull request, that this log level be converted from
FINE
toFINEST
. After using both N=1,000 and N=24,000, the DOI of the logging statement is 0:More information about the run:
Please investigate why the DOI of this log statement is 0. There are several changes to the enclosing method (listed below), so I am sure that it hasn't been 0 always. Does it start at 0, increase, and then because of decay, decrease? Or, are we losing track of it through some refactoring?
Here are some changes that involve the enclosing method. They are listed from most recent to least recent:
The text was updated successfully, but these errors were encountered: