CloneSet3294


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
30260.969class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
130102
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MockupPreferenceStore.java
230137
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MockupPreferenceStore.java
Clone Instance
1
Line Count
30
Source Line
102
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MockupPreferenceStore.java

        /**
         * {@inheritDoc}
         */
        public float getDefaultFloat(String name) {
                throw new UnsupportedOperationException();
        }

        /**
         * {@inheritDoc}
         */
        public int getDefaultInt(String name) {
                throw new UnsupportedOperationException();
        }

        /**
         * {@inheritDoc}
         */
        public long getDefaultLong(String name) {
                throw new UnsupportedOperationException();
        }

        /**
         * {@inheritDoc}
         */
        public String getDefaultString(String name) {
                throw new UnsupportedOperationException();
        }

        /**
         * {@inheritDoc}
         */
        public double getDouble(String name) {
                throw new UnsupportedOperationException();
        }


Clone Instance
2
Line Count
30
Source Line
137
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MockupPreferenceStore.java

        /**
         * {@inheritDoc}
         */
        public float getFloat(String name) {
                throw new UnsupportedOperationException();
        }

        /**
         * {@inheritDoc}
         */
        public int getInt(String name) {
                throw new UnsupportedOperationException();
        }

        /**
         * {@inheritDoc}
         */
        public long getLong(String name) {
                throw new UnsupportedOperationException();
        }

        /**
         * {@inheritDoc}
         */
        public String getString(String name) {
                throw new UnsupportedOperationException();
        }

        /**
         * {@inheritDoc}
         */
        public boolean isDefault(String name) {
                throw new UnsupportedOperationException();
        }


Clone AbstractionParameter Count: 6Parameter Bindings

/**
         * {@inheritDoc}
         */
public float  [[#variablea054a300]](String name) {
  throw new UnsupportedOperationException();
}

/**
         * {@inheritDoc}
         */
public int  [[#variablea054a220]](String name) {
  throw new UnsupportedOperationException();
}

/**
         * {@inheritDoc}
         */
public long  [[#variablea054a160]](String name) {
  throw new UnsupportedOperationException();
}

/**
         * {@inheritDoc}
         */
public String  [[#variableb2b10c80]](String name) {
  throw new UnsupportedOperationException();
}

/**
         * {@inheritDoc}
         */
public [[#variablea054a180]]  [[#variable9aee1a60]](String name) {
  throw new UnsupportedOperationException();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a054a300]]
getFloat 
12[[#a054a300]]
getDefaultFloat 
21[[#a054a220]]
getInt 
22[[#a054a220]]
getDefaultInt 
31[[#a054a160]]
getLong 
32[[#a054a160]]
getDefaultLong 
41[[#b2b10c80]]
getString 
42[[#b2b10c80]]
getDefaultString 
51[[#a054a180]]
boolean 
52[[#a054a180]]
double 
61[[#9aee1a60]]
isDefault 
62[[#9aee1a60]]
getDouble