CloneSet5879


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.992class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
152601
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
252690
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
5
Source Line
2601
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

protected void consumeEmptyClassMemberDeclaration() {
        // ClassMemberDeclaration ::= ';'
        pushOnAstLengthStack(0);
        if ( !this.statementRecoveryActivated)
                                             problemReporter().superfluousSemicolon(this.endPosition + 1, this.endStatementPosition);
        flushCommentsDefinedPriorTo(this.endStatementPosition);
}


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

protected void consumeEmptyTypeDeclaration() {
        // TypeDeclaration ::= ';' 
        pushOnAstLengthStack(0);
        if ( !this.statementRecoveryActivated)
                                             problemReporter().superfluousSemicolon(this.endPosition + 1, this.endStatementPosition);
        flushCommentsDefinedPriorTo(this.endStatementPosition);
}


Clone AbstractionParameter Count: 1Parameter Bindings

protected void [[#variable922a2460]]() {
  // ClassMemberDeclaration ::= ';'
  // TypeDeclaration ::= ';' 
  pushOnAstLengthStack(0);
  if ( !this.statementRecoveryActivated)
    problemReporter().superfluousSemicolon(this.endPosition + 1, this.endStatementPosition);
  flushCommentsDefinedPriorTo(this.endStatementPosition);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#922a2460]]
consumeEmptyClassMemberDeclaration 
12[[#922a2460]]
consumeEmptyTypeDeclaration