110
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 20 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update to maven-release-plugin:2.5.1 and maven-scm-provider-*:1.9.2. More... about 9 years ago
[maven-release-plugin] prepare release cobertura-2.1.0 More... about 9 years ago
Add myself as developer. More... about 9 years ago
Fixing Github issue 109. Adding unit test for issue. More... about 9 years ago
Add test for JDK7 binary literal More... over 9 years ago
Temporarily disable failing test from pull request #209. More... over 9 years ago
Merge two declarations of maven-surefire-plugin into one. More... over 9 years ago
Merge pull request #209 from jayeye/ji/twitter/additionalfilestoinstrument
schristou88
as Steven Christou
More... over 9 years ago
Disable license-maven-plugin because it causes problems when people work on different platforms. More info in http://jira.codehaus.org/browse/MLICENSE-90 More... over 9 years ago
Issue #144 - Add code to surface method-level cyclomatic complexity in xml report - Make it possible to turn this feature on/off, defaulting to off More... over 9 years ago
Ignore a failing test that I don't know how to fix. More... over 9 years ago
Replace all usages of java.util.logging with SLF4J #213 - Inject slf4j-api into the classpath of the last test that requires Java 7 More... over 9 years ago
Replace all usages of java.util.logging with SLF4J #213 - Inject slf4j-api into the classpath of tests that requires Java 7 More... over 9 years ago
Move enforce-imports to a profile, activated by JDK 1.7 or higher, because the Enforcer rules used require Java 1.7 We must be able to use Java 1.6 when doing a release. More... over 9 years ago
Replace all usages of java.util.logging with SLF4J #213 - Make logback-classic a compile-time dependency - Add a sensible configuration for Logback during run-time, see http://logback.qos.ch/manual/configuration.html More... over 9 years ago
Add missing dependencies to the classpath. More... over 9 years ago
Replace all usages of java.util.logging with SLF4J #213 More... over 9 years ago
Cobertura needs an SLF4J binding in compile scope, fixes #203 More... over 9 years ago
Fix some indentation inconsistencies. More... over 9 years ago
Remove <distributionManagement> for repositories. The correct values for these are inherited from the "org.sonatype.oss:oss-parent" parent POM. More... over 9 years ago
Remove an exclude that was added for issue #201, which has been fixed now. More... over 9 years ago
Merge pull request #205 from dennisl/master More... over 9 years ago
Ignore temporary directories that are created during the build. It would be better if these were in the target/ directory instead of being mixed with the sources. More... over 9 years ago
Cobertura needs to update minimum Java requirement to Java 6. Fixes #202 Cobertura uses commons-lang3, which requires Java 6, so Cobertura needs to specify Java 6 as its own minimum. More... over 9 years ago
replaced getCommonSuperclass with the logic in ComputeClassWriter More... over 9 years ago
re-activated url class loader More... over 9 years ago
a system test More... over 9 years ago
Merge https://github.com/cobertura/cobertura More... over 9 years ago
[Fixed #221] Remove test unit. We should always be recompiling the code and checking instrumentation against newly created class files because byte code implementations can be different for each JVM. We already have test units for instrumenting against different JDK releases.
schristou88
as christ66
More... over 9 years ago
Adding -listOfFilesToInstrument option, essentially as a way of passing lots of -addFileToInstrument options More... over 9 years ago