Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.989 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 286 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryType.java |
2 | 8 | 217 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java |
| ||||
/* * @see IJavaElement */ public int getElementType() { return TYPE; } /* * @see IType#getField(String name) */ public IField getField(String fieldName) { return new BinaryField(this, fieldName); } |
| ||||
/** * @see IJavaElement */ public int getElementType() { return TYPE; } /** * @see IType#getField */ public IField getField(String fieldName) { return new SourceField(this, fieldName); } |
| |||
/* * @see IJavaElement */ /** * @see IJavaElement */ public int getElementType() { return TYPE; } /* * @see IType#getField(String name) */ /** * @see IType#getField */ public IField getField(String fieldName) { return new [[#variable5b3e1160]](this, fieldName); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b3e1160]] | BinaryField |
1 | 2 | [[#5b3e1160]] | SourceField |