Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 5937 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
2 | 8 | 5968 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
| ||||
// add all the enclosing types ReferenceBinding enclosingType = referenceBinding.enclosingType(); int depth = 0; while (enclosingType != null) { depth++; enclosingType = enclosingType.enclosingType(); } enclosingType = referenceBinding; ReferenceBinding enclosingTypes[]; |
| ||||
// add all the enclosing types ReferenceBinding enclosingType = referenceBinding.enclosingType(); int depth = 0; while (enclosingType != null) { depth++; enclosingType = enclosingType.enclosingType(); } enclosingType = referenceBinding; ReferenceBinding enclosingTypes[]; |
| |||
// add all the enclosing types ReferenceBinding enclosingType = referenceBinding.enclosingType(); int depth = 0; while (enclosingType != null) { depth++; enclosingType = enclosingType.enclosingType(); } enclosingType = referenceBinding; ReferenceBinding enclosingTypes[]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |