Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 5 | 2 | 0.978 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 361 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/DiskIndex.java |
2 | 4 | 375 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/DiskIndex.java |
3 | 4 | 385 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/DiskIndex.java |
4 | 4 | 510 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/DiskIndex.java |
5 | 4 | 515 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/DiskIndex.java |
| ||||
{ if (DEBUG) System.out.println("initialize - Failed to delete index " + this.fileName); //$NON-NLS-1$ throw new IOException("Failed to delete index " + this.fileName); //$NON-NLS-1$ } |
| ||||
{ if (DEBUG) System.out.println("initialize - Failed to create new index " + this.fileName); //$NON-NLS-1$ throw new IOException("Failed to create new index " + this.fileName); //$NON-NLS-1$ } |
| ||||
{ if (DEBUG) System.out.println("initializeFrom - Failed to create temp index " + this.fileName); //$NON-NLS-1$ throw new IOException("Failed to create temp index " + this.fileName); //$NON-NLS-1$ } |
| ||||
{ if (DEBUG) System.out.println("mergeWith - Failed to delete " + this.fileName); //$NON-NLS-1$ throw new IOException("Failed to delete index file " + this.fileName); //$NON-NLS-1$ } |
| ||||
{ if (DEBUG) System.out.println("mergeWith - Failed to rename " + this.fileName); //$NON-NLS-1$ throw new IOException("Failed to rename index file " + this.fileName); //$NON-NLS-1$ } |
| |||
{ if (DEBUG) System.out.println( [[#variable57663940]] + this.fileName); //$NON-NLS-1$ throw new IOException( [[#variable576639e0]] + this.fileName); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57663940]] | "mergeWith - Failed to rename " |
1 | 2 | [[#57663940]] | "mergeWith - Failed to delete " |
1 | 3 | [[#57663940]] | "initializeFrom - Failed to create temp index " |
1 | 4 | [[#57663940]] | "initialize - Failed to create new index " |
1 | 5 | [[#57663940]] | "initialize - Failed to delete index " |
2 | 1 | [[#576639e0]] | "Failed to rename index file " |
2 | 2 | [[#576639e0]] | "Failed to delete index file " |
2 | 3 | [[#576639e0]] | "Failed to create temp index " |
2 | 4 | [[#576639e0]] | "Failed to create new index " |
2 | 5 | [[#576639e0]] | "Failed to delete index " |