aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
AgeCommit message (Collapse)Author
2016-06-14Fix documentation (#425)Evgeny Mandrikov
* ModifiedSystemClassRuntime doesn't add method starting from commit a942c8949be59f949ec110391d766d1f4856a4e0 in v0.3.2. * Agent modifies "java.util.UUID" instead of "java.sql.Types" starting from commit 5ff6b2dc7a8a82132fbe3a65e4c86a60a0be8693 in v0.5.0.
2016-06-12Rename dot folder in documentation (#421)Evgeny Mandrikov
2016-06-11report mojo: add user property for parameter dataFile (#322)Evgeny Mandrikov
2016-06-11Fix usage of code-prettify in documentation (#423)Evgeny Mandrikov
This fixes regression introduced in 0.7.7 by commit 8bc34b18bc5a0b53a94859089c876740c82cec5c
2016-06-06Prepare for next development iterationEvgeny Mandrikov
2016-06-06Prepare release v0.7.7Evgeny Mandrikov
2016-06-05Add note about explicit selection of non-aggregate reports (#420)Evgeny Mandrikov
2016-05-27Upgrade to ASM 5.1 (#417)Evgeny Mandrikov
2016-05-20Add experimental support for Java 9 class files (#406)Evgeny Mandrikov
2016-05-18Update developer documentation (#408)Marc R. Hoffmann
2016-05-14Add location to IOException when unable to read input during analysis (#400)Evgeny Mandrikov
2016-05-03GitHub #401: Renamed "dot" resources in HTML reportsMarc R. Hoffmann
Be more web hosting friendly by not generating folders like ".resources".
2016-04-19GitHub #388: New Maven goal "report-aggregate" to create reports for ↵Marc R. Hoffmann
multi-module projects
2016-04-17GitHub #397: Improve EOF handling for exec files.Marc R. Hoffmann
A EOFException should be reported for truncated exec files.
2016-03-21Don't write empty probe arraysMarc R. Hoffmann
This optimizations reduces the size of exec files significantly in setups where execution data is dumped after every test case.
2016-02-19Require at least Maven 3.0 for buildEvgeny Mandrikov
* JDK 9 EA now includes http://openjdk.java.net/jeps/280 So that execution of build with "javac -target 1.9" requires at least version 2.4 of maven-shade-plugin (https://issues.apache.org/jira/browse/MSHADE-174), which in his turn requires at least Maven 3.0. * Maven 2.x has reached its end of life and is no longer supported by Apache Maven Project Team (http://maven.apache.org/maven-2.x-eol.html).
2016-02-18Prepare for next development iterationEvgeny Mandrikov
2016-02-18Prepare release v0.7.6Evgeny Mandrikov
2016-01-13GitHub #288: New agent option 'inclnolocationclasses'Marc R. Hoffmann
With the new agent option 'inclnolocationclasses' classes without source location can be optionally included. This helps to retrieve code coverage for environments like Android where no source location is provided at runtime.
2015-12-04GitHub #364: Avoid ConcurrentModificationException during shutdown.Marc R. Hoffmann
2015-11-16Use latest ASM release 5.0.4.Marc R. Hoffmann
2015-11-13Documentation for issue #358. Marc R. Hoffmann
2015-10-02GitHub #319: Improved error message for incompatible exec data files.Marc R. Hoffmann
In case of incompatible execution data formats read from another JaCoCo version ExecutionDataReader.read() now throws a IncompatibleExecDataVersionException with a better error message.
2015-09-30GitHub #333: Fix MBeanClient exampleMarc R. Hoffmann
This fixes the MBeanClient example and adds a unit test to ensure interface compatibility in future.
2015-05-28GitHub #101: Document invalid combination of parameters.Marc R. Hoffmann
2015-05-27Fix link on SonarQube documentationEvgeny Mandrikov
2015-05-25Prepare for next development iterationEvgeny Mandrikov
2015-05-24Prepare release v0.7.5Evgeny Mandrikov
2015-05-22Improve coverage data for code with implicit exception.Marc R. Hoffmann
Add additional probe before every line with at least one method invocation.
2015-04-26GitHub #301: Absolute path for destfile option in Ant tasksMarc R. Hoffmann
For the Ant tasks coverage and agent the destfile attribute is now passed as an absolute path also in the default case.
2015-03-30GitHub #289: Allow locales with country and variant for Ant report task.Marc R. Hoffmann
2015-03-29GitHub #203: Add lifecycle-mapping-metadata.xml for M2EEvgeny Mandrikov
2015-02-27Prepare for next development iterationEvgeny Mandrikov
2015-02-26Prepare release v0.7.4Evgeny Mandrikov
2015-02-24GitHub #286: Fix missing probesMarc R. Hoffmann
Fix missing probes at the beginning of try/catch blocks when the block starts as a jump target. This should restore exec file compatibility with 0.7.2. Basically a revert of commit e4a474c
2015-02-20Prepare for next development iterationEvgeny Mandrikov
2015-02-19Prepare release 0.7.3Evgeny Mandrikov
2015-01-19GitHub #272: Exclude dynamically generated classesMarc R. Hoffmann
Exclude dynamically generated classes from instrumentation for better interoperability with JMockit.
2015-01-05Remove change log entry about new exec version again.Marc R. Hoffmann
2015-01-04Documentation update for #265.Marc R. Hoffmann
2014-12-26GitHub #262: Variable replacement for offline agent configuration.Marc R. Hoffmann
For offline agent configuration properties can now contain variables in ${name} format which will be replaced with system properties at runtime. Based on original PR by user 'debugger'.
2014-12-26Add UrbanCode.Marc R. Hoffmann
2014-12-16Fix typo in J9 option.Marc R. Hoffmann
2014-12-14New FAQs from mailing list.Marc R. Hoffmann
2014-10-31Correct vm option syntax.Marc R. Hoffmann
2014-10-31Document insights from jacoco/eclemma#94Marc R. Hoffmann
2014-09-13Prepare for next development iterationEvgeny Mandrikov
2014-09-12Prepare release 0.7.2Evgeny Mandrikov
2014-08-20GitHub #232: Get code coverage for Java 8 lambda expressionsMarc R. Hoffmann
2014-07-08FAQ and dev environment updates.Marc R. Hoffmann