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

Fix file deletion error #248

Closed yiming-tang-cs closed 5 years ago

yiming-tang-cs commented 5 years ago
Oct 11, 2019 5:06:38 PM edu.cuny.hunter.log.core.refactorings.LogRejuvenatingProcessor processGitHistory
SEVERE: Cannot process git commits.
java.io.IOException: No such file or directory
    at java.io.UnixFileSystem.createFileExclusively(Native Method)
    at java.io.File.createNewFile(File.java:1012)
    at edu.cuny.hunter.mylyngit.core.analysis.GitHistoryAnalyzer.getFile(GitHistoryAnalyzer.java:731)
    at edu.cuny.hunter.mylyngit.core.analysis.GitHistoryAnalyzer.copyToFile(GitHistoryAnalyzer.java:702)
    at edu.cuny.hunter.mylyngit.core.analysis.GitHistoryAnalyzer.copyHistoricalFile(GitHistoryAnalyzer.java:697)
    at edu.cuny.hunter.mylyngit.core.analysis.GitHistoryAnalyzer.modifyFile(GitHistoryAnalyzer.java:460)
ghost commented 5 years ago

DeepCode Report (#ff29c4)

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

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 22.29% when pulling ff29c4f5478ef1662cc77ce37348a6b5c2a77f03 on saledouble:fixFileDeletion into 89d943934accbf03c25228d658359c788bebd9ec on ponder-lab:master.