|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
Sonar stats per developerIs there a way in Sonar to get a break down of stats and
analytics per each developer working on a codebase? I.e., code coverage breakdown per developer Thanks, Daniel |
|
|
Re: Sonar stats per developerHi Daniel,
Laurent Michenaud, project lead of the Maven Blame Plugin (http://maven-blame-plugin.codehaus.org/), has already asked this question few months ago. Sonar doesn't currently provide any metrics at developer level but there is a kind of temptation to make a step forward (for sure not in 2009). Indeed, to calculate such metrics we "only" need to know who has written a given line of code (the blame command available in subversion, git, ...). Once this information is available, we just have to combine it with all available data : duplicated block lines, covered lines by unit tests, violation lines, comments lines, .... Perhaps one day ... Regards, Freddy On Fri, Jul 31, 2009 at 1:15 PM, Daniel Wood <Daniel.Wood@...> wrote:
|
|
|
Re: Sonar stats per developerActually, a ticket exists on this need : http://jira.codehaus.org/browse/SONARPLUGINS-134
Olivier On Sun, Aug 2, 2009 at 7:44 PM, Freddy Mallet <freddy.mallet@...> wrote: Hi Daniel, |
|
|
RE : Sonar stats per developerhi,
I may have a look on that subject in the month, and maybe start the developpment. Best regards Michenaud Laurent -------- Message d'origine-------- De: Olivier Gaudin [mailto:gaudol@...] Date: lun. 03/08/2009 13:03 À: user@... Objet : Re: [sonar-user] Sonar stats per developer Actually, a ticket exists on this need : http://jira.codehaus.org/browse/SONARPLUGINS-134 Olivier On Sun, Aug 2, 2009 at 7:44 PM, Freddy Mallet <freddy.mallet@...>wrote: > Hi Daniel, > > Laurent Michenaud, project lead of the Maven Blame Plugin ( > http://maven-blame-plugin.codehaus.org/), has already asked this question > few months ago. Sonar doesn't currently provide any metrics at developer > level but there is a kind of temptation to make a step forward (for sure not > in 2009). Indeed, to calculate such metrics we "only" need to know who has > written a given line of code (the blame command available in subversion, > git, ...). Once this information is available, we just have to combine it > with all available data : duplicated block lines, covered lines by unit > tests, violation lines, comments lines, .... > > Perhaps one day ... > > Regards, > Freddy > > > > On Fri, Jul 31, 2009 at 1:15 PM, Daniel Wood <Daniel.Wood@...>wrote: > >> Is there a way in Sonar to get a break down of stats and analytics per >> each developer working on a codebase? >> >> I.e., code coverage breakdown per developer >> >> >> >> Thanks, >> >> Daniel >> > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
RE: Sonar stats per developerAs I have some downtime from my current project, I can also take some time to look at adding the Maven Blame Plugin into Sonar. I've seen Laurent's messages in the mail archive and am currently looking at the developer guide, any other pointers would be appreciated to get me started.
Thanks, Daniel Please consider the environment before printing this e-mail. Thank you. -----Original Message----- From: Laurent Michenaud [mailto:lmichenaud@...] Sent: 03 August 2009 12:51 To: user@... Subject: RE : [sonar-user] Sonar stats per developer hi, I may have a look on that subject in the month, and maybe start the developpment. Best regards Michenaud Laurent -------- Message d'origine-------- De: Olivier Gaudin [mailto:gaudol@...] Date: lun. 03/08/2009 13:03 À: user@... Objet : Re: [sonar-user] Sonar stats per developer Actually, a ticket exists on this need : http://jira.codehaus.org/browse/SONARPLUGINS-134 Olivier On Sun, Aug 2, 2009 at 7:44 PM, Freddy Mallet <freddy.mallet@...>wrote: > Hi Daniel, > > Laurent Michenaud, project lead of the Maven Blame Plugin ( > http://maven-blame-plugin.codehaus.org/), has already asked this > question few months ago. Sonar doesn't currently provide any metrics > at developer level but there is a kind of temptation to make a step > forward (for sure not in 2009). Indeed, to calculate such metrics we > "only" need to know who has written a given line of code (the blame > command available in subversion, git, ...). Once this information is > available, we just have to combine it with all available data : > duplicated block lines, covered lines by unit tests, violation lines, comments lines, .... > > Perhaps one day ... > > Regards, > Freddy > > > > On Fri, Jul 31, 2009 at 1:15 PM, Daniel Wood <Daniel.Wood@...>wrote: > >> Is there a way in Sonar to get a break down of stats and analytics >> per each developer working on a codebase? >> >> I.e., code coverage breakdown per developer >> >> >> >> Thanks, >> >> Daniel >> > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Sonar stats per developerHi Daniel,
If you want to go ahead on this existing plugin, I advice you to make this first and useful baby step : Create a Sonar plugin which :
Thanks to switch to the Sonar dev mailing list for such discussions. cheers, Freddy PS: http://jira.codehaus.org/browse/SONAR-1041
On Thu, Aug 20, 2009 at 10:25 AM, Daniel Wood <Daniel.Wood@...> wrote: As I have some downtime from my current project, I can also take some time to look at adding the Maven Blame Plugin into Sonar. I've seen Laurent's messages in the mail archive and am currently looking at the developer guide, any other pointers would be appreciated to get me started. |
|
|
Re: Sonar stats per developerhow about tracking at the file level and keeping track of the changes to the metrics for that file?
|
|
|
Re: Sonar stats per developerhow about tracking at the file level and keeping track of the changes to the metrics for that file?
|
|
|
Re: Sonar stats per developerhow about tracking at the file level and keeping track of the changes to the metrics for that file?
|
| Free embeddable forum powered by Nabble | Forum Help |