Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 5 | 0.971 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 6024 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
2 | 15 | 6042 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| ||||
switch (operatorConstant) { case OperatorIds.PLUS: this.fadd(); break; case OperatorIds.MINUS: this.fsub(); break; case OperatorIds.MULTIPLY: this.fmul(); break; case OperatorIds.DIVIDE: this.fdiv(); break; case OperatorIds.REMAINDER: this.frem(); } |
| ||||
switch (operatorConstant) { case OperatorIds.PLUS: this.dadd(); break; case OperatorIds.MINUS: this.dsub(); break; case OperatorIds.MULTIPLY: this.dmul(); break; case OperatorIds.DIVIDE: this.ddiv(); break; case OperatorIds.REMAINDER: this.drem(); } |
| |||
switch (operatorConstant) { case OperatorIds.PLUS: this. [[#variable937f5460]](); break; case OperatorIds.MINUS: this. [[#variable937f53e0]](); break; case OperatorIds.MULTIPLY: this. [[#variable937f5360]](); break; case OperatorIds.DIVIDE: this. [[#variable937f52e0]](); break; case OperatorIds.REMAINDER: this. [[#variable937f5240]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#937f5460]] | fadd |
1 | 2 | [[#937f5460]] | dadd |
2 | 1 | [[#937f53e0]] | fsub |
2 | 2 | [[#937f53e0]] | dsub |
3 | 1 | [[#937f5360]] | fmul |
3 | 2 | [[#937f5360]] | dmul |
4 | 1 | [[#937f52e0]] | fdiv |
4 | 2 | [[#937f52e0]] | ddiv |
5 | 1 | [[#937f5240]] | frem |
5 | 2 | [[#937f5240]] | drem |