CloneSet927


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1255
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sos/SOSLabel.java
2270
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCREATE.java
3296
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSLABEL.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
55
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sos/SOSLabel.java

/**
 * The comment to apply to all files being labelled.
 *
 * @param  comment  The new comment value
 */
public void setComment(String comment) {
  super.setInternalComment(comment);
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
70
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCREATE.java

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


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

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


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Comment to apply to files labeled in SourceSafe.
     *
     * @param comment The comment to apply in SourceSafe
     */
/**
     * Comment to apply to the project created in SourceSafe.
     *
     * @param comment The comment to apply in SourceSafe
     */
/**
     * The comment to apply to all files being labelled.
     *
     * @param  comment  The new comment value
     */
public void setComment(String comment) {
  super.setInternalComment(comment);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None