Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.973 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 436 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
2 | 1 | 439 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
3 | 1 | 446 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| ||||
// attempt to invoke generic method of raw type with type hints <String>foo() return new ProblemMethodBinding(method, method.selector, genericTypeArguments, ProblemReasons.TypeArgumentsForRawGenericMethod); |
| ||||
return new ProblemMethodBinding(method, method.selector, genericTypeArguments, ProblemReasons.TypeParameterArityMismatch); |
| ||||
return new ProblemMethodBinding(method, method.selector, arguments, ProblemReasons.ParameterizedMethodTypeMismatch); |
| |||
// attempt to invoke generic method of raw type with type hints <String>foo() return new ProblemMethodBinding(method, method.selector, [[#variable61068f20]], ProblemReasons. [[#variable61068ea0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61068f20]] | genericTypeArguments |
1 | 2 | [[#61068f20]] | genericTypeArguments |
1 | 3 | [[#61068f20]] | arguments |
2 | 1 | [[#61068ea0]] | TypeArgumentsForRawGenericMethod |
2 | 2 | [[#61068ea0]] | TypeParameterArityMismatch |
2 | 3 | [[#61068ea0]] | ParameterizedMethodTypeMismatch |