Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 2 | 0.973 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 77 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/CodeAttribute.java |
2 | 3 | 80 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/CodeAttribute.java |
3 | 3 | 84 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/FieldInfo.java |
4 | 3 | 98 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java |
5 | 3 | 102 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/MethodInfo.java |
| ||||
{ this.lineNumberAttribute = new LineNumberAttribute(classFileBytes, constantPool, offset + readOffset); this.attributes[attributesIndex++ ] = this.lineNumberAttribute; } |
| ||||
{ this.localVariableAttribute = new LocalVariableAttribute(classFileBytes, constantPool, offset + readOffset); this.attributes[attributesIndex++ ] = this.localVariableAttribute; } |
| ||||
{ this.constantValueAttribute = new ConstantValueAttribute(classFileBytes, constantPool, offset + readOffset); this.attributes[attributesIndex++ ] = this.constantValueAttribute; } |
| ||||
{ this.codeAttribute = new CodeAttribute(classFileBytes, constantPool, offset + readOffset); this.attributes[attributesIndex++ ] = this.codeAttribute; } |
| ||||
{ this.exceptionAttribute = new ExceptionAttribute(classFileBytes, constantPool, offset + readOffset); this.attributes[attributesIndex++ ] = this.exceptionAttribute; } |
| |||
{ this. [[#variable562d9820]]= new [[#variable562d9780]](classFileBytes, constantPool, offset + readOffset); this.attributes[attributesIndex++ ] = this. [[#variable562d9820]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#562d9820]] | codeAttribute |
1 | 2 | [[#562d9820]] | exceptionAttribute |
1 | 3 | [[#562d9820]] | constantValueAttribute |
1 | 4 | [[#562d9820]] | lineNumberAttribute |
1 | 5 | [[#562d9820]] | localVariableAttribute |
2 | 1 | [[#562d9780]] | CodeAttribute |
2 | 2 | [[#562d9780]] | ExceptionAttribute |
2 | 3 | [[#562d9780]] | ConstantValueAttribute |
2 | 4 | [[#562d9780]] | LineNumberAttribute |
2 | 5 | [[#562d9780]] | LocalVariableAttribute |