110
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fixes and other improvements, some of them from Gaim people http://cobertura.sourceforge.net/buildresults.html http://gaim.sourceforge.net/buildresults.html
Mark Doliner
as thekingant
More... over 19 years ago
Make sure we include the cobertura-merge and cobertura-check scripts in the tarballs.
Mark Doliner
as thekingant
More... over 19 years ago
Made the HTML report validation report work when behind a proxy server. Unfortunately this means I had to add the xhtml1 dtds to CVS. But they're not in the binary tarballs, only the source tarballs.
Mark Doliner
as thekingant
More... over 19 years ago
We should release 1.7 tonight and then we can start making changes dealing with different coverage stores, speed increases, etc.
Mark Doliner
as thekingant
More... over 19 years ago
Added package definition before Method so that no additional imports are needed when adding this snipped to code. More... over 19 years ago
Changed || to && so that method description and name is added only if both are not null. Last second fixes are very error prone ;) More... over 19 years ago
Not adding method name and description when any of them is null. More... over 19 years ago
Uncommented cleanup code. More... over 19 years ago
Added testcase with class data that contains line that was not marked previously as valid source line. More... over 19 years ago
Added info about AspectJ support and XHTML 1.0 reports. More... over 19 years ago
Now removing generated test report if everything was ok. More... over 19 years ago
Added test that validates HTML reports agains XHTML 1.0 schema. More... over 19 years ago
Now Cobertura produces valid XHTML 1.0 reports. Additional testscases were added to validate reports against XHTML dtd. More... over 19 years ago
Changed comments from // to /* */ so that CSS is valid. W3C validator still prints warnings "You have no color with your background-color" for many items, but it is a minor issue. More... over 19 years ago
Corrected so that pages are valid HTML 4.01 documents. More... over 19 years ago
Allow instrumented Cobertura classes to record line number information for lines they don't know about. So if you put the instrumented classes in an application server, you won't need to copy the data file that was created during instrumentation. You can just merge the two after you're done testing.
Mark Doliner
as thekingant
More... over 19 years ago
Missed a spot, sorry
Mark Doliner
as thekingant
More... over 19 years ago
Get my XHTML 1.0 on.
Mark Doliner
as thekingant
More... over 19 years ago
Reduce the spacing between the question and the answer in our FAQ. The spacing on that page is still a little funky... but I think this is an improvement.
Mark Doliner
as thekingant
More... over 19 years ago
Additions and corrections from Grzegorz and Eugene.
Mark Doliner
as thekingant
More... over 19 years ago
Updates to the FAQ. Mostly I added a section to the bottom with 3 webapp questions.
Mark Doliner
as thekingant
More... over 19 years ago
Fixed to handle basedir properly. More... over 19 years ago
Added special handling for IOException so that file name will be visibile in error report. More... over 19 years ago
Tests for merge feature that call main method of coveragedata.Main class. More... over 19 years ago
Added brief description to the class. More... over 19 years ago
Slightly changed documentation, added additional explanation. More... over 19 years ago
Added tests for merge feature. More... over 19 years ago
When calling cobertura-merge, don't require the "output" data file to exist.
Mark Doliner
as thekingant
More... over 19 years ago
Please correct me if this is inaccurate.
Mark Doliner
as thekingant
More... over 19 years ago
sf patch #1348112, from Bj�rn Beskow This should fix the problems with merging (bug #1348109).
Mark Doliner
as thekingant
More... over 19 years ago