aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.cli/src/org/jacoco/cli/internal/commands
AgeCommit message (Collapse)Author
2022-03-17Update jacoco to 0.8.7.Allen Hair
Bug: 194725917 Bug: 221938918 Bug: 206647174 Test: EMMA_INSTRUMENT=true EMMA_INSTRUMENT_FRAMEWORK=true m Change-Id: I955b068b3e35d68460a633d0fe606218bdcb9391
2021-01-05Happy New Year 2021!Evgeny Mandrikov
2020-08-17Revert "Revert "Add IExecutionData interface and move all usage ..."Oliver Nguyen
Revert "Revert "Update JavaCodeCoverageListenerTest to new IExec..." Revert submission 1398750-revert-1364940-IExecutionData-FHXOSGWBLA Reason for revert: Fixed build Reverted Changes: I609da053c:Revert "Add IExecutionData interface and move all ... Iff176c367:Revert "Update JavaCodeCoverageListenerTest to new... Change-Id: I2b1653276b15049c53c8f186a603cfc4b2015ed5
2020-08-13Revert "Add IExecutionData interface and move all usage to the i..."Jackal Guo
Revert "Update JavaCodeCoverageListenerTest to new IExecutionDat..." Revert submission 1364940-IExecutionData Reason for revert: b/163919667 Reverted Changes: I4fbee7a43:Update JavaCodeCoverageListenerTest to new IExecut... I41235626b:Add IExecutionData interface and move all usage to... Change-Id: I609da053cf4427b250efe222ee3d54fb0a9f21d2
2020-08-11Add IExecutionData interface and move all usage to the interface.Oliver Nguyen
Abstracts the underlying execution data implementation to allow for more complex execution data storage mechanisms. For offline instrumentation, classes store the IExecutionData object and make calls into it to set probe data. This results in additional overhead of looking up the vtable for the interface and making the method call, rather than just directly setting the value in the boolean array. Bug: 147904124 Test: m EMMA_INSTRUMENT=true EMMA_INSTRUMENT_FRAMEWORK=true and verify Java coverage collection and parsing Change-Id: I41235626b1040a6a21c6aef300f2dfe064393e1f
2020-01-02Happy New Year 2020!Evgeny Mandrikov
2019-09-23Update license to EPL version 2.0 (#943)Evgeny Mandrikov
2019-02-09Remove duplicate throw clauseEvgeny Mandrikov
2019-01-19Happy New Year 2019!Evgeny Mandrikov
2018-01-01Happy New Year 2018!Evgeny Mandrikov
2017-09-15Add "--verbose" option to "classinfo" CLI command (#578)Marc R. Hoffmann
2017-06-08Use dest argument as folder in any case (#543)Marc R. Hoffmann
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.
2017-05-25Add Command Line Interface (#525)Marc R. Hoffmann