Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 2 | 0.975 | class_body_declarations[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 97 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingReconcileStrategy.java |
2 | 23 | 134 | 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 problem requester. */ private IProblemRequestor fRequestor; |
| ||||
/** 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; |
| |||
/** 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#75484ce0]] | IProblemRequestor |
1 | 2 | [[#75484ce0]] | SpellingContext |
2 | 1 | [[#b48d3d20]] | fRequestor |
2 | 2 | [[#b48d3d20]] | fSpellingContext |