CloneSet4300


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8240.975statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18976
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryType.java
28887
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java
Clone Instance
1
Line Count
8
Source Line
976
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryType.java

                        if (this.isAnnotation()) {
                                buffer.append("@interface "); //$NON-NLS-1$
                        }
                        else   if (this.isEnum()) {
                                buffer.append("enum "); //$NON-NLS-1$
                               }
                               else
                               if (this.isInterface()) {
                                buffer.append("interface "); //$NON-NLS-1$
                               }
                               else {
                                buffer.append("class "); //$NON-NLS-1$
                               }


Clone Instance
2
Line Count
8
Source Line
887
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java

                        if (this.isEnum()) {
                                buffer.append("enum "); //$NON-NLS-1$
                        }
                        else   if (this.isAnnotation()) {
                                buffer.append("@interface "); //$NON-NLS-1$
                               }
                               else
                               if (this.isInterface()) {
                                buffer.append("interface "); //$NON-NLS-1$
                               }
                               else {
                                buffer.append("class "); //$NON-NLS-1$
                               }


Clone AbstractionParameter Count: 4Parameter Bindings

if (this. [[#variable59644ac0]]()) {
  buffer.append( [[#variable59644a40]]); //$NON-NLS-1$
}
else
  if (this. [[#variable596449a0]]()) {
    buffer.append( [[#variable596448e0]]); //$NON-NLS-1$
  }
  else
    if (this.isInterface()) {
      buffer.append("interface "); //$NON-NLS-1$
    }
    else {
      buffer.append("class "); //$NON-NLS-1$
    }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#59644ac0]]
isAnnotation 
12[[#59644ac0]]
isEnum 
21[[#59644a40]]
"@interface " 
22[[#59644a40]]
"enum " 
31[[#596449a0]]
isEnum 
32[[#596449a0]]
isAnnotation 
41[[#596448e0]]
"enum " 
42[[#596448e0]]
"@interface "