Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 465 | Bio/Parsers/spark.py |
2 | 6 | 489 | Bio/Parsers/spark.py |
| ||||
name = "n_"+self.typestring(node) if hasattr(self,name): func = getattr(self,name) func(node) else: self.default(node) |
| ||||
name = "n_"+self.typestring(node) if hasattr(self,name): func = getattr(self,name) func(node) else: self.default(node) |
| |||
name = "n_"+self.typestring(node) if hasattr(self,name): func = getattr(self,name) func(node) else: self.default(node) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |