[root]/maven2-qalab-plugin/src/main/resources
images
(1 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 25 (100.0%) | 1273 (100.0%) | 50.9 |
Benoit Xhenseval | 22 (88.0%) | 824 (64.7%) | 37.4 |
David Sag | 3 (12.0%) | 449 (35.3%) | 149.6 |
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.
5 lines of code changed in:
New stuff from Neil Bartlett to create a nice table per file.
38 lines of code changed in:
Bit of tidy up...
67 lines of code changed in:
The summary table now defines 2 columns per type and generates only one row for each date entry.
81 lines of code changed in:
typo.
1 lines of code changed in:
try to make it more explicit.
2 lines of code changed in:
Use 'Current Value' and 'Previous Value' instead of 'errors' as this is more generic.
4 lines of code changed in:
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
3 lines of code changed in:
Tidying up a few loose ends (like an extra "a" character on maven 2 reports).
3 lines of code changed in:
Suggested changes by Shelby.
3 lines of code changed in:
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...
7 lines of code changed in:
Fix spacing.
2 lines of code changed in:
* 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.
367 lines of code changed in:
* 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
241 lines of code changed in:
Initial revision
449 lines of code changed in: