CloneSet5906


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.992statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131291
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java
231309
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java
Clone Instance
1
Line Count
3
Source Line
1291
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java

                // post change deltas
                if (DEBUG) {
                        System.out.println("FIRING POST_CHANGE Delta [" + Thread.currentThread() + "]:"); //$NON-NLS-1$//$NON-NLS-2$
                        System.out.println(deltaToNotify == null ? "<NONE>":  deltaToNotify.toString()); //$NON-NLS-1$
                }


Clone Instance
2
Line Count
3
Source Line
1309
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java

                if (DEBUG) {
                        System.out.println("FIRING POST_RECONCILE Delta [" + Thread.currentThread() + "]:"); //$NON-NLS-1$//$NON-NLS-2$
                        System.out.println(deltaToNotify == null ? "<NONE>":  deltaToNotify.toString()); //$NON-NLS-1$
                }


Clone AbstractionParameter Count: 1Parameter Bindings

// post change deltas
if (DEBUG) {
  System.out.println( [[#variable651c0180]] + Thread.currentThread() + "]:"); //$NON-NLS-1$//$NON-NLS-2$
  System.out.println(deltaToNotify == null ? "<NONE>": deltaToNotify.toString()); //$NON-NLS-1$
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#651c0180]]
"FIRING POST_CHANGE Delta [" 
12[[#651c0180]]
"FIRING POST_RECONCILE Delta ["