Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.957 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 801 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
2 | 6 | 845 | 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; |
| ||||
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; |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a18a2120]] | currentMethodInfo |
1 | 2 | [[#a18a2120]] | currentFieldInfo |
2 | 1 | [[#96140280]] | otherMethodInfo |
2 | 2 | [[#96140280]] | otherFieldInfo |
3 | 1 | [[#a1638600]] | getSelector |
3 | 2 | [[#a1638600]] | getName |
4 | 1 | [[#a39966e0]] | getMethodDescriptor |
4 | 2 | [[#a39966e0]] | getTypeName |