CloneSet1413


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12513
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.java
22197
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/GenericDeploymentTool.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
513
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.java

/**
 * Set the suffix for the generated jar file. When generic jars are
 * generated, they have a suffix which is appended to the the bean name
 * to create the name of the jar file. Note that this suffix includes
 * the extension fo te jar file and should therefore end with an
 * appropriate extension such as .jar or .ear
 *
 * @param inString the string to use as the suffix.
 */
public void setGenericjarsuffix(String inString) {
  this.genericJarSuffix = inString;
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
197
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/GenericDeploymentTool.java

/**
 * Set the suffix for the generated jar file.
 * @param inString the string to use as the suffix.
 */
public void setGenericJarSuffix(String inString) {
  this.genericJarSuffix = inString;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Set the suffix for the generated jar file. When generic jars are
     * generated, they have a suffix which is appended to the the bean name
     * to create the name of the jar file. Note that this suffix includes
     * the extension fo te jar file and should therefore end with an
     * appropriate extension such as .jar or .ear
     *
     * @param inString the string to use as the suffix.
     */
/**
     * Set the suffix for the generated jar file.
     * @param inString the string to use as the suffix.
     */
public void [[#variable112c1d40]](String inString) {
  this.genericJarSuffix = inString;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#112c1d40]]
setGenericjarsuffix 
12[[#112c1d40]]
setGenericJarSuffix