if (!f.exists() || !f.isDirectory()) { String msg = "\"" + f.getPath() + "\" does not represent a valid" + " directory. JDepend would fail."; log(msg); throw new BuildException(msg); }
if (!f.exists()) { String msg = "\"" + f.getPath() + "\" does not represent a valid" + " file or directory. JDepend would fail."; log(msg); throw new BuildException(msg); }
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTask.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTask.java
Method name: int executeInVM(CommandlineJava) Method name: int executeInVM(CommandlineJava)
Number of AST nodes: 4 Number of AST nodes: 4
1
if (!f.exists() || !f.isDirectory()) {
1
if (!f.exists()) {
2
                        String msg = "\""
2
                        String msg = "\""
3
                            + f.getPath()
3
                            + f.getPath()
4
                            + "\" does not represent a valid"
4
                            + "\" does not represent a valid"
5
                            + " directory. JDepend would fail.";
5
                            + " file or directory. JDepend would fail.";
6
                        log(msg);
6
                        log(msg);
7
                        throw new BuildException(msg);
7
                        throw new BuildException(msg);
8
                    }
8
                    }
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.1
Clones locationClones are in the same method
Number of node comparisons1