Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.979 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 244 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
2 | 4 | 331 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
| ||||
buffer.append( Messages.bind(Messages.disassembler_annotationentrystart, new String[] { Integer.toString(typeIndex), new String(Signature.toCharArray(typeName)) } )); |
| ||||
buffer.append(Messages.bind(Messages.disassembler_annotationclassvalue, new String[] { Integer.toString(classIndex), new String(Signature.toCharArray(className)) } )); |
| |||
buffer.append(Messages.bind(Messages. [[#variablea0bb40c0]], new String[] { Integer.toString( [[#variablea0bb5700]]), new String(Signature.toCharArray( [[#variablebc6abf60]])) } )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0bb40c0]] | disassembler_annotationentrystart |
1 | 2 | [[#a0bb40c0]] | disassembler_annotationclassvalue |
2 | 1 | [[#a0bb5700]] | typeIndex |
2 | 2 | [[#a0bb5700]] | classIndex |
3 | 1 | [[#bc6abf60]] | typeName |
3 | 2 | [[#bc6abf60]] | className |