CloneSet2277


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.996statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
182222
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java
282233
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java
Clone Instance
1
Line Count
8
Source Line
2222
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java

                                element = createElement(deltaRes, elementType, rootInfo);
                                if (element == null) {
                                        // resource might be containing shared roots (see bug 19058)
                                        this.state.updateRoots(deltaRes.getFullPath(), delta, this );
                                        return rootInfo != null && rootInfo.inclusionPatterns != null;
                                }
                                updateIndex(element, delta);
                                elementAdded(element, delta, rootInfo);


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

                                element = createElement(deltaRes, elementType, rootInfo);
                                if (element == null) {
                                        // resource might be containing shared roots (see bug 19058)
                                        this.state.updateRoots(deltaRes.getFullPath(), delta, this );
                                        return rootInfo != null && rootInfo.inclusionPatterns != null;
                                }
                                updateIndex(element, delta);
                                elementRemoved(element, delta, rootInfo);


Clone AbstractionParameter Count: 1Parameter Bindings

element = createElement(deltaRes, elementType, rootInfo);
if (element == null) {
  // resource might be containing shared roots (see bug 19058)
  this.state.updateRoots(deltaRes.getFullPath(), delta, this );
  return rootInfo != null && rootInfo.inclusionPatterns != null;
}
updateIndex(element, delta);
 [[#variable59a9bca0]](element, delta, rootInfo);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#59a9bca0]]
elementAdded 
12[[#59a9bca0]]
elementRemoved