CloneSet486


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13210.993statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113315
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/AliasesListInternalFrame.java
213232
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/DriversListInternalFrame.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
315
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/AliasesListInternalFrame.java

_tb = new ToolBar();
_tb.setUseRolloverButtons(true);
_tb.setFloatable(false);
if (_app.getDesktopStyle().isInternalFrameStyle()) {
  final JLabel lbl = new JLabel(getWindowTitle(), SwingConstants.CENTER);
  lbl.setBorder(BorderFactory.createEmptyBorder(0, 5, 0, 5));
  _tb.add(lbl, 0);
}
final ActionCollection actions = _app.getActionCollection();
_tb.add(actions.get(ConnectToAliasAction.class ));


First
Previous
Clone Instance
2
Line Count
13
Source Line
232
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/DriversListInternalFrame.java

_tb = new ToolBar();
_tb.setUseRolloverButtons(true);
_tb.setFloatable(false);
if (_app.getDesktopStyle().isInternalFrameStyle()) {
  final JLabel lbl = new JLabel(getWindowTitle(), SwingConstants.CENTER);
  lbl.setBorder(BorderFactory.createEmptyBorder(0, 5, 0, 5));
  _tb.add(lbl, 0);
}
final ActionCollection actions = _app.getActionCollection();
_tb.add(actions.get(CreateDriverAction.class ));


Clone AbstractionParameter Count: 1Parameter Bindings

_tb = new ToolBar();
_tb.setUseRolloverButtons(true);
_tb.setFloatable(false);
if (_app.getDesktopStyle().isInternalFrameStyle()) {
  final JLabel lbl = new JLabel(getWindowTitle(), SwingConstants.CENTER);
  lbl.setBorder(BorderFactory.createEmptyBorder(0, 5, 0, 5));
  _tb.add(lbl, 0);
}
final ActionCollection actions = _app.getActionCollection();
_tb.add(actions.get( [[#variable1ce90e20]].class ));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ce90e20]]
ConnectToAliasAction 
12[[#1ce90e20]]
CreateDriverAction