Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.994 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 70 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferenceLocator.java |
2 | 3 | 87 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferenceLocator.java |
3 | 3 | 64 | 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.simpleName, tokens[i])) return nodeSet.addMatch(node, POSSIBLE_MATCH); // resolution is needed to find out if it is a type ref |
| ||||
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 |
| ||||
for (int i = 0, max = tokens.length; i < max; i++) if (matchesName(this.pattern.name, tokens[i])) return nodeSet.addMatch(node, POSSIBLE_MATCH); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53148ba0]] | simpleName |
1 | 2 | [[#53148ba0]] | name |
1 | 3 | [[#53148ba0]] | simpleName |