| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 27 | 2 | 2 | 0.981 | compilation_unit |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 27 | 11 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/IJavaEditorActionConstants.java |
| 2 | 29 | 11 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/IPropertiesFileEditorActionConstants.java |
| ||||
/*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jdt.internal.ui.javaeditor;
/**
* Defines action IDs for private JavaEditor actions.
*/
public interface IJavaEditorActionConstants {
/**
* ID of the action to toggle smart typing.
* Value: <code>"smartTyping"</code>
* @since 3.0
*/
public static final String TOGGLE_SMART_TYPING = "smartTyping"; //$NON-NLS-1$
/**
* ID of the smart typing status item
* Value: <code>"SmartTyping"</code>
* @since 3.0
*/
public static final String STATUS_CATEGORY_SMART_TYPING = "SmartTyping"; //$NON-NLS-1$
/**
* ID of the action to toggle the style of the presentation.
*/
public static final String TOGGLE_PRESENTATION = "togglePresentation"; //$NON-NLS-1$
}
|
| ||||
/*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jdt.internal.ui.propertiesfileeditor;
/**
* Defines action IDs for private JavaEditor actions.
*
* @since 3.1
*/
public interface IPropertiesFileEditorActionConstants {
/**
* ID of the action to toggle smart typing.
* Value: <code>"smartTyping"</code>
* @since 3.0
*/
public static final String TOGGLE_SMART_TYPING = "smartTyping"; //$NON-NLS-1$
/**
* ID of the smart typing status item
* Value: <code>"SmartTyping"</code>
* @since 3.0
*/
public static final String STATUS_CATEGORY_SMART_TYPING = "SmartTyping"; //$NON-NLS-1$
/**
* ID of the action to toggle the style of the presentation.
*/
public static final String TOGGLE_PRESENTATION = "togglePresentation"; //$NON-NLS-1$
}
|
| |||
/*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jdt.internal.ui. [[#variable6499a6a0]];
/**
* Defines action IDs for private JavaEditor actions.
*/
/**
* Defines action IDs for private JavaEditor actions.
*
* @since 3.1
*/
public interface [[#variable6499a600]]{
/**
* ID of the action to toggle smart typing.
* Value: <code>"smartTyping"</code>
* @since 3.0
*/
public static final String TOGGLE_SMART_TYPING = "smartTyping"; //$NON-NLS-1$
/**
* ID of the smart typing status item
* Value: <code>"SmartTyping"</code>
* @since 3.0
*/
public static final String STATUS_CATEGORY_SMART_TYPING = "SmartTyping"; //$NON-NLS-1$
/**
* ID of the action to toggle the style of the presentation.
*/
public static final String TOGGLE_PRESENTATION = "togglePresentation"; //$NON-NLS-1$
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6499a6a0]] | javaeditor |
| 1 | 2 | [[#6499a6a0]] | propertiesfileeditor |
| 2 | 1 | [[#6499a600]] | IJavaEditorActionConstants |
| 2 | 2 | [[#6499a600]] | IPropertiesFileEditorActionConstants |