DiffStats analyzes diff files. It counts lines of code added, deleted and moved. It was designed for Java code, but will work with other languages, like C++. It ignores blank lines and comment line, if they start with a //, /* or *.
This project was made to complete another project because I was unable to find anything else like it. I posted it to see if anyone else had interest. So I would appreciate it if anyone who has tried this project would please post a review. I understand this is a very simple project, but if there is interest, I would expand it.
Categories
Build ToolsFollow DiffStats
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
I like the code and very useful for us to submit number of lines added between commits. But i am not very sure the logic works correctly. My requirement is to calculate number of lines newly added, number of lines got modified, number of lines removed. But i could get number of lines added, but number of lines deleted is not accurate as it includes the modified lines also as part of deleted.