CloneSet8641


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.988statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
152967
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
252972
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
Clone Instance
1
Line Count
5
Source Line
2967
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                                if ( !typesToVisit.contains(superType)) {
                                                        typesToVisit.add(superType);
                                                        max++;
                                                }
                                                superType = getJavaLangCloneable();


Clone Instance
2
Line Count
5
Source Line
2972
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                                if ( !typesToVisit.contains(superType)) {
                                                        typesToVisit.add(superType);
                                                        max++;
                                                }
                                                superType = getJavaLangObject();


Clone AbstractionParameter Count: 1Parameter Bindings

if ( !typesToVisit.contains(superType)) {
  typesToVisit.add(superType);
  max++;
}
superType = [[#variableb312e5e0]]();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b312e5e0]]
getJavaLangObject 
12[[#b312e5e0]]
getJavaLangCloneable