Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 414 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/TokenFilter.java |
2 | 2 | 81 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/ContainsSelector.java |
| |||||
/** * the contains attribute * @param contains the string that the token should contain */ public void setContains(String contains) { this.contains = contains; } |
| |||||
/** * The string to search for within a file. * * @param contains the string that a file must contain to be selected. */ public void setText(String contains) { this.contains = contains; } |
| |||
/** * the contains attribute * @param contains the string that the token should contain */ /** * The string to search for within a file. * * @param contains the string that a file must contain to be selected. */ public void [[#variable112da760]](String contains) { this.contains = contains; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112da760]] | setContains |
1 | 2 | [[#112da760]] | setText |