CloneSet8979


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13220.975class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11397
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingReconcileStrategy.java
223134
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/PropertiesSpellingReconcileStrategy.java
Clone Instance
1
Line Count
13
Source Line
97
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingReconcileStrategy.java

        /** The id of the problem */
        public static final int SPELLING_PROBLEM_ID = 0x80000000;

        /** The text editor to operate on. */
        private ITextEditor fEditor;

        /** The document to operate on. */
        private IDocument fDocument;

        /** The progress monitor. */
        private IProgressMonitor fProgressMonitor;

        /** The problem requester. */
        private IProblemRequestor fRequestor;


Clone Instance
2
Line Count
23
Source Line
134
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/PropertiesSpellingReconcileStrategy.java

        /** The id of the problem */
        public static final int SPELLING_PROBLEM_ID = 0x80000000;

        /** The text editor to operate on. */
        private ITextEditor fEditor;

        /** The document to operate on. */
        private IDocument fDocument;

        /** The progress monitor. */
        private IProgressMonitor fProgressMonitor;

        /**
         * The spelling context containing the Java properties
         * content type.
         * <p>
         * Since his reconcile strategy is for the Properties File
         * editor which normally edits Java properties files we always
         * use the Java properties file content type for performance
         * reasons.
         * </p>
         * @since 3.2
         */
        private SpellingContext fSpellingContext;


Clone AbstractionParameter Count: 2Parameter Bindings

/** The id of the problem */
public static final int SPELLING_PROBLEM_ID = 0x80000000;

/** The text editor to operate on. */
private ITextEditor fEditor;

/** The document to operate on. */
private IDocument fDocument;

/** The progress monitor. */
private IProgressMonitor fProgressMonitor;

/** The problem requester. */
/**
         * The spelling context containing the Java properties
         * content type.
         * <p>
         * Since his reconcile strategy is for the Properties File
         * editor which normally edits Java properties files we always
         * use the Java properties file content type for performance
         * reasons.
         * </p>
         * @since 3.2
         */
private [[#variable75484ce0]]  [[#variableb48d3d20]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#75484ce0]]
IProblemRequestor 
12[[#75484ce0]]
SpellingContext 
21[[#b48d3d20]]
fRequestor 
22[[#b48d3d20]]
fSpellingContext