void test5() {
expectBuildException("test5", "dest invalid (or no http-server on local machine)");
}
public void test6() {
executeTarget("test6");
}
public void testUseTimestamp() {
executeTarget("testUseTimestamp");
}
public void testUseTomorrow() {
executeTarget("testUseTomorrow");
void test1() {
expectBuildException("test1", "Required argument repository not specified");
}
public void test2() {
executeTarget("test2");
}
public void test3() {
executeTarget("test3");
}
public void test4() {
executeTarget("test4");
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/GetTest.java
|
|
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/PvcsTest.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | void test5() {↵ | | 1 | void test1() {↵
|
2 | expectBuildException("test5", "dest invalid (or no http-server on local machine)");↵ | | 2 | expectBuildException("test1", "Required argument repository not specified");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void test6() {↵ | | 4 | public void test2() {↵
|
5 | executeTarget("test6");↵ | | 5 | executeTarget("test2");↵
|
6 | }↵ | | 6 | }↵
|
|
7 | public void testUseTimestamp() {↵ | | 7 | public void test3() {↵
|
8 | executeTarget("testUseTimestamp");↵ | | 8 | executeTarget("test3");↵
|
9 | }↵ | | 9 | }↵
|
|
10 | public void testUseTomorrow() {↵ | | 10 | public void test4() {↵
|
11 | executeTarget("testUseTomorrow");↵ | | 11 | executeTarget("test4");↵
|
12 | | | 12 |
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |