Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.964 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 59 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/FilterDescriptor.java |
2 | 4 | 48 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverDescriptor.java |
| ||||
private static final String CLASS_ATTRIBUTE = "class"; //$NON-NLS-1$ private static final String NAME_ATTRIBUTE = "name"; //$NON-NLS-1$ private static final String ENABLED_ATTRIBUTE = "enabled"; //$NON-NLS-1$ private static final String DESCRIPTION_ATTRIBUTE = "description"; //$NON-NLS-1$ |
| ||||
private static final String CLASS_ATTRIBUTE = "class"; //$NON-NLS-1$ private static final String LABEL_ATTRIBUTE = "label"; //$NON-NLS-1$ private static final String ACTIVATE_PLUG_IN_ATTRIBUTE = "activate"; //$NON-NLS-1$ private static final String DESCRIPTION_ATTRIBUTE = "description"; //$NON-NLS-1$ |
| |||
private static final String CLASS_ATTRIBUTE = "class"; //$NON-NLS-1$ private static final String [[#variable61f2d200]]= [[#variable61f2c680]]; //$NON-NLS-1$ private static final String [[#variable61f2c620]]= [[#variable61ca9e00]]; //$NON-NLS-1$ private static final String DESCRIPTION_ATTRIBUTE = "description"; //$NON-NLS-1$ //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61f2d200]] | LABEL_ATTRIBUTE |
1 | 2 | [[#61f2d200]] | NAME_ATTRIBUTE |
2 | 1 | [[#61f2c680]] | "label" |
2 | 2 | [[#61f2c680]] | "name" |
3 | 1 | [[#61f2c620]] | ACTIVATE_PLUG_IN_ATTRIBUTE |
3 | 2 | [[#61f2c620]] | ENABLED_ATTRIBUTE |
4 | 1 | [[#61ca9e00]] | "activate" |
4 | 2 | [[#61ca9e00]] | "enabled" |