CloneSet7750


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

/*
 * @see IJavaElement
 */
public int getElementType() {
        return TYPE;
}

/*
 * @see IType#getField(String name)
 */
public IField getField(String fieldName) {
        return new BinaryField(this, fieldName);
}


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

/**
 * @see IJavaElement
 */
public int getElementType() {
        return TYPE;
}

/**
 * @see IType#getField
 */
public IField getField(String fieldName) {
        return new SourceField(this, fieldName);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/*
 * @see IJavaElement
 */
/**
 * @see IJavaElement
 */
public int getElementType() {
  return TYPE;
}

/*
 * @see IType#getField(String name)
 */
/**
 * @see IType#getField
 */
public IField getField(String fieldName) {
  return new [[#variable5b3e1160]](this, fieldName);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5b3e1160]]
BinaryField 
12[[#5b3e1160]]
SourceField