| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 3 | 0.967 | block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 866 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java |
| 2 | 2 | 951 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java |
| ||||
{
return (this.modifiers& (ClassFileConstants.AccInterface| ClassFileConstants.AccAnnotation| ClassFileConstants.AccEnum)) == 0;
}
|
| ||||
{
return (this.modifiers& (ClassFileConstants.AccPublic| ClassFileConstants.AccProtected| ClassFileConstants.AccPrivate)) == 0;
}
|
| |||
{
return (this.modifiers&(ClassFileConstants. [[#variable503b8a60]]|ClassFileConstants. [[#variable503b8a00]]|ClassFileConstants. [[#variable503b8920]])) == 0;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#503b8a60]] | AccInterface |
| 1 | 2 | [[#503b8a60]] | AccPublic |
| 2 | 1 | [[#503b8a00]] | AccAnnotation |
| 2 | 2 | [[#503b8a00]] | AccProtected |
| 3 | 1 | [[#503b8920]] | AccEnum |
| 3 | 2 | [[#503b8920]] | AccPrivate |