CloneSet3240


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16260.970interface_member_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11634
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/ICommentAttributes.java
24162
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/IJavaElementSearchConstants.java
Clone Instance
1
Line Count
16
Source Line
34
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/ICommentAttributes.java

        /** Range has html tag attribute */
        public static final int COMMENT_HTML = 1 << 5;

        /** Range has the immutable region attribute */
        public static final int COMMENT_IMMUTABLE = 1 << 6;

        /** Range has new line attribute */
        public static final int COMMENT_NEWLINE = 1 << 7;

        /** Range has open tag attribute */
        public static final int COMMENT_OPEN = 1 << 8;

        /** Range has paragraph attribute */
        public static final int COMMENT_PARAGRAPH = 1 << 9;

        /** Range has parameter tag attribute */
        public static final int COMMENT_PARAMETER = 1 << 10;


Clone Instance
2
Line Count
41
Source Line
62
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/IJavaElementSearchConstants.java

        /**
         * Search scope constant (bit mask) indicating that required projects should be considered.
         * Used when opening certain kinds of selection dialogs.
         * 
         * @since 2.0
         */
        public static final int CONSIDER_REQUIRED_PROJECTS = 1 << 5;

        /** 
         * Search scope constant indicating that annotation types should be considered.
         * Used when opening certain kinds of selection dialogs.
         * 
         * @since 3.1
         */
        public static final int CONSIDER_ANNOTATION_TYPES = 1 << 6;

        /** 
         * Search scope constant indicating that enums should be considered.
         * Used when opening certain kinds of selection dialogs.
         * 
         * @since 3.1
         */
        public static final int CONSIDER_ENUMS = 1 << 7;

        /**
         * Search scope constant indicating that classes, interfaces, annotations
         * and enums should be considered.
         * 
         * @since 3.1
         */
        public static final int CONSIDER_ALL_TYPES = 1 << 8;

        /**
         * Search scope constant indicating that only classes and interfaces 
         * should be considered.
         * 
         * @since 3.1
         */
        public static final int CONSIDER_CLASSES_AND_INTERFACES = 1 << 9;

        /**
         * Search scope constant indicating that only classes and enumeration types 
         * should be considered.
         * 
         * @since 3.1
         */
        public static final int CONSIDER_CLASSES_AND_ENUMS = 1 << 10;


Clone AbstractionParameter Count: 6Parameter Bindings

/** Range has html tag attribute */
/**
         * Search scope constant (bit mask) indicating that required projects should be considered.
         * Used when opening certain kinds of selection dialogs.
         * 
         * @since 2.0
         */
public static final int  [[#variable9941f280]]= 1 << 5;
/** Range has the immutable region attribute */
/** 
         * Search scope constant indicating that annotation types should be considered.
         * Used when opening certain kinds of selection dialogs.
         * 
         * @since 3.1
         */
public static final int  [[#variable9941f1e0]]= 1 << 6;
/** Range has new line attribute */
/** 
         * Search scope constant indicating that enums should be considered.
         * Used when opening certain kinds of selection dialogs.
         * 
         * @since 3.1
         */
public static final int  [[#variable9941f180]]= 1 << 7;
/** Range has open tag attribute */
/**
         * Search scope constant indicating that classes, interfaces, annotations
         * and enums should be considered.
         * 
         * @since 3.1
         */
public static final int  [[#variable9941f0e0]]= 1 << 8;
/** Range has paragraph attribute */
/**
         * Search scope constant indicating that only classes and interfaces 
         * should be considered.
         * 
         * @since 3.1
         */
public static final int  [[#variable5173b780]]= 1 << 9;
/** Range has parameter tag attribute */
/**
         * Search scope constant indicating that only classes and enumeration types 
         * should be considered.
         * 
         * @since 3.1
         */
public static final int  [[#variable9941f040]]= 1 << 10;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9941f280]]
COMMENT_HTML 
12[[#9941f280]]
CONSIDER_REQUIRED_PROJECTS 
21[[#9941f1e0]]
COMMENT_IMMUTABLE 
22[[#9941f1e0]]
CONSIDER_ANNOTATION_TYPES 
31[[#9941f180]]
COMMENT_NEWLINE 
32[[#9941f180]]
CONSIDER_ENUMS 
41[[#9941f0e0]]
COMMENT_OPEN 
42[[#9941f0e0]]
CONSIDER_ALL_TYPES 
51[[#5173b780]]
COMMENT_PARAGRAPH 
52[[#5173b780]]
CONSIDER_CLASSES_AND_INTERFACES 
61[[#9941f040]]
COMMENT_PARAMETER 
62[[#9941f040]]
CONSIDER_CLASSES_AND_ENUMS