CloneSet4371


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.984statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15100
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/selectionactions/GoToNextPreviousMemberAction.java
2583
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/selectionactions/StructureSelectionAction.java
Clone Instance
1
Line Count
5
Source Line
100
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/selectionactions/GoToNextPreviousMemberAction.java

                ITextSelection selection = getTextSelection();
                ISourceRange newRange = getNewSelectionRange(createSourceRange(selection), null);
                // Check if new selection differs from current selection
                if (selection.getOffset() == newRange.getOffset() && selection.getLength() == newRange.getLength())
                        return;


Clone Instance
2
Line Count
5
Source Line
83
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/selectionactions/StructureSelectionAction.java

                ITextSelection selection = getTextSelection();
                ISourceRange newRange = getNewSelectionRange(createSourceRange(selection), source);
                // Check if new selection differs from current selection
                if (selection.getOffset() == newRange.getOffset() && selection.getLength() == newRange.getLength())
                        return;


Clone AbstractionParameter Count: 1Parameter Bindings

ITextSelection selection = getTextSelection();
ISourceRange newRange = getNewSelectionRange(createSourceRange(selection),  [[#variablea1bcedc0]]);
// Check if new selection differs from current selection
if (selection.getOffset() == newRange.getOffset() && selection.getLength() == newRange.getLength())
  return;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a1bcedc0]]
null 
12[[#a1bcedc0]]
source