CloneSet1116


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1647
E:/TSE/Projects-CloneDR/columba-1.4-src/core-api/src/main/java/org/columba/api/command/WorkerStatusChangedEvent.java
26284
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/print/cPrintObject.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
47
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core-api/src/main/java/org/columba/api/command/WorkerStatusChangedEvent.java

public int getType() {
  return type;
}

public void setType(int type) {
  this.type = type;
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
284
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/print/cPrintObject.java

public int getType() {
  return type;
}

public void setType(int type) {
  this.type = type;
}


Clone AbstractionParameter Count: 0Parameter Bindings

public int getType() {
  return type;
}

public void setType(int type) {
  this.type = type;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None