Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.988 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 351 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SetClasspathOperation.java |
2 | 4 | 497 | 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 ; } |
| ||||
// do not notify remote project changes if (newResolvedPath[i].getEntryKind() == IClasspathEntry.CPE_PROJECT) { needToUpdateDependents = true; this.needCycleCheck = true; continue ; } |
| |||
// do not notify remote project changes if ( [[#variableb3477000]][i].getEntryKind() == IClasspathEntry.CPE_PROJECT) { needToUpdateDependents = true; this.needCycleCheck = true; continue ; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3477000]] | newResolvedPath |
1 | 2 | [[#b3477000]] | oldResolvedPath |