aboutsummaryrefslogtreecommitdiffstats
path: root/org.jacoco.cli.test/src
Commit message (Collapse)AuthorAgeFilesLines
* Use condy for probes array in Java 11+ class files (#845)Evgeny Mandrikov2019-03-051-6/+6
|
* Add experimental support for Java 13 class files (#835)Evgeny Mandrikov2019-01-221-2/+3
|
* Happy New Year 2019!Evgeny Mandrikov2019-01-1910-10/+10
|
* Replace all remaining uses of Opcodes.ASM6 in tests on Opcodes.ASM7Evgeny Mandrikov2019-01-091-1/+2
|
* Remove locale dependent checks from tests (#682)Marc R. Hoffmann2018-06-077-7/+7
| | | | Our version of args4j issues locale dependent exception messages. Remove assertions on those to make build not fail on other locales than en.
* Happy New Year 2018!Evgeny Mandrikov2018-01-0110-10/+10
|
* Upgrade ASM to 6.0 (#600)Roberto Araujo2017-10-191-1/+1
|
* Add "--verbose" option to "classinfo" CLI command (#578)Marc R. Hoffmann2017-09-152-4/+19
|
* Use dest argument as folder in any case (#543)Marc R. Hoffmann2017-06-081-1/+20
| | | | | The instrument goal accepts folders as well as files as input. In case of files the instrumented copy should be written to the folder given as the dest option.
* Add Command Line Interface (#525)Marc R. Hoffmann2017-05-2510-0/+958