Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 47 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java |
2 | 1 | 98 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java |
| ||||
// incompatible due to wrong arity return new ProblemMethodBinding(originalMethod, originalMethod.selector, substitutes, ProblemReasons.TypeParameterArityMismatch); |
| ||||
return new ProblemMethodBinding(methodSubstitute, originalMethod.selector, augmentedArguments, ProblemReasons.ParameterBoundMismatch); |
| |||
// incompatible due to wrong arity return new ProblemMethodBinding( [[#variable8fd88600]], originalMethod.selector, [[#variable8fd889a0]], ProblemReasons. [[#variable8fd88620]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#8fd88600]] | methodSubstitute |
1 | 2 | [[#8fd88600]] | originalMethod |
2 | 1 | [[#8fd889a0]] | augmentedArguments |
2 | 2 | [[#8fd889a0]] | substitutes |
3 | 1 | [[#8fd88620]] | ParameterBoundMismatch |
3 | 2 | [[#8fd88620]] | TypeParameterArityMismatch |