110
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use sourceforge's new logo domain for the logo, and fix a small typo in the FAQ.
Mark Doliner
as thekingant
More... about 19 years ago
Fix bug #1151777 with a patch from Jeremy Thomerson. Previously we were not escaping some characters correctly in the generated XML coverage report (specificially < and >).
Mark Doliner
as thekingant
More... about 19 years ago
Correctly record method names and descriptors/signatures in the coverage data file.
Mark Doliner
as thekingant
More... about 19 years ago
Add some fixes from last week to the ChangeLog
Mark Doliner
as thekingant
More... about 19 years ago
Get rid of some unused jars, update log4j, and fix the classpaths specified in our cobertura.jar.
Mark Doliner
as thekingant
More... about 19 years ago
Change some of the commented-out log4j lines so they make more sense.
Mark Doliner
as thekingant
More... about 19 years ago
Make interfaces, stubs, skeletons and classes without debug info show up as "N/A" in the HTML reports.
Mark Doliner
as thekingant
More... about 19 years ago
Allow the coverage data file to be specified when calling the report ant task.
Mark Doliner
as thekingant
More... about 19 years ago
Remove unused import.
Mark Doliner
as thekingant
More... about 19 years ago
Correctly ignore stubs and skels when instrumenting.
Mark Doliner
as thekingant
More... about 19 years ago
Remove an unused method and a log statement that would get called once for every line of code executed.
Mark Doliner
as thekingant
More... about 19 years ago
Better wording.
Mark Doliner
as thekingant
More... over 19 years ago
Don't count static class variable initializations as a conditional statement.
Mark Doliner
as thekingant
More... over 19 years ago
A fix for calling our build.xml from a different directory.
Mark Doliner
as thekingant
More... over 19 years ago
These quotes seem to cause bad things to happen for me.
Mark Doliner
as thekingant
More... over 19 years ago
Add a note about switching from BCEL to ASM in the ChangeLog.
Mark Doliner
as thekingant
More... over 19 years ago
Add a quote from Mike Clark to the main page, and info about about the mailing list to the faq.
Mark Doliner
as thekingant
More... over 19 years ago
Branches should be good now. I'll do more thorough testing tomorrow.
Mark Doliner
as thekingant
More... over 19 years ago
Better branch coverage numbers. It's still not perfect.
Mark Doliner
as thekingant
More... over 19 years ago
On second thought, we probably don't want to put a log4j property file in our jar. And it'll be easier if the logf4j property file is in the root of the tests directory.
Mark Doliner
as thekingant
More... over 19 years ago
Add log4j.xml files for Cobertura and for the JUnit tests.
Mark Doliner
as thekingant
More... over 19 years ago
Switch from using BCEL to using ASM. There are lots of structural changes here. ASM seems to be faster, and it should work correctly with JDK 1.5. It's also GPL compatable.
Mark Doliner
as thekingant
More... over 19 years ago
Build an XML coverage report when compiling Cobertura.
Mark Doliner
as thekingant
More... over 19 years ago
Mostly just wanted to test CruiseControl.
Mark Doliner
as thekingant
More... over 19 years ago
Move the example into a "basic" subdirectory so we can have multiple examples.
Mark Doliner
as thekingant
More... over 19 years ago
Rename the "Instrument" class to "Main" to match the 3 other tasks.
Mark Doliner
as thekingant
More... over 19 years ago
Slightly improved JUnit test for the Java source code syntax highlighter.
Mark Doliner
as thekingant
More... over 19 years ago
Temporary files created by the instrument ant task and merge ant task are now deleted after the ant task finishes.
Mark Doliner
as thekingant
More... over 19 years ago
Whoopse, put this in the wrong place.
Mark Doliner
as thekingant
More... over 19 years ago
Add a FAQ about the name "Cobertura" and a FAQ about getting either 0% coverage or 100% coverage.
Mark Doliner
as thekingant
More... over 19 years ago