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 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 58 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/HeadFilter.java |
2 | 6 | 61 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/TailFilter.java |
| |||||
/** A line tokenizer */ private LineTokenizer lineTokenizer = null; /** the current line from the input stream */ private String line = null; /** the position in the current line */ private int linePos = 0; |
| |||||
/** A line tokenizer */ private LineTokenizer lineTokenizer = null; /** the current line from the input stream */ private String line = null; /** the position in the current line */ private int linePos = 0; |
| |||
/** A line tokenizer */ private LineTokenizer lineTokenizer = null; /** the current line from the input stream */ private String line = null; /** the position in the current line */ private int linePos = 0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |