Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.982 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1070 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/WindowManager.java |
2 | 5 | 1121 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/WindowManager.java |
| |||||
// Enable/Disable actions that require open session frames. IWidget[] frames = WidgetUtils.getOpenNonToolWindows(getMainFrame().getDesktopContainer().getAllWidgets()); _app.getActionCollection().internalFrameOpenedOrClosed(frames.length); refireSessionSheetOpened(evt); |
| |||||
// Enable/Disable actions that require open session frames. IWidget[] frames = WidgetUtils.getOpenNonToolWindows(getMainFrame().getDesktopContainer().getAllWidgets()); _app.getActionCollection().internalFrameOpenedOrClosed(frames.length); refireSessionSheetClosed(evt); |
| |||
// Enable/Disable actions that require open session frames. IWidget[] frames = WidgetUtils.getOpenNonToolWindows(getMainFrame().getDesktopContainer().getAllWidgets()); _app.getActionCollection().internalFrameOpenedOrClosed(frames.length); [[#variable1c8d1ae0]](evt); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8d1ae0]] | refireSessionSheetOpened |
1 | 2 | [[#1c8d1ae0]] | refireSessionSheetClosed |