Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 854 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
2 | 2 | 857 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
| ||||
if (runtimeVisibleAnnotationsAttribute != null) { disassemble((IRuntimeVisibleAnnotationsAttribute) runtimeVisibleAnnotationsAttribute, buffer, lineSeparator, 0); } |
| ||||
if (runtimeInvisibleAnnotationsAttribute != null) { disassemble((IRuntimeInvisibleAnnotationsAttribute) runtimeInvisibleAnnotationsAttribute, buffer, lineSeparator, 0); } |
| |||
if ( [[#variableb57f1f00]]!= null) { disassemble(( [[#variableb57f20e0]]) [[#variableb57f1f00]], buffer, lineSeparator, 0); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b57f1f00]] | runtimeVisibleAnnotationsAttribute |
1 | 2 | [[#b57f1f00]] | runtimeInvisibleAnnotationsAttribute |
2 | 1 | [[#b57f20e0]] | IRuntimeVisibleAnnotationsAttribute |
2 | 2 | [[#b57f20e0]] | IRuntimeInvisibleAnnotationsAttribute |