Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 2 | 0.978 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 32 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/PackageDeclaration.java |
2 | 10 | 66 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/TypeParameter.java |
| ||||
public String getElementName() { return this.name; } /** * @see IJavaElement */ public int getElementType() { return PACKAGE_DECLARATION; } /** * @see JavaElement#getHandleMemento() */ protected char getHandleMementoDelimiter() { return JavaElement.JEM_PACKAGEDECLARATION; } |
| ||||
public String getElementName() { return this.name; } public int getElementType() { return TYPE_PARAMETER; } protected char getHandleMementoDelimiter() { return JavaElement.JEM_TYPE_PARAMETER; } |
| |||
public String getElementName() { return this.name; } /** * @see IJavaElement */ public int getElementType() { return [[#variable4e9aaa60]]; } /** * @see JavaElement#getHandleMemento() */ protected char getHandleMementoDelimiter() { return JavaElement. [[#variable4e9aa920]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e9aaa60]] | PACKAGE_DECLARATION |
1 | 2 | [[#4e9aaa60]] | TYPE_PARAMETER |
2 | 1 | [[#4e9aa920]] | JEM_PACKAGEDECLARATION |
2 | 2 | [[#4e9aa920]] | JEM_TYPE_PARAMETER |