Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.990 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 53 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BufferManager.java |
2 | 3 | 114 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BufferManager.java |
| ||||
if (VERBOSE) { String owner = ((Openable) buffer.getOwner()).toStringWithAncestors(); System.out.println("Adding buffer for " + owner); //$NON-NLS-1$ } |
| ||||
if (VERBOSE) { String owner = ((Openable) buffer.getOwner()).toStringWithAncestors(); System.out.println("Removing buffer for " + owner); //$NON-NLS-1$ } |
| |||
if (VERBOSE) { String owner = ((Openable) buffer.getOwner()).toStringWithAncestors(); System.out.println( [[#variable57f4dda0]] + owner); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57f4dda0]] | "Adding buffer for " |
1 | 2 | [[#57f4dda0]] | "Removing buffer for " |