CloneSet7869


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.967statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14229
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java
24235
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java
Clone Instance
1
Line Count
4
Source Line
229
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java

                if (str != null)
                        fSortOrderList.setElements(parseList(str));
                else
                        fSortOrderList.setElements(parseList(ALL_SORTMEMBER_ENTRIES));


Clone Instance
2
Line Count
4
Source Line
235
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java

                if (str != null)
                        fVisibilityOrderList.setElements(parseList(str));
                else
                        fVisibilityOrderList.setElements(parseList(ALL_VISIBILITY_ENTRIES));


Clone AbstractionParameter Count: 2Parameter Bindings

if (str != null)
   [[#variable4e20b260]].setElements(parseList(str));
else
   [[#variable4e20b260]].setElements(parseList( [[#variable4e20b240]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4e20b260]]
fVisibilityOrderList 
12[[#4e20b260]]
fSortOrderList 
21[[#4e20b240]]
ALL_VISIBILITY_ENTRIES 
22[[#4e20b240]]
ALL_SORTMEMBER_ENTRIES