Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.970 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 194 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodeFormatterConfigurationBlock.java |
2 | 2 | 213 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodeFormatterConfigurationBlock.java |
| ||||
final ModifyDialog modifyDialog = new ModifyDialog(fComposite.getShell(), fProfileManager.getSelected(), fProfileManager, false); modifyDialog.open(); |
| ||||
final ModifyDialog modifyDialog = new ModifyDialog(fComposite.getShell(), p.getCreatedProfile(), fProfileManager, true); modifyDialog.open(); |
| |||
final ModifyDialog modifyDialog = new ModifyDialog(fComposite.getShell(), [[#variable57be75c0]]. [[#variable57be7540]](), fProfileManager, [[#variable5731e480]]); modifyDialog.open(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57be75c0]] | p |
1 | 2 | [[#57be75c0]] | fProfileManager |
2 | 1 | [[#57be7540]] | getCreatedProfile |
2 | 2 | [[#57be7540]] | getSelected |
3 | 1 | [[#5731e480]] | true |
3 | 2 | [[#5731e480]] | false |