Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

NetBeans module that provides JaCoCo code coverage for Ant based Java SE, Java EE and NetBeans Module projects (JDK5,6,7,8 compatible).

License

Notifications You must be signed in to change notification settings

jonathanlermitage/tikione-jacocoverage

Repository files navigation

🔥 Thursday, May 12, 2016: due to a lack of free time and interest, this project is over. Feel free to start a fork.

Java Code Coverage for NetBeans

  • The JaCoCoverage Plugin is a NetBeans plugin that enhances the existing NetBeans functionality with new code coverage features.
  • The plugin works as a transparent additional service that colors all java files according to the unit tests coverage information. With code coverage enabled user continues to work with his/her project in the usual way but can easily view the test coverage of the project classes.
    The code coverage plugin will update the code coverage data and refresh editors markup every time a unit test (or any selected Ant target) is executed for the project. Currently the Java Application, Java Library, Java Web and Java EE (not tested with EAR and EJB projects but may work), Java Project with Existing Sources are supported. Maven support with JaCoCo is already integrated in NetBeans base installation, please check online how-to for details.
  • Coverage collections are based on JaCoCo in order to support Java 5, 6, 7 and Java 8 bytecode. Take it as a modern alternative to the EMMA and Cobertura based plugins.
  • JaCoCo is a free code coverage library for Java, which has been created by the EclEmma team.

TikiOne JaCoCoverage plugin is built with and for the NetBeans 8.0.1 platform and the latest version of Oracle JDK7.

Download stable builds

Stable builds are hosted on the NetBeans Plugin Portal website, validated by the NetBeans Plugin Review staff (I am also a member of this team) and available in the NetBeans integrated Plugins Manager (see Tools, Plugins, Available Plugins and look for the TikiOne JaCoCoverage plugin).

You can also check the GitHub releases page for manual installation of NBM files.

Author

Contributor

  • Graeme Ingleby - provided NetBeans Module support