Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.971 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 156 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/PropertyFileTest.java |
2 | 1 | 172 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/PropertyFileTest.java |
| |||||
FileOutputStream fos = new FileOutputStream(new File(System.getProperty("root"), testPropsFilePath)); |
| |||||
FileOutputStream fos = new FileOutputStream(new File(System.getProperty("root"), buildPropsFilePath)); |
| |||
FileOutputStream fos = new FileOutputStream(new File(System.getProperty("root"), [[#variable11267980]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11267980]] | testPropsFilePath |
1 | 2 | [[#11267980]] | buildPropsFilePath |