CloneSet2134


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3310.994statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1370
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferenceLocator.java
2387
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferenceLocator.java
3364
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/VariableLocator.java
Clone Instance
1
Line Count
3
Source Line
70
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferenceLocator.java

                for (int i = 0, max = tokens.length; i < max; i++)
                        if (matchesName(this.pattern.simpleName, tokens[i]))
                                return nodeSet.addMatch(node, POSSIBLE_MATCH); // resolution is needed to find out if it is a type ref


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

                for (int i = 0, max = tokens.length; i < max; i++)
                        if (matchesName(this.pattern.simpleName, tokens[i]))
                                return nodeSet.addMatch(node, POSSIBLE_MATCH); // resolution is needed to find out if it is a type ref


Clone Instance
3
Line Count
3
Source Line
64
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/VariableLocator.java

                                for (int i = 0, max = tokens.length; i < max; i++)
                                        if (matchesName(this.pattern.name, tokens[i]))
                                                return nodeSet.addMatch(node, POSSIBLE_MATCH);


Clone AbstractionParameter Count: 1Parameter Bindings

for (int i = 0, max = tokens.length; i < max; i++)
  if (matchesName(this.pattern. [[#variable53148ba0]], tokens[i]))
    return nodeSet.addMatch(node, POSSIBLE_MATCH); // resolution is needed to find out if it is a type ref
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53148ba0]]
simpleName 
12[[#53148ba0]]
name 
13[[#53148ba0]]
simpleName