CloneSet218


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000stmt_list[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16140
Bio/Sequencing/Ace.py
26161
Bio/Sequencing/Ace.py
Clone Instance
1
Line Count
6
Source Line
140
Source File
Bio/Sequencing/Ace.py

            self.name = header[0] 
            self.tag_type = header[1] 
            self.program = header[2] 
            self.padded_start = int(header[3]) 
            self.padded_end = int(header[4]) 
            self.date = header[5] 


Clone Instance
2
Line Count
6
Source Line
161
Source File
Bio/Sequencing/Ace.py

            self.name = header[0] 
            self.tag_type = header[1] 
            self.program = header[2] 
            self.padded_start = int(header[3]) 
            self.padded_end = int(header[4]) 
            self.date = header[5] 


Clone AbstractionParameter Count: 0Parameter Bindings

self.name = header[0] 
self.tag_type = header[1] 
self.program = header[2] 
self.padded_start = int(header[3]) 
self.padded_end = int(header[4]) 
self.date = header[5] 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None