Re: metrics report-plugin (for cyclomatic complexity + loc)

2008-04-22 Thread Antti Virtanen
trics. for that i miss a > plugin which measures the cyclomatic complexity and loc (for classes, > methods). > surprisingly i did not find any maven plugin which offers this... > > maybe somebody can point me out to one? > > thanks. > -- View this message in context

Re: metrics report-plugin (for cyclomatic complexity + loc)

2008-04-22 Thread aldana
great, i already integrated jdepend and your other mentioned report plugins, but did not know of javancss. this exactly seems to be the last thing i looked for. Paolo Compieta wrote: > > Hi, > give a try to these 2 plugins (insert the following snippet in your > pom.xml): > > >

Re: metrics report-plugin (for cyclomatic complexity + loc)

2008-04-22 Thread Tim Moloney
aldana wrote: hi, to make code smells more visible and to better find out refactoring targets amongst others i want to introduce some metrics. for that i miss a plugin which measures the cyclomatic complexity and loc (for classes, methods). surprisingly i did not find any maven plugin which of

RE: metrics report-plugin (for cyclomatic complexity + loc)

2008-04-22 Thread Harper, Brad
users@maven.apache.org > Subject: metrics report-plugin (for cyclomatic complexity + loc) > > > hi, > > to make code smells more visible and to better find out > refactoring targets amongst others i want to introduce some > metrics. for that i miss a plugin which meas

Re: metrics report-plugin (for cyclomatic complexity + loc)

2008-04-22 Thread Paolo Compieta
hich measures the cyclomatic complexity and loc (for classes, > methods). > surprisingly i did not find any maven plugin which offers this... > > maybe somebody can point me out to one? > > thanks. > -- View this message in context: http://www.nabble.com/metrics-repo

metrics report-plugin (for cyclomatic complexity + loc)

2008-04-22 Thread aldana
... maybe somebody can point me out to one? thanks. - manuel aldana aldana((at))gmx.de software-engineering blog: http://www.aldana-online.de -- View this message in context: http://www.nabble.com/metrics-report-plugin-%28for-cyclomatic-complexity-%2B-loc%29-tp16823833s177p16823833.html Sent

Metrics Report

2004-01-09 Thread James Norman
I'm trying to include the maven-jdepend-plugin in my site and I was wondering if I can generate this report without compiling the source code from Maven. The java files are previously compiled from an ant script and I would prefer that they are not compiled through Maven as well. There are other

metrics report

2003-09-26 Thread Rodriguez, Pablo
Hi !! Im new in maven. I'm Exlicpse user... I have installed a pugin-for metrics, net.sourceforge.metrics (Sauer Franc) I can run an ant task (from Eclipse) to generate project metrics and export this metrics into xml file. Now I wont to add this ant task to maven so that every time a generate the