Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.989 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 310 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractConstantWizard.java |
2 | 4 | 180 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/DeleteWizard.java |
3 | 4 | 148 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java |
| ||||
private boolean saveSettings() { if (getContainer() instanceof Dialog) return ((Dialog) getContainer()).getReturnCode() == IDialogConstants.OK_ID; return true; } |
| ||||
protected boolean saveSettings() { if (getContainer() instanceof Dialog) return ((Dialog) getContainer()).getReturnCode() == IDialogConstants.OK_ID; return true; } |
| ||||
protected boolean saveSettings() { if (getContainer() instanceof Dialog) return ((Dialog) getContainer()).getReturnCode() == IDialogConstants.OK_ID; return true; } |
| |||
[[#variable5c673820]]boolean saveSettings() { if (getContainer() instanceof Dialog) return ((Dialog) getContainer()).getReturnCode() == IDialogConstants.OK_ID; return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5c673820]] | protected |
1 | 2 | [[#5c673820]] | private |
1 | 3 | [[#5c673820]] | protected |