| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 2 | 2 | 0.958 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 1038 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java |
| 2 | 7 | 1048 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java |
| ||||
switch (this.id) {
case TypeIds.T_JavaLangError:
case TypeIds.T_JavaLangRuntimeException:
return true;
case TypeIds.T_JavaLangThrowable:
case TypeIds.T_JavaLangException:
return includeSupertype;
}
|
| ||||
switch (current.id) {
case TypeIds.T_JavaLangError:
case TypeIds.T_JavaLangRuntimeException:
return true;
case TypeIds.T_JavaLangThrowable:
case TypeIds.T_JavaLangException:
return false;
}
|
| |||
switch ( [[#variable78abde80]].id) {
case TypeIds.T_JavaLangError:
case TypeIds.T_JavaLangRuntimeException:
return true;
case TypeIds.T_JavaLangThrowable:
case TypeIds.T_JavaLangException:
return [[#variable78ac0c40]];
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#78abde80]] | this |
| 1 | 2 | [[#78abde80]] | current |
| 2 | 1 | [[#78ac0c40]] | includeSupertype |
| 2 | 2 | [[#78ac0c40]] | false |