Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 5 | 0.955 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 43 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringElementFilterDescriptor.java |
2 | 6 | 48 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/FilterDescriptor.java |
| ||||
private static final String EXTENSION_POINT_NAME = "internal_refactoringElementFilter"; //$NON-NLS-1$ private static final String FILTER_TAG = "filter"; //$NON-NLS-1$ private static final String ID_ATTRIBUTE = "id"; //$NON-NLS-1$ private static final String CLASS_ATTRIBUTE = "class"; //$NON-NLS-1$ |
| ||||
private static final String EXTENSION_POINT_NAME = "javaElementFilters"; //$NON-NLS-1$ private static final String FILTER_TAG = "filter"; //$NON-NLS-1$ private static final String PATTERN_ATTRIBUTE = "pattern"; //$NON-NLS-1$ private static final String ID_ATTRIBUTE = "id"; //$NON-NLS-1$ |
| |||
private static final String EXTENSION_POINT_NAME = [[#variable6176f7e0]]; //$NON-NLS-1$ private static final String FILTER_TAG = "filter"; //$NON-NLS-1$ private static final String [[#variable6176f740]]= [[#variable6176f640]]; //$NON-NLS-1$ //$NON-NLS-1$ private static final String [[#variable6176ea40]]= [[#variable6176f6e0]]; //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6176f7e0]] | "internal_refactoringElementFilter" |
1 | 2 | [[#6176f7e0]] | "javaElementFilters" |
2 | 1 | [[#6176f740]] | ID_ATTRIBUTE |
2 | 2 | [[#6176f740]] | PATTERN_ATTRIBUTE |
3 | 1 | [[#6176f640]] | "id" |
3 | 2 | [[#6176f640]] | "pattern" |
4 | 1 | [[#6176ea40]] | CLASS_ATTRIBUTE |
4 | 2 | [[#6176ea40]] | ID_ATTRIBUTE |
5 | 1 | [[#6176f6e0]] | "class" |
5 | 2 | [[#6176f6e0]] | "id" |