Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 143 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java |
2 | 3 | 150 | 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); } |
| ||||
if (messageSend.receiver instanceof TypeReference && !messageSend.receiver.isThis()) { TypeReference typeRef = (TypeReference) messageSend.receiver; this.patternLocator.match(typeRef, this.nodeSet); } |
| |||
if ( [[#variable92bb6940]].receiver instanceof TypeReference && ! [[#variable92bb6940]].receiver.isThis()) { TypeReference typeRef = (TypeReference) [[#variable92bb6940]].receiver; this.patternLocator.match(typeRef, this.nodeSet); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92bb6940]] | fieldRef |
1 | 2 | [[#92bb6940]] | messageSend |