CloneSet630


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12268
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java
22523
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java
32483
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WebsphereDeploymentTool.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
268
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java

/**
 * Get the vendor specific name of the Jar that will be output. The modification date
 * of this jar will be checked against the dependent bean classes.
 */
File getVendorOutputJarFile(String baseName) {
  return new File(getDestDir(), baseName + jarSuffix);
}


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

/**
 * Get the vendor specific name of the Jar that will be output. The
 * modification date of this jar will be checked against the dependent
 * bean classes.
 */
File getVendorOutputJarFile(String baseName) {
  return new File(getDestDir(), baseName + jarSuffix);
}


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

/**
 * Get the vendor specific name of the Jar that will be output. The
 * modification date of this jar will be checked against the dependent
 * bean classes.
 */
File getVendorOutputJarFile(String baseName) {
  return new File(getDestDir(), baseName + jarSuffix);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Get the vendor specific name of the Jar that will be output. The
     * modification date of this jar will be checked against the dependent
     * bean classes.
     */
/**
     * Get the vendor specific name of the Jar that will be output. The modification date
     * of this jar will be checked against the dependent bean classes.
     */
File getVendorOutputJarFile(String baseName) {
  return new File(getDestDir(), baseName + jarSuffix);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None