Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.950 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1393 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java |
2 | 6 | 1408 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java |
| |||||
/** * Take care that some output is produced in report files if the * watchdog kills the test. * * @since Ant 1.5.2 */ private void logTimeout(FormatterElement[] feArray, JUnitTest test, String testCase) { logVmExit(feArray, test, "Timeout occurred. Please note the time in the report does" + " not reflect the time until the timeout.", testCase); } |
| |||||
/** * Take care that some output is produced in report files if the * forked machine exited before the test suite finished but the * reason is not a timeout. * * @since Ant 1.7 */ private void logVmCrash(FormatterElement[] feArray, JUnitTest test, String testCase) { logVmExit(feArray, test, "Forked Java VM exited abnormally. Please note the time in the report" + " does not reflect the time until the VM exit.", testCase); } |
| |||
/** * Take care that some output is produced in report files if the * forked machine exited before the test suite finished but the * reason is not a timeout. * * @since Ant 1.7 */ /** * Take care that some output is produced in report files if the * watchdog kills the test. * * @since Ant 1.5.2 */ private void [[#variable13064100]](FormatterElement[] feArray, JUnitTest test, String testCase) { logVmExit(feArray, test, [[#variable13064060]] + [[#variable13071fc0]], testCase); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13064100]] | logTimeout |
1 | 2 | [[#13064100]] | logVmCrash |
2 | 1 | [[#13064060]] | "Timeout occurred. Please note the time in the report does" |
2 | 2 | [[#13064060]] | "Forked Java VM exited abnormally. Please note the time in the report" |
3 | 1 | [[#13071fc0]] | " not reflect the time until the timeout." |
3 | 2 | [[#13071fc0]] | " does not reflect the time until the VM exit." |