CloneSet64


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

//{{{ componentMoved() method
public void componentMoved(ComponentEvent evt) {
  if (System.currentTimeMillis() - start < 1000) {
    Rectangle r = win.getBounds();
    if ( !windowOpened && r.equals(required))
      return;
    if ( !r.equals(desired)) {
      Log.log(Log.DEBUG, GUIUtilities.class , "Window resize blocked: " + win.getBounds());
      win.setBounds(desired);
    }
  }
  win.removeComponentListener(this );
} //}}}


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

//{{{ componentResized() method
public void componentResized(ComponentEvent evt) {
  if (System.currentTimeMillis() - start < 1000) {
    Rectangle r = win.getBounds();
    if ( !windowOpened && r.equals(required))
      return;
    if ( !r.equals(desired)) {
      Log.log(Log.DEBUG, GUIUtilities.class , "Window resize blocked: " + win.getBounds());
      win.setBounds(desired);
    }
  }
  win.removeComponentListener(this );
} //}}}


Clone AbstractionParameter Count: 1Parameter Bindings

//{{{ componentResized() method
//{{{ componentMoved() method
public void [[#variablec2a7320]](ComponentEvent evt) {
  if (System.currentTimeMillis() - start < 1000) {
    Rectangle r = win.getBounds();
    if ( !windowOpened && r.equals(required))
      return;
    if ( !r.equals(desired)) {
      Log.log(Log.DEBUG, GUIUtilities.class , "Window resize blocked: " + win.getBounds());
      win.setBounds(desired);
    }
  }
  win.removeComponentListener(this );
} //}}}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c2a7320]]
componentMoved 
12[[#c2a7320]]
componentResized