CloneSet206


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
30201.000class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12983
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSADD.java
23083
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKIN.java
Next
Last
Clone Instance
1
Line Count
29
Source Line
83
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSADD.java

/**
 * Add files recursively. Defaults to false.
 *
 * @param recursive  The boolean value for recursive.
 */
public void setRecursive(boolean recursive) {
  super.setInternalRecursive(recursive);
}

/**
 * Unset the READ-ONLY flag on local copies of files added to VSS. Defaults to false.
 *
 * @param   writable The boolean value for writable.
 */
public final void setWritable(boolean writable) {
  super.setInternalWritable(writable);
}

/**
 * Autoresponce behaviour. Valid options are Y and N.
 *
 * @param response The auto response value.
 */
public void setAutoresponse(String response) {
  super.setInternalAutoResponse(response);
}

/**
 * Comment to apply to files added to SourceSafe.
 *
 * @param comment The comment to apply in SourceSafe
 */
public void setComment(String comment) {
  super.setInternalComment(comment);
}


First
Previous
Clone Instance
2
Line Count
30
Source Line
83
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKIN.java

/**
 * Check-in files recursively. Defaults to false.
 *
 * @param recursive  The boolean value for recursive.
 */
public void setRecursive(boolean recursive) {
  super.setInternalRecursive(recursive);
}

/**
 * Unset the READ-ONLY flag on local copies of files checked-in to VSS.
 * Defaults to false.
 *
 * @param   writable The boolean value for writable.
 */
public final void setWritable(boolean writable) {
  super.setInternalWritable(writable);
}

/**
 * Autoresponce behaviour. Valid options are Y and N.
 *
 * @param response The auto response value.
 */
public void setAutoresponse(String response) {
  super.setInternalAutoResponse(response);
}

/**
 * Comment to apply to files checked-in to SourceSafe.
 *
 * @param comment The comment to apply in SourceSafe
 */
public void setComment(String comment) {
  super.setInternalComment(comment);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Check-in files recursively. Defaults to false.
     *
     * @param recursive  The boolean value for recursive.
     */
/**
     * Add files recursively. Defaults to false.
     *
     * @param recursive  The boolean value for recursive.
     */
public void setRecursive(boolean recursive) {
  super.setInternalRecursive(recursive);
}

/**
     * Unset the READ-ONLY flag on local copies of files checked-in to VSS.
     * Defaults to false.
     *
     * @param   writable The boolean value for writable.
     */
/**
     * Unset the READ-ONLY flag on local copies of files added to VSS. Defaults to false.
     *
     * @param   writable The boolean value for writable.
     */
public final void setWritable(boolean writable) {
  super.setInternalWritable(writable);
}

/**
     * Autoresponce behaviour. Valid options are Y and N.
     *
     * @param response The auto response value.
     */
public void setAutoresponse(String response) {
  super.setInternalAutoResponse(response);
}

/**
     * Comment to apply to files checked-in to SourceSafe.
     *
     * @param comment The comment to apply in SourceSafe
     */
/**
     * Comment to apply to files added to SourceSafe.
     *
     * @param comment The comment to apply in SourceSafe
     */
public void setComment(String comment) {
  super.setInternalComment(comment);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None