Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 5 | 2 | 0.979 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1377 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java |
2 | 1 | 1378 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java |
3 | 1 | 1379 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java |
4 | 1 | 1386 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java |
5 | 1 | 1387 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorExpression.java |
| ||||
// table[(T_Object<<4)+T_Object] = T_undefined; // table[(T_Object<<4)+T_double] = T_undefined; // table[(T_Object<<4)+T_float] = T_undefined; // table[(T_Object<<4)+T_boolean] = T_undefined; // table[(T_Object<<4)+T_char] = T_undefined; // table[(T_Object<<4)+T_int] = T_undefined; // table[(T_Object<<4)+T_null] = T_undefined; // table[(T_double<<4)+T_undefined] = T_undefined; table[(T_double << 4) + T_byte] = (Double2Double << 12) + (Byte2Double << 4) + T_double; |
| ||||
table[(T_double << 4) + T_long] = (Double2Double << 12) + (Long2Double << 4) + T_double; |
| ||||
table[(T_double << 4) + T_short] = (Double2Double << 12) + (Short2Double << 4) + T_double; |
| ||||
// table[(T_double<<4)+T_boolean] = T_undefined; table[(T_double << 4) + T_char] = (Double2Double << 12) + (Char2Double << 4) + T_double; |
| ||||
table[(T_double << 4) + T_int] = (Double2Double << 12) + (Int2Double << 4) + T_double; |
| |||
// table[(T_double<<4)+T_boolean] = T_undefined; // table[(T_Object<<4)+T_Object] = T_undefined; // table[(T_Object<<4)+T_double] = T_undefined; // table[(T_Object<<4)+T_float] = T_undefined; // table[(T_Object<<4)+T_boolean] = T_undefined; // table[(T_Object<<4)+T_char] = T_undefined; // table[(T_Object<<4)+T_int] = T_undefined; // table[(T_Object<<4)+T_null] = T_undefined; // table[(T_double<<4)+T_undefined] = T_undefined; table[(T_double << 4) + [[#variableb14e7c00]]] = (Double2Double << 12) + ( [[#variableb14e7f60]] << 4) + T_double; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b14e7c00]] | T_int |
1 | 2 | [[#b14e7c00]] | T_char |
1 | 3 | [[#b14e7c00]] | T_byte |
1 | 4 | [[#b14e7c00]] | T_long |
1 | 5 | [[#b14e7c00]] | T_short |
2 | 1 | [[#b14e7f60]] | Int2Double |
2 | 2 | [[#b14e7f60]] | Char2Double |
2 | 3 | [[#b14e7f60]] | Byte2Double |
2 | 4 | [[#b14e7f60]] | Long2Double |
2 | 5 | [[#b14e7f60]] | Short2Double |