CloneSet217


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.972stmt_list[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17198
Scripts/xbbtools/xbb_widget.py
26214
Scripts/xbbtools/xbb_widget.py
Clone Instance
1
Line Count
7
Source Line
198
Source File
Scripts/xbbtools/xbb_widget.py

        self.seq_info1 = Frame(parent,relief = RIDGE,borderwidth = 5,height = 30) 

        self.seq_info1.pack(fill = BOTH,expand = 1,side = TOP) 

        self.position_ids = { } 
        d = self.position_ids 
        d["id"] = Label(self.seq_info1,width = 10) 


Clone Instance
2
Line Count
6
Source Line
214
Source File
Scripts/xbbtools/xbb_widget.py

        self.seq_info2 = Frame(parent,relief = RIDGE,borderwidth = 5,height = 30) 

        self.seq_info2.pack(fill = BOTH,expand = 1,side = TOP) 
        self.statistics_ids = { } 
        d = self.statistics_ids 
        d["length_id"] = Label(self.seq_info2,width = 10) 


Clone AbstractionParameter Count: 3Parameter Bindings

self. [[#variable198782c0]]= Frame(parent,relief = RIDGE,borderwidth = 5,height = 30) 
self. [[#variable198782c0]].pack(fill = BOTH,expand = 1,side = TOP) 
self. [[#variable19c2e480]]= { } 
d = self. [[#variable19c2e480]]
d[ [[#variable19625260]]] = Label(self. [[#variable198782c0]],width = 10) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#198782c0]]
seq_info1 
12[[#198782c0]]
seq_info2 
21[[#19c2e480]]
position_ids 
22[[#19c2e480]]
statistics_ids 
31[[#19625260]]
"id" 
32[[#19625260]]
"length_id"