Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.967 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 810 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java |
2 | 3 | 821 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java |
3 | 3 | 832 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java |
| |||||
// ----- BuildListener interface methods ----- /** * Signals that the last target has finished. * @param event recieved BuildEvent */ public void buildFinished(BuildEvent event) { if (getDelayUpdate()) { saveCache(); } } |
| |||||
/** * Signals that a target has finished. * @param event recieved BuildEvent */ public void targetFinished(BuildEvent event) { if (getDelayUpdate()) { saveCache(); } } |
| |||||
/** * Signals that a task has finished. * @param event recieved BuildEvent */ public void taskFinished(BuildEvent event) { if (getDelayUpdate()) { saveCache(); } } |
| |||
/** * Signals that a task has finished. * @param event recieved BuildEvent */ /** * Signals that a target has finished. * @param event recieved BuildEvent */ // ----- BuildListener interface methods ----- /** * Signals that the last target has finished. * @param event recieved BuildEvent */ public void [[#variable130c6d80]](BuildEvent event) { if (getDelayUpdate()) { saveCache(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130c6d80]] | buildFinished |
1 | 2 | [[#130c6d80]] | targetFinished |
1 | 3 | [[#130c6d80]] | taskFinished |