void testAntlib_uri_auto() {
if (isSharedJVM()) {
executeTarget("antlib_uri_auto");
}
}
public void testAntlib_uri_auto2() {
if (isSharedJVM()) {
executeTarget("antlib_uri_auto2");
}
void testAntlib_uri() {
if (isSharedJVM()) {
executeTarget("antlib_uri");
}
}
public void testAntlib_uri_auto() {
if (isSharedJVM()) {
executeTarget("antlib_uri_auto");
}
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/AntlibTest.java
|
|
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/AntlibTest.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | void testAntlib_uri_auto() {↵ | | 1 | void testAntlib_uri() {↵
|
2 | if (isSharedJVM()) {↵ | | 2 | if (isSharedJVM()) {↵
|
3 | executeTarget("antlib_uri_auto");↵ | | 3 | executeTarget("antlib_uri");↵
|
4 | }↵ | | 4 | }↵
|
5 | }↵ | | 5 | }↵
|
|
6 | public void testAntlib_uri_auto2() {↵ | | 6 | public void testAntlib_uri_auto() {↵
|
7 | if (isSharedJVM()) {↵ | | 7 | if (isSharedJVM()) {↵
|
8 | executeTarget("antlib_uri_auto2");↵ | | 8 | executeTarget("antlib_uri_auto");↵
|
9 | }↵ | | 9 | }↵
|
10 | | | 10 |
|
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 |