| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 6 | 0.958 | interface_member_declarations[6] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 32 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java |
| 2 | 20 | 44 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IModifierConstants.java |
| ||||
int AccInterface = 0x0200;
int AccAbstract = 0x0400;
int AccStrictfp = 0x0800;
int AccSynthetic = 0x1000;
int AccAnnotation = 0x2000;
int AccEnum = 0x4000;
|
| ||||
int ACC_INTERFACE = 0x0200;
int ACC_ABSTRACT = 0x0400;
int ACC_STRICT = 0x0800;
/**
* Indicates a synthetic member.
* @since 3.0
*/
int ACC_SYNTHETIC = 0x1000;
/**
* Indicates an annotation (added in J2SE 1.5).
* @since 3.0
*/
int ACC_ANNOTATION = 0x2000;
/**
* Indicates an enum (added in J2SE 1.5).
* @since 3.0
*/
int ACC_ENUM = 0x4000;
|
| |||
int [[#variable5ab15940]]= 0x0200;
int [[#variable5ab158c0]]= 0x0400;
int [[#variable5ab15820]]= 0x0800;
/**
* Indicates a synthetic member.
* @since 3.0
*/
int [[#variable5ab157e0]]= 0x1000;
/**
* Indicates an annotation (added in J2SE 1.5).
* @since 3.0
*/
int [[#variable5ab156e0]]= 0x2000;
/**
* Indicates an enum (added in J2SE 1.5).
* @since 3.0
*/
int [[#variable5ab15760]]= 0x4000;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5ab15940]] | AccInterface |
| 1 | 2 | [[#5ab15940]] | ACC_INTERFACE |
| 2 | 1 | [[#5ab158c0]] | AccAbstract |
| 2 | 2 | [[#5ab158c0]] | ACC_ABSTRACT |
| 3 | 1 | [[#5ab15820]] | AccStrictfp |
| 3 | 2 | [[#5ab15820]] | ACC_STRICT |
| 4 | 1 | [[#5ab157e0]] | AccSynthetic |
| 4 | 2 | [[#5ab157e0]] | ACC_SYNTHETIC |
| 5 | 1 | [[#5ab156e0]] | AccAnnotation |
| 5 | 2 | [[#5ab156e0]] | ACC_ANNOTATION |
| 6 | 1 | [[#5ab15760]] | AccEnum |
| 6 | 2 | [[#5ab15760]] | ACC_ENUM |