Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 2 | 0.973 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 270 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java |
2 | 5 | 307 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java |
3 | 5 | 314 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java |
4 | 5 | 129 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldDeclaration.java |
| ||||
public boolean isAbstract() { if (this.binding != null) return this.binding.isAbstract(); return (this.modifiers& ClassFileConstants.AccAbstract) != 0; } |
| ||||
public boolean isNative() { if (this.binding != null) return this.binding.isNative(); return (this.modifiers& ClassFileConstants.AccNative) != 0; } |
| ||||
public boolean isStatic() { if (this.binding != null) return this.binding.isStatic(); return (this.modifiers& ClassFileConstants.AccStatic) != 0; } |
| ||||
public boolean isStatic() { if (this.binding != null) return this.binding.isStatic(); return (this.modifiers& ClassFileConstants.AccStatic) != 0; } |
| |||
public boolean [[#variableb2937b20]]() { if (this.binding != null) return this.binding. [[#variableb2937b20]](); return (this.modifiers&ClassFileConstants. [[#variableb2937ac0]]) != 0; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b2937b20]] | isStatic |
1 | 2 | [[#b2937b20]] | isAbstract |
1 | 3 | [[#b2937b20]] | isNative |
1 | 4 | [[#b2937b20]] | isStatic |
2 | 1 | [[#b2937ac0]] | AccStatic |
2 | 2 | [[#b2937ac0]] | AccAbstract |
2 | 3 | [[#b2937ac0]] | AccNative |
2 | 4 | [[#b2937ac0]] | AccStatic |