Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.965 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 89 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java |
2 | 2 | 91 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java |
| ||||
long JDK1_2 = ((long) ClassFileConstants.MAJOR_VERSION_1_2 << 16) + ClassFileConstants.MINOR_VERSION_0; long JDK1_3 = ((long) ClassFileConstants.MAJOR_VERSION_1_3 << 16) + ClassFileConstants.MINOR_VERSION_0; |
| ||||
long JDK1_4 = ((long) ClassFileConstants.MAJOR_VERSION_1_4 << 16) + ClassFileConstants.MINOR_VERSION_0; long JDK1_5 = ((long) ClassFileConstants.MAJOR_VERSION_1_5 << 16) + ClassFileConstants.MINOR_VERSION_0; |
| |||
long [[#variable607db080]]= ((long) ClassFileConstants. [[#variable607dafe0]] << 16) + ClassFileConstants.MINOR_VERSION_0; long [[#variable607dbb80]]= ((long) ClassFileConstants. [[#variable607dbbe0]] << 16) + ClassFileConstants.MINOR_VERSION_0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#607db080]] | JDK1_2 |
1 | 2 | [[#607db080]] | JDK1_4 |
2 | 1 | [[#607dafe0]] | MAJOR_VERSION_1_2 |
2 | 2 | [[#607dafe0]] | MAJOR_VERSION_1_4 |
3 | 1 | [[#607dbb80]] | JDK1_3 |
3 | 2 | [[#607dbb80]] | JDK1_5 |
4 | 1 | [[#607dbbe0]] | MAJOR_VERSION_1_3 |
4 | 2 | [[#607dbbe0]] | MAJOR_VERSION_1_5 |