MCPcopy Index your code
hub / github.com/dnaumenko/java-diff-utils / diff

Method diff

src/main/java/difflib/DiffAlgorithm.java:79–79  ·  view source on GitHub ↗

Computes the difference between the original sequence and the revised sequence and returns it as a Patch object. @param original The original sequence. Must not be null. @param revised The revised sequence. Must not be null. @return The patch representing the diff of the giv

(T[] original, T[] revised)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

diffMethod · 0.65

Implementers 2

DiffUtilssrc/main/java/difflib/DiffUtils.java
MyersDiffsrc/main/java/difflib/myers/MyersDiff.

Calls

no outgoing calls

Tested by

no test coverage detected