Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 2 | 0.972 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 212 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/converter/ui/contribution/base/ModelConverterPackagePage.java |
2 | 14 | 545 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/converter/ui/contribution/base/ModelConverterPackagePage.java |
| |||||
composite.setLayoutData(new GridData(GridData.FILL_BOTH)); { FormLayout layout = new FormLayout(); layout.marginTop = 10; layout.spacing = 10; composite.setLayout(layout); } Label packagesLabel = new Label(composite, SWT.LEFT); packagesLabel.setText(getPackagesLabel()); { FormData data = new FormData(); data.left = new FormAttachment(0); packagesLabel.setLayoutData(data); } |
| |||||
composite.setLayoutData(new GridData(GridData.FILL_BOTH)); { FormLayout layout = new FormLayout(); layout.marginTop = 10; layout.spacing = 10; composite.setLayout(layout); } Label referencedGenModelsLabel = new Label(composite, SWT.LEFT); referencedGenModelsLabel.setText(getReferencedGenModelsLabel()); { FormData data = new FormData(); data.left = new FormAttachment(0); referencedGenModelsLabel.setLayoutData(data); } |
| |||
composite.setLayoutData(new GridData(GridData.FILL_BOTH)); { FormLayout layout = new FormLayout(); layout.marginTop = 10; layout.spacing = 10; composite.setLayout(layout); } Label [[#variable17240b40]]= new Label(composite, SWT.LEFT); [[#variable17240b40]].setText( [[#variable17243520]]()); { FormData data = new FormData(); data.left = new FormAttachment(0); [[#variable17240b40]].setLayoutData(data); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17240b40]] | packagesLabel |
1 | 2 | [[#17240b40]] | referencedGenModelsLabel |
2 | 1 | [[#17243520]] | getPackagesLabel |
2 | 2 | [[#17243520]] | getReferencedGenModelsLabel |