CloneSet7067


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110186
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeExceptionsControl.java
210438
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java
Clone Instance
1
Line Count
10
Source Line
186
Source File
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeExceptionsControl.java

        private int getTableSelectionCount() {
                return getTable().getSelectionCount();
        }

        private int getTableItemCount() {
                return getTable().getItemCount();
        }

        private Table getTable() {
                return fTableViewer.getTable();
        }


Clone Instance
2
Line Count
10
Source Line
438
Source File
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java

        private int getTableSelectionCount() {
                return getTable().getSelectionCount();
        }

        private int getTableItemCount() {
                return getTable().getItemCount();
        }

        private Table getTable() {
                return fTableViewer.getTable();
        }


Clone AbstractionParameter Count: 0Parameter Bindings

private int getTableSelectionCount() {
  return getTable().getSelectionCount();
}

private int getTableItemCount() {
  return getTable().getItemCount();
}

private Table getTable() {
  return fTableViewer.getTable();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None