CloneSet314


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8220.981stmt_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18791
Bio/Nexus/Nexus.py
28909
Bio/Nexus/Nexus.py
Clone Instance
1
Line Count
8
Source Line
791
Source File
Bio/Nexus/Nexus.py

                state = quotestrip(opts.next_word( )) 
                self.charlabels[identifier] = state 
                # check for comma or end of command
                c = opts.next_nonwhitespace( ) 
                if c is None: 
                     break 
                elif c!=",": 
                     raise NexusError("Missing ',' in line %s."%options) 


Clone Instance
2
Line Count
8
Source Line
909
Source File
Bio/Nexus/Nexus.py

                label = quotestrip(opts.next_word( )) 
                self.translate[identifier] = label 
                # check for comma or end of command
                c = opts.next_nonwhitespace( ) 
                if c is None: 
                     break 
                elif c!=",": 
                     raise NexusError("Missing ',' in line %s."%options) 


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable5e2b6ea0]]= quotestrip(opts.next_word( )) 
self. [[#variable1b0cbf00]][identifier] = [[#variable5e2b6ea0]]
# check for comma or end of command
c = opts.next_nonwhitespace( ) 
if c is None:
  break 
elif c!=",":
  raise NexusError("Missing ',' in line %s."%options) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5e2b6ea0]]
state 
12[[#5e2b6ea0]]
label 
21[[#1b0cbf00]]
charlabels 
22[[#1b0cbf00]]
translate