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.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 142 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/JUnitStubUtility.java |
2 | 5 | 148 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/JUnitStubUtility.java |
| ||||
if (Flags.isSynchronized(flags)) { buf.append("synchronized "); //$NON-NLS-1$ } if (Flags.isVolatile(flags)) { buf.append("volatile "); //$NON-NLS-1$ } |
| ||||
if (Flags.isStrictfp(flags)) { buf.append("strictfp "); //$NON-NLS-1$ } if (Flags.isStatic(flags)) { buf.append("static "); //$NON-NLS-1$ } |
| |||
if (Flags. [[#variable5efbcb20]](flags)) { buf.append( [[#variable5eeae700]]); //$NON-NLS-1$ } if (Flags. [[#variable5eef2440]](flags)) { buf.append( [[#variable5e086480]]); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5efbcb20]] | isSynchronized |
1 | 2 | [[#5efbcb20]] | isStrictfp |
2 | 1 | [[#5eeae700]] | "synchronized " |
2 | 2 | [[#5eeae700]] | "strictfp " |
3 | 1 | [[#5eef2440]] | isVolatile |
3 | 2 | [[#5eef2440]] | isStatic |
4 | 1 | [[#5e086480]] | "volatile " |
4 | 2 | [[#5e086480]] | "static " |