CloneSet241


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12210.975stmt_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11226
Scripts/Restriction/ranacompiler.py
21319
Scripts/Restriction/rebase_update.py
Clone Instance
1
Line Count
12
Source Line
26
Source File
Scripts/Restriction/ranacompiler.py

    add("-m","--e-mail",action =  "store",dest =    "rebase_password",default = "",help =    "set the e-mail address to be used as password for the"
                                                                                   "anonymous ftp connection to Rebase.") 




    add("-p","--proxy",action =  "store",dest =    "ftp_proxy",default = "",help =    "set the proxy to be used by the ftp connection.") 




    options,args =  parser.parse_args( ) 


Clone Instance
2
Line Count
13
Source Line
19
Source File
Scripts/Restriction/rebase_update.py

    add("-m","--e-mail",action =  "store",dest =    "rebase_password",default = "",help =    "set the e-mail address to be used as password for the"
                                                                                   "anonymous ftp connection to Rebase.") 




    add("-p","--proxy",action =  "store",dest =    "ftp_proxy",default = "",help =    "set the proxy to be used by the ftp connection.") 





    (option,args) =  parser.parse_args( ) 


Clone AbstractionParameter Count: 1Parameter Bindings

add("-m","--e-mail",action = "store",dest = "rebase_password",default = "",help = "set the e-mail address to be used as password for the" "anonymous ftp connection to Rebase.") 
add("-p","--proxy",action = "store",dest = "ftp_proxy",default = "",help = "set the proxy to be used by the ftp connection.") 
 [[#variable78062dc0]]= parser.parse_args( ) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#78062dc0]]
options,args 
12[[#78062dc0]]
(option,args)