CloneSet745


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16230.960class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11694
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/builders/I15dPanelBuilder.java
215143
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/builders/I15dPanelBuilder.java
Next
Last
Clone Instance
1
Line Count
16
Source Line
94
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/builders/I15dPanelBuilder.java

// Adding Labels and Separators *****************************************
/**
 * Adds an internationalized (i15d) textual label to the form using the
 * specified constraints.
 * 
 * @param resourceKey   the resource key for the label's text 
 * @param constraints   the label's cell constraints
 * @return the added label
 */
public final JLabel addI15dLabel(String resourceKey, CellConstraints constraints) {
  return addLabel(getI15dString(resourceKey), constraints);
}

/**
 * Adds an internationalized (i15d) textual label to the form using the
 * specified constraints.
 * 
 * @param resourceKey         the resource key for the label's text
 * @param encodedConstraints  a string representation for the constraints
 * @return the added label
 */
public final JLabel addI15dLabel(String resourceKey, String encodedConstraints) {
  return addI15dLabel(resourceKey, new CellConstraints(encodedConstraints));
}


First
Previous
Clone Instance
2
Line Count
15
Source Line
143
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/builders/I15dPanelBuilder.java

/**
 * Adds a title to the form using the specified constraints.
 * 
 * @param resourceKey  the resource key for  the separator title
 * @param constraints  the separator's cell constraints
 * @return the added title label
 */
public final JLabel addI15dTitle(String resourceKey, CellConstraints constraints) {
  return addTitle(getI15dString(resourceKey), constraints);
}

/**
 * Adds a title to the form using the specified constraints.
 * 
 * @param resourceKey         the resource key for the separator titel
 * @param encodedConstraints  a string representation for the constraints
 * @return the added title label
 */
public final JLabel add15dTitle(String resourceKey, String encodedConstraints) {
  return addI15dTitle(resourceKey, new CellConstraints(encodedConstraints));
}


Clone AbstractionParameter Count: 3Parameter Bindings

// Adding Labels and Separators *****************************************
/**
         * Adds an internationalized (i15d) textual label to the form using the
         * specified constraints.
         * 
         * @param resourceKey   the resource key for the label's text 
         * @param constraints   the label's cell constraints
         * @return the added label
         */
/**
         * Adds a title to the form using the specified constraints.
         * 
         * @param resourceKey  the resource key for  the separator title
         * @param constraints  the separator's cell constraints
         * @return the added title label
         */
public final JLabel  [[#variable1cc7a140]](String resourceKey, CellConstraints constraints) {
  return [[#variable1cc7a060]](getI15dString(resourceKey), constraints);
}

/**
         * Adds an internationalized (i15d) textual label to the form using the
         * specified constraints.
         * 
         * @param resourceKey         the resource key for the label's text
         * @param encodedConstraints  a string representation for the constraints
         * @return the added label
         */
/**
         * Adds a title to the form using the specified constraints.
         * 
         * @param resourceKey         the resource key for the separator titel
         * @param encodedConstraints  a string representation for the constraints
         * @return the added title label
         */
public final JLabel  [[#variable1cc7a040]](String resourceKey, String encodedConstraints) {
  return [[#variable1cc7a140]](resourceKey, new CellConstraints(encodedConstraints));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cc7a140]]
addI15dLabel 
12[[#1cc7a140]]
addI15dTitle 
21[[#1cc7a060]]
addLabel 
22[[#1cc7a060]]
addTitle 
31[[#1cc7a040]]
addI15dLabel 
32[[#1cc7a040]]
add15dTitle