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

Method equals

src/main/java/difflib/myers/Equalizer.java:74–74  ·  view source on GitHub ↗

Indicates if two elements are equal according to the diff mechanism. @param original The original element. Must not be null. @param revised The revised element. Must not be null. @return Returns true if the elements are equal.

(T original, T revised)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 12

verifyLinesEqualMethod · 0.65
verifyMethod · 0.65
parseUnifiedDiffMethod · 0.65
processRawChunkMethod · 0.65
verifyMethod · 0.65
equalsMethod · 0.65
equalsMethod · 0.65
equalsMethod · 0.65
equalsMethod · 0.65
generateDiffRowsMethod · 0.65
addInlineDiffsMethod · 0.65
equalsMethod · 0.65

Implementers 5

Chunksrc/main/java/difflib/Chunk.java
Deltasrc/main/java/difflib/Delta.java
DiffRowsrc/main/java/difflib/DiffRow.java
DiffRowGeneratorsrc/main/java/difflib/DiffRowGenerator
MyersDiffsrc/main/java/difflib/myers/MyersDiff.

Calls

no outgoing calls

Tested by 2

verifyLinesEqualMethod · 0.52
verifyMethod · 0.52