Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.953 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 630 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsTCModel.java |
2 | 3 | 736 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsTCModel.java |
| ||||
TType[] typeArguments = null; if (supertype.isParameterizedType()) { typeArguments = ((ParameterizedType) supertype).getTypeArguments(); } |
| ||||
TType[] referenceTypeArguments = null; if (reference.isParameterizedType()) { referenceTypeArguments = ((ParameterizedType) reference).getTypeArguments(); } |
| |||
TType[] [[#variableba908d80]]= null; if ( [[#variableba908760]].isParameterizedType()) { [[#variableba908d80]]= ((ParameterizedType) [[#variableba908760]]).getTypeArguments(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba908d80]] | typeArguments |
1 | 2 | [[#ba908d80]] | referenceTypeArguments |
2 | 1 | [[#ba908760]] | supertype |
2 | 2 | [[#ba908760]] | reference |