Currently, the GitRepositoryMiner logs the runtime of the mining process to the console log only:
[Forensics] Creating SCM miner to obtain statistics for affected repository files
[Forensics] -> Git miner successfully created in working tree '/var/data/workspace/Forensics'
[Forensics] Analyzing the commit log of the Git repository '/var/data/workspace/Forensics'
[Forensics] -> created report for 697 files in 41 seconds
It would be nice if this information would be stored in the RepositoryStatistics instance as well. This feature should require a change in the model object only. Steps to do:
Currently, the {{GitRepositoryMiner}} logs the runtime of the mining process to the console log only:
{noformat}
[Forensics] Creating SCM miner to obtain statistics for affected repository files [Forensics] -> Git miner successfully created in working tree '/var/data/workspace/Forensics' [Forensics] Analyzing the commit log of the Git repository '/var/data/workspace/Forensics' [Forensics] -> created report for 697 files in 41 seconds
{noformat}
It would be nice if this information would be stored in the {{RepositoryStatistics}} instance as well. This feature should require a change in the model object only. Steps to do:
{noformat} [Forensics] Creating SCM miner to obtain statistics for affected repository files [Forensics] -> Git miner successfully created in working tree '/var/data/workspace/Forensics' [Forensics] Analyzing the commit log of the Git repository '/var/data/workspace/Forensics' [Forensics] -> created report for 697 files in 41 seconds {noformat}
{noformat} [Forensics] Creating SCM miner to obtain statistics for affected repository files [Forensics] -> Git miner successfully created in working tree '/var/data/workspace/Forensics' [Forensics] Analyzing the commit log of the Git repository '/var/data/workspace/Forensics' [Forensics] -> created report for 697 files in 41 seconds {noformat}