Forums : Technical Issue Help

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.blackduck.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

Metrics Mismatch

On the developer row we are listing the total of new lines added, without subtracting lines later removed. This means that if you add 5 lines of code and someone else later removes 3 of those lines, you will still be credited with 5 lines added.

So what's happening in this project is that neville is editing a lot of HTML and is getting credit for adding a lot of lines of HTML, even though most of those lines are later removed or edited.

In absolute terms, this project is 60% Java, but along the way there has been a lot more editing of HTML than of Java.

Why do we do this? Honestly, because it's computationally simple. When someone removes a line of code, it's very difficult for us to figure out which developer originally wrote that line of code so that we can debit the removed line from the old developer. To keep things easy, we just keep counting up added lines. We're not satisfied with this, and we're thinking of ways to improve things.

Robin

Robin Luckey about 19 years ago