CloneSet1503


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4740.958interface_member_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1416
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadoc.java
2421
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java
34109
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java
41960
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/IPackageFragmentRoot.java
5422
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IModifierConstants.java
61635
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/IJavaSearchScope.java
7449
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IIndexConstants.java
Clone Instance
1
Line Count
4
Source Line
16
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadoc.java

        // Bit pattern for javadoc completion flags
        int JAVADOC = 0x0001;
        int EXCEPTION = 0x0002;
        int TEXT = 0x0004;
        int BASE_TYPES = 0x0008;


Clone Instance
2
Line Count
4
Source Line
21
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java

        /*
         * Modifiers
         */
        int AccPublic =       0x0001;
        int AccPrivate =      0x0002;
        int AccProtected =    0x0004;
        int AccStatic =       0x0008;


Clone Instance
3
Line Count
4
Source Line
109
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java

        // Debug attributes
        int ATTR_SOURCE = 1; // SourceFileAttribute
        int ATTR_LINES = 2; // LineNumberAttribute
        int ATTR_VARS = 4; // LocalVariableTableAttribute
        int ATTR_STACK_MAP = 8; // Stack map table attribute


Clone Instance
4
Line Count
19
Source Line
60
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/IPackageFragmentRoot.java

        /**
         * Update model flag constant (bit mask value 1) indicating that the operation
         * is to not copy/move/delete the package fragment root resource.
         * @since 2.1
         */
        int NO_RESOURCE_MODIFICATION = 1;
        /**
         * Update model flag constant (bit mask value 2) indicating that the operation
         * is to update the classpath of the originating project.
         * @since 2.1
         */
        int ORIGINATING_PROJECT_CLASSPATH = 2;
        /**
         * Update model flag constant (bit mask value 4) indicating that the operation
         * is to update the classpath of all referring projects except the originating project.
         * @since 2.1
         */
        int OTHER_REFERRING_PROJECTS_CLASSPATH = 4;
        /**
         * Update model flag constant (bit mask value 8) indicating that the operation
         * is to update the classpath of the destination project.
         * @since 2.1
         */
        int DESTINATION_PROJECT_CLASSPATH = 8;


Clone Instance
5
Line Count
4
Source Line
22
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IModifierConstants.java

        int ACC_PUBLIC =       0x0001;
        int ACC_PRIVATE =      0x0002;
        int ACC_PROTECTED =    0x0004;
        int ACC_STATIC =       0x0008;


Clone Instance
6
Line Count
16
Source Line
35
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/IJavaSearchScope.java

/**
 * Include type constant (bit mask) indicating that source folders should be considered in the search scope.
 * @since 3.0
 */
int SOURCES = 1;
/**
 * Include type constant (bit mask) indicating that application libraries should be considered in the search scope.
 * @since 3.0
 */
int APPLICATION_LIBRARIES = 2;
/**
 * Include type constant (bit mask) indicating that system libraries should be considered in the search scope.
 * @since 3.0
 */
int SYSTEM_LIBRARIES = 4;
/**
 * Include type constant (bit mask) indicating that referenced projects should be considered in the search scope.
 * @since 3.0
 */
int REFERENCED_PROJECTS = 8;


Clone Instance
7
Line Count
4
Source Line
49
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IIndexConstants.java

        int PKG_REF_PATTERN = 0x0001;
        int PKG_DECL_PATTERN = 0x0002;
        int TYPE_REF_PATTERN = 0x0004;
        int TYPE_DECL_PATTERN = 0x0008;


Clone AbstractionParameter Count: 4Parameter Bindings

// Bit pattern for javadoc completion flags
// Debug attributes
/*
         * Modifiers
         */
/**
         * Update model flag constant (bit mask value 1) indicating that the operation
         * is to not copy/move/delete the package fragment root resource.
         * @since 2.1
         */
/**
 * Include type constant (bit mask) indicating that source folders should be considered in the search scope.
 * @since 3.0
 */
int  [[#variablebd316640]]= 0x0001; // SourceFileAttribute
/**
         * Update model flag constant (bit mask value 2) indicating that the operation
         * is to update the classpath of the originating project.
         * @since 2.1
         */
/**
 * Include type constant (bit mask) indicating that application libraries should be considered in the search scope.
 * @since 3.0
 */
int  [[#variablebd316620]]= 0x0002; // LineNumberAttribute
/**
         * Update model flag constant (bit mask value 4) indicating that the operation
         * is to update the classpath of all referring projects except the originating project.
         * @since 2.1
         */
/**
 * Include type constant (bit mask) indicating that system libraries should be considered in the search scope.
 * @since 3.0
 */
int  [[#variableb2178ac0]]= 0x0004; // LocalVariableTableAttribute
/**
         * Update model flag constant (bit mask value 8) indicating that the operation
         * is to update the classpath of the destination project.
         * @since 2.1
         */
/**
 * Include type constant (bit mask) indicating that referenced projects should be considered in the search scope.
 * @since 3.0
 */
int  [[#variablebd3165c0]]= 0x0008; // Stack map table attribute
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bd316640]]
JAVADOC 
12[[#bd316640]]
ATTR_SOURCE 
13[[#bd316640]]
AccPublic 
14[[#bd316640]]
NO_RESOURCE_MODIFICATION 
15[[#bd316640]]
ACC_PUBLIC 
16[[#bd316640]]
SOURCES 
17[[#bd316640]]
PKG_REF_PATTERN 
21[[#bd316620]]
EXCEPTION 
22[[#bd316620]]
ATTR_LINES 
23[[#bd316620]]
AccPrivate 
24[[#bd316620]]
ORIGINATING_PROJECT_CLASSPATH 
25[[#bd316620]]
ACC_PRIVATE 
26[[#bd316620]]
APPLICATION_LIBRARIES 
27[[#bd316620]]
PKG_DECL_PATTERN 
31[[#b2178ac0]]
TEXT 
32[[#b2178ac0]]
ATTR_VARS 
33[[#b2178ac0]]
AccProtected 
34[[#b2178ac0]]
OTHER_REFERRING_PROJECTS_CLASSPATH 
35[[#b2178ac0]]
ACC_PROTECTED 
36[[#b2178ac0]]
SYSTEM_LIBRARIES 
37[[#b2178ac0]]
TYPE_REF_PATTERN 
41[[#bd3165c0]]
BASE_TYPES 
42[[#bd3165c0]]
ATTR_STACK_MAP 
43[[#bd3165c0]]
AccStatic 
44[[#bd3165c0]]
DESTINATION_PROJECT_CLASSPATH 
45[[#bd3165c0]]
ACC_STATIC 
46[[#bd3165c0]]
REFERENCED_PROJECTS 
47[[#bd3165c0]]
TYPE_DECL_PATTERN