Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 135 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractSupertypeMemberPage.java |
2 | 2 | 368 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMethodPage.java |
3 | 2 | 204 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/UseSupertypeWizard.java |
| ||||
final GridData data = new GridData(GridData.FILL_BOTH); data.heightHint = convertHeightInCharsToPixels(15); |
| ||||
final GridData gd = new GridData(GridData.FILL_BOTH); gd.heightHint = convertHeightInCharsToPixels(20); |
| ||||
final GridData data = new GridData(GridData.FILL_BOTH); data.heightHint = convertHeightInCharsToPixels(12); |
| |||
final GridData [[#variable774930c0]]= new GridData(GridData.FILL_BOTH); [[#variable774930c0]].heightHint = convertHeightInCharsToPixels( [[#variable77493080]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#774930c0]] | data |
1 | 2 | [[#774930c0]] | gd |
1 | 3 | [[#774930c0]] | data |
2 | 1 | [[#77493080]] | 12 |
2 | 2 | [[#77493080]] | 20 |
2 | 3 | [[#77493080]] | 15 |