CloneSet9818


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15230.958interface_member_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115113
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/IJavaElement.java
2335
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IOpcodeMnemonics.java
Clone Instance
1
Line Count
15
Source Line
113
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/IJavaElement.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;


Clone Instance
2
Line Count
3
Source Line
35
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IOpcodeMnemonics.java

        int FCONST_2 = 0x0d;
        int DCONST_0 = 0x0e;
        int DCONST_1 = 0x0f;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bb0b0b20]]
IMPORT_DECLARATION 
12[[#bb0b0b20]]
FCONST_2 
21[[#bb0b02a0]]
LOCAL_VARIABLE 
22[[#bb0b02a0]]
DCONST_0 
31[[#bb0b09a0]]
TYPE_PARAMETER 
32[[#bb0b09a0]]
DCONST_1