CloneSet3512


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
12135
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
22137
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
32139
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
42141
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
Clone Instance
1
Line Count
2
Source Line
135
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java

        final int Float2Byte = T_float + (T_byte << 4);
        final int Float2Short = T_float + (T_short << 4);


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

        final int Float2Char = T_float + (T_char << 4);
        final int Float2Int = T_float + (T_int << 4);


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

        final int Float2Long = T_float + (T_long << 4);
        final int Float2Float = T_float + (T_float << 4);


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

        final int Float2Double = T_float + (T_double << 4);
        final int Float2String = T_float + (T_JavaLangString << 4);


Clone AbstractionParameter Count: 4Parameter Bindings

final int  [[#variableb3c5d9c0]]= T_float + ( [[#variableb3c5d8c0]] << 4);
final int  [[#variableb3c5d900]]= T_float + ( [[#variableb3c5d000]] << 4);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b3c5d9c0]]
Float2Double 
12[[#b3c5d9c0]]
Float2Long 
13[[#b3c5d9c0]]
Float2Char 
14[[#b3c5d9c0]]
Float2Byte 
21[[#b3c5d8c0]]
T_double 
22[[#b3c5d8c0]]
T_long 
23[[#b3c5d8c0]]
T_char 
24[[#b3c5d8c0]]
T_byte 
31[[#b3c5d900]]
Float2String 
32[[#b3c5d900]]
Float2Float 
33[[#b3c5d900]]
Float2Int 
34[[#b3c5d900]]
Float2Short 
41[[#b3c5d000]]
T_JavaLangString 
42[[#b3c5d000]]
T_float 
43[[#b3c5d000]]
T_int 
44[[#b3c5d000]]
T_short