CloneSet3975


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5301.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15965
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java
251125
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java
352274
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java
Clone Instance
1
Line Count
5
Source Line
965
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java

                                this.state.updateRoots(element.getPath(), delta, this );

                                // refresh pkg fragment roots and caches of the project (and its dependents)
                                this.rootsToRefresh.add(element);
                                this.projectCachesToReset.add(element);


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

                                this.state.updateRoots(element.getPath(), delta, this );

                                // refresh pkg fragment roots and caches of the project (and its dependents)
                                this.rootsToRefresh.add(element);
                                this.projectCachesToReset.add(element);


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

                                                                this.state.updateRoots(element.getPath(), delta, this );

                                                                // refresh pkg fragment roots and caches of the project (and its dependents)
                                                                this.rootsToRefresh.add(element);
                                                                this.projectCachesToReset.add(element);


Clone AbstractionParameter Count: 0Parameter Bindings

this.state.updateRoots(element.getPath(), delta, this );
// refresh pkg fragment roots and caches of the project (and its dependents)
this.rootsToRefresh.add(element);
this.projectCachesToReset.add(element);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None