Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.976 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 253 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableBinding.java |
2 | 5 | 317 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableBinding.java |
| ||||
/* * @see IBinding#isDeprecated() */ public boolean isDeprecated() { if (isField()) { return ((FieldBinding) this.binding).isDeprecated(); } return false; } |
| ||||
/* * @see IBinding#isSynthetic() */ public boolean isSynthetic() { if (isField()) { return ((FieldBinding) this.binding).isSynthetic(); } return false; } |
| |||
/* * @see IBinding#isDeprecated() */ /* * @see IBinding#isSynthetic() */ public boolean [[#variableb9392660]]() { if (isField()) { return ((FieldBinding) this.binding). [[#variableb9392660]](); } return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9392660]] | isDeprecated |
1 | 2 | [[#b9392660]] | isSynthetic |