EMMA Ant.
EMMA is a fast Java code coverage tool based on bytecode instrumentation. It differs from the existing tools by enabling coverage profiling on large scale enterprise software projects with simultaneous emphasis on fast individual development..
Here is the list of declaration for emma_ant. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>emma</groupId> <artifactId>emma_ant</artifactId> <version>2.1.5320</version> </dependency>
If you think this Maven repository POM file listing for emma_ant is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Common Public License v1.0
URL: http://www.eclipse.org/legal/cpl-v10.html.
The following table lists the most popular artifacts which are depending on emma_ant-2.1.5320. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Development | sux4j 3.0.7 Sux4j is an implementation of succinct data structure in Java. It provides a number of related implementations covering ranking/selection over bit arrays, compressed lists and minimal perfect hashing. | 5 |
The following packages are defined in the emma_ant-2.1.5320.jar
com.vladium.emma com.vladium.emma.ant com.vladium.emma.ctl com.vladium.emma.instr com.vladium.emma.merge com.vladium.emma.report
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>emma</groupId> <artifactId>emma_ant</artifactId> <packaging>jar</packaging> <name>EMMA Ant</name> <version>2.1.5320</version> <description>EMMA is a fast Java code coverage tool based on bytecode instrumentation. It differs from the existing tools by enabling coverage profiling on large scale enterprise software projects with simultaneous emphasis on fast individual development.</description> <url>http://emma.sourceforge.net/</url> <licenses> <license> <name>Common Public License v1.0</name> <url>http://www.eclipse.org/legal/cpl-v10.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://bayonne.cvs.sourceforge.net/viewvc/emma/</url> </scm> <dependencies> </dependencies> </project>