Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
22 | 2 | 5 | 0.954 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 22 | 271 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Modifier.java |
2 | 4 | 70 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
/** * "strictfp" modifier constant (bit mask). * Applicable to types and methods. * @since 2.0 */ public static final int STRICTFP = 0x0800; /** * "synchronized" modifier constant (bit mask). * Applicable only to methods. * @since 2.0 */ public static final int SYNCHRONIZED = 0x0020; /** * "transient" modifier constant (bit mask). * Applicable only to fields. * @since 2.0 */ public static final int TRANSIENT = 0x0080; /** * "volatile" modifier constant (bit mask). * Applicable only to fields. * @since 2.0 */ public static final int VOLATILE = 0x0040; |
| ||||
public static final int ACC_STRICT = 0x0800; public static final int ACC_ENUM = 0x0100; public static final int ACC_VARARGS = 0x0080; public static final int ACC_BRIDGE = 0x0040; |
| |||
/** * "strictfp" modifier constant (bit mask). * Applicable to types and methods. * @since 2.0 */ public static final int [[#variable64968cc0]]= 0x0800; /** * "synchronized" modifier constant (bit mask). * Applicable only to methods. * @since 2.0 */ public static final int [[#variable64968bc0]]= [[#variable64968c40]]; /** * "transient" modifier constant (bit mask). * Applicable only to fields. * @since 2.0 */ public static final int [[#variable6464c8e0]]= 0x0080; /** * "volatile" modifier constant (bit mask). * Applicable only to fields. * @since 2.0 */ public static final int [[#variable64968c20]]= 0x0040; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64968cc0]] | STRICTFP |
1 | 2 | [[#64968cc0]] | ACC_STRICT |
2 | 1 | [[#64968bc0]] | SYNCHRONIZED |
2 | 2 | [[#64968bc0]] | ACC_ENUM |
3 | 1 | [[#64968c40]] | 0x0020 |
3 | 2 | [[#64968c40]] | 0x0100 |
4 | 1 | [[#6464c8e0]] | TRANSIENT |
4 | 2 | [[#6464c8e0]] | ACC_VARARGS |
5 | 1 | [[#64968c20]] | VOLATILE |
5 | 2 | [[#64968c20]] | ACC_BRIDGE |