Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.990 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 57 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IntLiteral.java |
2 | 10 | 38 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/LongLiteral.java |
| ||||
if (length == 1) { constant = IntConstant.fromValue(0); return; } final int shift,radix; int j; if ( (source[1] == 'x') || (source[1] == 'X')) { shift = 4; j = 2; radix = 16; } else { shift = 3; j = 1; radix = 8; } |
| ||||
if (length == 1) { constant = LongConstant.fromValue(0L); return; } final int shift,radix; int j; if ( (source[1] == 'x') || (source[1] == 'X')) { shift = 4; j = 2; radix = 16; } else { shift = 3; j = 1; radix = 8; } |
| |||
if (length == 1) { constant = [[#variablea5ca7420]].fromValue( [[#variablea5ca73a0]]); return; } final int shift, radix; int j; if ((source[1] == 'x') || (source[1] == 'X')) { shift = 4; j = 2; radix = 16; } else { shift = 3; j = 1; radix = 8; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a5ca7420]] | IntConstant |
1 | 2 | [[#a5ca7420]] | LongConstant |
2 | 1 | [[#a5ca73a0]] | 0 |
2 | 2 | [[#a5ca73a0]] | 0L |