MCPcopy Index your code
hub / github.com/LianjiaTech/json-diff / withNoisePahList

Method withNoisePahList

src/main/java/com/ke/diff/Diff.java:153–156  ·  view source on GitHub ↗

设置噪音路径 @param noisePahList 噪音路径列表 @return 对象本身

(List<String> noisePahList)

Source from the content-addressed store, hash-verified

151 * @return 对象本身
152 */
153 public Diff withNoisePahList(List<String> noisePahList){
154 this.noisePahList = noisePahList;
155 return this;
156 }
157
158 /**
159 * 自定义对象比较器

Callers 15

mainMethod · 0.80
diff1Method · 0.80
diff3Method · 0.80
diff4Method · 0.80
diff5Method · 0.80
diff6Method · 0.80
diff7Method · 0.80
testDiff1Method · 0.80
testDiff2Method · 0.80
testDiff3Method · 0.80
testDiff1Method · 0.80
testDiff2Method · 0.80

Calls

no outgoing calls

Tested by 15

mainMethod · 0.64
diff1Method · 0.64
diff3Method · 0.64
diff4Method · 0.64
diff5Method · 0.64
diff6Method · 0.64
diff7Method · 0.64
testDiff1Method · 0.64
testDiff2Method · 0.64
testDiff3Method · 0.64
testDiff1Method · 0.64
testDiff2Method · 0.64