110
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 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
Improve speed of test units by using already compiled code instead of compiling cobertura code every time.
schristou88
as christ66
More... almost 10 years ago
Add ability to get branch coverage based on method. Clean formatting for TestUtils.java
schristou88
as christ66
More... almost 10 years ago
Fixed test unit for #170 to reproduce the issue.
schristou88
as christ66
More... almost 10 years ago
Cleaned up #170 a little.
schristou88
as christ66
More... almost 10 years ago
Remove Javac compiler and replace with built-in compiling option. This will allow users to build cobertura using their default jdk. We still neeed to keep this option in for compiling groovy code as we are unable to use the built-in compiler to copmile groovy code.
schristou88
as christ66
More... almost 10 years ago
Add source code to html report for test units.
schristou88
as christ66
More... almost 10 years ago
Add .gitignore rule for autogenerated code.
schristou88
as christ66
More... almost 10 years ago
Add test unit for #170.
schristou88
as christ66
More... almost 10 years ago
Merge pull request #102 from kbzod/scriptfilter
schristou88
as Steven Christou
More... almost 10 years ago
Merge pull request #98 from stevesaliman/master
schristou88
as Steven Christou
More... almost 10 years ago
Merge pull request #117 from kadim/master
schristou88
as Steven Christou
More... almost 10 years ago
Merge pull request #164 from streetlight/patch-1
schristou88
as Steven Christou
More... almost 10 years ago
Point to license file in license disclosure More... almost 10 years ago
Merge pull request #158 from archmageirvine/master
schristou88
as Steven Christou
More... almost 10 years ago
Fix issue #87, support final keyword in TryWithResources parsing More... about 10 years ago
Merge pull request #148 from Rossmann-IT/java8
schristou88
as Steven Christou
More... about 10 years ago
Merge branch 'master' into java8 More... about 10 years ago
Change asm to version 5.0.1 because of bugs in version 5.0 (see http://mail-archive.ow2.org/asm/2014-03/msg00034.html) More... about 10 years ago
Fixed SourceLocationFilterTest#validateConveniencePatternMethods by restoring correct assumption about Package of class Rate. More... about 10 years ago
Merge pull request #147 from ghennig/asm5
schristou88
as Steven Christou
More... about 10 years ago
Upgrade to asm 5.0 to provide compatibility with java 8 More... about 10 years ago
Upgraded ASM to version 4.2. Upgraded buildversion-plugin to version 1.0.3. Removed maven java formatter plugin from build. More... about 10 years ago
Merge branch 'master' of https://github.com/cobertura/cobertura More... about 10 years ago
Merge pull request #143 from thecython/master More... about 10 years ago
Merge branch 'master' of https://github.com/cobertura/cobertura More... about 10 years ago
Add Profile to support Solaris More... about 10 years ago
Merge pull request #127 from dennisl/master More... over 10 years ago
Remove command-line scripts from JAR More... over 10 years ago
Pass on the configured source encoding to Javancss, to prevent lexical errors. These errors can occur when there is a difference between the configured encoding and the platform encoding. Solves #111. More... over 10 years ago
Restore Java 5 compatibility. More... over 10 years ago