CloneSet348


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.993compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15210
Scripts/debug/debug_blast_parser.py
2553
Scripts/debug/test_db_registry.py
Clone Instance
1
Line Count
5
Source Line
210
Source File
Scripts/debug/debug_blast_parser.py

    try :
        
        optlist,args =  getopt.getopt(sys.argv[1: ],"hpnov") 
    except getopt.error,x: 
        print >>sys.stderr,x 
        sys.exit( -1) 


Clone Instance
2
Line Count
5
Source Line
53
Source File
Scripts/debug/test_db_registry.py

    try :
        
        optlist,args =  getopt.getopt(sys.argv[1: ],"h") 
    except getopt.error,x: 
        print >>sys.stderr,x 
        sys.exit( -1) 


Clone AbstractionParameter Count: 1Parameter Bindings

try :
  optlist,args = getopt.getopt(sys.argv[1: ], [[#variable7c34b940]]) 
except getopt.error,x:
  print >>sys.stderr,x 
  sys.exit( -1) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#7c34b940]]
"hpnov" 
12[[#7c34b940]]
"h"