Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 183 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/Visitors.java |
2 | 9 | 201 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/Visitors.java |
| ||||
final List<IExtendedModifier> extMods = node.modifiers(); List<Annotation> annos = null; for (IExtendedModifier extMod: extMods) { if (extMod.isAnnotation()) { if (annos == null) { annos = new ArrayList<Annotation>(2); _result.put(node, annos); } annos.add((Annotation) extMod); } } |
| ||||
final List<IExtendedModifier> extMods = node.modifiers(); List<Annotation> annos = null; for (IExtendedModifier extMod: extMods) { if (extMod.isAnnotation()) { if (annos == null) { annos = new ArrayList<Annotation>(2); _result.put(node, annos); } annos.add((Annotation) extMod); } } |
| |||
final List<IExtendedModifier> extMods = node.modifiers(); List<Annotation> annos = null; for (IExtendedModifier extMod: extMods) { if (extMod.isAnnotation()) { if (annos == null) { annos = new ArrayList<Annotation>(2); _result.put(node, annos); } annos.add((Annotation) extMod); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |