Directory maven2-qalab-plugin/src/main/java/net/objectlab/qalab/m2/

Directory Created:
2006-02-13 07:34
Total Files:
13
Deleted Files:
0
Lines of Code:
2793

Browse with ViewVC

[root]/maven2-qalab-plugin/src/main/java/net/objectlab/qalab/m2

                                    directory in repo report (4 files, 1286 lines)

                                    directory in repo util (4 files, 379 lines)

Lines of Code

maven2-qalab-plugin/src/main/java/net/objectlab/qalab/m2/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 58 (100.0%) 3129 (100.0%) 53.9
Benoit Xhenseval 49 (84.5%) 2422 (77.4%) 49.4
David Sag 9 (15.5%) 707 (22.6%) 78.5

Most Recent Commits

Benoit Xhenseval 2007-04-06 21:24

Request 1607990, Emma Support, Thanks to Robert Crawford.

16 lines of code changed in:

Benoit Xhenseval 2006-11-21 11:42

Charts:

1/ split the chart generation from the xml parser (so at a later stage we can take the qalab data from a DB for instance)

2/ Added a Spider chart to show the stats differences at now, 30 days and 60 days.

3/ added the chart on summary pages, for html, xdoc m1 and m2.

18 lines of code changed in:

Benoit Xhenseval 2006-11-07 09:19

Thanks to Shelby Sanders for this set of patches (see below) as well as couple of extra one (spelling summary on method, passing the axis information when using the MergeAndChartReport and found same XSLT bug in qalab/maven 1 modules).

- Changed BuildStatChartMojo to allow overriding of axis titles

- Overrode axis titles to differentiate between "Violation Count" and "Coverage Percent"

- Changed QALabStatAllMergeMojo to create an empty "qalab.xml" when there is nothing to merge in order to avoid errors in reporting

- A couple of minor fixes for reference bugs in the stylesheets

83 lines of code changed in:

Benoit Xhenseval 2006-11-07 02:26

As noticed by Shelby, the Cobertura stats could be part of the movers as they are kept at file level.

The trend however should be inverted as 100 = 0 defects, so qalab calculates 100-statValue as the actual move.

Change across the board.

3 lines of code changed in:

Benoit Xhenseval 2006-11-03 13:17

re-introduced the @parameter, I do not think that I can add back the @required as this mojo should not be used anymore... (well there are better ways!)

1 lines of code changed in:

Benoit Xhenseval 2006-11-02 23:31

Created TWO reports for Maven2 that do a lot:

- report-merge-chart:

* goes through all supported items

* merges the data in qalab.xml

* Generate every charts for the qalab.xml

* generate the XDOC documents required to integrate the results

- report-movers-all:

* generates the xml for movers (i.e. calculate the movers)

* generate the XDOC documents required to integrate the results on the web site/fml/faq.fml



Both reports can be customized but that should really the exception...

1102 lines of code changed in:

Benoit Xhenseval 2006-11-02 18:17

Movers Default is checkstyle, pmd and findbugs. Please note that there is no point of adding pmd-cpd, simian or Cobertura as no statistics are kept at file level for those.

5 lines of code changed in:

Benoit Xhenseval 2006-11-02 18:11

* Integrated the reports in the maven site (Oh Yes!!) via the generation of xdocs. This is now the default behaviour but one can still call the old stylesheets

* Created a simple QALabStatAllMergeMojo that creates all merge in one go with default values from Maven. But it is configurable also.

472 lines of code changed in:

Benoit Xhenseval 2006-11-01 23:40

* Changed default to use a DATE only (and replace stats if same date is found). a new config "dateOnly" allows you to change it.

*Added multiple specialised Mojos for Checkstyle, pmd, Simian, Findbugs, Coberetura, PMD CPD in order

to simplify the POM (i.e. no need to define where the input file is or the handler, unless you need to change the default maven values)

* Changed default summaryOnly to false for charts

* Added support for PMD CPD: Copy Paste Detector

* Added support for Cobertura: cobertura-line and cobertura-branch

* Updated to use JFreeChart 1.0.2 and JCommon 1.0.5

* Updated to use QALab 0.9.2

364 lines of code changed in:

Benoit Xhenseval 2006-11-01 19:02

Creating a series of 'sub Mojos' to simplify the declaration of qalab tasks in the pom.xml

351 lines of code changed in:

Benoit Xhenseval 2006-05-08 00:20

Dave, took the liberty to add a default type.

7 lines of code changed in:

David Sag 2006-03-14 08:23

corrected stupid error wherein i forgot to update the dependency in the pom file

to qalab 0.8.0. so fixed that and changed refererence to getTotalViolations()

to getTotalStatistics().

1 lines of code changed in:

David Sag 2006-02-13 17:49

Fixed checkstyle and PMD errors.

incorporated qalab itself into the build

added LICENSE.TXT and site docs

added package.html files

63 lines of code changed in:

David Sag 2006-02-13 07:34

Initial revision

643 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT