Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 8 | 2 | 0.972 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1620 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
2 | 3 | 1623 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
3 | 3 | 1626 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
4 | 3 | 1629 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
5 | 3 | 1632 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
6 | 3 | 1635 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
7 | 3 | 1638 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
8 | 3 | 1641 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| ||||
case ClassFileConstants.INT_ARRAY: constantPoolName = new char[] { '[', 'I' }; break; |
| ||||
case ClassFileConstants.BYTE_ARRAY: constantPoolName = new char[] { '[', 'B' }; break; |
| ||||
case ClassFileConstants.BOOLEAN_ARRAY: constantPoolName = new char[] { '[', 'Z' }; break; |
| ||||
case ClassFileConstants.SHORT_ARRAY: constantPoolName = new char[] { '[', 'S' }; break; |
| ||||
case ClassFileConstants.CHAR_ARRAY: constantPoolName = new char[] { '[', 'C' }; break; |
| ||||
case ClassFileConstants.LONG_ARRAY: constantPoolName = new char[] { '[', 'J' }; break; |
| ||||
case ClassFileConstants.FLOAT_ARRAY: constantPoolName = new char[] { '[', 'F' }; break; |
| ||||
case ClassFileConstants.DOUBLE_ARRAY: constantPoolName = new char[] { '[', 'D' }; break; |
| |||
case ClassFileConstants. [[#variableb59a8640]]: constantPoolName = new char[] { '[', [[#variableb59a85e0]] }; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b59a8640]] | INT_ARRAY |
1 | 2 | [[#b59a8640]] | BYTE_ARRAY |
1 | 3 | [[#b59a8640]] | BOOLEAN_ARRAY |
1 | 4 | [[#b59a8640]] | SHORT_ARRAY |
1 | 5 | [[#b59a8640]] | CHAR_ARRAY |
1 | 6 | [[#b59a8640]] | LONG_ARRAY |
1 | 7 | [[#b59a8640]] | FLOAT_ARRAY |
1 | 8 | [[#b59a8640]] | DOUBLE_ARRAY |
2 | 1 | [[#b59a85e0]] | 'I' |
2 | 2 | [[#b59a85e0]] | 'B' |
2 | 3 | [[#b59a85e0]] | 'Z' |
2 | 4 | [[#b59a85e0]] | 'S' |
2 | 5 | [[#b59a85e0]] | 'C' |
2 | 6 | [[#b59a85e0]] | 'J' |
2 | 7 | [[#b59a85e0]] | 'F' |
2 | 8 | [[#b59a85e0]] | 'D' |