ponder-lab / Rejuvenate-Logging-Levels

An Eclipse plug-in research prototype for automatically rejuvenating log statement levels using degree of interest
Eclipse Public License 2.0
2 stars 3 forks source link

Improve method detection accuracy in git mining #238

Closed yiming-tang-cs closed 4 years ago

yiming-tang-cs commented 4 years ago

There is a difference in candidates between having the change and not having the change with the same N covering all commits. After I debugged, this bug is from the method detection in mylyngit plugin.

Related to #237

yiming-tang-cs commented 4 years ago

Candidates are stable now. This issue should be fixed by https://github.com/ponder-lab/Logging-Level-Evolution-Plugin/pull/264