Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.964 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 386 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/downloader/ArtifactDownloaderImpl.java |
2 | 5 | 393 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/downloader/ArtifactDownloaderImpl.java |
| |||||
private void sendDownloadFileStarted(String filename) { DownloadStatusEvent evt = new DownloadStatusEvent(DownloadEventType.DOWNLOAD_FILE_STARTED); evt.setFilename(filename); sendEvent(evt); } |
| |||||
private void sendDownloadFileCompleted(String filename) { DownloadStatusEvent evt = new DownloadStatusEvent(DownloadEventType.DOWNLOAD_FILE_COMPLETED); evt.setFilename(filename); sendEvent(evt); } |
| |||
private void [[#variable1c8e43a0]](String filename) { DownloadStatusEvent evt = new DownloadStatusEvent(DownloadEventType. [[#variable1c8e4320]]); evt.setFilename(filename); sendEvent(evt); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8e43a0]] | sendDownloadFileStarted |
1 | 2 | [[#1c8e43a0]] | sendDownloadFileCompleted |
2 | 1 | [[#1c8e4320]] | DOWNLOAD_FILE_STARTED |
2 | 2 | [[#1c8e4320]] | DOWNLOAD_FILE_COMPLETED |