CloneSet8676


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12551
plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/BaseConfigurationBlock.java
22638
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java
Clone Instance
1
Line Count
2
Source Line
551
Source File
plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/BaseConfigurationBlock.java

        /**
         * Retuens the value as actually stored in the preference store.
         * @param key
         * @return the value as actually stored in the preference store.
         */
        protected String getStoredValue(Key key) {
                return key.getStoredValue(fLookupOrder, false, fManager);
        }


Clone Instance
2
Line Count
2
Source Line
638
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java

        /**
         * Returns the value as actually stored in the preference store.
         * @param key
         * @return the value as actually stored in the preference store.
         */
        protected String getStoredValue(Key key) {
                return key.getStoredValue(fLookupOrder, false, fManager);
        }


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * Returns the value as actually stored in the preference store.
         * @param key
         * @return the value as actually stored in the preference store.
         */
/**
         * Retuens the value as actually stored in the preference store.
         * @param key
         * @return the value as actually stored in the preference store.
         */
protected String getStoredValue(Key key) {
  return key.getStoredValue(fLookupOrder, false, fManager);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None