Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 4 | 0.969 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 23 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileStruct.java |
2 | 2 | 25 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileStruct.java |
3 | 2 | 27 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileStruct.java |
| ||||
if ((modifiers& ClassFileConstants.AccPublic) != 0) print.print("public "); //$NON-NLS-1$ if ((modifiers& ClassFileConstants.AccPrivate) != 0) print.print("private "); //$NON-NLS-1$ |
| ||||
if ((modifiers& ClassFileConstants.AccFinal) != 0) print.print("final "); //$NON-NLS-1$ if ((modifiers& ClassFileConstants.AccSuper) != 0) print.print("super "); //$NON-NLS-1$ |
| ||||
if ((modifiers& ClassFileConstants.AccInterface) != 0) print.print("interface "); //$NON-NLS-1$ if ((modifiers& ClassFileConstants.AccAbstract) != 0) print.print("abstract "); //$NON-NLS-1$ |
| |||
if ((modifiers&ClassFileConstants. [[#variable58150d40]]) != 0) print.print( [[#variable58150c20]]); //$NON-NLS-1$ if ((modifiers&ClassFileConstants. [[#variable58150cc0]]) != 0) print.print( [[#variable58150c80]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58150d40]] | AccPublic |
1 | 2 | [[#58150d40]] | AccFinal |
1 | 3 | [[#58150d40]] | AccInterface |
2 | 1 | [[#58150c20]] | "public " |
2 | 2 | [[#58150c20]] | "final " |
2 | 3 | [[#58150c20]] | "interface " |
3 | 1 | [[#58150cc0]] | AccPrivate |
3 | 2 | [[#58150cc0]] | AccSuper |
3 | 3 | [[#58150cc0]] | AccAbstract |
4 | 1 | [[#58150c80]] | "private " |
4 | 2 | [[#58150c80]] | "super " |
4 | 3 | [[#58150c80]] | "abstract " |