| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 4 | 0.951 | class_body_declarations[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 63 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CategorizedProblem.java |
| 2 | 3 | 104 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
/** Category for fatal problems in import statements */
public static final int CAT_IMPORT = 30;
/** Category for fatal problems related to types, could be addressed by some type change */
public static final int CAT_TYPE = 40;
/** Category for fatal problems related to type members, could be addressed by some field or method change */
public static final int CAT_MEMBER = 50;
|
| ||||
public static final int EVENTKIND_EXCEPTION_CATCH = 30;
public static final int EVENTKIND_METHOD_ENTRY = 40;
public static final int EVENTKIND_METHOD_EXIT = 41;
|
| |||
/** Category for fatal problems in import statements */ public static final int [[#variable97ac44a0]]= 30; /** Category for fatal problems related to types, could be addressed by some type change */ public static final int [[#variable97ac43a0]]= 40; /** Category for fatal problems related to type members, could be addressed by some field or method change */ public static final int [[#variableb57f0bc0]]= [[#variable97ac43e0]]; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#97ac44a0]] | CAT_IMPORT |
| 1 | 2 | [[#97ac44a0]] | EVENTKIND_EXCEPTION_CATCH |
| 2 | 1 | [[#97ac43a0]] | CAT_TYPE |
| 2 | 2 | [[#97ac43a0]] | EVENTKIND_METHOD_ENTRY |
| 3 | 1 | [[#b57f0bc0]] | CAT_MEMBER |
| 3 | 2 | [[#b57f0bc0]] | EVENTKIND_METHOD_EXIT |
| 4 | 1 | [[#97ac43e0]] | 50 |
| 4 | 2 | [[#97ac43e0]] | 41 |