CloneSet7678


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.957class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12189
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaMethodBreakpoint.java
22203
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaMethodBreakpoint.java
Clone Instance
1
Line Count
2
Source Line
189
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaMethodBreakpoint.java

        /**
         * Returns a new method entry request for this breakpoint's
         * criteria
         * 
         * @param the target in which to create the request
         * @param type the type on which to create the request
         * @return method entry request
         * @exception CoreException if an exception occurs accessing
         *  this breakpoint's underlying marker
         */
        protected MethodEntryRequest createMethodEntryRequest(JDIDebugTarget target, String typePattern) throws CoreException {
                return (MethodEntryRequest) createMethodRequest(target, typePattern, true);
        }


Clone Instance
2
Line Count
2
Source Line
203
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaMethodBreakpoint.java

        /**
         * Returns a new method exit request for this breakpoint's
         * criteria
         * 
         * @param target the target in which to create the request
         * @param type the type on which to create the request
         * @return method exit request
         * @exception CoreException if an exception occurs accessing
         *  this breakpoint's underlying marker
         */
        protected MethodExitRequest createMethodExitRequest(JDIDebugTarget target, String typePattern) throws CoreException {
                return (MethodExitRequest) createMethodRequest(target, typePattern, false);
        }


Clone AbstractionParameter Count: 3Parameter Bindings

/**
         * Returns a new method entry request for this breakpoint's
         * criteria
         * 
         * @param the target in which to create the request
         * @param type the type on which to create the request
         * @return method entry request
         * @exception CoreException if an exception occurs accessing
         *  this breakpoint's underlying marker
         */
/**
         * Returns a new method exit request for this breakpoint's
         * criteria
         * 
         * @param target the target in which to create the request
         * @param type the type on which to create the request
         * @return method exit request
         * @exception CoreException if an exception occurs accessing
         *  this breakpoint's underlying marker
         */
protected [[#variable5aa79720]]  [[#variable5aa796a0]](JDIDebugTarget target, String typePattern) throws CoreException {
  return ( [[#variable5aa79720]]) createMethodRequest(target, typePattern,  [[#variable5aa79560]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5aa79720]]
MethodEntryRequest 
12[[#5aa79720]]
MethodExitRequest 
21[[#5aa796a0]]
createMethodEntryRequest 
22[[#5aa796a0]]
createMethodExitRequest 
31[[#5aa79560]]
true 
32[[#5aa79560]]
false