mutations-logo

Mutations is a software evolution analysis tool. It extracts metric data by processing a set of releases. It then generates reports that highlight the nature of growth and change across the evolutionary life-time.

The tool is currently available only as a source code bundle with a build script from Launchpad. We are working on making a binary distribution available.

Download, Compile and Usage Instructions

  1. Download and install JDK 1.6
  2. Download and install Bazaar from http://bazaar.canonical.com/en/. This cross-platform tool will connect to the Launch Pad repository and download Mutations.
  3. Make a branch of the mutations code base from the repository using the following command:
    bzr branch lp:mutations
  4. Bazaar once installed will map lp:mutations to the appropriate URL on Launch Pad

  5. To compile and use Mutations read the User manual.