Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 658 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsTCModel.java |
2 | 3 | 692 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsTCModel.java |
| ||||
TType[] typeArguments = null; if (type.isParameterizedType()) typeArguments = ((ParameterizedType) type).getTypeArguments(); |
| ||||
TType[] typeArguments = null; if (supertype.isParameterizedType()) typeArguments = ((ParameterizedType) supertype).getTypeArguments(); |
| |||
TType[] typeArguments = null; if ( [[#variablec1865160]].isParameterizedType()) typeArguments = ((ParameterizedType) [[#variablec1865160]]).getTypeArguments(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c1865160]] | type |
1 | 2 | [[#c1865160]] | supertype |