Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.988 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 144 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/ConstructorLocator.java |
2 | 4 | 157 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/ConstructorLocator.java |
3 | 4 | 114 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MethodLocator.java |
4 | 4 | 156 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MethodLocator.java |
| ||||
int length = this.pattern.parameterSimpleNames.length; Expression[] args = constructorCall.arguments; int argsLength = args == null ? 0: args.length; if (length != argsLength) return IMPOSSIBLE_MATCH; |
| ||||
int length = this.pattern.parameterSimpleNames.length; Argument[] args = constructor.arguments; int argsLength = args == null ? 0: args.length; if (length != argsLength) return IMPOSSIBLE_MATCH; |
| ||||
int length = this.pattern.parameterSimpleNames.length; ASTNode[] args = node.arguments; int argsLength = args == null ? 0: args.length; if (length != argsLength) return IMPOSSIBLE_MATCH; |
| ||||
int length = this.pattern.parameterSimpleNames.length; ASTNode[] args = node.arguments; int argsLength = args == null ? 0: args.length; if (length != argsLength) return IMPOSSIBLE_MATCH; |
| |||
int length = this.pattern.parameterSimpleNames.length; [[#variable91b72440]][] args = [[#variable91b724a0]].arguments; int argsLength = args == null ? 0: args.length; if (length != argsLength) return IMPOSSIBLE_MATCH; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#91b72440]] | Argument |
1 | 2 | [[#91b72440]] | Expression |
1 | 3 | [[#91b72440]] | ASTNode |
1 | 4 | [[#91b72440]] | ASTNode |
2 | 1 | [[#91b724a0]] | constructor |
2 | 2 | [[#91b724a0]] | constructorCall |
2 | 3 | [[#91b724a0]] | node |
2 | 4 | [[#91b724a0]] | node |