CloneSet6997


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.957statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
123414
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
223490
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
Clone Instance
1
Line Count
2
Source Line
3414
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                                if (name.length == 3 && name[1] == 'n' && name[2] == 't') {
                                        return PrimitiveType.INT;
                                }


Clone Instance
2
Line Count
2
Source Line
3490
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                                if (name.length == 3 && name[1] == 'n' && name[2] == 't') {
                                        return true;
                                }


Clone AbstractionParameter Count: 1Parameter Bindings

if (name.length == 3 && name[1] == 'n' && name[2] == 't') {
  return [[#variable54e73e40]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54e73e40]]
PrimitiveType.INT 
12[[#54e73e40]]
true