Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.967 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 732 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java |
2 | 6 | 738 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java |
| |||||
{ boolean updateValue = ("true".equalsIgnoreCase(value)) ? true: false; setUpdate(updateValue); } |
| |||||
{ boolean updateValue = ("true".equalsIgnoreCase(value)) ? true: false; setDelayUpdate(updateValue); } |
| |||
{ boolean updateValue = ("true".equalsIgnoreCase(value)) ? true: false; [[#variable112a0a00]](updateValue); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112a0a00]] | setUpdate |
1 | 2 | [[#112a0a00]] | setDelayUpdate |