Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.965 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 110 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMethod.java |
2 | 4 | 447 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java |
| ||||
/** * @see IMethod */ public String[] getParameterNames() throws JavaModelException { SourceMethodElementInfo info = (SourceMethodElementInfo) getElementInfo(); char[][] names = info.getArgumentNames(); return CharOperation.toStrings(names); } |
| ||||
/** * @see IType */ public String[] getSuperInterfaceNames() throws JavaModelException { SourceTypeElementInfo info = (SourceTypeElementInfo) getElementInfo(); char[][] names = info.getInterfaceNames(); return CharOperation.toStrings(names); } |
| |||
/** * @see IType */ /** * @see IMethod */ public String[] [[#variable5fe59b00]]() throws JavaModelException { [[#variable5fe59a80]] info = ( [[#variable5fe59a80]]) getElementInfo(); char[][] names = info. [[#variable5fe599e0]](); return CharOperation.toStrings(names); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fe59b00]] | getSuperInterfaceNames |
1 | 2 | [[#5fe59b00]] | getParameterNames |
2 | 1 | [[#5fe59a80]] | SourceTypeElementInfo |
2 | 2 | [[#5fe59a80]] | SourceMethodElementInfo |
3 | 1 | [[#5fe599e0]] | getInterfaceNames |
3 | 2 | [[#5fe599e0]] | getArgumentNames |