Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.972 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 862 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java |
2 | 4 | 467 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/ExecTaskTest.java |
| |||||
/** * Signals that a task is starting. * @param event recieved BuildEvent */ public void taskStarted(BuildEvent event) { // no-op } /** * Signals a message logging event. * @param event recieved BuildEvent */ public void messageLogged(BuildEvent event) { // no-op } |
| |||||
public void taskStarted(BuildEvent event) { } public void taskFinished(BuildEvent event) { } |
| |||
/** * Signals that a task is starting. * @param event recieved BuildEvent */ public void taskStarted(BuildEvent event) { // no-op } /** * Signals a message logging event. * @param event recieved BuildEvent */ public void [[#variable112525c0]](BuildEvent event) { // no-op } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112525c0]] | messageLogged |
1 | 2 | [[#112525c0]] | taskFinished |