Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 9 | 2 | 0.983 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 1289 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
2 | 10 | 1401 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
3 | 10 | 1495 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java |
4 | 10 | 360 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java |
5 | 10 | 599 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java |
6 | 10 | 623 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java |
7 | 10 | 657 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java |
8 | 10 | 677 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java |
9 | 10 | 655 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java |
| ||||
if (falseLabel == null) { if (trueLabel != null) { // implicit falling through the FALSE case codeStream.ifne(trueLabel); } } else { // implicit falling through the TRUE case if (trueLabel == null) { codeStream.ifeq(falseLabel); } else { // no implicit fall through TRUE/FALSE --> should never occur } } |
| ||||
if (falseLabel == null) { if (trueLabel != null) { // implicit falling through the FALSE case codeStream.ifne(trueLabel); } } else { // implicit falling through the TRUE case if (trueLabel == null) { codeStream.ifeq(falseLabel); } else { // no implicit fall through TRUE/FALSE --> should never occur } } |
| ||||
if (falseLabel == null) { if (trueLabel != null) { // implicit falling through the FALSE case codeStream.ifne(trueLabel); } } else { // implicit falling through the TRUE case if (trueLabel == null) { codeStream.ifeq(falseLabel); } else { // no implicit fall through TRUE/FALSE --> should never occur } } |
| ||||
if (falseLabel == null) { if (trueLabel != null) { // implicit falling through the FALSE case codeStream.if_icmpeq(trueLabel); } } else { // implicit falling through the TRUE case if (trueLabel == null) { codeStream.if_icmpne(falseLabel); } else { // no implicit fall through TRUE/FALSE --> should never occur } } |
| ||||
if (falseLabel == null) { if (trueLabel != null) { // implicit falling through the FALSE case codeStream.ifeq(trueLabel); } } else { // implicit falling through the TRUE case if (trueLabel == null) { codeStream.ifne(falseLabel); } else { // no implicit fall through TRUE/FALSE --> should never occur } } |
| ||||
if (falseLabel == null) { if (trueLabel != null) { // implicit falling through the FALSE case codeStream.ifeq(trueLabel); } } else { // implicit falling through the TRUE case if (trueLabel == null) { codeStream.ifne(falseLabel); } else { // no implicit fall through TRUE/FALSE --> should never occur } } |
| ||||
if (falseLabel == null) { if (trueLabel != null) { // implicit falling through the FALSE case codeStream.ifnull(trueLabel); } } else { // implicit falling through the TRUE case if (trueLabel == null) { codeStream.ifnonnull(falseLabel); } else { // no implicit fall through TRUE/FALSE --> should never occur } } |
| ||||
if (falseLabel == null) { if (trueLabel != null) { // implicit falling through the FALSE case codeStream.ifnull(trueLabel); } } else { // implicit falling through the TRUE case if (trueLabel == null) { codeStream.ifnonnull(falseLabel); } else { // no implicit fall through TRUE/FALSE --> should never occur } } |
| ||||
if (falseLabel == null) { if (trueLabel != null) { // Implicit falling through the FALSE case codeStream.ifne(trueLabel); } } else { if (trueLabel == null) { // Implicit falling through the TRUE case codeStream.ifeq(falseLabel); } else { // No implicit fall through TRUE/FALSE --> should never occur } } |
| |||
if (falseLabel == null) { if (trueLabel != null) { // implicit falling through the FALSE case // Implicit falling through the FALSE case codeStream. [[#variable957e49a0]](trueLabel); } } else { // implicit falling through the TRUE case if (trueLabel == null) { // Implicit falling through the TRUE case codeStream. [[#variable957e4920]](falseLabel); } else { // no implicit fall through TRUE/FALSE --> should never occur // No implicit fall through TRUE/FALSE --> should never occur } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#957e49a0]] | ifne |
1 | 2 | [[#957e49a0]] | if_icmpeq |
1 | 3 | [[#957e49a0]] | ifeq |
1 | 4 | [[#957e49a0]] | ifnull |
1 | 5 | [[#957e49a0]] | ifne |
1 | 6 | [[#957e49a0]] | ifne |
1 | 7 | [[#957e49a0]] | ifnull |
1 | 8 | [[#957e49a0]] | ifeq |
1 | 9 | [[#957e49a0]] | ifne |
2 | 1 | [[#957e4920]] | ifeq |
2 | 2 | [[#957e4920]] | if_icmpne |
2 | 3 | [[#957e4920]] | ifne |
2 | 4 | [[#957e4920]] | ifnonnull |
2 | 5 | [[#957e4920]] | ifeq |
2 | 6 | [[#957e4920]] | ifeq |
2 | 7 | [[#957e4920]] | ifnonnull |
2 | 8 | [[#957e4920]] | ifne |
2 | 9 | [[#957e4920]] | ifeq |