CloneSet1345


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5440.950statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15192
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java
25211
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java
35238
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java
46400
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java
Clone Instance
1
Line Count
5
Source Line
192
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java

                excomposite = createStyleSection(composite, label, nColumns);

                othersComposite = new Composite(excomposite, SWT.NONE);
                excomposite.setClient(othersComposite);
                othersComposite.setLayout(new GridLayout(nColumns, false));


Clone Instance
2
Line Count
5
Source Line
211
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java

                excomposite = createStyleSection(composite, label, nColumns);

                othersComposite = new Composite(excomposite, SWT.NONE);
                excomposite.setClient(othersComposite);
                othersComposite.setLayout(new GridLayout(nColumns, false));


Clone Instance
3
Line Count
5
Source Line
238
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java

                excomposite = createStyleSection(composite, label, nColumns);

                inner = new Composite(excomposite, SWT.NONE);
                inner.setFont(composite.getFont());
                inner.setLayout(new GridLayout(nColumns, false));


Clone Instance
4
Line Count
6
Source Line
400
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java

                excomposite = createStyleSection(composite, label, nColumns);


                inner = new Composite(excomposite, SWT.NONE);
                inner.setFont(composite.getFont());
                inner.setLayout(new GridLayout(nColumns, false));


Clone AbstractionParameter Count: 4Parameter Bindings

excomposite = createStyleSection(composite, label, nColumns);
 [[#variable555cdb00]]= new Composite(excomposite, SWT.NONE);
 [[#variable555cd9c0]]. [[#variable555cd980]]( [[#variable555cda80]]);
 [[#variable555cdb00]].setLayout(new GridLayout(nColumns, false));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#555cdb00]]
inner 
12[[#555cdb00]]
othersComposite 
13[[#555cdb00]]
othersComposite 
14[[#555cdb00]]
inner 
21[[#555cd9c0]]
inner 
22[[#555cd9c0]]
excomposite 
23[[#555cd9c0]]
excomposite 
24[[#555cd9c0]]
inner 
31[[#555cd980]]
setFont 
32[[#555cd980]]
setClient 
33[[#555cd980]]
setClient 
34[[#555cd980]]
setFont 
41[[#555cda80]]
composite.getFont() 
42[[#555cda80]]
othersComposite 
43[[#555cda80]]
othersComposite 
44[[#555cda80]]
composite.getFont()