CloneSet90


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12220.986stmt_list[11]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112115
Scripts/SeqGui/SeqGui.py
212133
Scripts/SeqGui/SeqGui.py
Clone Instance
1
Line Count
12
Source Line
115
Source File
Scripts/SeqGui/SeqGui.py

        lc.height.AsIs( ) 
        lc.right.SameAs(self,wxRight,5) 
        src_static.SetConstraints(lc) 

        src_text = wxTextCtrl(self, -1,"",style = wxTE_MULTILINE) 
        lc = wxLayoutConstraints( ) 
        lc.top.Below(src_static,5) 
        lc.left.SameAs(self,wxLeft,5) 
        lc.height.PercentOf(self,wxHeight,30) 
        lc.right.SameAs(self,wxRight,5) 
        src_text.SetConstraints(lc) 
        self.src_text = src_text 


Clone Instance
2
Line Count
12
Source Line
133
Source File
Scripts/SeqGui/SeqGui.py

        lc.height.AsIs( ) 
        lc.right.SameAs(self,wxRight,5) 
        dest_static.SetConstraints(lc) 

        dest_text = wxTextCtrl(self, -1,"",style = wxTE_MULTILINE) 
        lc = wxLayoutConstraints( ) 
        lc.top.Below(dest_static,5) 
        lc.left.SameAs(self,wxLeft,5) 
        lc.height.PercentOf(self,wxHeight,30) 
        lc.right.SameAs(self,wxRight,5) 
        dest_text.SetConstraints(lc) 
        self.dest_text = dest_text 


Clone AbstractionParameter Count: 2Parameter Bindings

lc.height.AsIs( ) 
lc.right.SameAs(self,wxRight,5) 
 [[#variable625fff20]].SetConstraints(lc) 
 [[#variable5c0714e0]]= wxTextCtrl(self, -1,"",style = wxTE_MULTILINE) 
lc = wxLayoutConstraints( ) 
lc.top.Below( [[#variable625fff20]],5) 
lc.left.SameAs(self,wxLeft,5) 
lc.height.PercentOf(self,wxHeight,30) 
lc.right.SameAs(self,wxRight,5) 
 [[#variable5c0714e0]].SetConstraints(lc) 
self. [[#variable5c0714e0]]= [[#variable5c0714e0]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#625fff20]]
dest_static 
12[[#625fff20]]
src_static 
21[[#5c0714e0]]
dest_text 
22[[#5c0714e0]]
src_text