CloneSet6340


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.965class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14110
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMethod.java
24447
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java
Clone Instance
1
Line Count
4
Source Line
110
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMethod.java

/**
 * @see IMethod
 */
public String[] getParameterNames() throws JavaModelException {
        SourceMethodElementInfo info = (SourceMethodElementInfo) getElementInfo();
        char[][] names = info.getArgumentNames();
        return CharOperation.toStrings(names);
}


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

/**
 * @see IType
 */
public String[] getSuperInterfaceNames() throws JavaModelException {
        SourceTypeElementInfo info = (SourceTypeElementInfo) getElementInfo();
        char[][] names = info.getInterfaceNames();
        return CharOperation.toStrings(names);
}


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * @see IType
 */
/**
 * @see IMethod
 */
public String[]  [[#variable5fe59b00]]() throws JavaModelException {
   [[#variable5fe59a80]] info = ( [[#variable5fe59a80]]) getElementInfo();
  char[][] names = info. [[#variable5fe599e0]]();
  return CharOperation.toStrings(names);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5fe59b00]]
getSuperInterfaceNames 
12[[#5fe59b00]]
getParameterNames 
21[[#5fe59a80]]
SourceTypeElementInfo 
22[[#5fe59a80]]
SourceMethodElementInfo 
31[[#5fe599e0]]
getInterfaceNames 
32[[#5fe599e0]]
getArgumentNames