Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 3 | 6 | 0.974 | switch_groups[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 286 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
2 | 12 | 357 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
3 | 12 | 71 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java |
| ||||
case TypeIds.T_JavaLangByte: return TypeBinding.BYTE; case TypeIds.T_JavaLangCharacter: return TypeBinding.CHAR; case TypeIds.T_JavaLangShort: return TypeBinding.SHORT; case TypeIds.T_JavaLangDouble: return TypeBinding.DOUBLE; case TypeIds.T_JavaLangFloat: return TypeBinding.FLOAT; case TypeIds.T_JavaLangInteger: return TypeBinding.INT; |
| ||||
case TypeIds.T_JavaLangByte: return TypeBinding.BYTE; case TypeIds.T_JavaLangCharacter: return TypeBinding.CHAR; case TypeIds.T_JavaLangShort: return TypeBinding.SHORT; case TypeIds.T_JavaLangDouble: return TypeBinding.DOUBLE; case TypeIds.T_JavaLangFloat: return TypeBinding.FLOAT; case TypeIds.T_JavaLangInteger: return TypeBinding.INT; |
| ||||
case TypeIds.T_byte: return TypeBinding.BYTE; case TypeIds.T_char: return TypeBinding.CHAR; case TypeIds.T_short: return TypeBinding.SHORT; case TypeIds.T_double: return TypeBinding.DOUBLE; case TypeIds.T_float: return TypeBinding.FLOAT; case TypeIds.T_int: return TypeBinding.INT; |
| |||
case TypeIds. [[#variable501508c0]]: return TypeBinding.BYTE; case TypeIds. [[#variable50150800]]: return TypeBinding.CHAR; case TypeIds. [[#variable50150760]]: return TypeBinding.SHORT; case TypeIds. [[#variable50150840]]: return TypeBinding.DOUBLE; case TypeIds. [[#variable59a7dfe0]]: return TypeBinding.FLOAT; case TypeIds. [[#variable59a7dfc0]]: return TypeBinding.INT; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#501508c0]] | T_JavaLangByte |
1 | 2 | [[#501508c0]] | T_byte |
1 | 3 | [[#501508c0]] | T_JavaLangByte |
2 | 1 | [[#50150800]] | T_JavaLangCharacter |
2 | 2 | [[#50150800]] | T_char |
2 | 3 | [[#50150800]] | T_JavaLangCharacter |
3 | 1 | [[#50150760]] | T_JavaLangShort |
3 | 2 | [[#50150760]] | T_short |
3 | 3 | [[#50150760]] | T_JavaLangShort |
4 | 1 | [[#50150840]] | T_JavaLangDouble |
4 | 2 | [[#50150840]] | T_double |
4 | 3 | [[#50150840]] | T_JavaLangDouble |
5 | 1 | [[#59a7dfe0]] | T_JavaLangFloat |
5 | 2 | [[#59a7dfe0]] | T_float |
5 | 3 | [[#59a7dfe0]] | T_JavaLangFloat |
6 | 1 | [[#59a7dfc0]] | T_JavaLangInteger |
6 | 2 | [[#59a7dfc0]] | T_int |
6 | 3 | [[#59a7dfc0]] | T_JavaLangInteger |