Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 71 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Integrate.java |
2 | 2 | 62 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Submit.java |
| |||||
/** * set the changelist number for the operation * * @param change An existing changelist number to assign files to; optional * but strongly recommended. */ public void setChange(String change) { this.change = change; } |
| |||||
/** * set the change list number to submit * @param change The changelist number to submit; required. */ public void setChange(String change) { this.change = change; } |
| |||
/** * set the changelist number for the operation * * @param change An existing changelist number to assign files to; optional * but strongly recommended. */ /** * set the change list number to submit * @param change The changelist number to submit; required. */ public void setChange(String change) { this.change = change; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |