Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 3 | 0.967 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 869 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
2 | 2 | 873 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
3 | 2 | 950 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
| ||||
for (int i = this.memberTypes.length; --i >= 0;) this.memberTypes[i] = resolveUnresolvedType(this.memberTypes[i], this.environment, false); // no raw conversion for now |
| ||||
for (int i = this.memberTypes.length; --i >= 0;) this.memberTypes[i] = resolveType(this.memberTypes[i], this.environment, false); // no raw conversion for now |
| ||||
for (int i = this.superInterfaces.length; --i >= 0;) this.superInterfaces[i] = resolveUnresolvedType(this.superInterfaces[i], this.environment, true); |
| |||
for (int i = this. [[#variableb3451b40]].length; --i >= 0;) this. [[#variableb3451b40]][i] = [[#variableb3451ae0]](this. [[#variableb3451b40]][i], this.environment, [[#variableb3451a80]]); // no raw conversion for now |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3451b40]] | memberTypes |
1 | 2 | [[#b3451b40]] | superInterfaces |
1 | 3 | [[#b3451b40]] | memberTypes |
2 | 1 | [[#b3451ae0]] | resolveType |
2 | 2 | [[#b3451ae0]] | resolveUnresolvedType |
2 | 3 | [[#b3451ae0]] | resolveUnresolvedType |
3 | 1 | [[#b3451a80]] | false |
3 | 2 | [[#b3451a80]] | true |
3 | 3 | [[#b3451a80]] | false |