Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.987 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1281 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java |
2 | 2 | 9008 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
3 | 2 | 9126 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
// mark initializer with local type if one was found during parsing if ((type.bits& ASTNode.HasLocalType) != 0) { initializer.bits |= ASTNode.HasLocalType; } |
| ||||
// mark field with local type if one was found during parsing if ((type.bits& ASTNode.HasLocalType) != 0) { field.bits |= ASTNode.HasLocalType; } |
| ||||
// mark initializer with local type if one was found during parsing if ((type.bits& ASTNode.HasLocalType) != 0) { initializer.bits |= ASTNode.HasLocalType; } |
| |||
// mark initializer with local type if one was found during parsing // mark field with local type if one was found during parsing if ((type.bits&ASTNode.HasLocalType) != 0) { [[#variable61069d40]].bits |= ASTNode.HasLocalType; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61069d40]] | initializer |
1 | 2 | [[#61069d40]] | field |
1 | 3 | [[#61069d40]] | initializer |