Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 1 | 0.975 | stmt_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 26 | Scripts/Restriction/ranacompiler.py |
2 | 13 | 19 | 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.") options,args = parser.parse_args( ) |
| ||||
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( ) |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#78062dc0]] | options,args |
1 | 2 | [[#78062dc0]] | (option,args) |