CloneSet5819


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6240.968class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113353
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDebugOptionsManager.java
261103
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
Clone Instance
1
Line Count
13
Source Line
353
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDebugOptionsManager.java

        /**
         * Returns whether suspend on compilation errors is
         * enabled.
         * 
         * @return whether suspend on compilation errors is
         * enabled
         */
        protected boolean isSuspendOnCompilationErrors() {
                return JDIDebugUIPlugin.getDefault().getPreferenceStore().getBoolean(IJDIPreferencesConstants.PREF_SUSPEND_ON_COMPILATION_ERRORS);
        }

        /**
         * Returns whether suspend on uncaught exception is
         * enabled
         * 
         * @return whether suspend on uncaught exception is
         * enabled
         */
        protected boolean isSuspendOnUncaughtExceptions() {
                return JDIDebugUIPlugin.getDefault().getPreferenceStore().getBoolean(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS);
        }


Clone Instance
2
Line Count
6
Source Line
1103
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java

        protected boolean isShowHexValues() {
                return JDIDebugUIPlugin.getDefault().getPreferenceStore().getBoolean(IJDIPreferencesConstants.PREF_SHOW_HEX);
        }

        protected boolean isShowCharValues() {
                return JDIDebugUIPlugin.getDefault().getPreferenceStore().getBoolean(IJDIPreferencesConstants.PREF_SHOW_CHAR);
        }


Clone AbstractionParameter Count: 4Parameter Bindings

/**
         * Returns whether suspend on compilation errors is
         * enabled.
         * 
         * @return whether suspend on compilation errors is
         * enabled
         */
protected boolean  [[#variable8fd02ee0]]() {
  return JDIDebugUIPlugin.getDefault().getPreferenceStore().getBoolean(IJDIPreferencesConstants. [[#variable8fd39de0]]);
}

/**
         * Returns whether suspend on uncaught exception is
         * enabled
         * 
         * @return whether suspend on uncaught exception is
         * enabled
         */
protected boolean  [[#variable8fd02e00]]() {
  return JDIDebugUIPlugin.getDefault().getPreferenceStore().getBoolean(IJDIPreferencesConstants. [[#variable8fd39d40]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#8fd02ee0]]
isShowHexValues 
12[[#8fd02ee0]]
isSuspendOnCompilationErrors 
21[[#8fd39de0]]
PREF_SHOW_HEX 
22[[#8fd39de0]]
PREF_SUSPEND_ON_COMPILATION_ERRORS 
31[[#8fd02e00]]
isShowCharValues 
32[[#8fd02e00]]
isSuspendOnUncaughtExceptions 
41[[#8fd39d40]]
PREF_SHOW_CHAR 
42[[#8fd39d40]]
PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS