Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jacoco/eclemma
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.3
Choose a base ref
...
head repository: jacoco/eclemma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 37 files changed
  • 4 contributors

Commits on Feb 23, 2016

  1. Configuration menu
    Copy the full SHA
    48ea912 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. Avoid StringBuffer.

    marchof committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    1d1c5cf View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Execute tests in Travis

    Use explicit "mvn verify", instead of implicit "mvn test" which Travis
    executes by default, because tycho-surefire-plugin:test is bound to
    integration-test phase.
    Godin committed May 23, 2016
    Configuration menu
    Copy the full SHA
    b7ccadf View commit details
    Browse the repository at this point in the history
  2. Add Travis build status

    Godin committed May 23, 2016
    Configuration menu
    Copy the full SHA
    03871c3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Configuration menu
    Copy the full SHA
    455050e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. Configuration menu
    Copy the full SHA
    67986f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2016

  1. Merge pull request #121 from jacoco/issue-121

    Upgrade JaCoCo to 0.7.7 and ASM to 5.1
    marchof committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    5474348 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2016

  1. Use maven-toolchains-plugin

    This allows to run tests with a specific version of JDK independent from
    the one Maven is running with.
    Godin committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    0611873 View commit details
    Browse the repository at this point in the history
  2. Use SonarQube.com

    Execute Maven with JDK 8, because SonarQube 5.6 requires it.
    Our tests are failing with JDK 8, so use JDK 7 for tests execution.
    Godin committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    1b6a7cc View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Configuration menu
    Copy the full SHA
    f5c3016 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Configuration menu
    Copy the full SHA
    28e244e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Cleanup: remove JavaDoc tags "author" and "version" and SVN tag "Id"

    Those leftovers were forgotten in
    09083bd
    Godin committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    797c5a0 View commit details
    Browse the repository at this point in the history
Loading