Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 2 | 0.965 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 123 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding.java |
2 | 6 | 129 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding.java |
3 | 6 | 158 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding.java |
4 | 6 | 169 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding.java |
| ||||
case TypeIds.T_int: if (right == TypeIds.T_int) return true; case TypeIds.T_long: if (right == TypeIds.T_long) return true; |
| ||||
case TypeIds.T_float: if (right == TypeIds.T_float) return true; case TypeIds.T_double: if (right == TypeIds.T_double) return true; |
| ||||
case TypeIds.T_float: if (right == TypeIds.T_float) return true; case TypeIds.T_long: if (right == TypeIds.T_long) return true; |
| ||||
case TypeIds.T_short: if (right == TypeIds.T_short) return true; case TypeIds.T_byte: if (right == TypeIds.T_byte) return true; |
| |||
case TypeIds. [[#variablea076a0e0]]: if (right == TypeIds. [[#variablea076a0e0]]) return true; case TypeIds. [[#variablea076a080]]: if (right == TypeIds. [[#variablea076a080]]) return true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a076a0e0]] | T_float |
1 | 2 | [[#a076a0e0]] | T_short |
1 | 3 | [[#a076a0e0]] | T_int |
1 | 4 | [[#a076a0e0]] | T_float |
2 | 1 | [[#a076a080]] | T_long |
2 | 2 | [[#a076a080]] | T_byte |
2 | 3 | [[#a076a080]] | T_long |
2 | 4 | [[#a076a080]] | T_double |