Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 35 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/sos/SOSLabel.java |
2 | 2 | 99 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKOUT.java |
3 | 2 | 116 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSGET.java |
4 | 2 | 87 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSLABEL.java |
| |||||
/** * The version number to label. * * @param version The new version value */ public void setVersion(String version) { super.setInternalVersion(version); } |
| |||||
/** * Version to check-out. * * @param version The version to check-out. * * @ant.attribute group="vdl" */ public void setVersion(String version) { super.setInternalVersion(version); } |
| |||||
/** * Version to get. * * @param version The version to get. * * @ant.attribute group="vdl" */ public void setVersion(String version) { super.setInternalVersion(version); } |
| |||||
/** * Version to label. * * @param version The version to label. */ public void setVersion(String version) { super.setInternalVersion(version); } |
| |||
/** * Version to label. * * @param version The version to label. */ /** * Version to get. * * @param version The version to get. * * @ant.attribute group="vdl" */ /** * Version to check-out. * * @param version The version to check-out. * * @ant.attribute group="vdl" */ /** * The version number to label. * * @param version The new version value */ public void setVersion(String version) { super.setInternalVersion(version); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |