Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.952 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 63 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/FactoryPathUtil.java |
2 | 5 | 44 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalSorterHandle.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$ |
| ||||
/** 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$ |
| |||
/** 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#774f91e0]] | ENABLED |
1 | 2 | [[#774f91e0]] | NAME |
2 | 1 | [[#774f9080]] | "enabled" |
2 | 2 | [[#774f9080]] | "name" |
3 | 1 | [[#774f9000]] | RUN_IN_BATCH_MODE |
3 | 2 | [[#774f9000]] | CLASS |
4 | 1 | [[#774f90e0]] | "runInBatchMode" |
4 | 2 | [[#774f90e0]] | "class" |