Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.955 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 17 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java |
2 | 2 | 19 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java |
| ||||
private static final IntConstant MINUS_FOUR = new IntConstant(-4); private static final IntConstant MINUS_THREE = new IntConstant(-3); |
| ||||
private static final IntConstant MINUS_TWO = new IntConstant(-2); private static final IntConstant MINUS_ONE = new IntConstant(-1); |
| |||
private static final IntConstant [[#variable525b6a80]]= new IntConstant(- [[#variable525b69c0]]); private static final IntConstant [[#variable525b72a0]]= new IntConstant(- [[#variable525b72e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#525b6a80]] | MINUS_FOUR |
1 | 2 | [[#525b6a80]] | MINUS_TWO |
2 | 1 | [[#525b69c0]] | 4 |
2 | 2 | [[#525b69c0]] | 2 |
3 | 1 | [[#525b72a0]] | MINUS_THREE |
3 | 2 | [[#525b72a0]] | MINUS_ONE |
4 | 1 | [[#525b72e0]] | 3 |
4 | 2 | [[#525b72e0]] | 1 |