CloneSet232


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.990stmt_list[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1793
Scripts/SeqGui/SeqGui.py
27100
Scripts/SeqGui/SeqGui.py
Clone Instance
1
Line Count
7
Source Line
93
Source File
Scripts/SeqGui/SeqGui.py

        lc.width.PercentOf(self,wxWidth,25) 
        apply_button.SetConstraints(lc) 

        lc = wxLayoutConstraints( ) 
        lc.bottom.SameAs(self,wxBottom,10) 
        lc.left.RightOf(apply_button,5) 
        lc.height.AsIs( ) 


Clone Instance
2
Line Count
7
Source Line
100
Source File
Scripts/SeqGui/SeqGui.py

        lc.width.PercentOf(self,wxWidth,25) 
        clear_button.SetConstraints(lc) 

        lc = wxLayoutConstraints( ) 
        lc.bottom.SameAs(self,wxBottom,10) 
        lc.left.RightOf(clear_button,5) 
        lc.height.AsIs( ) 


Clone AbstractionParameter Count: 1Parameter Bindings

lc.width.PercentOf(self,wxWidth,25) 
 [[#variable1af02fe0]].SetConstraints(lc) 
lc = wxLayoutConstraints( ) 
lc.bottom.SameAs(self,wxBottom,10) 
lc.left.RightOf( [[#variable1af02fe0]],5) 
lc.height.AsIs( ) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1af02fe0]]
apply_button 
12[[#1af02fe0]]
clear_button