CloneSet3724


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

                        if (this instanceof SourceTypeBinding) {
                                MethodDeclaration decl = (MethodDeclaration) currentMethods[i].sourceMethod();
                                ((SourceTypeBinding) this ).scope.problemReporter().annotationCircularity(this, this, decl != null ? decl.returnType:  null);
                        }


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

                        if (this instanceof SourceTypeBinding) {
                                MethodDeclaration decl = (MethodDeclaration) currentMethods[i].sourceMethod();
                                ((SourceTypeBinding) this ).scope.problemReporter().annotationCircularity(this, returnType, decl != null ? decl.returnType:  null);
                        }


Clone AbstractionParameter Count: 1Parameter Bindings

if (this instanceof SourceTypeBinding) {
  MethodDeclaration decl = (MethodDeclaration) currentMethods[i].sourceMethod();
  ((SourceTypeBinding) this ).scope.problemReporter().annotationCircularity(this,  [[#variableb5835100]], decl != null ? decl.returnType: null);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b5835100]]
this 
12[[#b5835100]]
returnType