CloneSet7943


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

        //only parse the method body of md
        //fill out method statements

        //convert bugs into parse error

        if (md.isAbstract())
                return;
        if (md.isNative())
                return;
        if ((md.modifiers&  ExtraCompilerModifiers.AccSemicolonBody) != 0)
                return;


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

        //only parse the method body of md
        //fill out method statements

        //convert bugs into parse error

        if (md.isAbstract())
                return;
        if (md.isNative())
                return;
        if ((md.modifiers&  ExtraCompilerModifiers.AccSemicolonBody) != 0)
                return;


Clone AbstractionParameter Count: 0Parameter Bindings

//only parse the method body of md
//fill out method statements
//convert bugs into parse error
if (md.isAbstract())
  return;
if (md.isNative())
  return;
if ((md.modifiers&ExtraCompilerModifiers.AccSemicolonBody) != 0)
  return;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None