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

Add a setting (not raise log level due to keywords) #247

Closed yiming-tang-cs closed 5 years ago

ghost commented 5 years ago

DeepCode Report (#b90b8c)

DeepCode analyzed this pull request. There are no new issues.

yiming-tang-cs commented 5 years ago

The new data: results_no_raise.tar.gz

Old data are here: https://github.com/ponder-lab/selenium/pull/4#issuecomment-537086446

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.02%) to 22.266% when pulling b90b8ce88f093b53f3e1e83a1181cb4492f193c0 on saledouble:not_raise_level_keywords into 89d943934accbf03c25228d658359c788bebd9ec on ponder-lab:master.

yiming-tang-cs commented 5 years ago

Log transformations for selenium and IRCT-API before and after the setting we made:

results.tar.gz

I also tested ReactionDecoder, but there were no transformations, so I did not attach its results. I tried to build other small benchmarks today (jacpFx and deviation-upload), but it was not successful, so I could not collect results for them today.

khatchad commented 5 years ago

Were there results for ReactionDecoder beforehand?

yiming-tang-cs commented 5 years ago

Were there results for ReactionDecoder beforehand?

I don't think so.

yiming-tang-cs commented 5 years ago

Data for N = 24000: selenium_24000_not_raise.tar.gz

I don't have original data before the change now. I am going to get them.

yiming-tang-cs commented 5 years ago

The original data: selenium_24000_original.tar.gz

The transformation CSV files for comparison with marked keywords in log expression: transformations_24000.tar.gz

yiming-tang-cs commented 5 years ago

Make sure that remove all .git directories that were generated by the previous version of the tool. Otherwise, you would receive an error message.

khatchad commented 5 years ago

Make sure that remove all .git directories that were generated by the previous version of the tool. Otherwise, you would receive an error message.

What about .git directories that were not generated by the tool?

yiming-tang-cs commented 5 years ago

What about .git directories that were not generated by the tool?

The tool will work well. The error message will be shown if we don't remove the .git directories generated by the previous version of the tool.