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 not stored for this graph (policy: none)
no test coverage detected