CloneSet5698


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.976statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13143
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java
23150
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java
Clone Instance
1
Line Count
3
Source Line
143
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java

                                        if (fieldRef.receiver instanceof TypeReference && !fieldRef.receiver.isThis()) {
                                                TypeReference typeRef = (TypeReference) fieldRef.receiver;
                                                this.patternLocator.match(typeRef, this.nodeSet);
                                        }


Clone Instance
2
Line Count
3
Source Line
150
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java

                                        if (messageSend.receiver instanceof TypeReference && !messageSend.receiver.isThis()) {
                                                TypeReference typeRef = (TypeReference) messageSend.receiver;
                                                this.patternLocator.match(typeRef, this.nodeSet);
                                        }


Clone AbstractionParameter Count: 1Parameter Bindings

if ( [[#variable92bb6940]].receiver instanceof TypeReference && ! [[#variable92bb6940]].receiver.isThis()) {
  TypeReference typeRef = (TypeReference)  [[#variable92bb6940]].receiver;
  this.patternLocator.match(typeRef, this.nodeSet);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#92bb6940]]
fieldRef 
12[[#92bb6940]]
messageSend