Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 3 | 0.958 | interface_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 113 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/IJavaElement.java |
2 | 3 | 35 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IOpcodeMnemonics.java |
| ||||
/** * Constant representing an import declaration within a compilation unit. * A Java element with this type can be safely cast to <code>IImportDeclaration</code>. */ int IMPORT_DECLARATION = 13; /** * Constant representing a local variable declaration. * A Java element with this type can be safely cast to <code>ILocalVariable</code>. * @since 3.0 */ int LOCAL_VARIABLE = 14; /** * Constant representing a type parameter declaration. * A Java element with this type can be safely cast to <code>ITypeParameter</code>. * @since 3.1 */ int TYPE_PARAMETER = 15; |
| ||||
int FCONST_2 = 0x0d; int DCONST_0 = 0x0e; int DCONST_1 = 0x0f; |
| |||
/** * Constant representing an import declaration within a compilation unit. * A Java element with this type can be safely cast to <code>IImportDeclaration</code>. */ int [[#variablebb0b0b20]]= 13; /** * Constant representing a local variable declaration. * A Java element with this type can be safely cast to <code>ILocalVariable</code>. * @since 3.0 */ int [[#variablebb0b02a0]]= 14; /** * Constant representing a type parameter declaration. * A Java element with this type can be safely cast to <code>ITypeParameter</code>. * @since 3.1 */ int [[#variablebb0b09a0]]= 15; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb0b0b20]] | IMPORT_DECLARATION |
1 | 2 | [[#bb0b0b20]] | FCONST_2 |
2 | 1 | [[#bb0b02a0]] | LOCAL_VARIABLE |
2 | 2 | [[#bb0b02a0]] | DCONST_0 |
3 | 1 | [[#bb0b09a0]] | TYPE_PARAMETER |
3 | 2 | [[#bb0b09a0]] | DCONST_1 |