Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.960 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 100 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/JREsPreferencePage.java |
2 | 3 | 581 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java |
| ||||
GridData data = new GridData(GridData.FILL_BOTH); data.horizontalSpan = 1; control.setLayoutData(data); |
| ||||
final GridData data = new GridData(GridData.FILL_BOTH); data.horizontalSpan = 2; composite.setLayoutData(data); |
| |||
[[#variableb4467a00]]GridData data = new GridData(GridData.FILL_BOTH); data.horizontalSpan = [[#variableb44679c0]]; [[#variableb4467920]].setLayoutData(data); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b4467a00]] | final |
1 | 2 | [[#b4467a00]] | |
2 | 1 | [[#b44679c0]] | 2 |
2 | 2 | [[#b44679c0]] | 1 |
3 | 1 | [[#b4467920]] | composite |
3 | 2 | [[#b4467920]] | control |