Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.957 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 189 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaMethodBreakpoint.java |
2 | 2 | 203 | 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); } |
| ||||
/** * 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); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5aa79720]] | MethodEntryRequest |
1 | 2 | [[#5aa79720]] | MethodExitRequest |
2 | 1 | [[#5aa796a0]] | createMethodEntryRequest |
2 | 2 | [[#5aa796a0]] | createMethodExitRequest |
3 | 1 | [[#5aa79560]] | true |
3 | 2 | [[#5aa79560]] | false |