CloneSet3516


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
12103
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
22105
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
32107
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
42109
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
Clone Instance
1
Line Count
2
Source Line
103
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java

        final int Short2Byte = T_short + (T_byte << 4);
        final int Short2Short = T_short + (T_short << 4);


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

        final int Short2Char = T_short + (T_char << 4);
        final int Short2Int = T_short + (T_int << 4);


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

        final int Short2Long = T_short + (T_long << 4);
        final int Short2Float = T_short + (T_float << 4);


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

        final int Short2Double = T_short + (T_double << 4);
        final int Short2String = T_short + (T_JavaLangString << 4);


Clone AbstractionParameter Count: 4Parameter Bindings

final int  [[#variablea0652120]]= T_short + ( [[#variablea0652140]] << 4);
final int  [[#variable5459d720]]= T_short + ( [[#variable5459d700]] << 4);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a0652120]]
Short2Double 
12[[#a0652120]]
Short2Long 
13[[#a0652120]]
Short2Char 
14[[#a0652120]]
Short2Byte 
21[[#a0652140]]
T_double 
22[[#a0652140]]
T_long 
23[[#a0652140]]
T_char 
24[[#a0652140]]
T_byte 
31[[#5459d720]]
Short2String 
32[[#5459d720]]
Short2Float 
33[[#5459d720]]
Short2Int 
34[[#5459d720]]
Short2Short 
41[[#5459d700]]
T_JavaLangString 
42[[#5459d700]]
T_float 
43[[#5459d700]]
T_int 
44[[#5459d700]]
T_short