| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 1 | 0.972 | class_body_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 259 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
| 2 | 5 | 265 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
| ||||
public boolean canChildrenBeDestinations(IJavaElement javaElement) {
return true;
}
public boolean canChildrenBeDestinations(IResource resource) {
return true;
}
|
| ||||
public boolean canElementBeDestination(IJavaElement javaElement) {
return true;
}
public boolean canElementBeDestination(IResource resource) {
return true;
}
|
| |||
public boolean [[#variableb9735560]](IJavaElement javaElement) {
return true;
}
public boolean [[#variableb9735560]](IResource resource) {
return true;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b9735560]] | canElementBeDestination |
| 1 | 2 | [[#b9735560]] | canChildrenBeDestinations |