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 | 262 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckin.java |
2 | 11 | 248 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkbl.java |
| |||||
/** * If true, allows the file to be checked in even * if it is identical to the original. * * @param identical the status to set the flag to */ public void setIdentical(boolean identical) { mIdentical = identical; } /** * Get identical flag status * * @return boolean containing status of identical flag */ public boolean getIdentical() { return mIdentical; } |
| |||||
/** * Set the identical flag * * @param identical the status to set the flag to */ public void setIdentical(boolean identical) { mIdentical = identical; } /** * Get identical flag status * * @return boolean containing status of identical flag */ public boolean getIdentical() { return mIdentical; } |
| |||
/** * Set the identical flag * * @param identical the status to set the flag to */ /** * If true, allows the file to be checked in even * if it is identical to the original. * * @param identical the status to set the flag to */ public void setIdentical(boolean identical) { mIdentical = identical; } /** * Get identical flag status * * @return boolean containing status of identical flag */ public boolean getIdentical() { return mIdentical; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |