aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
AgeCommit message (Collapse)Author
2018-01-02Prepare release v0.8.0Evgeny Mandrikov
2018-01-01Consolidate change log for 0.8.0 release (#632)Marc R. Hoffmann
2017-12-20Instrumentation should not damage structured locking (#627)Allen Hair
2017-12-19Add filter for duplicates of finally blocks (#604)Evgeny Mandrikov
2017-10-19Upgrade ASM to 6.0 (#600)Roberto Araujo
2017-10-17Add filter for methods annotated with @groovy.transform.Generated (#610)Michael Hoffmann
2017-09-24Add filter for bytecode that javac generates for String in switch (#596)Evgeny Mandrikov
2017-09-23Happy birthday JDK 9!Evgeny Mandrikov
2017-08-21Add link about integration of JaCoCo into Shippable (#579)Evgeny Mandrikov
2017-08-10Add Artifact.SCOPE_PROVIDED artifacts to aggregate report (#572)Chas Honton
2017-07-18Use proper exception type in documentation (#557)Marc R. Hoffmann
As the outermost exception seen by the user is actually NoClassDefFoundError the FAQ entry should also mention this type.
2017-07-18For Java 9 add "Automatic-Module-Name" to manifests of JAR files (#565)Evgeny Mandrikov
2017-07-06Update documentation about Maven artifacts (#540)Evgeny Mandrikov
2017-07-04Descriptor of jacoco-maven-plugin should include "help" mojo (#559)Evgeny Mandrikov
2017-06-29Reduce chance of conflict with other agents (#555)Evgeny Mandrikov
2017-05-25Add location to IOException when unable to read stream during analysisEvgeny Mandrikov
2017-05-25Add Command Line Interface (#525)Marc R. Hoffmann
2017-05-25ExecDumpClient should report error when no data is retrieved (#538)Marc R. Hoffmann
2017-05-18Update documentation for limit configuration as percent.Marc R. Hoffmann
2017-05-09Add filter for private empty constructors that do not have arguments (#529)Evgeny Mandrikov
2017-05-05Explanations for possible StackOverflowErrors (#528)Marc R. Hoffmann
2017-05-04Add input name to IOException if unable to read during instrumentation (#527)Evgeny Mandrikov
2017-04-24Add profile for compilation with ECJ (#522)Evgeny Mandrikov
2017-04-22Add filter for try-with-resources statement (#500)Evgeny Mandrikov
2017-04-03Add filter for methods annotated with @lombok.Generated (#513)Marc R. Hoffmann
Based on initial contribution by Rüdiger zu Dohna.
2017-03-28Add internal API for filters and filter for synchronized statement (#501)Evgeny Mandrikov
2017-03-25Include runtime dependencies in aggregated reports (#502)Marc R. Hoffmann
2017-02-27Exclude enum methods "values" and "valueOf" from reports (#491)Evgeny Mandrikov
2017-02-22Fix broken links to CSV and XML coverage reports in distribution (#490)Evgeny Mandrikov
2017-02-06Prepare for next development iterationEvgeny Mandrikov
2017-02-05Prepare release v0.7.9Evgeny Mandrikov
2017-02-05"prepare-agent" should not overwrite property if execution skipped (#486)Evgeny Mandrikov
2017-01-17Generate OSGi Manifests (#211)Evgeny Mandrikov
2017-01-16Add links about integration of JaCoCo into Codecov and Coveralls (#481)Evgeny Mandrikov
2017-01-04Test that "ClassFormatError: Short length on BootstrapMethods" fixed by ASM ↵Evgeny Mandrikov
upgrade (#462)
2017-01-04Do not recompute frames in case of large methods (#177)Evgeny Mandrikov
Upgrade ASM to 5.2 to do so.
2016-12-14Make FORMAT_VERSION non-constantBrett Kail
If a constant expression is assigned to a static final variable, javac will inline the constant value in the caller, which means constants should only be used for values that will never change. Otherwise, calling code must be recompiled when upgrading to a new version of the library even if the caller would otherwise not require any changes.
2016-12-14Move JaCoCo.ASM_API_VERSION to InstrSupportBrett Kail
2016-12-12Fix typos (#473)Hemant Kumar
2016-12-11Prepare for next development iterationEvgeny Mandrikov
2016-12-10Prepare release v0.7.8Evgeny Mandrikov
2016-12-10Simplify numbering of versions (#468)Evgeny Mandrikov
2016-12-09No need to sign JARs using maven-jarsigner-plugin (#466)Evgeny Mandrikov
2016-09-26Use RoundingMode#FLOOR for percentages in HTML report (#452)Evgeny Mandrikov
2016-08-22Clarify runtime dependency in case of offline instrumentation (#445). (#445)Marc R. Hoffmann
2016-08-16Do not add members into interfaces with only abstract and clinit methods (#441)Evgeny Mandrikov
2016-08-16Do not violate JVMS regarding initialization of final fields (#434)Evgeny Mandrikov
Without this change instrumented classes can't pass checks and cause IllegalAccessError starting from OpenJDK 9 EA b127 (see https://bugs.openjdk.java.net/browse/JDK-8157181).
2016-06-24Fix instrumentation of interfaces with default methods (#428)Evgeny Mandrikov
Without this change instrumented classes can't pass consistency checks for a constant pool and cause IncompatibleClassChangeError starting with OpenJDK 9 EA b122 (see https://bugs.openjdk.java.net/browse/JDK-8145148).
2016-06-23Add Visual Studio Team Services to integration matrix (#429)Evgeny Mandrikov
2016-06-20Add report-aggregate to m2e/lifecycle-mapping-metadata.xml (#427)Evgeny Mandrikov