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

Method processDeltas

src/main/java/difflib/DiffUtils.java:362–452  ·  view source on GitHub ↗

processDeltas takes a list of Deltas and outputs them together in a single block of Unified-Diff-format text. @param origLines - the lines of the original file @param deltas - the Deltas to be output as a single block @param contextSize - the number of lines of cont

(List<String> origLines,
			List<Delta<String>> deltas, int contextSize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

generateUnifiedDiffMethod · 0.95

Calls 7

getDeltaTextMethod · 0.95
getPositionMethod · 0.80
getOriginalMethod · 0.80
getRevisedMethod · 0.80
sizeMethod · 0.80
getLinesMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected