CloneSet8479


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3240.952class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1363
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/FactoryPathUtil.java
2544
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalSorterHandle.java
Clone Instance
1
Line Count
3
Source Line
63
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/FactoryPathUtil.java

        private static final String ID = "id"; //$NON-NLS-1$

        private static final String ENABLED = "enabled"; //$NON-NLS-1$

        private static final String RUN_IN_BATCH_MODE = "runInBatchMode"; //$NON-NLS-1$


Clone Instance
2
Line Count
5
Source Line
44
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalSorterHandle.java

        /** The extension schema name of the id attribute. */
        private static final String ID = "id"; //$NON-NLS-1$

        /** The extension schema name of the name attribute. */
        private static final String NAME = "name"; //$NON-NLS-1$

        /** The extension schema name of the class attribute. */
        private static final String CLASS = "class"; //$NON-NLS-1$


Clone AbstractionParameter Count: 4Parameter Bindings

/** The extension schema name of the id attribute. */
private static final String ID = "id"; //$NON-NLS-1$

/** The extension schema name of the name attribute. */
private static final String  [[#variable774f91e0]]= [[#variable774f9080]]; //$NON-NLS-1$

/** The extension schema name of the class attribute. */
private static final String  [[#variable774f9000]]= [[#variable774f90e0]]; //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#774f91e0]]
ENABLED 
12[[#774f91e0]]
NAME 
21[[#774f9080]]
"enabled" 
22[[#774f9080]]
"name" 
31[[#774f9000]]
RUN_IN_BATCH_MODE 
32[[#774f9000]]
CLASS 
41[[#774f90e0]]
"runInBatchMode" 
42[[#774f90e0]]
"class"