Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 7 | 2 | 0.965 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 55 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/propertypages/JavaBreakpointAdvancedPage.java |
2 | 2 | 387 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/propertypages/JavaBreakpointPage.java |
3 | 2 | 231 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/propertypages/JavaLineBreakpointPage.java |
4 | 2 | 108 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SortMembersMessageDialog.java |
5 | 2 | 107 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java |
6 | 2 | 282 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java |
7 | 2 | 143 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java |
| ||||
Composite mainComposite = new Composite(parent, SWT.NONE); mainComposite.setFont(parent.getFont()); |
| ||||
Composite composit = new Composite(parent, SWT.NONE); composit.setFont(parent.getFont()); |
| ||||
Composite conditionComposite = new Group(parent, SWT.NONE); conditionComposite.setFont(parent.getFont()); |
| ||||
Composite messageComposite = new Composite(parent, SWT.NONE); messageComposite.setFont(parent.getFont()); |
| ||||
Composite mainComp = new Composite(parent, SWT.NONE); mainComp.setFont(parent.getFont()); |
| ||||
Composite buttons = new Composite(parent, SWT.NONE); buttons.setFont(parent.getFont()); |
| ||||
Composite composite = new Composite(parent, SWT.NONE); composite.setFont(parent.getFont()); |
| |||
Composite [[#variable63595400]]= new [[#variable635953c0]](parent, SWT.NONE); [[#variable63595400]].setFont(parent.getFont()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63595400]] | conditionComposite |
1 | 2 | [[#63595400]] | composit |
1 | 3 | [[#63595400]] | mainComposite |
1 | 4 | [[#63595400]] | buttons |
1 | 5 | [[#63595400]] | mainComp |
1 | 6 | [[#63595400]] | messageComposite |
1 | 7 | [[#63595400]] | composite |
2 | 1 | [[#635953c0]] | Group |
2 | 2 | [[#635953c0]] | Composite |
2 | 3 | [[#635953c0]] | Composite |
2 | 4 | [[#635953c0]] | Composite |
2 | 5 | [[#635953c0]] | Composite |
2 | 6 | [[#635953c0]] | Composite |
2 | 7 | [[#635953c0]] | Composite |