MetricsGrimoire / CVSAnalY

The CVSAnalY tool extracts information out of source code repository logs and stores it into a database.
http://metricsgrimoire.github.com/CVSAnalY/
GNU General Public License v2.0
48 stars 31 forks source link

Useful Query in Queries.md is incorrect #44

Open iKuba opened 10 years ago

iKuba commented 10 years ago

What is the intention of the queries found in section 44?

The explanation as follows: Project size in LOC / SLOC per unit of time leads me to believe that the goal of the query is to finding the TOTAL LOC/SLOC of the project over time. The provided query only produces the LOC/SLOC of the files committed in a given period and does not take into account that files may be created and deleted in that period which I do not think is correct.

andygrunwald commented 10 years ago

Hey @iKuba,

you are right. So you propose to measure the touched lines over time? THis might make sense. Thanks for this. Did you got a solution for this task? An alternative query? Or maybe a better description for the current query?

Sadly at the moment i got no time to have a deeper look at it. But maybe you got an good idea.

iKuba commented 10 years ago

I do have a solution, unfortunately it's somewhat messy. I have exams this week so I will get back to you after they are over.

andygrunwald commented 10 years ago

It does not matter that is messy. We can clean up :) Thanks! And good luck for your exams.

andygrunwald commented 10 years ago

Hey @iKuba, do you passed your exams? I hope so. Can you provide the mentioned solution? Thanks!

iKuba commented 10 years ago

Yes, I did thanks! I will have to check if I still have this query. On Mar 27, 2014 5:49 PM, "Andy Grunwald" notifications@github.com wrote:

Hey @iKuba https://github.com/iKuba, do you passed your exams? I hope so. Can you provide the mentioned solution? Thanks!

Reply to this email directly or view it on GitHubhttps://github.com/MetricsGrimoire/CVSAnalY/issues/44#issuecomment-38864302 .

andygrunwald commented 10 years ago

@iKuba Any updates here?

iKuba commented 10 years ago

I don't have access to the source anymore ):

It wasn't a very nice query if I remember correctly.. It involved some really complicated unions so it probably wasn't the best solution anyways... On Apr 8, 2014 2:27 PM, "Andy Grunwald" notifications@github.com wrote:

@iKuba https://github.com/iKuba Any updates here?

Reply to this email directly or view it on GitHubhttps://github.com/MetricsGrimoire/CVSAnalY/issues/44#issuecomment-39883252 .