Maven Repository - POM file for Byte Code emma 2.1.5320 2.1.5320

Summary

EMMA.

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..

Declaration

Here is the list of declaration for emma. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>emma</groupId>
   <artifactId>emma</artifactId>
   <version>2.1.5320</version>
</dependency>

If you think this Maven repository POM file listing for emma is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:Common Public License v1.0
URL: http://www.eclipse.org/legal/cpl-v10.html.

Depended by

The following table lists the most popular artifacts which are depending on emma-2.1.5320. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmentsux4j 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

Packages

The following packages are defined in the emma-2.1.5320.jar

com.vladium.app
com.vladium.emma
com.vladium.emma.ctl
com.vladium.emma.data
com.vladium.emma.filter
com.vladium.emma.instr
com.vladium.emma.merge
com.vladium.emma.report
com.vladium.emma.report.html
com.vladium.emma.report.html.doc
com.vladium.emma.report.txt
com.vladium.emma.report.xml
com.vladium.emma.rt
com.vladium.emma.rt.rpc
com.vladium.emma.run
com.vladium.jcd.cls
com.vladium.jcd.cls.attribute
com.vladium.jcd.cls.constant
com.vladium.jcd.compiler
com.vladium.jcd.lib
com.vladium.jcd.opcodes
com.vladium.jcd.parser
com.vladium.logging
com.vladium.util
com.vladium.util.args
com.vladium.util.exception
com.vladium.util.exit




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>emma</groupId>
  <artifactId>emma</artifactId>
  <packaging>jar</packaging>
  <name>EMMA</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>