Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 6 | 3 | 0.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 243 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
2 | 1 | 316 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
3 | 1 | 330 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
4 | 1 | 1772 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
5 | 1 | 1841 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
6 | 1 | 1847 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
| ||||
final char[] typeName = CharOperation.replaceOnCopy(annotation.getTypeName(), '/', '.'); |
| ||||
final char[] typeName = CharOperation.replaceOnCopy(annotationComponentValue.getEnumConstantTypeName(), '/', '.'); |
| ||||
final char[] className = CharOperation.replaceOnCopy(constantPoolEntry.getUtf8Value(), '/', '.'); |
| ||||
final char[] typeName = CharOperation.replaceOnCopy(annotation.getTypeName(), '/', '.'); |
| ||||
final char[] typeName = CharOperation.replaceOnCopy(annotationComponentValue.getEnumConstantTypeName(), '/', '.'); |
| ||||
final char[] className = CharOperation.replaceOnCopy(constantPoolEntry.getUtf8Value(), '/', '.'); |
| |||
final char[] [[#variable55f26680]]= CharOperation.replaceOnCopy( [[#variable55f26600]]. [[#variable55f26560]](), '/', '.'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55f26680]] | typeName |
1 | 2 | [[#55f26680]] | typeName |
1 | 3 | [[#55f26680]] | className |
1 | 4 | [[#55f26680]] | typeName |
1 | 5 | [[#55f26680]] | typeName |
1 | 6 | [[#55f26680]] | className |
2 | 1 | [[#55f26600]] | annotation |
2 | 2 | [[#55f26600]] | annotationComponentValue |
2 | 3 | [[#55f26600]] | constantPoolEntry |
2 | 4 | [[#55f26600]] | annotation |
2 | 5 | [[#55f26600]] | annotationComponentValue |
2 | 6 | [[#55f26600]] | constantPoolEntry |
3 | 1 | [[#55f26560]] | getTypeName |
3 | 2 | [[#55f26560]] | getEnumConstantTypeName |
3 | 3 | [[#55f26560]] | getUtf8Value |
3 | 4 | [[#55f26560]] | getTypeName |
3 | 5 | [[#55f26560]] | getEnumConstantTypeName |
3 | 6 | [[#55f26560]] | getUtf8Value |