CloneSet3241


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4360.955class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1439
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowInfo.java
2434
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SimilarElementsRequestor.java
316170
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/refactoring/RenameSupport.java
Clone Instance
1
Line Count
4
Source Line
39
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowInfo.java

        public static final int READ_POTENTIAL =        1 << 2;

        public static final int WRITE =                         1 << 3;

        public static final int WRITE_POTENTIAL =   1 << 4;

        public static final int UNKNOWN =                       1 << 5;


Clone Instance
2
Line Count
4
Source Line
34
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SimilarElementsRequestor.java

        public static final int INTERFACES = 1 << 2;

        public static final int ANNOTATIONS = 1 << 3;

        public static final int ENUMS = 1 << 4;

        public static final int VARIABLES = 1 << 5;


Clone Instance
3
Line Count
16
Source Line
170
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/refactoring/RenameSupport.java

        /**
     * Flag indicating that regular comments are to be updated as well.
         * @deprecated use UPDATE_TEXTUAL_MATCHES
     */
        public static final int UPDATE_REGULAR_COMMENTS = 1 << 2;

        /**
     * Flag indicating that string literals are to be updated as well.
         * @deprecated use UPDATE_TEXTUAL_MATCHES
     */
        public static final int UPDATE_STRING_LITERALS = 1 << 3;

        /**
         * Flag indicating that textual matches in comments and in string literals
         * are to be updated as well.
         * @since 3.0
         */
        public static final int UPDATE_TEXTUAL_MATCHES = 1 << 6;

        /** Flag indicating that the getter method is to be updated as well. */
        public static final int UPDATE_GETTER_METHOD = 1 << 4;


Clone AbstractionParameter Count: 6Parameter Bindings

/**
     * Flag indicating that regular comments are to be updated as well.
         * @deprecated use UPDATE_TEXTUAL_MATCHES
     */
public static final int  [[#variable4f069de0]]= 1 << 2;

/**
     * Flag indicating that string literals are to be updated as well.
         * @deprecated use UPDATE_TEXTUAL_MATCHES
     */
public static final int  [[#variable4f069d60]]= 1 << 3;

/**
         * Flag indicating that textual matches in comments and in string literals
         * are to be updated as well.
         * @since 3.0
         */
public static final int  [[#variable4f069d00]]= 1 <<  [[#variable56b39bc0]];

/** Flag indicating that the getter method is to be updated as well. */
public static final int  [[#variablea3fc9d40]]= 1 <<  [[#variable4f069ce0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4f069de0]]
READ_POTENTIAL 
12[[#4f069de0]]
INTERFACES 
13[[#4f069de0]]
UPDATE_REGULAR_COMMENTS 
21[[#4f069d60]]
WRITE 
22[[#4f069d60]]
ANNOTATIONS 
23[[#4f069d60]]
UPDATE_STRING_LITERALS 
31[[#4f069d00]]
WRITE_POTENTIAL 
32[[#4f069d00]]
ENUMS 
33[[#4f069d00]]
UPDATE_TEXTUAL_MATCHES 
41[[#56b39bc0]]
4 
42[[#56b39bc0]]
4 
43[[#56b39bc0]]
6 
51[[#a3fc9d40]]
UNKNOWN 
52[[#a3fc9d40]]
VARIABLES 
53[[#a3fc9d40]]
UPDATE_GETTER_METHOD 
61[[#4f069ce0]]
5 
62[[#4f069ce0]]
5 
63[[#4f069ce0]]
4