CloneSet1065


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4401.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14206
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/AliasInternalFrame.java
24165
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/DriverInternalFrame.java
34230
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/GlobalPreferencesSheet.java
44136
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/NewSessionPropertiesSheet.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
206
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/AliasInternalFrame.java

/**
 * Set title of this frame. Ensure that the title label
 * matches the frame title.
 *
 * @param       title   New title text.
 */
public void setTitle(String title) {
  super.setTitle(title);
  _titleLbl.setText(title);
}


Next
Previous
Clone Instance
2
Line Count
4
Source Line
165
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/DriverInternalFrame.java

/**
 * Set title of this frame. Ensure that the title label matches the frame title.
 * 
 * @param title
 *           New title text.
 */
public void setTitle(String title) {
  super.setTitle(title);
  _titleLbl.setText(title);
}


Next
Previous
Clone Instance
3
Line Count
4
Source Line
230
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/GlobalPreferencesSheet.java

/**
 * Set title of this frame. Ensure that the title label
 * matches the frame title.
 *
 * @param       title   New title text.
 */
public void setTitle(String title) {
  super.setTitle(title);
  _titleLbl.setText(title);
}


First
Previous
Clone Instance
4
Line Count
4
Source Line
136
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/NewSessionPropertiesSheet.java

/**
 * Set title of this frame. Ensure that the title label
 * matches the frame title.
 *
 * @param       title   New title text.
 */
public void setTitle(String title) {
  super.setTitle(title);
  _titleLbl.setText(title);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * Set title of this frame. Ensure that the title label
         * matches the frame title.
         *
         * @param       title   New title text.
         */
/**
         * Set title of this frame. Ensure that the title label matches the frame title.
         * 
         * @param title
         *           New title text.
         */
public void setTitle(String title) {
  super.setTitle(title);
  _titleLbl.setText(title);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None