CloneSet4895


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6260.958interface_member_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1632
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java
22044
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IModifierConstants.java
Clone Instance
1
Line Count
6
Source Line
32
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java

        int AccInterface =    0x0200;
        int AccAbstract =     0x0400;
        int AccStrictfp =     0x0800;
        int AccSynthetic =    0x1000;
        int AccAnnotation =   0x2000;
        int AccEnum =         0x4000;


Clone Instance
2
Line Count
20
Source Line
44
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IModifierConstants.java

        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;


Clone AbstractionParameter Count: 6Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5ab15940]]
AccInterface 
12[[#5ab15940]]
ACC_INTERFACE 
21[[#5ab158c0]]
AccAbstract 
22[[#5ab158c0]]
ACC_ABSTRACT 
31[[#5ab15820]]
AccStrictfp 
32[[#5ab15820]]
ACC_STRICT 
41[[#5ab157e0]]
AccSynthetic 
42[[#5ab157e0]]
ACC_SYNTHETIC 
51[[#5ab156e0]]
AccAnnotation 
52[[#5ab156e0]]
ACC_ANNOTATION 
61[[#5ab15760]]
AccEnum 
62[[#5ab15760]]
ACC_ENUM