aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.report.test/src
AgeCommit message (Collapse)Author
2015-01-04Happy New Year 2015!Marc R. Hoffmann
2014-01-13Provide core APIs to detect classes with non-matching ids.Marc R. Hoffmann
2014-01-05Happy New Year 2014!Marc R. Hoffmann
2013-11-29Workaround for Maven-2 compatibility.Mirko Friedenhagen
* Use String parameters and Enum.valueOf methods because old versions of plexus-container-default used in Maven-2 do not include a EnumConverter. * Add implementation hints in POMs because Maven-2 is unable to guess implementing classes correctly. See http://blog.sonatype.com/people/2011/03/configuring-plugin-goals-in-maven-3/#.UpkF45FIhsp) * Use concrete type ArrayList instead of List in MergeMojo because Maven-2 is not able to deduce a corresponding class for an interface.
2013-10-06Do not render source files page if no source information is available.Marc R. Hoffmann
2013-09-24Add additional package page to HTML report listing source files insteadMarc R. Hoffmann
of classes.
2013-05-24Do not overload setters as Maven configuration will not properly workMarc R. Hoffmann
with this.
2013-05-23New coverage check implementation. Marc R. Hoffmann
New report APIs to check coverage, support for coverage checks in Ant, rework Maven check goal implementation based on new APIs.
2013-01-04Happy New Year!Marc R. Hoffmann
2012-08-31Fix compiler warnings.Marc R. Hoffmann
2012-08-30Fix EOLsEvgeny Mandrikov
2012-05-16Clarify and test locale and encoding issues in reporting.Marc R. Hoffmann
2012-01-21Make sure unit tests run with every system default encoding.Marc R. Hoffmann
2012-01-18Trac #119: Support for source folders in Ant report task.Marc R. Hoffmann
2012-01-02Update copyright year to 2012.Marc R. Hoffmann
2012-01-01Update copyright year to 2012.Marc R. Hoffmann
2011-06-03Improve test coverage.Marc R. Hoffmann
2011-06-03Trac #157: Fixed problem with reporting of nested group structuresMarc R. Hoffmann
2011-05-11Trac #155: Avoid duplicate counters in XML report.Marc R. Hoffmann
2011-05-11Trac #129: Report cyclomatic complexity.Marc R. Hoffmann
2011-05-09Trac #129: JaCoCo core calculates cyclomatic complexity.Marc R. Hoffmann
2011-03-27Trac #152: expose tab width of html report in ant taskMarc R. Hoffmann
2011-03-16Move tabwidth property to HTML report context.Marc R. Hoffmann
2011-03-16Trac #148 Reduce size of HTML report (source pages)Brock Janiczak
use prettify.js to provide line numbers and tab replacement
2011-03-04Trac #147: Avoid duplicate String instances.Marc R. Hoffmann
2011-02-27Improve test coverage.Marc R. Hoffmann
2011-02-15Trac #53: code cleanup, tests.Marc R. Hoffmann
2011-02-11Trac #53: Simplified reporting API, step 1.Marc R. Hoffmann
2011-01-16Consistently use AssertionError for internal inconsistencies, corresponding ↵Marc R. Hoffmann
unit tests.
2011-01-14Remove obsolete JavaDoc tags from headers.Marc R. Hoffmann
2011-01-13Avoid potential IndexOutOfBoundsException.Marc R. Hoffmann
2011-01-12Change license header to year 2011.Marc R. Hoffmann
2011-01-12Trac #133: Hide internal implementation classes.Marc R. Hoffmann
2011-01-12Trac #133: Introduce interfaces for different coverage nodes.Marc R. Hoffmann
2011-01-08Trac #130: Count instructions per line.Marc R. Hoffmann
2010-12-28Track #131: all counter creation and update APIs now accept 'missed items' ↵Marc R. Hoffmann
and 'covered items' as parameters
2010-12-23Track #132: Replace IStructureVisitors by simplified ICoverageVisitorMarc R. Hoffmann
2010-12-23Track #66: Visualize branch coverage like instruction coverage in HTML reports.Marc R. Hoffmann
2010-12-15Track #66: show branch coverage in highlighted sourcesMarc R. Hoffmann
2010-12-12Track #66: replace block counter with branch counterMarc R. Hoffmann
2010-12-12Track #66: replace basic block with new flow analysisMarc R. Hoffmann
2010-10-15Rename implementation packages to 'internal' and exclude them from generated ↵Marc R. Hoffmann
JavaDoc. User Java 5 style package-info.java instead of package.html.
2010-10-07Add missing test project for org.jacoco.agent.Marc R. Hoffmann
2010-10-06Trac #120: New attribute 'line' for methods in XML report.Marc R. Hoffmann
2010-10-05Track #122: Optional locale attribute for HTML reports.Marc R. Hoffmann
2010-10-04Remove unused keywords, filter all source files for proper version tag in ↵Marc R. Hoffmann
JavaDoc.
2010-10-04Trac #98: Use hash URL to preserve sorting between pages.Marc R. Hoffmann
2010-09-26Trac #98: Correct sorting of the element column.Marc R. Hoffmann
2010-09-25Trac #98: First basic implementation of sortable tables.Marc R. Hoffmann
2010-09-24Trac #98: Add sorted index-ids table cells.Marc R. Hoffmann