Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 3 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 150 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/SourceIndexerRequestor.java |
2 | 10 | 188 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/SourceIndexerRequestor.java |
3 | 10 | 217 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/SourceIndexerRequestor.java |
| ||||
if (typeInfo.superinterfaces != null) { for (int i = 0, length = typeInfo.superinterfaces.length; i < length; i++) { typeInfo.superinterfaces[i] = getSimpleName(typeInfo.superinterfaces[i]); } } char[][] typeNames; if (this.methodDepth > 0) { typeNames = ONE_ZERO_CHAR; } else { typeNames = this.enclosingTypeNames(); } |
| ||||
// eliminate possible qualifications, given they need to be fully resolved again if (typeInfo.superinterfaces != null) { for (int i = 0, length = typeInfo.superinterfaces.length; i < length; i++) { typeInfo.superinterfaces[i] = getSimpleName(typeInfo.superinterfaces[i]); } } char[][] typeNames; if (this.methodDepth > 0) { typeNames = ONE_ZERO_CHAR; } else { typeNames = this.enclosingTypeNames(); } |
| ||||
// eliminate possible qualifications, given they need to be fully resolved again if (typeInfo.superinterfaces != null) { for (int i = 0, length = typeInfo.superinterfaces.length; i < length; i++) { typeInfo.superinterfaces[i] = getSimpleName(typeInfo.superinterfaces[i]); } } char[][] typeNames; if (this.methodDepth > 0) { typeNames = ONE_ZERO_CHAR; } else { typeNames = this.enclosingTypeNames(); } |
| |||
// eliminate possible qualifications, given they need to be fully resolved again if (typeInfo.superinterfaces != null) { for (int i = 0, length = typeInfo.superinterfaces.length; i < length; i++) { typeInfo.superinterfaces[i] = getSimpleName(typeInfo.superinterfaces[i]); } } char[][] typeNames; if (this.methodDepth > 0) { typeNames = ONE_ZERO_CHAR; } else { typeNames = this.enclosingTypeNames(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |