CloneSet1001


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
110519
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javac.java
210221
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Rmic.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
519
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javac.java

/**
 * Indicates whether source should be compiled
 * with debug information; defaults to off.
 * @param debug if true compile with debug information
 */
public void setDebug(boolean debug) {
  this.debug = debug;
}

/**
 * Gets the debug flag.
 * @return the debug flag
 */
public boolean getDebug() {
  return debug;
}


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

/**
 * Generate debug info (passes -g to rmic);
 * optional, defaults to false
 * @param debug turn on debug info
 */
public void setDebug(boolean debug) {
  this.debug = debug;
}

/**
 * Gets the debug flag.
 * @return debug
 */
public boolean getDebug() {
  return debug;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Generate debug info (passes -g to rmic);
     * optional, defaults to false
     * @param debug turn on debug info
     */
/**
     * Indicates whether source should be compiled
     * with debug information; defaults to off.
     * @param debug if true compile with debug information
     */
public void setDebug(boolean debug) {
  this.debug = debug;
}

/**
     * Gets the debug flag.
     * @return debug
     */
/**
     * Gets the debug flag.
     * @return the debug flag
     */
public boolean getDebug() {
  return debug;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None