CloneSet3513


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
12127
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
22129
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
32131
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
42133
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
Clone Instance
1
Line Count
2
Source Line
127
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java

        final int Long2Byte = T_long + (T_byte << 4);
        final int Long2Short = T_long + (T_short << 4);


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

        final int Long2Char = T_long + (T_char << 4);
        final int Long2Int = T_long + (T_int << 4);


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

        final int Long2Long = T_long + (T_long << 4);
        final int Long2Float = T_long + (T_float << 4);


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

        final int Long2Double = T_long + (T_double << 4);
        final int Long2String = T_long + (T_JavaLangString << 4);


Clone AbstractionParameter Count: 4Parameter Bindings

final int  [[#variablea521aa00]]= T_long + ( [[#variablea521a9c0]] << 4);
final int  [[#variablea521a180]]= T_long + ( [[#variablea521a1a0]] << 4);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a521aa00]]
Long2Double 
12[[#a521aa00]]
Long2Long 
13[[#a521aa00]]
Long2Char 
14[[#a521aa00]]
Long2Byte 
21[[#a521a9c0]]
T_double 
22[[#a521a9c0]]
T_long 
23[[#a521a9c0]]
T_char 
24[[#a521a9c0]]
T_byte 
31[[#a521a180]]
Long2String 
32[[#a521a180]]
Long2Float 
33[[#a521a180]]
Long2Int 
34[[#a521a180]]
Long2Short 
41[[#a521a1a0]]
T_JavaLangString 
42[[#a521a1a0]]
T_float 
43[[#a521a1a0]]
T_int 
44[[#a521a1a0]]
T_short