Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 5 | 1 | 0.976 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 68 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/Comparison.java |
2 | 8 | 158 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/FilterSet.java |
3 | 10 | 102 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/Quantifier.java |
4 | 10 | 55 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/selectors/Type.java |
5 | 10 | 53 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/TimeComparison.java |
| |||||
/** * Construct a new Comparison with the specified value. * @param value the EnumeratedAttribute value. */ public Comparison(String value) { setValue(value); } /** * Return the possible values. * @return String[] of EnumeratedAttribute values. */ public String[] getValues() { return VALUES; } |
| |||||
/** * Convenience constructor. * @param value the value to set. */ public OnMissing(String value) { setValue(value); } //inherit doc /** {@inheritDoc}. */ public String[] getValues() { return VALUES; } |
| |||||
/** * Construct a new Quantifier with the specified value. * @param value the EnumeratedAttribute value. */ public Quantifier(String value) { setValue(value); } /** * Return the possible values. * @return String[] of EnumeratedAttribute values. */ public String[] getValues() { return VALUES; } |
| |||||
/** * Convenience constructor. * @param value the String EnumeratedAttribute value. */ public FileDir(String value) { setValue(value); } /** * Return the possible values. * @return a String array. */ public String[] getValues() { return VALUES; } |
| |||||
/** * Construct a new TimeComparison with the specified value. * @param value the EnumeratedAttribute value. */ public TimeComparison(String value) { setValue(value); } /** * Return the possible values. * @return String[] of EnumeratedAttribute values. */ public String[] getValues() { return VALUES; } |
| |||
/** * Convenience constructor. * @param value the value to set. */ /** * Construct a new TimeComparison with the specified value. * @param value the EnumeratedAttribute value. */ /** * Construct a new Quantifier with the specified value. * @param value the EnumeratedAttribute value. */ /** * Convenience constructor. * @param value the String EnumeratedAttribute value. */ /** * Construct a new Comparison with the specified value. * @param value the EnumeratedAttribute value. */ public [[#variable131b96a0]](String value) { setValue(value); } //inherit doc /** {@inheritDoc}. */ /** * Return the possible values. * @return String[] of EnumeratedAttribute values. */ /** * Return the possible values. * @return a String array. */ public String[] getValues() { return VALUES; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131b96a0]] | Comparison |
1 | 2 | [[#131b96a0]] | OnMissing |
1 | 3 | [[#131b96a0]] | Quantifier |
1 | 4 | [[#131b96a0]] | FileDir |
1 | 5 | [[#131b96a0]] | TimeComparison |