简体   繁体   English

计算班级已更改的次数(修订)

[英]Count how many times Class has been changed (Revisions)

So I am currently doing an analysis of my Spring Java-Project. 因此,我目前正在对Spring Java项目进行分析。 One thing I want to do, is to count, how many times a file/class has been changed. 我想做的一件事就是计算文件/类被更改了多少次。 In Eclipse I can right click a class, select Team --> Show History and it shows me all of the changes. 在Eclipse中,我可以右键单击一个类,选择Team-> Show History,它向我显示所有更改。

However counting everything would probably take a while, when I have multiple classes and sometimes more than 100 modifications. 但是,当我有多个类并且有时超过100个修改时,计算所有内容可能需要一段时间。

Is there an easy way to do that? 有没有简单的方法可以做到这一点?

Thanks! 谢谢!

If you use TortoiseSVN you can see it by clicking right on file and go to TortoiseSVN select Show Log on submenu then in opening windows click Statics button . 如果使用TortoiseSVN ,则可以通过在文件上单击鼠标右键来查看它,然后转到TortoiseSVN,选择“ 显示登录 ”子菜单,然后在打开的窗口中单击“ 静态”按钮。 It will show you all changes (monthly, avarage, total file changes) 它将显示所有更改(每月,平均,文件总更改)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM