Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 301 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java |
2 | 2 | 92 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ASTNodeFinder.java |
3 | 2 | 484 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
| ||||
Argument[] argTypes = method.arguments; int argLength = argTypes == null ? 0: argTypes.length; |
| ||||
Argument[] args = method.arguments; int argsLength = args == null ? 0: args.length; |
| ||||
Argument[] arguments = method.arguments; int argCount = arguments == null ? 0: arguments.length; |
| |||
Argument[] [[#variablea37f7bc0]]= method.arguments; int [[#variablea3f8e0e0]]= [[#variablea37f7bc0]]== null ? 0: [[#variablea37f7bc0]].length; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a37f7bc0]] | arguments |
1 | 2 | [[#a37f7bc0]] | argTypes |
1 | 3 | [[#a37f7bc0]] | args |
2 | 1 | [[#a3f8e0e0]] | argCount |
2 | 2 | [[#a3f8e0e0]] | argLength |
2 | 3 | [[#a3f8e0e0]] | argsLength |