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.988 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 856 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java |
2 | 3 | 859 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java |
| ||||
{ // check generic problemReporter().nonGenericTypeCannotBeParameterized(null, rootEnumType, new TypeBinding[] { sourceType } ); return false; // cannot reach here as AbortCompilation is thrown } |
| ||||
{ // check arity problemReporter().incorrectArityForParameterizedType(null, rootEnumType, new TypeBinding[] { sourceType } ); return false; // cannot reach here as AbortCompilation is thrown } |
| |||
{ // check arity // check generic problemReporter(). [[#variablec1b86680]](null, rootEnumType, new TypeBinding[] { sourceType } ); return false; // cannot reach here as AbortCompilation is thrown } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c1b86680]] | incorrectArityForParameterizedType |
1 | 2 | [[#c1b86680]] | nonGenericTypeCannotBeParameterized |