CloneSet883


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13553
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/Extension.java
23454
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/Specification.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
553
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/Extension.java

/**
 * Return <code>true</code> if the first version number is greater than
 * or equal to the second; otherwise return <code>false</code>.
 *
 * @param first First version number (dotted decimal)
 * @param second Second version number (dotted decimal)
 */
private boolean isCompatible( final DeweyDecimal first, final DeweyDecimal second) {
  return first.isGreaterThanOrEqual(second);
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
454
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/Specification.java

/**
 * Return <code>true</code> if the first version number is greater than
 * or equal to the second; otherwise return <code>false</code>.
 *
 * @param first First version number (dotted decimal)
 * @param second Second version number (dotted decimal)
 */
private boolean isCompatible( final DeweyDecimal first, final DeweyDecimal second) {
  return first.isGreaterThanOrEqual(second);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Return <code>true</code> if the first version number is greater than
     * or equal to the second; otherwise return <code>false</code>.
     *
     * @param first First version number (dotted decimal)
     * @param second Second version number (dotted decimal)
     */
private boolean isCompatible( final DeweyDecimal first, final DeweyDecimal second) {
  return first.isGreaterThanOrEqual(second);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None