Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.975 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 2725 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
2 | 1 | 2729 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| ||||
return dim == 0 ? invocation: environment().createArrayType(invocation, dim); // raw type is taking precedence |
| ||||
return dim == 0 ? least: environment().createArrayType(least, dim); |
| |||
return dim == 0 ? [[#variablebaea6f80]]: environment().createArrayType( [[#variablebaea6f80]], dim); // raw type is taking precedence |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#baea6f80]] | least |
1 | 2 | [[#baea6f80]] | invocation |