Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 57 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/ContainsRegexpSelector.java |
2 | 5 | 48 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/TypeSelector.java |
| |||||
/** * @return a string describing this object */ public String toString() { StringBuffer buf = new StringBuffer("{containsregexpselector expression: "); buf.append(userProvidedExpression); buf.append("}"); return buf.toString(); } |
| |||||
/** * @return a string describing this object */ public String toString() { StringBuffer buf = new StringBuffer("{typeselector type: "); buf.append(type); buf.append("}"); return buf.toString(); } |
| |||
/** * @return a string describing this object */ public String toString() { StringBuffer buf = new StringBuffer( [[#variable13024680]]); buf.append( [[#variable13024600]]); buf.append("}"); return buf.toString(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13024680]] | "{containsregexpselector expression: " |
1 | 2 | [[#13024680]] | "{typeselector type: " |
2 | 1 | [[#13024600]] | userProvidedExpression |
2 | 2 | [[#13024600]] | type |