Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.975 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 648 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java |
2 | 2 | 665 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java |
| ||||
for (int i = 0, length = this.typeVariables.length; i < length; i++) sig.append(this.typeVariables[i].genericSignature()); |
| ||||
for (int i = 0, length = this.superInterfaces.length; i < length; i++) sig.append(this.superInterfaces[i].genericTypeSignature()); |
| |||
for (int i = 0, length = this. [[#variable76bea9c0]].length; i < length; i++) sig.append(this. [[#variable76bea9c0]][i]. [[#variable76bea8e0]]()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76bea9c0]] | superInterfaces |
1 | 2 | [[#76bea9c0]] | typeVariables |
2 | 1 | [[#76bea8e0]] | genericTypeSignature |
2 | 2 | [[#76bea8e0]] | genericSignature |