CloneSet4948


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.972class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1718
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IntLiteralMinValue.java
2718
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/LongLiteralMinValue.java
Clone Instance
1
Line Count
7
Source Line
18
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IntLiteralMinValue.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*/
}


Clone Instance
2
Line Count
7
Source Line
18
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/LongLiteralMinValue.java

        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*/
}


Clone AbstractionParameter Count: 3Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5607e8e0]]
IntConstant 
12[[#5607e8e0]]
LongConstant 
21[[#5607e900]]
Integer 
22[[#5607e900]]
Long 
31[[#5607e920]]
IntLiteralMinValue 
32[[#5607e920]]
LongLiteralMinValue