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

Ignore methods not analyzed #235

Closed yiming-tang-cs closed 5 years ago

yiming-tang-cs commented 5 years ago

There is something wrong for the difference.

The code below is not shown in the difference. It is in the branch saledouble:new_methods_not_analyzed but not in the base branch.

saledouble:new_methods_not_analyzed: https://github.com/saledouble/Logging-Level-Evolution-Plugin/blob/04340e132f5a59e05904f0850d35aac92c40cf5c/edu.cuny.hunter.log.core/src/edu/cuny/hunter/log/core/analysis/LogAnalyzer.java#L62

base branch: https://github.com/ponder-lab/Logging-Level-Evolution-Plugin/blob/methods_not_analyzed/edu.cuny.hunter.log.core/src/edu/cuny/hunter/log/core/analysis/LogAnalyzer.java

yiming-tang-cs commented 5 years ago

I don't need the PR. I only need to cherry pick a commit. The merged branch is too out-of-date.

khatchad commented 5 years ago

Please use dist: bionic and jdk: openjdk8