CloneSet7729


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.979statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13733
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
23905
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
Clone Instance
1
Line Count
3
Source Line
733
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java

                                if (resolveTypesFor(method) == null || method.returnType == null) {
                                        methods();
                                        return getExactConstructor(argumentTypes);  // try again since the problem methods have been removed
                                }


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

                        if (resolveTypesFor(method) == null || method.returnType == null) {
                                methods();
                                return getMethods(selector); // try again since the problem methods have been removed
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if (resolveTypesFor(method) == null || method.returnType == null) {
  methods();
  return [[#variable5b292540]]( [[#variable5b292480]]); // try again since the problem methods have been removed
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5b292540]]
getMethods 
12[[#5b292540]]
getExactConstructor 
21[[#5b292480]]
selector 
22[[#5b292480]]
argumentTypes