Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.990 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 957 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java |
2 | 4 | 965 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java |
| ||||
while (tok.hasMoreTokens()) { String curr = tok.nextToken(); if (name.startsWith(curr)) { return true; } } |
| ||||
while (tok.hasMoreTokens()) { String curr = tok.nextToken(); if (name.endsWith(curr)) { return true; } } |
| |||
while (tok.hasMoreTokens()) { String curr = tok.nextToken(); if (name. [[#variable567670a0]](curr)) { return true; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#567670a0]] | startsWith |
1 | 2 | [[#567670a0]] | endsWith |