110
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Sep 14, 2024 — Sep 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a test for when the compiler adds cases to switch statements for numbers that are skipped. More... over 14 years ago
Add a test for when the compiler adds cases to switch statements for numbers that are skipped. More... over 14 years ago
Fixed ClassNotFound problem during instrumentation process. The parent class was required to compute frames but in fact we don't need frames recalculation. More... over 14 years ago
Fixed regression: FailOnError during instrumentation not working. More... over 14 years ago
Add a simple functional test. More... over 14 years ago
Add a simple functional test. More... over 14 years ago
LinkedList.pop() was also introduced in java 1.6 -- changed do removeFirst(). More... over 14 years ago
Change .classpath so Eclipse will copy the html files from the src to the bin directory. This way the functional tests that try to create the html report will not fail. (I tried to do this the last time I changed .classpath, but I did not realize you have to enumerate all the file types you usually get by default) More... over 14 years ago
Change .classpath so Eclipse will copy the html files from the src to the bin directory. This way the functional tests that try to create the html report will not fail. (I tried to do this the last time I changed .classpath, but I did not realize you have to enumerate all the file types you usually get by default) More... over 14 years ago
string.isEmpty() <==> string.length() == 0. More... almost 15 years ago
Removed code that required java 1.6. More... almost 15 years ago
Show information about more files on the html report. Fixes the test by John. More... almost 15 years ago
IgnoreTrivialFunctionalTest now runs an HTML report and makes sure some of the html files are created. More... almost 15 years ago
Change .classpath so Eclipse will copy the html files from the src to the bin directory. This way the functional tests that try to create the html report will not fail. More... almost 15 years ago
IgnoreTrivialFunctionalTest now runs an HTML report and makes sure some of the html files are created. More... almost 15 years ago
Change .classpath so Eclipse will copy the html files from the src to the bin directory. This way the functional tests that try to create the html report will not fail. More... almost 15 years ago
Added performance test. More... almost 15 years ago
Added performance test. More... almost 15 years ago
Migrated performance test from ptab branch to the trunk: More... almost 15 years ago
Instrumented code uses java.util.logging instead of System.out.... More... almost 15 years ago
Integration test for really long class support. More... almost 15 years ago
Fixed bug connected to method size limit in Java (64kb) - classmap was too long More... almost 15 years ago
Ignored classes affected reports (and summary of the coverage). Fixed. More... almost 15 years ago
Fixed some warnings (we require java 1.5 so we should use generics) More... almost 15 years ago
* Added support for --ignoreTrivial in new instrumenter * Added support for --ignoreMethodAnnotations in new instrumenter * Added flag --threadsafeRigorous to switch between fast and slow (but strict in terms of thread-safety) mode More... almost 15 years ago
Both: FastArrayCodeProvider && AtomicArrayCodeProvider (slower, but returns exact number of hits in multithread environment) are ready to work. More... almost 15 years ago
Code cleanup. Created separate packages for instrumentation passes. Cleaned names. More... almost 15 years ago
Marged changes for: Add failonerror to <cobertura-instrument> (mostly just for testing). More... about 15 years ago
Comments and code-style fixes More... about 15 years ago
Experimental version of extremly fast cobertura (1-2 orders of magnitude). The net.sourceforge.cobertura.instrument package has been rewritten. More... about 15 years ago