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: java-diff-utils/java-diff-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: 1506085843/java-diff-utils
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
  • 4 files changed
  • 3 contributors

Commits on Mar 13, 2023

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

Commits on Mar 14, 2023

  1. Add generateOriginalAndDiff method and test class.I split long code i…

    …nto short methods, changed ambiguous variable names to explicit variable names
    1506085843 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    e791091 View commit details
    Browse the repository at this point in the history
  2. fixes #164

    1506085843 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    61407b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. fix build issues

    1506085843 committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7d9d1ca View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    58ef1b1 View commit details
    Browse the repository at this point in the history
  2. fix issues about (#164),detail:

    When deleting the first line of comparison text and adding several lines of text, the first diff of the result returned by the generateOriginalAndDiff method is inserted incorrectly
    1506085843 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9da4012 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. add a test for #170

    xutao committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    d0b4250 View commit details
    Browse the repository at this point in the history
Loading