| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 2 | 3 | 0.972 | class_body_declarations[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 18 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IntLiteralMinValue.java |
| 2 | 7 | 18 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/LongLiteralMinValue.java |
| ||||
final static Constant MIN_VALUE = IntConstant.fromValue(Integer.MIN_VALUE);
public IntLiteralMinValue() {
super(CharValue, 0, 0, Integer.MIN_VALUE);
constant = MIN_VALUE;
}
public void computeConstant() {
/*precomputed at creation time*/
}
|
| ||||
final static Constant MIN_VALUE = LongConstant.fromValue(Long.MIN_VALUE);
public LongLiteralMinValue() {
super(CharValue, 0, 0, Long.MIN_VALUE);
constant = MIN_VALUE;
}
public void computeConstant() {
/*precomputed at creation time*/
}
|
| |||
final static Constant MIN_VALUE = [[#variable5607e8e0]].fromValue( [[#variable5607e900]].MIN_VALUE);
public [[#variable5607e920]]() {
super(CharValue, 0, 0, [[#variable5607e900]].MIN_VALUE);
constant = MIN_VALUE;
}
public void computeConstant() {
/*precomputed at creation time*/
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5607e8e0]] | IntConstant |
| 1 | 2 | [[#5607e8e0]] | LongConstant |
| 2 | 1 | [[#5607e900]] | Integer |
| 2 | 2 | [[#5607e900]] | Long |
| 3 | 1 | [[#5607e920]] | IntLiteralMinValue |
| 3 | 2 | [[#5607e920]] | LongLiteralMinValue |