BugMaps-Granger in Action

To evaluate the BugMaps-Granger tool, we provide an example of use involving data from the Eclipse Equinox Framework system collected during three years (2010- 01-01 to 2012-12-28). Download here.

To execute the BugMaps-Granger with this example:

  • Mac: execute the app file;
  • Linux: execute .app/Moose.sh
  • Windows: execute .app/Moose.bat

Download

Download BugMaps-Granger

Launch

  • Mac and Linux: launch run.sh <options>
  • <options>:

    -r, --repo          URL for the repository (can be local folder)
    -b, --bugs_file     Path to the issue tracker file
    -s, --start         Date to start the analysis (yyyy-mm-dd)
    -e, --end           Date to finish the analysis (yyyy-mm-dd)
    -g, --granger       Generate data to apply the Granger Test

    Example: ./run.sh -r git://git.eclipse.org/gitroot/equinox/rt.equinox.framework.git -b bugs.csv -s 2010-01-01 -e 2012-12-31

    Example (with Granger). It is necessary to install the R Statistical System with the package tseries: ./run.sh -r git://git.eclipse.org/gitroot/equinox/rt.equinox.framework.git -b bugs.csv -s 2010-01-01 -e 2012-12-31 --granger

  • Windows: launch run.bat (no options)
  • Example: run.bat git://git.eclipse.org/gitroot/equinox/rt.equinox.framework.git bugs.csv 2010-01-01 2012-12-31

    Example (with Granger): not available for Windows