CloneSet1960


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12410.972class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112319
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryType.java
212657
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryType.java
312238
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java
412513
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java
Clone Instance
1
Line Count
12
Source Line
319
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryType.java

/*
 * @see IType#getFullyQualifiedName()
 */
public String getFullyQualifiedName() {
        return this.getFullyQualifiedName('$');
}

/*
 * @see IType#getFullyQualifiedName(char enclosingTypeSeparator)
 */
public String getFullyQualifiedName(char enclosingTypeSeparator) {
        try {
                return getFullyQualifiedName(enclosingTypeSeparator, false
                                                                          /*don't show parameters*/
                                                                          );
        } catch (JavaModelException e) {
                // exception thrown only when showing parameters
                return null;
          }
}


Clone Instance
2
Line Count
12
Source Line
657
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryType.java

/*
 * @see IType#getTypeQualifiedName()
 */
public String getTypeQualifiedName() {
        return this.getTypeQualifiedName('$');
}

/*
 * @see IType#getTypeQualifiedName(char)
 */
public String getTypeQualifiedName(char enclosingTypeSeparator) {
        try {
                return getTypeQualifiedName(enclosingTypeSeparator, false
                                                                         /*don't show parameters*/
                                                                         );
        } catch (JavaModelException e) {
                // exception thrown only when showing parameters
                return null;
          }
}


Clone Instance
3
Line Count
12
Source Line
238
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java

/**
 * @see IType#getFullyQualifiedName()
 */
public String getFullyQualifiedName() {
        return this.getFullyQualifiedName('$');
}

/**
 * @see IType#getFullyQualifiedName(char)
 */
public String getFullyQualifiedName(char enclosingTypeSeparator) {
        try {
                return getFullyQualifiedName(enclosingTypeSeparator, false
                                                                          /*don't show parameters*/
                                                                          );
        } catch (JavaModelException e) {
                // exception thrown only when showing parameters
                return null;
          }
}


Clone Instance
4
Line Count
12
Source Line
513
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java

/**
 * @see IType#getTypeQualifiedName()
 */
public String getTypeQualifiedName() {
        return this.getTypeQualifiedName('$');
}

/**
 * @see IType#getTypeQualifiedName(char)
 */
public String getTypeQualifiedName(char enclosingTypeSeparator) {
        try {
                return getTypeQualifiedName(enclosingTypeSeparator, false
                                                                         /*don't show parameters*/
                                                                         );
        } catch (JavaModelException e) {
                // exception thrown only when showing parameters
                return null;
          }
}


Clone AbstractionParameter Count: 1Parameter Bindings

/*
 * @see IType#getTypeQualifiedName()
 */
/*
 * @see IType#getFullyQualifiedName()
 */
/**
 * @see IType#getTypeQualifiedName()
 */
/**
 * @see IType#getFullyQualifiedName()
 */
public String  [[#variableb9bf3ac0]]() {
  return this. [[#variableb9bf3ac0]]('$');
}

/*
 * @see IType#getTypeQualifiedName(char)
 */
/*
 * @see IType#getFullyQualifiedName(char enclosingTypeSeparator)
 */
/**
 * @see IType#getTypeQualifiedName(char)
 */
/**
 * @see IType#getFullyQualifiedName(char)
 */
public String  [[#variableb9bf3ac0]](char enclosingTypeSeparator) {
  try {
    return [[#variableb9bf3ac0]](enclosingTypeSeparator, false
                                                              /*don't show parameters*/
                                                              );
  }
  catch (JavaModelException e) {
    // exception thrown only when showing parameters
    return null;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b9bf3ac0]]
getTypeQualifiedName 
12[[#b9bf3ac0]]
getFullyQualifiedName 
13[[#b9bf3ac0]]
getTypeQualifiedName 
14[[#b9bf3ac0]]
getFullyQualifiedName