CloneSet181


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.987constructor_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1680
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/GrabKeyDialog.java
2699
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/GrabKeyDialog.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
80
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/GrabKeyDialog.java

//{{{ GrabKeyDialog constructor
/**
 * Create and show a new modal dialog.
 *
 * @param  parent  center dialog on this component.
 * @param  binding  the action/macro that should get a binding.
 * @param  allBindings  all other key bindings.
 * @param  debugBuffer  debug info will be dumped to this buffer
 * (may be null)
 * @since jEdit 4.1pre7
 */
public GrabKeyDialog(Dialog parent, KeyBinding binding, Vector allBindings, Buffer debugBuffer) {
  super(parent, jEdit.getProperty("grab-key.title"), true);
  init(binding, allBindings, debugBuffer);
} //}}}


First
Previous
Clone Instance
2
Line Count
6
Source Line
99
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/GrabKeyDialog.java

//{{{ GrabKeyDialog constructor
/**
 * Create and show a new modal dialog.
 *
 * @param  parent  center dialog on this component.
 * @param  binding  the action/macro that should get a binding.
 * @param  allBindings  all other key bindings.
 * @param  debugBuffer  debug info will be dumped to this buffer
 * (may be null)
 * @since jEdit 4.1pre7
 */
public GrabKeyDialog(Frame parent, KeyBinding binding, Vector allBindings, Buffer debugBuffer) {
  super(parent, jEdit.getProperty("grab-key.title"), true);
  init(binding, allBindings, debugBuffer);
} //}}}


Clone AbstractionParameter Count: 1Parameter Bindings

//{{{ GrabKeyDialog constructor
/**
         * Create and show a new modal dialog.
         *
         * @param  parent  center dialog on this component.
         * @param  binding  the action/macro that should get a binding.
         * @param  allBindings  all other key bindings.
         * @param  debugBuffer  debug info will be dumped to this buffer
         * (may be null)
         * @since jEdit 4.1pre7
         */
public GrabKeyDialog( [[#variableaec6640]] parent, KeyBinding binding, Vector allBindings, Buffer debugBuffer) {
  super(parent, jEdit.getProperty("grab-key.title"), true);
  init(binding, allBindings, debugBuffer);
} //}}}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#aec6640]]
Dialog 
12[[#aec6640]]
Frame