Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 4 | 0.953 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 21 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java |
2 | 2 | 23 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java |
3 | 2 | 25 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java |
4 | 2 | 27 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java |
5 | 2 | 29 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java |
| ||||
private static final IntConstant ZERO = new IntConstant(0); private static final IntConstant ONE = new IntConstant(1); |
| ||||
private static final IntConstant TWO = new IntConstant(2); private static final IntConstant THREE = new IntConstant(3); |
| ||||
private static final IntConstant FOUR = new IntConstant(4); private static final IntConstant FIVE = new IntConstant(5); |
| ||||
private static final IntConstant SIX = new IntConstant(6); private static final IntConstant SEVEN = new IntConstant(7); |
| ||||
private static final IntConstant EIGHT = new IntConstant(8); private static final IntConstant NINE = new IntConstant(9); |
| |||
private static final IntConstant [[#variableb5e1ade0]]= new IntConstant( [[#variableb5e1ad80]]); private static final IntConstant [[#variableb5e1ac60]]= new IntConstant( [[#variableb5e1ac80]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b5e1ade0]] | ZERO |
1 | 2 | [[#b5e1ade0]] | TWO |
1 | 3 | [[#b5e1ade0]] | FOUR |
1 | 4 | [[#b5e1ade0]] | SIX |
1 | 5 | [[#b5e1ade0]] | EIGHT |
2 | 1 | [[#b5e1ad80]] | 0 |
2 | 2 | [[#b5e1ad80]] | 2 |
2 | 3 | [[#b5e1ad80]] | 4 |
2 | 4 | [[#b5e1ad80]] | 6 |
2 | 5 | [[#b5e1ad80]] | 8 |
3 | 1 | [[#b5e1ac60]] | ONE |
3 | 2 | [[#b5e1ac60]] | THREE |
3 | 3 | [[#b5e1ac60]] | FIVE |
3 | 4 | [[#b5e1ac60]] | SEVEN |
3 | 5 | [[#b5e1ac60]] | NINE |
4 | 1 | [[#b5e1ac80]] | 1 |
4 | 2 | [[#b5e1ac80]] | 3 |
4 | 3 | [[#b5e1ac80]] | 5 |
4 | 4 | [[#b5e1ac80]] | 7 |
4 | 5 | [[#b5e1ac80]] | 9 |