CloneSet1962


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.950class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113176
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/EditWhereColsPanel.java
28127
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/GeneralSessionPropertiesPanel.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
176
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/EditWhereColsPanel.java

/**
 * Get the title of the panel.
 *
 * @return      Return a string containing the title of the panl.
 */
public String getTitle() {
  return EditWhereColsPanelI18N.TITLE;
}

/**
 * Get the hint text associated with the panel.
 *
 * @return A String value containing the hint text associated with the panel.
 */
public String getHint() {
  return EditWhereColsPanelI18N.HINT;
}


First
Previous
Clone Instance
2
Line Count
8
Source Line
127
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/GeneralSessionPropertiesPanel.java

public String getTitle() {
  return GeneralSessionPropertiesPanelI18n.TITLE;
}

public String getHint() {
  return GeneralSessionPropertiesPanelI18n.HINT;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Get the title of the panel.
         *
         * @return      Return a string containing the title of the panl.
         */
public String getTitle() {
  return [[#variable1c9f1ae0]].TITLE;
}

/**
         * Get the hint text associated with the panel.
         *
         * @return A String value containing the hint text associated with the panel.
         */
public String getHint() {
  return [[#variable1c9f1ae0]].HINT;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c9f1ae0]]
EditWhereColsPanelI18N 
12[[#1c9f1ae0]]
GeneralSessionPropertiesPanelI18n