Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 5 | 4 | 0.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 393 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Flags.java |
2 | 4 | 397 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Flags.java |
3 | 4 | 401 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Flags.java |
4 | 4 | 405 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Flags.java |
5 | 4 | 409 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Flags.java |
| ||||
if (isPublic(flags)) sb.append("public "); //$NON-NLS-1$ if (isProtected(flags)) sb.append("protected "); //$NON-NLS-1$ |
| ||||
if (isPrivate(flags)) sb.append("private "); //$NON-NLS-1$ if (isStatic(flags)) sb.append("static "); //$NON-NLS-1$ |
| ||||
if (isAbstract(flags)) sb.append("abstract "); //$NON-NLS-1$ if (isFinal(flags)) sb.append("final "); //$NON-NLS-1$ |
| ||||
if (isNative(flags)) sb.append("native "); //$NON-NLS-1$ if (isSynchronized(flags)) sb.append("synchronized "); //$NON-NLS-1$ |
| ||||
if (isTransient(flags)) sb.append("transient "); //$NON-NLS-1$ if (isVolatile(flags)) sb.append("volatile "); //$NON-NLS-1$ |
| |||
if ( [[#variableb9252e40]](flags)) sb.append( [[#variableb5a75bc0]]); //$NON-NLS-1$ if ( [[#variableb9252040]](flags)) sb.append( [[#variableb9252000]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9252e40]] | isPublic |
1 | 2 | [[#b9252e40]] | isPrivate |
1 | 3 | [[#b9252e40]] | isAbstract |
1 | 4 | [[#b9252e40]] | isNative |
1 | 5 | [[#b9252e40]] | isTransient |
2 | 1 | [[#b5a75bc0]] | "public " |
2 | 2 | [[#b5a75bc0]] | "private " |
2 | 3 | [[#b5a75bc0]] | "abstract " |
2 | 4 | [[#b5a75bc0]] | "native " |
2 | 5 | [[#b5a75bc0]] | "transient " |
3 | 1 | [[#b9252040]] | isProtected |
3 | 2 | [[#b9252040]] | isStatic |
3 | 3 | [[#b9252040]] | isFinal |
3 | 4 | [[#b9252040]] | isSynchronized |
3 | 5 | [[#b9252040]] | isVolatile |
4 | 1 | [[#b9252000]] | "protected " |
4 | 2 | [[#b9252000]] | "static " |
4 | 3 | [[#b9252000]] | "final " |
4 | 4 | [[#b9252000]] | "synchronized " |
4 | 5 | [[#b9252000]] | "volatile " |