CloneSet981


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19103
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Labelsync.java
211106
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Resolve.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
103
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Labelsync.java

/**
 * -n flag of p4 labelsync - display changes without actually doing them
 * @return -n flag of p4 labelsync
 */
public boolean isSimulationmode() {
  return simulationmode;
}

/**
 * -n flag of p4 labelsync - display changes without actually doing them
 * @param simulationmode display changes without actually doing them
 */
public void setSimulationmode(boolean simulationmode) {
  this.simulationmode = simulationmode;
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
106
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Resolve.java

/**
 * read the simulation mode flag
 * @return flag indicating whether one wants just to simulate
 * the p4 resolve operation whithout actually doing it
 */
public boolean isSimulationmode() {
  return simulationmode;
}

/**
 * sets a flag
 * @param simulationmode set to true, lists the integrations which would be performed,
 * without actually doing them.
 */
public void setSimulationmode(boolean simulationmode) {
  this.simulationmode = simulationmode;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * read the simulation mode flag
     * @return flag indicating whether one wants just to simulate
     * the p4 resolve operation whithout actually doing it
     */
/**
     * -n flag of p4 labelsync - display changes without actually doing them
     * @return -n flag of p4 labelsync
     */
public boolean isSimulationmode() {
  return simulationmode;
}

/**
     * sets a flag
     * @param simulationmode set to true, lists the integrations which would be performed,
     * without actually doing them.
     */
/**
     * -n flag of p4 labelsync - display changes without actually doing them
     * @param simulationmode display changes without actually doing them
     */
public void setSimulationmode(boolean simulationmode) {
  this.simulationmode = simulationmode;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None