Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.957 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 82 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheck.java |
2 | 11 | 143 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ccm/CCMCreateTask.java |
| |||||
/** * Specifies a comment. * @param v Value to assign to comment. */ public void setComment(String v) { this.comment = v; } /** * Get the value of task. * @return value of task. */ public String getTask() { return task; } |
| |||||
/** * Specifies a comment. * * @param v Value to assign to comment. */ public void setComment(String v) { this.comment = v; } /** * Get the value of platform. * @return value of platform. */ public String getPlatform() { return platform; } |
| |||
/** * Specifies a comment. * * @param v Value to assign to comment. */ /** * Specifies a comment. * @param v Value to assign to comment. */ public void setComment(String v) { this.comment = v; } /** * Get the value of platform. * @return value of platform. */ /** * Get the value of task. * @return value of task. */ public String [[#variable130f2840]]() { return [[#variable130f26a0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130f2840]] | getTask |
1 | 2 | [[#130f2840]] | getPlatform |
2 | 1 | [[#130f26a0]] | task |
2 | 2 | [[#130f26a0]] | platform |