Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.960 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 50 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestElement.java |
2 | 2 | 76 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestElement.java |
| ||||
/* error state predicates */ public boolean isOK() { return this == OK || this == RUNNING || this == NOT_RUN; } |
| ||||
public boolean isDone() { return this == OK || this == FAILURE || this == ERROR; } |
| |||
/* error state predicates */ public boolean [[#variableba7949c0]]() { return this == OK || this == [[#variableba794960]]|| this == [[#variableba794860]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba7949c0]] | isOK |
1 | 2 | [[#ba7949c0]] | isDone |
2 | 1 | [[#ba794960]] | RUNNING |
2 | 2 | [[#ba794960]] | FAILURE |
3 | 1 | [[#ba794860]] | NOT_RUN |
3 | 2 | [[#ba794860]] | ERROR |