[root]/qalab/src/test/java/net/objectlab/qalab/parser
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Benoit Xhenseval | 109 (100.0%) | 16330 (100.0%) | 149.8 |
Request 1607990, Emma Support, Thanks to Robert Crawford.
455 lines of code changed in:
- qalab xml moves to version 1.2 which also contains a project and module per summaryresult and file.
- the file id now also contains project-module-formerFileId in order to avoid clashes if 2 identical files in different modules/projects
- the migration from one XML format to the other is fully automatic! User MUST specify the values for 2 param in their project.properties
qalab.merge.projectName=
qalab.merge.moduleName=
- changed the movers report to show the project/module data
195 lines of code changed in:
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.
33 lines of code changed in:
Tests for difference should not be dependent on the presumed order of the qalab movers report.
63 lines of code changed in:
Fixed issue reported by Thomas Stofer (under 1.4 the version 0.9.1 does not generate charts).
16 lines of code changed in:
Add some marketing...
330 lines of code changed in:
Added support (and tests) for PMD CPD (Copy Paste Detector) as an alternative to Simian which is non-open source.
Moved version to 0.9.2, ready for next release.
402 lines of code changed in:
Fix some movers report by INCLUDING the boundaries and add a new parameter so that a run that takes the stat to 0 can be detected if the no stats for the last run are present (thanks to Thomas Stofer).
645 lines of code changed in:
Suggestions from Jeff Jensen and removal of the DTD section in Cobertura files.
4 lines of code changed in:
- New XML Format: version 1.1, qalab has a version, file has an ID that is valid and a path
- Automatic conversion of qalab.xml to the newer format AND DTD.
- Changed XSL to take into account new path attribute
- Use yyyy-mm-dd if date only (ie no time "00:00:00"
- Add cobertura stats in the movers xsl.
- updated documentation for 0.9.0
- updated XML files to new format.
609 lines of code changed in:
Remove dependency to JDK 1.5 (why why is the compilation still working despite specifying maven.source and target to 1.3?)
3 lines of code changed in:
Code review by new Checkstyle 4.1 and PMD.
0 lines of code changed in:
Request 1413630: Adding support for Cobertura
4 lines of code changed in:
Request 1413630: Adding support for Cobertura
4162 lines of code changed in:
errorcount replaced by statvalue in qalab.xml
new doc.
acted on checkstyle issues
119 lines of code changed in:
Fix the timeStamp as date only feature.
3 lines of code changed in:
Add qalab.merge.timestampdateonly parameter in properties file for merge, this is useful if one wants to keep only a date in the file. Use it in conjunction with qalab.merge.action
Add qalab.merge.action parameter in properties file for merge, can be useful if one runs the stats merger several times per day but want to keep only one set per day! The new set replaces the old set.
938 lines of code changed in:
Do not create a summary if there are no violations.
10 lines of code changed in:
Do not create a summary if there are no violations.
3 lines of code changed in:
format the code with Jalopy.
Add unit tests for movers.
1380 lines of code changed in:
(7 more)