CloneSet26


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
22210.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1258
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/IsSigned.java
2242
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/TypeFound.java
32149
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailAddress.java
4233
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/Header.java
5258
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroDef.java
62217
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Manifest.java
72390
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Manifest.java
82150
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ManifestClassPath.java
9265
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetDefine.java
102130
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetResource.java
112124
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Javah.java
12257
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Label.java
13296
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Labelsync.java
14289
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java
15298
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ssh/SSHUserInfo.java
16251
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/PreSetDef.java
172120
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Property.java
182834
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/XSLTProcess.java
192946
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/XSLTProcess.java
2021106
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/XSLTProcess.java
212160
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/FileList.java
22259
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/PatternSet.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
58
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/IsSigned.java

/**
  * The signature name to check jarfile for.
  * @param name signature to look for.
  */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
42
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/TypeFound.java

/**
 * the task or other type to look for
 * @param name the name of the type
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
3
Line Count
2
Source Line
149
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailAddress.java

/**
 * Sets the personal / display name of the address
 *
 * @param name the display name
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
4
Line Count
2
Source Line
33
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/Header.java

/**
 * Set the name of this Header.
 * @param name the name to set.
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
5
Line Count
2
Source Line
58
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroDef.java

/**
 * Name of the definition
 * @param name the name of the definition
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
6
Line Count
2
Source Line
217
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Manifest.java

/**
 * Set the Attribute's name; required
 *
 * @param name the attribute's name
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
7
Line Count
2
Source Line
390
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Manifest.java

/**
 * 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;
}


Next
Previous
Clone Instance
8
Line Count
2
Source Line
150
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ManifestClassPath.java

/**
 * Sets the property name to hold the classpath value.
 *
 * @param  name the property name
 */
public void setProperty(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
9
Line Count
2
Source Line
65
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetDefine.java

/**
 * the name of the definition. Required.
 * @param name the name value.
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
10
Line Count
2
Source Line
130
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetResource.java

/**
 * should the resource have a name?
 *
 * @param name the name of the resource.
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
11
Line Count
2
Source Line
124
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Javah.java

/**
 * Set the name attribute.
 * @param name the name attribute.
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
12
Line Count
2
Source Line
57
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Label.java

// 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;
}


Next
Previous
Clone Instance
13
Line Count
2
Source Line
96
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Labelsync.java

/**
 * The name of the label; optional, default "AntLabel"
 * @param name of the label
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
14
Line Count
2
Source Line
89
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java

/**
 * 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;
}


Next
Previous
Clone Instance
15
Line Count
2
Source Line
98
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ssh/SSHUserInfo.java

/**
 * Sets the name.
 * @param name The name to set
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
16
Line Count
2
Source Line
51
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/PreSetDef.java

/**
 * Set the name of this definition.
 * @param name the name of the definition.
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
17
Line Count
2
Source Line
120
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Property.java

/**
 * The name of the property to set.
 * @param name property name
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
18
Line Count
2
Source Line
834
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/XSLTProcess.java

/**
 * Set the parameter name.
 *
 * @param name the name of the parameter.
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
19
Line Count
2
Source Line
946
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/XSLTProcess.java

/**
 * 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;
}


Next
Previous
Clone Instance
20
Line Count
2
Source Line
1106
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/XSLTProcess.java

/**
 * Set the name of the factory
 * @param name the name of the factory.
 */
public void setName(String name) {
  this.name = name;
}


Next
Previous
Clone Instance
21
Line Count
2
Source Line
160
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/FileList.java

/**
 * 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;
}


First
Previous
Clone Instance
22
Line Count
2
Source Line
59
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/PatternSet.java

/**
 * Sets the name pattern.
 *
 * @param name The pattern string.
 */
public void setName(String name) {
  this.name = name;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#110649a0]]
setName 
12[[#110649a0]]
setName 
13[[#110649a0]]
setName 
14[[#110649a0]]
setName 
15[[#110649a0]]
setName 
16[[#110649a0]]
setName 
17[[#110649a0]]
setName 
18[[#110649a0]]
setProperty 
19[[#110649a0]]
setName 
110[[#110649a0]]
setName 
111[[#110649a0]]
setName 
112[[#110649a0]]
setName 
113[[#110649a0]]
setName 
114[[#110649a0]]
setName 
115[[#110649a0]]
setName 
116[[#110649a0]]
setName 
117[[#110649a0]]
setName 
118[[#110649a0]]
setName 
119[[#110649a0]]
setName 
120[[#110649a0]]
setName 
121[[#110649a0]]
setName 
122[[#110649a0]]
setName