Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 4 | 0.950 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 192 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java |
2 | 5 | 211 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java |
3 | 5 | 238 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java |
4 | 6 | 400 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java |
| ||||
excomposite = createStyleSection(composite, label, nColumns); othersComposite = new Composite(excomposite, SWT.NONE); excomposite.setClient(othersComposite); othersComposite.setLayout(new GridLayout(nColumns, false)); |
| ||||
excomposite = createStyleSection(composite, label, nColumns); othersComposite = new Composite(excomposite, SWT.NONE); excomposite.setClient(othersComposite); othersComposite.setLayout(new GridLayout(nColumns, false)); |
| ||||
excomposite = createStyleSection(composite, label, nColumns); inner = new Composite(excomposite, SWT.NONE); inner.setFont(composite.getFont()); inner.setLayout(new GridLayout(nColumns, false)); |
| ||||
excomposite = createStyleSection(composite, label, nColumns); inner = new Composite(excomposite, SWT.NONE); inner.setFont(composite.getFont()); inner.setLayout(new GridLayout(nColumns, false)); |
| |||
excomposite = createStyleSection(composite, label, nColumns); [[#variable555cdb00]]= new Composite(excomposite, SWT.NONE); [[#variable555cd9c0]]. [[#variable555cd980]]( [[#variable555cda80]]); [[#variable555cdb00]].setLayout(new GridLayout(nColumns, false)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#555cdb00]] | inner |
1 | 2 | [[#555cdb00]] | othersComposite |
1 | 3 | [[#555cdb00]] | othersComposite |
1 | 4 | [[#555cdb00]] | inner |
2 | 1 | [[#555cd9c0]] | inner |
2 | 2 | [[#555cd9c0]] | excomposite |
2 | 3 | [[#555cd9c0]] | excomposite |
2 | 4 | [[#555cd9c0]] | inner |
3 | 1 | [[#555cd980]] | setFont |
3 | 2 | [[#555cd980]] | setClient |
3 | 3 | [[#555cd980]] | setClient |
3 | 4 | [[#555cd980]] | setFont |
4 | 1 | [[#555cda80]] | composite.getFont() |
4 | 2 | [[#555cda80]] | othersComposite |
4 | 3 | [[#555cda80]] | othersComposite |
4 | 4 | [[#555cda80]] | composite.getFont() |