CloneSet7017


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.990statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13195
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java
23207
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java
Clone Instance
1
Line Count
3
Source Line
195
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java

                syntheticAccessor = destinationType.addSyntheticMethod(this.codegenBinding, isSuperAccess());
                currentScope.problemReporter().needToEmulateMethodAccess(this.codegenBinding, this );
                return;


Clone Instance
2
Line Count
3
Source Line
207
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java

                        syntheticAccessor = currentCompatibleType.addSyntheticMethod(this.codegenBinding, isSuperAccess());
                        currentScope.problemReporter().needToEmulateMethodAccess(this.codegenBinding, this );
                        return;


Clone AbstractionParameter Count: 1Parameter Bindings

syntheticAccessor = [[#variable55483e80]].addSyntheticMethod(this.codegenBinding, isSuperAccess());
currentScope.problemReporter().needToEmulateMethodAccess(this.codegenBinding, this );
return;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55483e80]]
destinationType 
12[[#55483e80]]
currentCompatibleType