CloneSet4047


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
39201.000class_body_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
139135
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java
238190
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PropertiesFileEditorPreferencePage.java
Clone Instance
1
Line Count
39
Source Line
135
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java

                /**
                 * @return the bold preference key
                 */
                public String getBoldKey() {
                        return fBoldKey;
                }

                /**
                 * @return the bold preference key
                 */
                public String getItalicKey() {
                        return fItalicKey;
                }

                /**
                 * @return the strikethrough preference key
                 * @since 3.1
                 */
                public String getStrikethroughKey() {
                        return fStrikethroughKey;
                }

                /**
                 * @return the underline preference key
                 * @since 3.1
                 */
                public String getUnderlineKey() {
                        return fUnderlineKey;
                }

                /**
                 * @return the color preference key
                 */
                public String getColorKey() {
                        return fColorKey;
                }

                /**
                 * @return the display name
                 */
                public String getDisplayName() {
                        return fDisplayName;
                }


Clone Instance
2
Line Count
38
Source Line
190
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PropertiesFileEditorPreferencePage.java

                /**
                 * @return the bold preference key
                 */
                public String getBoldKey() {
                        return fBoldKey;
                }

                /**
                 * @return the italic preference key
                 */
                public String getItalicKey() {
                        return fItalicKey;
                }

                /**
                 * @return the strikethrough preference key
                 * @since 3.1
                 */
                public String getStrikethroughKey() {
                        return fStrikethroughKey;
                }

                /**
                 * @return the underline preference key
                 * @since 3.1
                 */
                public String getUnderlineKey() {
                        return fUnderlineKey;
                }

                /**
                 * @return the color preference key
                 */
                public String getColorKey() {
                        return fColorKey;
                }

                /**
                 * @return the display name
                 */
                public String getDisplayName() {
                        return fDisplayName;
                }


Clone AbstractionParameter Count: 0Parameter Bindings

/**
                 * @return the bold preference key
                 */
public String getBoldKey() {
  return fBoldKey;
}

/**
                 * @return the bold preference key
                 */
/**
                 * @return the italic preference key
                 */
public String getItalicKey() {
  return fItalicKey;
}

/**
                 * @return the strikethrough preference key
                 * @since 3.1
                 */
public String getStrikethroughKey() {
  return fStrikethroughKey;
}

/**
                 * @return the underline preference key
                 * @since 3.1
                 */
public String getUnderlineKey() {
  return fUnderlineKey;
}

/**
                 * @return the color preference key
                 */
public String getColorKey() {
  return fColorKey;
}

/**
                 * @return the display name
                 */
public String getDisplayName() {
  return fDisplayName;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None