CloneSet1474


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.982method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12162
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/UpdateUtil.java
22196
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/UpdateUtil.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
162
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/UpdateUtil.java

/**
 * Lists the specified fromDir and moves all of the files found in that directory that match the specified
 * filePattern to the specified toDir
 * directory.
 * 
 * @param fromDir
 *           the directory to copy files from
 * @param toDir
 *           the directory to copy files to
 * @throws FileNotFoundException
 * @throws IOException
 */
void moveFiles( final FileWrapper fromDir, final String filePattern, boolean matchPattern, final FileWrapper toDir)
  throws FileNotFoundException, IOException;


First
Previous
Clone Instance
2
Line Count
2
Source Line
196
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/UpdateUtil.java

/**
 * Lists the specified fromDir and copies all of the files found in that directory to the specified toDir
 * directory.
 * 
 * @param fromDir
 *           the directory to copy files from
 * @param filePattern
 *           the pattern against which to compare the name of the file
 * @param matchPattern
 *           a boolean value indicating whether or not to match the specified file pattern. If true, then
 *           only filenames that match the pattern are copied. If false, the only filenames that do not
 *           match the pattern are copied.
 * @param toDir
 *           the directory to copy files to
 * @throws FileNotFoundException
 * @throws IOException
 */
void copyDir( final FileWrapper fromDir, final String filePattern, boolean matchPattern, final FileWrapper toDir)
  throws FileNotFoundException, IOException;


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Lists the specified fromDir and moves all of the files found in that directory that match the specified
         * filePattern to the specified toDir
         * directory.
         * 
         * @param fromDir
         *           the directory to copy files from
         * @param toDir
         *           the directory to copy files to
         * @throws FileNotFoundException
         * @throws IOException
         */
/**
         * Lists the specified fromDir and copies all of the files found in that directory to the specified toDir
         * directory.
         * 
         * @param fromDir
         *           the directory to copy files from
         * @param filePattern
         *           the pattern against which to compare the name of the file
         * @param matchPattern
         *           a boolean value indicating whether or not to match the specified file pattern. If true, then
         *           only filenames that match the pattern are copied. If false, the only filenames that do not
         *           match the pattern are copied.
         * @param toDir
         *           the directory to copy files to
         * @throws FileNotFoundException
         * @throws IOException
         */
void [[#variable1c8cc9e0]]( final FileWrapper fromDir, final String filePattern, boolean matchPattern, final FileWrapper toDir)
  throws FileNotFoundException, IOException;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c8cc9e0]]
moveFiles 
12[[#1c8cc9e0]]
copyDir