Report on lines of code
I am interested in having a report which can tell me the productivity of the project in term of lines of code.
Apparently the existing reports do not cover this need and I am unsure of how to proceed. Has somebody already done something in this respect ? Would it be possible to have just a pointer to where I could find useful information ? Thanks in advance Bruno |
4 answers
I am interested in having a report which can tell me the productivity of the project in term of lines of code. I would also like to know about this... |
The data warehouse currently does not store information about lines of code. Please file a feature request and we will consider this in future releases.
|
That makes me sorry. That means external tools, but I understand.
As a clarification, would it be an easy feature to add (meaning that the Jazz engine could do it and it could be a matter of putting together already existing feature) or is a complex thing ? It is not something a user can add on his/her own, isn't it ? Thanks again for the answer Bruno The data warehouse currently does not store information about lines of code. Please file a feature request and we will consider this in future releases. |
Geoffrey Clemm (30.1k●3●30●35)
| answered Mar 05 '12, 8:29 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The hard part about reporting on versioned information is that usually
the user is not interested in all versions of all artifacts, but rather the version selected for all artifacts by a particular configuration (stream, workspace, snapshot, baseline). So you need to index all the configuration information, and then run non-trivial queries to do the appropriate joins. So I defer to the component owners for the definitive answer, but I predict that it is not something a user could reasonably add on his/her own until the underlying machinery for reporting on versioned information is in place. Cheers, Geoff On 3/5/2012 2:10 AM, brudigia wrote: That makes me sorry. That means external tools, but I understand. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.