Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.955 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 74 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/CollectionUtilsTest.java |
2 | 3 | 94 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/CollectionUtilsTest.java |
| |||||
assertTrue(CollectionUtils.equals(h1, p2)); assertTrue(CollectionUtils.equals(p2, h1)); h1.put("bar", ""); |
| |||||
assertTrue(CollectionUtils.equals(h1, p2)); assertTrue(CollectionUtils.equals(p2, h1)); h1.put("dada", "1"); |
| |||
assertTrue(CollectionUtils.equals(h1, p2)); assertTrue(CollectionUtils.equals(p2, h1)); h1.put( [[#variable130d64c0]], [[#variable130d6460]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130d64c0]] | "bar" |
1 | 2 | [[#130d64c0]] | "dada" |
2 | 1 | [[#130d6460]] | "" |
2 | 2 | [[#130d6460]] | "1" |