CloneSet1218


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121624
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/DirectoryScanner.java
22499
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/net/FTP.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
1624
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/DirectoryScanner.java

/**
 * Has the directory with the given path relative to the base
 * directory already been scanned?
 *
 * <p>Registers the given directory as scanned as a side effect.</p>
 *
 * @since Ant 1.6
 */
private boolean hasBeenScanned(String vpath) {
  return !scannedDirs.add(vpath);
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
499
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/net/FTP.java

/**
 * Has the directory with the given path relative to the base
 * directory already been scanned?
 *
 * <p>Registers the given directory as scanned as a side effect.</p>
 *
 * @since Ant 1.6
 */
private boolean hasBeenScanned(String vpath) {
  return !scannedDirs.add(vpath);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Has the directory with the given path relative to the base
     * directory already been scanned?
     *
     * <p>Registers the given directory as scanned as a side effect.</p>
     *
     * @since Ant 1.6
     */
/**
         * Has the directory with the given path relative to the base
         * directory already been scanned?
         *
         * <p>Registers the given directory as scanned as a side effect.</p>
         *
         * @since Ant 1.6
         */
private boolean hasBeenScanned(String vpath) {
  return !scannedDirs.add(vpath);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None