Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 243 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckin.java |
2 | 11 | 117 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnCheckout.java |
| |||||
/** * If true, keeps a copy of the file with a .keep extension. * * @param keep the status to set the flag to */ public void setKeepCopy(boolean keep) { mKeep = keep; } /** * Get keepcopy flag status * * @return boolean containing status of keepcopy flag */ public boolean getKeepCopy() { return mKeep; } |
| |||||
/** * If true, keep a copy of the file with a .keep extension. * * @param keep the status to set the flag to */ public void setKeepCopy(boolean keep) { mKeep = keep; } /** * Get keepcopy flag status * * @return boolean containing status of keep flag */ public boolean getKeepCopy() { return mKeep; } |
| |||
/** * If true, keeps a copy of the file with a .keep extension. * * @param keep the status to set the flag to */ /** * If true, keep a copy of the file with a .keep extension. * * @param keep the status to set the flag to */ public void setKeepCopy(boolean keep) { mKeep = keep; } /** * Get keepcopy flag status * * @return boolean containing status of keepcopy flag */ /** * Get keepcopy flag status * * @return boolean containing status of keep flag */ public boolean getKeepCopy() { return mKeep; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |