public OnMissing(String value) { setValue(value); } //inherit doc /** {@inheritDoc}. */ public String[] getValues() { return VALUES;
public TimeComparison(String value) { setValue(value); } /** * Return the possible values. * @return String[] of EnumeratedAttribute values. */ public String[] getValues() { return VALUES;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/types/FilterSet.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/types/TimeComparison.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public OnMissing(String value) {
1
public TimeComparison(String value) {
2
            setValue(value);
2
        setValue(value);
3
        }
3
    }
4
        //inherit doc
4
    
5
        /** {@inheritDoc}. */
5
/**
6
     * Return the possible values.
7
     * @return String[] of EnumeratedAttribute values.
6
    
8
     */
7
    public String[] getValues() {
9
    public String[] getValues() {
8
            return VALUES;
10
        return VALUES;
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0