Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created extension PatchLOC to count lines added/removed by each patch #123

Merged
merged 1 commit into from
Aug 22, 2011

Conversation

apepper
Copy link
Contributor

@apepper apepper commented Aug 22, 2011

This is done, to better quantify the data quality of extension hunks.

All it does, is reading the patch-files from extension "Patches" and counting added and removed lines based on regular expressions.

This is done, because CommitsLOC depends on "git show --stat" which sadly DOESN'T count empty lines inside hunks.

All it does, is reading the patch-files from extension "Patches" and counting added and removed lines based on regular expressions.

This is done, because CommitsLOC depends on "git show --stat" which sadly DOESN'T count empty lines inside hunks.
linzhp added a commit that referenced this pull request Aug 22, 2011
Created extension PatchLOC to count lines added/removed by each patch
@linzhp linzhp merged commit 1ef32f8 into SoftwareIntrospectionLab:develop Aug 22, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants