CloneSet296


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.994stmt_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1467
Bio/Pathway/Rep/Graph.py
2463
Bio/Pathway/Rep/MultiGraph.py
Clone Instance
1
Line Count
4
Source Line
67
Source File
Bio/Pathway/Rep/Graph.py

        self.__adjacency_list[source].add(to) 
        if label not in self.__label_map: 
             self.__label_map[label] = HashSet( ) 
        self.__label_map[label].add((source,to)) 


Clone Instance
2
Line Count
4
Source Line
63
Source File
Bio/Pathway/Rep/MultiGraph.py

        self.__adjacency_list[source].add(edge) 
        if label not in self.__label_map: 
             self.__label_map[label] = HashSet( ) 
        self.__label_map[label].add((source,to)) 


Clone AbstractionParameter Count: 1Parameter Bindings

self.__adjacency_list[source].add( [[#variable75482b40]]) 
if label not in self.__label_map:
  self.__label_map[label] = HashSet( ) 
self.__label_map[label].add((source,to)) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#75482b40]]
to 
12[[#75482b40]]
edge