CloneSet3400


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171351
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java
271372
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java
Clone Instance
1
Line Count
7
Source Line
1351
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java

                                int length = fHistoryMatches.length + fSearchMatches.length;
                                int dash = (fHistoryMatches.length > 0 && fSearchMatches.length > 0) ? 1:  0;
                                fTable.setItemCount(length + dash);
                                if (length == 0) {
                                        // bug under windows.
                                        fTable.redraw();
                                        return;
                                }


Clone Instance
2
Line Count
7
Source Line
1372
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java

                                int length = fHistoryMatches.length + fSearchMatches.length;
                                int dash = (fHistoryMatches.length > 0 && fSearchMatches.length > 0) ? 1:  0;
                                fTable.setItemCount(length + dash);
                                if (length == 0) {
                                        // bug under windows.
                                        fTable.redraw();
                                        return;
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

int length = fHistoryMatches.length + fSearchMatches.length;
int dash = (fHistoryMatches.length > 0 && fSearchMatches.length > 0) ? 1: 0;
fTable.setItemCount(length + dash);
if (length == 0) {
  // bug under windows.
  fTable.redraw();
  return;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None