Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.993 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 210 | Scripts/debug/debug_blast_parser.py |
2 | 5 | 53 | Scripts/debug/test_db_registry.py |
| ||||
try : optlist,args = getopt.getopt(sys.argv[1: ],"hpnov") except getopt.error,x: print >>sys.stderr,x sys.exit( -1) |
| ||||
try : optlist,args = getopt.getopt(sys.argv[1: ],"h") except getopt.error,x: print >>sys.stderr,x sys.exit( -1) |
| |||
try : optlist,args = getopt.getopt(sys.argv[1: ], [[#variable7c34b940]]) except getopt.error,x: print >>sys.stderr,x sys.exit( -1) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7c34b940]] | "hpnov" |
1 | 2 | [[#7c34b940]] | "h" |