CloneSet7897


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.978class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1294
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ScriptableRefactoring.java
22107
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ScriptableRefactoring.java
Clone Instance
1
Line Count
2
Source Line
94
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ScriptableRefactoring.java

        /**
         * Creates a fatal error status telling that the input element does not
         * exist.
         * 
         * @param element
         *            the input element, or <code>null</code>
         * @param id
         *            the id of the refactoring
         * @return the refactoring status
         */
        public final RefactoringStatus createInputFatalStatus( final Object element, final String id) {
                return createInputFatalStatus(element, getName(), id);
        }


Clone Instance
2
Line Count
2
Source Line
107
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ScriptableRefactoring.java

        /**
         * Creates a warning status telling that the input element does not exist.
         * 
         * @param element
         *            the input element, or <code>null</code>
         * @param id
         *            the id of the refactoring
         * @return the refactoring status
         */
        public final RefactoringStatus createInputWarningStatus( final Object element, final String id) {
                return createInputWarningStatus(element, getName(), id);
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Creates a fatal error status telling that the input element does not
         * exist.
         * 
         * @param element
         *            the input element, or <code>null</code>
         * @param id
         *            the id of the refactoring
         * @return the refactoring status
         */
/**
         * Creates a warning status telling that the input element does not exist.
         * 
         * @param element
         *            the input element, or <code>null</code>
         * @param id
         *            the id of the refactoring
         * @return the refactoring status
         */
public final RefactoringStatus  [[#variable4e72ac20]]( final Object element, final String id) {
  return [[#variable4e72ac20]](element, getName(), id);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4e72ac20]]
createInputFatalStatus 
12[[#4e72ac20]]
createInputWarningStatus