CloneSet1854


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.953block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14166
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/completion/Completor.java
24195
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/completion/Completor.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
166
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/completion/Completor.java

{
  int newSelIx = _completionList.getSelectedIndex() - 1;
  _completionList.setSelectionInterval(newSelIx, newSelIx);
  _completionList.ensureIndexIsVisible(newSelIx);
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
195
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/completion/Completor.java

{
  int newSelIx = _completionList.getSelectedIndex() - MAX_ITEMS_IN_COMPLETION_LIST;
  _completionList.setSelectionInterval(newSelIx, newSelIx);
  _completionList.ensureIndexIsVisible(newSelIx);
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  int newSelIx = _completionList.getSelectedIndex() -  [[#variable1c9bfb40]];
  _completionList.setSelectionInterval(newSelIx, newSelIx);
  _completionList.ensureIndexIsVisible(newSelIx);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c9bfb40]]
1 
12[[#1c9bfb40]]
MAX_ITEMS_IN_COMPLETION_LIST