Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 4 | 1 | 0.972 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 319 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryType.java |
2 | 12 | 657 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryType.java |
3 | 12 | 238 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java |
4 | 12 | 513 | 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 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; } } |
| ||||
/* * @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; } } |
| ||||
/** * @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; } } |
| ||||
/** * @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; } } |
| |||
/* * @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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9bf3ac0]] | getTypeQualifiedName |
1 | 2 | [[#b9bf3ac0]] | getFullyQualifiedName |
1 | 3 | [[#b9bf3ac0]] | getTypeQualifiedName |
1 | 4 | [[#b9bf3ac0]] | getFullyQualifiedName |