CloneSet3524


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
164369
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
26374
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java
Clone Instance
1
Line Count
6
Source Line
4369
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        // MethodInvocation ::= 'super' '.' 'Identifier' '(' ArgumentListopt ')'
        MessageSend m = newMessageSend();
        m.sourceStart = this.intStack[this.intPtr-- ]; // start position of the super keyword
        m.sourceEnd = this.rParenPos;
        m.nameSourcePosition = this.identifierPositionStack[this.identifierPtr];
        m.selector = this.identifierStack[this.identifierPtr-- ];
        this.identifierLengthPtr--;


Clone Instance
2
Line Count
6
Source Line
374
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java

        // MethodInvocation ::= 'super' '.' 'Identifier' '(' ArgumentListopt ')'
        MessageSend m = newMessageSend();
        m.sourceStart = this.intStack[this.intPtr-- ];
        m.sourceEnd = this.rParenPos;
        m.nameSourcePosition = this.identifierPositionStack[this.identifierPtr];
        m.selector = this.identifierStack[this.identifierPtr-- ];
        this.identifierLengthPtr--;


Clone AbstractionParameter Count: 0Parameter Bindings

// MethodInvocation ::= 'super' '.' 'Identifier' '(' ArgumentListopt ')'
MessageSend m = newMessageSend();
m.sourceStart = this.intStack[this.intPtr-- ]; // start position of the super keyword
m.sourceEnd = this.rParenPos;
m.nameSourcePosition = this.identifierPositionStack[this.identifierPtr];
m.selector = this.identifierStack[this.identifierPtr-- ];
this.identifierLengthPtr--;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None