Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 133 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
2 | 19 | 1089 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java |
| ||||
public static final String PUBLIC = "public"; //$NON-NLS-1$ public static final String PROTECTED = "protected"; //$NON-NLS-1$ public static final String DEFAULT = "default"; //$NON-NLS-1$ public static final String PRIVATE = "private"; //$NON-NLS-1$ |
| ||||
/** * Possible configurable option value. * @see #getDefaultOptions() * @since 3.0 */ public static final String PUBLIC = "public"; //$NON-NLS-1$ /** * Possible configurable option value. * @see #getDefaultOptions() * @since 3.0 */ public static final String PROTECTED = "protected"; //$NON-NLS-1$ /** * Possible configurable option value. * @see #getDefaultOptions() * @since 3.0 */ public static final String DEFAULT = "default"; //$NON-NLS-1$ /** * Possible configurable option value. * @see #getDefaultOptions() * @since 3.0 */ public static final String PRIVATE = "private"; //$NON-NLS-1$ |
| |||
/** * Possible configurable option value. * @see #getDefaultOptions() * @since 3.0 */ public static final String PUBLIC = "public"; //$NON-NLS-1$ /** * Possible configurable option value. * @see #getDefaultOptions() * @since 3.0 */ public static final String PROTECTED = "protected"; //$NON-NLS-1$ /** * Possible configurable option value. * @see #getDefaultOptions() * @since 3.0 */ public static final String DEFAULT = "default"; //$NON-NLS-1$ /** * Possible configurable option value. * @see #getDefaultOptions() * @since 3.0 */ public static final String PRIVATE = "private"; //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |