aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-18Upgrade to ASM5. Now using asm-debug-all as asm-all is broken and we getMarc R. Hoffmann
better stack traces.
2014-03-16Do not rely on the String representation of the Manifest for comparison.Mirko Friedenhagen
At least on Mac OS X with JDK8 the order of the entries is different from the one with JDK7 so rely on java.util.jar.Manifest.equals(Object) instead.
2014-03-13New chapter about class ids.Marc R. Hoffmann
2014-03-12New FAQ entry about Java versions.Marc R. Hoffmann
2014-03-04Prepare for next development iterationEvgeny Mandrikov
2014-03-03Prepare release 0.6.5Evgeny Mandrikov
2014-02-27Update team info.Marc R. Hoffmann
2014-02-22Merge pull request #186 from jacoco/issue-186Mirko Friedenhagen
Remove signatures from instrumented JAR files
2014-02-22GitHub #186: Remove signatures from JAR files.Marc R. Hoffmann
2014-02-13Fix `it-report-nomatch` for Maven 2.2.1 as detected in #192.Mirko Friedenhagen
This is compatible with Maven 3.1.1 and Maven 2.2.1.
2014-02-13Update changes with #192.Mirko Friedenhagen
2014-02-13Merge pull request #192 from renataogarcia/masterMirko Friedenhagen
GitHub #44: (Regression) Agent Mojo should set empty property, if execution was skipped
2014-02-12GitHub #44: (Regression) Agent Mojo should set empty property, ifrgarcia
execution was skipped
2014-01-22Merge pull request #185 from jacoco/issue-185Marc R. Hoffmann
Print warning if class ids differ
2014-01-20Adjust change log.Marc R. Hoffmann
2014-01-20Log warning in Maven report goal if execution data does not match.Marc R. Hoffmann
2014-01-20Log warning in Ant report task if execution data does not match.Marc R. Hoffmann
2014-01-13Provide core APIs to detect classes with non-matching ids.Marc R. Hoffmann
2014-01-09Explain the reasons and implications of #169 and #171.Mirko Friedenhagen
2014-01-07Categorize changes.Marc R. Hoffmann
2014-01-07Fix #180 - directory ".idea" should be ignored during check on presence of ↵Evgeny Mandrikov
license-header
2014-01-06Fixed typo.Marc R. Hoffmann
2014-01-06Broken documentation link (jacoco/eclemma#72).Marc R. Hoffmann
2014-01-06Test case with empty ZIP entry (reproducer for #179).Marc R. Hoffmann
2014-01-05Happy New Year 2014!Marc R. Hoffmann
2013-12-30Replace our FrameTracker with existing ASM API AnalyzerAdapter. Marc R. Hoffmann
2013-12-30Remove unnecessary null check.Marc R. Hoffmann
2013-12-22Merge pull request #171 from jacoco/issue-171Mirko Friedenhagen
Align skip conditions and messages and give reasons
2013-12-22Merge origin/masterMirko Friedenhagen
2013-12-21Remove @author tag in class documentation and add documentation.Mirko Friedenhagen
2013-12-21Update changes to include #175.Mirko Friedenhagen
2013-12-21Avoid compiler warnings in Eclipse.Marc R. Hoffmann
2013-12-20Merge pull request #175 from jacoco/issue-175Mirko Friedenhagen
Eclipse Compiler Warnings in jacoco-maven-plugin
2013-12-20No need to specify the abstract declaration of an abstract method from the ↵Mirko Friedenhagen
parent class.
2013-12-20As stated in #175, there is no need to have protecte methods as inheritance isMirko Friedenhagen
only used in the same package.
2013-12-19Backport useful frames test from experimental Java8 branch.Marc R. Hoffmann
2013-12-19Keep ASM API version at central place to simplify migration to ASM 5.Marc R. Hoffmann
2013-12-19Fix JavaDoc for Java8 builds.Marc R. Hoffmann
2013-12-19Add missing @Override annotations.Marc R. Hoffmann
2013-12-19Include examples in JUnit and code coverage reports.Marc R. Hoffmann
2013-12-17Update changes.Mirko Friedenhagen
2013-12-17Align skip conditions and messages and give reasons.Mirko Friedenhagen
2013-12-17Merge pull request #173 from jacoco/issue-173Mirko Friedenhagen
Update changes.html so references to github are links.
2013-12-17Update changes.html so references to github are links.Mirko Friedenhagen
This faciliates navigation and is a one time effort for the writer.
2013-12-17Merge pull request #169 from jacoco/issue-169Mirko Friedenhagen
Skip jacoco instrumentation for mvn modules with package type ear.
2013-12-17Add fixed bug to changes.Mirko Friedenhagen
2013-12-15Move IT for missing target/classes to it-multi-module so now new IT isMirko Friedenhagen
needed.
2013-12-15Add an empty resource file, so target/classes is created. OtherwiseMirko Friedenhagen
the check for an existing outputDirectory will hide the error for the invalid data-file.
2013-12-13Forgot to include fix: Skip execution of report when target/classes does not ↵Mirko Friedenhagen
exist.
2013-12-13Skip execution of report when target/classes does not exist.Mirko Friedenhagen