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.978 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 643 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java |
2 | 4 | 652 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java |
| ||||
if (fields != null) { for (int i = 0, max = fields.length; i < max; i++) { if (fields[i].binding != null && (fields[i].binding.modifiers& ExtraCompilerModifiers.AccUnresolved) != 0) { fields[i].binding = null; } } } |
| ||||
if (methods != null) { for (int i = 0, max = methods.length; i < max; i++) { if (methods[i].binding != null && (methods[i].binding.modifiers& ExtraCompilerModifiers.AccUnresolved) != 0) { methods[i].binding = null; } } } |
| |||
if ( [[#variable982034c0]]!= null) { for (int i = 0, max = [[#variable982034c0]].length; i < max; i++) { if ( [[#variable982034c0]][i].binding != null && ( [[#variable982034c0]][i].binding.modifiers&ExtraCompilerModifiers.AccUnresolved) != 0) { [[#variable982034c0]][i].binding = null; } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#982034c0]] | fields |
1 | 2 | [[#982034c0]] | methods |