| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 3 | 3 | 0.964 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 483 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| 2 | 5 | 520 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| 3 | 5 | 536 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| ||||
{
problemReporter().forwardTypeVariableReference(typeParameter, varSuperType);
typeVariable.tagBits |= TagBits.HierarchyHasProblems;
noProblems = false;
continue nextVariable;
}
|
| ||||
{
problemReporter().boundMustBeAnInterface(typeRef, superType);
typeVariable.tagBits |= TagBits.HierarchyHasProblems;
noProblems = false;
continue nextVariable;
}
|
| ||||
{
problemReporter().duplicateBounds(typeRef, superType);
typeVariable.tagBits |= TagBits.HierarchyHasProblems;
noProblems = false;
continue nextVariable;
}
|
| |||
{
problemReporter(). [[#variable94e0dba0]]( [[#variable94e0d140]], [[#variable94e0dae0]]);
typeVariable.tagBits |= TagBits.HierarchyHasProblems;
noProblems = false;
continue nextVariable;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#94e0dba0]] | forwardTypeVariableReference |
| 1 | 2 | [[#94e0dba0]] | boundMustBeAnInterface |
| 1 | 3 | [[#94e0dba0]] | duplicateBounds |
| 2 | 1 | [[#94e0d140]] | typeParameter |
| 2 | 2 | [[#94e0d140]] | typeRef |
| 2 | 3 | [[#94e0d140]] | typeRef |
| 3 | 1 | [[#94e0dae0]] | varSuperType |
| 3 | 2 | [[#94e0dae0]] | superType |
| 3 | 3 | [[#94e0dae0]] | superType |