new metric: age of class in hours
Let's use Git history to collect this information for each .java file
@yegor256 I can try working on this.
@varunu28 cool, thanks!
I have tried to implement this, but faced a following problem: by running 01-delete-non-java-files.sh, we wipe all essential .git/* files, including .git/HEAD and brake the entire repo. So git stops recognizing the repository we cloned as a valid repo. That is why, any of git ... commands will not work. This is also a reason why authors.py doesn't work right now (#22).
@yistarostin good catch. Can you please make a new ticket for it and fix it?
@yegor256 tried to implement in the pr
is this issue already solved?
@adfi-l21s I think so, solved.