CloneSet3514


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2440.957interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12119
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
22121
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
32123
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
42125
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
Clone Instance
1
Line Count
2
Source Line
119
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java

        final int Int2Byte = T_int + (T_byte << 4);
        final int Int2Short = T_int + (T_short << 4);


Clone Instance
2
Line Count
2
Source Line
121
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java

        final int Int2Char = T_int + (T_char << 4);
        final int Int2Int = T_int + (T_int << 4);


Clone Instance
3
Line Count
2
Source Line
123
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java

        final int Int2Long = T_int + (T_long << 4);
        final int Int2Float = T_int + (T_float << 4);


Clone Instance
4
Line Count
2
Source Line
125
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java

        final int Int2Double = T_int + (T_double << 4);
        final int Int2String = T_int + (T_JavaLangString << 4);


Clone AbstractionParameter Count: 4Parameter Bindings

final int  [[#variablea521bd00]]= T_int + ( [[#variablea521bce0]] << 4);
final int  [[#variablea521b340]]= T_int + ( [[#variablea521b300]] << 4);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a521bd00]]
Int2Double 
12[[#a521bd00]]
Int2Long 
13[[#a521bd00]]
Int2Char 
14[[#a521bd00]]
Int2Byte 
21[[#a521bce0]]
T_double 
22[[#a521bce0]]
T_long 
23[[#a521bce0]]
T_char 
24[[#a521bce0]]
T_byte 
31[[#a521b340]]
Int2String 
32[[#a521b340]]
Int2Float 
33[[#a521b340]]
Int2Int 
34[[#a521b340]]
Int2Short 
41[[#a521b300]]
T_JavaLangString 
42[[#a521b300]]
T_float 
43[[#a521b300]]
T_int 
44[[#a521b300]]
T_short