Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 22 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 58 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/IsSigned.java |
2 | 2 | 42 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/TypeFound.java |
3 | 2 | 149 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailAddress.java |
4 | 2 | 33 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/Header.java |
5 | 2 | 58 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroDef.java |
6 | 2 | 217 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Manifest.java |
7 | 2 | 390 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Manifest.java |
8 | 2 | 150 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ManifestClassPath.java |
9 | 2 | 65 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetDefine.java |
10 | 2 | 130 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetResource.java |
11 | 2 | 124 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Javah.java |
12 | 2 | 57 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Label.java |
13 | 2 | 96 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Labelsync.java |
14 | 2 | 89 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java |
15 | 2 | 98 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ssh/SSHUserInfo.java |
16 | 2 | 51 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/PreSetDef.java |
17 | 2 | 120 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Property.java |
18 | 2 | 834 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/XSLTProcess.java |
19 | 2 | 946 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/XSLTProcess.java |
20 | 2 | 1106 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/XSLTProcess.java |
21 | 2 | 160 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/FileList.java |
22 | 2 | 59 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/PatternSet.java |
| |||||
/** * The signature name to check jarfile for. * @param name signature to look for. */ public void setName(String name) { this.name = name; } |
| |||||
/** * the task or other type to look for * @param name the name of the type */ public void setName(String name) { this.name = name; } |
| |||||
/** * Sets the personal / display name of the address * * @param name the display name */ public void setName(String name) { this.name = name; } |
| |||||
/** * Set the name of this Header. * @param name the name to set. */ public void setName(String name) { this.name = name; } |
| |||||
/** * Name of the definition * @param name the name of the definition */ public void setName(String name) { this.name = name; } |
| |||||
/** * Set the Attribute's name; required * * @param name the attribute's name */ public void setName(String name) { this.name = name; } |
| |||||
/** * The name of the section; optional -default is the main section. * @param name the section's name */ public void setName(String name) { this.name = name; } |
| |||||
/** * Sets the property name to hold the classpath value. * * @param name the property name */ public void setProperty(String name) { this.name = name; } |
| |||||
/** * the name of the definition. Required. * @param name the name value. */ public void setName(String name) { this.name = name; } |
| |||||
/** * should the resource have a name? * * @param name the name of the resource. */ public void setName(String name) { this.name = name; } |
| |||||
/** * Set the name attribute. * @param name the name attribute. */ public void setName(String name) { this.name = name; } |
| |||||
// CheckStyle:VisibilityModifier ON /** * The name of the label; optional, default "AntLabel" * @param name the name of the label */ public void setName(String name) { this.name = name; } |
| |||||
/** * The name of the label; optional, default "AntLabel" * @param name of the label */ public void setName(String name) { this.name = name; } |
| |||||
/** * set the name under which this script will be activated in a build * file * * @param name the name of the script */ public void setName(String name) { this.name = name; } |
| |||||
/** * Sets the name. * @param name The name to set */ public void setName(String name) { this.name = name; } |
| |||||
/** * Set the name of this definition. * @param name the name of the definition. */ public void setName(String name) { this.name = name; } |
| |||||
/** * The name of the property to set. * @param name property name */ public void setName(String name) { this.name = name; } |
| |||||
/** * Set the parameter name. * * @param name the name of the parameter. */ public void setName(String name) { this.name = name; } |
| |||||
/** * set the name for this property * @param name A non-null String that specifies an * output property name, which may be namespace qualified. */ public void setName(String name) { this.name = name; } |
| |||||
/** * Set the name of the factory * @param name the name of the factory. */ public void setName(String name) { this.name = name; } |
| |||||
/** * The name attribute of the file element. * * @param name the name of a file to add to the file list. */ public void setName(String name) { this.name = name; } |
| |||||
/** * Sets the name pattern. * * @param name The pattern string. */ public void setName(String name) { this.name = name; } |
| |||
/** * Set the Attribute's name; required * * @param name the attribute's name */ /** * Sets the property name to hold the classpath value. * * @param name the property name */ /** * Name of the definition * @param name the name of the definition */ /** * The name of the property to set. * @param name property name */ /** * Sets the name pattern. * * @param name The pattern string. */ /** * Set the parameter name. * * @param name the name of the parameter. */ /** * set the name under which this script will be activated in a build * file * * @param name the name of the script */ /** * Set the name attribute. * @param name the name attribute. */ /** * set the name for this property * @param name A non-null String that specifies an * output property name, which may be namespace qualified. */ /** * Set the name of this definition. * @param name the name of the definition. */ /** * should the resource have a name? * * @param name the name of the resource. */ // CheckStyle:VisibilityModifier ON /** * The name of the label; optional, default "AntLabel" * @param name the name of the label */ /** * Set the name of the factory * @param name the name of the factory. */ /** * The signature name to check jarfile for. * @param name signature to look for. */ /** * Sets the name. * @param name The name to set */ /** * The name of the label; optional, default "AntLabel" * @param name of the label */ /** * the task or other type to look for * @param name the name of the type */ /** * The name attribute of the file element. * * @param name the name of a file to add to the file list. */ /** * the name of the definition. Required. * @param name the name value. */ /** * The name of the section; optional -default is the main section. * @param name the section's name */ /** * Sets the personal / display name of the address * * @param name the display name */ /** * Set the name of this Header. * @param name the name to set. */ public void [[#variable110649a0]](String name) { this.name = name; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#110649a0]] | setName |
1 | 2 | [[#110649a0]] | setName |
1 | 3 | [[#110649a0]] | setName |
1 | 4 | [[#110649a0]] | setName |
1 | 5 | [[#110649a0]] | setName |
1 | 6 | [[#110649a0]] | setName |
1 | 7 | [[#110649a0]] | setName |
1 | 8 | [[#110649a0]] | setProperty |
1 | 9 | [[#110649a0]] | setName |
1 | 10 | [[#110649a0]] | setName |
1 | 11 | [[#110649a0]] | setName |
1 | 12 | [[#110649a0]] | setName |
1 | 13 | [[#110649a0]] | setName |
1 | 14 | [[#110649a0]] | setName |
1 | 15 | [[#110649a0]] | setName |
1 | 16 | [[#110649a0]] | setName |
1 | 17 | [[#110649a0]] | setName |
1 | 18 | [[#110649a0]] | setName |
1 | 19 | [[#110649a0]] | setName |
1 | 20 | [[#110649a0]] | setName |
1 | 21 | [[#110649a0]] | setName |
1 | 22 | [[#110649a0]] | setName |