CloneSet1509


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10640.964class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110372
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java
210388
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java
310404
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java
410420
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java
510436
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java
610452
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java
Clone Instance
1
Line Count
10
Source Line
372
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java

        /**
         * @return Returns list of AccessWatchpointRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
        public List accessWatchpointRequests() {
                return new ArrayList(fRequests[ACCESS_WATCHPOINT_INDEX]);
        }

        /**
         * @return Returns list of BreakpointRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
        public List breakpointRequests() {
                return new ArrayList(fRequests[BREAKPOINT_INDEX]);
        }


Clone Instance
2
Line Count
10
Source Line
388
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java

        /**
         * @return Returns list of ClassPrepareRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
        public List classPrepareRequests() {
                return new ArrayList(fRequests[CLASS_PREPARE_INDEX]);
        }

        /**
         * @return Returns list of ClassUnloadRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
        public List classUnloadRequests() {
                return new ArrayList(fRequests[CLASS_UNLOAD_INDEX]);
        }


Clone Instance
3
Line Count
10
Source Line
404
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java

        /**
         * @return Returns list of ExceptionRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
        public List exceptionRequests() {
                return new ArrayList(fRequests[EXCEPTION_INDEX]);
        }

        /**
         * @return Returns list of MethodEntryRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
        public List methodEntryRequests() {
                return new ArrayList(fRequests[METHOD_ENTRY_INDEX]);
        }


Clone Instance
4
Line Count
10
Source Line
420
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java

        /**
         * @return Returns list of MethodExitRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
        public List methodExitRequests() {
                return new ArrayList(fRequests[METHOD_EXIT_INDEX]);
        }

        /**
         * @return Returns list of ModificationWatchpointRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
        public List modificationWatchpointRequests() {
                return new ArrayList(fRequests[MODIFICATION_WATCHPOINT_INDEX]);
        }


Clone Instance
5
Line Count
10
Source Line
436
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java

        /**
         * @return Returns list of StepRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
        public List stepRequests() {
                return new ArrayList(fRequests[STEP_INDEX]);
        }

        /**
         * @return Returns list of ThreadDeathRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
        public List threadDeathRequests() {
                return new ArrayList(fRequests[THREAD_DEATH_INDEX]);
        }


Clone Instance
6
Line Count
10
Source Line
452
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java

        /**
         * @return Returns list of ThreadStartRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
        public List threadStartRequests() {
                return new ArrayList(fRequests[THREAD_START_INDEX]);
        }

        /**
         * @return Returns list of VMDeathRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
        public List vmDeathRequests() {
                return new ArrayList(fRequests[VM_DEATH_INDEX]);
        }


Clone AbstractionParameter Count: 4Parameter Bindings

/**
         * @return Returns list of AccessWatchpointRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
/**
         * @return Returns list of ClassPrepareRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
/**
         * @return Returns list of ExceptionRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
/**
         * @return Returns list of MethodExitRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
/**
         * @return Returns list of StepRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
/**
         * @return Returns list of ThreadStartRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
public List  [[#variableb47d07a0]]() {
  return new ArrayList(fRequests[ [[#variableb47d0100]]]);
}

/**
         * @return Returns list of BreakpointRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
/**
         * @return Returns list of ClassUnloadRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
/**
         * @return Returns list of MethodEntryRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
/**
         * @return Returns list of ModificationWatchpointRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
/**
         * @return Returns list of ThreadDeathRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
/**
         * @return Returns list of VMDeathRequests.
         * For changes, the appropriate EventRequestManager methods should be used.
         */
public List  [[#variableb802efc0]]() {
  return new ArrayList(fRequests[ [[#variableb47d06a0]]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b47d07a0]]
accessWatchpointRequests 
12[[#b47d07a0]]
classPrepareRequests 
13[[#b47d07a0]]
exceptionRequests 
14[[#b47d07a0]]
methodExitRequests 
15[[#b47d07a0]]
stepRequests 
16[[#b47d07a0]]
threadStartRequests 
21[[#b47d0100]]
ACCESS_WATCHPOINT_INDEX 
22[[#b47d0100]]
CLASS_PREPARE_INDEX 
23[[#b47d0100]]
EXCEPTION_INDEX 
24[[#b47d0100]]
METHOD_EXIT_INDEX 
25[[#b47d0100]]
STEP_INDEX 
26[[#b47d0100]]
THREAD_START_INDEX 
31[[#b802efc0]]
breakpointRequests 
32[[#b802efc0]]
classUnloadRequests 
33[[#b802efc0]]
methodEntryRequests 
34[[#b802efc0]]
modificationWatchpointRequests 
35[[#b802efc0]]
threadDeathRequests 
36[[#b802efc0]]
vmDeathRequests 
41[[#b47d06a0]]
BREAKPOINT_INDEX 
42[[#b47d06a0]]
CLASS_UNLOAD_INDEX 
43[[#b47d06a0]]
METHOD_ENTRY_INDEX 
44[[#b47d06a0]]
MODIFICATION_WATCHPOINT_INDEX 
45[[#b47d06a0]]
THREAD_DEATH_INDEX 
46[[#b47d06a0]]
VM_DEATH_INDEX