CloneSet301


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000stmt_list[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15137
Bio/Restriction/_Update/RestrictionCompiler.py
2567
Bio/Restriction/_Update/Update.py
Clone Instance
1
Line Count
5
Source Line
137
Source File
Bio/Restriction/_Update/RestrictionCompiler.py

    t = time.gmtime( ) 
    year = str(t.tm_year)[ -1] 
    month = str(t.tm_mon) 
    if len(month)==1:month = "0"+month 
    return year+month 


Clone Instance
2
Line Count
5
Source Line
67
Source File
Bio/Restriction/_Update/Update.py

        t = time.gmtime( ) 
        year = str(t.tm_year)[ -1] 
        month = str(t.tm_mon) 
        if len(month)==1:month = "0"+month 
        return year+month 


Clone AbstractionParameter Count: 0Parameter Bindings

t = time.gmtime( ) 
year = str(t.tm_year)[ -1] 
month = str(t.tm_mon) 
if len(month)==1:month = "0"+month 
return year+month 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None