Neat. I know some people frown on things like this - but I find reports like this can be tweaked to help w/ future project estimation.
+1 -- Eric Redmond http://blog.propellors.net On 7/30/07, Michael Heuer <[EMAIL PROTECTED]> wrote: > > Hello, > > I wrote a somewhat silly report plugin as the basis of a maven plugin > how-to presentation and thought I might offer it for consideration in the > mojo project: > > Development Cost Maven Plugin > > The Development Cost Plugin generates a development cost report based on > the number of lines of code, number of lines of source code documentation, > effort in developer months per thousand lines of code and per thousand > lines of source code documentation, and a developer cost per month. This > plugin uses _JavaNCSS - A Source Measurement Suite for Java_ to count the > number of lines of code and the number of lines of source code > documentation. > > > Example report: > > Development cost report > > Development cost: $2970 > > Assumptions > Lines of code: 185 > Lines of source code documentation: 140 > Effort per 1000 lines of code: 1.0 developer months > Effort per 1000 lines of source code documentation: 0.8 developer months > Developer cost: $10000 per developer per month > > > All assumptions are configuration parameters. > > michael > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > >
