Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 103 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Labelsync.java |
2 | 11 | 106 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/perforce/P4Resolve.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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |