Skip to content
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: pptaszynski/SJavaMutator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Statements_AST
Choose a base ref
...
head repository: pptaszynski/SJavaMutator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 35 files changed
  • 1 contributor

Commits on Jan 19, 2011

  1. Configuration menu
    Copy the full SHA
    6e7874f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c7d0b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2011

  1. Added Utils object for utility objects serving.

    --------------------------------------------------
    merging refs/heads/Statements_AST into HEAD
    pptaszynski committed Jan 20, 2011
    Configuration menu
    Copy the full SHA
    c5dfead View commit details
    Browse the repository at this point in the history
  2. Created Scoping trait to mixin Scoping capabilities to Parser.

    Enabled association of Nodes by creating Bindable trait to mix it in.
    pptaszynski committed Jan 20, 2011
    Configuration menu
    Copy the full SHA
    6345813 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2011

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

Commits on Jan 23, 2011

  1. Mutations, randomizing mutations and writing outuput files are working

    now.
    Implemented following mutations:
    - Removing this
    - Modifying getters
    - Modifying relational operators.
    pptaszynski committed Jan 23, 2011
    Configuration menu
    Copy the full SHA
    16484f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2011

  1. All 4 mutations ready to go.

    Implement some ui - reading parameters, options, etc.
    Also added loop for processing multiple files.
    pptaszynski committed Jan 24, 2011
    Configuration menu
    Copy the full SHA
    441e45f View commit details
    Browse the repository at this point in the history
Loading