Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.968 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 110 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/RegularExpression.java |
2 | 5 | 124 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/RegularExpression.java |
| |||||
init(p); if (isReference()) { return getRef(p).getPattern(p); } setPattern(); |
| |||||
init(p); if (isReference()) { return getRef(p).getRegexp(p); } setPattern(); |
| |||
init(p); if (isReference()) { return getRef(p). [[#variable1129caa0]](p); } setPattern(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1129caa0]] | getPattern |
1 | 2 | [[#1129caa0]] | getRegexp |