CloneSet8742


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.988statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1190
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/FieldLocator.java
2172
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/LocalVariableLocator.java
Clone Instance
1
Line Count
1
Source Line
90
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/FieldLocator.java

        if (matchName && !matchesName(this.pattern.name, field.readableName())) return IMPOSSIBLE_MATCH;


Clone Instance
2
Line Count
1
Source Line
72
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/LocalVariableLocator.java

        if (matchName && !matchesName(this.pattern.name, variable.readableName())) return IMPOSSIBLE_MATCH;


Clone AbstractionParameter Count: 1Parameter Bindings

if (matchName && !matchesName(this.pattern.name,  [[#variablebb7a7e00]].readableName()))
  return IMPOSSIBLE_MATCH;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bb7a7e00]]
field 
12[[#bb7a7e00]]
variable