CloneSet4573


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.993statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171228
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
271239
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
Clone Instance
1
Line Count
7
Source Line
1228
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java

                if (bar != null) {
                        try {
                                String posStr = memento.getString(TAG_VERTICAL_POSITION);
                                int position;
                                position = new Integer(posStr).intValue();
                                bar.setSelection(position);
                        } catch (NumberFormatException e) {
                                // ignore, don't set scrollposition
                          }
                }


Clone Instance
2
Line Count
7
Source Line
1239
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java

                if (bar != null) {
                        try {
                                String posStr = memento.getString(TAG_HORIZONTAL_POSITION);
                                int position;
                                position = new Integer(posStr).intValue();
                                bar.setSelection(position);
                        } catch (NumberFormatException e) {
                                // ignore don't set scroll position
                          }
                }


Clone AbstractionParameter Count: 1Parameter Bindings

if (bar != null) {
  try {
    String posStr = memento.getString( [[#variable94d69840]]);
    int position;
    position = new Integer(posStr).intValue();
    bar.setSelection(position);
  }
  catch (NumberFormatException e) {
  // ignore, don't set scrollposition
  // ignore don't set scroll position
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#94d69840]]
TAG_VERTICAL_POSITION 
12[[#94d69840]]
TAG_HORIZONTAL_POSITION