CloneSet3517


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
1295
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
2297
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
3299
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
42101
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
Clone Instance
1
Line Count
2
Source Line
95
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java

        final int Byte2Byte = T_byte + (T_byte << 4);
        final int Byte2Short = T_byte + (T_short << 4);


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

        final int Byte2Char = T_byte + (T_char << 4);
        final int Byte2Int = T_byte + (T_int << 4);


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

        final int Byte2Long = T_byte + (T_long << 4);
        final int Byte2Float = T_byte + (T_float << 4);


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

        final int Byte2Double = T_byte + (T_double << 4);
        final int Byte2String = T_byte + (T_JavaLangString << 4);


Clone AbstractionParameter Count: 4Parameter Bindings

final int  [[#variablea0653400]]= T_byte + ( [[#variablea06533c0]] << 4);
final int  [[#variablea06529e0]]= T_byte + ( [[#variablea0653300]] << 4);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a0653400]]
Byte2Double 
12[[#a0653400]]
Byte2Long 
13[[#a0653400]]
Byte2Char 
14[[#a0653400]]
Byte2Byte 
21[[#a06533c0]]
T_double 
22[[#a06533c0]]
T_long 
23[[#a06533c0]]
T_char 
24[[#a06533c0]]
T_byte 
31[[#a06529e0]]
Byte2String 
32[[#a06529e0]]
Byte2Float 
33[[#a06529e0]]
Byte2Int 
34[[#a06529e0]]
Byte2Short 
41[[#a0653300]]
T_JavaLangString 
42[[#a0653300]]
T_float 
43[[#a0653300]]
T_int 
44[[#a0653300]]
T_short