Java code coverage tools: Difference between revisions

Content deleted Content added
Resolved {{Empty section}} problem by removing the redundant "See also" heading
Godin (talk | contribs)
JaCoCo 0.8.6
Line 45:
| name = JaCoCo
| developer = Marc Hoffmann, Brock Janiczak, Evgeny Mandrikov, Mirko Friedenhagen
| latest release version = 0.8.56
| latest release date = {{Release date and age|20192020|1009|1115}}
| genre = [[Code coverage]]
| license = [[Eclipse Public License|EPL]]
Line 60:
* like [[Java code coverage tools#Cobertura|Cobertura]] and [[Java code coverage tools#JCov|JCov]] prior to execution (offline)
 
And can be configured to store the collected data in a file, or send it via TCP. Files from multiple runs or code parts can be merged easily.<ref>[http://www.sonarsource.org/measure-coverage-by-integration-tests-with-sonar-updated/ Measure Coverage by Integration Tests with Sonar – Updated]</ref> Unlike Cobertura and [[Java code coverage tools#EMMA|EMMA]] it fully supports Java 7, Java 8,<ref name="idea">{{cite web|url=http://www.jetbrains.com/idea/webhelp/code-coverage-2.html |archive-url=https://archive.is/20130426184708/http://www.jetbrains.com/idea/webhelp/code-coverage-2.html |url-status=dead |archive-date=26 April 2013 |title=Code Coverage |author= |date= |work=IntelliJ IDEA 12.0 Web Help |publisher=JetBrains |accessdate=3 March 2013 }}</ref> Java 9, Java 10, Java 11, Java 12, Java 13, Java 14 and Java 1415.
 
=== Tools using or including JaCoCo ===