CloneSet149


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5310.976statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15704
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/DockableWindowManager.java
25733
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/DockableWindowManager.java
35782
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/DockableWindowManager.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
704
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/DockableWindowManager.java

Entry entry = (Entry) windows.get(name);
if (entry == null) {
  Log.log(Log.ERROR, this, "Unknown dockable window: " + name);
  return null;
}


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

Entry entry = (Entry) windows.get(name);
if (entry == null) {
  Log.log(Log.ERROR, this, "Unknown dockable window: " + name);
  return;
}


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

Entry entry = (Entry) windows.get(name);
if (entry == null) {
  Log.log(Log.ERROR, this, "Unknown dockable window: " + name);
  return;
}


Clone AbstractionParameter Count: 1Parameter Bindings

Entry entry = (Entry) windows.get(name);
if (entry == null) {
  Log.log(Log.ERROR, this, "Unknown dockable window: " + name);
   [[#variableaee6380]]
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#aee6380]]
return null; 
12[[#aee6380]]
return; 
13[[#aee6380]]
return;