public static final String RESULT_FILESET = "result";
public JDependTest(String name) {
super(name);
}
public void setUp() {
configureProject(
"src/etc/testcases/taskdefs/optional/jdepend/jdepend.xml");
public static final String RESULT_FILESET = "result";
public ClassFileSetTest(String name) {
super(name);
}
public void setUp() {
// share the setup for testing the depend task
configureProject("src/etc/testcases/taskdefs/optional/depend/depend.xml");
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTest.java
|
|
File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/optional/depend/ClassFileSetTest.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public static final String RESULT_FILESET = "result";↵ | | 1 | public static final String RESULT_FILESET = "result";↵
|
|
2 | public JDependTest(String name) {↵ | | 2 | public ClassFileSetTest(String name) {↵
|
3 | super(name);↵ | | 3 | super(name);↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public void setUp() {↵ | | 5 | public void setUp() {↵
|
| | | 6 | // share the setup for testing the depend task↵
|
6 | configureProject(↵ | | 7 | configureProject(↵
|
7 | "src/etc/testcases/taskdefs/optional/jdepend/jdepend.xml"); | | 8 | "src/etc/testcases/taskdefs/optional/depend/depend.xml");
|
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 |