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 | 65 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sos/SOSGet.java |
2 | 2 | 46 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sos/SOSLabel.java |
3 | 2 | 78 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSLABEL.java |
| |||||
/** * The labeled version to operate on in SourceSafe. * * @param label The new label value */ public void setLabel(String label) { super.setInternalLabel(label); } |
| |||||
/** * The label to apply the the files in SourceSafe. * * @param label The new label value * * @ant.attribute group="required" */ public void setLabel(String label) { super.setInternalLabel(label); } |
| |||||
/** * Label to apply in SourceSafe. * * @param label The label to apply. * * @ant.attribute group="required" */ public void setLabel(String label) { super.setInternalLabel(label); } |
| |||
/** * Label to apply in SourceSafe. * * @param label The label to apply. * * @ant.attribute group="required" */ /** * The labeled version to operate on in SourceSafe. * * @param label The new label value */ /** * The label to apply the the files in SourceSafe. * * @param label The new label value * * @ant.attribute group="required" */ public void setLabel(String label) { super.setInternalLabel(label); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |