110
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Conditionally ignore the tests that require JDK 1.7 from Maven Surefire Plugin, but only when building with JDK 1.6 or earlier. Remove tests for JDK 1.1 and 1.2 from JDKTest, since these can not be run on JDK 1.5+. Move a test that requires Java 7 from JDKTest to JDK7Test. More... over 9 years ago
folded in changes More... over 9 years ago
Add a limited runtime project for Cobertura, like the one that was available in 2.0.3 #204 More... over 9 years ago
Add test unit for Issue #191
schristou88
as christ66
More... over 9 years ago
some instrumentation tests More... over 9 years ago
fixed issue #151 More... over 9 years ago
Merge https://github.com/cobertura/cobertura More... over 9 years ago
most recent version of asm More... over 9 years ago
Merge pull request #144 from kunal546/issue_144
schristou88
as Steven Christou
More... over 9 years ago
Merge pull request #188 from pkozelka/add-relativePath
schristou88
as Steven Christou
More... over 9 years ago
Merge pull request #194 from WamBamBoozle/canonicalWorkaround
schristou88
as Steven Christou
More... over 9 years ago
Merge pull request #195 from alexkamp/master
schristou88
as Steven Christou
More... over 9 years ago
Issue #144 - Add code to surface method-level cyclomatic complexity in xml report More... over 9 years ago
activated fail on error for the instrumenter test More... over 9 years ago
activated fail on error for the instrumenter test More... over 9 years ago
work-around for scala generated class names making getCanonicalName choke More... over 9 years ago
add relativePath tags to avoid maven3 warnings More... over 9 years ago
Merge pull request #185 from stevesaliman/master
schristou88
as Steven Christou
More... over 9 years ago
Fixed coverage rates specified in regexes More... almost 10 years ago
Merge pull request #182 from stevesaliman/master
schristou88
as Steven Christou
More... almost 10 years ago
Changed the version number of all artifacts to 2.1.0-SNAPSHOT More... almost 10 years ago
Changed the baseDir in the dsl's Arguments and ArgumentsBuilder from a File that defaulted to the '.' directory, to a String that defaults to null to allow instrumenting files specified by an absolute path (Issue 179) More... almost 10 years ago
Moved code from the main methods of instrument, merge, and report code into helper methods that don't use System.exit, and changed the main methods to call the helpers and do a System.exit based on the return code More... almost 10 years ago
Created temporary wrapper classes to replace the check, instrument, merge, and reporting classes that were renamed. This facilitates backwards compatability More... almost 10 years ago
Merge pull request #86 from ritzmann/master
schristou88
as Steven Christou
More... almost 10 years ago
Fixed compilation error for #52.
schristou88
as christ66
More... almost 10 years ago
Fix for #52 provided by @kimmerin.
schristou88
as christ66
More... almost 10 years ago
For test units set log level to ALL.
schristou88
as christ66
More... almost 10 years ago
Add method branch coverage to test unit.
schristou88
as christ66
More... almost 10 years ago
Add exclude rule for cobertura.ser files.
schristou88
as christ66
More... almost 10 years ago