Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.965 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 117 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java |
2 | 2 | 2542 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| ||||
if (parameters[i] != arguments[i] && !arguments[i].isCompatibleWith(parameters[i])) return false; |
| ||||
if (oneParams[i] != twoParams[i] && !oneParams[i].isCompatibleWith(twoParams[i])) return false; |
| |||
if ( [[#variable5fcd0900]][i] != [[#variable5fcd0860]][i] && ! [[#variable5fcd0800]][i].isCompatibleWith( [[#variable5fcd0780]][i])) return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fcd0900]] | parameters |
1 | 2 | [[#5fcd0900]] | oneParams |
2 | 1 | [[#5fcd0860]] | arguments |
2 | 2 | [[#5fcd0860]] | twoParams |
3 | 1 | [[#5fcd0800]] | arguments |
3 | 2 | [[#5fcd0800]] | oneParams |
4 | 1 | [[#5fcd0780]] | parameters |
4 | 2 | [[#5fcd0780]] | twoParams |