Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.951 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 208 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/Task.java |
2 | 2 | 128 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/TaskSeries.java |
| |||||
/** * Returns a sub-task. * * @param index the index. * * @return The sub-task. */ public Task getSubtask(int index) { return (Task) this.subtasks.get(index); } |
| |||||
/** * Returns a task from the series. * * @param index the task index (zero-based). * * @return The task. */ public Task get(int index) { return (Task) this.tasks.get(index); } |
| |||
/** * Returns a sub-task. * * @param index the index. * * @return The sub-task. */ /** * Returns a task from the series. * * @param index the task index (zero-based). * * @return The task. */ public Task [[#variable1a0e4ca0]](int index) { return (Task) this. [[#variable1a0e4ba0]].get(index); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0e4ca0]] | getSubtask |
1 | 2 | [[#1a0e4ca0]] | get |
2 | 1 | [[#1a0e4ba0]] | subtasks |
2 | 2 | [[#1a0e4ba0]] | tasks |