Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 641 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Main.java |
2 | 2 | 142 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/ParallelTest.java |
| |||||
System.setOut(new PrintStream(new DemuxOutputStream(project, false))); System.setErr(new PrintStream(new DemuxOutputStream(project, true))); |
| |||||
System.setOut(new PrintStream(new DemuxOutputStream(p, false))); System.setErr(new PrintStream(new DemuxOutputStream(p, true))); |
| |||
System.setOut(new PrintStream(new DemuxOutputStream( [[#variable1120b740]], false))); System.setErr(new PrintStream(new DemuxOutputStream( [[#variable1120b740]], true))); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1120b740]] | project |
1 | 2 | [[#1120b740]] | p |