CloneSet7487


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
20220.979class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
120151
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddCustomConstructorOperation.java
220237
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java
Clone Instance
1
Line Count
20
Source Line
151
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddCustomConstructorOperation.java

        /**
         * Returns the scheduling rule for this operation.
         * 
         * @return the scheduling rule
         */
        public final ISchedulingRule getSchedulingRule() {
                return ResourcesPlugin.getWorkspace().getRoot();
        }

        /**
         * Returns the visibility modifier of the generated constructors.
         * 
         * @return the visibility modifier
         */
        public final int getVisibility() {
                return fVisibility;
        }

        /**
         * Should the call to the super constructor be omitted?
         * 
         * @return <code>true</code> to omit the call, <code>false</code> otherwise
         */
        public final boolean isOmitSuper() {
                return fOmitSuper;
        }


Clone Instance
2
Line Count
20
Source Line
237
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java

        /**
         * Returns the scheduling rule for this operation.
         * 
         * @return the scheduling rule
         */
        public final ISchedulingRule getSchedulingRule() {
                return ResourcesPlugin.getWorkspace().getRoot();
        }

        /**
         * Returns the visibility modifier of the generated constructors.
         * 
         * @return the visibility modifier
         */
        public final int getVisibility() {
                return fVisibility;
        }

        /**
         * Should all existing members be skipped?
         * 
         * @return <code>true</code> if they should be skipped, <code>false</code> otherwise
         */
        public final boolean isSkipAllExisting() {
                return fSkipAllExisting;
        }


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * Returns the scheduling rule for this operation.
         * 
         * @return the scheduling rule
         */
public final ISchedulingRule getSchedulingRule() {
  return ResourcesPlugin.getWorkspace().getRoot();
}

/**
         * Returns the visibility modifier of the generated constructors.
         * 
         * @return the visibility modifier
         */
public final int getVisibility() {
  return fVisibility;
}

/**
         * Should the call to the super constructor be omitted?
         * 
         * @return <code>true</code> to omit the call, <code>false</code> otherwise
         */
/**
         * Should all existing members be skipped?
         * 
         * @return <code>true</code> if they should be skipped, <code>false</code> otherwise
         */
public final boolean  [[#variable58dbabe0]]() {
  return [[#variable58dbab80]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58dbabe0]]
isOmitSuper 
12[[#58dbabe0]]
isSkipAllExisting 
21[[#58dbab80]]
fOmitSuper 
22[[#58dbab80]]
fSkipAllExisting