Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 4 | 0.957 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 103 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java |
2 | 2 | 105 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java |
3 | 2 | 107 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java |
4 | 2 | 109 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java |
| ||||
final int Short2Byte = T_short + (T_byte << 4); final int Short2Short = T_short + (T_short << 4); |
| ||||
final int Short2Char = T_short + (T_char << 4); final int Short2Int = T_short + (T_int << 4); |
| ||||
final int Short2Long = T_short + (T_long << 4); final int Short2Float = T_short + (T_float << 4); |
| ||||
final int Short2Double = T_short + (T_double << 4); final int Short2String = T_short + (T_JavaLangString << 4); |
| |||
final int [[#variablea0652120]]= T_short + ( [[#variablea0652140]] << 4); final int [[#variable5459d720]]= T_short + ( [[#variable5459d700]] << 4); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0652120]] | Short2Double |
1 | 2 | [[#a0652120]] | Short2Long |
1 | 3 | [[#a0652120]] | Short2Char |
1 | 4 | [[#a0652120]] | Short2Byte |
2 | 1 | [[#a0652140]] | T_double |
2 | 2 | [[#a0652140]] | T_long |
2 | 3 | [[#a0652140]] | T_char |
2 | 4 | [[#a0652140]] | T_byte |
3 | 1 | [[#5459d720]] | Short2String |
3 | 2 | [[#5459d720]] | Short2Float |
3 | 3 | [[#5459d720]] | Short2Int |
3 | 4 | [[#5459d720]] | Short2Short |
4 | 1 | [[#5459d700]] | T_JavaLangString |
4 | 2 | [[#5459d700]] | T_float |
4 | 3 | [[#5459d700]] | T_int |
4 | 4 | [[#5459d700]] | T_short |