CloneSet6478


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2310.987statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121281
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java
229008
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
329126
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
2
Source Line
1281
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java

        // mark initializer with local type if one was found during parsing
        if ((type.bits&  ASTNode.HasLocalType) != 0) {
                initializer.bits |= ASTNode.HasLocalType;
        }


Clone Instance
2
Line Count
2
Source Line
9008
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        // mark field with local type if one was found during parsing
        if ((type.bits&  ASTNode.HasLocalType) != 0) {
                field.bits |= ASTNode.HasLocalType;
        }


Clone Instance
3
Line Count
2
Source Line
9126
Source File
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;
        }


Clone AbstractionParameter Count: 1Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#61069d40]]
initializer 
12[[#61069d40]]
field 
13[[#61069d40]]
initializer