CloneSet2590


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6240.957statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16801
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java
26845
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java
Clone Instance
1
Line Count
6
Source Line
801
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java

        if ((currentFieldInfo.getTagBits()&  TagBits.AnnotationDeprecated) != (otherFieldInfo.getTagBits()&  TagBits.AnnotationDeprecated))
                return true;
        if ( !CharOperation.equals(currentFieldInfo.getName(), otherFieldInfo.getName()))
                return true;
        if ( !CharOperation.equals(currentFieldInfo.getTypeName(), otherFieldInfo.getTypeName()))
                return true;


Clone Instance
2
Line Count
6
Source Line
845
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java

        if ((currentMethodInfo.getTagBits()&  TagBits.AnnotationDeprecated) != (otherMethodInfo.getTagBits()&  TagBits.AnnotationDeprecated))
                return true;
        if ( !CharOperation.equals(currentMethodInfo.getSelector(), otherMethodInfo.getSelector()))
                return true;
        if ( !CharOperation.equals(currentMethodInfo.getMethodDescriptor(), otherMethodInfo.getMethodDescriptor()))
                return true;


Clone AbstractionParameter Count: 4Parameter Bindings

if (( [[#variablea18a2120]].getTagBits()&TagBits.AnnotationDeprecated) != ( [[#variable96140280]].getTagBits()&TagBits.AnnotationDeprecated))
  return true;
if ( !CharOperation.equals( [[#variablea18a2120]]. [[#variablea1638600]](),  [[#variable96140280]]. [[#variablea1638600]]()))
  return true;
if ( !CharOperation.equals( [[#variablea18a2120]]. [[#variablea39966e0]](),  [[#variable96140280]]. [[#variablea39966e0]]()))
  return true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a18a2120]]
currentMethodInfo 
12[[#a18a2120]]
currentFieldInfo 
21[[#96140280]]
otherMethodInfo 
22[[#96140280]]
otherFieldInfo 
31[[#a1638600]]
getSelector 
32[[#a1638600]]
getName 
41[[#a39966e0]]
getMethodDescriptor 
42[[#a39966e0]]
getTypeName