Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 3 | 0.963 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 93 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ParameterEditDialog.java |
2 | 3 | 128 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ParameterEditDialog.java |
3 | 3 | 305 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java |
| ||||
fType = new Text(result, SWT.BORDER); gd = new GridData(GridData.FILL_HORIZONTAL); fType.setLayoutData(gd); |
| ||||
fDefaultValue = new Text(result, SWT.BORDER); gd = new GridData(GridData.FILL_HORIZONTAL); fDefaultValue.setLayoutData(gd); |
| ||||
fModifierEditor = new Text(hoverComposite, SWT.BORDER); gd = new GridData(GridData.HORIZONTAL_ALIGN_FILL); fModifierEditor.setLayoutData(gd); |
| |||
[[#variable95181ca0]]= new Text( [[#variable95180be0]], SWT.BORDER); gd = new GridData(GridData. [[#variable95181ce0]]); [[#variable95181ca0]].setLayoutData(gd); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95181ca0]] | fModifierEditor |
1 | 2 | [[#95181ca0]] | fType |
1 | 3 | [[#95181ca0]] | fDefaultValue |
2 | 1 | [[#95180be0]] | hoverComposite |
2 | 2 | [[#95180be0]] | result |
2 | 3 | [[#95180be0]] | result |
3 | 1 | [[#95181ce0]] | HORIZONTAL_ALIGN_FILL |
3 | 2 | [[#95181ce0]] | FILL_HORIZONTAL |
3 | 3 | [[#95181ce0]] | FILL_HORIZONTAL |