CloneSet495


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

//{{{ removeNotify() method
public void removeNotify() {
  timer.stop();
  ToolTipManager.sharedInstance().unregisterComponent(this );
  super.removeNotify();
} //}}}


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

//{{{ removeNotify() method
public void removeNotify() {
  timer.stop();
  ToolTipManager.sharedInstance().unregisterComponent(this );
  super.removeNotify();
} //}}}


Clone AbstractionParameter Count: 0Parameter Bindings

//{{{ removeNotify() method
public void removeNotify() {
  timer.stop();
  ToolTipManager.sharedInstance().unregisterComponent(this );
  super.removeNotify();
} //}}}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None