Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.968 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 2315 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/net/FTP.java |
2 | 8 | 2350 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/net/FTP.java |
| |||||
{ RetryHandler h = new RetryHandler(this.retriesAllowed, this ); final FTPClient lftp = ftp; executeRetryable(h, new Retryable() { public void execute() throws IOException { doSiteCommand(lftp, FTP.this.initialSiteCommand); } }, "initial site command: " + this.initialSiteCommand); } |
| |||||
{ RetryHandler h = new RetryHandler(this.retriesAllowed, this ); final FTPClient lftp = ftp; executeRetryable(h, new Retryable() { public void execute() throws IOException { doSiteCommand(lftp, FTP.this.siteCommand); } }, "Site Command: " + this.siteCommand); } |
| |||
{ RetryHandler h = new RetryHandler(this.retriesAllowed, this ); final FTPClient lftp = ftp; executeRetryable(h, new Retryable() { public void execute() throws IOException { doSiteCommand(lftp, FTP.this. [[#variable1013ef80]]); } }, [[#variable1013eca0]] + this. [[#variable1013ef80]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1013ef80]] | initialSiteCommand |
1 | 2 | [[#1013ef80]] | siteCommand |
2 | 1 | [[#1013eca0]] | "initial site command: " |
2 | 2 | [[#1013eca0]] | "Site Command: " |