| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 3 | 0.963 | class_body_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 120 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/InstanceFiltersAction.java |
| 2 | 4 | 132 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/InstalledJREsBlock.java |
| ||||
public Object[] getElements(Object input) {
return breakpoints.toArray();
}
public void inputChanged(Viewer viewer, Object a, Object b) {
}
|
| ||||
public Object[] getElements(Object input) {
return fVMs.toArray();
}
public void inputChanged(Viewer viewer, Object oldInput, Object newInput) {
}
|
| |||
public Object[] getElements(Object input) {
return [[#variable774fb360]].toArray();
}
public void inputChanged(Viewer viewer, Object [[#variable9e4b75a0]], Object [[#variable9e4b7540]]) {
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#774fb360]] | breakpoints |
| 1 | 2 | [[#774fb360]] | fVMs |
| 2 | 1 | [[#9e4b75a0]] | a |
| 2 | 2 | [[#9e4b75a0]] | oldInput |
| 3 | 1 | [[#9e4b7540]] | b |
| 3 | 2 | [[#9e4b7540]] | newInput |