Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 276 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ssh/ScpToMessage.java |
2 | 10 | 232 | 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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |