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 | 119 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java |
2 | 2 | 121 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java |
3 | 2 | 123 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java |
4 | 2 | 125 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java |
| ||||
final int Int2Byte = T_int + (T_byte << 4); final int Int2Short = T_int + (T_short << 4); |
| ||||
final int Int2Char = T_int + (T_char << 4); final int Int2Int = T_int + (T_int << 4); |
| ||||
final int Int2Long = T_int + (T_long << 4); final int Int2Float = T_int + (T_float << 4); |
| ||||
final int Int2Double = T_int + (T_double << 4); final int Int2String = T_int + (T_JavaLangString << 4); |
| |||
final int [[#variablea521bd00]]= T_int + ( [[#variablea521bce0]] << 4); final int [[#variablea521b340]]= T_int + ( [[#variablea521b300]] << 4); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a521bd00]] | Int2Double |
1 | 2 | [[#a521bd00]] | Int2Long |
1 | 3 | [[#a521bd00]] | Int2Char |
1 | 4 | [[#a521bd00]] | Int2Byte |
2 | 1 | [[#a521bce0]] | T_double |
2 | 2 | [[#a521bce0]] | T_long |
2 | 3 | [[#a521bce0]] | T_char |
2 | 4 | [[#a521bce0]] | T_byte |
3 | 1 | [[#a521b340]] | Int2String |
3 | 2 | [[#a521b340]] | Int2Float |
3 | 3 | [[#a521b340]] | Int2Int |
3 | 4 | [[#a521b340]] | Int2Short |
4 | 1 | [[#a521b300]] | T_JavaLangString |
4 | 2 | [[#a521b300]] | T_float |
4 | 3 | [[#a521b300]] | T_int |
4 | 4 | [[#a521b300]] | T_short |