CloneSet7677


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
12179
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaWatchpoint.java
22186
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaWatchpoint.java
Clone Instance
1
Line Count
2
Source Line
179
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaWatchpoint.java

        /**
         * Create an access watchpoint for the given breakpoint and associated field
         */
        protected AccessWatchpointRequest createAccessWatchpoint(JDIDebugTarget target, Field field) throws CoreException {
                return (AccessWatchpointRequest) createWatchpoint(target, field, true);
        }


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

        /**
         * Create a modification watchpoint for the given breakpoint and associated field
         */
        protected ModificationWatchpointRequest createModificationWatchpoint(JDIDebugTarget target, Field field) throws CoreException {
                return (ModificationWatchpointRequest) createWatchpoint(target, field, false);
        }


Clone AbstractionParameter Count: 3Parameter Bindings

/**
         * Create an access watchpoint for the given breakpoint and associated field
         */
/**
         * Create a modification watchpoint for the given breakpoint and associated field
         */
protected [[#variable5aa78420]]  [[#variable5aa783c0]](JDIDebugTarget target, Field field) throws CoreException {
  return ( [[#variable5aa78420]]) createWatchpoint(target, field,  [[#variable5aa78320]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5aa78420]]
AccessWatchpointRequest 
12[[#5aa78420]]
ModificationWatchpointRequest 
21[[#5aa783c0]]
createAccessWatchpoint 
22[[#5aa783c0]]
createModificationWatchpoint 
31[[#5aa78320]]
true 
32[[#5aa78320]]
false