[root]/qalab/src/main/java/net/objectlab/qalab/util
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Benoit Xhenseval | 45 (100.0%) | 755 (100.0%) | 16.7 |
- 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
10 lines of code changed in:
Add some marketing...
198 lines of code changed in:
Trim any element of a list (following issue discovered by Kelly Goedert)
1 lines of code changed in:
We eat our own dog food, modifications after Checkstyle/pmd/Findbugs.
42 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.
9 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
12 lines of code changed in:
[Bug 1404904]
If aSrcDir is null or empty, bypass the change of filename. thanks to John Brugge for spotting this.
18 lines of code changed in:
Thanks to Dave Sag for re-working the filename utility (as part of Maven 2 migration).
60 lines of code changed in:
errorcount replaced by statvalue in qalab.xml
new doc.
acted on checkstyle issues
2 lines of code changed in:
remove logging facility
3 lines of code changed in:
remove logging facility
4 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.
52 lines of code changed in:
format the code with Jalopy.
Add unit tests for movers.
9 lines of code changed in:
Add significantly more tests for the MERGE (close to 100% branch testing!)
55 lines of code changed in:
Created a QALabExporter interface so it is now possible to define a different mechanism to save the consolidated stats (qalab.xml is the standard one). Big projects may prefer to save the data to a DB for instance.
4 lines of code changed in:
Using SAX instead of DOM for the input files (checkstyle, pmd, findbugs & simian) + code review
6 lines of code changed in:
Added Movers reports to build & examples
18 lines of code changed in:
adding package.html
5 lines of code changed in:
checkstyle (Sun standard)
159 lines of code changed in:
(2 more)