Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 701 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CopyResourceElementsOperation.java |
2 | 2 | 246 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/MultiOperation.java |
| ||||
if (isMove() && compilationUnit.isWorkingCopy() && !compilationUnit.isPrimary()) error(IJavaModelStatusConstants.INVALID_ELEMENT_TYPES, element); |
| ||||
if (isMove() && cu.isWorkingCopy() && !cu.isPrimary()) error(IJavaModelStatusConstants.INVALID_ELEMENT_TYPES, element); |
| |||
if (isMove() && [[#variableb29fdb00]].isWorkingCopy() && ! [[#variableb29fdb00]].isPrimary()) error(IJavaModelStatusConstants.INVALID_ELEMENT_TYPES, element); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b29fdb00]] | cu |
1 | 2 | [[#b29fdb00]] | compilationUnit |