CloneSet3515


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
12111
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
22113
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
32115
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
42117
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
Clone Instance
1
Line Count
2
Source Line
111
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java

        final int Char2Byte = T_char + (T_byte << 4);
        final int Char2Short = T_char + (T_short << 4);


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

        final int Char2Char = T_char + (T_char << 4);
        final int Char2Int = T_char + (T_int << 4);


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

        final int Char2Long = T_char + (T_long << 4);
        final int Char2Float = T_char + (T_float << 4);


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

        final int Char2Double = T_char + (T_double << 4);
        final int Char2String = T_char + (T_JavaLangString << 4);


Clone AbstractionParameter Count: 4Parameter Bindings

final int  [[#variable5459cda0]]= T_char + ( [[#variable5459cdc0]] << 4);
final int  [[#variable5459c4c0]]= T_char + ( [[#variable5459c4a0]] << 4);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5459cda0]]
Char2Double 
12[[#5459cda0]]
Char2Long 
13[[#5459cda0]]
Char2Char 
14[[#5459cda0]]
Char2Byte 
21[[#5459cdc0]]
T_double 
22[[#5459cdc0]]
T_long 
23[[#5459cdc0]]
T_char 
24[[#5459cdc0]]
T_byte 
31[[#5459c4c0]]
Char2String 
32[[#5459c4c0]]
Char2Float 
33[[#5459c4c0]]
Char2Int 
34[[#5459c4c0]]
Char2Short 
41[[#5459c4a0]]
T_JavaLangString 
42[[#5459c4a0]]
T_float 
43[[#5459c4a0]]
T_int 
44[[#5459c4a0]]
T_short