Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.985 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 205 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/QuickMenuAction.java |
2 | 3 | 247 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/QuickMenuAction.java |
| ||||
Point cursorLocation = tree.getDisplay().getCursorLocation(); Point result = findBestLocation(getIncludedPositions(rectangles, clientArea), tree.toControl(cursorLocation)); |
| ||||
Point cursorLocation = table.getDisplay().getCursorLocation(); Point result = findBestLocation(getIncludedPositions(rectangles, clientArea), table.toControl(cursorLocation)); |
| |||
Point cursorLocation = [[#variableb97b8880]].getDisplay().getCursorLocation(); Point result = findBestLocation(getIncludedPositions(rectangles, clientArea), [[#variableb97b8880]].toControl(cursorLocation)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b97b8880]] | table |
1 | 2 | [[#b97b8880]] | tree |