Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.968 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 46 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java |
2 | 11 | 52 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/Parameter.java |
| |||||
/** * Set the value of the parameter. * * @param value the parameter value */ public void setValue( final String value) { this.value = value; } /** * Retrieve name of parameter. * * @return the name of parameter. */ String getName() { return name; } |
| |||||
/** * Set the value attribute. * * @param value a <code>String</code> value */ public void setValue( final String value) { this.value = value; } /** * Get the name attribute. * * @return a <code>String</code> value */ public String getName() { return name; } |
| |||
/** * Set the value attribute. * * @param value a <code>String</code> value */ /** * Set the value of the parameter. * * @param value the parameter value */ public void setValue( final String value) { this.value = value; } [[#variable130c9c40]] /** * Retrieve name of parameter. * * @return the name of parameter. */ String getName() { return name; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130c9c40]] | |
1 | 2 | [[#130c9c40]] | /** * Get the name attribute. * * @return a <code>String</code> value */ public |