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 | 95 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java |
2 | 2 | 97 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java |
3 | 2 | 99 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java |
4 | 2 | 101 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java |
| ||||
final int Byte2Byte = T_byte + (T_byte << 4); final int Byte2Short = T_byte + (T_short << 4); |
| ||||
final int Byte2Char = T_byte + (T_char << 4); final int Byte2Int = T_byte + (T_int << 4); |
| ||||
final int Byte2Long = T_byte + (T_long << 4); final int Byte2Float = T_byte + (T_float << 4); |
| ||||
final int Byte2Double = T_byte + (T_double << 4); final int Byte2String = T_byte + (T_JavaLangString << 4); |
| |||
final int [[#variablea0653400]]= T_byte + ( [[#variablea06533c0]] << 4); final int [[#variablea06529e0]]= T_byte + ( [[#variablea0653300]] << 4); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0653400]] | Byte2Double |
1 | 2 | [[#a0653400]] | Byte2Long |
1 | 3 | [[#a0653400]] | Byte2Char |
1 | 4 | [[#a0653400]] | Byte2Byte |
2 | 1 | [[#a06533c0]] | T_double |
2 | 2 | [[#a06533c0]] | T_long |
2 | 3 | [[#a06533c0]] | T_char |
2 | 4 | [[#a06533c0]] | T_byte |
3 | 1 | [[#a06529e0]] | Byte2String |
3 | 2 | [[#a06529e0]] | Byte2Float |
3 | 3 | [[#a06529e0]] | Byte2Int |
3 | 4 | [[#a06529e0]] | Byte2Short |
4 | 1 | [[#a0653300]] | T_JavaLangString |
4 | 2 | [[#a0653300]] | T_float |
4 | 3 | [[#a0653300]] | T_int |
4 | 4 | [[#a0653300]] | T_short |