MCPcopy Create free account
hub / github.com/LianjiaTech/json-diff / getDiffType

Method getDiffType

src/main/java/com/ke/diff/model/Result.java:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 public String getDiffType() {
65 return diffType;
66 }
67
68 public void setDiffType(String diffType) {
69 this.diffType = diffType;

Callers 6

testConstructResultMethod · 0.80
diffMethod · 0.80
diff4Method · 0.80
diff6Method · 0.80
diff7Method · 0.80
testJsonElement2StrMethod · 0.80

Calls

no outgoing calls

Tested by 6

testConstructResultMethod · 0.64
diffMethod · 0.64
diff4Method · 0.64
diff6Method · 0.64
diff7Method · 0.64
testJsonElement2StrMethod · 0.64