CloneSet7956


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.978class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12217
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaMethodBreakpoint.java
22230
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaMethodBreakpoint.java
Clone Instance
1
Line Count
2
Source Line
217
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 EventRequest createMethodEntryRequest(JDIDebugTarget target, ReferenceType type) throws CoreException {
                return createMethodRequest(target, type, true);
        }


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

        /**
         * Returns a new method exit request for the given reference type
         * 
         * @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 EventRequest createMethodExitRequest(JDIDebugTarget target, ReferenceType type) throws CoreException {
                return createMethodRequest(target, type, false);
        }


Clone AbstractionParameter Count: 2Parameter 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 the given reference type
         * 
         * @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 EventRequest  [[#variable4f09bb40]](JDIDebugTarget target, ReferenceType type) throws CoreException {
  return createMethodRequest(target, type,  [[#variable4f09ba60]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4f09bb40]]
createMethodEntryRequest 
12[[#4f09bb40]]
createMethodExitRequest 
21[[#4f09ba60]]
true 
22[[#4f09ba60]]
false