| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 29 | 3 | 5 | 0.953 | class_body_declarations[5] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 29 | 286 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java |
| 2 | 29 | 104 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/FieldInfo.java |
| 3 | 29 | 127 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java |
| ||||
/**
* @see IClassFileReader#getAccessFlags()
*/
public int getAccessFlags() {
return this.accessFlags;
}
/**
* @see IClassFileReader#getAttributeCount()
*/
public int getAttributeCount() {
return this.attributesCount;
}
/**
* @see IClassFileReader#getAttributes()
*/
public IClassFileAttribute[] getAttributes() {
return this.attributes;
}
/**
* @see IClassFileReader#getClassIndex()
*/
public int getClassIndex() {
return this.classNameIndex;
}
/**
* @see IClassFileReader#getClassName()
*/
public char[] getClassName() {
return this.className;
}
|
| ||||
/**
* @see IFieldInfo#getAccessFlags()
*/
public int getAccessFlags() {
return this.accessFlags;
}
/**
* @see IFieldInfo#getAttributeCount()
*/
public int getAttributeCount() {
return this.attributesCount;
}
/**
* @see IFieldInfo#getAttributes()
*/
public IClassFileAttribute[] getAttributes() {
return this.attributes;
}
/**
* @see IFieldInfo#getConstantValueAttribute()
*/
public IConstantValueAttribute getConstantValueAttribute() {
return this.constantValueAttribute;
}
/**
* @see IFieldInfo#getDescriptor()
*/
public char[] getDescriptor() {
return this.descriptor;
}
|
| ||||
/**
* @see IMethodInfo#getAccessFlags()
*/
public int getAccessFlags() {
return this.accessFlags;
}
/**
* @see IMethodInfo#getAttributeCount()
*/
public int getAttributeCount() {
return this.attributesCount;
}
/**
* @see IMethodInfo#getAttributes()
*/
public IClassFileAttribute[] getAttributes() {
return this.attributes;
}
/**
* @see IMethodInfo#getCodeAttribute()
*/
public ICodeAttribute getCodeAttribute() {
return this.codeAttribute;
}
/**
* @see IMethodInfo#getDescriptor()
*/
public char[] getDescriptor() {
return this.descriptor;
}
|
| |||
/**
* @see IMethodInfo#getAccessFlags()
*/
/**
* @see IClassFileReader#getAccessFlags()
*/
/**
* @see IFieldInfo#getAccessFlags()
*/
public int getAccessFlags() {
return this.accessFlags;
}
/**
* @see IMethodInfo#getAttributeCount()
*/
/**
* @see IClassFileReader#getAttributeCount()
*/
/**
* @see IFieldInfo#getAttributeCount()
*/
public int getAttributeCount() {
return this.attributesCount;
}
/**
* @see IMethodInfo#getAttributes()
*/
/**
* @see IClassFileReader#getAttributes()
*/
/**
* @see IFieldInfo#getAttributes()
*/
public IClassFileAttribute[] getAttributes() {
return this.attributes;
}
/**
* @see IMethodInfo#getCodeAttribute()
*/
/**
* @see IClassFileReader#getClassIndex()
*/
/**
* @see IFieldInfo#getConstantValueAttribute()
*/
public [[#variable9a744900]] [[#variable9a7448e0]]() {
return this. [[#variable9544ae00]];
}
/**
* @see IMethodInfo#getDescriptor()
*/
/**
* @see IClassFileReader#getClassName()
*/
/**
* @see IFieldInfo#getDescriptor()
*/
public char[] [[#variable9a7447e0]]() {
return this. [[#variable9a744800]];
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9a744900]] | ICodeAttribute |
| 1 | 2 | [[#9a744900]] | int |
| 1 | 3 | [[#9a744900]] | IConstantValueAttribute |
| 2 | 1 | [[#9a7448e0]] | getCodeAttribute |
| 2 | 2 | [[#9a7448e0]] | getClassIndex |
| 2 | 3 | [[#9a7448e0]] | getConstantValueAttribute |
| 3 | 1 | [[#9544ae00]] | codeAttribute |
| 3 | 2 | [[#9544ae00]] | classNameIndex |
| 3 | 3 | [[#9544ae00]] | constantValueAttribute |
| 4 | 1 | [[#9a7447e0]] | getDescriptor |
| 4 | 2 | [[#9a7447e0]] | getClassName |
| 4 | 3 | [[#9a7447e0]] | getDescriptor |
| 5 | 1 | [[#9a744800]] | descriptor |
| 5 | 2 | [[#9a744800]] | className |
| 5 | 3 | [[#9a744800]] | descriptor |