CloneSet45


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15210.988class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11536
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/TextAreaDialog.java
21554
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/TextAreaDialog.java
Next
Last
Clone Instance
1
Line Count
15
Source Line
36
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/TextAreaDialog.java

//{{{ TextAreaDialog constructor
public TextAreaDialog(Frame frame, String title, String caption, Icon icon, String text) {
  super(frame, title, true);
  init(caption, icon, text);
} //}}}

//{{{ TextAreaDialog constructor
public TextAreaDialog(Frame frame, String name, Throwable t) {
  this(frame, jEdit.getProperty(name + ".title"), jEdit.getProperty(name + ".message"), UIManager.getIcon("OptionPane.errorIcon"), MiscUtilities.throwableToString(t));
} //}}}


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

//{{{ TextAreaDialog constructor
public TextAreaDialog(Dialog frame, String title, String caption, Icon icon, String text) {
  super(frame, title, true);
  init(caption, icon, text);
} //}}}

//{{{ TextAreaDialog constructor
public TextAreaDialog(Dialog frame, String name, Throwable t) {
  this(frame, jEdit.getProperty(name + ".title"), jEdit.getProperty(name + ".message"), UIManager.getIcon("OptionPane.errorIcon"), MiscUtilities.throwableToString(t));
} //}}}


Clone AbstractionParameter Count: 1Parameter Bindings

//{{{ TextAreaDialog constructor
public TextAreaDialog( [[#variableae6d120]] frame, String title, String caption, Icon icon, String text) {
  super(frame, title, true);
  init(caption, icon, text);
} //}}}

//{{{ TextAreaDialog constructor
public TextAreaDialog( [[#variableae6d120]] frame, String name, Throwable t) {
  this(frame, jEdit.getProperty(name + ".title"), jEdit.getProperty(name + ".message"), UIManager.getIcon("OptionPane.errorIcon"), MiscUtilities.throwableToString(t));
} //}}}
 

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