Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.993 | stmt_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 203 | Bio/SeqIO/InsdcIO.py |
2 | 5 | 210 | Bio/SeqIO/InsdcIO.py |
| ||||
while words and len(text)+1+len(words[0])<max_len: text+=" "+words.pop(0) text = text.strip( ) assert len(text)<max_len self._write_single_line(tag,text) |
| ||||
while words and len(text)+1+len(words[0])<max_len: text+=" "+words.pop(0) text = text.strip( ) assert len(text)<max_len self._write_single_line("",text) |
| |||
while words and len(text)+1+len(words[0])<max_len: text+=" "+words.pop(0) text = text.strip( ) assert len(text)<max_len self._write_single_line( [[#variable2d99fd80]],text) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2d99fd80]] | tag |
1 | 2 | [[#2d99fd80]] | "" |