DiffUtils

object DiffUtils
class Object
trait Matchable
class Any

Value members

Concrete methods

def diff(original: List[String], revised: List[String]): Patch[String]
def generateUnifiedDiff(original: String, revised: String, originalLines: List[String], patch: Patch[String], contextSize: Int): List[String]