Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.991 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1151 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java |
2 | 2 | 189 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java |
| ||||
int position = bar != null ? bar.getSelection(): 0; memento.putString(TAG_VERTICAL_POSITION, String.valueOf(position)); |
| ||||
int position = bar != null ? bar.getSelection(): 0; memento.putString(TAG_VERTICAL_SCROLL, String.valueOf(position)); |
| |||
int position = bar != null ? bar.getSelection(): 0; memento.putString( [[#variable5f8e77a0]], String.valueOf(position)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f8e77a0]] | TAG_VERTICAL_POSITION |
1 | 2 | [[#5f8e77a0]] | TAG_VERTICAL_SCROLL |