CloneSet4493


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1680
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/breakpoints/AddClassPrepareBreakpointAction.java
2692
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/breakpoints/ToggleClassPrepareBreakpointAction.java
Clone Instance
1
Line Count
6
Source Line
80
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/breakpoints/AddClassPrepareBreakpointAction.java

                        ISourceRange range = type.getNameRange();
                        int start = -1;
                        int end = -1;
                        if (range != null) {
                            start = range.getOffset();
                            end = start + range.getLength();
                        }


Clone Instance
2
Line Count
6
Source Line
92
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/breakpoints/ToggleClassPrepareBreakpointAction.java

                                        ISourceRange range = type.getNameRange();
                                        int start = -1;
                                        int end = -1;
                                        if (range != null) {
                                                start = range.getOffset();
                                                end = start + range.getLength();
                                        }


Clone AbstractionParameter Count: 0Parameter Bindings

ISourceRange range = type.getNameRange();
int start = -1;
int end = -1;
if (range != null) {
  start = range.getOffset();
  end = start + range.getLength();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None