Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 4 | 0.951 | interface_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 18 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/IJUnitStatusConstants.java |
2 | 13 | 24 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaStatusConstants.java |
| ||||
// JUnit UI status constants start at 10000 to make sure that we don't // collide with resource and java model constants. public static final int INTERNAL_ERROR = 10001; /** * Status constant indicating that an validateEdit call has changed the * content of a file on disk. */ public static final int VALIDATE_EDIT_CHANGED_CONTENT = 10003; /** * Status constant indicating that junit.framework.TestCase * is not on the project's path. */ public static final int ERR_JUNIT_NOT_ON_PATH = 10004; |
| ||||
// Java UI status constants start at 10000 to make sure that we don't // collide with resource and java model constants. public static final int INTERNAL_ERROR = 10001; /** * Status constant indicating that an exception occurred on * storing or loading templates. */ public static final int TEMPLATE_IO_EXCEPTION = 10002; /** * Status constant indicating that an validateEdit call has changed the * content of a file on disk. */ public static final int VALIDATE_EDIT_CHANGED_CONTENT = 10003; |
| |||
// Java UI status constants start at 10000 to make sure that we don't // JUnit UI status constants start at 10000 to make sure that we don't // collide with resource and java model constants. public static final int INTERNAL_ERROR = 10001; /** * Status constant indicating that an exception occurred on * storing or loading templates. */ /** * Status constant indicating that an validateEdit call has changed the * content of a file on disk. */ public static final int [[#variable9aeeb3e0]]= [[#variable9aeeb340]]; /** * Status constant indicating that an validateEdit call has changed the * content of a file on disk. */ /** * Status constant indicating that junit.framework.TestCase * is not on the project's path. */ public static final int [[#variablebb84bac0]]= [[#variable9aeeb240]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9aeeb3e0]] | TEMPLATE_IO_EXCEPTION |
1 | 2 | [[#9aeeb3e0]] | VALIDATE_EDIT_CHANGED_CONTENT |
2 | 1 | [[#9aeeb340]] | 10002 |
2 | 2 | [[#9aeeb340]] | 10003 |
3 | 1 | [[#bb84bac0]] | VALIDATE_EDIT_CHANGED_CONTENT |
3 | 2 | [[#bb84bac0]] | ERR_JUNIT_NOT_ON_PATH |
4 | 1 | [[#9aeeb240]] | 10003 |
4 | 2 | [[#9aeeb240]] | 10004 |