| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 2 | 0.978 | interface_member_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 118 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeConstants.java |
| 2 | 1 | 119 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeConstants.java |
| ||||
char[][] JAVA_LANG_REFLECT_FIELD = new char[][] {
JAVA, LANG, REFLECT, "Field".toCharArray()
}; //$NON-NLS-1$
|
| ||||
char[][] JAVA_LANG_REFLECT_METHOD = new char[][] {
JAVA, LANG, REFLECT, "Method".toCharArray()
}; //$NON-NLS-1$
|
| |||
char[][] [[#variable4e8d72a0]]= new char[][] {
JAVA,
LANG,
REFLECT,
[[#variable4e8d72e0]].toCharArray()
}; //$NON-NLS-1$
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4e8d72a0]] | JAVA_LANG_REFLECT_FIELD |
| 1 | 2 | [[#4e8d72a0]] | JAVA_LANG_REFLECT_METHOD |
| 2 | 1 | [[#4e8d72e0]] | "Field" |
| 2 | 2 | [[#4e8d72e0]] | "Method" |