| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 5 | 2 | 0.962 | statement_sequence |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 553 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ASTNode.java |
| 2 | 3 | 558 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ASTNode.java |
| 3 | 3 | 562 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ASTNode.java |
| 4 | 3 | 566 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ASTNode.java |
| 5 | 3 | 570 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ASTNode.java |
| ||||
PackageBinding packageBinding = (PackageBinding) recipient;
if ((packageBinding.tagBits& (TagBits.AnnotationResolved|TagBits.AnnotationDeprecated)) != 0) return;
break;
|
| ||||
ReferenceBinding type = (ReferenceBinding) recipient;
if ((type.tagBits& (TagBits.AnnotationResolved|TagBits.AnnotationDeprecated)) != 0) return;
break;
|
| ||||
MethodBinding method = (MethodBinding) recipient;
if ((method.tagBits& (TagBits.AnnotationResolved|TagBits.AnnotationDeprecated)) != 0) return;
break;
|
| ||||
FieldBinding field = (FieldBinding) recipient;
if ((field.tagBits& (TagBits.AnnotationResolved|TagBits.AnnotationDeprecated)) != 0) return;
break;
|
| ||||
LocalVariableBinding local = (LocalVariableBinding) recipient;
if ((local.tagBits& (TagBits.AnnotationResolved|TagBits.AnnotationDeprecated)) != 0) return;
break;
|
| |||
[[#variable5d458020]] [[#variableb6899fa0]]= ( [[#variable5d458020]]) recipient; if (( [[#variableb6899fa0]].tagBits&(TagBits.AnnotationResolved|TagBits.AnnotationDeprecated)) != 0) return; break; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5d458020]] | LocalVariableBinding |
| 1 | 2 | [[#5d458020]] | FieldBinding |
| 1 | 3 | [[#5d458020]] | MethodBinding |
| 1 | 4 | [[#5d458020]] | ReferenceBinding |
| 1 | 5 | [[#5d458020]] | PackageBinding |
| 2 | 1 | [[#b6899fa0]] | local |
| 2 | 2 | [[#b6899fa0]] | field |
| 2 | 3 | [[#b6899fa0]] | method |
| 2 | 4 | [[#b6899fa0]] | type |
| 2 | 5 | [[#b6899fa0]] | packageBinding |