CloneSet265


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.952method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13548
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/GUIUtilities.java
24563
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/GUIUtilities.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
548
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/GUIUtilities.java

//{{{ input() method
/**
 * Displays an input dialog box and returns any text the user entered.
 * The title of the dialog is fetched from
 * the <code><i>name</i>.title</code> property. The message is fetched
 * from the <code><i>name</i>.message</code> property.
 * @param comp The component to display the dialog for
 * @param name The name of the dialog
 * @param def The text to display by default in the input field
 */
public static String input(Component comp, String name, Object def) {
  return input(comp, name, null, def);
} //}}}


First
Previous
Clone Instance
2
Line Count
4
Source Line
563
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/GUIUtilities.java

//{{{ inputProperty() method
/**
 * Displays an input dialog box and returns any text the user entered.
 * The title of the dialog is fetched from
 * the <code><i>name</i>.title</code> property. The message is fetched
 * from the <code><i>name</i>.message</code> property.
 * @param comp The component to display the dialog for
 * @param name The name of the dialog
 * @param def The property whose text to display in the input field
 */
public static String inputProperty(Component comp, String name, String def) {
  return inputProperty(comp, name, null, def);
} //}}}


Clone AbstractionParameter Count: 2Parameter Bindings

//{{{ inputProperty() method
/**
         * Displays an input dialog box and returns any text the user entered.
         * The title of the dialog is fetched from
         * the <code><i>name</i>.title</code> property. The message is fetched
         * from the <code><i>name</i>.message</code> property.
         * @param comp The component to display the dialog for
         * @param name The name of the dialog
         * @param def The property whose text to display in the input field
         */
//{{{ input() method
/**
         * Displays an input dialog box and returns any text the user entered.
         * The title of the dialog is fetched from
         * the <code><i>name</i>.title</code> property. The message is fetched
         * from the <code><i>name</i>.message</code> property.
         * @param comp The component to display the dialog for
         * @param name The name of the dialog
         * @param def The text to display by default in the input field
         */
public static String  [[#variablee206ca0]](Component comp, String name, [[#variablee206c20]] def) {
  return [[#variablee206ca0]](comp, name, null, def);
} //}}}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#e206ca0]]
input 
12[[#e206ca0]]
inputProperty 
21[[#e206c20]]
Object 
22[[#e206c20]]
String