CloneSet1083


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110147
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/LineContains.java
210192
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/LineContainsRegExp.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
147
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/LineContains.java

/**
 * Set the negation mode.  Default false (no negation).
 * @param b the boolean negation mode to set.
 */
public void setNegate(boolean b) {
  negate = b;
}

/**
 * Find out whether we have been negated.
 * @return boolean negation flag.
 */
public boolean isNegated() {
  return negate;
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
192
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/LineContainsRegExp.java

/**
 * Set the negation mode.  Default false (no negation).
 * @param b the boolean negation mode to set.
 */
public void setNegate(boolean b) {
  negate = b;
}

/**
 * Find out whether we have been negated.
 * @return boolean negation flag.
 */
public boolean isNegated() {
  return negate;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Set the negation mode.  Default false (no negation).
     * @param b the boolean negation mode to set.
     */
public void setNegate(boolean b) {
  negate = b;
}

/**
     * Find out whether we have been negated.
     * @return boolean negation flag.
     */
public boolean isNegated() {
  return negate;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None