Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.987 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 823 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java |
2 | 3 | 826 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java |
| ||||
{ // check generic this.environment.problemReporter.nonGenericTypeCannotBeParameterized(null, resolvedType, this.arguments); return this ; // cannot reach here as AbortCompilation is thrown } |
| ||||
{ // check arity this.environment.problemReporter.incorrectArityForParameterizedType(null, resolvedType, this.arguments); return this ; // cannot reach here as AbortCompilation is thrown } |
| |||
{ // check generic // check arity this.environment.problemReporter. [[#variableba04be40]](null, resolvedType, this.arguments); return this ; // cannot reach here as AbortCompilation is thrown } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba04be40]] | nonGenericTypeCannotBeParameterized |
1 | 2 | [[#ba04be40]] | incorrectArityForParameterizedType |