Package com.atlassian.diff


package com.atlassian.diff
  • Class
    Description
    Represents a group of characters sharing the same diff type - unchanged, added or deleted.
    Diffs a String as a sequence of chars; used when words are changed to determine if the word has been merely altered or completely replaced.
     
     
    A wrapper class to provide additional views on a list of DiffChunks retrieved from the WordLevelDiffer.
     
    Diffs words in a line of text.