Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.985 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 748 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/FixCrLfFilter.java |
2 | 8 | 826 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/FixCrLfFilter.java |
| |||||
private int columnNumber = 0; private int tabLength = 0; public AddTabFilter(Reader in, int tabLength) { super(in); this.tabLength = tabLength; } |
| |||||
private int columnNumber = 0; private int tabLength = 0; public RemoveTabFilter(Reader in, int tabLength) { super(in); this.tabLength = tabLength; } |
| |||
private int columnNumber = 0; private int tabLength = 0; public [[#variable1316e340]](Reader in, int tabLength) { super(in); this.tabLength = tabLength; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1316e340]] | AddTabFilter |
1 | 2 | [[#1316e340]] | RemoveTabFilter |