private File libraryFile; /** * Filesets specifying all the librarys * to display information about. */ private final Vector extensionFileSets = new Vector();
private File libraryFile; /** * Filesets specifying all the librarys * to display information about. */ private final Vector libraryFileSets = new Vector();
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/JarLibAvailableTask.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/JarLibDisplayTask.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
private File libraryFile;
1
private File libraryFile;
2
    /**
2
    /**
3
     * Filesets specifying all the librarys
3
     * Filesets specifying all the librarys
4
     * to display information about.
4
     * to display information about.
5
     */
5
     */
6
    private final Vector extensionFileSets = new Vector();
6
    private final Vector libraryFileSets = new Vector();
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.0
Clones location
Number of node comparisons0