Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.980 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 737 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
2 | 1 | 738 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
3 | 1 | 739 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
| ||||
buf.append("\n\t- local variables debug attributes: ").append((this.produceDebugAttributes& ClassFileConstants.ATTR_VARS) != 0 ? "ON": " OFF"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ |
| ||||
buf.append("\n\t- line number debug attributes: ").append((this.produceDebugAttributes& ClassFileConstants.ATTR_LINES) != 0 ? "ON": " OFF"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ |
| ||||
buf.append("\n\t- source debug attributes: ").append((this.produceDebugAttributes& ClassFileConstants.ATTR_SOURCE) != 0 ? "ON": " OFF"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ |
| |||
buf.append( [[#variable58709700]]).append((this.produceDebugAttributes&ClassFileConstants. [[#variable4e972c60]]) != 0 ? "ON": " OFF"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58709700]] | "\n\t- local variables debug attributes: " |
1 | 2 | [[#58709700]] | "\n\t- line number debug attributes: " |
1 | 3 | [[#58709700]] | "\n\t- source debug attributes: " |
2 | 1 | [[#4e972c60]] | ATTR_VARS |
2 | 2 | [[#4e972c60]] | ATTR_LINES |
2 | 3 | [[#4e972c60]] | ATTR_SOURCE |