Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
18 | 2 | 6 | 0.969 | switch_groups[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 18 | 5963 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
2 | 18 | 6000 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| ||||
case OperatorIds.REMAINDER: this.irem(); break; case OperatorIds.LEFT_SHIFT: this.ishl(); break; case OperatorIds.RIGHT_SHIFT: this.ishr(); break; case OperatorIds.UNSIGNED_RIGHT_SHIFT: this.iushr(); break; case OperatorIds.AND: this.iand(); break; case OperatorIds.OR: this.ior(); break; |
| ||||
case OperatorIds.REMAINDER: this.lrem(); break; case OperatorIds.LEFT_SHIFT: this.lshl(); break; case OperatorIds.RIGHT_SHIFT: this.lshr(); break; case OperatorIds.UNSIGNED_RIGHT_SHIFT: this.lushr(); break; case OperatorIds.AND: this.land(); break; case OperatorIds.OR: this.lor(); break; |
| |||
case OperatorIds.REMAINDER: this. [[#variable9a1d9d40]](); break; case OperatorIds.LEFT_SHIFT: this. [[#variable9a1d9cc0]](); break; case OperatorIds.RIGHT_SHIFT: this. [[#variable9a1d9c60]](); break; case OperatorIds.UNSIGNED_RIGHT_SHIFT: this. [[#variable9a1d9c00]](); break; case OperatorIds.AND: this. [[#variable9a1d9b60]](); break; case OperatorIds.OR: this. [[#variable9a1d9b40]](); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9a1d9d40]] | lrem |
1 | 2 | [[#9a1d9d40]] | irem |
2 | 1 | [[#9a1d9cc0]] | lshl |
2 | 2 | [[#9a1d9cc0]] | ishl |
3 | 1 | [[#9a1d9c60]] | lshr |
3 | 2 | [[#9a1d9c60]] | ishr |
4 | 1 | [[#9a1d9c00]] | lushr |
4 | 2 | [[#9a1d9c00]] | iushr |
5 | 1 | [[#9a1d9b60]] | land |
5 | 2 | [[#9a1d9b60]] | iand |
6 | 1 | [[#9a1d9b40]] | lor |
6 | 2 | [[#9a1d9b40]] | ior |