Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.994 | stmt_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 67 | Bio/Pathway/Rep/Graph.py |
2 | 4 | 63 | Bio/Pathway/Rep/MultiGraph.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)) |
| ||||
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)) |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#75482b40]] | to |
1 | 2 | [[#75482b40]] | edge |