110
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve a comment and delete the correct file before instrumenting.
Mark Doliner
as thekingant
More... almost 20 years ago
Add an entry to the FAQ about asm classpath conflicts. This could definitely be improved, but it's better than nothing.
Mark Doliner
as thekingant
More... almost 20 years ago
Get rid of the "TODO"s on the ant task reference web page.
Mark Doliner
as thekingant
More... almost 20 years ago
sf patch #1221753, from Richard Dallaway Improve the phrasing of the paragraph that talks about setting the classpath on the command line reference page.
Mark Doliner
as thekingant
More... almost 20 years ago
Some changes to make the FAQ XHTML 1.0 compliant again.
Mark Doliner
as thekingant
More... almost 20 years ago
sf patch #1221758, from Richard Dallaway Fix the coverage data file system property in the FAQ, plus some other small changes from me.
Mark Doliner
as thekingant
More... almost 20 years ago
Fix a bug where the list of classes in the HTML report (bottom left pane) would only show, for example, one "Main" class, even though Cobertura has 4 of them in different packages. Thanks to Brian Sweeney for pointing this out.
Mark Doliner
as thekingant
More... about 20 years ago
sf patch #1212656, from Mark Sinke More useful error messages
Mark Doliner
as thekingant
More... about 20 years ago
Small amounts of refactoring. Also, I changed the title in a table on the HTML page that shows the source code for your classes from "Classes in this Package" to "Classes in this File"
Mark Doliner
as thekingant
More... about 20 years ago
Remove an unused import and fix an incorrect javadoc comment.
Mark Doliner
as thekingant
More... about 20 years ago
This hopefully fixes merging. Things to do: * Test this a lot * Add unit tests for merging * Possibly change the command-line syntax for merging * Add cobertura-merge.bat and cobertura-merge.sh * Document the merge task on the webpage
Mark Doliner
as thekingant
More... about 20 years ago
sf feature request #1211230, from Jarkko Viinam�ki Show a shorter header when using the ant tasks
Mark Doliner
as thekingant
More... about 20 years ago
Update the webpage for 1.4
Mark Doliner
as thekingant
More... about 20 years ago
Back to CVS!
Mark Doliner
as thekingant
More... about 20 years ago
I think we're ready to release, no?
Mark Doliner
as thekingant
More... about 20 years ago
Remove the email addresses from the tops of the .java files (they're listed in COPYRIGHT)
Mark Doliner
as thekingant
More... about 20 years ago
The "N/A" coverage meters were just a few pixels longer than the normal coverage meters, so I slapped them back into line.
Mark Doliner
as thekingant
More... about 20 years ago
sf patch #1207931, from Olivier Parent A follow-up change to his patch to fix sorting issues in non-English locales.
Mark Doliner
as thekingant
More... about 20 years ago
-Remove some email addresses from the copyright notices at the top of a few files. The email addresses should only be listed in the COPYRIGHT file. It'll make things easier if someone changes their email address.
Mark Doliner
as thekingant
More... about 20 years ago
First stab at re-merging inner classes with their parents in the HTML report. Feel free to fix any problems you see. I'll be looking through this more tonight and tomorrow.
Mark Doliner
as thekingant
More... about 20 years ago
Add a "SourceDataFile" class to the coveragedata package. I really do think this is a better way to deal with inner classes. After the change, inner classes will again show up as separate classes in the HTML and XML reports, but I will be fixing that today and tomorrow.
Mark Doliner
as thekingant
More... about 20 years ago
Make the ClassData class implement Comparable.
Mark Doliner
as thekingant
More... about 20 years ago
Set a 60 second timeout on our JUnit tests.
Mark Doliner
as thekingant
More... about 20 years ago
Add a note to the ChangeLog about my most recent change.
Mark Doliner
as thekingant
More... about 20 years ago
sf rfe #1191922, Show branch coverage as "N/A" if there are no branches
Mark Doliner
as thekingant
More... about 20 years ago
I thought about adding the version and date to the HTML reports... but I'm not sure it's a good idea. Simplicity is good. Anyone else have an opinion?
Mark Doliner
as thekingant
More... about 20 years ago
Fix some bugs (see the changes to the ChangeLog, for the details) and remove some unused JavaScript files that came with the HTML table sorting code.
Mark Doliner
as thekingant
More... about 20 years ago
Mark ".js" files as ASCII.
Mark Doliner
as thekingant
More... about 20 years ago
Fix sf bug #1206266, thanks to Grzegorz Lucasik for pointing out the problem
Mark Doliner
as thekingant
More... about 20 years ago
Better error message when the cobertura-instrument ant task fails. I meant to commit this earlier...
Mark Doliner
as thekingant
More... about 20 years ago