Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.959 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 232 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ssh/ScpToMessage.java |
2 | 5 | 204 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ssh/ScpToMessageBySftp.java |
| |||||
long startTime = System.currentTimeMillis(); long totalLength = 0; // only track progress for files larger than 100kb in verbose mode boolean trackProgress = getVerbose() && filesize > 102400; |
| |||||
long startTime = System.currentTimeMillis(); long totalLength = filesize; // only track progress for files larger than 100kb in verbose mode boolean trackProgress = getVerbose() && filesize > 102400; |
| |||
long startTime = System.currentTimeMillis(); long totalLength = [[#variable130a0240]]; // only track progress for files larger than 100kb in verbose mode boolean trackProgress = getVerbose() && filesize > 102400; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130a0240]] | 0 |
1 | 2 | [[#130a0240]] | filesize |