cobertura 1.9.4.1+dfsg-2ubuntu1 source package in Ubuntu

Changelog

cobertura (1.9.4.1+dfsg-2ubuntu1) precise; urgency=low

  * Fix FTBFS with OpenJDK 7 (LP: #888927):
    - d/ant.properties: Set source/target to 1.5 for javac and javadoc
      ant tasks to ensure backwards compatibility and avoid Java 7
      encoding errors.
    - d/rules: Use ant.properties when building.
 -- James Page <email address hidden>   Thu, 08 Dec 2011 10:07:27 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cobertura_1.9.4.1+dfsg.orig.tar.gz 290.2 KiB 84a8185c6af0bbd86d1460331a4a2e2bd7af0df8a1314081e345101e9471545e
cobertura_1.9.4.1+dfsg-2ubuntu1.debian.tar.gz 21.3 KiB 216ac097dd3374c68aba83bd41fce277365254fe73930352e91cc44ffc6fe59f
cobertura_1.9.4.1+dfsg-2ubuntu1.dsc 2.4 KiB 4275fb016332766a1a0069eceac3102662592dccaff43982eb5f569c38a2d6ee

View changes file

Binary packages built by this source

cobertura: java tool that calculates the percentage of code accessed by tests

 Tool that measures test coverage by instrumenting a Java code base and watching
 which lines of code are and are not executed as the test suite runs. In
 addition to identifying untested code and locating bugs, Cobertura can
 optimize code by flagging dead, unreachable code and can provide insights
 into how an API operates in practice. It is based on jcoverage.

libcobertura-java: java library that calculates the percentage of code accessed by tests

 Library that measures test coverage by instrumenting a Java code base and
 watching which lines of code are and are not executed as the test suite runs.
 In addition to identifying untested code and locating bugs, Cobertura can
 optimize code by flagging dead, unreachable code and can provide insights
 into how an API operates in practice. It is based on jcoverage.

libcobertura-java-doc: documentation for libcobertura-java

 Documentation for Cobertura which is a java library that calculates the
 percentage of code accessed by tests. This package includes the javadoc API
 and examples.