Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.991 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 6020 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 2 | 6033 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
TypeBinding bound = typeVariables[index].firstBound; addExpectedType(bound == null ? scope.getJavaLangObject(): bound, scope); |
| ||||
TypeBinding bound = typeVariables[j].firstBound; addExpectedType(bound == null ? scope.getJavaLangObject(): bound, scope); |
| |||
TypeBinding bound = typeVariables[ [[#variable6388e780]]].firstBound; addExpectedType(bound == null ? scope.getJavaLangObject(): bound, scope); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6388e780]] | index |
1 | 2 | [[#6388e780]] | j |