Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 2273 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
2 | 5 | 2280 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
| ||||
for (int index = 0; index < types.length && !found; index++) { type = types[index]; method = JavaModelUtil.findMethod(fMethod.getElementName(), fMethod.getParameterTypes(), false, type); if (method != null) found = true; } |
| ||||
for (int index = 0; index < types.length && !found; index++) { type = types[index]; method = JavaModelUtil.findMethod(fMethod.getElementName(), fMethod.getParameterTypes(), false, type); if (method != null) found = true; } |
| |||
for (int index = 0; index < types.length && !found; index++) { type = types[index]; method = JavaModelUtil.findMethod(fMethod.getElementName(), fMethod.getParameterTypes(), false, type); if (method != null) found = true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |