CloneSet6790


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
27220.981compilation_unit
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12711
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/IJavaEditorActionConstants.java
22911
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/IPropertiesFileEditorActionConstants.java
Clone Instance
1
Line Count
27
Source Line
11
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/IJavaEditorActionConstants.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$
}




Clone Instance
2
Line Count
29
Source Line
11
Source File
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.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$
}




Clone AbstractionParameter Count: 2Parameter Bindings

/*******************************************************************************
 * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6499a6a0]]
javaeditor 
12[[#6499a6a0]]
propertiesfileeditor 
21[[#6499a600]]
IJavaEditorActionConstants 
22[[#6499a600]]
IPropertiesFileEditorActionConstants