Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.967 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 328 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/AntXMLContext.java |
2 | 3 | 342 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/AntXMLContext.java |
| |||||
List list = (List) prefixMapping.get(prefix); if (list == null || list.size() == 0) { return; // Should not happen } |
| |||||
List list = (List) prefixMapping.get(prefix); if (list == null || list.size() == 0) { return null; } |
| |||
List list = (List) prefixMapping.get(prefix); if (list == null || list.size() == 0) { [[#variable130e7e40]] } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130e7e40]] | return; // Should not happen |
1 | 2 | [[#130e7e40]] | return null; |