Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.961 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 200 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java |
2 | 2 | 130 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java |
| ||||
fControlsComposite = new Composite(composite, SWT.NONE); fControlsComposite.setFont(composite.getFont()); |
| ||||
fTabFolder = new TabFolder(composite, SWT.NONE); fTabFolder.setFont(composite.getFont()); |
| |||
[[#variable9ae3bd80]]= new [[#variable9ae3b7c0]](composite, SWT.NONE); [[#variable9ae3bd80]].setFont(composite.getFont()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9ae3bd80]] | fTabFolder |
1 | 2 | [[#9ae3bd80]] | fControlsComposite |
2 | 1 | [[#9ae3b7c0]] | TabFolder |
2 | 2 | [[#9ae3b7c0]] | Composite |