Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 55 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sos/SOSLabel.java |
2 | 2 | 70 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCREATE.java |
3 | 2 | 96 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSLABEL.java |
| |||||
/** * The comment to apply to all files being labelled. * * @param comment The new comment value */ public void setComment(String comment) { super.setInternalComment(comment); } |
| |||||
/** * 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); } |
| |||||
/** * Comment to apply to files labeled in SourceSafe. * * @param comment The comment to apply in SourceSafe */ public void setComment(String comment) { super.setInternalComment(comment); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |