Java code coverage tools: Difference between revisions

Content deleted Content added
Clover logo
JCov: fix license name
Line 13:
}}
 
JCov is the tool which has been developed and used with Sun JDK (and later Oracle JDK) from the very beginning of Java: from the version 1.1. JCov is capable of measuring and reporting [[Java (programming language)|Java]] [[code coverage]]. JCov is distributed under the terms of the [[GNU General Public License]] (version 2, with the Classpath Exception). JCov has become open-source as a part of OpenJDK code tools project in 2014.
 
=== Features ===