Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.968 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 744 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java |
2 | 9 | 780 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java |
| ||||
case TerminalTokens.TokenNameLESS: argCount++; if (parameterType == null) return null; // invalid syntax // fall through next case to add token default: // all other tokens are considered identifiers (see bug 21763 Problem in Java search [search]) if (parameterType == null) parameterType = scanner.getCurrentTokenString(); else parameterType += scanner.getCurrentTokenString(); |
| ||||
case TerminalTokens.TokenNameLESS: argCount++; if (returnType == null) return null; // invalid syntax // fall through next case to add token default: // all other tokens are considered identifiers (see bug 21763 Problem in Java search [search]) if (returnType == null) returnType = scanner.getCurrentTokenString(); else returnType += scanner.getCurrentTokenString(); |
| |||
case TerminalTokens.TokenNameLESS: argCount++; if ( [[#variable96128580]]== null) return null; // invalid syntax // fall through next case to add token default: // all other tokens are considered identifiers (see bug 21763 Problem in Java search [search]) if ( [[#variable96128580]]== null) [[#variable96128580]]= scanner.getCurrentTokenString(); else [[#variable96128580]]+= scanner.getCurrentTokenString(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#96128580]] | parameterType |
1 | 2 | [[#96128580]] | returnType |