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: mryba/java-design-patterns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Issue781
Choose a base ref
...
head repository: mryba/java-design-patterns
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.
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 24, 2018

  1. Delete & Ignore output.txt & error.txt

    Both output.txt and error.txt are produced by tests.
    Each file contained a header that was overridden upon executing said
    tests causing tracked files to be changed.
    
    Added them to a local .gitignore file for this module.
    Lyndon Armitage committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    8f53df9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Merge pull request iluwatar#794 from iluwatar/Issue781

    iluwatar#781 Resolved ClasscastException from Acyclic Visitor
    iluwatar authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    b079aec View commit details
    Browse the repository at this point in the history
  2. Merge pull request iluwatar#796 from LyndonArmitage/module-ignore-tes…

    …t-output
    
    Delete & Ignore output.txt & error.txt
    iluwatar authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    3cec7a9 View commit details
    Browse the repository at this point in the history
Loading