CloneSet8396


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.988statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14351
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SetClasspathOperation.java
24497
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SetClasspathOperation.java
Clone Instance
1
Line Count
4
Source Line
351
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SetClasspathOperation.java

                                // do not notify remote project changes
                                if (oldResolvedPath[i].getEntryKind() == IClasspathEntry.CPE_PROJECT) {
                                        needToUpdateDependents = true;
                                        this.needCycleCheck = true;
                                        continue ;
                                }


Clone Instance
2
Line Count
4
Source Line
497
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SetClasspathOperation.java

                                // do not notify remote project changes
                                if (newResolvedPath[i].getEntryKind() == IClasspathEntry.CPE_PROJECT) {
                                        needToUpdateDependents = true;
                                        this.needCycleCheck = true;
                                        continue ;
                                }


Clone AbstractionParameter Count: 1Parameter Bindings

// do not notify remote project changes
if ( [[#variableb3477000]][i].getEntryKind() == IClasspathEntry.CPE_PROJECT) {
  needToUpdateDependents = true;
  this.needCycleCheck = true;
  continue ;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b3477000]]
newResolvedPath 
12[[#b3477000]]
oldResolvedPath