CloneSet1181


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110276
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ssh/ScpToMessage.java
210232
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ssh/ScpToMessageBySftp.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
276
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ssh/ScpToMessage.java

/**
 * Get the local file
 * @return the local file
 */
public File getLocalFile() {
  return localFile;
}

/**
 * Get the remote path
 * @return the remote path
 */
public String getRemotePath() {
  return remotePath;
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
232
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ssh/ScpToMessageBySftp.java

/**
 * Get the local file.
 * @return the local file.
 */
public File getLocalFile() {
  return localFile;
}

/**
 * Get the remote path.
 * @return the remote path.
 */
public String getRemotePath() {
  return remotePath;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Get the local file
     * @return the local file
     */
/**
     * Get the local file.
     * @return the local file.
     */
public File getLocalFile() {
  return localFile;
}

/**
     * Get the remote path
     * @return the remote path
     */
/**
     * Get the remote path.
     * @return the remote path.
     */
public String getRemotePath() {
  return remotePath;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None