Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 8 | 2 | 0.957 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 46 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/AntTypeDefinition.java |
2 | 12 | 159 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Target.java |
3 | 10 | 771 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Ant.java |
4 | 10 | 85 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Apt.java |
5 | 10 | 48 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/GenerateKey.java |
6 | 11 | 92 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java |
7 | 11 | 144 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java |
8 | 10 | 722 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.java |
| |||||
/** * Set the definition's name. * @param name the name of the definition. */ public void setName(String name) { this.name = name; } /** * Return the definition's name. * @return the name of the definition. */ public String getName() { return name; } |
| |||||
/** * Sets the name of this target. * * @param name The name of this target. Should not be <code>null</code>. */ public void setName(String name) { this.name = name; } /** * Returns the name of this target. * * @return the name of this target, or <code>null</code> if the * name has not been set yet. */ public String getName() { return name; } |
| |||||
/** * Set the name of this TargetElement. * @param name the <code>String</code> target name. */ public void setName(String name) { this.name = name; } /** * Get the name of this TargetElement. * @return <code>String</code>. */ public String getName() { return name; } |
| |||||
/** * Set the name attribute. * @param name the name of the option. */ public void setName(String name) { this.name = name; } /** * Get the value attribute. * @return the value attribute. */ public String getValue() { return value; } |
| |||||
/** * Set the name attribute. * @param name a <code>String</code> value */ public void setName(String name) { this.name = name; } /** * Get the name attribute. * @return the name. */ public String getName() { return name; } |
| |||||
/** * Set the name of the parameter. * * @param name the name of the doclet parameter */ public void setName(String name) { this.name = name; } /** * Get the parameter name. * * @return the parameter's name. */ public String getName() { return name; } |
| |||||
/** * Set the name of the extension * * @param name the extension's name. */ public void setName(String name) { this.name = name; } /** * Get the name of the extension. * * @return the extension's name. */ public String getName() { return name; } |
| |||||
/** * setter for the name of the property * @param name name of the property */ public void setName(String name) { this.name = name; } /** * getter for the value of the property * @return value of the property */ public String getValue() { return value; } |
| |||
/** * Set the definition's name. * @param name the name of the definition. */ /** * Set the name attribute. * @param name the name of the option. */ /** * Set the name of this TargetElement. * @param name the <code>String</code> target name. */ /** * Sets the name of this target. * * @param name The name of this target. Should not be <code>null</code>. */ /** * Set the name attribute. * @param name a <code>String</code> value */ /** * Set the name of the extension * * @param name the extension's name. */ /** * Set the name of the parameter. * * @param name the name of the doclet parameter */ /** * setter for the name of the property * @param name name of the property */ public void setName(String name) { this.name = name; } /** * Return the definition's name. * @return the name of the definition. */ /** * Get the value attribute. * @return the value attribute. */ /** * Get the name of this TargetElement. * @return <code>String</code>. */ /** * Returns the name of this target. * * @return the name of this target, or <code>null</code> if the * name has not been set yet. */ /** * Get the name attribute. * @return the name. */ /** * Get the name of the extension. * * @return the extension's name. */ /** * Get the parameter name. * * @return the parameter's name. */ /** * getter for the value of the property * @return value of the property */ public String [[#variablefe32ce0]]() { return [[#variable13192aa0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#fe32ce0]] | getName |
1 | 2 | [[#fe32ce0]] | getName |
1 | 3 | [[#fe32ce0]] | getName |
1 | 4 | [[#fe32ce0]] | getValue |
1 | 5 | [[#fe32ce0]] | getName |
1 | 6 | [[#fe32ce0]] | getName |
1 | 7 | [[#fe32ce0]] | getName |
1 | 8 | [[#fe32ce0]] | getValue |
2 | 1 | [[#13192aa0]] | name |
2 | 2 | [[#13192aa0]] | name |
2 | 3 | [[#13192aa0]] | name |
2 | 4 | [[#13192aa0]] | value |
2 | 5 | [[#13192aa0]] | name |
2 | 6 | [[#13192aa0]] | name |
2 | 7 | [[#13192aa0]] | name |
2 | 8 | [[#13192aa0]] | value |