Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2018-05-15 09:35:38 +0000
committerLars Vogel2018-06-12 10:04:07 +0000
commitec354463f89b22d856915a4a1c63eed3a7cb4464 (patch)
treeeee3b90d9d0aa7d2458fbe7d87a21515743304f0 /org.eclipse.debug.ui
parentf488e25eeaee6a4b38800a4270b5196b7980d7a7 (diff)
downloadeclipse.platform.debug-ec354463f89b22d856915a4a1c63eed3a7cb4464.tar.gz
eclipse.platform.debug-ec354463f89b22d856915a4a1c63eed3a7cb4464.tar.xz
eclipse.platform.debug-ec354463f89b22d856915a4a1c63eed3a7cb4464.zip
Bug 534681 - Remove redundant modifiers in org.eclipse.debug.ui
Change-Id: I1d0b999ad8ead1bad88e9f23aa32fd34418c63aa Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java220
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java338
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchHistoryChangedListener.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchLabelChangedListener.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointContainer.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointOrganizer.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointUIConstants.java10
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/ICommandParticipant.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/IEnabledTarget.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/IImportExportConstants.java30
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/AbstractLaunchConfigurationAction.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryBlockConnection.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryRenderingUpdater.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IPersistableDebugElement.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementLabelProvider.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java111
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/ILabelResult.java10
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/IBreadcrumbDropDownSite.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/IInternalTreeModelViewer.java53
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ILabelUpdateListener.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelContentProvider.java46
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelLabelProvider.java12
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ViewerStateTracker.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckUpdate.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckboxModelProxy.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenUpdate.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation.java16
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation2.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentationFactory.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementCompareRequest.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementContentProvider.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementEditor.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementLabelProvider.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoProvider.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoRequest.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IHasChildrenUpdate.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ILabelUpdate.java12
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelChangedListener.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta.java44
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDeltaVisitor.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy.java12
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy2.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory2.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicy.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicyFactory.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IPresentationContext.java24
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStateUpdateListener.java12
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStatusMonitor.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ITreeModelViewer.java55
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewActionProvider.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputRequestor.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputUpdate.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdate.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdateListener.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemListener.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemValidator.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousContentAdapter.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousLabelAdapter.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IChildrenRequestMonitor.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IContainerRequestMonitor.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/ILabelRequestMonitor.java10
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/IDebugExceptionHandler.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryView.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewPane.java22
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java14
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IContentChangeComputer.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IPresentationErrorListener.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IVirtualContentListener.java10
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/modules/IHelpContextIdProvider.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer.java12
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IBreakpointOrganizerDelegate.java20
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IBreakpointOrganizerDelegateExtension.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugEditorPresentation.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentation.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentationExtension.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java379
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugView.java29
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane.java16
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane2.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane3.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPaneFactory.java10
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IInstructionPointerPresentation.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationDialog.java21
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java37
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab2.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTabGroup.java15
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchGroup.java14
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut2.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ISourcePresentation.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IValueDetailListener.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IAddMemoryBlocksTarget.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IAddMemoryRenderingsTarget.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IRunToLineTarget.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTarget.java12
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetExtension.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetExtension2.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetFactory.java10
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetManager.java14
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetManagerListener.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IVariableValueEditor.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapter.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapter2.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapterExtension.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsole.java24
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleColorProvider.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleLineTracker.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleLineTrackerExtension.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextListener.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextManager.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextProvider.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextService.java24
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTrigger.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTriggerListener.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryBlockTablePresentation.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRendering.java28
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingBindingsProvider.java10
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingContainer.java14
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingManager.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite2.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSynchronizationService.java10
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingType.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingTypeDelegate.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IRepositionableMemoryRendering.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IResettableMemoryRendering.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceContainerBrowser.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceDisplay.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceLookupResult.java8
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/stringsubstitution/IArgumentSelector.java2
134 files changed, 1056 insertions, 1082 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
index 868bbcffc..6507d2c97 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
@@ -26,133 +26,133 @@ import org.eclipse.debug.ui.IDebugUIConstants;
*/
public interface IDebugHelpContextIds {
- public static final String PREFIX = IDebugUIConstants.PLUGIN_ID + "."; //$NON-NLS-1$
+ String PREFIX = IDebugUIConstants.PLUGIN_ID + "."; //$NON-NLS-1$
// Actions
- public static final String CHANGE_VALUE_ACTION = PREFIX + "change_value_action_context"; //$NON-NLS-1$
- public static final String OPEN_BREAKPOINT_ACTION = PREFIX + "open_breakpoint_action_context"; //$NON-NLS-1$
- public static final String RELAUNCH_HISTORY_ACTION = PREFIX + "relaunch_history_action_context"; //$NON-NLS-1$
- public static final String SHOW_BREAKPOINTS_FOR_MODEL_ACTION = PREFIX + "show_breakpoints_for_model_action_context"; //$NON-NLS-1$
- public static final String COPY_BREAKPOINTS_ACTION = PREFIX + "copy_breakpoints_action_context"; //$NON-NLS-1$
- public static final String PASTE_BREAKPOINTS_ACTION = PREFIX + "paste_breakpoints_action_context"; //$NON-NLS-1$
- public static final String SHOW_TYPES_ACTION = PREFIX + "show_types_action_context"; //$NON-NLS-1$
- public static final String VARIABLES_CONTENT_PROVIDERS_ACTION = PREFIX + "variables_content_providers_action_context"; //$NON-NLS-1$
- public static final String VARIABLES_SELECT_LOGICAL_STRUCTURE = PREFIX + "variables_select_logical_structure"; //$NON-NLS-1$
- public static final String VARIABLES_SELECT_DETAIL_PANE = PREFIX + "variables_select_detail_pane_action_context"; //$NON-NLS-1$
- public static final String VARIABLES_AUTO_EXPAND = PREFIX + "variables_auto_expand_action_context"; //$NON-NLS-1$
- public static final String SELECT_WORKING_SET_ACTION = PREFIX + "select_working_set_context"; //$NON-NLS-1$
- public static final String CLEAR_WORKING_SET_ACTION = PREFIX + "clear_working_set_context"; //$NON-NLS-1$
- public static final String EDIT_LAUNCH_CONFIGURATION_ACTION = PREFIX + "edit_launch_configuration_action_context"; //$NON-NLS-1$
- public static final String OPEN_LAUNCH_CONFIGURATION_ACTION = PREFIX + "open_launch_configuration_action_context"; //$NON-NLS-1$
- public static final String LINK_BREAKPOINTS_WITH_DEBUG_ACTION= PREFIX + "link_breakpoints_with_debug_context"; //$NON-NLS-1$
- public static final String EDIT_SOURCELOOKUP_ACTION = PREFIX + "edit_source_lookup_path_context";//$NON-NLS-1$
- public static final String LOOKUP_SOURCE_ACTION = PREFIX + "lookup_source_context";//$NON-NLS-1$
- public static final String SKIP_ALL_BREAKPOINT_ACTION = PREFIX + "skip_all_breakpoints_context"; //$NON-NLS-1$
- public static final String AUTO_MANAGE_VIEWS_ACTION = PREFIX + "auto_manage_views_context"; //$NON-NLS-1$
- public static final String FIND_ELEMENT_ACTION = PREFIX + "find_element_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE = PREFIX + "detail_pane_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_ASSIGN_VALUE_ACTION = PREFIX + "detail_pane_assign_value_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_CONTENT_ASSIST_ACTION = PREFIX + "detail_pane_content_assist_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_CUT_ACTION = PREFIX + "detail_pane_cut_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_COPY_ACTION = PREFIX + "detail_pane_copy_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_PASTE_ACTION = PREFIX + "detail_pane_paste_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_SELECT_ALL_ACTION = PREFIX + "detail_pane_select_all_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_FIND_REPLACE_ACTION = PREFIX + "detail_pane_find_replace_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_WORD_WRAP_ACTION = PREFIX + "detail_pane_word_wrap_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_MAX_LENGTH_ACTION = PREFIX + "detail_pane_max_length_action_context"; //$NON-NLS-1$
- public static final String CONSOLE_TERMINATE_ACTION = PREFIX + "console_terminate_action_context"; //$NON-NLS-1$
- public static final String CONSOLE_REMOVE_ALL_TERMINATED = PREFIX + "console_remove_all_terminated_context"; //$NON-NLS-1$
- public static final String CONSOLE_REMOVE_LAUNCH = PREFIX + "console_remove_launch_context"; //$NON-NLS-1$;
- public static final String CONSOLE_SHOW_PREFERENCES = PREFIX + "console_show_preferences_action_context"; //$NON-NLS-1$
- public static final String SHOW_COLUMNS_ACTION = PREFIX + "show_columns_context"; //$NON-NLS-1$;
- public static final String CONFIGURE_COLUMNS_ACTION = PREFIX + "configure_columns_context"; //$NON-NLS-1$;
- public static final String MEMORY_VIEW_PANE_ORIENTATION_ACTION = PREFIX + "memory_view_pane_orientation_action_context"; //$NON-NLS-1$
- public static final String SHOW_WHEN_STDOUT_CHANGES_ACTION = PREFIX + "show_stdout_action_context"; //$NON-NLS-1$
- public static final String SHOW_WHEN_STDERR_CHANGES_ACTION = PREFIX + "show_stderr_action_context"; //$NON-NLS-1$
- public static final String HORIZONTAL_DETAIL_PANE_LAYOUT_ACTION = PREFIX + "horizontal_detail_pane_layout_action_context"; //$NON-NLS-1$
- public static final String VERTICAL_DETAIL_PANE_LAYOUT_ACTION = PREFIX + "vertical_detail_pane_layout_action_context"; //$NON-NLS-1$
- public static final String DETAIL_PANE_HIDDEN_LAYOUT_ACTION = PREFIX + "detail_pane_hidden_layout_action_context"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_MODE_AUTO_ACTION = PREFIX + "debug_view_mode_auto_action_context"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_MODE_FULL_ACTION = PREFIX + "debug_view_mode_full_action_context"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_MODE_COMPACT_ACTION = PREFIX + "debug_view_mode_compact_action_context"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_DROP_DOWN_AUTOEXPAND_ACTION = PREFIX + "debug_view_drop_down_autoexpand_action_context"; //$NON-NLS-1$
- public static final String DEBUG_TOOLBAR_VIEW_ACTION = PREFIX + "debug_toolbar_view_action_context"; //$NON-NLS-1$
- public static final String DEBUG_TOOLBAR_WINDOW_ACTION = PREFIX + "debug_toolbar_window_action_context"; //$NON-NLS-1$
- public static final String DEBUG_TOOLBAR_BOTH_ACTION = PREFIX + "debug_toolbar_both_action_context"; //$NON-NLS-1$
+ String CHANGE_VALUE_ACTION = PREFIX + "change_value_action_context"; //$NON-NLS-1$
+ String OPEN_BREAKPOINT_ACTION = PREFIX + "open_breakpoint_action_context"; //$NON-NLS-1$
+ String RELAUNCH_HISTORY_ACTION = PREFIX + "relaunch_history_action_context"; //$NON-NLS-1$
+ String SHOW_BREAKPOINTS_FOR_MODEL_ACTION = PREFIX + "show_breakpoints_for_model_action_context"; //$NON-NLS-1$
+ String COPY_BREAKPOINTS_ACTION = PREFIX + "copy_breakpoints_action_context"; //$NON-NLS-1$
+ String PASTE_BREAKPOINTS_ACTION = PREFIX + "paste_breakpoints_action_context"; //$NON-NLS-1$
+ String SHOW_TYPES_ACTION = PREFIX + "show_types_action_context"; //$NON-NLS-1$
+ String VARIABLES_CONTENT_PROVIDERS_ACTION = PREFIX + "variables_content_providers_action_context"; //$NON-NLS-1$
+ String VARIABLES_SELECT_LOGICAL_STRUCTURE = PREFIX + "variables_select_logical_structure"; //$NON-NLS-1$
+ String VARIABLES_SELECT_DETAIL_PANE = PREFIX + "variables_select_detail_pane_action_context"; //$NON-NLS-1$
+ String VARIABLES_AUTO_EXPAND = PREFIX + "variables_auto_expand_action_context"; //$NON-NLS-1$
+ String SELECT_WORKING_SET_ACTION = PREFIX + "select_working_set_context"; //$NON-NLS-1$
+ String CLEAR_WORKING_SET_ACTION = PREFIX + "clear_working_set_context"; //$NON-NLS-1$
+ String EDIT_LAUNCH_CONFIGURATION_ACTION = PREFIX + "edit_launch_configuration_action_context"; //$NON-NLS-1$
+ String OPEN_LAUNCH_CONFIGURATION_ACTION = PREFIX + "open_launch_configuration_action_context"; //$NON-NLS-1$
+ String LINK_BREAKPOINTS_WITH_DEBUG_ACTION= PREFIX + "link_breakpoints_with_debug_context"; //$NON-NLS-1$
+ String EDIT_SOURCELOOKUP_ACTION = PREFIX + "edit_source_lookup_path_context";//$NON-NLS-1$
+ String LOOKUP_SOURCE_ACTION = PREFIX + "lookup_source_context";//$NON-NLS-1$
+ String SKIP_ALL_BREAKPOINT_ACTION = PREFIX + "skip_all_breakpoints_context"; //$NON-NLS-1$
+ String AUTO_MANAGE_VIEWS_ACTION = PREFIX + "auto_manage_views_context"; //$NON-NLS-1$
+ String FIND_ELEMENT_ACTION = PREFIX + "find_element_context"; //$NON-NLS-1$
+ String DETAIL_PANE = PREFIX + "detail_pane_context"; //$NON-NLS-1$
+ String DETAIL_PANE_ASSIGN_VALUE_ACTION = PREFIX + "detail_pane_assign_value_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_CONTENT_ASSIST_ACTION = PREFIX + "detail_pane_content_assist_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_CUT_ACTION = PREFIX + "detail_pane_cut_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_COPY_ACTION = PREFIX + "detail_pane_copy_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_PASTE_ACTION = PREFIX + "detail_pane_paste_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_SELECT_ALL_ACTION = PREFIX + "detail_pane_select_all_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_FIND_REPLACE_ACTION = PREFIX + "detail_pane_find_replace_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_WORD_WRAP_ACTION = PREFIX + "detail_pane_word_wrap_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_MAX_LENGTH_ACTION = PREFIX + "detail_pane_max_length_action_context"; //$NON-NLS-1$
+ String CONSOLE_TERMINATE_ACTION = PREFIX + "console_terminate_action_context"; //$NON-NLS-1$
+ String CONSOLE_REMOVE_ALL_TERMINATED = PREFIX + "console_remove_all_terminated_context"; //$NON-NLS-1$
+ String CONSOLE_REMOVE_LAUNCH = PREFIX + "console_remove_launch_context"; //$NON-NLS-1$;
+ String CONSOLE_SHOW_PREFERENCES = PREFIX + "console_show_preferences_action_context"; //$NON-NLS-1$
+ String SHOW_COLUMNS_ACTION = PREFIX + "show_columns_context"; //$NON-NLS-1$;
+ String CONFIGURE_COLUMNS_ACTION = PREFIX + "configure_columns_context"; //$NON-NLS-1$;
+ String MEMORY_VIEW_PANE_ORIENTATION_ACTION = PREFIX + "memory_view_pane_orientation_action_context"; //$NON-NLS-1$
+ String SHOW_WHEN_STDOUT_CHANGES_ACTION = PREFIX + "show_stdout_action_context"; //$NON-NLS-1$
+ String SHOW_WHEN_STDERR_CHANGES_ACTION = PREFIX + "show_stderr_action_context"; //$NON-NLS-1$
+ String HORIZONTAL_DETAIL_PANE_LAYOUT_ACTION = PREFIX + "horizontal_detail_pane_layout_action_context"; //$NON-NLS-1$
+ String VERTICAL_DETAIL_PANE_LAYOUT_ACTION = PREFIX + "vertical_detail_pane_layout_action_context"; //$NON-NLS-1$
+ String DETAIL_PANE_HIDDEN_LAYOUT_ACTION = PREFIX + "detail_pane_hidden_layout_action_context"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE_AUTO_ACTION = PREFIX + "debug_view_mode_auto_action_context"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE_FULL_ACTION = PREFIX + "debug_view_mode_full_action_context"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE_COMPACT_ACTION = PREFIX + "debug_view_mode_compact_action_context"; //$NON-NLS-1$
+ String DEBUG_VIEW_DROP_DOWN_AUTOEXPAND_ACTION = PREFIX + "debug_view_drop_down_autoexpand_action_context"; //$NON-NLS-1$
+ String DEBUG_TOOLBAR_VIEW_ACTION = PREFIX + "debug_toolbar_view_action_context"; //$NON-NLS-1$
+ String DEBUG_TOOLBAR_WINDOW_ACTION = PREFIX + "debug_toolbar_window_action_context"; //$NON-NLS-1$
+ String DEBUG_TOOLBAR_BOTH_ACTION = PREFIX + "debug_toolbar_both_action_context"; //$NON-NLS-1$
// Views
- public static final String DEBUG_VIEW = PREFIX + "debug_view_context"; //$NON-NLS-1$
- public static final String VARIABLE_VIEW = PREFIX + "variable_view_context"; //$NON-NLS-1$
- public static final String BREAKPOINT_VIEW = PREFIX + "breakpoint_view_context"; //$NON-NLS-1$
- public static final String EXPRESSION_VIEW = PREFIX + "expression_view_context"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_VIEW = PREFIX + "launch_configuration_view_context"; //$NON-NLS-1$
- public static final String REGISTERS_VIEW = PREFIX + "registers_view_context"; //$NON-NLS-1$
- public static final String PROCESS_CONSOLE = PREFIX + "process_console_context"; //$NON-NLS-1$
- public static final String MODULES_VIEW = PREFIX + "modules_view_context"; //$NON-NLS-1$
+ String DEBUG_VIEW = PREFIX + "debug_view_context"; //$NON-NLS-1$
+ String VARIABLE_VIEW = PREFIX + "variable_view_context"; //$NON-NLS-1$
+ String BREAKPOINT_VIEW = PREFIX + "breakpoint_view_context"; //$NON-NLS-1$
+ String EXPRESSION_VIEW = PREFIX + "expression_view_context"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_VIEW = PREFIX + "launch_configuration_view_context"; //$NON-NLS-1$
+ String REGISTERS_VIEW = PREFIX + "registers_view_context"; //$NON-NLS-1$
+ String PROCESS_CONSOLE = PREFIX + "process_console_context"; //$NON-NLS-1$
+ String MODULES_VIEW = PREFIX + "modules_view_context"; //$NON-NLS-1$
// Preference pages
- public static final String DEBUG_PREFERENCE_PAGE = PREFIX + "debug_preference_page_context"; //$NON-NLS-1$
- public static final String CONSOLE_PREFERENCE_PAGE = PREFIX + "console_preference_page_context"; //$NON-NLS-1$
- public static final String SIMPLE_VARIABLE_PREFERENCE_PAGE = PREFIX + "simple_variable_preference_page_context"; //$NON-NLS-1$
- public static final String PERSPECTIVE_PREFERENCE_PAGE = PREFIX + "perspective_preference_page_context"; //$NON-NLS-1$
- public static final String LAUNCHING_PREFERENCE_PAGE = PREFIX + "launching_preference_page_context"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_PREFERENCE_PAGE = PREFIX + "launch_configuration_preference_page_context"; //$NON-NLS-1$
- public static final String VIEW_MANAGEMENT_PREFERENCE_PAGE = PREFIX + "view_management_preference_page_context"; //$NON-NLS-1$
- public static final String LAUNCH_DELEGATES_PREFERENCE_PAGE = PREFIX + "launch_delegate_preference_page_context"; //$NON-NLS-1$
+ String DEBUG_PREFERENCE_PAGE = PREFIX + "debug_preference_page_context"; //$NON-NLS-1$
+ String CONSOLE_PREFERENCE_PAGE = PREFIX + "console_preference_page_context"; //$NON-NLS-1$
+ String SIMPLE_VARIABLE_PREFERENCE_PAGE = PREFIX + "simple_variable_preference_page_context"; //$NON-NLS-1$
+ String PERSPECTIVE_PREFERENCE_PAGE = PREFIX + "perspective_preference_page_context"; //$NON-NLS-1$
+ String LAUNCHING_PREFERENCE_PAGE = PREFIX + "launching_preference_page_context"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_PREFERENCE_PAGE = PREFIX + "launch_configuration_preference_page_context"; //$NON-NLS-1$
+ String VIEW_MANAGEMENT_PREFERENCE_PAGE = PREFIX + "view_management_preference_page_context"; //$NON-NLS-1$
+ String LAUNCH_DELEGATES_PREFERENCE_PAGE = PREFIX + "launch_delegate_preference_page_context"; //$NON-NLS-1$
// Dialogs
- public static final String LAUNCH_CONFIGURATION_DIALOG = PREFIX + "launch_configuration_dialog"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_PROPERTIES_DIALOG = PREFIX + "launch_configuration_properties_dialog"; //$NON-NLS-1$
- public static final String SINGLE_LAUNCH_CONFIGURATION_DIALOG = PREFIX + "single_launch_configuration_dialog"; //$NON-NLS-1$
- public static final String VARIABLE_SELECTION_DIALOG = PREFIX + "variable_selection_dialog_context"; //$NON-NLS-1$
- public static final String EDIT_SOURCELOOKUP_DIALOG = PREFIX + "edit_source_lookup_path_dialog";//$NON-NLS-1$
- public static final String SOURCELOOKUP_TAB = PREFIX + "launch_configuration_dialog_source_tab";//$NON-NLS-1$
- public static final String ADD_SOURCE_CONTAINER_DIALOG = PREFIX + "add_source_container_dialog";//$NON-NLS-1$
- public static final String ADD_PROJECT_CONTAINER_DIALOG = PREFIX + "project_source_container_dialog";//$NON-NLS-1$
- public static final String ADD_FOLDER_CONTAINER_DIALOG = PREFIX + "folder_source_container_dialog";//$NON-NLS-1$
- public static final String ADD_ARCHIVE_CONTAINER_DIALOG = PREFIX + "archive_source_container_dialog";//$NON-NLS-1$
- public static final String MULTIPLE_SOURCE_DIALOG = PREFIX + "multiple_source_selection_dialog";//$NON-NLS-1$
- public static final String ADD_WATCH_EXPRESSION_DIALOG= PREFIX + "add_watch_expression_dialog_context"; //$NON-NLS-1$
- public static final String EDIT_WATCH_EXPRESSION_DIALOG = PREFIX + "edit_watch_expression_dialog_context"; //$NON-NLS-1$
- public static final String FIND_ELEMENT_DIALOG = PREFIX + "find_element_dialog_context"; //$NON-NLS-1$
- public static final String CONFIGURE_COLUMNS_DIALOG = PREFIX + "configure_columns_dialog_context"; //$NON-NLS-1$;
- public static final String GROUP_BREAKPOINTS_DIALOG = PREFIX + "group_breakpoints_dialog_context"; //$NON-NLS-1$
- public static final String ORGANIZE_FAVORITES_DIALOG = PREFIX + "organize_favorites_dialog_context"; //$NON-NLS-1$
- public static final String SELECT_DEFAULT_WORKINGSET_DIALOG = PREFIX + "select_breakpoint_workingset_dialog"; //$NON-NLS-1$
- public static final String DELETE_ASSOCIATED_LAUNCH_CONFIGS_DIALOG = PREFIX + "delete_associated_launch_configs_dialog"; //$NON-NLS-1$
- public static final String SELECT_LAUNCH_MODES_DIALOG = PREFIX + "select_launch_modes_dialog"; //$NON-NLS-1$
- public static final String SELECT_LAUNCHERS_DIALOG = PREFIX + "select_launchers_dialog"; //$NON-NLS-1$
- public static final String SELECT_RESOURCES_TO_SAVE_DIALOG = PREFIX + "select_resources_to_save_dialog"; //$NON-NLS-1$
- public static final String SELECT_LAUNCH_METHOD_DIALOG = PREFIX + "select_launch_method_dialog"; //$NON-NLS-1$
- public static final String SELECT_LAUNCH_CONFIGURATION_DIALOG = PREFIX + "select_launch_configuration_dialog"; //$NON-NLS-1$
- public static final String SELECT_DIRECTORY_SOURCE_CONTAINER_DIALOG = PREFIX + "select_directory_source_container_dialog"; //$NON-NLS-1$
- public static final String SELECT_CONFIGURATION_TYPE_DIALOG = PREFIX + "select_configuration_type_dialog"; //$NON-NLS-1$
- public static final String SELECT_FAVORITES_DIALOG = PREFIX + "select_favorites_dialog"; //$NON-NLS-1$
- public static final String SELECT_NATIVE_ENVIRONMENT_DIALOG = PREFIX + "select_native_environment_dialog"; //$NON-NLS-1$
- public static final String SELECT_LAUNCH_CONFIGURATION_MIGRATION_DIALOG = PREFIX + "select_launch_configuration_migration_dialog"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_DIALOG = PREFIX + "launch_configuration_dialog"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_PROPERTIES_DIALOG = PREFIX + "launch_configuration_properties_dialog"; //$NON-NLS-1$
+ String SINGLE_LAUNCH_CONFIGURATION_DIALOG = PREFIX + "single_launch_configuration_dialog"; //$NON-NLS-1$
+ String VARIABLE_SELECTION_DIALOG = PREFIX + "variable_selection_dialog_context"; //$NON-NLS-1$
+ String EDIT_SOURCELOOKUP_DIALOG = PREFIX + "edit_source_lookup_path_dialog";//$NON-NLS-1$
+ String SOURCELOOKUP_TAB = PREFIX + "launch_configuration_dialog_source_tab";//$NON-NLS-1$
+ String ADD_SOURCE_CONTAINER_DIALOG = PREFIX + "add_source_container_dialog";//$NON-NLS-1$
+ String ADD_PROJECT_CONTAINER_DIALOG = PREFIX + "project_source_container_dialog";//$NON-NLS-1$
+ String ADD_FOLDER_CONTAINER_DIALOG = PREFIX + "folder_source_container_dialog";//$NON-NLS-1$
+ String ADD_ARCHIVE_CONTAINER_DIALOG = PREFIX + "archive_source_container_dialog";//$NON-NLS-1$
+ String MULTIPLE_SOURCE_DIALOG = PREFIX + "multiple_source_selection_dialog";//$NON-NLS-1$
+ String ADD_WATCH_EXPRESSION_DIALOG= PREFIX + "add_watch_expression_dialog_context"; //$NON-NLS-1$
+ String EDIT_WATCH_EXPRESSION_DIALOG = PREFIX + "edit_watch_expression_dialog_context"; //$NON-NLS-1$
+ String FIND_ELEMENT_DIALOG = PREFIX + "find_element_dialog_context"; //$NON-NLS-1$
+ String CONFIGURE_COLUMNS_DIALOG = PREFIX + "configure_columns_dialog_context"; //$NON-NLS-1$;
+ String GROUP_BREAKPOINTS_DIALOG = PREFIX + "group_breakpoints_dialog_context"; //$NON-NLS-1$
+ String ORGANIZE_FAVORITES_DIALOG = PREFIX + "organize_favorites_dialog_context"; //$NON-NLS-1$
+ String SELECT_DEFAULT_WORKINGSET_DIALOG = PREFIX + "select_breakpoint_workingset_dialog"; //$NON-NLS-1$
+ String DELETE_ASSOCIATED_LAUNCH_CONFIGS_DIALOG = PREFIX + "delete_associated_launch_configs_dialog"; //$NON-NLS-1$
+ String SELECT_LAUNCH_MODES_DIALOG = PREFIX + "select_launch_modes_dialog"; //$NON-NLS-1$
+ String SELECT_LAUNCHERS_DIALOG = PREFIX + "select_launchers_dialog"; //$NON-NLS-1$
+ String SELECT_RESOURCES_TO_SAVE_DIALOG = PREFIX + "select_resources_to_save_dialog"; //$NON-NLS-1$
+ String SELECT_LAUNCH_METHOD_DIALOG = PREFIX + "select_launch_method_dialog"; //$NON-NLS-1$
+ String SELECT_LAUNCH_CONFIGURATION_DIALOG = PREFIX + "select_launch_configuration_dialog"; //$NON-NLS-1$
+ String SELECT_DIRECTORY_SOURCE_CONTAINER_DIALOG = PREFIX + "select_directory_source_container_dialog"; //$NON-NLS-1$
+ String SELECT_CONFIGURATION_TYPE_DIALOG = PREFIX + "select_configuration_type_dialog"; //$NON-NLS-1$
+ String SELECT_FAVORITES_DIALOG = PREFIX + "select_favorites_dialog"; //$NON-NLS-1$
+ String SELECT_NATIVE_ENVIRONMENT_DIALOG = PREFIX + "select_native_environment_dialog"; //$NON-NLS-1$
+ String SELECT_LAUNCH_CONFIGURATION_MIGRATION_DIALOG = PREFIX + "select_launch_configuration_migration_dialog"; //$NON-NLS-1$
// Property pages
- public static final String PROCESS_PROPERTY_PAGE = PREFIX + "process_property_page_context"; //$NON-NLS-1$
- public static final String PROCESS_PAGE_RUN_AT = PREFIX + "process_page_run_at_time_widget"; //$NON-NLS-1$
- public static final String RUN_DEBUG_RESOURCE_PROPERTY_PAGE = PREFIX + "run_debug_resource_property_page"; //$NON-NLS-1$
+ String PROCESS_PROPERTY_PAGE = PREFIX + "process_property_page_context"; //$NON-NLS-1$
+ String PROCESS_PAGE_RUN_AT = PREFIX + "process_page_run_at_time_widget"; //$NON-NLS-1$
+ String RUN_DEBUG_RESOURCE_PROPERTY_PAGE = PREFIX + "run_debug_resource_property_page"; //$NON-NLS-1$
// Launch configuration dialog pages
- public static final String LAUNCH_CONFIGURATION_DIALOG_COMMON_TAB = PREFIX + "launch_configuration_dialog_common_tab"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_DIALOG_PERSPECTIVE_TAB = PREFIX + "launch_configuration_dialog_perspective_tab"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_DIALOG_REFRESH_TAB = PREFIX + "launch_configuration_dialog_refresh_tab"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_DIALOG_ENVIRONMENT_TAB = PREFIX + "launch_configuration_dialog_environment_tab"; //$NON-NLS-1$
- public static final String LAUNCH_CONFIGURATION_DIALOG_PROTOTYPE_TAB = PREFIX + "launch_configuration_dialog_prototype_tab"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_DIALOG_COMMON_TAB = PREFIX + "launch_configuration_dialog_common_tab"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_DIALOG_PERSPECTIVE_TAB = PREFIX + "launch_configuration_dialog_perspective_tab"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_DIALOG_REFRESH_TAB = PREFIX + "launch_configuration_dialog_refresh_tab"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_DIALOG_ENVIRONMENT_TAB = PREFIX + "launch_configuration_dialog_environment_tab"; //$NON-NLS-1$
+ String LAUNCH_CONFIGURATION_DIALOG_PROTOTYPE_TAB = PREFIX + "launch_configuration_dialog_prototype_tab"; //$NON-NLS-1$
// Working set page
- public static final String WORKING_SET_PAGE = PREFIX + "working_set_page_context"; //$NON-NLS-1$
+ String WORKING_SET_PAGE = PREFIX + "working_set_page_context"; //$NON-NLS-1$
//Wizards
- public static final String IMPORT_BREAKPOINTS_WIZARD_PAGE = PREFIX + "import_breakpoints_wizard_page_context"; //$NON-NLS-1$
- public static final String EXPORT_BREAKPOINTS_WIZARD_PAGE = PREFIX + "export_breakpoints_wizard_page_context"; //$NON-NLS-1$
- public static final String IMPORT_LAUNCH_CONFIGURATIONS_PAGE = PREFIX + "import_launch_configurations_context"; //$NON-NLS-1$
- public static final String EXPORT_LAUNCH_CONFIGURATIONS_PAGE = PREFIX + "export_launch_configurations_context"; //$NON-NLS-1$
+ String IMPORT_BREAKPOINTS_WIZARD_PAGE = PREFIX + "import_breakpoints_wizard_page_context"; //$NON-NLS-1$
+ String EXPORT_BREAKPOINTS_WIZARD_PAGE = PREFIX + "export_breakpoints_wizard_page_context"; //$NON-NLS-1$
+ String IMPORT_LAUNCH_CONFIGURATIONS_PAGE = PREFIX + "import_launch_configurations_context"; //$NON-NLS-1$
+ String EXPORT_LAUNCH_CONFIGURATIONS_PAGE = PREFIX + "export_launch_configurations_context"; //$NON-NLS-1$
//Editor
- public static final String NO_SOURCE_EDITOR = PREFIX + "debugger_editor_no_source_common";//$NON-NLS-1$
+ String NO_SOURCE_EDITOR = PREFIX + "debugger_editor_no_source_common";//$NON-NLS-1$
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
index b404e9fa9..8e8fa7451 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
@@ -21,202 +21,201 @@ import org.eclipse.debug.ui.IDebugUIConstants;
public interface IInternalDebugUIConstants {
- public static final String DIALOGSTORE_LASTEXTJAR= "org.eclipse.debug.ui.lastextjar"; //$NON-NLS-1$
+ String DIALOGSTORE_LASTEXTJAR= "org.eclipse.debug.ui.lastextjar"; //$NON-NLS-1$
//Folders
- public static final String ID_NAVIGATOR_FOLDER_VIEW= "org.eclipse.debug.internal.ui.NavigatorFolderView"; //$NON-NLS-1$
- public static final String ID_TOOLS_FOLDER_VIEW= "org.eclipse.debug.internal.ui.ToolsFolderView"; //$NON-NLS-1$
- public static final String ID_CONSOLE_FOLDER_VIEW= "org.eclipse.debug.internal.ui.ConsoleFolderView"; //$NON-NLS-1$
- public static final String ID_OUTLINE_FOLDER_VIEW= "org.eclipse.debug.internal.ui.OutlineFolderView"; //$NON-NLS-1$
+ String ID_NAVIGATOR_FOLDER_VIEW= "org.eclipse.debug.internal.ui.NavigatorFolderView"; //$NON-NLS-1$
+ String ID_TOOLS_FOLDER_VIEW= "org.eclipse.debug.internal.ui.ToolsFolderView"; //$NON-NLS-1$
+ String ID_CONSOLE_FOLDER_VIEW= "org.eclipse.debug.internal.ui.ConsoleFolderView"; //$NON-NLS-1$
+ String ID_OUTLINE_FOLDER_VIEW= "org.eclipse.debug.internal.ui.OutlineFolderView"; //$NON-NLS-1$
// tool images
- public static final String IMG_LCL_COLLAPSE_ALL = "IMG_LCL_COLLAPSE_ALL"; //$NON-NLS-1$
- public static final String IMG_LCL_TERMINATE = "IMG_LCL_TERMINATE"; //$NON-NLS-1$
- public static final String IMG_LCL_SHOW_LOGICAL_STRUCTURE = "IMG_LCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
- public static final String IMG_LCL_RUN_TO_LINE= "IMG_LCL_RUN_TO_LINE"; //$NON-NLS-1$
- public static final String IMG_SRC_LOOKUP_MENU = "IMG_SRC_LOOKUP_MENU"; //$NON-NLS-1$
+ String IMG_LCL_COLLAPSE_ALL = "IMG_LCL_COLLAPSE_ALL"; //$NON-NLS-1$
+ String IMG_LCL_TERMINATE = "IMG_LCL_TERMINATE"; //$NON-NLS-1$
+ String IMG_LCL_SHOW_LOGICAL_STRUCTURE = "IMG_LCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
+ String IMG_LCL_RUN_TO_LINE= "IMG_LCL_RUN_TO_LINE"; //$NON-NLS-1$
+ String IMG_SRC_LOOKUP_MENU = "IMG_SRC_LOOKUP_MENU"; //$NON-NLS-1$
/**
* @deprecated Use IDebugUIConstants#IMG_LCL_ADD
*/
- @Deprecated
- public static final String IMG_LCL_MONITOR_EXPRESSION= IDebugUIConstants.IMG_LCL_ADD;
- public static final String IMG_LCL_REMOVE_MEMORY= "IMG_LCL_REMOVE_MEMORY"; //$NON-NLS-1$
- public static final String IMG_LCL_RESET_MEMORY= "IMG_LCL_RESET_MEMORY";//$NON-NLS-1$
- public static final String IMG_LCL_COPY_VIEW_TO_CLIPBOARD = "IMG_LCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
- public static final String IMG_LCL_PRINT_TOP_VIEW_TAB = "IMG_LCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
+ @Deprecated String IMG_LCL_MONITOR_EXPRESSION= IDebugUIConstants.IMG_LCL_ADD;
+ String IMG_LCL_REMOVE_MEMORY= "IMG_LCL_REMOVE_MEMORY"; //$NON-NLS-1$
+ String IMG_LCL_RESET_MEMORY= "IMG_LCL_RESET_MEMORY";//$NON-NLS-1$
+ String IMG_LCL_COPY_VIEW_TO_CLIPBOARD = "IMG_LCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
+ String IMG_LCL_PRINT_TOP_VIEW_TAB = "IMG_LCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
// disabled local tool images
- public static final String IMG_DLCL_LOCK= "IMG_DLCL_LOCK"; //$NON-NLS-1$
- public static final String IMG_DLCL_DETAIL_PANE= "IMG_DLCL_DETAIL_PANE"; //$NON-NLS-1$
- public static final String IMG_DLCL_CHANGE_VARIABLE_VALUE= "IMG_DLCL_CHANGE_VARIABLE_VALUE"; //$NON-NLS-1$
- public static final String IMG_DLCL_TYPE_NAMES= "IMG_DLCL_TYPE_NAMES"; //$NON-NLS-1$
- public static final String IMG_DLCL_SHOW_LOGICAL_STRUCTURE= "IMG_DLCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
- public static final String IMG_DLCL_DETAIL_PANE_UNDER= "IMG_DLCL_DETAIL_PANE_UNDER"; //$NON-NLS-1$
- public static final String IMG_DLCL_DETAIL_PANE_RIGHT= "IMG_DLCL_DETAIL_PANE_RIGHT"; //$NON-NLS-1$
- public static final String IMG_DLCL_DETAIL_PANE_HIDE= "IMG_DLCL_DETAIL_PANE_HIDE"; //$NON-NLS-1$
- public static final String IMG_DLCL_DETAIL_PANE_AUTO= "IMG_DLCL_DETAIL_PANE_AUTO"; //$NON-NLS-1$
- public static final String IMG_DLCL_COLLAPSE_ALL = "IMG_DLCL_COLLAPSE_ALL"; //$NON-NLS-1$
- public static final String IMG_DLCL_TERMINATE = "IMG_DLCL_TERMINATE"; //$NON-NLS-1$
- public static final String IMG_DLCL_REMOVE_ALL = "IMG_DLCL_REMOVE_ALL"; //$NON-NLS-1$
- public static final String IMG_DLCL_REMOVE = "IMG_DLCL_REMOVE"; //$NON-NLS-1$
- public static final String IMG_DLCL_RUN_TO_LINE= "IMG_DLCL_RUN_TO_LINE"; //$NON-NLS-1$
- public static final String IMG_SRC_LOOKUP_MENU_DLCL = "IMG_SRC_LOOKUP_MENU_DISABLED"; //$NON-NLS-1$
- public static final String IMG_DLCL_MONITOR_EXPRESSION= "IMG_DLCL_MONITOR_EXPRESSION"; //$NON-NLS-1$
- public static final String IMG_DLCL_REMOVE_MEMORY= "IMG_DLCL_REMOVE_MEMORY"; //$NON-NLS-1$
- public static final String IMG_DLCL_RESET_MEMORY= "IMG_DLCL_RESET_MEMORY"; //$NON-NLS-1$
- public static final String IMG_DLCL_COPY_VIEW_TO_CLIPBOARD= "IMG_DLCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
- public static final String IMG_DLCL_PRINT_TOP_VIEW_TAB= "IMG_DLCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
- public static final String IMG_DLCL_NEW_CONFIG = "IMG_DLCL_NEW_CONFIG"; //$NON-NLS-1$
- public static final String IMG_DLCL_DUPLICATE_CONFIG = "IMG_DLCL_DUPLICATE_CONFIG"; //$NON-NLS-1$
- public static final String IMG_DLCL_DELETE_CONFIG = "IMG_DLCL_DELETE_CONFIG"; //$NON-NLS-1$
- public static final String IMG_DLCL_FILTER_CONFIGS = "IMG_DLCL_FILTER_CONFIGS"; //$NON-NLS-1$
- public static final String IMG_DLCL_NEW_PROTO = "IMG_DLCL_NEW_PROTO"; //$NON-NLS-1$
- public static final String IMG_DLCL_LINK_PROTO = "IMG_DLCL_LINK_PROTO"; //$NON-NLS-1$
- public static final String IMG_DLCL_UNLINK_PROTO = "IMG_DLCL_UNLINK_PROTO"; //$NON-NLS-1$
- public static final String IMG_DLCL_RESET_PROTO = "IMG_DLCL_RESET_PROTO"; //$NON-NLS-1$
- public static final String IMG_DLCL_SUSPEND = "IMG_DLCL_SUSPEND"; //$NON-NLS-1$
- public static final String IMG_DLCL_RESUME = "IMG_DLCL_RESUME"; //$NON-NLS-1$
- public static final String IMG_DLCL_STEP_RETURN = "IMG_DLCL_STEP_RETURN"; //$NON-NLS-1$
- public static final String IMG_DLCL_STEP_OVER = "IMG_DLCL_STEP_OVER"; //$NON-NLS-1$
- public static final String IMG_DLCL_STEP_INTO = "IMG_DLCL_STEP_INTO"; //$NON-NLS-1$
- public static final String IMG_DLCL_TERMINATE_AND_REMOVE = "IMG_DLCL_TERMINATE_AND_REMOVE"; //$NON-NLS-1$
- public static final String IMG_DLCL_TERMINATE_ALL = "IMG_DLCL_TERMINATE_ALL"; //$NON-NLS-1$
- public static final String IMG_DLCL_TERMINATE_AND_RELAUNCH = "IMG_DLCL_TERMINATE_AND_RELAUNCH"; //$NON-NLS-1$
- public static final String IMG_DLCL_TOGGLE_STEP_FILTERS = "IMG_DLCL_TOGGLE_STEP_FILTERS"; //$NON-NLS-1$
- public static final String IMG_DLCL_NEXT_THREAD = "IMG_DLCL_NEXT_THREAD"; //$NON-NLS-1$
- public static final String IMG_DLCL_PREVIOUS_THREAD = "IMG_DLCL_PREVIOUS_THREAD"; //$NON-NLS-1$
- public static final String IMG_DLCL_RESTART = "IMG_DLCL_RESTART"; //$NON-NLS-1$
- public static final String IMG_DLCL_EXPORT_CONFIG = "IMG_DLCL_EXPORT_CONFIG"; //$NON-NLS-1$
+ String IMG_DLCL_LOCK= "IMG_DLCL_LOCK"; //$NON-NLS-1$
+ String IMG_DLCL_DETAIL_PANE= "IMG_DLCL_DETAIL_PANE"; //$NON-NLS-1$
+ String IMG_DLCL_CHANGE_VARIABLE_VALUE= "IMG_DLCL_CHANGE_VARIABLE_VALUE"; //$NON-NLS-1$
+ String IMG_DLCL_TYPE_NAMES= "IMG_DLCL_TYPE_NAMES"; //$NON-NLS-1$
+ String IMG_DLCL_SHOW_LOGICAL_STRUCTURE= "IMG_DLCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
+ String IMG_DLCL_DETAIL_PANE_UNDER= "IMG_DLCL_DETAIL_PANE_UNDER"; //$NON-NLS-1$
+ String IMG_DLCL_DETAIL_PANE_RIGHT= "IMG_DLCL_DETAIL_PANE_RIGHT"; //$NON-NLS-1$
+ String IMG_DLCL_DETAIL_PANE_HIDE= "IMG_DLCL_DETAIL_PANE_HIDE"; //$NON-NLS-1$
+ String IMG_DLCL_DETAIL_PANE_AUTO= "IMG_DLCL_DETAIL_PANE_AUTO"; //$NON-NLS-1$
+ String IMG_DLCL_COLLAPSE_ALL = "IMG_DLCL_COLLAPSE_ALL"; //$NON-NLS-1$
+ String IMG_DLCL_TERMINATE = "IMG_DLCL_TERMINATE"; //$NON-NLS-1$
+ String IMG_DLCL_REMOVE_ALL = "IMG_DLCL_REMOVE_ALL"; //$NON-NLS-1$
+ String IMG_DLCL_REMOVE = "IMG_DLCL_REMOVE"; //$NON-NLS-1$
+ String IMG_DLCL_RUN_TO_LINE= "IMG_DLCL_RUN_TO_LINE"; //$NON-NLS-1$
+ String IMG_SRC_LOOKUP_MENU_DLCL = "IMG_SRC_LOOKUP_MENU_DISABLED"; //$NON-NLS-1$
+ String IMG_DLCL_MONITOR_EXPRESSION= "IMG_DLCL_MONITOR_EXPRESSION"; //$NON-NLS-1$
+ String IMG_DLCL_REMOVE_MEMORY= "IMG_DLCL_REMOVE_MEMORY"; //$NON-NLS-1$
+ String IMG_DLCL_RESET_MEMORY= "IMG_DLCL_RESET_MEMORY"; //$NON-NLS-1$
+ String IMG_DLCL_COPY_VIEW_TO_CLIPBOARD= "IMG_DLCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
+ String IMG_DLCL_PRINT_TOP_VIEW_TAB= "IMG_DLCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
+ String IMG_DLCL_NEW_CONFIG = "IMG_DLCL_NEW_CONFIG"; //$NON-NLS-1$
+ String IMG_DLCL_DUPLICATE_CONFIG = "IMG_DLCL_DUPLICATE_CONFIG"; //$NON-NLS-1$
+ String IMG_DLCL_DELETE_CONFIG = "IMG_DLCL_DELETE_CONFIG"; //$NON-NLS-1$
+ String IMG_DLCL_FILTER_CONFIGS = "IMG_DLCL_FILTER_CONFIGS"; //$NON-NLS-1$
+ String IMG_DLCL_NEW_PROTO = "IMG_DLCL_NEW_PROTO"; //$NON-NLS-1$
+ String IMG_DLCL_LINK_PROTO = "IMG_DLCL_LINK_PROTO"; //$NON-NLS-1$
+ String IMG_DLCL_UNLINK_PROTO = "IMG_DLCL_UNLINK_PROTO"; //$NON-NLS-1$
+ String IMG_DLCL_RESET_PROTO = "IMG_DLCL_RESET_PROTO"; //$NON-NLS-1$
+ String IMG_DLCL_SUSPEND = "IMG_DLCL_SUSPEND"; //$NON-NLS-1$
+ String IMG_DLCL_RESUME = "IMG_DLCL_RESUME"; //$NON-NLS-1$
+ String IMG_DLCL_STEP_RETURN = "IMG_DLCL_STEP_RETURN"; //$NON-NLS-1$
+ String IMG_DLCL_STEP_OVER = "IMG_DLCL_STEP_OVER"; //$NON-NLS-1$
+ String IMG_DLCL_STEP_INTO = "IMG_DLCL_STEP_INTO"; //$NON-NLS-1$
+ String IMG_DLCL_TERMINATE_AND_REMOVE = "IMG_DLCL_TERMINATE_AND_REMOVE"; //$NON-NLS-1$
+ String IMG_DLCL_TERMINATE_ALL = "IMG_DLCL_TERMINATE_ALL"; //$NON-NLS-1$
+ String IMG_DLCL_TERMINATE_AND_RELAUNCH = "IMG_DLCL_TERMINATE_AND_RELAUNCH"; //$NON-NLS-1$
+ String IMG_DLCL_TOGGLE_STEP_FILTERS = "IMG_DLCL_TOGGLE_STEP_FILTERS"; //$NON-NLS-1$
+ String IMG_DLCL_NEXT_THREAD = "IMG_DLCL_NEXT_THREAD"; //$NON-NLS-1$
+ String IMG_DLCL_PREVIOUS_THREAD = "IMG_DLCL_PREVIOUS_THREAD"; //$NON-NLS-1$
+ String IMG_DLCL_RESTART = "IMG_DLCL_RESTART"; //$NON-NLS-1$
+ String IMG_DLCL_EXPORT_CONFIG = "IMG_DLCL_EXPORT_CONFIG"; //$NON-NLS-1$
//TODO: Move this IDebugUIConstants. Created too late in 3.2 cycle to add API.
//The enabled icon is already API.
- public static final String IMG_DLCL_DISCONNECT= "IMG_DLCL_DISCONNECT"; //$NON-NLS-1$
+ String IMG_DLCL_DISCONNECT= "IMG_DLCL_DISCONNECT"; //$NON-NLS-1$
// enabled local tool images
- public static final String IMG_ELCL_LOCK= "IMG_ELCL_LOCK"; //$NON-NLS-1$
- public static final String IMG_ELCL_DETAIL_PANE= "IMG_ELCL_DETAIL_PANE"; //$NON-NLS-1$
- public static final String IMG_ELCL_CHANGE_VARIABLE_VALUE= "IMG_ELCL_CHANGE_VARIABLE_VALUE"; //$NON-NLS-1$
- public static final String IMG_ELCL_TYPE_NAMES= "IMG_ELCL_TYPE_NAMES"; //$NON-NLS-1$
- public static final String IMG_ELCL_SHOW_LOGICAL_STRUCTURE= "IMG_ELCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
- public static final String IMG_ELCL_DETAIL_PANE_UNDER= "IMG_ELCL_DETAIL_PANE_UNDER"; //$NON-NLS-1$
- public static final String IMG_ELCL_DETAIL_PANE_RIGHT= "IMG_ELCL_DETAIL_PANE_RIGHT"; //$NON-NLS-1$
- public static final String IMG_ELCL_DETAIL_PANE_HIDE= "IMG_ELCL_DETAIL_PANE_HIDE"; //$NON-NLS-1$
- public static final String IMG_ELCL_DETAIL_PANE_AUTO= "IMG_ELCL_DETAIL_PANE_AUTO"; //$NON-NLS-1$
- public static final String IMG_ELCL_COLLAPSE_ALL = "IMG_ELCL_COLLAPSE_ALL"; //$NON-NLS-1$
- public static final String IMG_ELCL_TERMINATE = "IMG_ELCL_TERMINATE"; //$NON-NLS-1$
- public static final String IMG_SRC_LOOKUP_MENU_ELCL = "IMG_SRC_LOOKUP_MENU_ENABLED"; //$NON-NLS-1$
- public static final String IMG_ELCL_MONITOR_EXPRESSION= "IMG_ELCL_MONITOR_EXPRESSION"; //$NON-NLS-1$
- public static final String IMG_ELCL_REMOVE_MEMORY= "IMG_ELCL_REMOVE_MEMORY"; //$NON-NLS-1$
- public static final String IMG_ELCL_RESET_MEMORY= "IMG_ELCL_RESET_MEMORY"; //$NON-NLS-1$
- public static final String IMG_ELCL_COPY_VIEW_TO_CLIPBOARD= "IMG_ELCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
- public static final String IMG_ELCL_PRINT_TOP_VIEW_TAB= "IMG_ELCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
- public static final String IMG_ELCL_REMOVE_ALL = "IMG_ELCL_REMOVE_ALL"; //$NON-NLS-1$
- public static final String IMG_ELCL_REMOVE = "IMG_ELCL_REMOVE"; //$NON-NLS-1$
- public static final String IMG_ELCL_HIERARCHICAL = "IMG_ELCL_HIERARCHICAL"; //$NON-NLS-1$
- public static final String IMG_ELCL_HELP = "IMG_ELCL_HELP"; //$NON-NLS-1$
- public static final String IMG_ELCL_NEW_CONFIG = "IMG_ELCL_NEW_CONFIG"; //$NON-NLS-1$
- public static final String IMG_ELCL_DELETE_CONFIG = "IMG_ELCL_DELETE_CONFIG"; //$NON-NLS-1$
- public static final String IMG_ELCL_FILTER_CONFIGS = "IMG_ELCL_FILTER_CONFIGS"; //$NON-NLS-1$
- public static final String IMG_ELCL_DUPLICATE_CONFIG = "IMG_ELCL_DUPLICATE_CONFIG"; //$NON-NLS-1$
- public static final String IMG_ELCL_NEW_PROTO = "IMG_ELCL_NEW_PROTO"; //$NON-NLS-1$
- public static final String IMG_ELCL_LINK_PROTO = "IMG_ELCL_LINK_PROTO"; //$NON-NLS-1$
- public static final String IMG_ELCL_UNLINK_PROTO = "IMG_ELCL_UNLINK_PROTO"; //$NON-NLS-1$
- public static final String IMG_ELCL_RESET_PROTO = "IMG_ELCL_RESET_PROTO"; //$NON-NLS-1$
- public static final String IMG_ELCL_SUSPEND = "IMG_ELCL_SUSPEND"; //$NON-NLS-1$
- public static final String IMG_ELCL_RESUME = "IMG_ELCL_RESUME"; //$NON-NLS-1$
- public static final String IMG_ELCL_STEP_RETURN = "IMG_ELCL_STEP_RETURN"; //$NON-NLS-1$
- public static final String IMG_ELCL_STEP_OVER = "IMG_ELCL_STEP_OVER"; //$NON-NLS-1$
- public static final String IMG_ELCL_STEP_INTO = "IMG_ELCL_STEP_INTO"; //$NON-NLS-1$
- public static final String IMG_ELCL_DROP_TO_FRAME = "IMG_ELCL_DROP_TO_FRAME"; //$NON-NLS-1$
- public static final String IMG_ELCL_TERMINATE_AND_REMOVE = "IMG_ELCL_TERMINATE_AND_REMOVE"; //$NON-NLS-1$
- public static final String IMG_ELCL_TERMINATE_ALL = "IMG_ELCL_TERMINATE_ALL"; //$NON-NLS-1$
- public static final String IMG_ELCL_TERMINATE_AND_RELAUNCH = "IMG_ELCL_TERMINATE_AND_RELAUNCH"; //$NON-NLS-1$
- public static final String IMG_ELCL_TOGGLE_STEP_FILTERS = "IMG_ELCL_TOGGLE_STEP_FILTERS"; //$NON-NLS-1$
- public static final String IMG_ELCL_STANDARD_OUT = "IMG_ELCL_STANDARD_OUT"; //$NON-NLS-1$
- public static final String IMG_ELCL_STANDARD_ERR = "IMG_ELCL_STANDARD_ERR"; //$NON-NLS-1$
- public static final String IMG_ELCL_NEXT_THREAD = "IMG_ELCL_NEXT_THREAD"; //$NON-NLS-1$
- public static final String IMG_ELCL_PREVIOUS_THREAD = "IMG_ELCL_PREVIOUS_THREAD"; //$NON-NLS-1$
- public static final String IMG_ELCL_RESTART = "IMG_ELCL_RESTART"; //$NON-NLS-1$
- public static final String IMG_ELCL_DEBUG_VIEW_COMPACT_LAYOUT = "IMG_ELCL_DEBUG_VIEW_BREADCRUMB_LAYOUT"; //$NON-NLS-1$
- public static final String IMG_ELCL_EXPORT_CONFIG = "IMG_ELCL_EXPORT_CONFIG"; //$NON-NLS-1$
-
- public static final String IMG_OBJS_COMMON_TAB = "IMG_OBJS_COMMON_TAB"; //$NON-NLS-1$
- public static final String IMG_OBJS_REFRESH_TAB = "IMG_OBJS_REFRESH_TAB"; //$NON-NLS-1$
- public static final String IMG_OBJS_PERSPECTIVE_TAB = "IMG_OBJS_PERSPECTIVE_TAB"; //$NON-NLS-1$
- public static final String IMG_OBJS_ARRAY_PARTITION = "IMG_OBJS_ARRAY_PARTITION"; //$NON-NLS-1$
- public static final String IMG_SRC_LOOKUP_TAB = "IMG_SRC_LOOKUP_TAB"; //$NON-NLS-1$
- public static final String IMG_OBJECT_MEMORY_CHANGED="IMG_OBJECT_MEMORY_CHANGED"; //$NON-NLS-1$
- public static final String IMG_OBJECT_MEMORY="IMG_OBJECT_MEMORY"; //$NON-NLS-1$
- public static final String IMG_OBJS_BREAKPOINT_TYPE="IMG_OBJ_BREAKPOINT_TYPE"; //$NON-NLS-1$
- public static final String IMG_OBJS_LAUNCH_GROUP = "IMG_OBJ_LAUNCH_GROUP"; //$NON-NLS-1$
- public static final String IMG_OBJS_CHECK = "IMG_OBJS_CHECK"; //$NON-NLS-1$
- public static final String IMG_OBJS_UNCHECK = "IMG_OBJS_UNCHECK"; //$NON-NLS-1$
- public static final String IMG_OBJS_PROTO_TAB = "IMG_OBJS_PROTO_TAB"; //$NON-NLS-1$
+ String IMG_ELCL_LOCK= "IMG_ELCL_LOCK"; //$NON-NLS-1$
+ String IMG_ELCL_DETAIL_PANE= "IMG_ELCL_DETAIL_PANE"; //$NON-NLS-1$
+ String IMG_ELCL_CHANGE_VARIABLE_VALUE= "IMG_ELCL_CHANGE_VARIABLE_VALUE"; //$NON-NLS-1$
+ String IMG_ELCL_TYPE_NAMES= "IMG_ELCL_TYPE_NAMES"; //$NON-NLS-1$
+ String IMG_ELCL_SHOW_LOGICAL_STRUCTURE= "IMG_ELCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
+ String IMG_ELCL_DETAIL_PANE_UNDER= "IMG_ELCL_DETAIL_PANE_UNDER"; //$NON-NLS-1$
+ String IMG_ELCL_DETAIL_PANE_RIGHT= "IMG_ELCL_DETAIL_PANE_RIGHT"; //$NON-NLS-1$
+ String IMG_ELCL_DETAIL_PANE_HIDE= "IMG_ELCL_DETAIL_PANE_HIDE"; //$NON-NLS-1$
+ String IMG_ELCL_DETAIL_PANE_AUTO= "IMG_ELCL_DETAIL_PANE_AUTO"; //$NON-NLS-1$
+ String IMG_ELCL_COLLAPSE_ALL = "IMG_ELCL_COLLAPSE_ALL"; //$NON-NLS-1$
+ String IMG_ELCL_TERMINATE = "IMG_ELCL_TERMINATE"; //$NON-NLS-1$
+ String IMG_SRC_LOOKUP_MENU_ELCL = "IMG_SRC_LOOKUP_MENU_ENABLED"; //$NON-NLS-1$
+ String IMG_ELCL_MONITOR_EXPRESSION= "IMG_ELCL_MONITOR_EXPRESSION"; //$NON-NLS-1$
+ String IMG_ELCL_REMOVE_MEMORY= "IMG_ELCL_REMOVE_MEMORY"; //$NON-NLS-1$
+ String IMG_ELCL_RESET_MEMORY= "IMG_ELCL_RESET_MEMORY"; //$NON-NLS-1$
+ String IMG_ELCL_COPY_VIEW_TO_CLIPBOARD= "IMG_ELCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
+ String IMG_ELCL_PRINT_TOP_VIEW_TAB= "IMG_ELCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
+ String IMG_ELCL_REMOVE_ALL = "IMG_ELCL_REMOVE_ALL"; //$NON-NLS-1$
+ String IMG_ELCL_REMOVE = "IMG_ELCL_REMOVE"; //$NON-NLS-1$
+ String IMG_ELCL_HIERARCHICAL = "IMG_ELCL_HIERARCHICAL"; //$NON-NLS-1$
+ String IMG_ELCL_HELP = "IMG_ELCL_HELP"; //$NON-NLS-1$
+ String IMG_ELCL_NEW_CONFIG = "IMG_ELCL_NEW_CONFIG"; //$NON-NLS-1$
+ String IMG_ELCL_DELETE_CONFIG = "IMG_ELCL_DELETE_CONFIG"; //$NON-NLS-1$
+ String IMG_ELCL_FILTER_CONFIGS = "IMG_ELCL_FILTER_CONFIGS"; //$NON-NLS-1$
+ String IMG_ELCL_DUPLICATE_CONFIG = "IMG_ELCL_DUPLICATE_CONFIG"; //$NON-NLS-1$
+ String IMG_ELCL_NEW_PROTO = "IMG_ELCL_NEW_PROTO"; //$NON-NLS-1$
+ String IMG_ELCL_LINK_PROTO = "IMG_ELCL_LINK_PROTO"; //$NON-NLS-1$
+ String IMG_ELCL_UNLINK_PROTO = "IMG_ELCL_UNLINK_PROTO"; //$NON-NLS-1$
+ String IMG_ELCL_RESET_PROTO = "IMG_ELCL_RESET_PROTO"; //$NON-NLS-1$
+ String IMG_ELCL_SUSPEND = "IMG_ELCL_SUSPEND"; //$NON-NLS-1$
+ String IMG_ELCL_RESUME = "IMG_ELCL_RESUME"; //$NON-NLS-1$
+ String IMG_ELCL_STEP_RETURN = "IMG_ELCL_STEP_RETURN"; //$NON-NLS-1$
+ String IMG_ELCL_STEP_OVER = "IMG_ELCL_STEP_OVER"; //$NON-NLS-1$
+ String IMG_ELCL_STEP_INTO = "IMG_ELCL_STEP_INTO"; //$NON-NLS-1$
+ String IMG_ELCL_DROP_TO_FRAME = "IMG_ELCL_DROP_TO_FRAME"; //$NON-NLS-1$
+ String IMG_ELCL_TERMINATE_AND_REMOVE = "IMG_ELCL_TERMINATE_AND_REMOVE"; //$NON-NLS-1$
+ String IMG_ELCL_TERMINATE_ALL = "IMG_ELCL_TERMINATE_ALL"; //$NON-NLS-1$
+ String IMG_ELCL_TERMINATE_AND_RELAUNCH = "IMG_ELCL_TERMINATE_AND_RELAUNCH"; //$NON-NLS-1$
+ String IMG_ELCL_TOGGLE_STEP_FILTERS = "IMG_ELCL_TOGGLE_STEP_FILTERS"; //$NON-NLS-1$
+ String IMG_ELCL_STANDARD_OUT = "IMG_ELCL_STANDARD_OUT"; //$NON-NLS-1$
+ String IMG_ELCL_STANDARD_ERR = "IMG_ELCL_STANDARD_ERR"; //$NON-NLS-1$
+ String IMG_ELCL_NEXT_THREAD = "IMG_ELCL_NEXT_THREAD"; //$NON-NLS-1$
+ String IMG_ELCL_PREVIOUS_THREAD = "IMG_ELCL_PREVIOUS_THREAD"; //$NON-NLS-1$
+ String IMG_ELCL_RESTART = "IMG_ELCL_RESTART"; //$NON-NLS-1$
+ String IMG_ELCL_DEBUG_VIEW_COMPACT_LAYOUT = "IMG_ELCL_DEBUG_VIEW_BREADCRUMB_LAYOUT"; //$NON-NLS-1$
+ String IMG_ELCL_EXPORT_CONFIG = "IMG_ELCL_EXPORT_CONFIG"; //$NON-NLS-1$
+
+ String IMG_OBJS_COMMON_TAB = "IMG_OBJS_COMMON_TAB"; //$NON-NLS-1$
+ String IMG_OBJS_REFRESH_TAB = "IMG_OBJS_REFRESH_TAB"; //$NON-NLS-1$
+ String IMG_OBJS_PERSPECTIVE_TAB = "IMG_OBJS_PERSPECTIVE_TAB"; //$NON-NLS-1$
+ String IMG_OBJS_ARRAY_PARTITION = "IMG_OBJS_ARRAY_PARTITION"; //$NON-NLS-1$
+ String IMG_SRC_LOOKUP_TAB = "IMG_SRC_LOOKUP_TAB"; //$NON-NLS-1$
+ String IMG_OBJECT_MEMORY_CHANGED="IMG_OBJECT_MEMORY_CHANGED"; //$NON-NLS-1$
+ String IMG_OBJECT_MEMORY="IMG_OBJECT_MEMORY"; //$NON-NLS-1$
+ String IMG_OBJS_BREAKPOINT_TYPE="IMG_OBJ_BREAKPOINT_TYPE"; //$NON-NLS-1$
+ String IMG_OBJS_LAUNCH_GROUP = "IMG_OBJ_LAUNCH_GROUP"; //$NON-NLS-1$
+ String IMG_OBJS_CHECK = "IMG_OBJS_CHECK"; //$NON-NLS-1$
+ String IMG_OBJS_UNCHECK = "IMG_OBJS_UNCHECK"; //$NON-NLS-1$
+ String IMG_OBJS_PROTO_TAB = "IMG_OBJS_PROTO_TAB"; //$NON-NLS-1$
// wizard images
- public static final String IMG_WIZBAN_IMPORT_BREAKPOINTS = "IMG_WIZBAN_IMPORT_BREAKPOINTS"; //$NON-NLS-1$
- public static final String IMG_WIZBAN_EXPORT_BREAKPOINTS = "IMG_WIZBAN_EXPORT_BREAKPOINTS"; //$NON-NLS-1$
- public static final String IMG_WIZBAN_IMPORT_CONFIGS = "IMG_WIZBAN_IMPORT_CONFIGS"; //$NON-NLS-1$
- public static final String IMG_WIZBAN_EXPORT_CONFIGS = "IMG_WIZBAN_EXPORT_CONFIGS"; //$NON-NLS-1$
- public static final String IMG_ADD_SRC_LOC_WIZ = "IMG_ADD_SRC_LOCATION"; //$NON-NLS-1$
- public static final String IMG_EDIT_SRC_LOC_WIZ = "IMG_EDIT_SRC_LOCATION"; //$NON-NLS-1$
- public static final String IMG_ADD_SRC_DIR_WIZ = "IMG_ADD_SRC_DIRECTORY"; //$NON-NLS-1$
- public static final String IMG_EDIT_SRC_DIR_WIZ = "IMG_EDIT_SRC_DIRECTORY"; //$NON-NLS-1$
+ String IMG_WIZBAN_IMPORT_BREAKPOINTS = "IMG_WIZBAN_IMPORT_BREAKPOINTS"; //$NON-NLS-1$
+ String IMG_WIZBAN_EXPORT_BREAKPOINTS = "IMG_WIZBAN_EXPORT_BREAKPOINTS"; //$NON-NLS-1$
+ String IMG_WIZBAN_IMPORT_CONFIGS = "IMG_WIZBAN_IMPORT_CONFIGS"; //$NON-NLS-1$
+ String IMG_WIZBAN_EXPORT_CONFIGS = "IMG_WIZBAN_EXPORT_CONFIGS"; //$NON-NLS-1$
+ String IMG_ADD_SRC_LOC_WIZ = "IMG_ADD_SRC_LOCATION"; //$NON-NLS-1$
+ String IMG_EDIT_SRC_LOC_WIZ = "IMG_EDIT_SRC_LOCATION"; //$NON-NLS-1$
+ String IMG_ADD_SRC_DIR_WIZ = "IMG_ADD_SRC_DIRECTORY"; //$NON-NLS-1$
+ String IMG_EDIT_SRC_DIR_WIZ = "IMG_EDIT_SRC_DIRECTORY"; //$NON-NLS-1$
// internal preferences
/**
* XML for perspective settings - see PerspectiveManager.
* @since 3.0
*/
- public static final String PREF_LAUNCH_PERSPECTIVES = IDebugUIConstants.PLUGIN_ID + ".PREF_LAUNCH_PERSPECTIVES"; //$NON-NLS-1$
+ String PREF_LAUNCH_PERSPECTIVES = IDebugUIConstants.PLUGIN_ID + ".PREF_LAUNCH_PERSPECTIVES"; //$NON-NLS-1$
/**
* Preference for enabling/disabling launch configuration filtering based on project accessibility status
*
* @since 3.2
*/
- public static final String PREF_FILTER_LAUNCH_CLOSED = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_LAUNCH_CLOSED"; //$NON-NLS-1$
+ String PREF_FILTER_LAUNCH_CLOSED = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_LAUNCH_CLOSED"; //$NON-NLS-1$
/**
* Preference for enabling/disabling launch configuration filtering based on project context
*
* @since 3.2
*/
- public static final String PREF_FILTER_LAUNCH_DELETED = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_LAUNCH_DELETED"; //$NON-NLS-1$
+ String PREF_FILTER_LAUNCH_DELETED = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_LAUNCH_DELETED"; //$NON-NLS-1$
/**
* Preference for enabling/disabling filtering based on selected items from the launch configuration type table
* @since 3.2
*/
- public static final String PREF_FILTER_LAUNCH_TYPES = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_LAUNCH_TYPES"; //$NON-NLS-1$
+ String PREF_FILTER_LAUNCH_TYPES = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_LAUNCH_TYPES"; //$NON-NLS-1$
/**
* Preference that saves which launch configuration types have been checked on the Launch Configurations pref page
* @since 3.2
*/
- public static final String PREF_FILTER_TYPE_LIST = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_TYPE_LIST"; //$NON-NLS-1$
+ String PREF_FILTER_TYPE_LIST = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_TYPE_LIST"; //$NON-NLS-1$
/**
* Preference for filtering launch configurations based on the currently active working sets
* @since 3.2
*/
- public static final String PREF_FILTER_WORKING_SETS = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_WORKING_SETS"; //$NON-NLS-1$
+ String PREF_FILTER_WORKING_SETS = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_WORKING_SETS"; //$NON-NLS-1$
/**
* Transparent overlay image identifier.
*/
- public static final String IMG_OVR_TRANSPARENT = "IMG_OVR_TRANSPARENT"; //$NON-NLS-1$
+ String IMG_OVR_TRANSPARENT = "IMG_OVR_TRANSPARENT"; //$NON-NLS-1$
/**
* Logical Structure overlay image identifier.
*/
- public static final String IMG_OVR_SHOW_LOGICAL_STRUCTURE = "IMG_OVR_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
+ String IMG_OVR_SHOW_LOGICAL_STRUCTURE = "IMG_OVR_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
/**
* Editor Id for the "Source Not Found" editor
*/
- public static final String ID_SOURCE_NOT_FOUND_EDITOR = "org.eclipse.debug.ui.NoSourceFoundEditor"; //$NON-NLS-1$
+ String ID_SOURCE_NOT_FOUND_EDITOR = "org.eclipse.debug.ui.NoSourceFoundEditor"; //$NON-NLS-1$
/**
* Boolean preference indicating if contextual launch options should be visible
@@ -225,7 +224,7 @@ public interface IInternalDebugUIConstants {
* @since 3.3.0
* CONTEXTLAUNCHING
*/
- public static final String PREF_USE_CONTEXTUAL_LAUNCH = IDebugUIConstants.PLUGIN_ID + ".UseContextualLaunch"; //$NON-NLS-1$
+ String PREF_USE_CONTEXTUAL_LAUNCH = IDebugUIConstants.PLUGIN_ID + ".UseContextualLaunch"; //$NON-NLS-1$
/**
* Boolean preference indicating that if the selected resource is not launchable, then we should
@@ -234,7 +233,7 @@ public interface IInternalDebugUIConstants {
* @since 3.3.0
* CONTEXTLAUNCHING
*/
- public static final String PREF_LAUNCH_LAST_IF_NOT_LAUNCHABLE = IDebugUIConstants.PLUGIN_ID + ".LaunchLastIfNotLaunchable"; //$NON-NLS-1$
+ String PREF_LAUNCH_LAST_IF_NOT_LAUNCHABLE = IDebugUIConstants.PLUGIN_ID + ".LaunchLastIfNotLaunchable"; //$NON-NLS-1$
/**
* Boolean preference indicating if we should always consider the parent project when
@@ -243,7 +242,7 @@ public interface IInternalDebugUIConstants {
* @since 3.3.0
* CONTEXTLAUNCHING
*/
- public static final String PREF_LAUNCH_PARENT_PROJECT = IDebugUIConstants.PLUGIN_ID + ".LaunchParentProject"; //$NON-NLS-1$
+ String PREF_LAUNCH_PARENT_PROJECT = IDebugUIConstants.PLUGIN_ID + ".LaunchParentProject"; //$NON-NLS-1$
/**
* Boolean preference indicating if the user should be prompted prior to removing a launch configuration
@@ -251,7 +250,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.4
*/
- public static final String PREF_REMOVE_FROM_LAUNCH_HISTORY = IDebugUIConstants.PLUGIN_ID + ".RemoveFromLaunchHistory"; //$NON-NLS-1$
+ String PREF_REMOVE_FROM_LAUNCH_HISTORY = IDebugUIConstants.PLUGIN_ID + ".RemoveFromLaunchHistory"; //$NON-NLS-1$
/**
* String preference controlling whether editors are saved before launching.
@@ -261,19 +260,19 @@ public interface IInternalDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_SAVE_DIRTY_EDITORS_BEFORE_LAUNCH = IDebugUIConstants.PLUGIN_ID + ".save_dirty_editors_before_launch"; //$NON-NLS-1$
+ String PREF_SAVE_DIRTY_EDITORS_BEFORE_LAUNCH = IDebugUIConstants.PLUGIN_ID + ".save_dirty_editors_before_launch"; //$NON-NLS-1$
/**
* Preference specifying that all launches should be DEBUG_MODE if breakpoints exist in the workspace
* @since 3.0
*/
- public static final String PREF_RELAUNCH_IN_DEBUG_MODE = IDebugUIConstants.PLUGIN_ID + ".relaunch_in_debug_mode"; //$NON-NLS-1$
+ String PREF_RELAUNCH_IN_DEBUG_MODE = IDebugUIConstants.PLUGIN_ID + ".relaunch_in_debug_mode"; //$NON-NLS-1$
/**
* Preference specifying that launches should continue when compile errors exist.
* @since 3.0
*/
- public static final String PREF_CONTINUE_WITH_COMPILE_ERROR = IDebugUIConstants.PLUGIN_ID + ".cancel_launch_with_compile_errors"; //$NON-NLS-1$
+ String PREF_CONTINUE_WITH_COMPILE_ERROR = IDebugUIConstants.PLUGIN_ID + ".cancel_launch_with_compile_errors"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the debugger will force activate the debug
@@ -281,7 +280,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_ACTIVATE_DEBUG_VIEW= IDebugUIConstants.PLUGIN_ID + ".activate_debug_view"; //$NON-NLS-1$
+ String PREF_ACTIVATE_DEBUG_VIEW= IDebugUIConstants.PLUGIN_ID + ".activate_debug_view"; //$NON-NLS-1$
/**
* String preference controlling whether the debugger switching to
@@ -292,7 +291,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_SWITCH_TO_PERSPECTIVE= IDebugUIConstants.PLUGIN_ID + ".switch_to_perspective"; //$NON-NLS-1$
+ String PREF_SWITCH_TO_PERSPECTIVE= IDebugUIConstants.PLUGIN_ID + ".switch_to_perspective"; //$NON-NLS-1$
/**
* String preference controlling whether the debugger switching to
@@ -303,7 +302,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_SWITCH_PERSPECTIVE_ON_SUSPEND= IDebugUIConstants.PLUGIN_ID + ".switch_perspective_on_suspend"; //$NON-NLS-1$
+ String PREF_SWITCH_PERSPECTIVE_ON_SUSPEND= IDebugUIConstants.PLUGIN_ID + ".switch_perspective_on_suspend"; //$NON-NLS-1$
/**
* String preference controlling whether the debugger waits for a currently
@@ -314,36 +313,36 @@ public interface IInternalDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_WAIT_FOR_BUILD= IDebugUIConstants.PLUGIN_ID + ".wait_for_build"; //$NON-NLS-1$
+ String PREF_WAIT_FOR_BUILD= IDebugUIConstants.PLUGIN_ID + ".wait_for_build"; //$NON-NLS-1$
/**
* Font for Memory View
*
* @since 3.0
*/
- public final static String FONT_NAME = IDebugUIConstants.PLUGIN_ID + ".MemoryViewTableFont"; //$NON-NLS-1$
+ String FONT_NAME = IDebugUIConstants.PLUGIN_ID + ".MemoryViewTableFont"; //$NON-NLS-1$
- public final static int ADD_UNIT_PER_LINE = 16; // number of addressable unit per line
- public final static int CHAR_PER_BYTE = 2; // number of characters to represent one byte
+ int ADD_UNIT_PER_LINE = 16; // number of addressable unit per line
+ int CHAR_PER_BYTE = 2; // number of characters to represent one byte
/**
* Memory view's rendering view pane identifier (value <code>"org.eclipse.debug.ui.MemoryView.RenderingViewPane"</code>).
* @since 3.1
*/
- public static String ID_RENDERING_VIEW_PANE = RenderingViewPane.RENDERING_VIEW_PANE_ID;
+ String ID_RENDERING_VIEW_PANE = RenderingViewPane.RENDERING_VIEW_PANE_ID;
/**
* Memory view's memory block tree viewer's identifier. (value <code>"org.eclipse.debug.ui.MemoryView.MemoryBlocksTreeViewPane"</code>).
* @since 3.1
*/
- public static String ID_MEMORY_BLOCK_TREE_VIEWER = MemoryBlocksTreeViewPane.PANE_ID;
+ String ID_MEMORY_BLOCK_TREE_VIEWER = MemoryBlocksTreeViewPane.PANE_ID;
/**
* Memory view image identifier
*
* @since 3.0
* */
- public static final String IMG_CVIEW_MEMORY_VIEW= "IMG_CVIEW_MEMORY_VIEW"; //$NON-NLS-1$
+ String IMG_CVIEW_MEMORY_VIEW= "IMG_CVIEW_MEMORY_VIEW"; //$NON-NLS-1$
/**
@@ -351,7 +350,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.4
* */
- public static final String IMG_CVIEW_MODULES_VIEW= "IMG_CVIEW_MODULES_VIEW"; //$NON-NLS-1$
+ String IMG_CVIEW_MODULES_VIEW= "IMG_CVIEW_MODULES_VIEW"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the debug view tracks
@@ -360,13 +359,13 @@ public interface IInternalDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_TRACK_VIEWS= IDebugUIConstants.PLUGIN_ID + ".track_views"; //$NON-NLS-1$
+ String PREF_TRACK_VIEWS= IDebugUIConstants.PLUGIN_ID + ".track_views"; //$NON-NLS-1$
/**
* Comma separated list of view ids closed by the user, that have view context bindings.
* @since 3.2
*/
- public static final String PREF_USER_VIEW_BINDINGS = IDebugUIConstants.PLUGIN_ID + ".user_view_bindings"; //$NON-NLS-1$
+ String PREF_USER_VIEW_BINDINGS = IDebugUIConstants.PLUGIN_ID + ".user_view_bindings"; //$NON-NLS-1$
/**
* Preference storing memento for the default breakpoint working set in
@@ -374,7 +373,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.1
*/
- public static final String MEMENTO_BREAKPOINT_WORKING_SET_NAME = DebugUIPlugin.getUniqueIdentifier() + ".MEMENTO_BREAKPOINT_WORKING_SET_NAME"; //$NON-NLS-1$
+ String MEMENTO_BREAKPOINT_WORKING_SET_NAME = DebugUIPlugin.getUniqueIdentifier() + ".MEMENTO_BREAKPOINT_WORKING_SET_NAME"; //$NON-NLS-1$
/**
* Breakpoint working set identifier.
@@ -383,15 +382,14 @@ public interface IInternalDebugUIConstants {
* @deprecated There is an API equivalent constant that should be used, see
* {@link IDebugUIConstants#BREAKPOINT_WORKINGSET_ID}
*/
- @Deprecated
- public static final String ID_BREAKPOINT_WORKINGSET = "org.eclipse.debug.ui.breakpointWorkingSet"; //$NON-NLS-1$
+ @Deprecated String ID_BREAKPOINT_WORKINGSET = "org.eclipse.debug.ui.breakpointWorkingSet"; //$NON-NLS-1$
/**
* Address at the beginning of a page in a table rendering.
* @since 3.1
*/
- public static final String PROPERTY_PAGE_START_ADDRESS = "pageStart"; //$NON-NLS-1$
+ String PROPERTY_PAGE_START_ADDRESS = "pageStart"; //$NON-NLS-1$
/**
@@ -400,7 +398,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.2
*/
- public static final String WORKING_SET_NAME = "workingset_name"; //$NON-NLS-1$
+ String WORKING_SET_NAME = "workingset_name"; //$NON-NLS-1$
/**
* This constant is used as a "quick-fix" for the issue of breakpoint to working set
@@ -408,7 +406,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.2
*/
- public static final String WORKING_SET_ID = "workingset_id"; //$NON-NLS-1$
+ String WORKING_SET_ID = "workingset_id"; //$NON-NLS-1$
/**
* Annotation type identifier for annotation of the an instruction
@@ -418,7 +416,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.2
*/
- public static final String ANNOTATION_TYPE_DYNAMIC_INSTRUCTION_POINTER = "org.eclipse.debug.ui.dynamicIP"; //$NON-NLS-1$
+ String ANNOTATION_TYPE_DYNAMIC_INSTRUCTION_POINTER = "org.eclipse.debug.ui.dynamicIP"; //$NON-NLS-1$
/**
* Identifier of the external tool builder launch category. Defined here since
@@ -426,7 +424,7 @@ public interface IInternalDebugUIConstants {
*
* @since 3.4
*/
- public static final String ID_EXTERNAL_TOOL_BUILDER_LAUNCH_CATEGORY = "org.eclipse.ui.externaltools.builder"; //$NON-NLS-1$
+ String ID_EXTERNAL_TOOL_BUILDER_LAUNCH_CATEGORY = "org.eclipse.ui.externaltools.builder"; //$NON-NLS-1$
//themes
@@ -435,28 +433,28 @@ public interface IInternalDebugUIConstants {
*
* @since 3.4
*/
- public static final String THEME_CONSOLE_COLOR_BACKGROUND= "org.eclipse.debug.ui.console.background"; //$NON-NLS-1$
+ String THEME_CONSOLE_COLOR_BACKGROUND= "org.eclipse.debug.ui.console.background"; //$NON-NLS-1$
/**
* Theme color definition for process console standard out.
*
* @since 3.4
*/
- public static final String THEME_CONSOLE_COLOR_STD_OUT= "org.eclipse.debug.ui.console.stream.out"; //$NON-NLS-1$
+ String THEME_CONSOLE_COLOR_STD_OUT= "org.eclipse.debug.ui.console.stream.out"; //$NON-NLS-1$
/**
* Theme color definition for process console standard in.
*
* @since 3.4
*/
- public static final String THEME_CONSOLE_COLOR_STD_IN= "org.eclipse.debug.ui.console.stream.in"; //$NON-NLS-1$
+ String THEME_CONSOLE_COLOR_STD_IN= "org.eclipse.debug.ui.console.stream.in"; //$NON-NLS-1$
/**
* Theme color definition for process console standard err.
*
* @since 3.4
*/
- public static final String THEME_CONSOLE_COLOR_STD_ERR = "org.eclipse.debug.ui.console.stream.err"; //$NON-NLS-1$
+ String THEME_CONSOLE_COLOR_STD_ERR = "org.eclipse.debug.ui.console.stream.err"; //$NON-NLS-1$
/**
@@ -465,27 +463,27 @@ public interface IInternalDebugUIConstants {
*
* @since 3.11
*/
- public static final String PREF_TERMINATE_AND_RELAUNCH_LAUNCH_ACTION = IDebugUIConstants.PLUGIN_ID + ".RelaunchAndTerminateLaunchAction"; //$NON-NLS-1$
+ String PREF_TERMINATE_AND_RELAUNCH_LAUNCH_ACTION = IDebugUIConstants.PLUGIN_ID + ".RelaunchAndTerminateLaunchAction"; //$NON-NLS-1$
/**
* Int preference indicating the sorting order of breakpoints
*
* @since 3.12
*/
- public static final String PREF_BREAKPOINT_SORTING_ORDER = IDebugUIConstants.PLUGIN_ID + ".BreakpointSortingOrder"; //$NON-NLS-1$
+ String PREF_BREAKPOINT_SORTING_ORDER = IDebugUIConstants.PLUGIN_ID + ".BreakpointSortingOrder"; //$NON-NLS-1$
/**
* Int indicating the breakpoints will be sorted by name
*
* @since 3.12
*/
- public static final int BREAKPOINT_SORTING_ORDER_NAME = 0;
+ int BREAKPOINT_SORTING_ORDER_NAME = 0;
/**
* Int indicating the breakpoints will be sorted by Creation Time
*
* @since 3.12
*/
- public static final int BREAKPOINT_SORTING_ORDER_CREATION_TIME = 1;
+ int BREAKPOINT_SORTING_ORDER_CREATION_TIME = 1;
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchHistoryChangedListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchHistoryChangedListener.java
index fee755caf..3e1fa8988 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchHistoryChangedListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchHistoryChangedListener.java
@@ -24,5 +24,5 @@ public interface ILaunchHistoryChangedListener {
* or last launched items could have changed. To examine the history items, retrieve them
* from the <code>DebugUIPlugin</code>.
*/
- public void launchHistoryChanged();
+ void launchHistoryChanged();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchLabelChangedListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchLabelChangedListener.java
index 557f8b27a..47c874520 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchLabelChangedListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ILaunchLabelChangedListener.java
@@ -29,11 +29,11 @@ public interface ILaunchLabelChangedListener {
* This method is called back to by <code>LaunchingResourceManager</code> iff the cache of labels
* for the current set of listeners has changed
*/
- public void labelChanged();
+ void labelChanged();
/**
* Returns the launch group that this listener is associated with.
* @return the launch group that this listener is associated with, or <code>null</code> if none
*/
- public ILaunchGroup getLaunchGroup();
+ ILaunchGroup getLaunchGroup();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointContainer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointContainer.java
index faf6824ac..6bfd6fcc1 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointContainer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointContainer.java
@@ -28,13 +28,13 @@ public interface IBreakpointContainer {
/**
* Returns the breakpoint organizer that this container uses.
*/
- public IBreakpointOrganizer getOrganizer();
+ IBreakpointOrganizer getOrganizer();
/**
* Returns the breakpoint category that this container is based on.
* @return
*/
- public IAdaptable getCategory();
+ IAdaptable getCategory();
/**
* Returns whether this breakpoint container contains the given breakpoint.
@@ -43,10 +43,10 @@ public interface IBreakpointContainer {
* @return Returns <code>true</code> if this container contains the
* given breakpoint.
*/
- public boolean contains(IBreakpoint breakpoint);
+ boolean contains(IBreakpoint breakpoint);
/**
* Returns the array of breakpoints in this container.
*/
- public IBreakpoint[] getBreakpoints();
+ IBreakpoint[] getBreakpoints();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointOrganizer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointOrganizer.java
index e10fa52ed..451094d98 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointOrganizer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointOrganizer.java
@@ -35,21 +35,21 @@ public interface IBreakpointOrganizer extends IBreakpointOrganizerDelegate {
*
* @return a label for this breakpoint organizer
*/
- public String getLabel();
+ String getLabel();
/**
* Returns an image descriptor for this breakpoint organizer or <code>null</code>.
*
* @return an image descriptor for this breakpoint organizer or <code>null</code>
*/
- public ImageDescriptor getImageDescriptor();
+ ImageDescriptor getImageDescriptor();
/**
* Returns a unique identifier for this breakpoint organizer.
*
* @return a unique identifier for this breakpoint organizer
*/
- public String getIdentifier();
+ String getIdentifier();
/**
* Returns the label for breakpoints that do not fall into a category
@@ -58,6 +58,6 @@ public interface IBreakpointOrganizer extends IBreakpointOrganizerDelegate {
* @return label for breakpoints that do not fall into a category
* for this organizer
*/
- public String getOthersLabel();
+ String getOthersLabel();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointUIConstants.java
index 259932301..4e0c0580a 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointUIConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/breakpoints/provisional/IBreakpointUIConstants.java
@@ -24,7 +24,7 @@ public interface IBreakpointUIConstants {
*
* @see org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext#getProperty(String)
*/
- public static final String PROP_BREAKPOINTS_ORGANIZERS = "BreakpointOrganizers"; //$NON-NLS-1$
+ String PROP_BREAKPOINTS_ORGANIZERS = "BreakpointOrganizers"; //$NON-NLS-1$
/**
* Breakpoints presentation context property used to retrieve a flag
@@ -36,7 +36,7 @@ public interface IBreakpointUIConstants {
*
* @see org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext#getProperty(String)
*/
- public static final String PROP_BREAKPOINTS_FILTER_SELECTION = "FilterSelection"; //$NON-NLS-1$
+ String PROP_BREAKPOINTS_FILTER_SELECTION = "FilterSelection"; //$NON-NLS-1$
/**
* Breakpoints presentation context property used to retrieve a flag
@@ -48,7 +48,7 @@ public interface IBreakpointUIConstants {
*
* @see org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext#getProperty(String)
*/
- public static final String PROP_BREAKPOINTS_TRACK_SELECTION = "TrackSelection"; //$NON-NLS-1$
+ String PROP_BREAKPOINTS_TRACK_SELECTION = "TrackSelection"; //$NON-NLS-1$
/**
* Breakpoints presentation context property used to retrieve a
@@ -58,8 +58,8 @@ public interface IBreakpointUIConstants {
*
* @see org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext#getProperty(String)
*/
- public static final String PROP_BREAKPOINTS_ELEMENT_COMPARATOR = "ElementComparator"; //$NON-NLS-1$
+ String PROP_BREAKPOINTS_ELEMENT_COMPARATOR = "ElementComparator"; //$NON-NLS-1$
- public static final String PROP_BREAKPOINTS_ELEMENT_COMPARATOR_SORT = "ElementComparatorSort"; //$NON-NLS-1$
+ String PROP_BREAKPOINTS_ELEMENT_COMPARATOR_SORT = "ElementComparatorSort"; //$NON-NLS-1$
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/ICommandParticipant.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/ICommandParticipant.java
index 0d33b0727..677d960e4 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/ICommandParticipant.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/ICommandParticipant.java
@@ -19,5 +19,5 @@ import org.eclipse.debug.core.IRequest;
*/
public interface ICommandParticipant {
- public void requestDone(IRequest request);
+ void requestDone(IRequest request);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/IEnabledTarget.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/IEnabledTarget.java
index 37533e57b..b2b2da425 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/IEnabledTarget.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/IEnabledTarget.java
@@ -14,5 +14,5 @@ package org.eclipse.debug.internal.ui.commands.actions;
*
*/
public interface IEnabledTarget {
- public void setEnabled(boolean enabled);
+ void setEnabled(boolean enabled);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/IImportExportConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/IImportExportConstants.java
index 4faf07927..9288566d6 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/IImportExportConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/IImportExportConstants.java
@@ -35,7 +35,7 @@ public interface IImportExportConstants {
* @see WizardImportBreakpointsPage
*
*/
- public static final String IE_NODE_BREAKPOINTS = "breakpoints"; //$NON-NLS-1$
+ String IE_NODE_BREAKPOINTS = "breakpoints"; //$NON-NLS-1$
/**
* The name of the node type for each of the imported or exported breakpoints
@@ -43,7 +43,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_BREAKPOINT = "breakpoint"; //$NON-NLS-1$
+ String IE_NODE_BREAKPOINT = "breakpoint"; //$NON-NLS-1$
/**
* <p>
@@ -55,7 +55,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_VALUE = "value"; //$NON-NLS-1$
+ String IE_NODE_VALUE = "value"; //$NON-NLS-1$
/**
* Each breakpoint has an associated resource, which is described with this element
@@ -64,7 +64,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_RESOURCE = "resource"; //$NON-NLS-1$
+ String IE_NODE_RESOURCE = "resource"; //$NON-NLS-1$
/**
* To validate the resource when filtering importable breakpoints we need to know its path.
@@ -73,7 +73,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_PATH = "path"; //$NON-NLS-1$
+ String IE_NODE_PATH = "path"; //$NON-NLS-1$
/**
* To filter the type of path searched for within the workspace to allow for the filtering of
@@ -84,7 +84,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_TYPE = "type"; //$NON-NLS-1$
+ String IE_NODE_TYPE = "type"; //$NON-NLS-1$
/**
* The name for the marker node in the corresponding XMLMemento
@@ -92,7 +92,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_MARKER = "marker"; //$NON-NLS-1$
+ String IE_NODE_MARKER = "marker"; //$NON-NLS-1$
/**
* The name for a marker attribute node in the corresponding XMLMemento
@@ -100,7 +100,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_ATTRIB = "attrib"; //$NON-NLS-1$
+ String IE_NODE_ATTRIB = "attrib"; //$NON-NLS-1$
/**
* The generalized name for the "name" node used in marker attribute nodes.
@@ -110,7 +110,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_NODE_NAME = "name"; //$NON-NLS-1$
+ String IE_NODE_NAME = "name"; //$NON-NLS-1$
/**
* The name of the enabled attribute, which is part of the breakpoint node information
@@ -118,7 +118,7 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_BP_ENABLED = "enabled"; //$NON-NLS-1$
+ String IE_BP_ENABLED = "enabled"; //$NON-NLS-1$
/**
* The name of the registered attribute, which is part of the breakpoint node information
@@ -126,25 +126,25 @@ public interface IImportExportConstants {
* @see WizardExportBreakpointsPage
* @see WizardImportBreakpointsPage
*/
- public static final String IE_BP_REGISTERED = "registered"; //$NON-NLS-1$
+ String IE_BP_REGISTERED = "registered"; //$NON-NLS-1$
/**
* The name of the persistent attribute for breakpoint information
*/
- public static final String IE_BP_PERSISTANT = "persistant"; //$NON-NLS-1$
+ String IE_BP_PERSISTANT = "persistant"; //$NON-NLS-1$
/**
* The default file extension for breakpoint export files
*/
- public static final String EXTENSION = "bkpt"; //$NON-NLS-1$
+ String EXTENSION = "bkpt"; //$NON-NLS-1$
/**
* the charstart attribute from a marker
*/
- public static final String CHARSTART = "charStart"; //$NON-NLS-1$
+ String CHARSTART = "charStart"; //$NON-NLS-1$
/**
* The delimiter for the listing of working sets that a marker belongs to
*/
- public static final String DELIMITER = "<;#>"; //$NON-NLS-1$
+ String DELIMITER = "<;#>"; //$NON-NLS-1$
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/AbstractLaunchConfigurationAction.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/AbstractLaunchConfigurationAction.java
index 1559bebfa..f6824a05b 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/AbstractLaunchConfigurationAction.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/AbstractLaunchConfigurationAction.java
@@ -38,7 +38,7 @@ public abstract class AbstractLaunchConfigurationAction extends SelectionListene
*
* @return whether this action should proceed
*/
- public boolean getConfirmation();
+ boolean getConfirmation();
}
/**
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryBlockConnection.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryBlockConnection.java
index 9f45eec92..9c018605f 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryBlockConnection.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryBlockConnection.java
@@ -23,5 +23,5 @@ public interface IMemoryBlockConnection {
/**
* Update the content of a memory block in a connection.
*/
- public void update();
+ void update();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryRenderingUpdater.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryRenderingUpdater.java
index f667d5a38..4e4f0093a 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryRenderingUpdater.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryRenderingUpdater.java
@@ -35,6 +35,6 @@ public interface IMemoryRenderingUpdater extends IMemoryBlockExtension {
/**
* @return true if the updater will manage the update of a rendering
*/
- public boolean supportsManagedUpdate(IMemoryRendering rendering);
+ boolean supportsManagedUpdate(IMemoryRendering rendering);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IPersistableDebugElement.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IPersistableDebugElement.java
index 973c97726..ae1680854 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IPersistableDebugElement.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IPersistableDebugElement.java
@@ -26,7 +26,7 @@ public interface IPersistableDebugElement {
* @return the value of the specified property
* @throws CoreException when an error has occurred getting this property
*/
- public Object getProperty(Object context, String propertyId) throws CoreException;
+ Object getProperty(Object context, String propertyId) throws CoreException;
/**
* Sets the property with the specified propertyId. Clients are expected
@@ -36,7 +36,7 @@ public interface IPersistableDebugElement {
* @param value is the value of the property
* @throws CoreException when an error has occurred setting this property
*/
- public void setProperty(Object context, String propertyId, Object value) throws CoreException;
+ void setProperty(Object context, String propertyId, Object value) throws CoreException;
/**
* @param context is the contex who is asking if this property is supported
@@ -44,6 +44,6 @@ public interface IPersistableDebugElement {
* @return true if the peristable debug element wishes to handle persistence of
* the specified property.
*/
- public boolean supportsProperty(Object context, String propertyId);
+ boolean supportsProperty(Object context, String propertyId);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementLabelProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementLabelProvider.java
index 78134aa0c..fefac8771 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementLabelProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementLabelProvider.java
@@ -50,7 +50,7 @@ public abstract class ElementLabelProvider implements IElementLabelProvider {
* @param updates updates
* @return whether the updates were queued
*/
- public boolean queue(ILabelUpdate[] updates);
+ boolean queue(ILabelUpdate[] updates);
}
/**
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java
index 45fd9cd0f..a1df60428 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java
@@ -32,55 +32,53 @@ public interface IDebugPreferenceConstants {
* The symbolic names for colors for displaying the content in the Console
* @see org.eclipse.jface.resource.ColorRegistry
*/
- public static final String CONSOLE_SYS_ERR_COLOR= "org.eclipse.debug.ui.errorColor"; //$NON-NLS-1$
- public static final String CONSOLE_SYS_OUT_COLOR= "org.eclipse.debug.ui.outColor"; //$NON-NLS-1$
- public static final String CONSOLE_SYS_IN_COLOR= "org.eclipse.debug.ui.inColor"; //$NON-NLS-1$
- public static final String CONSOLE_BAKGROUND_COLOR= "org.eclipse.debug.ui.consoleBackground"; //$NON-NLS-1$
+ String CONSOLE_SYS_ERR_COLOR= "org.eclipse.debug.ui.errorColor"; //$NON-NLS-1$
+ String CONSOLE_SYS_OUT_COLOR= "org.eclipse.debug.ui.outColor"; //$NON-NLS-1$
+ String CONSOLE_SYS_IN_COLOR= "org.eclipse.debug.ui.inColor"; //$NON-NLS-1$
+ String CONSOLE_BAKGROUND_COLOR= "org.eclipse.debug.ui.consoleBackground"; //$NON-NLS-1$
/**
* @deprecated use IDebugUIConstants.PREF_MEMORY_HISTORY_UNKNOWN_COLOR instead
*/
- @Deprecated
- public static final String MEMORY_VIEW_UNBUFFERED_LINE_COLOR = IDebugUIConstants.PLUGIN_ID + ".MemoryViewLineColor"; //$NON-NLS-1$
+ @Deprecated String MEMORY_VIEW_UNBUFFERED_LINE_COLOR = IDebugUIConstants.PLUGIN_ID + ".MemoryViewLineColor"; //$NON-NLS-1$
/**
* @deprecated use IDebugUIConstants.PREF_MEMORY_HISTORY_KNOWN_COLOR instead
*/
- @Deprecated
- public static final String MEMORY_VIEW_BUFFERED_LINE_COLOR = IDebugUIConstants.PLUGIN_ID + ".MemoryViewBufferedLineColor"; //$NON-NLS-1$
+ @Deprecated String MEMORY_VIEW_BUFFERED_LINE_COLOR = IDebugUIConstants.PLUGIN_ID + ".MemoryViewBufferedLineColor"; //$NON-NLS-1$
/**
* (boolean) Whether or not the text in the console will wrap
*/
- public static final String CONSOLE_WRAP= "Console.wrap"; //$NON-NLS-1$
+ String CONSOLE_WRAP= "Console.wrap"; //$NON-NLS-1$
/**
* (int) The maximum console character width, if wrapping.
*/
- public static final String CONSOLE_WIDTH = "Console.width"; //$NON-NLS-1$
+ String CONSOLE_WIDTH = "Console.width"; //$NON-NLS-1$
/**
* (boolean) Whether or not the console view will enable auto scroll lock
*/
- public static final String CONSOLE_AUTO_SCROLL_LOCK = "DEBUG.autoScrollLock"; //$NON-NLS-1$
+ String CONSOLE_AUTO_SCROLL_LOCK = "DEBUG.autoScrollLock"; //$NON-NLS-1$
/**
* (boolean) Whether or not the console view is shown
* when there is program output.
*/
- public static final String CONSOLE_OPEN_ON_OUT= "DEBUG.consoleOpenOnOut"; //$NON-NLS-1$
+ String CONSOLE_OPEN_ON_OUT= "DEBUG.consoleOpenOnOut"; //$NON-NLS-1$
/**
* (boolean) Whether or not the console view is shown
* when there is program error.
*/
- public static final String CONSOLE_OPEN_ON_ERR= "DEBUG.consoleOpenOnErr"; //$NON-NLS-1$
+ String CONSOLE_OPEN_ON_ERR= "DEBUG.consoleOpenOnErr"; //$NON-NLS-1$
/**
* Console buffer high and low water marks
*/
- public static final String CONSOLE_LIMIT_CONSOLE_OUTPUT = "Console.limitConsoleOutput"; //$NON-NLS-1$
- public static final String CONSOLE_LOW_WATER_MARK = "Console.lowWaterMark"; //$NON-NLS-1$
- public static final String CONSOLE_HIGH_WATER_MARK = "Console.highWaterMark"; //$NON-NLS-1$
+ String CONSOLE_LIMIT_CONSOLE_OUTPUT = "Console.limitConsoleOutput"; //$NON-NLS-1$
+ String CONSOLE_LOW_WATER_MARK = "Console.lowWaterMark"; //$NON-NLS-1$
+ String CONSOLE_HIGH_WATER_MARK = "Console.highWaterMark"; //$NON-NLS-1$
/**
* Integer preference specifying the number of spaces composing a
@@ -88,22 +86,22 @@ public interface IDebugPreferenceConstants {
*
* @since 3.0
*/
- public static final String CONSOLE_TAB_WIDTH= "Console.console_tab_width"; //$NON-NLS-1$
+ String CONSOLE_TAB_WIDTH= "Console.console_tab_width"; //$NON-NLS-1$
/**
* The orientation of the detail view in the VariablesView
*/
- public static final String VARIABLES_DETAIL_PANE_ORIENTATION = "Variables.detail.orientation"; //$NON-NLS-1$
- public static final String EXPRESSIONS_DETAIL_PANE_ORIENTATION = "Expressions.detail.orientation"; //$NON-NLS-1$
- public static final String REGISTERS_DETAIL_PANE_ORIENTATION = "Registers.detail.orientation"; //$NON-NLS-1$
- public static final String MODULES_DETAIL_PANE_ORIENTATION = "Modules.detail.orientation"; //$NON-NLS-1$
- public static final String BREAKPOINTS_DETAIL_PANE_ORIENTATION = "Breakpoints.detail.orientation"; //$NON-NLS-1$
- public static final String VARIABLES_DETAIL_PANE_RIGHT = "Variables.detail.orientation.right"; //$NON-NLS-1$
- public static final String VARIABLES_DETAIL_PANE_UNDERNEATH = "Variables.detail.orientation.underneath"; //$NON-NLS-1$
- public static final String VARIABLES_DETAIL_PANE_HIDDEN = "Variables.detail.orientation.hidden"; //$NON-NLS-1$
- public static final String VARIABLES_DETAIL_PANE_AUTO = "Variables.detail.orientation.auto"; //$NON-NLS-1$
+ String VARIABLES_DETAIL_PANE_ORIENTATION = "Variables.detail.orientation"; //$NON-NLS-1$
+ String EXPRESSIONS_DETAIL_PANE_ORIENTATION = "Expressions.detail.orientation"; //$NON-NLS-1$
+ String REGISTERS_DETAIL_PANE_ORIENTATION = "Registers.detail.orientation"; //$NON-NLS-1$
+ String MODULES_DETAIL_PANE_ORIENTATION = "Modules.detail.orientation"; //$NON-NLS-1$
+ String BREAKPOINTS_DETAIL_PANE_ORIENTATION = "Breakpoints.detail.orientation"; //$NON-NLS-1$
+ String VARIABLES_DETAIL_PANE_RIGHT = "Variables.detail.orientation.right"; //$NON-NLS-1$
+ String VARIABLES_DETAIL_PANE_UNDERNEATH = "Variables.detail.orientation.underneath"; //$NON-NLS-1$
+ String VARIABLES_DETAIL_PANE_HIDDEN = "Variables.detail.orientation.hidden"; //$NON-NLS-1$
+ String VARIABLES_DETAIL_PANE_AUTO = "Variables.detail.orientation.auto"; //$NON-NLS-1$
/**
* Memento for the last selected launch config in the
@@ -111,13 +109,12 @@ public interface IDebugPreferenceConstants {
*
* @deprecated no longer supported
*/
- @Deprecated
- public static final String PREF_LAST_LAUNCH_CONFIGURATION_SELECTION = IDebugUIConstants.PLUGIN_ID + ".lastLaunchConfigSelection"; //$NON-NLS-1$
+ @Deprecated String PREF_LAST_LAUNCH_CONFIGURATION_SELECTION = IDebugUIConstants.PLUGIN_ID + ".lastLaunchConfigSelection"; //$NON-NLS-1$
/**
* The maximum size of the launch history list
*/
- public static int MAX_LAUNCH_HISTORY_SIZE= 40;
+ int MAX_LAUNCH_HISTORY_SIZE= 40;
/**
* Boolean preference controlling whether the text in the detail panes is
@@ -126,21 +123,21 @@ public interface IDebugPreferenceConstants {
*
* @since 2.1
*/
- public static final String PREF_DETAIL_PANE_WORD_WRAP = IDebugUIConstants.PLUGIN_ID + ".detail_pane_word_wrap"; //$NON-NLS-1$
+ String PREF_DETAIL_PANE_WORD_WRAP = IDebugUIConstants.PLUGIN_ID + ".detail_pane_word_wrap"; //$NON-NLS-1$
/**
* Column size preference for the Memory View
*
* @since 3.0
*/
- public static final String PREF_COLUMN_SIZE = "org.eclipse.debug.ui.memory.columnSize"; //$NON-NLS-1$
+ String PREF_COLUMN_SIZE = "org.eclipse.debug.ui.memory.columnSize"; //$NON-NLS-1$
/**
* Default column size for the Memory View
*
* @since 3.0
*/
- public static final int PREF_COLUMN_SIZE_DEFAULT = 4;
+ int PREF_COLUMN_SIZE_DEFAULT = 4;
/**
@@ -148,20 +145,20 @@ public interface IDebugPreferenceConstants {
*
* @since 3.2
*/
- public static final String PREF_ROW_SIZE = "org.eclipse.debug.ui.memory.rowSize"; //$NON-NLS-1$
+ String PREF_ROW_SIZE = "org.eclipse.debug.ui.memory.rowSize"; //$NON-NLS-1$
/**
* Default row size for the Memory View
*
* @since 3.2
*/
- public static final int PREF_ROW_SIZE_DEFAULT = 16;
+ int PREF_ROW_SIZE_DEFAULT = 16;
/**
* Stores the boolean preference of whether to prompt when removing all breakpoints.
* @since 3.3
*/
- public static final String PREF_PROMPT_REMOVE_ALL_BREAKPOINTS = IDebugUIConstants.PLUGIN_ID + ".remove_all_breakpoints_prompt"; //$NON-NLS-1$
+ String PREF_PROMPT_REMOVE_ALL_BREAKPOINTS = IDebugUIConstants.PLUGIN_ID + ".remove_all_breakpoints_prompt"; //$NON-NLS-1$
/**
* Stores the boolean preference of whether to prompt when removing all
@@ -169,40 +166,40 @@ public interface IDebugPreferenceConstants {
*
* @since 3.11
*/
- public static final String PREF_PROMPT_REMOVE_ALL_TRIGGER_BREAKPOINTS = IDebugUIConstants.PLUGIN_ID + ".remove_all_trigger_breakpoints_prompt"; //$NON-NLS-1$
+ String PREF_PROMPT_REMOVE_ALL_TRIGGER_BREAKPOINTS = IDebugUIConstants.PLUGIN_ID + ".remove_all_trigger_breakpoints_prompt"; //$NON-NLS-1$
/**
* stores the boolean preference of whether or not to prompt when removing all of the breakpoints
* from a breakpoints container.
* @since 3.3
*/
- public static final String PREF_PROMPT_REMOVE_BREAKPOINTS_FROM_CONTAINER = IDebugUIConstants.PLUGIN_ID + ".remove_breakpoints_from_container_prompt"; //$NON-NLS-1$
+ String PREF_PROMPT_REMOVE_BREAKPOINTS_FROM_CONTAINER = IDebugUIConstants.PLUGIN_ID + ".remove_breakpoints_from_container_prompt"; //$NON-NLS-1$
/**
* Stores the boolean preference of whether to prompt when removing all expressions.
* @since 3.5
*/
- public static final String PREF_PROMPT_REMOVE_ALL_EXPRESSIONS = IDebugUIConstants.PLUGIN_ID + ".remove_all_expressions_prompt"; //$NON-NLS-1$
+ String PREF_PROMPT_REMOVE_ALL_EXPRESSIONS = IDebugUIConstants.PLUGIN_ID + ".remove_all_expressions_prompt"; //$NON-NLS-1$
/**
* Default padded string for renderings
*
* @since 3.1
*/
- public static final String PREF_PADDED_STR_DEFAULT = "??"; //$NON-NLS-1$
+ String PREF_PADDED_STR_DEFAULT = "??"; //$NON-NLS-1$
/**
* Default ASCII code page if ASCII code page preference is not set.
* @since 3.1
*/
- public static final String DEFAULT_ASCII_CP = "CP1252"; //$NON-NLS-1$
+ String DEFAULT_ASCII_CP = "CP1252"; //$NON-NLS-1$
/**
* Default EBCDIC code page if EBCDIC code page preference is not set.
* @since 3.1
*/
- public static final String DEFAULT_EBCDIC_CP = "CP037"; //$NON-NLS-1$
+ String DEFAULT_EBCDIC_CP = "CP037"; //$NON-NLS-1$
/**
* Preference to determine if table rendering should dynamically load
@@ -210,7 +207,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.1
*/
- public static final String PREF_DYNAMIC_LOAD_MEM = "org.eclpise.debug.ui.memory.dynamicLoad"; //$NON-NLS-1$
+ String PREF_DYNAMIC_LOAD_MEM = "org.eclpise.debug.ui.memory.dynamicLoad"; //$NON-NLS-1$
/**
@@ -218,7 +215,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.1
*/
- public static final String PREF_TABLE_RENDERING_PAGE_SIZE = "org.eclispe.debug.ui.memory.pageSize"; //$NON-NLS-1$
+ String PREF_TABLE_RENDERING_PAGE_SIZE = "org.eclispe.debug.ui.memory.pageSize"; //$NON-NLS-1$
/**
* Default page size when dynamic loading mode is off. This preference is stored
@@ -226,7 +223,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.1
*/
- public static final int DEFAULT_PAGE_SIZE = 20;
+ int DEFAULT_PAGE_SIZE = 20;
/**
* Preference for defining behavior when resetting a memory monitor.
* Possible values:
@@ -235,7 +232,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.2
*/
- public static final String PREF_RESET_MEMORY_BLOCK = IDebugUIConstants.PLUGIN_ID + ".reset_memory_block"; //$NON-NLS-1$
+ String PREF_RESET_MEMORY_BLOCK = IDebugUIConstants.PLUGIN_ID + ".reset_memory_block"; //$NON-NLS-1$
/**
* Constant to indicate that the memory view will reset all memory renderings when the reset
@@ -243,7 +240,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.2
*/
- public static final String RESET_ALL = IDebugUIConstants.PLUGIN_ID + "resetMemoryBlock.all"; //$NON-NLS-1$
+ String RESET_ALL = IDebugUIConstants.PLUGIN_ID + "resetMemoryBlock.all"; //$NON-NLS-1$
/**
@@ -252,7 +249,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.2
*/
- public static final String RESET_VISIBLE = IDebugUIConstants.PLUGIN_ID + "resetMemoryBlock.visible"; //$NON-NLS-1$
+ String RESET_VISIBLE = IDebugUIConstants.PLUGIN_ID + "resetMemoryBlock.visible"; //$NON-NLS-1$
/**
* Preference identifier for the row size in a table rendering.
@@ -266,7 +263,7 @@ public interface IDebugPreferenceConstants {
*
* @since 3.2
*/
- public static final String PREF_ROW_SIZE_BY_MODEL = "org.eclipse.debug.ui.AbstractTableRendering.rowSize"; //$NON-NLS-1$
+ String PREF_ROW_SIZE_BY_MODEL = "org.eclipse.debug.ui.AbstractTableRendering.rowSize"; //$NON-NLS-1$
/**
* Preference identifier for the column size in a table rendering.
* This preference is expected to be saved by an <code>IPersistableDebugElement</code>.
@@ -279,45 +276,45 @@ public interface IDebugPreferenceConstants {
*
* @since 3.2
*/
- public static final String PREF_COL_SIZE_BY_MODEL = "org.eclipse.debug.ui.AbstractTableRendering.colSize"; //$NON-NLS-1$
+ String PREF_COL_SIZE_BY_MODEL = "org.eclipse.debug.ui.AbstractTableRendering.colSize"; //$NON-NLS-1$
/**
* Number of lines to preload before the visible region in the table rendering
*
* @since 3.3
*/
- public static final String PREF_TABLE_RENDERING_PRE_BUFFER_SIZE = "org.eclispe.debug.ui.memory.preBufferSize"; //$NON-NLS-1$
+ String PREF_TABLE_RENDERING_PRE_BUFFER_SIZE = "org.eclispe.debug.ui.memory.preBufferSize"; //$NON-NLS-1$
/**
* Number of lines to preload after the visible region in the table rendering
*
* @since 3.3
*/
- public static final String PREF_TABLE_RENDERING_POST_BUFFER_SIZE = "org.eclispe.debug.ui.memory.postBufferSize"; //$NON-NLS-1$
+ String PREF_TABLE_RENDERING_POST_BUFFER_SIZE = "org.eclispe.debug.ui.memory.postBufferSize"; //$NON-NLS-1$
/**
* The layout mode in Debug view.
*
* @since 3.5
*/
- public static final String DEBUG_VIEW_MODE = "org.eclispe.debug.ui.Debug_view.mode"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_MODE_AUTO = "Debug_view.mode.auto"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_MODE_COMPACT = "Debug_view.mode.compact"; //$NON-NLS-1$
- public static final String DEBUG_VIEW_MODE_FULL = "Debug_view.mode.full"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE = "org.eclispe.debug.ui.Debug_view.mode"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE_AUTO = "Debug_view.mode.auto"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE_COMPACT = "Debug_view.mode.compact"; //$NON-NLS-1$
+ String DEBUG_VIEW_MODE_FULL = "Debug_view.mode.full"; //$NON-NLS-1$
/**
* Preference whether to auto-expand in the breadcrumb drop-down viewers.
*
* @since 3.5
*/
- public static final String DEBUG_VIEW_BREADCRUMB_AUTO_EXPAND_DROP_DOWN = "org.eclispe.debug.ui.Debug_view.Breadcrumb.dropDownAutoexpand"; //$NON-NLS-1$
+ String DEBUG_VIEW_BREADCRUMB_AUTO_EXPAND_DROP_DOWN = "org.eclispe.debug.ui.Debug_view.Breadcrumb.dropDownAutoexpand"; //$NON-NLS-1$
/**
* Perspectives in which the debug toolbar is hidden.
*
* @since 3.8
*/
- public static final String DEBUG_VIEW_TOOLBAR_HIDDEN_PERSPECTIVES = "org.eclispe.debug.ui.Debug_view.debug_toolbar_hidden_perspectives"; //$NON-NLS-1$
+ String DEBUG_VIEW_TOOLBAR_HIDDEN_PERSPECTIVES = "org.eclispe.debug.ui.Debug_view.debug_toolbar_hidden_perspectives"; //$NON-NLS-1$
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/ILabelResult.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/ILabelResult.java
index 6d0db0337..ef4e69e16 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/ILabelResult.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/ILabelResult.java
@@ -26,33 +26,33 @@ public interface ILabelResult {
*
* @return
*/
- public String[] getLabels();
+ String[] getLabels();
/**
* Returns the images for the element.
*
* @return
*/
- public Image[] getImages();
+ Image[] getImages();
/**
* Returns the element the label is for.
*
* @return
*/
- public Object getElement();
+ Object getElement();
/**
* Returns the path to the element in the tree.
*
* @return
*/
- public TreePath getTreePath();
+ TreePath getTreePath();
/**
* Returns this element's depth in the tree.
*
* @return
*/
- public int getDepth();
+ int getDepth();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/IBreadcrumbDropDownSite.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/IBreadcrumbDropDownSite.java
index eb1004a7b..bd692a269 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/IBreadcrumbDropDownSite.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/IBreadcrumbDropDownSite.java
@@ -25,16 +25,16 @@ public interface IBreadcrumbDropDownSite {
* viewer.
* @param selection Selection to set to breadcrumb.
*/
- public void notifySelection(ISelection selection);
+ void notifySelection(ISelection selection);
/**
* Notifies the breadcrumb that the drop-down viewer should be closed.
*/
- public void close();
+ void close();
/**
* Notifies the breadcrumb that the drop-down viewer's contents have
* changed and viewer shell should be adjusted for the new size.
*/
- public void updateSize();
+ void updateSize();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/IInternalTreeModelViewer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/IInternalTreeModelViewer.java
index 0b66433e4..b19363ee6 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/IInternalTreeModelViewer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/IInternalTreeModelViewer.java
@@ -35,15 +35,14 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @return an array of viewer filters
* @see org.eclipse.jface.viewers.StructuredViewer#setFilters(ViewerFilter[])
*/
- @Override
- public ViewerFilter[] getFilters();
+ @Override ViewerFilter[] getFilters();
/**
* Reveals the given element in the viewer.
* @param path Path to the element's parent.
* @param index Index of the element to be revealed.
*/
- public void reveal(TreePath path, int index);
+ void reveal(TreePath path, int index);
/**
* Triggers an update of the given element's state. If multiple instances
@@ -51,7 +50,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
*
* @param element Element to update.
*/
- public void update(Object element);
+ void update(Object element);
/**
* Sets the given object to be the element at the given index of the given parent.
@@ -64,7 +63,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param element Element object.
* @noreference This method is not intended to be referenced by clients.
*/
- public void replace(Object parentOrTreePath, final int index, Object element);
+ void replace(Object parentOrTreePath, final int index, Object element);
/**
* Set the number of children of the given element or tree path. To set the
@@ -78,7 +77,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param count new value
* @noreference This method is not intended to be referenced by clients.
*/
- public void setChildCount(final Object elementOrTreePath, final int count);
+ void setChildCount(final Object elementOrTreePath, final int count);
/**
* Inform the viewer about whether the given element or tree path has
@@ -92,7 +91,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param hasChildren new value.
* @noreference This method is not intended to be referenced by clients.
*/
- public void setHasChildren(final Object elementOrTreePath, final boolean hasChildren);
+ void setHasChildren(final Object elementOrTreePath, final boolean hasChildren);
/**
* Performs auto expand on an element at the specified path if the auto expand
@@ -104,7 +103,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param elementPath tree path to element to consider for expansion
* @noreference This method is not intended to be referenced by clients.
*/
- public void autoExpand(TreePath elementPath);
+ void autoExpand(TreePath elementPath);
/**
* Sets whether the node corresponding to the given element or tree path is
@@ -121,7 +120,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
*
* @noreference This method is not intended to be referenced by clients.
*/
- public void setExpandedState(Object elementOrTreePath, boolean expanded);
+ void setExpandedState(Object elementOrTreePath, boolean expanded);
/**
* Expands all ancestors of the given element or tree path so that the given
@@ -139,7 +138,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
*
* @noreference This method is not intended to be referenced by clients.
*/
- public void expandToLevel(Object elementOrTreePath, int level);
+ void expandToLevel(Object elementOrTreePath, int level);
/**
* Removes the given element from the viewer. The selection is updated if
@@ -150,7 +149,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param elementOrTreePath the element, or the tree path to the element
* @noreference This method is not intended to be referenced by clients.
*/
- public void remove(Object elementOrTreePath);
+ void remove(Object elementOrTreePath);
/**
* Removes the element at the specified index of the parent. The selection is updated if required.
@@ -162,7 +161,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param index child index
* @noreference This method is not intended to be referenced by clients.
*/
- public void remove(Object parentOrTreePath, final int index);
+ void remove(Object parentOrTreePath, final int index);
/**
* Inserts the given element as a new child element of the given parent
@@ -179,7 +178,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* the last position
* @noreference This method is not intended to be referenced by clients.
*/
- public void insert(Object parentOrTreePath, Object element, int position);
+ void insert(Object parentOrTreePath, Object element, int position);
/**
* Returns whether the candidate selection should override the current
@@ -188,7 +187,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param candidate Proposed new selection.
* @return whether new selection should override the current
*/
- public boolean overrideSelection(ISelection current, ISelection candidate);
+ boolean overrideSelection(ISelection current, ISelection candidate);
/**
* Returns whether the node corresponding to the given element or tree path
@@ -199,7 +198,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @return <code>true</code> if the node is expanded, and
* <code>false</code> if collapsed
*/
- public boolean getExpandedState(Object elementOrTreePath);
+ boolean getExpandedState(Object elementOrTreePath);
/**
* Returns whether the node corresponding to the given element or tree path
@@ -208,7 +207,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param elementOrTreePath Path to element
* @return Returns whether the given element has children.
*/
- public boolean getHasChildren(Object elementOrTreePath);
+ boolean getHasChildren(Object elementOrTreePath);
/**
* Returns the child count of the element at the given path. <br>
@@ -218,7 +217,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param path Path to get count for.
* @return The child count.
*/
- public int getChildCount(TreePath path);
+ int getChildCount(TreePath path);
/**
* Returns the element which is a child of the element at the
@@ -228,7 +227,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param index Index of child element.
* @return Child element.
*/
- public Object getChildElement(TreePath path, int index);
+ Object getChildElement(TreePath path, int index);
/**
* Returns the tree path of the element that is at the top of the
@@ -237,7 +236,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @return the tree path of the element at the top of the
* viewer.
*/
- public TreePath getTopElementPath();
+ TreePath getTopElementPath();
/**
* Finds the index of the given element with a parent of given path.
@@ -247,7 +246,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
*
* @return The element's index, or -1 if not found.
*/
- public int findElementIndex(TreePath parentPath, Object element);
+ int findElementIndex(TreePath parentPath, Object element);
/**
* Returns a boolean indicating whether all the child elements of the
@@ -256,14 +255,14 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param parentPath Path of parent element.
* @return true if all children realized
*/
- public boolean getElementChildrenRealized(TreePath parentPath);
+ boolean getElementChildrenRealized(TreePath parentPath);
/**
* Clears the selection in the viewer, if any, without firing
* selection change notification. This is only to be used by
* the platform.
*/
- public void clearSelectionQuiet();
+ void clearSelectionQuiet();
/**
* Sets the element's display information.
@@ -283,7 +282,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* <code>null</code>.
* @noreference This method is not intended to be referenced by clients.
*/
- public void setElementData(TreePath path, int numColumns, String[] labels, ImageDescriptor[] images, FontData[] fontDatas, RGB[] foregrounds, RGB[] backgrounds);
+ void setElementData(TreePath path, int numColumns, String[] labels, ImageDescriptor[] images, FontData[] fontDatas, RGB[] foregrounds, RGB[] backgrounds);
/**
* Returns identifiers of the visible columns in this viewer, or <code>null</code>
@@ -291,7 +290,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
*
* @return visible columns or <code>null</code>
*/
- public String[] getVisibleColumns();
+ String[] getVisibleColumns();
/**
* Sets the element check state data.
@@ -300,7 +299,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param checked if true, item will be checked
* @param grayed if true item will be grayed
*/
- public void setElementChecked(TreePath path, boolean checked, boolean grayed);
+ void setElementChecked(TreePath path, boolean checked, boolean grayed);
/**
* Retrieves the element check state.
@@ -308,7 +307,7 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param path Path of element to return check state for.
* @return the element checked state
*/
- public boolean getElementChecked(TreePath path);
+ boolean getElementChecked(TreePath path);
/**
* Retrieves the element's check box grayed state.
@@ -316,5 +315,5 @@ public interface IInternalTreeModelViewer extends ITreeModelViewer {
* @param path Path of element to return grayed state for.
* @return the element grayed state
*/
- public boolean getElementGrayed(TreePath path);
+ boolean getElementGrayed(TreePath path);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ILabelUpdateListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ILabelUpdateListener.java
index b296064a0..075bb2433 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ILabelUpdateListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ILabelUpdateListener.java
@@ -22,13 +22,13 @@ public interface ILabelUpdateListener {
/**
* Notification that a sequence of viewer updates are starting.
*/
- public void labelUpdatesBegin();
+ void labelUpdatesBegin();
/**
* Notification that viewer updates are complete. Corresponds to
* a <code>viewerUpdatesBegin()</code> notification.
*/
- public void labelUpdatesComplete();
+ void labelUpdatesComplete();
/**
* Notification that a specific update has started within
@@ -36,7 +36,7 @@ public interface ILabelUpdateListener {
*
* @param update update
*/
- public void labelUpdateStarted(ILabelUpdate update);
+ void labelUpdateStarted(ILabelUpdate update);
/**
* Notification that a specific update has completed within a
@@ -44,5 +44,5 @@ public interface ILabelUpdateListener {
*
* @param update update
*/
- public void labelUpdateComplete(ILabelUpdate update);
+ void labelUpdateComplete(ILabelUpdate update);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelContentProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelContentProvider.java
index cf2d9bcf2..88154d75e 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelContentProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelContentProvider.java
@@ -34,7 +34,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @since 3.6
* @see #setModelDeltaMask(int)
*/
- public static final int ALL_MODEL_DELTA_FLAGS = ~0;
+ int ALL_MODEL_DELTA_FLAGS = ~0;
/**
* Bit-mask which allows only flags which control selection and expansion.
@@ -42,7 +42,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @since 3.6
* @see #setModelDeltaMask(int)
*/
- public static final int CONTROL_MODEL_DELTA_FLAGS =
+ int CONTROL_MODEL_DELTA_FLAGS =
IModelDelta.EXPAND | IModelDelta.COLLAPSE | IModelDelta.SELECT | IModelDelta.REVEAL | IModelDelta.FORCE;
/**
@@ -52,7 +52,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @since 3.6
* @see #setModelDeltaMask(int)
*/
- public static final int UPDATE_MODEL_DELTA_FLAGS =
+ int UPDATE_MODEL_DELTA_FLAGS =
IModelDelta.ADDED | IModelDelta.CONTENT | IModelDelta.INSERTED | IModelDelta.INSTALL | IModelDelta.REMOVED |
IModelDelta.REPLACED | IModelDelta.STATE | IModelDelta.UNINSTALL;
@@ -64,7 +64,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @param index index of child element in viewer (filtered) space
* @return index of child element in model (raw) space
*/
- public int viewToModelIndex(TreePath parentPath, int index);
+ int viewToModelIndex(TreePath parentPath, int index);
/**
* Translates and returns the given child count from the viewer coordinate
@@ -74,7 +74,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @param count number of child elements in viewer (filtered) space
* @return number of child elements in model (raw) space
*/
- public int viewToModelCount(TreePath parentPath, int count);
+ int viewToModelCount(TreePath parentPath, int count);
/**
* Translates and returns the given child index from the model coordinate
@@ -84,7 +84,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @param index index of child element in model (raw) space
* @return index of child element in viewer (filtered) space or -1 if filtered
*/
- public int modelToViewIndex(TreePath parentPath, int index);
+ int modelToViewIndex(TreePath parentPath, int index);
/**
* Returns whether the children of given element should be filtered.
@@ -98,7 +98,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @return whether there are any {@link TreeModelViewerFilter} filters
* applicable to given parent
*/
- public boolean areTreeModelViewerFiltersApplicable(Object parentElement);
+ boolean areTreeModelViewerFiltersApplicable(Object parentElement);
/**
* Returns whether the given element is filtered.
@@ -109,14 +109,14 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* the child element
* @return whether to filter the element
*/
- public boolean shouldFilter(Object parentElementOrTreePath, Object element);
+ boolean shouldFilter(Object parentElementOrTreePath, Object element);
/**
* Notification the given element is being unmapped.
*
* @param path Path to unmap
*/
- public void unmapPath(TreePath path);
+ void unmapPath(TreePath path);
/**
* Sets the bit mask which will be used to filter the {@link IModelDelta}
@@ -127,7 +127,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
*
* @since 3.6
*/
- public void setModelDeltaMask(int mask);
+ void setModelDeltaMask(int mask);
/**
* Returns the current model delta mask.
@@ -137,7 +137,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @see #setModelDeltaMask(int)
* @since 3.6
*/
- public int getModelDeltaMask();
+ int getModelDeltaMask();
/**
* Translates and returns the given child count from the model coordinate
@@ -147,19 +147,19 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @param count child count element in model (raw) space
* @return child count in viewer (filtered) space
*/
- public int modelToViewChildCount(TreePath parentPath, int count);
+ int modelToViewChildCount(TreePath parentPath, int count);
/**
* Registers the specified listener for view update notifications.
* @param listener Listener to add
*/
- public void addViewerUpdateListener(IViewerUpdateListener listener);
+ void addViewerUpdateListener(IViewerUpdateListener listener);
/**
* Removes the specified listener from update notifications.
* @param listener Listener to remove
*/
- public void removeViewerUpdateListener(IViewerUpdateListener listener);
+ void removeViewerUpdateListener(IViewerUpdateListener listener);
/**
* Registers the given listener for model delta notification.
@@ -167,13 +167,13 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* the delta.
* @param listener Listener to add
*/
- public void addModelChangedListener(IModelChangedListener listener);
+ void addModelChangedListener(IModelChangedListener listener);
/**
* Removes the given listener from model delta notification.
* @param listener Listener to remove
*/
- public void removeModelChangedListener(IModelChangedListener listener);
+ void removeModelChangedListener(IModelChangedListener listener);
/**
* Causes the content provider to save the expansion and selection state
@@ -181,21 +181,21 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* re-populated.
* @param path Path of the element to save.
*/
- public void preserveState(TreePath path);
+ void preserveState(TreePath path);
/**
* Registers the specified listener for state update notifications.
* @param listener Listener to add
* @since 3.6
*/
- public void addStateUpdateListener(IStateUpdateListener listener);
+ void addStateUpdateListener(IStateUpdateListener listener);
/**
* Removes the specified listener from state update notifications.
* @param listener Listener to remove
* @since 3.6
*/
- public void removeStateUpdateListener(IStateUpdateListener listener);
+ void removeStateUpdateListener(IStateUpdateListener listener);
/**
* Instructs the content provider to process the given model delta. This
@@ -208,7 +208,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
*
* @since 3.6
*/
- public void updateModel(IModelDelta delta, int mask);
+ void updateModel(IModelDelta delta, int mask);
/**
* Instructs the content provider to cancel any pending state changes
@@ -221,7 +221,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @param path Path of the element for which to cancel pending changes.
* @param flags Flags indicating the changes to cancel.
*/
- public void cancelRestore(TreePath path, int flags);
+ void cancelRestore(TreePath path, int flags);
/**
* Notifies the content provider that a client called {@link Viewer#setInput(Object)},
@@ -234,7 +234,7 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
*
* @since 3.8
*/
- public void postInputChanged(IInternalTreeModelViewer viewer, Object oldInput, Object newInput);
+ void postInputChanged(IInternalTreeModelViewer viewer, Object oldInput, Object newInput);
/**
* Notifies the receiver that the given element has had its
@@ -244,5 +244,5 @@ public interface ITreeModelContentProvider extends ILazyTreePathContentProvider
* @param checked The new checked state of the element
* @return false if the check state should not change
*/
- public boolean setChecked(TreePath path, boolean checked);
+ boolean setChecked(TreePath path, boolean checked);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelLabelProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelLabelProvider.java
index 190a0a8f7..1ce24bc56 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelLabelProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelLabelProvider.java
@@ -34,19 +34,19 @@ public interface ITreeModelLabelProvider extends IBaseLabelProvider {
* @return true if element label provider is found and update will
* be requested.
*/
- public boolean update(TreePath elementPath);
+ boolean update(TreePath elementPath);
/**
* Registers the specified listener for view label update notifications.
* @param listener Listener to add
*/
- public void addLabelUpdateListener(ILabelUpdateListener listener);
+ void addLabelUpdateListener(ILabelUpdateListener listener);
/**
* Removes the specified listener from view label update notifications.
* @param listener Listener to remove
*/
- public void removeLabelUpdateListener(ILabelUpdateListener listener);
+ void removeLabelUpdateListener(ILabelUpdateListener listener);
/**
* Returns an image for the given image descriptor or <code>null</code>. Adds the image
@@ -55,7 +55,7 @@ public interface ITreeModelLabelProvider extends IBaseLabelProvider {
* @param descriptor image descriptor or <code>null</code>
* @return image or <code>null</code>
*/
- public Image getImage(ImageDescriptor descriptor);
+ Image getImage(ImageDescriptor descriptor);
/**
* Returns a font for the given font data or <code>null</code>. Adds the font to the font
@@ -64,7 +64,7 @@ public interface ITreeModelLabelProvider extends IBaseLabelProvider {
* @param fontData font data or <code>null</code>
* @return font font or <code>null</code>
*/
- public Font getFont(FontData fontData);
+ Font getFont(FontData fontData);
/**
* Returns a color for the given RGB or <code>null</code>. Adds the color to the color
@@ -73,5 +73,5 @@ public interface ITreeModelLabelProvider extends IBaseLabelProvider {
* @param rgb RGB or <code>null</code>
* @return color or <code>null</code>
*/
- public Color getColor(RGB rgb);
+ Color getColor(RGB rgb);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ViewerStateTracker.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ViewerStateTracker.java
index f894f9e51..1423e60b3 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ViewerStateTracker.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ViewerStateTracker.java
@@ -97,24 +97,24 @@ class ViewerStateTracker {
*
* @param request to add
*/
- public void addRequest(ElementMementoRequest request);
+ void addRequest(ElementMementoRequest request);
/**
* Notification the request is complete.
*
* @param request that was completed
*/
- public void requestComplete(ElementMementoRequest request);
+ void requestComplete(ElementMementoRequest request);
/**
* Process the queued requests. Accepts no more new requests.
*/
- public void processReqeusts();
+ void processReqeusts();
/**
* Cancels the requests in progress.
*/
- public void cancel();
+ void cancel();
}
/**
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckUpdate.java
index c2d1f79e8..2e898715b 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckUpdate.java
@@ -23,7 +23,7 @@ public interface ICheckUpdate extends ILabelUpdate {
* Property of the presentation context which indicates that the viewer
* has the check box style.
*/
- public static final String PROP_CHECK = "org.eclipse.debug.ui.check"; //$NON-NLS-1$
+ String PROP_CHECK = "org.eclipse.debug.ui.check"; //$NON-NLS-1$
/**
* Sets the check state of the tree node.
@@ -31,6 +31,6 @@ public interface ICheckUpdate extends ILabelUpdate {
* @param checked Whether element should be checked.
* @param grayed Whether element should be grayed out.
*/
- public void setChecked(boolean checked, boolean grayed);
+ void setChecked(boolean checked, boolean grayed);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckboxModelProxy.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckboxModelProxy.java
index 3c3346ff3..1fb84f7ec 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckboxModelProxy.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ICheckboxModelProxy.java
@@ -39,6 +39,6 @@ public interface ICheckboxModelProxy {
* @param checked The new checked state of the element
* @return false if the check state should not change
*/
- public boolean setChecked(IPresentationContext context, Object viewerInput, TreePath path, boolean checked);
+ boolean setChecked(IPresentationContext context, Object viewerInput, TreePath path, boolean checked);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java
index 2cc395bd3..f64ef66a7 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java
@@ -25,5 +25,5 @@ public interface IChildrenCountUpdate extends IViewerUpdate {
*
* @param numChildren number of children
*/
- public void setChildCount(int numChildren);
+ void setChildCount(int numChildren);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenUpdate.java
index 188dad545..a104b3541 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenUpdate.java
@@ -26,14 +26,14 @@ public interface IChildrenUpdate extends IViewerUpdate {
*
* @return offset at which children have been requested for
*/
- public int getOffset();
+ int getOffset();
/**
* Returns the number of children requested.
*
* @return number of children requested
*/
- public int getLength();
+ int getLength();
/**
* Sets the child for this request's parent at the given offset.
@@ -41,5 +41,5 @@ public interface IChildrenUpdate extends IViewerUpdate {
* @param child child
* @param offset child offset
*/
- public void setChild(Object child, int offset);
+ void setChild(Object child, int offset);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation.java
index b20f6f400..2e25a41c3 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation.java
@@ -27,12 +27,12 @@ public interface IColumnPresentation {
*
* @param context Presentation context.
*/
- public void init(IPresentationContext context);
+ void init(IPresentationContext context);
/**
* Disposes this column presentation
*/
- public void dispose();
+ void dispose();
/**
* Returns an array of all columns supported by this adapter as
@@ -40,7 +40,7 @@ public interface IColumnPresentation {
*
* @return column identifiers
*/
- public String[] getAvailableColumns();
+ String[] getAvailableColumns();
/**
* Returns an ordered array of columns that should be displayed initially for
@@ -48,7 +48,7 @@ public interface IColumnPresentation {
*
* @return initial columns to display
*/
- public String[] getInitialColumns();
+ String[] getInitialColumns();
/**
* Returns the column header for the column with the given identifier.
@@ -56,7 +56,7 @@ public interface IColumnPresentation {
* @param id a column identifier included in <code>getColumns()</code>
* @return column header
*/
- public String getHeader(String id);
+ String getHeader(String id);
/**
* Returns the image for the column with the given identifier, or <code>null</code>
@@ -64,7 +64,7 @@ public interface IColumnPresentation {
* @param id column id
* @return image descriptor or <code>null</code>
*/
- public ImageDescriptor getImageDescriptor(String id);
+ ImageDescriptor getImageDescriptor(String id);
/**
* Returns an identifier for this columns presentation.
@@ -75,7 +75,7 @@ public interface IColumnPresentation {
*
* @return identifier
*/
- public String getId();
+ String getId();
/**
* Returns whether this column presentation is optional. When a column presentation
@@ -83,6 +83,6 @@ public interface IColumnPresentation {
*
* @return whether this column presentation is optional
*/
- public boolean isOptional();
+ boolean isOptional();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation2.java
index 2f96073ea..59b5f8dd5 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentation2.java
@@ -30,6 +30,6 @@ public interface IColumnPresentation2 extends IColumnPresentation {
* and let the caller to decide the width. The caller may make the initial width
* be treeWidgetWidth / visibleColumnIds.length
*/
- public int getInitialColumnWidth(String id, int treeWidgetWidth, String[] visibleColumnIds);
+ int getInitialColumnWidth(String id, int treeWidgetWidth, String[] visibleColumnIds);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentationFactory.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentationFactory.java
index d32a2e371..c5dcc08c9 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentationFactory.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IColumnPresentationFactory.java
@@ -26,7 +26,7 @@ public interface IColumnPresentationFactory {
* @param element the input element
* @return column presentation or <code>null</code>
*/
- public IColumnPresentation createColumnPresentation(IPresentationContext context, Object element);
+ IColumnPresentation createColumnPresentation(IPresentationContext context, Object element);
/**
* Returns the type of column presentation to be used for the given context and object
@@ -37,5 +37,5 @@ public interface IColumnPresentationFactory {
* @param element input element
* @return column presentation id or <code>null</code>
*/
- public String getColumnPresentationId(IPresentationContext context, Object element);
+ String getColumnPresentationId(IPresentationContext context, Object element);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementCompareRequest.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementCompareRequest.java
index 64a7549b7..0da383cfe 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementCompareRequest.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementCompareRequest.java
@@ -24,5 +24,5 @@ public interface IElementCompareRequest extends IElementMementoRequest {
*
* @param equal whether the memento represents the element
*/
- public void setEqual(boolean equal);
+ void setEqual(boolean equal);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementContentProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementContentProvider.java
index 126850d2b..7f8c95fa6 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementContentProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementContentProvider.java
@@ -32,7 +32,7 @@ public interface IElementContentProvider {
* a store for the result. The update array is guaranteed to have at least
* one element, and for all updates to have the same presentation context.
*/
- public void update(IChildrenCountUpdate[] updates);
+ void update(IChildrenCountUpdate[] updates);
/**
* Updates children as requested by the given updates.
@@ -41,7 +41,7 @@ public interface IElementContentProvider {
* The update array is guaranteed to have at least one element, and for
* all updates to have the same presentation context.
*/
- public void update(IChildrenUpdate[] updates);
+ void update(IChildrenUpdate[] updates);
/**
* Updates whether elements have children.
@@ -50,6 +50,6 @@ public interface IElementContentProvider {
* a store for the result. The update array is guaranteed to have at least
* one element, and for all updates to have the same presentation context.
*/
- public void update(IHasChildrenUpdate[] updates);
+ void update(IHasChildrenUpdate[] updates);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementEditor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementEditor.java
index df2183113..ae3d7d46d 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementEditor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementEditor.java
@@ -31,7 +31,7 @@ public interface IElementEditor {
* @param parent parent control to create the cell editor in
* @return cell editor or <code>null</code>
*/
- public CellEditor getCellEditor(IPresentationContext context, String columnId, Object element, Composite parent);
+ CellEditor getCellEditor(IPresentationContext context, String columnId, Object element, Composite parent);
/**
* Returns a cell modifier for the specified element in the given context
@@ -41,6 +41,6 @@ public interface IElementEditor {
*
* @return cell modifier or <code>null</code>
*/
- public ICellModifier getCellModifier(IPresentationContext context, Object element);
+ ICellModifier getCellModifier(IPresentationContext context, Object element);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementLabelProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementLabelProvider.java
index c99a3f67c..1422b326e 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementLabelProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementLabelProvider.java
@@ -31,5 +31,5 @@ public interface IElementLabelProvider {
* stores label attributes. The update array is guaranteed to have at least one element, and for
* all updates to have the same presentation context.
*/
- public void update(ILabelUpdate[] updates);
+ void update(ILabelUpdate[] updates);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoProvider.java
index 112a0a2a5..201037574 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoProvider.java
@@ -34,7 +34,7 @@ public interface IElementMementoProvider {
* The requests array is guaranteed to have at least one element, and for
* all requests to have the same presentation context.
*/
- public void encodeElements(IElementMementoRequest[] requests);
+ void encodeElements(IElementMementoRequest[] requests);
/**
* Determines whether mementos represent associated elements specified in the requests.
@@ -43,6 +43,6 @@ public interface IElementMementoProvider {
* The requests array is guaranteed to have at least one element, and for
* all requests to have the same presentation context.
*/
- public void compareElements(IElementCompareRequest[] requests);
+ void compareElements(IElementCompareRequest[] requests);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoRequest.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoRequest.java
index e7e2f4eb1..ed933e2e2 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoRequest.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IElementMementoRequest.java
@@ -26,5 +26,5 @@ public interface IElementMementoRequest extends IViewerUpdate {
*
* @return memento
*/
- public IMemento getMemento();
+ IMemento getMemento();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IHasChildrenUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IHasChildrenUpdate.java
index 40716074c..a9323a55f 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IHasChildrenUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IHasChildrenUpdate.java
@@ -24,5 +24,5 @@ public interface IHasChildrenUpdate extends IViewerUpdate {
*
* @param hasChildren whether there are children
*/
- public void setHasChilren(boolean hasChildren);
+ void setHasChilren(boolean hasChildren);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ILabelUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ILabelUpdate.java
index 8dc771bcd..476ca0848 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ILabelUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ILabelUpdate.java
@@ -30,7 +30,7 @@ public interface ILabelUpdate extends IViewerUpdate {
*
* @return column id's or <code>null</code>
*/
- public String[] getColumnIds();
+ String[] getColumnIds();
/**
* Sets the text of the label of the specified column. Cannot be <code>null</code>.
@@ -38,7 +38,7 @@ public interface ILabelUpdate extends IViewerUpdate {
* @param text to set to viewer
* @param columnIndex column index (0 when no columns)
*/
- public void setLabel(String text, int columnIndex);
+ void setLabel(String text, int columnIndex);
/**
* Sets the font of the label.
@@ -46,7 +46,7 @@ public interface ILabelUpdate extends IViewerUpdate {
* @param fontData to set to viewer
* @param columnIndex column index (0 when no columns)
*/
- public void setFontData(FontData fontData, int columnIndex);
+ void setFontData(FontData fontData, int columnIndex);
/**
* Sets the image of the label.
@@ -54,7 +54,7 @@ public interface ILabelUpdate extends IViewerUpdate {
* @param image to set to viewer
* @param columnIndex column index (0 when no columns)
*/
- public void setImageDescriptor(ImageDescriptor image, int columnIndex);
+ void setImageDescriptor(ImageDescriptor image, int columnIndex);
/**
* Sets the foreground color of the label.
@@ -62,7 +62,7 @@ public interface ILabelUpdate extends IViewerUpdate {
* @param foreground to set to viewer
* @param columnIndex column index (0 when no columns)
*/
- public void setForeground(RGB foreground, int columnIndex);
+ void setForeground(RGB foreground, int columnIndex);
/**
* Sets the background color of the label.
@@ -70,5 +70,5 @@ public interface ILabelUpdate extends IViewerUpdate {
* @param background to set to viewer
* @param columnIndex column index (0 when no columns)
*/
- public void setBackground(RGB background, int columnIndex);
+ void setBackground(RGB background, int columnIndex);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelChangedListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelChangedListener.java
index 8bae97f27..f9b0e04e0 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelChangedListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelChangedListener.java
@@ -26,6 +26,6 @@ public interface IModelChangedListener {
* @param delta model delta
* @param proxy proxy that created the delta
*/
- public void modelChanged(IModelDelta delta, IModelProxy proxy);
+ void modelChanged(IModelDelta delta, IModelProxy proxy);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta.java
index 37f9f4c2a..4e6701cc5 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta.java
@@ -39,74 +39,74 @@ public interface IModelDelta {
* Indicates an element has not changed, but has children that have
* changed in some way.
*/
- public static int NO_CHANGE = 0;
+ int NO_CHANGE = 0;
/**
* Indicates an element has been added to the model, as described by
* its path.
*/
- public static int ADDED = 1;
+ int ADDED = 1;
/**
* Indicates an element has been removed from the model, as described by
* its path.
*/
- public static int REMOVED = 1 << 1;
+ int REMOVED = 1 << 1;
/**
* Indicates an element has been replaced in the model, as described by
* its path. In this case a replacement element is also specified in the
* model delta node.
*/
- public static int REPLACED = 1 << 3;
+ int REPLACED = 1 << 3;
/**
* Indicates an element has been inserted into the model, as described
* by its path and index.
*/
- public static int INSERTED = 1 << 4;
+ int INSERTED = 1 << 4;
// how an element changed
/**
* Indicates an elements content has changed (i.e. its children).
*/
- public static int CONTENT = 1 << 10;
+ int CONTENT = 1 << 10;
/**
* Indicates an elements state has changed (i.e. label)
*/
- public static int STATE = 1 << 11;
+ int STATE = 1 << 11;
// Suggested actions
/**
* Suggests that the element should be expanded, as described by its path.
*/
- public static int EXPAND = 1 << 20;
+ int EXPAND = 1 << 20;
/**
* Suggests that the element should be selected, as described by its path.
*/
- public static int SELECT = 1 << 21;
+ int SELECT = 1 << 21;
/**
* Suggests that the element should be revealed, as described by its path.
* @since 3.3
*/
- public static int REVEAL = 1 << 24;
+ int REVEAL = 1 << 24;
/**
* Indicates a model proxy should be installed for the given element
* @since 3.3
*/
- public static int INSTALL = 1 << 22;
+ int INSTALL = 1 << 22;
/**
* Indicates a model proxy should be uninstalled for the given element
* @since 3.3
*/
- public static int UNINSTALL = 1 << 23;
+ int UNINSTALL = 1 << 23;
/**
* Suggests that the element should be collapsed, as described by its path.
* @since 3.3
*/
- public static int COLLAPSE = 1 << 25;
+ int COLLAPSE = 1 << 25;
/**
* Flag indicating that the view layout deltas should override the
@@ -116,7 +116,7 @@ public interface IModelDelta {
* @see IModelSelectionPolicy
= * @since 3.5
*/
- public static int FORCE = 1 << 26;
+ int FORCE = 1 << 26;
/**
* Returns the parent of this node, or <code>null</code> if this is
@@ -124,14 +124,14 @@ public interface IModelDelta {
*
* @return parent node or <code>null</code> if this is a root node
*/
- public IModelDelta getParentDelta();
+ IModelDelta getParentDelta();
/**
* Returns the model element this node describes.
*
* @return associated model element
*/
- public Object getElement();
+ Object getElement();
/**
* Returns flags describing how this element changed. A bit mask of the
@@ -139,14 +139,14 @@ public interface IModelDelta {
*
* @return change flags
*/
- public int getFlags();
+ int getFlags();
/**
* Returns nodes describing changed children, possibly an empty collection.
*
* @return changed children, possibly empty
*/
- public IModelDelta[] getChildDeltas();
+ IModelDelta[] getChildDeltas();
/**
* When a node indicates the <code>IModelDelta.REPLACED</code> flag, this method
@@ -154,7 +154,7 @@ public interface IModelDelta {
*
* @return replacement element or <code>null</code>
*/
- public Object getReplacementElement();
+ Object getReplacementElement();
/**
* Returns this node's index in its parents child collection or -1 if unknown.
@@ -166,7 +166,7 @@ public interface IModelDelta {
* </p>
* @return insertion index or -1
*/
- public int getIndex();
+ int getIndex();
/**
* Returns the total number of children this element has, or -1 if unknown. Note
@@ -178,7 +178,7 @@ public interface IModelDelta {
*
* @return total number of child elements this element has
*/
- public int getChildCount();
+ int getChildCount();
/**
* Accepts the given visitor.
@@ -186,6 +186,6 @@ public interface IModelDelta {
* @param visitor delta visitor to accept
* @since 3.3
*/
- public void accept(IModelDeltaVisitor visitor);
+ void accept(IModelDeltaVisitor visitor);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDeltaVisitor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDeltaVisitor.java
index 252ba7148..e24e3b1ae 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDeltaVisitor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelDeltaVisitor.java
@@ -26,6 +26,6 @@ public interface IModelDeltaVisitor {
* @return <code>true</code> if the model delta's children should
* be visited; <code>false</code> if they should be skipped.
*/
- public boolean visit(IModelDelta delta, int depth);
+ boolean visit(IModelDelta delta, int depth);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy.java
index fd2fabc27..0547e0532 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy.java
@@ -53,7 +53,7 @@ public interface IModelProxy {
* @param context presentation context in which the proxy will be installed
* @see IModelProxy2#initialize(ITreeModelViewer)
*/
- public void init(IPresentationContext context);
+ void init(IPresentationContext context);
/**
* Notification this model proxy has been installed in the specified
@@ -70,7 +70,7 @@ public interface IModelProxy {
* @see IModelProxy2#initialize(ITreeModelViewer)
* @since 3.3
*/
- public void installed(Viewer viewer);
+ void installed(Viewer viewer);
/**
* Disposes this model proxy.
@@ -79,21 +79,21 @@ public interface IModelProxy {
* be called by clients.
* </p>
*/
- public void dispose();
+ void dispose();
/**
* Registers the given listener for model delta notification.
*
* @param listener model delta listener
*/
- public void addModelChangedListener(IModelChangedListener listener);
+ void addModelChangedListener(IModelChangedListener listener);
/**
* Unregisters the given listener from model delta notification.
*
* @param listener model delta listener
*/
- public void removeModelChangedListener(IModelChangedListener listener);
+ void removeModelChangedListener(IModelChangedListener listener);
/**
* Returns whether this proxy has been disposed.
@@ -101,6 +101,6 @@ public interface IModelProxy {
* @return whether this proxy has been disposed
* @since 3.3
*/
- public boolean isDisposed();
+ boolean isDisposed();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy2.java
index dc779cb56..d5011ede4 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxy2.java
@@ -37,6 +37,6 @@ public interface IModelProxy2 extends IModelProxy {
* @param viewer Viewer that is installing this model proxy.
*
*/
- public void initialize(ITreeModelViewer viewer);
+ void initialize(ITreeModelViewer viewer);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory.java
index e971580e9..8e8dc1006 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory.java
@@ -31,5 +31,5 @@ public interface IModelProxyFactory {
* @param context presentation context
* @return model proxy or <code>null</code>
*/
- public IModelProxy createModelProxy(Object element, IPresentationContext context);
+ IModelProxy createModelProxy(Object element, IPresentationContext context);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory2.java
index 177fcd963..6d83badec 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelProxyFactory2.java
@@ -44,5 +44,5 @@ public interface IModelProxyFactory2 {
* @param context presentation context
* @return model proxy or <code>null</code>
*/
- public IModelProxy createTreeModelProxy(Object input, TreePath path, IPresentationContext context);
+ IModelProxy createTreeModelProxy(Object input, TreePath path, IPresentationContext context);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicy.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicy.java
index 0174054a0..07458b059 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicy.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicy.java
@@ -40,7 +40,7 @@ public interface IModelSelectionPolicy {
* @param context Presentation context of the viewer.
* @return true if selection is contained in model.
*/
- public boolean contains(ISelection selection, IPresentationContext context);
+ boolean contains(ISelection selection, IPresentationContext context);
/**
* Returns whether the candidate selection overrides the
@@ -52,7 +52,7 @@ public interface IModelSelectionPolicy {
* @param context Presentation context of viewer.
* @return true if candidate selection should be set to viewer
*/
- public boolean overrides(ISelection existing, ISelection candidate, IPresentationContext context);
+ boolean overrides(ISelection existing, ISelection candidate, IPresentationContext context);
/**
* Returns whether the given selection should be maintained in the
@@ -62,7 +62,7 @@ public interface IModelSelectionPolicy {
* @param context Presentation context of viewer.
* @return true if selection is sticky
*/
- public boolean isSticky(ISelection selection, IPresentationContext context);
+ boolean isSticky(ISelection selection, IPresentationContext context);
/**
* Replaces an invalid selection.
@@ -82,5 +82,5 @@ public interface IModelSelectionPolicy {
* the selection after the update, or <code>null</code> if none
* @return new selection or <code>null</code> if none
*/
- public ISelection replaceInvalidSelection(ISelection invalidSelection, ISelection newSelection);
+ ISelection replaceInvalidSelection(ISelection invalidSelection, ISelection newSelection);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicyFactory.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicyFactory.java
index 34b4e75ba..571781124 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicyFactory.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IModelSelectionPolicyFactory.java
@@ -31,5 +31,5 @@ public interface IModelSelectionPolicyFactory {
* @param context presentation context
* @return model selection policy or <code>null</code>
*/
- public IModelSelectionPolicy createModelSelectionPolicyAdapter(Object element, IPresentationContext context);
+ IModelSelectionPolicy createModelSelectionPolicyAdapter(Object element, IPresentationContext context);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IPresentationContext.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IPresentationContext.java
index 7e542cf02..0d5e4ca5a 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IPresentationContext.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IPresentationContext.java
@@ -29,7 +29,7 @@ public interface IPresentationContext {
* Property name used for property change notification when the columns
* in a presentation context change.
*/
- public static final String PROPERTY_COLUMNS = "PROPERTY_COLUMNS"; //$NON-NLS-1$
+ String PROPERTY_COLUMNS = "PROPERTY_COLUMNS"; //$NON-NLS-1$
/**
* Property indicating whether the presentation context is disposed.
@@ -39,7 +39,7 @@ public interface IPresentationContext {
*
* @since 3.6
*/
- public static final String PROPERTY_DISPOSED = "PROPERTY_DISPOSED"; //$NON-NLS-1$
+ String PROPERTY_DISPOSED = "PROPERTY_DISPOSED"; //$NON-NLS-1$
/**
* Returns identifiers of the visible columns in the order
@@ -50,21 +50,21 @@ public interface IPresentationContext {
* @return visible column identifiers or <code>null</code>
* @see IColumnPresentation
*/
- public String[] getColumns();
+ String[] getColumns();
/**
* Registers the given listener for property change notification.
*
* @param listener property listener
*/
- public void addPropertyChangeListener(IPropertyChangeListener listener);
+ void addPropertyChangeListener(IPropertyChangeListener listener);
/**
* Unregisters the given listener from property change notification.
*
* @param listener property listener.
*/
- public void removePropertyChangeListener(IPropertyChangeListener listener);
+ void removePropertyChangeListener(IPropertyChangeListener listener);
/**
* Returns the id of this presentation context. Usually this is the id of
@@ -74,7 +74,7 @@ public interface IPresentationContext {
* @return id
* @since 3.3
*/
- public String getId();
+ String getId();
/**
* Sets the specified property and notifies listeners of changes.
@@ -82,7 +82,7 @@ public interface IPresentationContext {
* @param property property name
* @param value property value
*/
- public void setProperty(String property, Object value);
+ void setProperty(String property, Object value);
/**
* Returns the property with the specified name or <code>null</code>
@@ -91,13 +91,13 @@ public interface IPresentationContext {
* @param property property name
* @return property value or <code>null</code>
*/
- public Object getProperty(String property);
+ Object getProperty(String property);
/**
* Disposes this presentation context. Called by the framework
* when the associated viewer is disposed.
*/
- public void dispose();
+ void dispose();
/**
* Returns all keys of properties currently set in this context,
@@ -106,7 +106,7 @@ public interface IPresentationContext {
* @return keys of all current properties
* @since 3.4
*/
- public String[] getProperties();
+ String[] getProperties();
/**
* Returns the part that this presentation context is associated with.
@@ -116,7 +116,7 @@ public interface IPresentationContext {
* @return IWorkbenchPart or <code>null</code>
* @since 3.6
*/
- public IWorkbenchPart getPart();
+ IWorkbenchPart getPart();
/**
* Returns the window that this presentation context is associated with.
@@ -126,6 +126,6 @@ public interface IPresentationContext {
* @return IWorkbenchWindow or <code>null</code>
* @since 3.6
*/
- public IWorkbenchWindow getWindow();
+ IWorkbenchWindow getWindow();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStateUpdateListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStateUpdateListener.java
index fa328c449..7bd890ebf 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStateUpdateListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStateUpdateListener.java
@@ -23,7 +23,7 @@ public interface IStateUpdateListener {
*
* @param input Input object for the state operation.
*/
- public void stateSaveUpdatesBegin(Object input);
+ void stateSaveUpdatesBegin(Object input);
/**
* Notification that viewer updates are complete. Corresponds to
@@ -31,14 +31,14 @@ public interface IStateUpdateListener {
*
* @param input Input object for the state operation.
*/
- public void stateSaveUpdatesComplete(Object input);
+ void stateSaveUpdatesComplete(Object input);
/**
* Notification that a sequence of viewer updates are starting.
*
* @param input Input object for the state operation.
*/
- public void stateRestoreUpdatesBegin(Object input);
+ void stateRestoreUpdatesBegin(Object input);
/**
* Notification that viewer updates are complete. Corresponds to
@@ -46,7 +46,7 @@ public interface IStateUpdateListener {
*
* @param input Input object for the state operation.
*/
- public void stateRestoreUpdatesComplete(Object input);
+ void stateRestoreUpdatesComplete(Object input);
/**
* Notification that a specific update has started within
@@ -55,7 +55,7 @@ public interface IStateUpdateListener {
* @param input Input object for the state operation.
* @param update update
*/
- public void stateUpdateStarted(Object input, IViewerUpdate update);
+ void stateUpdateStarted(Object input, IViewerUpdate update);
/**
* Notification that a specific update has completed within a
@@ -64,5 +64,5 @@ public interface IStateUpdateListener {
* @param input Input object for the state operation.
* @param update update
*/
- public void stateUpdateComplete(Object input, IViewerUpdate update);
+ void stateUpdateComplete(Object input, IViewerUpdate update);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStatusMonitor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStatusMonitor.java
index 4703e1e1a..925b877bc 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStatusMonitor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStatusMonitor.java
@@ -46,7 +46,7 @@ public interface IStatusMonitor extends IProgressMonitor {
*
* @param status request status
*/
- public void setStatus(IStatus status);
+ void setStatus(IStatus status);
/**
* Returns the status of this request, or <code>null</code>.
@@ -54,5 +54,5 @@ public interface IStatusMonitor extends IProgressMonitor {
* @return request status - <code>null</code> is equivalent
* to an OK status
*/
- public IStatus getStatus();
+ IStatus getStatus();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ITreeModelViewer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ITreeModelViewer.java
index 39b1db200..c0bac32f2 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ITreeModelViewer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ITreeModelViewer.java
@@ -35,7 +35,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
* @see #setAutoExpandLevel(int)
* @see #getAutoExpandLevel()
*/
- public static final int ALL_LEVELS = -1;
+ int ALL_LEVELS = -1;
/**
* Returns the Display object that this viewer is in. The
@@ -44,14 +44,14 @@ public interface ITreeModelViewer extends ISelectionProvider {
*
* @return The display.
*/
- public Display getDisplay();
+ Display getDisplay();
/**
* Returns this viewer's presentation context.
*
* @return presentation context
*/
- public IPresentationContext getPresentationContext();
+ IPresentationContext getPresentationContext();
/**
* Returns the current input of this viewer, or <code>null</code>
@@ -60,7 +60,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
*
* @return Input object
*/
- public Object getInput();
+ Object getInput();
/**
* Sets the input of this viewer. Setting the input resets the
@@ -69,15 +69,14 @@ public interface ITreeModelViewer extends ISelectionProvider {
*
* @param object Input element, or <code>null</code> if none.
*/
- public void setInput(Object object);
+ void setInput(Object object);
/**
* Returns the current selection in viewer.
*
* @return selection object
*/
- @Override
- public ISelection getSelection();
+ @Override ISelection getSelection();
/**
* Sets a new selection for this viewer and optionally makes it visible.
@@ -90,7 +89,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
* @param force <code>true</code> if the selection should override the
* model selection policy
*/
- public void setSelection(ISelection selection, boolean reveal, boolean force);
+ void setSelection(ISelection selection, boolean reveal, boolean force);
/**
* Attempts to set the selection for this viewer and optionally makes it visible.
@@ -104,7 +103,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
* @return <code>true</code> if the selection was set and <code>false</code> if the
* model selection policy overrides the selection attempt
*/
- public boolean trySelection(ISelection selection, boolean reveal, boolean force);
+ boolean trySelection(ISelection selection, boolean reveal, boolean force);
/**
* Returns the auto-expand level.
@@ -113,7 +112,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
* the tree are expanded automatically
* @see #setAutoExpandLevel
*/
- public int getAutoExpandLevel();
+ int getAutoExpandLevel();
/**
* Sets the auto-expand level to be used when the input of the viewer is set
@@ -133,7 +132,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
* non-negative level, or <code>ALL_LEVELS</code> to expand all
* levels of the tree
*/
- public void setAutoExpandLevel(int level);
+ void setAutoExpandLevel(int level);
/**
* Returns the label data for the given element and for the given column,
@@ -147,49 +146,49 @@ public interface ITreeModelViewer extends ISelectionProvider {
* <code>null</code> if the given element is not found or is not
* materialized in the virtual viewer.
*/
- public ViewerLabel getElementLabel(TreePath path, String columnId);
+ ViewerLabel getElementLabel(TreePath path, String columnId);
/**
* Registers the specified listener for view update notifications.
*
* @param listener Listener to add
*/
- public void addViewerUpdateListener(IViewerUpdateListener listener);
+ void addViewerUpdateListener(IViewerUpdateListener listener);
/**
* Removes the specified listener from update notifications.
*
* @param listener Listener to remove
*/
- public void removeViewerUpdateListener(IViewerUpdateListener listener);
+ void removeViewerUpdateListener(IViewerUpdateListener listener);
/**
* Registers the specified listener for state update notifications.
*
* @param listener Listener to add
*/
- public void addStateUpdateListener(IStateUpdateListener listener);
+ void addStateUpdateListener(IStateUpdateListener listener);
/**
* Removes the specified listener from state update notifications.
*
* @param listener Listener to remove
*/
- public void removeStateUpdateListener(IStateUpdateListener listener);
+ void removeStateUpdateListener(IStateUpdateListener listener);
/**
* Registers the specified listener for view label update notifications.
*
* @param listener Listener to add
*/
- public void addLabelUpdateListener(ILabelUpdateListener listener);
+ void addLabelUpdateListener(ILabelUpdateListener listener);
/**
* Removes the specified listener from view label update notifications.
*
* @param listener Listener to remove
*/
- public void removeLabelUpdateListener(ILabelUpdateListener listener);
+ void removeLabelUpdateListener(ILabelUpdateListener listener);
/**
* Registers the given listener for model delta notification.
@@ -198,14 +197,14 @@ public interface ITreeModelViewer extends ISelectionProvider {
*
* @param listener Listener to add
*/
- public void addModelChangedListener(IModelChangedListener listener);
+ void addModelChangedListener(IModelChangedListener listener);
/**
* Removes the given listener from model delta notification.
*
* @param listener Listener to remove
*/
- public void removeModelChangedListener(IModelChangedListener listener);
+ void removeModelChangedListener(IModelChangedListener listener);
/**
* Writes state information into a delta for the sub-tree at the given
@@ -221,7 +220,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
* return <code>false</code> if an element at the given path cannot
* be found.
*/
- public boolean saveElementState(TreePath path, ModelDelta delta, int flagsToSave);
+ boolean saveElementState(TreePath path, ModelDelta delta, int flagsToSave);
/**
* Causes the viewer to process the given delta as if it came from a
@@ -230,7 +229,7 @@ public interface ITreeModelViewer extends ISelectionProvider {
*
* @param delta Delta to process.
*/
- public void updateViewer(IModelDelta delta);
+ void updateViewer(IModelDelta delta);
/**
* Triggers an update of the given element and its children. If
@@ -239,12 +238,12 @@ public interface ITreeModelViewer extends ISelectionProvider {
*
* @param element Element to update.
*/
- public void refresh(Object element);
+ void refresh(Object element);
/**
* Triggers a full update of all the elements in the tree.
*/
- public void refresh();
+ void refresh();
/**
* Returns the paths at which the given element is found realized in viewer
@@ -253,27 +252,27 @@ public interface ITreeModelViewer extends ISelectionProvider {
* @param element Element to find.
* @return Array of paths for given element.
*/
- public TreePath[] getElementPaths(Object element);
+ TreePath[] getElementPaths(Object element);
/**
* Returns filters currently configured in viewer.
*
* @return filter array in viewer.
*/
- public ViewerFilter[] getFilters();
+ ViewerFilter[] getFilters();
/**
* Add a new filter to use in viewer.
*
* @param filter Filter to add.
*/
- public void addFilter(ViewerFilter filter);
+ void addFilter(ViewerFilter filter);
/**
* Sets viewer filters to the filters in array.
*
* @param filters New filter array to use.
*/
- public void setFilters(ViewerFilter... filters);
+ void setFilters(ViewerFilter... filters);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewActionProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewActionProvider.java
index 0c87ff80d..1047b4fdc 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewActionProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewActionProvider.java
@@ -30,5 +30,5 @@ public interface IViewActionProvider {
* @param actionID action id
* @return action or null
*/
- public IAction getAction(IPresentationContext presentationContext, String actionID);
+ IAction getAction(IPresentationContext presentationContext, String actionID);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java
index f691d2841..dc7ac6773 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java
@@ -32,7 +32,7 @@ public interface IViewerInputProvider {
* @param update provides details about the request and stores the newly
* computed viewer input
*/
- public void update(IViewerInputUpdate update);
+ void update(IViewerInputUpdate update);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputRequestor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputRequestor.java
index 9ac314eb3..9dcc8458c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputRequestor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputRequestor.java
@@ -27,5 +27,5 @@ public interface IViewerInputRequestor {
*
* @param update viewer input update request
*/
- public void viewerInputComplete(IViewerInputUpdate update);
+ void viewerInputComplete(IViewerInputUpdate update);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputUpdate.java
index 3443b28f3..a6cf1c8d2 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputUpdate.java
@@ -30,7 +30,7 @@ public interface IViewerInputUpdate extends IViewerUpdate {
*
* @param element viewer input for this request's presentation context, possibly <code>null</code>
*/
- public void setInputElement(Object element);
+ void setInputElement(Object element);
/**
* Returns the computed viewer input or <code>null</code> if none. The return value of this method
@@ -38,5 +38,5 @@ public interface IViewerInputUpdate extends IViewerUpdate {
*
* @return viewer input or <code>null</code>
*/
- public Object getInputElement();
+ Object getInputElement();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdate.java
index 0df2ce637..633fd754c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdate.java
@@ -26,14 +26,14 @@ public interface IViewerUpdate extends IRequest {
*
* @return context this update was requested in
*/
- public IPresentationContext getPresentationContext();
+ IPresentationContext getPresentationContext();
/**
* Returns the model element associated with this request.
*
* @return associated model element
*/
- public Object getElement();
+ Object getElement();
/**
* Returns the viewer tree path to the model element associated with this
@@ -41,7 +41,7 @@ public interface IViewerUpdate extends IRequest {
*
* @return tree path, possibly empty
*/
- public TreePath getElementPath();
+ TreePath getElementPath();
/**
* Returns the element that was the viewer input at the time the
@@ -50,5 +50,5 @@ public interface IViewerUpdate extends IRequest {
* @return viewer input element, possibly <code>null</code>
* @since 3.4
*/
- public Object getViewerInput();
+ Object getViewerInput();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdateListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdateListener.java
index 647f2ea3f..f824f8281 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdateListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdateListener.java
@@ -21,13 +21,13 @@ public interface IViewerUpdateListener {
/**
* Notification that a sequence of viewer updates are starting.
*/
- public void viewerUpdatesBegin();
+ void viewerUpdatesBegin();
/**
* Notification that viewer updates are complete. Corresponds to
* a <code>viewerUpdatesBegin()</code> notification.
*/
- public void viewerUpdatesComplete();
+ void viewerUpdatesComplete();
/**
* Notification that a specific update has started within
@@ -35,7 +35,7 @@ public interface IViewerUpdateListener {
*
* @param update update
*/
- public void updateStarted(IViewerUpdate update);
+ void updateStarted(IViewerUpdate update);
/**
* Notification that a specific update has completed within a
@@ -43,5 +43,5 @@ public interface IViewerUpdateListener {
*
* @param update update
*/
- public void updateComplete(IViewerUpdate update);
+ void updateComplete(IViewerUpdate update);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemListener.java
index 67ffdb815..146ce409d 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemListener.java
@@ -26,7 +26,7 @@ public interface IVirtualItemListener {
*
* @param item The item that was revealed.
*/
- public void revealed(VirtualItem item);
+ void revealed(VirtualItem item);
/**
* Called when an item is disposed. It tells the viewer to
@@ -34,5 +34,5 @@ public interface IVirtualItemListener {
*
* @param item The itam that was disposed.
*/
- public void disposed(VirtualItem item);
+ void disposed(VirtualItem item);
} \ No newline at end of file
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemValidator.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemValidator.java
index 2ed6682e7..17eab9eb4 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemValidator.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IVirtualItemValidator.java
@@ -27,12 +27,12 @@ public interface IVirtualItemValidator {
* @param item Item to be tested.
* @return returns true if the item should be considered visible.
*/
- public boolean isItemVisible(VirtualItem item);
+ boolean isItemVisible(VirtualItem item);
/**
* Indicates that the viewer requested to reveal the given item in viewer.
*
* @param item Item to show.
*/
- public void showItem(VirtualItem item);
+ void showItem(VirtualItem item);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousContentAdapter.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousContentAdapter.java
index 68d47a7d2..638c76689 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousContentAdapter.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousContentAdapter.java
@@ -31,7 +31,7 @@ public interface IAsynchronousContentAdapter {
* @param context the context in which children have been requested
* @param monitor request monitor to report children to
*/
- public void retrieveChildren(Object parent, IPresentationContext context, IChildrenRequestMonitor result);
+ void retrieveChildren(Object parent, IPresentationContext context, IChildrenRequestMonitor result);
/**
* Asynchronously determines whether the given element contains children in the specified
@@ -43,6 +43,6 @@ public interface IAsynchronousContentAdapter {
* @param context the context in which children may exist
* @param monitor request monitor to report the result to
*/
- public void isContainer(Object element, IPresentationContext context, IContainerRequestMonitor result);
+ void isContainer(Object element, IPresentationContext context, IContainerRequestMonitor result);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousLabelAdapter.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousLabelAdapter.java
index 518be81dc..833747fc5 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousLabelAdapter.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IAsynchronousLabelAdapter.java
@@ -31,7 +31,7 @@ public interface IAsynchronousLabelAdapter {
* @param context the context in which the label has been requested
* @param monitor request monitor to report the result to
*/
- public void retrieveLabel(Object object, IPresentationContext context, ILabelRequestMonitor result);
+ void retrieveLabel(Object object, IPresentationContext context, ILabelRequestMonitor result);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IChildrenRequestMonitor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IChildrenRequestMonitor.java
index 3f5646c0e..29621cf8c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IChildrenRequestMonitor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IChildrenRequestMonitor.java
@@ -26,12 +26,12 @@ public interface IChildrenRequestMonitor extends IStatusMonitor {
*
* @param child child to add
*/
- public void addChild(Object child);
+ void addChild(Object child);
/**
* Adds the given children to this request.
*
* @param children children to add
*/
- public void addChildren(Object[] children);
+ void addChildren(Object[] children);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IContainerRequestMonitor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IContainerRequestMonitor.java
index be1f3b36c..aa03a4258 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IContainerRequestMonitor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/IContainerRequestMonitor.java
@@ -27,6 +27,6 @@ public interface IContainerRequestMonitor extends IStatusMonitor {
*
* @param container whether an element contains children
*/
- public void setIsContainer(boolean container);
+ void setIsContainer(boolean container);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/ILabelRequestMonitor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/ILabelRequestMonitor.java
index 967d5ac5f..2329f9eec 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/ILabelRequestMonitor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/ILabelRequestMonitor.java
@@ -30,34 +30,34 @@ public interface ILabelRequestMonitor extends IStatusMonitor {
*
* @param text
*/
- public void setLabels(String[] text);
+ void setLabels(String[] text);
/**
* Sets the font of the label.
*
* @param fontData
*/
- public void setFontDatas(FontData[] fontData);
+ void setFontDatas(FontData[] fontData);
/**
* Sets the image of the label.
*
* @param image
*/
- public void setImageDescriptors(ImageDescriptor[] image);
+ void setImageDescriptors(ImageDescriptor[] image);
/**
* Sets the foreground color of the label.
*
* @param foreground
*/
- public void setForegrounds(RGB[] foreground);
+ void setForegrounds(RGB[] foreground);
/**
* Sets the background color of the label.
*
* @param background
*/
- public void setBackgrounds(RGB[] background);
+ void setBackgrounds(RGB[] background);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/IDebugExceptionHandler.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/IDebugExceptionHandler.java
index 1be2ce3e7..1ee985a49 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/IDebugExceptionHandler.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/IDebugExceptionHandler.java
@@ -23,6 +23,6 @@ public interface IDebugExceptionHandler {
*
* @param e debug exception
*/
- public abstract void handleException(DebugException e);
+ void handleException(DebugException e);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryView.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryView.java
index 4a54366be..9dc648e3f 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryView.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryView.java
@@ -21,18 +21,18 @@ public interface IMemoryView {
/**
* @return the top view tab from the Memory View
*/
- public IMemoryViewTab getTopMemoryTab();
+ IMemoryViewTab getTopMemoryTab();
/**
* @return all view tabs from current tab folder
*/
- public IMemoryViewTab[] getAllViewTabs();
+ IMemoryViewTab[] getAllViewTabs();
/**
* Move specified view tab to the top
*
* @param viewTab
*/
- public void moveToTop(IMemoryViewTab viewTab);
+ void moveToTop(IMemoryViewTab viewTab);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewPane.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewPane.java
index 85481db34..c6e4dad75 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewPane.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewPane.java
@@ -34,29 +34,29 @@ public interface IMemoryViewPane {
* @param label
* @return the control of the view pane
*/
- public Control createViewPane(Composite parent, String paneId, String label);
+ Control createViewPane(Composite parent, String paneId, String label);
/**
* Restore view pane based on current selection from the debug view. Create
* memory blocks or renderings that currently exist in the debug session.
*/
- public void restoreViewPane();
+ void restoreViewPane();
/**
* Dispose the view pane
*/
- public void dispose();
+ void dispose();
/**
* @return unique identifier of the view pane
*/
- public String getId();
+ String getId();
/**
* @return array of actions to be contributed to the view pane's acition
* bar.
*/
- public IAction[] getActions();
+ IAction[] getActions();
/**
* Add the given selection listener to the view pane. The selection listener
@@ -64,7 +64,7 @@ public interface IMemoryViewPane {
*
* @param listener
*/
- public void addSelectionListener(ISelectionChangedListener listener);
+ void addSelectionListener(ISelectionChangedListener listener);
/**
* Remove the selection listener from the view pane. The listener will no
@@ -72,28 +72,28 @@ public interface IMemoryViewPane {
*
* @param listener
*/
- public void removeSelctionListener(ISelectionChangedListener listener);
+ void removeSelctionListener(ISelectionChangedListener listener);
/**
* @return the selection provider of the view pane
*/
- public ISelectionProvider getSelectionProvider();
+ ISelectionProvider getSelectionProvider();
/**
* @return the control for ths memory view pane
*/
- public Control getControl();
+ Control getControl();
/**
* Called when the view pane becomes visible or hidden
*
* @param visible visibility state of teh view pane
*/
- public void setVisible(boolean visible);
+ void setVisible(boolean visible);
/**
* @return if the view pane is currently visible
*/
- public boolean isVisible();
+ boolean isVisible();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java
index 1b89e2204..880b16537 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/IMemoryViewTab.java
@@ -25,39 +25,39 @@ public interface IMemoryViewTab {
/**
* Remove the view tab.
*/
- public void dispose();
+ void dispose();
/**
* @return if the view tab is disposed
*/
- public boolean isDisposed();
+ boolean isDisposed();
/**
* @return enablement state of the view tab.
*/
- public boolean isEnabled();
+ boolean isEnabled();
/**
* Sets the enablament state of the view tab.
*
* @param enabled
*/
- public void setEnabled(boolean enabled);
+ void setEnabled(boolean enabled);
/**
* Set view tab's label
*
* @param label
*/
- public void setTabLabel(String label);
+ void setTabLabel(String label);
/**
* @return view tab's label, null if the label is not available
*/
- public String getTabLabel();
+ String getTabLabel();
/**
* @return the rendering of this view tab
*/
- public IMemoryRendering getRendering();
+ IMemoryRendering getRendering();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IContentChangeComputer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IContentChangeComputer.java
index 8aa6ff19c..ee00b95b8 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IContentChangeComputer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IContentChangeComputer.java
@@ -13,12 +13,12 @@ package org.eclipse.debug.internal.ui.views.memory.renderings;
public interface IContentChangeComputer {
- public void clearCache();
+ void clearCache();
- public void cache(Object[] elements);
+ void cache(Object[] elements);
- public Object[] compare(Object[] newElements);
+ Object[] compare(Object[] newElements);
- public boolean isEmpty();
+ boolean isEmpty();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IPresentationErrorListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IPresentationErrorListener.java
index 493b17db9..8387d6e42 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IPresentationErrorListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IPresentationErrorListener.java
@@ -16,5 +16,5 @@ import org.eclipse.debug.internal.ui.viewers.model.provisional.IStatusMonitor;
public interface IPresentationErrorListener {
- public void handlePresentationFailure(IStatusMonitor monitor, IStatus status);
+ void handlePresentationFailure(IStatusMonitor monitor, IStatus status);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IVirtualContentListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IVirtualContentListener.java
index 86e3217f7..2fea25879 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IVirtualContentListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/IVirtualContentListener.java
@@ -13,22 +13,22 @@ package org.eclipse.debug.internal.ui.views.memory.renderings;
public interface IVirtualContentListener {
- public int BUFFER_START = 0;
- public int BUFFER_END = 1;
+ int BUFFER_START = 0;
+ int BUFFER_END = 1;
/**
* Called when the viewer is at the beginning of its bufferred content
*/
- public void handledAtBufferStart();
+ void handledAtBufferStart();
/**
* Called when viewer is at the end of its bufferred content
*/
- public void handleAtBufferEnd();
+ void handleAtBufferEnd();
/**
* @return
*/
- public int getThreshold(int bufferEndOrStart);
+ int getThreshold(int bufferEndOrStart);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/modules/IHelpContextIdProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/modules/IHelpContextIdProvider.java
index 48c093904..a1c9423af 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/modules/IHelpContextIdProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/modules/IHelpContextIdProvider.java
@@ -31,5 +31,5 @@ public interface IHelpContextIdProvider {
* @return the help context id that should be used in place of the given help context id
* or <code>null</code> if default is to be used
*/
- public String getHelpContextId(String helpId);
+ String getHelpContextId(String helpId);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer.java
index 59a6b3a4a..f806efcab 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer.java
@@ -30,21 +30,21 @@ public interface IDetailPaneContainer {
*
* @return the ID of the current detail pane
*/
- public String getCurrentPaneID();
+ String getCurrentPaneID();
/**
* Returns the selection to be displayed in the detail pane.
*
* @return the selection to be displayed in the detail pane.
*/
- public IStructuredSelection getCurrentSelection();
+ IStructuredSelection getCurrentSelection();
/**
* Returns the composite that detail panes will be added to.
*
* @return the composite that detail panes will be added to
*/
- public Composite getParentComposite();
+ Composite getParentComposite();
/**
* Returns the workbench part site that the detail pane is in or <code>null</code>
@@ -52,18 +52,18 @@ public interface IDetailPaneContainer {
*
* @return the workbench part site the detail pane is in or <code>null</code>
*/
- public IWorkbenchPartSite getWorkbenchPartSite();
+ IWorkbenchPartSite getWorkbenchPartSite();
/**
* Refreshes the current detail pane with the current selection.
*/
- public void refreshDetailPaneContents();
+ void refreshDetailPaneContents();
/**
* Informs the container that the type of detail pane being used has changed.
*
* @param newPaneID ID of the new detail pane
*/
- public void paneChanged(String newPaneID);
+ void paneChanged(String newPaneID);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java
index 7357961ea..130e2a0fc 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java
@@ -25,5 +25,5 @@ public interface IDetailPaneContainer2 extends IDetailPaneContainer {
*
* @param provider the selection provider or <code>null</code>
*/
- public void setSelectionProvider(ISelectionProvider provider);
+ void setSelectionProvider(ISelectionProvider provider);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IBreakpointOrganizerDelegate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IBreakpointOrganizerDelegate.java
index 8a38e262d..a721231d8 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IBreakpointOrganizerDelegate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IBreakpointOrganizerDelegate.java
@@ -63,7 +63,7 @@ public interface IBreakpointOrganizerDelegate {
*
* @see IPropertyChangeListener
*/
- public static final String P_CATEGORY_CHANGED = DebugUIPlugin.getUniqueIdentifier() + ".P_CATEGORY_CHANGED"; //$NON-NLS-1$
+ String P_CATEGORY_CHANGED = DebugUIPlugin.getUniqueIdentifier() + ".P_CATEGORY_CHANGED"; //$NON-NLS-1$
/**
* Returns objects representing the categories of the specified
@@ -75,7 +75,7 @@ public interface IBreakpointOrganizerDelegate {
* @param breakpoint breakpoint to classify
* @return categories of the given breakpoint or <code>null</code>
*/
- public IAdaptable[] getCategories(IBreakpoint breakpoint);
+ IAdaptable[] getCategories(IBreakpoint breakpoint);
/**
* Adds the specified listener. Has no effect if an identical listener is
@@ -83,7 +83,7 @@ public interface IBreakpointOrganizerDelegate {
*
* @param listener listener to add
*/
- public void addPropertyChangeListener(IPropertyChangeListener listener);
+ void addPropertyChangeListener(IPropertyChangeListener listener);
/**
* Removes the specified listener. Has no effect if an identical listener
@@ -91,7 +91,7 @@ public interface IBreakpointOrganizerDelegate {
*
* @param listener listener to remove
*/
- public void removePropertyChangeListener(IPropertyChangeListener listener);
+ void removePropertyChangeListener(IPropertyChangeListener listener);
/**
* Adds the specified breakpoint to the given category. Only called
@@ -101,7 +101,7 @@ public interface IBreakpointOrganizerDelegate {
* @param breakpoint breakpoint to recategorize
* @param category the breakpoint's new category
*/
- public void addBreakpoint(IBreakpoint breakpoint, IAdaptable category);
+ void addBreakpoint(IBreakpoint breakpoint, IAdaptable category);
/**
* Removes the specified breakpoint from the given category. Only
@@ -111,7 +111,7 @@ public interface IBreakpointOrganizerDelegate {
* @param breakpoint breakpoint to recategorize
* @param category the category the breakpoint is remove from
*/
- public void removeBreakpoint(IBreakpoint breakpoint, IAdaptable category);
+ void removeBreakpoint(IBreakpoint breakpoint, IAdaptable category);
/**
* Returns whether the given breakpoint can be categorized in the
@@ -122,7 +122,7 @@ public interface IBreakpointOrganizerDelegate {
* @return whether the given breakpoint can be categorized in the
* specified category
*/
- public boolean canAdd(IBreakpoint breakpoint, IAdaptable category);
+ boolean canAdd(IBreakpoint breakpoint, IAdaptable category);
/**
* Returns whether the given breakpoint can be removed from the given
@@ -133,7 +133,7 @@ public interface IBreakpointOrganizerDelegate {
* @return whether the given breakpoint can be removed from the given
* category
*/
- public boolean canRemove(IBreakpoint breakpoint, IAdaptable category);
+ boolean canRemove(IBreakpoint breakpoint, IAdaptable category);
/**
* Returns all categories managed by this organizer, or <code>null</code>.
@@ -144,11 +144,11 @@ public interface IBreakpointOrganizerDelegate {
*
* @return all categories managed by this organizer, or <code>null</code>
*/
- public IAdaptable[] getCategories();
+ IAdaptable[] getCategories();
/**
* Disposes this breakpoint organizer.
*/
- public void dispose();
+ void dispose();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IBreakpointOrganizerDelegateExtension.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IBreakpointOrganizerDelegateExtension.java
index 2b8fabb5c..01e949762 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IBreakpointOrganizerDelegateExtension.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IBreakpointOrganizerDelegateExtension.java
@@ -32,7 +32,7 @@ public interface IBreakpointOrganizerDelegateExtension extends IBreakpointOrgani
* @param breakpoints breakpoints add
* @param category the breakpoints' new category
*/
- public void addBreakpoints(IBreakpoint[] breakpoints, IAdaptable category);
+ void addBreakpoints(IBreakpoint[] breakpoints, IAdaptable category);
/**
* Removes the specified breakpoints from the given category. Only
@@ -42,7 +42,7 @@ public interface IBreakpointOrganizerDelegateExtension extends IBreakpointOrgani
* @param breakpoints breakpoints to remove
* @param category the category the breakpoint is remove from
*/
- public void removeBreakpoints(IBreakpoint[] breakpoints, IAdaptable category);
+ void removeBreakpoints(IBreakpoint[] breakpoints, IAdaptable category);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugEditorPresentation.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugEditorPresentation.java
index 857e126c6..263429f10 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugEditorPresentation.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugEditorPresentation.java
@@ -37,7 +37,7 @@ public interface IDebugEditorPresentation {
* source
* @return <code>true</code> if annotations were added to the given editor part <code>false</code> otherwise
*/
- public boolean addAnnotations(IEditorPart editorPart, IStackFrame frame);
+ boolean addAnnotations(IEditorPart editorPart, IStackFrame frame);
/**
* Removes any debug related annotations from the given editor.
@@ -50,5 +50,5 @@ public interface IDebugEditorPresentation {
* @param thread the thread for which stack frame annotations were
* added to the editor
*/
- public void removeAnnotations(IEditorPart editorPart, IThread thread);
+ void removeAnnotations(IEditorPart editorPart, IThread thread);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentation.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentation.java
index cb1ed1ff9..07fa53ede 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentation.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentation.java
@@ -92,7 +92,7 @@ public interface IDebugModelPresentation extends ILabelProvider, ISourcePresenta
* variables.
* @see #setAttribute(String, Object)
*/
- public final static String DISPLAY_VARIABLE_TYPE_NAMES= IDebugUIConstants.PLUGIN_ID + ".displayVariableTypeNames"; //$NON-NLS-1$
+ String DISPLAY_VARIABLE_TYPE_NAMES= IDebugUIConstants.PLUGIN_ID + ".displayVariableTypeNames"; //$NON-NLS-1$
/**
* Sets a presentation attribute of this label provider. For example,
* see the presentation attribute <code>DISPLAY_VARIABLE_TYPE_NAMES</code>
@@ -111,8 +111,7 @@ public interface IDebugModelPresentation extends ILabelProvider, ISourcePresenta
* image should be used
* @see ILabelProvider
*/
- @Override
- public Image getImage(Object element);
+ @Override Image getImage(Object element);
/**
* Returns a label for the element, or <code>null</code> if a default
* label should be used.
@@ -122,8 +121,7 @@ public interface IDebugModelPresentation extends ILabelProvider, ISourcePresenta
* label should be used
* @see ILabelProvider
*/
- @Override
- public String getText(Object element);
+ @Override String getText(Object element);
/**
* Computes a detailed description of the given value, reporting
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentationExtension.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentationExtension.java
index 06d625c4f..1c2e6c34c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentationExtension.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentationExtension.java
@@ -37,5 +37,5 @@ public interface IDebugModelPresentationExtension extends IDebugModelPresentatio
* @param element the element a label is to be retrieved for
* @return whether label related methods should be called on the UI thread
*/
- public boolean requiresUIThread(Object element);
+ boolean requiresUIThread(Object element);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
index 467afa298..7e2cc072b 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
@@ -118,29 +118,29 @@ public interface IDebugUIConstants {
/**
* Debug UI plug-in identifier (value <code>"org.eclipse.debug.ui"</code>).
*/
- public static final String PLUGIN_ID = "org.eclipse.debug.ui"; //$NON-NLS-1$;
+ String PLUGIN_ID = "org.eclipse.debug.ui"; //$NON-NLS-1$;
/**
* Debug perspective identifier (value <code>"org.eclipse.debug.ui.DebugPerspective"</code>).
*/
- public static final String ID_DEBUG_PERSPECTIVE = PLUGIN_ID + ".DebugPerspective"; //$NON-NLS-1$
+ String ID_DEBUG_PERSPECTIVE = PLUGIN_ID + ".DebugPerspective"; //$NON-NLS-1$
/**
* Console type identifier (value <code>"org.eclipse.debug.ui.ProcessConsoleType"</code>).
*
* @since 3.1
*/
- public static final String ID_PROCESS_CONSOLE_TYPE = PLUGIN_ID + ".ProcessConsoleType"; //$NON-NLS-1$
+ String ID_PROCESS_CONSOLE_TYPE = PLUGIN_ID + ".ProcessConsoleType"; //$NON-NLS-1$
/**
* Constant for referring to no perspective.
*/
- public static final String PERSPECTIVE_NONE = "perspective_none"; //$NON-NLS-1$
+ String PERSPECTIVE_NONE = "perspective_none"; //$NON-NLS-1$
/**
* Constant for referring to a default perspective.
*/
- public static final String PERSPECTIVE_DEFAULT = "perspective_default"; //$NON-NLS-1$
+ String PERSPECTIVE_DEFAULT = "perspective_default"; //$NON-NLS-1$
// Preferences
@@ -149,26 +149,26 @@ public interface IDebugUIConstants {
* launch configuration. This default is used if a particular launch configuration does not
* override the 'switch to perspective when in run mode' attribute with something else.
*/
- public static final String PREF_SHOW_RUN_PERSPECTIVE_DEFAULT= PLUGIN_ID + ".show_run_perspective_default"; //$NON-NLS-1$
+ String PREF_SHOW_RUN_PERSPECTIVE_DEFAULT= PLUGIN_ID + ".show_run_perspective_default"; //$NON-NLS-1$
/**
* String preference that identifies the default 'switch to perspective id' when debugging a
* launch configuration. This default is used if a particular launch configuration does not
* override the 'switch to perspective when in debug mode' attribute with something else.
*/
- public static final String PREF_SHOW_DEBUG_PERSPECTIVE_DEFAULT= PLUGIN_ID + ".show_debug_perspective_default"; //$NON-NLS-1$
+ String PREF_SHOW_DEBUG_PERSPECTIVE_DEFAULT= PLUGIN_ID + ".show_debug_perspective_default"; //$NON-NLS-1$
/**
* Boolean preference controlling whether a build is done before
* launching a program (if one is needed).
*/
- public static final String PREF_BUILD_BEFORE_LAUNCH= PLUGIN_ID + ".build_before_launch"; //$NON-NLS-1$
+ String PREF_BUILD_BEFORE_LAUNCH= PLUGIN_ID + ".build_before_launch"; //$NON-NLS-1$
/**
* Boolean preference controlling automatic removal of terminated launches
* when a new launch is registered.
* @since 2.0
*/
- public static final String PREF_AUTO_REMOVE_OLD_LAUNCHES= PLUGIN_ID + ".auto_remove_old_launches"; //$NON-NLS-1$
+ String PREF_AUTO_REMOVE_OLD_LAUNCHES= PLUGIN_ID + ".auto_remove_old_launches"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the debugger re-uses non-dirty editors
@@ -178,14 +178,14 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String PREF_REUSE_EDITOR = PLUGIN_ID + ".reuse_editor"; //$NON-NLS-1$
+ String PREF_REUSE_EDITOR = PLUGIN_ID + ".reuse_editor"; //$NON-NLS-1$
/**
* Integer preference that specifies the length of the Run & Debug launch history lists.
*
* @since 2.0
*/
- public static final String PREF_MAX_HISTORY_SIZE = PLUGIN_ID + ".max_history_size"; //$NON-NLS-1$
+ String PREF_MAX_HISTORY_SIZE = PLUGIN_ID + ".max_history_size"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the debugger shows types names
@@ -195,8 +195,7 @@ public interface IDebugUIConstants {
* @since 2.0
* @deprecated no longer used
*/
- @Deprecated
- public static final String PREF_SHOW_TYPE_NAMES = PLUGIN_ID + ".show_type_names"; //$NON-NLS-1$
+ @Deprecated String PREF_SHOW_TYPE_NAMES = PLUGIN_ID + ".show_type_names"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the debugger shows the detail pane
@@ -206,8 +205,7 @@ public interface IDebugUIConstants {
* @since 2.0
* @deprecated no longer used
*/
- @Deprecated
- public static final String PREF_SHOW_DETAIL_PANE = PLUGIN_ID + ".show_detail_pane"; //$NON-NLS-1$
+ @Deprecated String PREF_SHOW_DETAIL_PANE = PLUGIN_ID + ".show_detail_pane"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the debugger will force activate the active
@@ -215,7 +213,7 @@ public interface IDebugUIConstants {
*
* @since 2.1
*/
- public static final String PREF_ACTIVATE_WORKBENCH= PLUGIN_ID + ".activate_workbench"; //$NON-NLS-1$
+ String PREF_ACTIVATE_WORKBENCH= PLUGIN_ID + ".activate_workbench"; //$NON-NLS-1$
/**
* Boolean preference controlling whether breakpoints are
@@ -225,7 +223,7 @@ public interface IDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_SKIP_BREAKPOINTS_DURING_RUN_TO_LINE= PLUGIN_ID + ".skip_breakpoints_during_run_to_line"; //$NON-NLS-1$
+ String PREF_SKIP_BREAKPOINTS_DURING_RUN_TO_LINE= PLUGIN_ID + ".skip_breakpoints_during_run_to_line"; //$NON-NLS-1$
/**
* String preference controlling in which perspectives view management will
@@ -236,7 +234,7 @@ public interface IDebugUIConstants {
*
* @since 3.0
*/
- public static final String PREF_MANAGE_VIEW_PERSPECTIVES= PLUGIN_ID + ".manage_view_perspectives"; //$NON-NLS-1$
+ String PREF_MANAGE_VIEW_PERSPECTIVES= PLUGIN_ID + ".manage_view_perspectives"; //$NON-NLS-1$
/**
* The default value of the {@link IDebugUIConstants#PREF_MANAGE_VIEW_PERSPECTIVES} preference.
@@ -245,55 +243,54 @@ public interface IDebugUIConstants {
*
* @since 3.5
*/
- public static final String PREF_MANAGE_VIEW_PERSPECTIVES_DEFAULT= "DEFAULT"; //$NON-NLS-1$
+ String PREF_MANAGE_VIEW_PERSPECTIVES_DEFAULT= "DEFAULT"; //$NON-NLS-1$
/**
* Font preference setting for the process console.
*
* @since 3.3
*/
- public static final String PREF_CONSOLE_FONT= "org.eclipse.debug.ui.consoleFont"; //$NON-NLS-1$
+ String PREF_CONSOLE_FONT= "org.eclipse.debug.ui.consoleFont"; //$NON-NLS-1$
/**
* Debug view identifier (value <code>"org.eclipse.debug.ui.DebugView"</code>).
*/
- public static final String ID_DEBUG_VIEW= "org.eclipse.debug.ui.DebugView"; //$NON-NLS-1$
+ String ID_DEBUG_VIEW= "org.eclipse.debug.ui.DebugView"; //$NON-NLS-1$
/**
* Breakpoint view identifier (value <code>"org.eclipse.debug.ui.BreakpointView"</code>).
*/
- public static final String ID_BREAKPOINT_VIEW= "org.eclipse.debug.ui.BreakpointView"; //$NON-NLS-1$
+ String ID_BREAKPOINT_VIEW= "org.eclipse.debug.ui.BreakpointView"; //$NON-NLS-1$
/**
* Variable view identifier (value <code>"org.eclipse.debug.ui.VariableView"</code>).
*/
- public static final String ID_VARIABLE_VIEW= "org.eclipse.debug.ui.VariableView"; //$NON-NLS-1$
+ String ID_VARIABLE_VIEW= "org.eclipse.debug.ui.VariableView"; //$NON-NLS-1$
/**
* Expression view identifier (value <code>"org.eclipse.debug.ui.ExpressionView"</code>).
* @since 2.0
*/
- public static final String ID_EXPRESSION_VIEW= "org.eclipse.debug.ui.ExpressionView"; //$NON-NLS-1$
+ String ID_EXPRESSION_VIEW= "org.eclipse.debug.ui.ExpressionView"; //$NON-NLS-1$
/**
* Register view identifier (value <code>"org.eclipse.debug.ui.RegisterView"</code>).
* @since 3.0
*/
- public static final String ID_REGISTER_VIEW= "org.eclipse.debug.ui.RegisterView"; //$NON-NLS-1$
+ String ID_REGISTER_VIEW= "org.eclipse.debug.ui.RegisterView"; //$NON-NLS-1$
/**
* Module view identifier (value <code>"org.eclipse.debug.ui.ModuleView"</code>).
* @since 3.4
*/
- public static final String ID_MODULE_VIEW= "org.eclipse.debug.ui.ModuleView"; //$NON-NLS-1$
+ String ID_MODULE_VIEW= "org.eclipse.debug.ui.ModuleView"; //$NON-NLS-1$
/**
* Console view identifier (value <code>"org.eclipse.debug.ui.ConsoleView"</code>).
* @deprecated Use org.eclipse.ui.console.IConsoleConstants.ID_CONSOLE_VIEW
* @since 3.0
*/
- @Deprecated
- public static final String ID_CONSOLE_VIEW= "org.eclipse.debug.ui.ConsoleView"; //$NON-NLS-1$
+ @Deprecated String ID_CONSOLE_VIEW= "org.eclipse.debug.ui.ConsoleView"; //$NON-NLS-1$
// Console stream identifiers
@@ -303,7 +300,7 @@ public interface IDebugUIConstants {
* @see org.eclipse.debug.ui.console.IConsoleColorProvider#getColor(String)
* @since 2.1
*/
- public static final String ID_STANDARD_OUTPUT_STREAM = IDebugUIConstants.PLUGIN_ID + ".ID_STANDARD_OUTPUT_STREAM"; //$NON-NLS-1$
+ String ID_STANDARD_OUTPUT_STREAM = IDebugUIConstants.PLUGIN_ID + ".ID_STANDARD_OUTPUT_STREAM"; //$NON-NLS-1$
/**
* Identifier for the standard error stream.
@@ -311,7 +308,7 @@ public interface IDebugUIConstants {
* @see org.eclipse.debug.ui.console.IConsoleColorProvider#getColor(String)
* @since 2.1
*/
- public static final String ID_STANDARD_ERROR_STREAM = IDebugUIConstants.PLUGIN_ID + ".ID_STANDARD_ERROR_STREAM"; //$NON-NLS-1$
+ String ID_STANDARD_ERROR_STREAM = IDebugUIConstants.PLUGIN_ID + ".ID_STANDARD_ERROR_STREAM"; //$NON-NLS-1$
/**
* Identifier for the standard input stream.
@@ -319,243 +316,242 @@ public interface IDebugUIConstants {
* @see org.eclipse.debug.ui.console.IConsoleColorProvider#getColor(String)
* @since 2.1
*/
- public static final String ID_STANDARD_INPUT_STREAM = IDebugUIConstants.PLUGIN_ID + ".ID_STANDARD_INPUT_STREAM"; //$NON-NLS-1$
+ String ID_STANDARD_INPUT_STREAM = IDebugUIConstants.PLUGIN_ID + ".ID_STANDARD_INPUT_STREAM"; //$NON-NLS-1$
// Debug Action images
/**
* Debug action image identifier.
*/
- public static final String IMG_ACT_DEBUG= "IMG_ACT_DEBUG"; //$NON-NLS-1$
+ String IMG_ACT_DEBUG= "IMG_ACT_DEBUG"; //$NON-NLS-1$
/**
* Run action image identifier.
*/
- public static final String IMG_ACT_RUN= "IMG_ACT_RUN"; //$NON-NLS-1$
+ String IMG_ACT_RUN= "IMG_ACT_RUN"; //$NON-NLS-1$
/** "Link with View" action image identifier. */
- public static final String IMG_ACT_SYNCED= "IMG_ACT_SYNCED"; //$NON-NLS-1$
+ String IMG_ACT_SYNCED= "IMG_ACT_SYNCED"; //$NON-NLS-1$
/** "Skip Breakpoints" action image identifier */
- public static final String IMG_SKIP_BREAKPOINTS= "IMG_SKIP_BREAKPOINTS"; //$NON-NLS-1$
+ String IMG_SKIP_BREAKPOINTS= "IMG_SKIP_BREAKPOINTS"; //$NON-NLS-1$
/** Clear action image identifier.
* @deprecated use the platform shared image for clear - {@link ISharedImages#IMG_ETOOL_CLEAR}*/
- @Deprecated
- public static final String IMG_LCL_CLEAR= "IMG_LCL_CLEAR"; //$NON-NLS-1$
+ @Deprecated String IMG_LCL_CLEAR= "IMG_LCL_CLEAR"; //$NON-NLS-1$
/** Display variable type names action image identifier. */
- public static final String IMG_LCL_TYPE_NAMES= "IMG_LCL_TYPE_NAMES"; //$NON-NLS-1$
+ String IMG_LCL_TYPE_NAMES= "IMG_LCL_TYPE_NAMES"; //$NON-NLS-1$
/** Toggle detail pane action image identifier.*/
- public static final String IMG_LCL_DETAIL_PANE= "IMG_LCL_DETAIL_PANE"; //$NON-NLS-1$
+ String IMG_LCL_DETAIL_PANE= "IMG_LCL_DETAIL_PANE"; //$NON-NLS-1$
/** Change variable value action image identifier.*/
- public static final String IMG_LCL_CHANGE_VARIABLE_VALUE= "IMG_LCL_CHANGE_VARIABLE_VALUE"; //$NON-NLS-1$
+ String IMG_LCL_CHANGE_VARIABLE_VALUE= "IMG_LCL_CHANGE_VARIABLE_VALUE"; //$NON-NLS-1$
/**
* Disconnect action image identifier
*
* @since 2.0
*/
- public static final String IMG_LCL_DISCONNECT= "IMG_LCL_DISCONNECT"; //$NON-NLS-1$
+ String IMG_LCL_DISCONNECT= "IMG_LCL_DISCONNECT"; //$NON-NLS-1$
/**
* Scroll lock action image identifier
*
* @since 2.1
*/
- public static final String IMG_LCL_LOCK = "IMG_LCL_LOCK"; //$NON-NLS-1$
+ String IMG_LCL_LOCK = "IMG_LCL_LOCK"; //$NON-NLS-1$
/**
* Add action image identifier.
*
* @since 3.8
*/
- public static final String IMG_LCL_ADD = "IMG_LCL_MONITOR_EXPRESSION"; //$NON-NLS-1$
+ String IMG_LCL_ADD = "IMG_LCL_MONITOR_EXPRESSION"; //$NON-NLS-1$
/**
* Remove all action image identifier
*
* @since 2.1
*/
- public static final String IMG_LCL_REMOVE_ALL = "IMG_LCL_REMOVE_ALL"; //$NON-NLS-1$
+ String IMG_LCL_REMOVE_ALL = "IMG_LCL_REMOVE_ALL"; //$NON-NLS-1$
/**
* Remove action image identifier
*
* @since 3.2
*/
- public static final String IMG_LCL_REMOVE = "IMG_LCL_REMOVE"; //$NON-NLS-1$
+ String IMG_LCL_REMOVE = "IMG_LCL_REMOVE"; //$NON-NLS-1$
/**
* Content assist action image identifier.
*/
- public static final String IMG_LCL_CONTENT_ASSIST= "IMG_LCL_CONTENT_ASSIST"; //$NON-NLS-1$
+ String IMG_LCL_CONTENT_ASSIST= "IMG_LCL_CONTENT_ASSIST"; //$NON-NLS-1$
/**
* Content assist action image identifier (enabled).
*/
- public static final String IMG_ELCL_CONTENT_ASSIST= "IMG_ELCL_CONTENT_ASSIST"; //$NON-NLS-1$
+ String IMG_ELCL_CONTENT_ASSIST= "IMG_ELCL_CONTENT_ASSIST"; //$NON-NLS-1$
/**
* Content assist action image identifier (disabled).
*/
- public static final String IMG_DLCL_CONTENT_ASSIST= "IMG_DLCL_CONTENT_ASSIST"; //$NON-NLS-1$
+ String IMG_DLCL_CONTENT_ASSIST= "IMG_DLCL_CONTENT_ASSIST"; //$NON-NLS-1$
/**
* Content assist action image identifier.
*/
- public static final String IMG_LCL_DETAIL_PANE_UNDER= "IMG_LCL_DETAIL_PANE_UNDER"; //$NON-NLS-1$
+ String IMG_LCL_DETAIL_PANE_UNDER= "IMG_LCL_DETAIL_PANE_UNDER"; //$NON-NLS-1$
/**
* Content assist action image identifier.
*/
- public static final String IMG_LCL_DETAIL_PANE_RIGHT= "IMG_LCL_DETAIL_PANE_RIGHT"; //$NON-NLS-1$
+ String IMG_LCL_DETAIL_PANE_RIGHT= "IMG_LCL_DETAIL_PANE_RIGHT"; //$NON-NLS-1$
/**
* Content assist action image identifier.
*/
- public static final String IMG_LCL_DETAIL_PANE_HIDE= "IMG_LCL_DETAIL_PANE_HIDE"; //$NON-NLS-1$
+ String IMG_LCL_DETAIL_PANE_HIDE= "IMG_LCL_DETAIL_PANE_HIDE"; //$NON-NLS-1$
// Debug element images
/** Debug mode launch image identifier. */
- public static final String IMG_OBJS_LAUNCH_DEBUG= "IMG_OBJS_LAUNCH_DEBUG"; //$NON-NLS-1$
+ String IMG_OBJS_LAUNCH_DEBUG= "IMG_OBJS_LAUNCH_DEBUG"; //$NON-NLS-1$
/** Run mode launch image identifier. */
- public static final String IMG_OBJS_LAUNCH_RUN= "IMG_OBJS_LAUNCH_RUN"; //$NON-NLS-1$
+ String IMG_OBJS_LAUNCH_RUN= "IMG_OBJS_LAUNCH_RUN"; //$NON-NLS-1$
/** Terminated run mode launch image identifier. */
- public static final String IMG_OBJS_LAUNCH_RUN_TERMINATED= "IMG_OBJS_LAUNCH_RUN_TERMINATED"; //$NON-NLS-1$
+ String IMG_OBJS_LAUNCH_RUN_TERMINATED= "IMG_OBJS_LAUNCH_RUN_TERMINATED"; //$NON-NLS-1$
/** Running debug target image identifier. */
- public static final String IMG_OBJS_DEBUG_TARGET= "IMG_OBJS_DEBUG_TARGET"; //$NON-NLS-1$
+ String IMG_OBJS_DEBUG_TARGET= "IMG_OBJS_DEBUG_TARGET"; //$NON-NLS-1$
/** Suspended debug target image identifier. */
- public static final String IMG_OBJS_DEBUG_TARGET_SUSPENDED= "IMG_OBJS_DEBUG_TARGET_SUSPENDED"; //$NON-NLS-1$
+ String IMG_OBJS_DEBUG_TARGET_SUSPENDED= "IMG_OBJS_DEBUG_TARGET_SUSPENDED"; //$NON-NLS-1$
/** Terminated debug target image identifier. */
- public static final String IMG_OBJS_DEBUG_TARGET_TERMINATED= "IMG_OBJS_DEBUG_TARGET_TERMINATED"; //$NON-NLS-1$
+ String IMG_OBJS_DEBUG_TARGET_TERMINATED= "IMG_OBJS_DEBUG_TARGET_TERMINATED"; //$NON-NLS-1$
/** Running thread image identifier. */
- public static final String IMG_OBJS_THREAD_RUNNING= "IMG_OBJS_THREAD_RUNNING"; //$NON-NLS-1$
+ String IMG_OBJS_THREAD_RUNNING= "IMG_OBJS_THREAD_RUNNING"; //$NON-NLS-1$
/** Suspended thread image identifier. */
- public static final String IMG_OBJS_THREAD_SUSPENDED= "IMG_OBJS_THREAD_SUSPENDED"; //$NON-NLS-1$
+ String IMG_OBJS_THREAD_SUSPENDED= "IMG_OBJS_THREAD_SUSPENDED"; //$NON-NLS-1$
/** Terminated thread image identifier. */
- public static final String IMG_OBJS_THREAD_TERMINATED= "IMG_OBJS_THREAD_TERMINATED"; //$NON-NLS-1$
+ String IMG_OBJS_THREAD_TERMINATED= "IMG_OBJS_THREAD_TERMINATED"; //$NON-NLS-1$
/** Stack frame (suspended) image identifier. */
- public static final String IMG_OBJS_STACKFRAME= "IMG_OBJS_STACKFRAME"; //$NON-NLS-1$
+ String IMG_OBJS_STACKFRAME= "IMG_OBJS_STACKFRAME"; //$NON-NLS-1$
/** Stack frame (running) image identifier. */
- public static final String IMG_OBJS_STACKFRAME_RUNNING= "IMG_OBJS_STACKFRAME_RUNNING"; //$NON-NLS-1$
+ String IMG_OBJS_STACKFRAME_RUNNING= "IMG_OBJS_STACKFRAME_RUNNING"; //$NON-NLS-1$
/** Enabled breakpoint image identifier. */
- public static final String IMG_OBJS_BREAKPOINT= "IMG_OBJS_BREAKPOINT"; //$NON-NLS-1$
+ String IMG_OBJS_BREAKPOINT= "IMG_OBJS_BREAKPOINT"; //$NON-NLS-1$
/** Disabled breakpoint image identifier. */
- public static final String IMG_OBJS_BREAKPOINT_DISABLED= "IMG_OBJS_BREAKPOINT_DISABLED"; //$NON-NLS-1$
+ String IMG_OBJS_BREAKPOINT_DISABLED= "IMG_OBJS_BREAKPOINT_DISABLED"; //$NON-NLS-1$
/**
* Breakpoint group image identifier.
*
* @since 3.1
*/
- public static final String IMG_OBJS_BREAKPOINT_GROUP = "IMG_OBJS_BREAKPOINT_GROUP"; //$NON-NLS-1$
+ String IMG_OBJS_BREAKPOINT_GROUP = "IMG_OBJS_BREAKPOINT_GROUP"; //$NON-NLS-1$
/**
* Disabled breakpoint group image identifier.
*
* @since 3.1
*/
- public static final String IMG_OBJS_BREAKPOINT_GROUP_DISABLED = "IMG_OBJS_BREAKPOINT_GROUP_DISABLED"; //$NON-NLS-1$
+ String IMG_OBJS_BREAKPOINT_GROUP_DISABLED = "IMG_OBJS_BREAKPOINT_GROUP_DISABLED"; //$NON-NLS-1$
/**
* Enabled watchpoint image identifier (access & modification).
* @since 3.0
*/
- public static final String IMG_OBJS_WATCHPOINT= "IMG_OBJS_WATCHPOINT"; //$NON-NLS-1$
+ String IMG_OBJS_WATCHPOINT= "IMG_OBJS_WATCHPOINT"; //$NON-NLS-1$
/**
* Disabled watchpoint image identifier (access & modification).
* @since 3.0
*/
- public static final String IMG_OBJS_WATCHPOINT_DISABLED= "IMG_OBJS_WATCHPOINT_DISABLED"; //$NON-NLS-1$
+ String IMG_OBJS_WATCHPOINT_DISABLED= "IMG_OBJS_WATCHPOINT_DISABLED"; //$NON-NLS-1$
/**
* Enabled access watchpoint image identifier.
* @since 3.1
*/
- public static final String IMG_OBJS_ACCESS_WATCHPOINT= "IMG_OBJS_ACCESS_WATCHPOINT"; //$NON-NLS-1$
+ String IMG_OBJS_ACCESS_WATCHPOINT= "IMG_OBJS_ACCESS_WATCHPOINT"; //$NON-NLS-1$
/**
* Disabled access watchpoint image identifier.
* @since 3.1
*/
- public static final String IMG_OBJS_ACCESS_WATCHPOINT_DISABLED= "IMG_OBJS_ACCESS_WATCHPOINT_DISABLED"; //$NON-NLS-1$
+ String IMG_OBJS_ACCESS_WATCHPOINT_DISABLED= "IMG_OBJS_ACCESS_WATCHPOINT_DISABLED"; //$NON-NLS-1$
/**
* Enabled modification watchpoint image identifier.
* @since 3.1
*/
- public static final String IMG_OBJS_MODIFICATION_WATCHPOINT= "IMG_OBJS_MODIFICATION_WATCHPOINT"; //$NON-NLS-1$
+ String IMG_OBJS_MODIFICATION_WATCHPOINT= "IMG_OBJS_MODIFICATION_WATCHPOINT"; //$NON-NLS-1$
/**
* Disabled modification watchpoint image identifier.
* @since 3.1
*/
- public static final String IMG_OBJS_MODIFICATION_WATCHPOINT_DISABLED= "IMG_OBJS_MODIFICATION_WATCHPOINT_DISABLED"; //$NON-NLS-1$
+ String IMG_OBJS_MODIFICATION_WATCHPOINT_DISABLED= "IMG_OBJS_MODIFICATION_WATCHPOINT_DISABLED"; //$NON-NLS-1$
/** Running system process image identifier. */
- public static final String IMG_OBJS_OS_PROCESS= "IMG_OBJS_OS_PROCESS"; //$NON-NLS-1$
+ String IMG_OBJS_OS_PROCESS= "IMG_OBJS_OS_PROCESS"; //$NON-NLS-1$
/** Terminated system process image identifier. */
- public static final String IMG_OBJS_OS_PROCESS_TERMINATED= "IMG_OBJS_OS_PROCESS_TERMINATED"; //$NON-NLS-1$
+ String IMG_OBJS_OS_PROCESS_TERMINATED= "IMG_OBJS_OS_PROCESS_TERMINATED"; //$NON-NLS-1$
/**
* Expression image identifier.
*
* @since 2.0
*/
- public static final String IMG_OBJS_EXPRESSION= "IMG_OBJS_EXPRESSION"; //$NON-NLS-1$
+ String IMG_OBJS_EXPRESSION= "IMG_OBJS_EXPRESSION"; //$NON-NLS-1$
/**
* Generic variable image identifier.
*
* @since 2.0
*/
- public static final String IMG_OBJS_VARIABLE= "IMG_OBJS_VARIABLE"; //$NON-NLS-1$
+ String IMG_OBJS_VARIABLE= "IMG_OBJS_VARIABLE"; //$NON-NLS-1$
/**
* Generic identifier of register group image.
*
* @since 3.0
*/
- public static final String IMG_OBJS_REGISTER_GROUP= "IMG_OBJS_REGISTER_GROUP"; //$NON-NLS-1$
+ String IMG_OBJS_REGISTER_GROUP= "IMG_OBJS_REGISTER_GROUP"; //$NON-NLS-1$
/**
* Generic register image identifier.
*
* @since 3.0
*/
- public static final String IMG_OBJS_REGISTER= "IMG_OBJS_REGISTER"; //$NON-NLS-1$
+ String IMG_OBJS_REGISTER= "IMG_OBJS_REGISTER"; //$NON-NLS-1$
/**
* Environment image identifier.
*
* @since 3.0
*/
- public static final String IMG_OBJS_ENVIRONMENT = "IMG_OBJS_ENVIRONMENT"; //$NON-NLS-1$
+ String IMG_OBJS_ENVIRONMENT = "IMG_OBJS_ENVIRONMENT"; //$NON-NLS-1$
/**
* Environment variable image identifier.
*
* @since 3.0
*/
- public static final String IMG_OBJS_ENV_VAR = "IMG_OBJS_ENV_VAR"; //$NON-NLS-1$
+ String IMG_OBJS_ENV_VAR = "IMG_OBJS_ENV_VAR"; //$NON-NLS-1$
// views
@@ -564,35 +560,35 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String IMG_VIEW_LAUNCHES= "IMG_VIEW_LAUNCHES"; //$NON-NLS-1$
+ String IMG_VIEW_LAUNCHES= "IMG_VIEW_LAUNCHES"; //$NON-NLS-1$
/**
* Breakpoints view image identifier
*
* @since 2.0
*/
- public static final String IMG_VIEW_BREAKPOINTS= "IMG_VIEW_BREAKPOINTS"; //$NON-NLS-1$
+ String IMG_VIEW_BREAKPOINTS= "IMG_VIEW_BREAKPOINTS"; //$NON-NLS-1$
/**
* Variables view image identifier
*
* @since 2.0
*/
- public static final String IMG_VIEW_VARIABLES= "IMG_VIEW_VARIABLES"; //$NON-NLS-1$
+ String IMG_VIEW_VARIABLES= "IMG_VIEW_VARIABLES"; //$NON-NLS-1$
/**
* Expressions view image identifier
*
* @since 2.0
*/
- public static final String IMG_VIEW_EXPRESSIONS= "IMG_VIEW_EXPRESSIONS"; //$NON-NLS-1$
+ String IMG_VIEW_EXPRESSIONS= "IMG_VIEW_EXPRESSIONS"; //$NON-NLS-1$
/**
* Console view image identifier
*
* @since 2.0
*/
- public static final String IMG_VIEW_CONSOLE= "IMG_VIEW_CONSOLE"; //$NON-NLS-1$
+ String IMG_VIEW_CONSOLE= "IMG_VIEW_CONSOLE"; //$NON-NLS-1$
// perspective
/**
@@ -600,43 +596,43 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String IMG_PERSPECTIVE_DEBUG= "IMG_PERSPECTIVE_DEBUG"; //$NON-NLS-1$
+ String IMG_PERSPECTIVE_DEBUG= "IMG_PERSPECTIVE_DEBUG"; //$NON-NLS-1$
// wizard banners
/** Debug wizard banner image identifier. */
- public static final String IMG_WIZBAN_DEBUG= "IMG_WIZBAN_DEBUG"; //$NON-NLS-1$
+ String IMG_WIZBAN_DEBUG= "IMG_WIZBAN_DEBUG"; //$NON-NLS-1$
/** Run wizard banner image identifier. */
- public static final String IMG_WIZBAN_RUN= "IMG_WIZBAN_RUN"; //$NON-NLS-1$
+ String IMG_WIZBAN_RUN= "IMG_WIZBAN_RUN"; //$NON-NLS-1$
// overlays
/** Error overlay image identifier. */
- public static final String IMG_OVR_ERROR = "IMG_OVR_ERROR"; //$NON-NLS-1$
+ String IMG_OVR_ERROR = "IMG_OVR_ERROR"; //$NON-NLS-1$
/**
* Skip breakpoint image overlay identifier.
* @since 3.1
*/
- public static final String IMG_OVR_SKIP_BREAKPOINT = "IMG_OVR_SKIP_BREAKPOINT"; //$NON-NLS-1$
+ String IMG_OVR_SKIP_BREAKPOINT = "IMG_OVR_SKIP_BREAKPOINT"; //$NON-NLS-1$
/**
* Prototype image overlay identifier.
*
* @since 3.13
*/
- public static final String IMG_OVR_PROTOTYPE = "IMG_OVR_PROTOTYPE"; //$NON-NLS-1$
+ String IMG_OVR_PROTOTYPE = "IMG_OVR_PROTOTYPE"; //$NON-NLS-1$
/**
* Debug action set identifier (value <code>"org.eclipse.debug.ui.debugActionSet"</code>).
*/
- public static final String DEBUG_ACTION_SET= PLUGIN_ID + ".debugActionSet"; //$NON-NLS-1$
+ String DEBUG_ACTION_SET= PLUGIN_ID + ".debugActionSet"; //$NON-NLS-1$
/**
* Debug Toolbar action set identifier (value <code>"org.eclipse.debug.ui.debugToolbarActionSet"</code>).
*
* @since 3.8
*/
- public static final String DEBUG_TOOLBAR_ACTION_SET= PLUGIN_ID + ".debugToolbarActionSet"; //$NON-NLS-1$
+ String DEBUG_TOOLBAR_ACTION_SET= PLUGIN_ID + ".debugToolbarActionSet"; //$NON-NLS-1$
/**
* System property which indicates whether the common debugging actions
@@ -646,31 +642,31 @@ public interface IDebugUIConstants {
*
* @since 3.8
*/
- public static final String DEBUG_VIEW_TOOBAR_VISIBLE = PLUGIN_ID + ".debugViewToolbarVisible"; //$NON-NLS-1$
+ String DEBUG_VIEW_TOOBAR_VISIBLE = PLUGIN_ID + ".debugViewToolbarVisible"; //$NON-NLS-1$
/**
* Launch action set identifier (value <code>"org.eclipse.debug.ui.launchActionSet"</code>).
*/
- public static final String LAUNCH_ACTION_SET= PLUGIN_ID + ".launchActionSet"; //$NON-NLS-1$
+ String LAUNCH_ACTION_SET= PLUGIN_ID + ".launchActionSet"; //$NON-NLS-1$
// extensions
/**
* Identifier for the standard 'debug' launch group.
* @since 2.1
*/
- public static final String ID_DEBUG_LAUNCH_GROUP = PLUGIN_ID + ".launchGroup.debug"; //$NON-NLS-1$
+ String ID_DEBUG_LAUNCH_GROUP = PLUGIN_ID + ".launchGroup.debug"; //$NON-NLS-1$
/**
* Identifier for the standard 'run' launch group.
* @since 2.1
*/
- public static final String ID_RUN_LAUNCH_GROUP = PLUGIN_ID + ".launchGroup.run"; //$NON-NLS-1$
+ String ID_RUN_LAUNCH_GROUP = PLUGIN_ID + ".launchGroup.run"; //$NON-NLS-1$
/**
* Identifier for the standard 'profile' launch group.
* @since 3.0
*/
- public static final String ID_PROFILE_LAUNCH_GROUP = PLUGIN_ID + ".launchGroup.profile"; //$NON-NLS-1$
+ String ID_PROFILE_LAUNCH_GROUP = PLUGIN_ID + ".launchGroup.profile"; //$NON-NLS-1$
// menus
@@ -678,106 +674,106 @@ public interface IDebugUIConstants {
* Identifier for an empty group preceding an
* edit group in a menu (value <code>"emptyEditGroup"</code>).
*/
- public static final String EMPTY_EDIT_GROUP = "emptyEditGroup"; //$NON-NLS-1$
+ String EMPTY_EDIT_GROUP = "emptyEditGroup"; //$NON-NLS-1$
/**
* Identifier for an edit group in a menu (value <code>"editGroup"</code>).
*/
- public static final String EDIT_GROUP = "editGroup"; //$NON-NLS-1$
+ String EDIT_GROUP = "editGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* step group in a menu (value <code>"emptyStepGroup"</code>).
*/
- public static final String EMPTY_STEP_GROUP = "emptyStepGroup"; //$NON-NLS-1$
+ String EMPTY_STEP_GROUP = "emptyStepGroup"; //$NON-NLS-1$
/**
* Identifier for a step group in a menu or toolbar (value <code>"stepGroup"</code>).
*/
- public static final String STEP_GROUP = "stepGroup"; //$NON-NLS-1$
+ String STEP_GROUP = "stepGroup"; //$NON-NLS-1$
/**
* Identifier for a step into group in a menu or toolbar (value <code>"stepIntoGroup"</code>).
*/
- public static final String STEP_INTO_GROUP = "stepIntoGroup"; //$NON-NLS-1$
+ String STEP_INTO_GROUP = "stepIntoGroup"; //$NON-NLS-1$
/**
* Identifier for a step over group in a menu or toolbar (value <code>"stepOverGroup"</code>).
*/
- public static final String STEP_OVER_GROUP = "stepOverGroup"; //$NON-NLS-1$
+ String STEP_OVER_GROUP = "stepOverGroup"; //$NON-NLS-1$
/**
* Identifier for a step return group in a menu or toolbar (value <code>"stepReturnGroup"</code>).
*/
- public static final String STEP_RETURN_GROUP = "stepReturnGroup"; //$NON-NLS-1$
+ String STEP_RETURN_GROUP = "stepReturnGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* thread group in a menu (value <code>"emptyThreadGroup"</code>).
*/
- public static final String EMPTY_THREAD_GROUP = "emptyThreadGroup"; //$NON-NLS-1$
+ String EMPTY_THREAD_GROUP = "emptyThreadGroup"; //$NON-NLS-1$
/**
* Identifier for a thread group in a menu or toolbar(value <code>"threadGroup"</code>).
*/
- public static final String THREAD_GROUP = "threadGroup"; //$NON-NLS-1$
+ String THREAD_GROUP = "threadGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* launch group in a menu (value <code>"emptyLaunchGroup"</code>).
*/
- public static final String EMPTY_LAUNCH_GROUP = "emptyLaunchGroup"; //$NON-NLS-1$
+ String EMPTY_LAUNCH_GROUP = "emptyLaunchGroup"; //$NON-NLS-1$
/**
* Identifier for a launch group in a menu (value <code>"launchGroup"</code>).
*/
- public static final String LAUNCH_GROUP = "launchGroup"; //$NON-NLS-1$
+ String LAUNCH_GROUP = "launchGroup"; //$NON-NLS-1$
/**
* Identifier for an output group in a menu (value
* <code>"outputGroup"</code>).
*/
- public static final String OUTPUT_GROUP = "outputGroup"; //$NON-NLS-1$
+ String OUTPUT_GROUP = "outputGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* variable group in a menu (value <code>"emptyVariableGroup"</code>).
*/
- public static final String EMPTY_VARIABLE_GROUP = "emptyVariableGroup"; //$NON-NLS-1$
+ String EMPTY_VARIABLE_GROUP = "emptyVariableGroup"; //$NON-NLS-1$
/**
* Identifier for a variable group in a menu (value <code>"variableGroup"</code>).
*/
- public static final String VARIABLE_GROUP = "variableGroup"; //$NON-NLS-1$
+ String VARIABLE_GROUP = "variableGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* navigation group in a menu (value <code>"emptyNavigationGroup"</code>).
*/
- public static final String EMPTY_NAVIGATION_GROUP = "emptyNavigationGroup"; //$NON-NLS-1$
+ String EMPTY_NAVIGATION_GROUP = "emptyNavigationGroup"; //$NON-NLS-1$
/**
* Identifier for a navigation group in a menu (value <code>"navigationGroup"</code>).
*/
- public static final String NAVIGATION_GROUP = "navigationGroup"; //$NON-NLS-1$
+ String NAVIGATION_GROUP = "navigationGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* breakpoint group in a menu (value <code>"emptyBreakpointGroup"</code>).
*/
- public static final String EMPTY_BREAKPOINT_GROUP = "emptyBreakpointGroup"; //$NON-NLS-1$
+ String EMPTY_BREAKPOINT_GROUP = "emptyBreakpointGroup"; //$NON-NLS-1$
/**
* Identifier for a breakpoint group in a menu (value <code>"breakpointGroup"</code>).
*/
- public static final String BREAKPOINT_GROUP = "breakpointGroup"; //$NON-NLS-1$
+ String BREAKPOINT_GROUP = "breakpointGroup"; //$NON-NLS-1$
/**
* Identifier for a "breakpoint group" group in a menu (value <code>"breakpointGroupGroup"</code>).
*
* @since 3.1
*/
- public static final String BREAKPOINT_GROUP_GROUP = "breakpointGroupGroup"; //$NON-NLS-1$
+ String BREAKPOINT_GROUP_GROUP = "breakpointGroupGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding an
@@ -785,74 +781,74 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String EMPTY_EXPRESSION_GROUP = "emptyExpressionGroup"; //$NON-NLS-1$
+ String EMPTY_EXPRESSION_GROUP = "emptyExpressionGroup"; //$NON-NLS-1$
/**
* Identifier for an expression group in a menu (value <code>"expressionGroup"</code>).
*
* @since 2.0
*/
- public static final String EXPRESSION_GROUP = "expressionGroup"; //$NON-NLS-1$
+ String EXPRESSION_GROUP = "expressionGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* render group in a menu (value <code>"emptyRenderGroup"</code>).
*/
- public static final String EMPTY_RENDER_GROUP = "emptyRenderGroup"; //$NON-NLS-1$
+ String EMPTY_RENDER_GROUP = "emptyRenderGroup"; //$NON-NLS-1$
/**
* Identifier for a render group in a menu or toolbar(value <code>"renderGroup"</code>).
*/
- public static final String RENDER_GROUP = "renderGroup"; //$NON-NLS-1$
+ String RENDER_GROUP = "renderGroup"; //$NON-NLS-1$
/**
* Identifier for a property group in a menu (value <code>"propertyGroup"</code>).
*/
- public static final String PROPERTY_GROUP = "propertyGroup"; //$NON-NLS-1$
+ String PROPERTY_GROUP = "propertyGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* register group in a menu (value <code>"emptyRegisterGroup"</code>).
*/
- public static final String EMPTY_REGISTER_GROUP = "emptyRegisterGroup"; //$NON-NLS-1$
+ String EMPTY_REGISTER_GROUP = "emptyRegisterGroup"; //$NON-NLS-1$
/**
* Identifier for a register group in a menu (value <code>"registerGroup"</code>).
*/
- public static final String REGISTER_GROUP = "registerGroup"; //$NON-NLS-1$
+ String REGISTER_GROUP = "registerGroup"; //$NON-NLS-1$
/**
* Identifier for an empty group preceding a
* modules group in a menu (value <code>"emptyModulesGroup"</code>).
* @since 3.4
*/
- public static final String EMPTY_MODULES_GROUP = "emptyModulesGroup"; //$NON-NLS-1$
+ String EMPTY_MODULES_GROUP = "emptyModulesGroup"; //$NON-NLS-1$
/**
* Identifier for a modules group in a menu (value <code>"modulesGroup"</code>).
* @since 3.4
*/
- public static final String MODULES_GROUP = "modulesGroup"; //$NON-NLS-1$
+ String MODULES_GROUP = "modulesGroup"; //$NON-NLS-1$
/**
* Id for the popup menu associated with the variables (tree viewer) part of the VariableView
*/
- public static final String VARIABLE_VIEW_VARIABLE_ID = "org.eclipse.debug.ui.VariableView.variables"; //$NON-NLS-1$
+ String VARIABLE_VIEW_VARIABLE_ID = "org.eclipse.debug.ui.VariableView.variables"; //$NON-NLS-1$
/**
* Id for the popup menu associated with the detail (text viewer) part of the VariableView
*/
- public static final String VARIABLE_VIEW_DETAIL_ID = "org.eclipse.debug.ui.VariableView.detail"; //$NON-NLS-1$
+ String VARIABLE_VIEW_DETAIL_ID = "org.eclipse.debug.ui.VariableView.detail"; //$NON-NLS-1$
// status codes
/**
* Status indicating an invalid extension definition.
*/
- public static final int STATUS_INVALID_EXTENSION_DEFINITION = 100;
+ int STATUS_INVALID_EXTENSION_DEFINITION = 100;
/**
* Status code indicating an unexpected internal error.
*/
- public static final int INTERNAL_ERROR = 120;
+ int INTERNAL_ERROR = 120;
// launch configuration attribute keys
/**
@@ -866,8 +862,7 @@ public interface IDebugUIConstants {
* @deprecated Since 3.0, this launch configuration attribute is no longer supported.
* Use <code>DebugUITools.setLaunchPerspective(ILaunchConfigurationType type, String mode, String perspective)</code>.
*/
- @Deprecated
- public static final String ATTR_TARGET_RUN_PERSPECTIVE = PLUGIN_ID + ".target_run_perspective"; //$NON-NLS-1$
+ @Deprecated String ATTR_TARGET_RUN_PERSPECTIVE = PLUGIN_ID + ".target_run_perspective"; //$NON-NLS-1$
/**
* Launch configuration attribute - the perspective to
@@ -880,8 +875,7 @@ public interface IDebugUIConstants {
* @deprecated Since 3.0, this launch configuration attribute is no longer supported.
* Use <code>DebugUITools.setLaunchPerspective(ILaunchConfigurationType type, String mode, String perspective)</code>.
*/
- @Deprecated
- public static final String ATTR_TARGET_DEBUG_PERSPECTIVE = PLUGIN_ID + ".target_debug_perspective"; //$NON-NLS-1$
+ @Deprecated String ATTR_TARGET_DEBUG_PERSPECTIVE = PLUGIN_ID + ".target_debug_perspective"; //$NON-NLS-1$
/**
* Launch configuration attribute - the container where the configuration file
@@ -891,7 +885,7 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String ATTR_CONTAINER = PLUGIN_ID + ".container"; //$NON-NLS-1$
+ String ATTR_CONTAINER = PLUGIN_ID + ".container"; //$NON-NLS-1$
/**
* Launch configuration attribute - a boolean value that indicates if the launch configuration
@@ -900,7 +894,7 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String ATTR_PRIVATE = ILaunchManager.ATTR_PRIVATE;
+ String ATTR_PRIVATE = ILaunchManager.ATTR_PRIVATE;
/**
* Launch configuration attribute - a boolean value that indicates if the launch configuration
@@ -910,8 +904,7 @@ public interface IDebugUIConstants {
* @since 2.0
* @deprecated use <code>ATTR_FAVORITE_GROUPS</code> instead
*/
- @Deprecated
- public static final String ATTR_DEBUG_FAVORITE = PLUGIN_ID + ".debugFavorite"; //$NON-NLS-1$
+ @Deprecated String ATTR_DEBUG_FAVORITE = PLUGIN_ID + ".debugFavorite"; //$NON-NLS-1$
/**
* Launch configuration attribute - a boolean value that indicates if the launch configuration
@@ -921,8 +914,7 @@ public interface IDebugUIConstants {
* @since 2.0
* @deprecated use <code>ATTR_FAVORITE_GROUPS</code> instead
*/
- @Deprecated
- public static final String ATTR_RUN_FAVORITE = PLUGIN_ID + ".runFavorite"; //$NON-NLS-1$
+ @Deprecated String ATTR_RUN_FAVORITE = PLUGIN_ID + ".runFavorite"; //$NON-NLS-1$
/**
* Launch configuration attribute - a list of launch group identifiers
@@ -932,7 +924,7 @@ public interface IDebugUIConstants {
*
* @since 2.1
*/
- public static final String ATTR_FAVORITE_GROUPS = PLUGIN_ID + ".favoriteGroups"; //$NON-NLS-1$
+ String ATTR_FAVORITE_GROUPS = PLUGIN_ID + ".favoriteGroups"; //$NON-NLS-1$
/**
* Launch configuration attribute - a boolean value indicating whether a
@@ -940,14 +932,14 @@ public interface IDebugUIConstants {
*
* @since 3.0
*/
- public static final String ATTR_LAUNCH_IN_BACKGROUND = PLUGIN_ID + ".ATTR_LAUNCH_IN_BACKGROUND"; //$NON-NLS-1$
+ String ATTR_LAUNCH_IN_BACKGROUND = PLUGIN_ID + ".ATTR_LAUNCH_IN_BACKGROUND"; //$NON-NLS-1$
/**
* ProcessConsole attribute - references the process that was launched.
*
* @since 3.1
*/
- public static final String ATTR_CONSOLE_PROCESS = PLUGIN_ID + ".ATTR_CONSOLE_PROCESS"; //$NON-NLS-1$
+ String ATTR_CONSOLE_PROCESS = PLUGIN_ID + ".ATTR_CONSOLE_PROCESS"; //$NON-NLS-1$
/**
* Launch configuration attribute specifying the encoding that the console should use.
@@ -957,8 +949,7 @@ public interface IDebugUIConstants {
* @since 3.1
* @deprecated in 3.3 Please use DebugPlugin.ATTR_CONSOLE_ENCODING instead.
*/
- @Deprecated
- public static final String ATTR_CONSOLE_ENCODING = DebugPlugin.ATTR_CONSOLE_ENCODING;
+ @Deprecated String ATTR_CONSOLE_ENCODING = DebugPlugin.ATTR_CONSOLE_ENCODING;
/**
* Launch configuration boolean attribute specifying whether output from the launched process will
@@ -966,7 +957,7 @@ public interface IDebugUIConstants {
*
* @since 3.1
*/
- public static final String ATTR_CAPTURE_IN_CONSOLE = PLUGIN_ID + ".ATTR_CONSOLE_OUTPUT_ON"; //$NON-NLS-1$
+ String ATTR_CAPTURE_IN_CONSOLE = PLUGIN_ID + ".ATTR_CONSOLE_OUTPUT_ON"; //$NON-NLS-1$
/**
* Launch configuration boolean attribute specifying whether input for the
@@ -975,7 +966,7 @@ public interface IDebugUIConstants {
*
* @since 3.11
*/
- public static final String ATTR_CAPTURE_STDIN_FILE = PLUGIN_ID + ".ATTR_CAPTURE_STDIN_FILE"; //$NON-NLS-1$
+ String ATTR_CAPTURE_STDIN_FILE = PLUGIN_ID + ".ATTR_CAPTURE_STDIN_FILE"; //$NON-NLS-1$
/**
* Launch configuration attribute specifying a file name that console output
@@ -987,7 +978,7 @@ public interface IDebugUIConstants {
*
* @since 3.1
*/
- public static final String ATTR_CAPTURE_IN_FILE = PLUGIN_ID + ".ATTR_CAPTURE_IN_FILE"; //$NON-NLS-1$
+ String ATTR_CAPTURE_IN_FILE = PLUGIN_ID + ".ATTR_CAPTURE_IN_FILE"; //$NON-NLS-1$
/**
* Launch configuration attribute specifying whether process output will be appended to the
@@ -996,14 +987,14 @@ public interface IDebugUIConstants {
*
* @since 3.1
*/
- public static final String ATTR_APPEND_TO_FILE = PLUGIN_ID + ".ATTR_APPEND_TO_FILE"; //$NON-NLS-1$
+ String ATTR_APPEND_TO_FILE = PLUGIN_ID + ".ATTR_APPEND_TO_FILE"; //$NON-NLS-1$
// Extension points
/**
* Debug model presentation simple extension point identifier (value <code>"debugModelPresentations"</code>).
*/
- public static final String ID_DEBUG_MODEL_PRESENTATION= "debugModelPresentations"; //$NON-NLS-1$
+ String ID_DEBUG_MODEL_PRESENTATION= "debugModelPresentations"; //$NON-NLS-1$
/**
* Debug action groups extension point identifier
@@ -1013,8 +1004,7 @@ public interface IDebugUIConstants {
* @deprecated The Debug Action Groups extension point no longer exists. Product
* vendors should use Activities instead.
*/
- @Deprecated
- public static final String EXTENSION_POINT_DEBUG_ACTION_GROUPS= "debugActionGroups"; //$NON-NLS-1$
+ @Deprecated String EXTENSION_POINT_DEBUG_ACTION_GROUPS= "debugActionGroups"; //$NON-NLS-1$
/**
* Launch configuration tab groups extension point identifier
@@ -1022,7 +1012,7 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String EXTENSION_POINT_LAUNCH_CONFIGURATION_TAB_GROUPS= "launchConfigurationTabGroups"; //$NON-NLS-1$
+ String EXTENSION_POINT_LAUNCH_CONFIGURATION_TAB_GROUPS= "launchConfigurationTabGroups"; //$NON-NLS-1$
/**
* Contributed Launch Configuration Tab extension point identifier
@@ -1030,7 +1020,7 @@ public interface IDebugUIConstants {
*
* @since 3.3
*/
- public static final String EXTENSION_POINT_LAUNCH_TABS = "launchConfigurationTabs"; //$NON-NLS-1$
+ String EXTENSION_POINT_LAUNCH_TABS = "launchConfigurationTabs"; //$NON-NLS-1$
/**
* Launch shortcuts extension point identifier
@@ -1038,14 +1028,14 @@ public interface IDebugUIConstants {
*
* @since 2.0
*/
- public static final String EXTENSION_POINT_LAUNCH_SHORTCUTS= "launchShortcuts"; //$NON-NLS-1$
+ String EXTENSION_POINT_LAUNCH_SHORTCUTS= "launchShortcuts"; //$NON-NLS-1$
/**
* Extension point for launch configuration type images.
*
* @since 2.0
*/
- public static final String EXTENSION_POINT_LAUNCH_CONFIGURATION_TYPE_IMAGES = "launchConfigurationTypeImages"; //$NON-NLS-1$
+ String EXTENSION_POINT_LAUNCH_CONFIGURATION_TYPE_IMAGES = "launchConfigurationTypeImages"; //$NON-NLS-1$
/**
* Console document color provider extension point identifier
@@ -1053,7 +1043,7 @@ public interface IDebugUIConstants {
*
* @since 2.1
*/
- public static final String EXTENSION_POINT_CONSOLE_COLOR_PROVIDERS = "consoleColorProviders"; //$NON-NLS-1$
+ String EXTENSION_POINT_CONSOLE_COLOR_PROVIDERS = "consoleColorProviders"; //$NON-NLS-1$
/**
* Launch groups extension point identifier (value
@@ -1061,7 +1051,7 @@ public interface IDebugUIConstants {
*
* @since 2.1
*/
- public static final String EXTENSION_POINT_LAUNCH_GROUPS = "launchGroups"; //$NON-NLS-1$
+ String EXTENSION_POINT_LAUNCH_GROUPS = "launchGroups"; //$NON-NLS-1$
/**
* Console line trackers extension point identifier (value
@@ -1069,7 +1059,7 @@ public interface IDebugUIConstants {
*
* @since 2.1
*/
- public static final String EXTENSION_POINT_CONSOLE_LINE_TRACKERS = "consoleLineTrackers"; //$NON-NLS-1$
+ String EXTENSION_POINT_CONSOLE_LINE_TRACKERS = "consoleLineTrackers"; //$NON-NLS-1$
/**
* Variables content providers extension point identifier (value
@@ -1077,7 +1067,7 @@ public interface IDebugUIConstants {
*
* @since 3.0
*/
- public static final String EXTENSION_POINT_OBJECT_BROWSERS = "objectBrowsers"; //$NON-NLS-1$
+ String EXTENSION_POINT_OBJECT_BROWSERS = "objectBrowsers"; //$NON-NLS-1$
/**
* Launch variable components extension point identifier (value
@@ -1085,7 +1075,7 @@ public interface IDebugUIConstants {
* components extension point specifies an <code>IVariableComponent</code>
* for an <code>IContextLaunchVariable</code>.
*/
- public static final String EXTENSION_POINT_LAUNCH_VARIABLE_COMPONENTS = "launchVariableComponents"; //$NON-NLS-1$
+ String EXTENSION_POINT_LAUNCH_VARIABLE_COMPONENTS = "launchVariableComponents"; //$NON-NLS-1$
/**
* Variable value editors extension point identifier (value
@@ -1093,7 +1083,7 @@ public interface IDebugUIConstants {
*
* @since 3.1
*/
- public static final String EXTENSION_POINT_VARIABLE_VALUE_EDITORS = "variableValueEditors"; //$NON-NLS-1$
+ String EXTENSION_POINT_VARIABLE_VALUE_EDITORS = "variableValueEditors"; //$NON-NLS-1$
/**
* Memory renderings extension point identifier (value
@@ -1102,8 +1092,7 @@ public interface IDebugUIConstants {
* @since 3.1
* @deprecated As of release 3.4, replaced by {@link #EXTENSION_POINT_MEMORY_RENDERINGS}
*/
- @Deprecated
- public static final String EXTENSION_POINT_MEMORY_RENDERIGNS = "memoryRenderings"; //$NON-NLS-1$
+ @Deprecated String EXTENSION_POINT_MEMORY_RENDERIGNS = "memoryRenderings"; //$NON-NLS-1$
/**
* Memory renderings extension point identifier (value
@@ -1111,7 +1100,7 @@ public interface IDebugUIConstants {
*
* @since 3.4
*/
- public static final String EXTENSION_POINT_MEMORY_RENDERINGS = "memoryRenderings"; //$NON-NLS-1$
+ String EXTENSION_POINT_MEMORY_RENDERINGS = "memoryRenderings"; //$NON-NLS-1$
/**
* Breakpoint organizers extension point identifier (value
@@ -1119,7 +1108,7 @@ public interface IDebugUIConstants {
*
* @since 3.1
*/
- public static final String EXTENSION_POINT_BREAKPOINT_ORGANIZERS = "breakpointOrganizers"; //$NON-NLS-1$
+ String EXTENSION_POINT_BREAKPOINT_ORGANIZERS = "breakpointOrganizers"; //$NON-NLS-1$
/**
* Simple identifier constant (value <code>"detailPaneFactories"</code>) for the
@@ -1127,7 +1116,7 @@ public interface IDebugUIConstants {
*
* @since 3.3
*/
- public static final String EXTENSION_POINT_DETAIL_FACTORIES = "detailPaneFactories"; //$NON-NLS-1$
+ String EXTENSION_POINT_DETAIL_FACTORIES = "detailPaneFactories"; //$NON-NLS-1$
/**
* Simple identifier constant (value <code>"toggleBreakpointsTargetFactories"</code>) for the
@@ -1135,7 +1124,7 @@ public interface IDebugUIConstants {
*
* @since 3.5
*/
- public static final String EXTENSION_POINT_TOGGLE_BREAKPOINTS_TARGET_FACTORIES = "toggleBreakpointsTargetFactories"; //$NON-NLS-1$
+ String EXTENSION_POINT_TOGGLE_BREAKPOINTS_TARGET_FACTORIES = "toggleBreakpointsTargetFactories"; //$NON-NLS-1$
/**
* Update policies extension point identifier (value
@@ -1143,26 +1132,26 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String EXTENSION_POINT_UPDATE_POLICIES = "updatePolicies"; //$NON-NLS-1$
+ String EXTENSION_POINT_UPDATE_POLICIES = "updatePolicies"; //$NON-NLS-1$
/**
* Padded string preference for renderings. Padded string is the string to be used in place of
* of a memory byte if a rendering cannot render the data properly.
* @since 3.1
*/
- public static final String PREF_PADDED_STR = PLUGIN_ID + ".memory.paddedStr"; //$NON-NLS-1$
+ String PREF_PADDED_STR = PLUGIN_ID + ".memory.paddedStr"; //$NON-NLS-1$
/**
* ASCII code page for rendering memory to ASCII strings.
* @since 3.1
*/
- public static final String PREF_DEFAULT_ASCII_CODE_PAGE = PLUGIN_ID + ".defaultAsciiCodePage"; //$NON-NLS-1$
+ String PREF_DEFAULT_ASCII_CODE_PAGE = PLUGIN_ID + ".defaultAsciiCodePage"; //$NON-NLS-1$
/**
* EBCDIC code page for rendering memory to EBCDIC strings.
* @since 3.1
*/
- public static final String PREF_DEFAULT_EBCDIC_CODE_PAGE = PLUGIN_ID + ".defaultEbcdicCodePage"; //$NON-NLS-1$
+ String PREF_DEFAULT_EBCDIC_CODE_PAGE = PLUGIN_ID + ".defaultEbcdicCodePage"; //$NON-NLS-1$
/**
* Maximum number of characters to display in the details area of the variables
@@ -1170,7 +1159,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String PREF_MAX_DETAIL_LENGTH = PLUGIN_ID + ".max_detail_length"; //$NON-NLS-1$
+ String PREF_MAX_DETAIL_LENGTH = PLUGIN_ID + ".max_detail_length"; //$NON-NLS-1$
/**
* Identifier for breakpoint working set type.
@@ -1179,14 +1168,14 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String BREAKPOINT_WORKINGSET_ID = "org.eclipse.debug.ui.breakpointWorkingSet"; //$NON-NLS-1$
+ String BREAKPOINT_WORKINGSET_ID = "org.eclipse.debug.ui.breakpointWorkingSet"; //$NON-NLS-1$
/**
* Memory view identifier (value <code>"org.eclipse.debug.ui.MemoryView"</code>).
*
* @since 3.2
*/
- public static String ID_MEMORY_VIEW = "org.eclipse.debug.ui.MemoryView"; //$NON-NLS-1$
+ String ID_MEMORY_VIEW = "org.eclipse.debug.ui.MemoryView"; //$NON-NLS-1$
/**
* Memory view's rendering view pane identifier for the rendering view pane
@@ -1194,7 +1183,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static String ID_RENDERING_VIEW_PANE_1 = "org.eclipse.debug.ui.MemoryView.RenderingViewPane.1"; //$NON-NLS-1$
+ String ID_RENDERING_VIEW_PANE_1 = "org.eclipse.debug.ui.MemoryView.RenderingViewPane.1"; //$NON-NLS-1$
/**
* Memory view's rendering view pane identifier for the rendering view pane
@@ -1202,7 +1191,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static String ID_RENDERING_VIEW_PANE_2 = "org.eclipse.debug.ui.MemoryView.RenderingViewPane.2"; //$NON-NLS-1$
+ String ID_RENDERING_VIEW_PANE_2 = "org.eclipse.debug.ui.MemoryView.RenderingViewPane.2"; //$NON-NLS-1$
/**
* Preference color to indicate that a <code>MemoryByte</code> does not have history.
@@ -1210,7 +1199,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String PREF_MEMORY_HISTORY_UNKNOWN_COLOR = PLUGIN_ID + ".MemoryHistoryUnknownColor"; //$NON-NLS-1$
+ String PREF_MEMORY_HISTORY_UNKNOWN_COLOR = PLUGIN_ID + ".MemoryHistoryUnknownColor"; //$NON-NLS-1$
/**
* Preference color to indicate that a <code>MemoryByte</code> has history.
@@ -1218,7 +1207,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String PREF_MEMORY_HISTORY_KNOWN_COLOR = PLUGIN_ID + ".MemoryHistoryKnownColor"; //$NON-NLS-1$
+ String PREF_MEMORY_HISTORY_KNOWN_COLOR = PLUGIN_ID + ".MemoryHistoryKnownColor"; //$NON-NLS-1$
/**
* Annotation type identifier for default annotation of the current instruction
@@ -1228,7 +1217,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String ANNOTATION_TYPE_INSTRUCTION_POINTER_CURRENT = "org.eclipse.debug.ui.currentIP"; //$NON-NLS-1$
+ String ANNOTATION_TYPE_INSTRUCTION_POINTER_CURRENT = "org.eclipse.debug.ui.currentIP"; //$NON-NLS-1$
/**
* Annotation type identifier for default annotation of secondary instruction pointers
@@ -1238,7 +1227,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String ANNOTATION_TYPE_INSTRUCTION_POINTER_SECONDARY = "org.eclipse.debug.ui.secondaryIP"; //$NON-NLS-1$
+ String ANNOTATION_TYPE_INSTRUCTION_POINTER_SECONDARY = "org.eclipse.debug.ui.secondaryIP"; //$NON-NLS-1$
/**
* Editor Identifier for the "Common Source Not Found" editor.
@@ -1246,7 +1235,7 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String ID_COMMON_SOURCE_NOT_FOUND_EDITOR="org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor"; //$NON-NLS-1$
+ String ID_COMMON_SOURCE_NOT_FOUND_EDITOR="org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor"; //$NON-NLS-1$
/**
* Preference color used to render debug elements that have changed
@@ -1257,7 +1246,7 @@ public interface IDebugUIConstants {
* @since 3.2
* @see DebugUITools
*/
- public static final String PREF_CHANGED_DEBUG_ELEMENT_COLOR= "org.eclipse.debug.ui.changedDebugElement"; //$NON-NLS-1$
+ String PREF_CHANGED_DEBUG_ELEMENT_COLOR= "org.eclipse.debug.ui.changedDebugElement"; //$NON-NLS-1$
/**
@@ -1266,7 +1255,7 @@ public interface IDebugUIConstants {
* @since 3.5
* @see DebugUITools
*/
- public static final String PREF_CHANGED_VALUE_BACKGROUND = PLUGIN_ID + ".PREF_CHANGED_VALUE_BACKGROUND"; //$NON-NLS-1$
+ String PREF_CHANGED_VALUE_BACKGROUND = PLUGIN_ID + ".PREF_CHANGED_VALUE_BACKGROUND"; //$NON-NLS-1$
/**
@@ -1275,7 +1264,7 @@ public interface IDebugUIConstants {
*
* @since 3.5
*/
- public static final String PREF_VARIABLE_TEXT_FONT= "org.eclipse.debug.ui.VariableTextFont"; //$NON-NLS-1$
+ String PREF_VARIABLE_TEXT_FONT= "org.eclipse.debug.ui.VariableTextFont"; //$NON-NLS-1$
/**
* The name of the font to use for detail panes. This font is managed via
@@ -1283,7 +1272,7 @@ public interface IDebugUIConstants {
*
* @since 3.5
*/
- public static final String PREF_DETAIL_PANE_FONT= "org.eclipse.debug.ui.DetailPaneFont"; //$NON-NLS-1$
+ String PREF_DETAIL_PANE_FONT= "org.eclipse.debug.ui.DetailPaneFont"; //$NON-NLS-1$
/**
* Instruction pointer image for editor ruler for the currently executing
@@ -1291,14 +1280,14 @@ public interface IDebugUIConstants {
*
* @since 3.2
*/
- public static final String IMG_OBJS_INSTRUCTION_POINTER_TOP = "IMG_OBJS_INSTRUCTION_POINTER_TOP"; //$NON-NLS-1$
+ String IMG_OBJS_INSTRUCTION_POINTER_TOP = "IMG_OBJS_INSTRUCTION_POINTER_TOP"; //$NON-NLS-1$
/**
* Instruction pointer image for editor ruler for secondary (non-top) stack frames.
*
* @since 3.2
*/
- public static final String IMG_OBJS_INSTRUCTION_POINTER = "IMG_OBJS_INSTRUCTION_POINTER"; //$NON-NLS-1$
+ String IMG_OBJS_INSTRUCTION_POINTER = "IMG_OBJS_INSTRUCTION_POINTER"; //$NON-NLS-1$
/**
* A key for a system property that indicates whether there are toggle
@@ -1307,7 +1296,7 @@ public interface IDebugUIConstants {
*
* @since 3.5
*/
- public static final String SYS_PROP_BREAKPOINT_TOGGLE_FACTORIES_USED = "org.eclipse.debug.ui.breakpoints.toggleFactoriesUsed"; //$NON-NLS-1$
+ String SYS_PROP_BREAKPOINT_TOGGLE_FACTORIES_USED = "org.eclipse.debug.ui.breakpoints.toggleFactoriesUsed"; //$NON-NLS-1$
/**
* Name of the debug context variable which can be used in standard
@@ -1315,7 +1304,7 @@ public interface IDebugUIConstants {
*
* @since 3.5
*/
- public static final String DEBUG_CONTEXT_SOURCE_NAME = "debugContext"; //$NON-NLS-1$
+ String DEBUG_CONTEXT_SOURCE_NAME = "debugContext"; //$NON-NLS-1$
/**
@@ -1324,33 +1313,33 @@ public interface IDebugUIConstants {
*
* @since 3.8
*/
- public final static String COLUMN_PRESENTATION_ID_VARIABLE = IDebugUIConstants.PLUGIN_ID + ".VARIALBE_COLUMN_PRESENTATION"; //$NON-NLS-1$
+ String COLUMN_PRESENTATION_ID_VARIABLE = IDebugUIConstants.PLUGIN_ID + ".VARIALBE_COLUMN_PRESENTATION"; //$NON-NLS-1$
/**
* Default ID for the "Name" column in the Variables views.
*
* @since 3.8
*/
- public final static String COLUMN_ID_VARIABLE_NAME = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VAR_NAME"; //$NON-NLS-1$
+ String COLUMN_ID_VARIABLE_NAME = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VAR_NAME"; //$NON-NLS-1$
/**
* Default ID for the "Declared Type" column in the Variables views.
*
* @since 3.8
*/
- public final static String COLUMN_ID_VARIABLE_TYPE = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VAR_TYPE"; //$NON-NLS-1$
+ String COLUMN_ID_VARIABLE_TYPE = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VAR_TYPE"; //$NON-NLS-1$
/**
* Default ID for the "Value" column in the Variables views.
*
* @since 3.8
*/
- public final static String COLUMN_ID_VARIABLE_VALUE = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VAR_VALUE"; //$NON-NLS-1$
+ String COLUMN_ID_VARIABLE_VALUE = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VAR_VALUE"; //$NON-NLS-1$
/**
* Default ID for the "Actual Type" column in the Variables views.
*
* @since 3.8
*/
- public final static String COLUMN_ID_VARIABLE_VALUE_TYPE = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VALUE_TYPE"; //$NON-NLS-1$
+ String COLUMN_ID_VARIABLE_VALUE_TYPE = COLUMN_PRESENTATION_ID_VARIABLE + ".COL_VALUE_TYPE"; //$NON-NLS-1$
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugView.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugView.java
index 3958fec2b..2482c9cb0 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugView.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugView.java
@@ -43,7 +43,7 @@ public interface IDebugView extends IViewPart {
*
* @see #setAction(String, IAction)
*/
- public static final String COPY_ACTION = ActionFactory.COPY.getId();
+ String COPY_ACTION = ActionFactory.COPY.getId();
/**
* Action id for a view's cut action. Any view
@@ -53,7 +53,7 @@ public interface IDebugView extends IViewPart {
*
* @see #setAction(String, IAction)
*/
- public static final String CUT_ACTION = ActionFactory.CUT.getId();
+ String CUT_ACTION = ActionFactory.CUT.getId();
/**
* Action id for a view's double-click action. Any view
@@ -63,7 +63,7 @@ public interface IDebugView extends IViewPart {
*
* @see #setAction(String, IAction)
*/
- public static final String DOUBLE_CLICK_ACTION = "Double_Click_ActionId"; //$NON-NLS-1$
+ String DOUBLE_CLICK_ACTION = "Double_Click_ActionId"; //$NON-NLS-1$
/**
* Action id for a view's find action. Any view
@@ -73,7 +73,7 @@ public interface IDebugView extends IViewPart {
*
* @see #setAction(String, IAction)
*/
- public static final String FIND_ACTION = ActionFactory.FIND.getId();
+ String FIND_ACTION = ActionFactory.FIND.getId();
/**
* Action id for a view's paste action. Any view
@@ -83,7 +83,7 @@ public interface IDebugView extends IViewPart {
*
* @see #setAction(String, IAction)
*/
- public static final String PASTE_ACTION = ActionFactory.PASTE.getId();
+ String PASTE_ACTION = ActionFactory.PASTE.getId();
/**
* Action id for a view's remove action. Any view
@@ -93,7 +93,7 @@ public interface IDebugView extends IViewPart {
*
* @see #setAction(String, IAction)
*/
- public static final String REMOVE_ACTION = "Remove_ActionId"; //$NON-NLS-1$
+ String REMOVE_ACTION = "Remove_ActionId"; //$NON-NLS-1$
/**
* Action id for a view's select all action. Any view
@@ -103,14 +103,14 @@ public interface IDebugView extends IViewPart {
*
* @see #setAction(String, IAction)
*/
- public static final String SELECT_ALL_ACTION = ActionFactory.SELECT_ALL.getId();
+ String SELECT_ALL_ACTION = ActionFactory.SELECT_ALL.getId();
/**
* Returns the viewer contained in this debug view.
*
* @return viewer
*/
- public Viewer getViewer();
+ Viewer getViewer();
/**
* Returns the debug model presentation for this view specified
@@ -121,7 +121,7 @@ public interface IDebugView extends IViewPart {
* @return the debug model presentation, or <code>null</code> if no
* presentation is registered for the specified id
*/
- public IDebugModelPresentation getPresentation(String id);
+ IDebugModelPresentation getPresentation(String id);
/**
* Installs the given action under the given action id.
@@ -137,7 +137,7 @@ public interface IDebugView extends IViewPart {
* @param action the action, or <code>null</code> to clear it
* @see #getAction
*/
- public void setAction(String actionID, IAction action);
+ void setAction(String actionID, IAction action);
/**
* Adds the given IUpdate to this view's collection of updatable
@@ -147,7 +147,7 @@ public interface IDebugView extends IViewPart {
*
* @param updatable The IUpdate instance to be added
*/
- public void add(IUpdate updatable);
+ void add(IUpdate updatable);
/**
* Removes the given IUpdate from this view's collection of updatable
@@ -156,7 +156,7 @@ public interface IDebugView extends IViewPart {
*
* @param updatable The IUpdate instance to be removed
*/
- public void remove(IUpdate updatable);
+ void remove(IUpdate updatable);
/**
* Returns the action installed under the given action id.
@@ -165,7 +165,7 @@ public interface IDebugView extends IViewPart {
* @return the action, or <code>null</code> if none
* @see #setAction
*/
- public IAction getAction(String actionID);
+ IAction getAction(String actionID);
/**
* Returns the context menu manager for this view.
@@ -173,6 +173,5 @@ public interface IDebugView extends IViewPart {
* @return the context menu manager for this view, or <code>null</code> if none
* @deprecated See AbstractDebugView#getContextMenuManagers()
*/
- @Deprecated
- public IMenuManager getContextMenuManager();
+ @Deprecated IMenuManager getContextMenuManager();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane.java
index 7e0381fc1..567f0e233 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane.java
@@ -37,7 +37,7 @@ public interface IDetailPane {
*
* @param partSite The workbench part site that this detail pane has been created in or <code>null</code>
*/
- public void init(IWorkbenchPartSite partSite);
+ void init(IWorkbenchPartSite partSite);
/**
* Creates and returns the main control for this detail pane using the given composite as a
@@ -46,13 +46,13 @@ public interface IDetailPane {
* @param parent The parent composite that UI components should be added to
* @return The main control for this detail pane
*/
- public Control createControl(Composite parent);
+ Control createControl(Composite parent);
/**
* Disposes this detail pane. This is the last method invoked on a detail pane and should
* dispose of all UI components including the main composite returned in <code>createControl()</code>.
*/
- public void dispose();
+ void dispose();
/**
* Displays details for the given selection, possible <code>null</code>. An empty selection
@@ -60,7 +60,7 @@ public interface IDetailPane {
*
* @param selection The selection to be displayed, possibly empty or <code>null</code>
*/
- public void display(IStructuredSelection selection);
+ void display(IStructuredSelection selection);
/**
* Allows this detail pane to give focus to an appropriate control, and returns whether
@@ -70,14 +70,14 @@ public interface IDetailPane {
*
* @return whether focus was taken
*/
- public boolean setFocus();
+ boolean setFocus();
/**
* Returns a unique identifier for this detail pane.
*
* @return A unique identifier for this detail pane
*/
- public String getID();
+ String getID();
/**
* The human readable name of this detail pane. This is a short description of the type
@@ -85,13 +85,13 @@ public interface IDetailPane {
*
* @return name of this detail pane
*/
- public String getName();
+ String getName();
/**
* A brief description of this detail pane, or <code>null</code> if none
*
* @return a description of this detail pane, or <code>null</code> if none
*/
- public String getDescription();
+ String getDescription();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane2.java
index 036de50fe..096d0f060 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane2.java
@@ -34,5 +34,5 @@ public interface IDetailPane2 extends IDetailPane {
*
* @return the selection provider of this detail pane or <code>null</code>
*/
- public ISelectionProvider getSelectionProvider();
+ ISelectionProvider getSelectionProvider();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane3.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane3.java
index fd53bf40b..5819c497f 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane3.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane3.java
@@ -34,7 +34,7 @@ public interface IDetailPane3 extends IDetailPane, ISaveablePart {
*
* @param listener a property listener
*/
- public void addPropertyListener(IPropertyListener listener);
+ void addPropertyListener(IPropertyListener listener);
/**
* Removes the given property listener from this workbench part.
@@ -42,5 +42,5 @@ public interface IDetailPane3 extends IDetailPane, ISaveablePart {
*
* @param listener a property listener
*/
- public void removePropertyListener(IPropertyListener listener);
+ void removePropertyListener(IPropertyListener listener);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPaneFactory.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPaneFactory.java
index 60955e482..01c448ea8 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPaneFactory.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPaneFactory.java
@@ -45,7 +45,7 @@ public interface IDetailPaneFactory {
* @param selection The current selection
* @return Set of String IDs for possible detail pane types, possibly empty
*/
- public Set<String> getDetailPaneTypes(IStructuredSelection selection);
+ Set<String> getDetailPaneTypes(IStructuredSelection selection);
/**
* Returns the identifier of the default detail pane type to use for the given
@@ -56,7 +56,7 @@ public interface IDetailPaneFactory {
* @param selection The current selection
* @return a detail pane type identifier or <code>null</code>
*/
- public String getDefaultDetailPane(IStructuredSelection selection);
+ String getDefaultDetailPane(IStructuredSelection selection);
/**
* Creates and returns a detail pane corresponding to the given detail pane
@@ -66,7 +66,7 @@ public interface IDetailPaneFactory {
* @param paneID The id of the detain pane type to be created
* @return detail pane or <code>null</code> if one could not be created
*/
- public IDetailPane createDetailPane(String paneID);
+ IDetailPane createDetailPane(String paneID);
/**
* Returns a name for the detail pane type associated with the given ID
@@ -76,7 +76,7 @@ public interface IDetailPaneFactory {
* @param paneID detail pane type identifier
* @return detail pane name or <code>null</code> if none
*/
- public String getDetailPaneName(String paneID);
+ String getDetailPaneName(String paneID);
/**
* Returns a description for the detail pane type associated with the given ID
@@ -85,6 +85,6 @@ public interface IDetailPaneFactory {
* @param paneID detail pane type identifier
* @return detail pane description or <code>null</code> if none
*/
- public String getDetailPaneDescription(String paneID);
+ String getDetailPaneDescription(String paneID);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IInstructionPointerPresentation.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IInstructionPointerPresentation.java
index 154504c3e..89d79c503 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IInstructionPointerPresentation.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IInstructionPointerPresentation.java
@@ -64,7 +64,7 @@ public interface IInstructionPointerPresentation extends IDebugModelPresentation
* source
* @return annotation or <code>null</code>
*/
- public Annotation getInstructionPointerAnnotation(IEditorPart editorPart, IStackFrame frame);
+ Annotation getInstructionPointerAnnotation(IEditorPart editorPart, IStackFrame frame);
/**
* Returns an identifier of a <code>org.eclipse.ui.editors.annotationTypes</code> extension used for
@@ -76,7 +76,7 @@ public interface IInstructionPointerPresentation extends IDebugModelPresentation
* source
* @return annotation type identifier or <code>null</code>
*/
- public String getInstructionPointerAnnotationType(IEditorPart editorPart, IStackFrame frame);
+ String getInstructionPointerAnnotationType(IEditorPart editorPart, IStackFrame frame);
/**
* Returns the instruction pointer image used for the specified stack frame in the specified
@@ -90,7 +90,7 @@ public interface IInstructionPointerPresentation extends IDebugModelPresentation
* source
* @return image or <code>null</code>
*/
- public Image getInstructionPointerImage(IEditorPart editorPart, IStackFrame frame);
+ Image getInstructionPointerImage(IEditorPart editorPart, IStackFrame frame);
/**
* Returns the text to associate with the instruction pointer annotation used for the
@@ -105,5 +105,5 @@ public interface IInstructionPointerPresentation extends IDebugModelPresentation
* source
* @return message or <code>null</code>
*/
- public String getInstructionPointerText(IEditorPart editorPart, IStackFrame frame);
+ String getInstructionPointerText(IEditorPart editorPart, IStackFrame frame);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationDialog.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationDialog.java
index e3615ec89..768e19abe 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationDialog.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationDialog.java
@@ -35,8 +35,7 @@ public interface ILaunchConfigurationDialog extends IRunnableContext {
* @deprecated the launch dialog no longer supports launching without
* opening - this constant will never be returned by the dialog
*/
- @Deprecated
- public static final int LAUNCHED_BEFORE_OPENING = 2;
+ @Deprecated int LAUNCHED_BEFORE_OPENING = 2;
/**
* Adjusts the enable state of this dialog's buttons
@@ -46,7 +45,7 @@ public interface ILaunchConfigurationDialog extends IRunnableContext {
* update.
* </p>
*/
- public void updateButtons();
+ void updateButtons();
/**
* Updates the message (or error message) shown in the message line to
@@ -57,14 +56,14 @@ public interface ILaunchConfigurationDialog extends IRunnableContext {
* update.
* </p>
*/
- public void updateMessage();
+ void updateMessage();
/**
* Sets the contents of the name field to the given name.
*
* @param name new name value
*/
- public void setName(String name);
+ void setName(String name);
/**
* Returns a unique launch configuration name, using the given name
@@ -73,7 +72,7 @@ public interface ILaunchConfigurationDialog extends IRunnableContext {
* @param name seed from which to generate a new unique name
* @return the new unique launch configuration name
*/
- public String generateName(String name);
+ String generateName(String name);
/**
* Returns the tabs currently being displayed, or
@@ -81,7 +80,7 @@ public interface ILaunchConfigurationDialog extends IRunnableContext {
*
* @return currently displayed tabs, or <code>null</code>
*/
- public ILaunchConfigurationTab[] getTabs();
+ ILaunchConfigurationTab[] getTabs();
/**
* Returns the currently active <code>ILaunchConfigurationTab</code>
@@ -89,7 +88,7 @@ public interface ILaunchConfigurationDialog extends IRunnableContext {
*
* @return currently active <code>ILaunchConfigurationTab</code>, or <code>null</code>.
*/
- public ILaunchConfigurationTab getActiveTab();
+ ILaunchConfigurationTab getActiveTab();
/**
* Returns the mode in which this dialog was opened -
@@ -98,7 +97,7 @@ public interface ILaunchConfigurationDialog extends IRunnableContext {
* @return one of <code>RUN_MODE</code> or <code>DEBUG_MODE</code> defined in <code>ILaunchManager</code>
* @see org.eclipse.debug.core.ILaunchManager
*/
- public String getMode();
+ String getMode();
/**
* Sets the displayed tab to the given tab. Has no effect if the specified
@@ -107,7 +106,7 @@ public interface ILaunchConfigurationDialog extends IRunnableContext {
* @param tab the tab to display/activate
* @since 2.1
*/
- public void setActiveTab(ILaunchConfigurationTab tab);
+ void setActiveTab(ILaunchConfigurationTab tab);
/**
* Sets the displayed tab to the tab with the given index. Has no effect if
@@ -117,6 +116,6 @@ public interface ILaunchConfigurationDialog extends IRunnableContext {
* @param index the index of the tab to display
* @since 2.1
*/
- public void setActiveTab(int index);
+ void setActiveTab(int index);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
index 158530f36..4430ddc76 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
@@ -74,7 +74,7 @@ public interface ILaunchConfigurationTab {
*
* @param parent the parent composite
*/
- public void createControl(Composite parent);
+ void createControl(Composite parent);
/**
* Returns the top level control for this tab.
@@ -85,7 +85,7 @@ public interface ILaunchConfigurationTab {
*
* @return the top level control or <code>null</code>
*/
- public Control getControl();
+ Control getControl();
/**
* Initializes the given launch configuration with
@@ -97,7 +97,7 @@ public interface ILaunchConfigurationTab {
*
* @param configuration launch configuration
*/
- public void setDefaults(ILaunchConfigurationWorkingCopy configuration);
+ void setDefaults(ILaunchConfigurationWorkingCopy configuration);
/**
* Initializes this tab's controls with values from the given
@@ -107,14 +107,14 @@ public interface ILaunchConfigurationTab {
*
* @param configuration launch configuration
*/
- public void initializeFrom(ILaunchConfiguration configuration);
+ void initializeFrom(ILaunchConfiguration configuration);
/**
* Notifies this launch configuration tab that it has
* been disposed. Marks the end of this tab's lifecycle,
* allowing this tab to perform any cleanup required.
*/
- public void dispose();
+ void dispose();
/**
* Copies values from this tab into the given
@@ -122,7 +122,7 @@ public interface ILaunchConfigurationTab {
*
* @param configuration launch configuration
*/
- public void performApply(ILaunchConfigurationWorkingCopy configuration);
+ void performApply(ILaunchConfigurationWorkingCopy configuration);
/**
* Returns the current error message for this tab.
@@ -135,7 +135,7 @@ public interface ILaunchConfigurationTab {
*
* @return the error message, or <code>null</code> if none
*/
- public String getErrorMessage();
+ String getErrorMessage();
/**
* Returns the current message for this tab.
@@ -147,7 +147,7 @@ public interface ILaunchConfigurationTab {
*
* @return the message, or <code>null</code> if none
*/
- public String getMessage();
+ String getMessage();
/**
* Returns whether this tab is in a valid state in the context of the specified launch configuration.
@@ -161,7 +161,7 @@ public interface ILaunchConfigurationTab {
*
* @return whether this tab is in a valid state
*/
- public boolean isValid(ILaunchConfiguration launchConfig);
+ boolean isValid(ILaunchConfiguration launchConfig);
/**
* Returns whether this tab is in a state that allows the launch configuration whose values
@@ -177,7 +177,7 @@ public interface ILaunchConfigurationTab {
*
* @return whether this tab is in a state that allows the current launch configuration to be saved
*/
- public boolean canSave();
+ boolean canSave();
/**
* Sets the launch configuration dialog that hosts this tab.
@@ -186,7 +186,7 @@ public interface ILaunchConfigurationTab {
*
* @param dialog launch configuration dialog
*/
- public void setLaunchConfigurationDialog(ILaunchConfigurationDialog dialog);
+ void setLaunchConfigurationDialog(ILaunchConfigurationDialog dialog);
/**
* Notifies this tab that the specified configuration has been
@@ -201,22 +201,21 @@ public interface ILaunchConfigurationTab {
* than the launch dialog, this method cannot be relied upon for launching
* functionality.
*/
- @Deprecated
- public void launched(ILaunch launch);
+ @Deprecated void launched(ILaunch launch);
/**
* Returns the name of this tab.
*
* @return the name of this tab
*/
- public String getName();
+ String getName();
/**
* Returns the image for this tab, or <code>null</code> if none
*
* @return the image for this tab, or <code>null</code> if none
*/
- public Image getImage();
+ Image getImage();
/**
* Notification that this tab has become the active tab in the launch
@@ -225,7 +224,7 @@ public interface ILaunchConfigurationTab {
* @param workingCopy the launch configuration being edited
* @since 3.0
*/
- public void activated(ILaunchConfigurationWorkingCopy workingCopy);
+ void activated(ILaunchConfigurationWorkingCopy workingCopy);
/**
* Notification that this tab is no longer the active tab in the launch
@@ -234,7 +233,7 @@ public interface ILaunchConfigurationTab {
* @param workingCopy the launch configuration being edited
* @since 3.0
*/
- public void deactivated(ILaunchConfigurationWorkingCopy workingCopy);
+ void deactivated(ILaunchConfigurationWorkingCopy workingCopy);
/**
* Checks if it is OK to leave the Tab.
@@ -242,7 +241,7 @@ public interface ILaunchConfigurationTab {
* @return <code>true</code> if OK to leave the tab or <code>false</code>
* @since 3.12
*/
- public default boolean OkToLeaveTab() {
+ default boolean OkToLeaveTab() {
return true;
}
@@ -251,7 +250,7 @@ public interface ILaunchConfigurationTab {
*
* @since 3.12
*/
- public default void postApply() {
+ default void postApply() {
}
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab2.java
index 3aa2a0838..f6896b880 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab2.java
@@ -22,5 +22,5 @@ public interface ILaunchConfigurationTab2 extends ILaunchConfigurationTab {
* @return Returns a warning message to be displayed to the user
* or <code>null</code> if none is present.
*/
- public String getWarningMessage();
+ String getWarningMessage();
} \ No newline at end of file
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTabGroup.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTabGroup.java
index fd0235f6c..28f700793 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTabGroup.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTabGroup.java
@@ -94,14 +94,14 @@ public interface ILaunchConfigurationTabGroup {
* @param mode the mode the launch configuration dialog was
* opened in
*/
- public void createTabs(ILaunchConfigurationDialog dialog, String mode);
+ void createTabs(ILaunchConfigurationDialog dialog, String mode);
/**
* Returns the tabs contained in this tab group.
*
* @return the tabs contained in this tab group
*/
- public ILaunchConfigurationTab[] getTabs();
+ ILaunchConfigurationTab[] getTabs();
/**
* Notifies this launch configuration tab group that it has
@@ -109,7 +109,7 @@ public interface ILaunchConfigurationTabGroup {
* of this tab group's lifecycle, allowing this tab group to
* perform any cleanup required.
*/
- public void dispose();
+ void dispose();
/**
* Initializes the given launch configuration with
@@ -121,7 +121,7 @@ public interface ILaunchConfigurationTabGroup {
*
* @param configuration launch configuration
*/
- public void setDefaults(ILaunchConfigurationWorkingCopy configuration);
+ void setDefaults(ILaunchConfigurationWorkingCopy configuration);
/**
* Initializes this group's tab controls with values from the given
@@ -130,7 +130,7 @@ public interface ILaunchConfigurationTabGroup {
*
* @param configuration launch configuration
*/
- public void initializeFrom(ILaunchConfiguration configuration);
+ void initializeFrom(ILaunchConfiguration configuration);
/**
* Copies values from this group's tabs into the given
@@ -138,7 +138,7 @@ public interface ILaunchConfigurationTabGroup {
*
* @param configuration launch configuration
*/
- public void performApply(ILaunchConfigurationWorkingCopy configuration);
+ void performApply(ILaunchConfigurationWorkingCopy configuration);
/**
* Notifies this tab that a configuration has been
@@ -153,7 +153,6 @@ public interface ILaunchConfigurationTabGroup {
* than the launch dialog, this method cannot be relied upon for launching
* functionality.
*/
- @Deprecated
- public void launched(ILaunch launch);
+ @Deprecated void launched(ILaunch launch);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchGroup.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchGroup.java
index 25ad8ce05..abb18ea3d 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchGroup.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchGroup.java
@@ -52,7 +52,7 @@ public interface ILaunchGroup {
*
* @return the image for this launch group, or <code>null</code> if none
*/
- public ImageDescriptor getImageDescriptor();
+ ImageDescriptor getImageDescriptor();
/**
* Returns the banner image for this launch group, or <code>null</code> if
@@ -61,42 +61,42 @@ public interface ILaunchGroup {
* @return the banner image for this launch group, or <code>null</code> if
* none
*/
- public ImageDescriptor getBannerImageDescriptor();
+ ImageDescriptor getBannerImageDescriptor();
/**
* Returns the label for this launch group
*
* @return the label for this launch group
*/
- public String getLabel();
+ String getLabel();
/**
* Returns the id for this launch group
*
* @return the id for this launch group
*/
- public String getIdentifier();
+ String getIdentifier();
/**
* Returns the category for this launch group, possibly <code>null</code>
*
* @return the category for this launch group, possibly <code>null</code>
*/
- public String getCategory();
+ String getCategory();
/**
* Returns the mode for this launch group
*
* @return the mode for this launch group
*/
- public String getMode();
+ String getMode();
/**
* Returns whether this launch group is public
*
* @return boolean
*/
- public boolean isPublic();
+ boolean isPublic();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut.java
index 819eabe48..32e8bd4de 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut.java
@@ -135,7 +135,7 @@ public interface ILaunchShortcut {
* launch manager
* @see org.eclipse.debug.core.ILaunchManager
*/
- public void launch(ISelection selection, String mode);
+ void launch(ISelection selection, String mode);
/**
* Locates a launchable entity in the given active editor, and launches
@@ -149,5 +149,5 @@ public interface ILaunchShortcut {
* manager
* @see org.eclipse.debug.core.ILaunchManager
*/
- public void launch(IEditorPart editor, String mode);
+ void launch(IEditorPart editor, String mode);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut2.java
index dbcb25255..95ddd606b 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut2.java
@@ -51,7 +51,7 @@ public interface ILaunchShortcut2 extends ILaunchShortcut {
* but does not exist, or <code>null</code> if default resource mappings should
* be used to derive associated configurations
*/
- public ILaunchConfiguration[] getLaunchConfigurations(ISelection selection);
+ ILaunchConfiguration[] getLaunchConfigurations(ISelection selection);
/**
* Returns an array of existing <code>ILaunchConfiguration</code>s that could be
@@ -65,7 +65,7 @@ public interface ILaunchShortcut2 extends ILaunchShortcut {
* could be created but does not exist, or <code>null</code> if default resource
* mappings should be used to derive associated configurations
*/
- public ILaunchConfiguration[] getLaunchConfigurations(IEditorPart editorpart);
+ ILaunchConfiguration[] getLaunchConfigurations(IEditorPart editorpart);
/**
* Returns an <code>IResource</code> that maps to the given selection for launch
@@ -77,7 +77,7 @@ public interface ILaunchShortcut2 extends ILaunchShortcut {
* @return an <code>IResource</code> that maps to the given selection for launch
* purposes or <code>null</code> if none
*/
- public IResource getLaunchableResource(ISelection selection);
+ IResource getLaunchableResource(ISelection selection);
/**
* Returns an <code>IResource</code> that maps to given editor part for launch
@@ -89,5 +89,5 @@ public interface ILaunchShortcut2 extends ILaunchShortcut {
* @return an <code>IResource</code> that maps to given editor part for launch
* purposes, or <code>null</code> if none
*/
- public IResource getLaunchableResource(IEditorPart editorpart);
+ IResource getLaunchableResource(IEditorPart editorpart);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ISourcePresentation.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ISourcePresentation.java
index b2096e90f..2cf4ddb1a 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ISourcePresentation.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ISourcePresentation.java
@@ -56,7 +56,7 @@ public interface ISourcePresentation {
* method
* @return an editor input, or <code>null</code> if none
*/
- public IEditorInput getEditorInput(Object element);
+ IEditorInput getEditorInput(Object element);
/**
* Returns the id of the editor to use to display the
@@ -70,5 +70,5 @@ public interface ISourcePresentation {
* input
* @return an editor id, or <code>null</code> if none
*/
- public String getEditorId(IEditorInput input, Object element);
+ String getEditorId(IEditorInput input, Object element);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IValueDetailListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IValueDetailListener.java
index cdcb33e5d..30e8cb0f5 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IValueDetailListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IValueDetailListener.java
@@ -30,5 +30,5 @@ public interface IValueDetailListener {
* @param value the value for which the detail is provided
* @param result the detailed description of the given value
*/
- public void detailComputed(IValue value, String result);
+ void detailComputed(IValue value, String result);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IAddMemoryBlocksTarget.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IAddMemoryBlocksTarget.java
index 61f25c9d8..1f5178bb0 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IAddMemoryBlocksTarget.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IAddMemoryBlocksTarget.java
@@ -35,7 +35,7 @@ public interface IAddMemoryBlocksTarget {
* @return <code>true</code> if the add memory block operation can be performed from the given part and selection, <code>false</code> otherwise
* @throws CoreException if unable to perform the action
*/
- public boolean canAddMemoryBlocks(IWorkbenchPart part, ISelection selection) throws CoreException;
+ boolean canAddMemoryBlocks(IWorkbenchPart part, ISelection selection) throws CoreException;
/**
* Returns whether this target will support adding memory block from the specified
@@ -44,7 +44,7 @@ public interface IAddMemoryBlocksTarget {
* @return true if the target wants to support adding memory block from the given
* part, false otherwise.
*/
- public boolean supportsAddMemoryBlocks(IWorkbenchPart part);
+ boolean supportsAddMemoryBlocks(IWorkbenchPart part);
/**
@@ -62,5 +62,5 @@ public interface IAddMemoryBlocksTarget {
* @see org.eclipse.debug.ui.memory.IMemoryRenderingManager
* @see org.eclipse.debug.core.IMemoryBlockManager
*/
- public void addMemoryBlocks(IWorkbenchPart part, ISelection selection) throws CoreException;
+ void addMemoryBlocks(IWorkbenchPart part, ISelection selection) throws CoreException;
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IAddMemoryRenderingsTarget.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IAddMemoryRenderingsTarget.java
index 537753655..1d839f643 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IAddMemoryRenderingsTarget.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IAddMemoryRenderingsTarget.java
@@ -50,7 +50,7 @@ public interface IAddMemoryRenderingsTarget {
* @return <code>true</code> if a memory rendering can be added from the specified
* part with the given selection, <code>false</code> otherwise
*/
- public boolean canAddMemoryRenderings(IWorkbenchPart part, ISelection selection);
+ boolean canAddMemoryRenderings(IWorkbenchPart part, ISelection selection);
/**
* Adds memory renderings. Based on the part and selection (active debug context), this
@@ -71,7 +71,7 @@ public interface IAddMemoryRenderingsTarget {
* @see org.eclipse.debug.ui.memory.IMemoryRenderingSite
* @see org.eclipse.debug.ui.memory.IMemoryRenderingContainer
*/
- public void addMemoryRenderings(IWorkbenchPart part, ISelection selection, IMemoryRenderingType[] renderingTypes) throws CoreException;
+ void addMemoryRenderings(IWorkbenchPart part, ISelection selection, IMemoryRenderingType[] renderingTypes) throws CoreException;
/**
* Returns a list of rendering types that can be added from the given workbench part and active
@@ -81,5 +81,5 @@ public interface IAddMemoryRenderingsTarget {
* @param selection the active debug context
* @return a list of rendering types that can be added, possibly empty
*/
- public IMemoryRenderingType[] getMemoryRenderingTypes(IWorkbenchPart part, ISelection selection);
+ IMemoryRenderingType[] getMemoryRenderingTypes(IWorkbenchPart part, ISelection selection);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IRunToLineTarget.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IRunToLineTarget.java
index 016bbde63..5d10c8d68 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IRunToLineTarget.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IRunToLineTarget.java
@@ -51,7 +51,7 @@ public interface IRunToLineTarget {
* @param target suspended element to perform the "run to line" action on
* @throws CoreException if unable to perform the action
*/
- public void runToLine(IWorkbenchPart part, ISelection selection, ISuspendResume target) throws CoreException;
+ void runToLine(IWorkbenchPart part, ISelection selection, ISuspendResume target) throws CoreException;
/**
* Returns whether a run to line operation can be performed on the given
@@ -63,5 +63,5 @@ public interface IRunToLineTarget {
* @return if a run to line operation can be performed on the given
* element that is currently selected and suspended in the Debug view
*/
- public boolean canRunToLine(IWorkbenchPart part, ISelection selection, ISuspendResume target);
+ boolean canRunToLine(IWorkbenchPart part, ISelection selection, ISuspendResume target);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTarget.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTarget.java
index a0f20a1e7..a24ece980 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTarget.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTarget.java
@@ -50,7 +50,7 @@ public interface IToggleBreakpointsTarget {
* @param selection selection on which line breakpoints should be toggled
* @throws CoreException if unable to perform the action
*/
- public void toggleLineBreakpoints(IWorkbenchPart part, ISelection selection) throws CoreException;
+ void toggleLineBreakpoints(IWorkbenchPart part, ISelection selection) throws CoreException;
/**
* Returns whether line breakpoints can be toggled on the given selection.
@@ -62,7 +62,7 @@ public interface IToggleBreakpointsTarget {
* @param selection selection on which line breakpoints may be toggled
* @return whether line breakpoints can be toggled on the given selection
*/
- public boolean canToggleLineBreakpoints(IWorkbenchPart part, ISelection selection);
+ boolean canToggleLineBreakpoints(IWorkbenchPart part, ISelection selection);
/**
* Creates new method breakpoints or removes existing breakpoints.
@@ -74,7 +74,7 @@ public interface IToggleBreakpointsTarget {
* @param selection selection on which method breakpoints should be toggled
* @throws CoreException if unable to perform the action
*/
- public void toggleMethodBreakpoints(IWorkbenchPart part, ISelection selection) throws CoreException;
+ void toggleMethodBreakpoints(IWorkbenchPart part, ISelection selection) throws CoreException;
/**
* Returns whether method breakpoints can be toggled on the given selection.
@@ -86,7 +86,7 @@ public interface IToggleBreakpointsTarget {
* @param selection selection on which method breakpoints may be toggled
* @return whether method breakpoints can be toggled on the given selection
*/
- public boolean canToggleMethodBreakpoints(IWorkbenchPart part, ISelection selection);
+ boolean canToggleMethodBreakpoints(IWorkbenchPart part, ISelection selection);
/**
* Creates new watchpoints or removes existing breakpoints.
@@ -98,7 +98,7 @@ public interface IToggleBreakpointsTarget {
* @param selection selection on which watchpoints should be toggled
* @throws CoreException if unable to perform the action
*/
- public void toggleWatchpoints(IWorkbenchPart part, ISelection selection) throws CoreException;
+ void toggleWatchpoints(IWorkbenchPart part, ISelection selection) throws CoreException;
/**
* Returns whether watchpoints can be toggled on the given selection.
@@ -110,5 +110,5 @@ public interface IToggleBreakpointsTarget {
* @param selection selection on which watchpoints may be toggled
* @return whether watchpoints can be toggled on the given selection
*/
- public boolean canToggleWatchpoints(IWorkbenchPart part, ISelection selection);
+ boolean canToggleWatchpoints(IWorkbenchPart part, ISelection selection);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetExtension.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetExtension.java
index 70e8d9684..2908c63df 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetExtension.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetExtension.java
@@ -39,7 +39,7 @@ public interface IToggleBreakpointsTargetExtension extends IToggleBreakpointsTar
* @param selection selection on which line breakpoints should be toggled
* @throws CoreException if unable to perform the action
*/
- public void toggleBreakpoints(IWorkbenchPart part, ISelection selection) throws CoreException;
+ void toggleBreakpoints(IWorkbenchPart part, ISelection selection) throws CoreException;
/**
* Returns whether line breakpoints can be toggled on the given selection.
@@ -51,6 +51,6 @@ public interface IToggleBreakpointsTargetExtension extends IToggleBreakpointsTar
* @param selection selection on which line breakpoints may be toggled
* @return whether line breakpoints can be toggled on the given selection
*/
- public boolean canToggleBreakpoints(IWorkbenchPart part, ISelection selection);
+ boolean canToggleBreakpoints(IWorkbenchPart part, ISelection selection);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetExtension2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetExtension2.java
index b4c276320..bd2f908db 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetExtension2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetExtension2.java
@@ -40,7 +40,7 @@ public interface IToggleBreakpointsTargetExtension2 extends IToggleBreakpointsTa
* @param event the accompanying {@link Event} which can be <code>null</code> if unavailable
* @throws CoreException if unable to perform the action
*/
- public void toggleBreakpointsWithEvent(IWorkbenchPart part, ISelection selection, Event event) throws CoreException;
+ void toggleBreakpointsWithEvent(IWorkbenchPart part, ISelection selection, Event event) throws CoreException;
/**
* Returns whether breakpoints can be toggled on the given selection with the given {@link Event}.
@@ -53,5 +53,5 @@ public interface IToggleBreakpointsTargetExtension2 extends IToggleBreakpointsTa
* @param event the accompanying {@link Event} which can be <code>null</code> if unavailable
* @return whether breakpoints can be toggled on the given selection with the given {@link Event}
*/
- public boolean canToggleBreakpointsWithEvent(IWorkbenchPart part, ISelection selection, Event event);
+ boolean canToggleBreakpointsWithEvent(IWorkbenchPart part, ISelection selection, Event event);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetFactory.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetFactory.java
index b0c6c71bb..273ed0f41 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetFactory.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetFactory.java
@@ -73,7 +73,7 @@ public interface IToggleBreakpointsTargetFactory {
* @return Set of <code>String</code> IDs for possible toggle breakpoint
* targets, possibly empty
*/
- public Set<String> getToggleTargets(IWorkbenchPart part, ISelection selection);
+ Set<String> getToggleTargets(IWorkbenchPart part, ISelection selection);
/**
* Returns the identifier of the default toggle breakpoints target to use
@@ -84,7 +84,7 @@ public interface IToggleBreakpointsTargetFactory {
* @param selection The current selection
* @return a breakpoint toggle target identifier or <code>null</code>
*/
- public String getDefaultToggleTarget(IWorkbenchPart part, ISelection selection);
+ String getDefaultToggleTarget(IWorkbenchPart part, ISelection selection);
/**
* Creates and returns a toggle breakpoint target corresponding to the
@@ -94,7 +94,7 @@ public interface IToggleBreakpointsTargetFactory {
* @param targetID The id of the toggle target to be created
* @return toggle target or <code>null</code> if one could not be created
*/
- public IToggleBreakpointsTarget createToggleTarget(String targetID);
+ IToggleBreakpointsTarget createToggleTarget(String targetID);
/**
* Returns a human readable name for the breakpoint toggle target associated with the
@@ -104,7 +104,7 @@ public interface IToggleBreakpointsTargetFactory {
* @param targetID toggle breakpoints target identifier
* @return toggle target name
*/
- public String getToggleTargetName(String targetID);
+ String getToggleTargetName(String targetID);
/**
* Returns a description for the breakpoint toggle target associated with the
@@ -113,6 +113,6 @@ public interface IToggleBreakpointsTargetFactory {
* @param targetID toggle breakpoints target identifier
* @return toggle target name or <code>null</code> if none
*/
- public String getToggleTargetDescription(String targetID);
+ String getToggleTargetDescription(String targetID);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetManager.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetManager.java
index 6705c8167..42f490130 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetManager.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetManager.java
@@ -48,7 +48,7 @@ public interface IToggleBreakpointsTargetManager {
* @param selection active selection in part
* @return Set of toggle target IDs or an empty set
*/
- public Set<String> getEnabledToggleBreakpointsTargetIDs(IWorkbenchPart part, ISelection selection);
+ Set<String> getEnabledToggleBreakpointsTargetIDs(IWorkbenchPart part, ISelection selection);
/**
* Returns the ID of the calculated preferred toggle breakpoints target for the
@@ -58,7 +58,7 @@ public interface IToggleBreakpointsTargetManager {
* @param selection active selection in part
* @return The toggle target IDs or null if none.
*/
- public String getPreferredToggleBreakpointsTargetID(IWorkbenchPart part, ISelection selection);
+ String getPreferredToggleBreakpointsTargetID(IWorkbenchPart part, ISelection selection);
/**
* Given the ID of toggle breakpoint target, this method will try to find the factory
@@ -68,7 +68,7 @@ public interface IToggleBreakpointsTargetManager {
* @param selection The active selection to use with toggle target
* @return The instantiated target or null
*/
- public IToggleBreakpointsTarget getToggleBreakpointsTarget(IWorkbenchPart part, ISelection selection);
+ IToggleBreakpointsTarget getToggleBreakpointsTarget(IWorkbenchPart part, ISelection selection);
/**
* Given the ID of a toggle breakpoints target, this method will try
@@ -77,7 +77,7 @@ public interface IToggleBreakpointsTargetManager {
* @param id The ID of the requested toggle breakpoint target.
* @return The name of the target.
*/
- public String getToggleBreakpointsTargetName(String id);
+ String getToggleBreakpointsTargetName(String id);
/**
* Given the ID of a toggle breakpoints target, this method will try
@@ -86,19 +86,19 @@ public interface IToggleBreakpointsTargetManager {
* @param id The ID of the requested toggle breakpoint target.
* @return The description of the target or null.
*/
- public String getToggleBreakpointsTargetDescription(String id);
+ String getToggleBreakpointsTargetDescription(String id);
/**
* Adds the given listener to the list of listeners notified when the preferred
* toggle breakpoints targets change.
* @param listener The listener to add.
*/
- public void addChangedListener(IToggleBreakpointsTargetManagerListener listener);
+ void addChangedListener(IToggleBreakpointsTargetManagerListener listener);
/**
* Removes the given listener from the list of listeners notified when the preferred
* toggle breakpoints targets change.
* @param listener The listener to add.
*/
- public void removeChangedListener(IToggleBreakpointsTargetManagerListener listener);
+ void removeChangedListener(IToggleBreakpointsTargetManagerListener listener);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetManagerListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetManagerListener.java
index 643278c07..6e406cdd7 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetManagerListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetManagerListener.java
@@ -26,5 +26,5 @@ public interface IToggleBreakpointsTargetManagerListener {
/**
* Called when the preferred toggle targets have changed.
*/
- public void preferredTargetsChanged();
+ void preferredTargetsChanged();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IVariableValueEditor.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IVariableValueEditor.java
index 623822819..b4f9fd605 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IVariableValueEditor.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IVariableValueEditor.java
@@ -54,7 +54,7 @@ public interface IVariableValueEditor {
* platform should prompt the user to edit the given variable using the default
* variable editor
*/
- public boolean editVariable(IVariable variable, Shell shell);
+ boolean editVariable(IVariable variable, Shell shell);
/**
* Saves the given expression to the given variable, if appropriate. If this
@@ -70,5 +70,5 @@ public interface IVariableValueEditor {
* <code>true</code> if no more work should be done, <code>false</code> if the debug
* platform should perform the default save operation
*/
- public boolean saveVariable(IVariable variable, String expression, Shell shell);
+ boolean saveVariable(IVariable variable, String expression, Shell shell);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapter.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapter.java
index 213194fc0..b9fc4de53 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapter.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapter.java
@@ -43,6 +43,6 @@ public interface IWatchExpressionFactoryAdapter {
* @exception org.eclipse.core.runtime.CoreException if unable to create a watch
* expression
*/
- public String createWatchExpression(IVariable variable) throws CoreException;
+ String createWatchExpression(IVariable variable) throws CoreException;
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapter2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapter2.java
index 13e810732..757df0308 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapter2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapter2.java
@@ -38,7 +38,7 @@ public interface IWatchExpressionFactoryAdapter2 {
* @exception org.eclipse.core.runtime.CoreException if unable to create a watch
* expression
*/
- public String createWatchExpression(Object element) throws CoreException;
+ String createWatchExpression(Object element) throws CoreException;
/**
* Returns whether a watch expression can be created for the specified variable.
@@ -46,6 +46,6 @@ public interface IWatchExpressionFactoryAdapter2 {
* @param variable the specified variable
* @return whether an expression can be created
*/
- public boolean canCreateWatchExpression(Object variable);
+ boolean canCreateWatchExpression(Object variable);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapterExtension.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapterExtension.java
index 1ad06baf6..973dbf4f8 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapterExtension.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapterExtension.java
@@ -37,6 +37,6 @@ public interface IWatchExpressionFactoryAdapterExtension extends IWatchExpressio
* @param variable variable a watch expression is required for
* @return whether an expression can be created
*/
- public boolean canCreateWatchExpression(IVariable variable);
+ boolean canCreateWatchExpression(IVariable variable);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsole.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsole.java
index 02e131877..3cd80c8ce 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsole.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsole.java
@@ -38,7 +38,7 @@ public interface IConsole {
*
* @param streamsProxy the proxy to connect this console to
*/
- public void connect(IStreamsProxy streamsProxy);
+ void connect(IStreamsProxy streamsProxy);
/**
* Connects this console to the given stream monitor, uniquely identified by
@@ -48,7 +48,7 @@ public interface IConsole {
* @param streamMonitor the monitor to connect this console to
* @param streamIdentifer the stream identifier to connect this console to
*/
- public void connect(IStreamMonitor streamMonitor, String streamIdentifer);
+ void connect(IStreamMonitor streamMonitor, String streamIdentifer);
/**
* Adds the given hyperlink to this console. The link will be notified when
@@ -64,8 +64,7 @@ public interface IConsole {
* @param length the length of the associated hyperlink text
* @deprecated replaced with addLink(IHyperlink link, int offset, int length)
*/
- @Deprecated
- public void addLink(IConsoleHyperlink link, int offset, int length);
+ @Deprecated void addLink(IConsoleHyperlink link, int offset, int length);
/**
* Adds the given hyperlink to this console. The link will be notified when
@@ -81,7 +80,7 @@ public interface IConsole {
* @param length the length of the associated hyperlink text
* @since 3.1
*/
- public void addLink(IHyperlink link, int offset, int length);
+ void addLink(IHyperlink link, int offset, int length);
/**
* Returns the region of text associated with the given hyperlink, or
@@ -92,8 +91,7 @@ public interface IConsole {
* @return region of text associated with the hyperlink, or <code>null</code>
* @deprecated replaced with getRegion(IHyperlink link) instead
*/
- @Deprecated
- public IRegion getRegion(IConsoleHyperlink link);
+ @Deprecated IRegion getRegion(IConsoleHyperlink link);
/**
* Returns the region of text associated with the given hyperlink, or
@@ -104,21 +102,21 @@ public interface IConsole {
* @return region of text associated with the hyperlink, or <code>null</code>
* @since 3.1
*/
- public IRegion getRegion(IHyperlink link);
+ IRegion getRegion(IHyperlink link);
/**
* Returns the document associated with this console.
*
* @return document
*/
- public IDocument getDocument();
+ IDocument getDocument();
/**
* Returns the process associated with this console.
*
* @return the process associated with this console
*/
- public IProcess getProcess();
+ IProcess getProcess();
/**
* Adds the given pattern match listener to this console. The listener will
@@ -126,7 +124,7 @@ public interface IConsole {
* @param matchListener the listener to add
* @since 3.1
*/
- public void addPatternMatchListener(IPatternMatchListener matchListener);
+ void addPatternMatchListener(IPatternMatchListener matchListener);
/**
* Removes the given pattern match listener from this console. The listener will be
@@ -134,7 +132,7 @@ public interface IConsole {
* @param matchListener the pattern match listener to remove.
* @since 3.1
*/
- public void removePatternMatchListener(IPatternMatchListener matchListener);
+ void removePatternMatchListener(IPatternMatchListener matchListener);
/**
* Returns the stream associated with the specified stream identifier.
@@ -142,5 +140,5 @@ public interface IConsole {
* @return The stream or <code>null</code> if none found with matching streamIdentifier
* @since 3.1
*/
- public IOConsoleOutputStream getStream(String streamIdentifier);
+ IOConsoleOutputStream getStream(String streamIdentifier);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleColorProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleColorProvider.java
index 523fe79a9..40e2a9edd 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleColorProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleColorProvider.java
@@ -61,7 +61,7 @@ public interface IConsoleColorProvider {
* @return whether the console associated with this color provider's
* process can currently accept keyboard input
*/
- public boolean isReadOnly();
+ boolean isReadOnly();
/**
* Returns the color to draw output associated with the given stream.
@@ -69,7 +69,7 @@ public interface IConsoleColorProvider {
* @param streamIdentifer the identifier of the stream
* @return Color
*/
- public Color getColor(String streamIdentifer);
+ Color getColor(String streamIdentifer);
/**
* Connects this color provider to the given process and console.
@@ -79,10 +79,10 @@ public interface IConsoleColorProvider {
* @param process the process to connect this color provider to
* @param console the console to connect this color provider to
*/
- public void connect(IProcess process, IConsole console);
+ void connect(IProcess process, IConsole console);
/**
* Disconnects this color provider.
*/
- public void disconnect();
+ void disconnect();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleLineTracker.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleLineTracker.java
index 5330f11a6..cd6f908fa 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleLineTracker.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleLineTracker.java
@@ -49,7 +49,7 @@ public interface IConsoleLineTracker {
*
* @param console console that has been created
*/
- public void init(IConsole console);
+ void init(IConsole console);
/**
* Notification that a line of text has been appended to the console. The
@@ -59,10 +59,10 @@ public interface IConsoleLineTracker {
* @param line region describing the offset and length of line appended to
* the console, excluding the line delimiter
*/
- public void lineAppended(IRegion line);
+ void lineAppended(IRegion line);
/**
* Disposes this console line tracker.
*/
- public void dispose();
+ void dispose();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleLineTrackerExtension.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleLineTrackerExtension.java
index 7d72f56fe..1e1035348 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleLineTrackerExtension.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsoleLineTrackerExtension.java
@@ -24,6 +24,6 @@ public interface IConsoleLineTrackerExtension extends IConsoleLineTracker {
* Notification that all output streams connected to the console have been
* closed. No more lines will be appended after this method is called.
*/
- public void consoleClosed();
+ void consoleClosed();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextListener.java
index 3163dd277..dcba6bd38 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextListener.java
@@ -29,6 +29,6 @@ public interface IDebugContextListener {
*
* @param event debug context event
*/
- public void debugContextChanged(DebugContextEvent event);
+ void debugContextChanged(DebugContextEvent event);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextManager.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextManager.java
index 5db67188e..ad7d65b5d 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextManager.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextManager.java
@@ -36,14 +36,14 @@ public interface IDebugContextManager {
*
* @param listener debug context listener
*/
- public void addDebugContextListener(IDebugContextListener listener);
+ void addDebugContextListener(IDebugContextListener listener);
/**
* Unregisters the given listener for context notification in all windows.
*
* @param listener debug context listener
*/
- public void removeDebugContextListener(IDebugContextListener listener);
+ void removeDebugContextListener(IDebugContextListener listener);
/**
* Returns the debug context service for the specified window.
@@ -51,5 +51,5 @@ public interface IDebugContextManager {
* @param window workbench window
* @return debug context service
*/
- public IDebugContextService getContextService(IWorkbenchWindow window);
+ IDebugContextService getContextService(IWorkbenchWindow window);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextProvider.java
index 579569f00..ae1e28dc3 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextProvider.java
@@ -46,27 +46,27 @@ public interface IDebugContextProvider {
*
* @return part associated with this context provider or <code>null</code>
*/
- public IWorkbenchPart getPart();
+ IWorkbenchPart getPart();
/**
* Registers the given listener for debug context events.
*
* @param listener event listener
*/
- public void addDebugContextListener(IDebugContextListener listener);
+ void addDebugContextListener(IDebugContextListener listener);
/**
* Unregisters the given listener for debug context events.
*
* @param listener event listener
*/
- public void removeDebugContextListener(IDebugContextListener listener);
+ void removeDebugContextListener(IDebugContextListener listener);
/**
* Returns the currently active context, possibly empty or <code>null</code>.
*
* @return active context, possibly empty or <code>null</code>.
*/
- public ISelection getActiveContext();
+ ISelection getActiveContext();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextService.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextService.java
index 690c2ec7e..0d1f2b4cf 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextService.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/IDebugContextService.java
@@ -32,14 +32,14 @@ public interface IDebugContextService {
*
* @param listener debug context listener
*/
- public void addDebugContextListener(IDebugContextListener listener);
+ void addDebugContextListener(IDebugContextListener listener);
/**
* Unregisters for the given listener for debug context change notification
* in this service's window.
*
* @param listener debug context listener
*/
- public void removeDebugContextListener(IDebugContextListener listener);
+ void removeDebugContextListener(IDebugContextListener listener);
/**
* Registers for the given debug context listener for context notification
@@ -48,7 +48,7 @@ public interface IDebugContextService {
* @param listener debug context listener
* @param partId part identifier
*/
- public void addDebugContextListener(IDebugContextListener listener, String partId);
+ void addDebugContextListener(IDebugContextListener listener, String partId);
/**
* Unregisters the given debug context listener for context change notification
@@ -57,7 +57,7 @@ public interface IDebugContextService {
* @param listener debug context listener
* @param partId part identifier
*/
- public void removeDebugContextListener(IDebugContextListener listener, String partId);
+ void removeDebugContextListener(IDebugContextListener listener, String partId);
/**
* Returns the active context in this service's window
@@ -65,7 +65,7 @@ public interface IDebugContextService {
*
* @return active context or <code>null</code>
*/
- public ISelection getActiveContext();
+ ISelection getActiveContext();
/**
* Returns the active context in the specified part of this service's window
@@ -74,7 +74,7 @@ public interface IDebugContextService {
* @param partId part identifier
* @return active context or <code>null</code>
*/
- public ISelection getActiveContext(String partId);
+ ISelection getActiveContext(String partId);
/**
* Registers the given debug context listener for post context change notification
@@ -83,7 +83,7 @@ public interface IDebugContextService {
*
* @param listener debug context listener
*/
- public void addPostDebugContextListener(IDebugContextListener listener);
+ void addPostDebugContextListener(IDebugContextListener listener);
/**
* Unregisters the given debug context listener for post context change notification
@@ -91,7 +91,7 @@ public interface IDebugContextService {
*
* @param listener debug context listener.
*/
- public void removePostDebugContextListener(IDebugContextListener listener);
+ void removePostDebugContextListener(IDebugContextListener listener);
/**
* Registers the given debug context listener for post context change notification
@@ -101,7 +101,7 @@ public interface IDebugContextService {
* @param listener debug context listener
* @param partId part identifier
*/
- public void addPostDebugContextListener(IDebugContextListener listener, String partId);
+ void addPostDebugContextListener(IDebugContextListener listener, String partId);
/**
* Unregisters the given debug context listener for post context change notification
@@ -110,21 +110,21 @@ public interface IDebugContextService {
* @param listener debug context listener
* @param partId part identifier
*/
- public void removePostDebugContextListener(IDebugContextListener listener, String partId);
+ void removePostDebugContextListener(IDebugContextListener listener, String partId);
/**
* Registers the given debug context provider with this service.
*
* @param provider debug context provider
*/
- public void addDebugContextProvider(IDebugContextProvider provider);
+ void addDebugContextProvider(IDebugContextProvider provider);
/**
* Unregisters the given debug context provider from this service.
*
* @param provider debug context provider
*/
- public void removeDebugContextProvider(IDebugContextProvider provider);
+ void removeDebugContextProvider(IDebugContextProvider provider);
/**
* Returns the active context in the specified part of this service's window
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTrigger.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTrigger.java
index 95762d321..fb96aa1f8 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTrigger.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTrigger.java
@@ -46,13 +46,13 @@ public interface ISuspendTrigger {
*
* @param listener suspend listener
*/
- public void addSuspendTriggerListener(ISuspendTriggerListener listener);
+ void addSuspendTriggerListener(ISuspendTriggerListener listener);
/**
* Unregisters the given listener for suspend notifications.
*
* @param listener suspend listener
*/
- public void removeSuspendTriggerListener(ISuspendTriggerListener listener);
+ void removeSuspendTriggerListener(ISuspendTriggerListener listener);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTriggerListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTriggerListener.java
index f701c5a9f..e844dcb30 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTriggerListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/contexts/ISuspendTriggerListener.java
@@ -34,6 +34,6 @@ public interface ISuspendTriggerListener {
* @param launch the launch that has suspended
* @param context the context on which the launch suspended
*/
- public void suspended(ILaunch launch, Object context);
+ void suspended(ILaunch launch, Object context);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryBlockTablePresentation.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryBlockTablePresentation.java
index 66f471f57..96c7050fd 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryBlockTablePresentation.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryBlockTablePresentation.java
@@ -45,7 +45,7 @@ public interface IMemoryBlockTablePresentation extends IDebugModelPresentation
* @return a collection of labels to head columns in a <code>AbstractTableRendering</code>
* rendering, or <code>null</code> if default labels should be used
*/
- public String[] getColumnLabels(IMemoryBlock blk, int bytesPerLine, int numColumns);
+ String[] getColumnLabels(IMemoryBlock blk, int bytesPerLine, int numColumns);
/**
@@ -57,6 +57,6 @@ public interface IMemoryBlockTablePresentation extends IDebugModelPresentation
* @return a label for a row starting at the given address within the given
* memory block, or <code>null</code> if default rendering should be used
*/
- public String getRowLabel(IMemoryBlock blk, BigInteger address);
+ String getRowLabel(IMemoryBlock blk, BigInteger address);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRendering.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRendering.java
index b8e14e1a1..9d2b1ba16 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRendering.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRendering.java
@@ -75,7 +75,7 @@ public interface IMemoryRendering extends IAdaptable{
* @param container container hosting this rendering
* @param block the memory block to render
*/
- public void init(IMemoryRenderingContainer container, IMemoryBlock block);
+ void init(IMemoryRenderingContainer container, IMemoryBlock block);
/**
* Creates the top level control for this rendering under the given parent composite.
@@ -88,7 +88,7 @@ public interface IMemoryRendering extends IAdaptable{
* @param parent the parent composite
* @return the new top level control
*/
- public Control createControl(Composite parent);
+ Control createControl(Composite parent);
/**
* Returns the top level control for this rendering.
@@ -98,42 +98,42 @@ public interface IMemoryRendering extends IAdaptable{
* </p>
* @return the top level control or <code>null</code>
*/
- public Control getControl();
+ Control getControl();
/**
* Disposes this rendering.
*/
- public void dispose();
+ void dispose();
/**
* Notification this rendering has become the active rendering. Only one
* rendering can be active at once. Generally, the active rendering is
* visible and has focus.
*/
- public void activated();
+ void activated();
/**
* Notification this rendering is no longer the active rendering.
*/
- public void deactivated();
+ void deactivated();
/**
* Notification this rendering has become visible in its container.
* Note that a rendering does not have to be active to be visible.
*/
- public void becomesVisible();
+ void becomesVisible();
/**
* Notification this rendering has become hidden in its container.
*/
- public void becomesHidden();
+ void becomesHidden();
/**
* Returns the memory block displayed by this rendering.
*
* @return the memory block displayed by this rendering
*/
- public IMemoryBlock getMemoryBlock();
+ IMemoryBlock getMemoryBlock();
/**
* Returns the identifier associated with this rendering's type.
@@ -141,7 +141,7 @@ public interface IMemoryRendering extends IAdaptable{
* @return the identifier associated with this rendering's type
* @see IMemoryRenderingType
*/
- public String getRenderingId();
+ String getRenderingId();
/**
* Adds a listener for property changes to this rendering.
@@ -149,7 +149,7 @@ public interface IMemoryRendering extends IAdaptable{
*
* @param listener a property change listener
*/
- public void addPropertyChangeListener(IPropertyChangeListener listener);
+ void addPropertyChangeListener(IPropertyChangeListener listener);
/**
* Removes the given property change listener from this rendering.
@@ -157,7 +157,7 @@ public interface IMemoryRendering extends IAdaptable{
*
* @param listener a property change listener
*/
- public void removePropertyChangeListener(IPropertyChangeListener listener);
+ void removePropertyChangeListener(IPropertyChangeListener listener);
/**
* Returns an image for this rendering. Clients should not dispose
@@ -166,12 +166,12 @@ public interface IMemoryRendering extends IAdaptable{
*
* @return an image for this rendering
*/
- public Image getImage();
+ Image getImage();
/**
* Returns a label for this rendering.
*
* @return a label for this rendering
*/
- public String getLabel();
+ String getLabel();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingBindingsProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingBindingsProvider.java
index 4ffb32fbd..91284ce4a 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingBindingsProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingBindingsProvider.java
@@ -36,7 +36,7 @@ public interface IMemoryRenderingBindingsProvider {
* @param block memory block
* @return all rendering types bound to the given memory block
*/
- public IMemoryRenderingType[] getRenderingTypes(IMemoryBlock block);
+ IMemoryRenderingType[] getRenderingTypes(IMemoryBlock block);
/**
* Returns default rendering types bound to the given memory block,
@@ -46,7 +46,7 @@ public interface IMemoryRenderingBindingsProvider {
* @return default rendering types bound to the given memory block,
* possibly empty
*/
- public IMemoryRenderingType[] getDefaultRenderingTypes(IMemoryBlock block);
+ IMemoryRenderingType[] getDefaultRenderingTypes(IMemoryBlock block);
/**
* Returns the primary rendering type bound to the given memory block,
@@ -56,7 +56,7 @@ public interface IMemoryRenderingBindingsProvider {
* @return the primary rendering type bound to the given memory block,
* or <code>null</code> if none
*/
- public IMemoryRenderingType getPrimaryRenderingType(IMemoryBlock block);
+ IMemoryRenderingType getPrimaryRenderingType(IMemoryBlock block);
/**
* Adds a listener to this binding provider. The listener will be notified
@@ -66,7 +66,7 @@ public interface IMemoryRenderingBindingsProvider {
* </p>
* @param listener listener to add
*/
- public void addListener(IMemoryRenderingBindingsListener listener);
+ void addListener(IMemoryRenderingBindingsListener listener);
/**
* Removes a listener from this binding provider.
@@ -75,5 +75,5 @@ public interface IMemoryRenderingBindingsProvider {
* </p>
* @param listener listener to remove
*/
- public void removeListener(IMemoryRenderingBindingsListener listener);
+ void removeListener(IMemoryRenderingBindingsListener listener);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingContainer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingContainer.java
index 6870adbc8..69d77b5be 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingContainer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingContainer.java
@@ -26,7 +26,7 @@ public interface IMemoryRenderingContainer {
*
* @return the rendering site hosting this container
*/
- public IMemoryRenderingSite getMemoryRenderingSite();
+ IMemoryRenderingSite getMemoryRenderingSite();
/**
* Returns the identifier of this container. Identifiers
@@ -34,7 +34,7 @@ public interface IMemoryRenderingContainer {
*
* @return the identifier of this container
*/
- public String getId();
+ String getId();
/**
* Adds the given rendering to this container. A rendering must be
@@ -43,7 +43,7 @@ public interface IMemoryRenderingContainer {
*
* @param rendering the rendering to add
*/
- public void addMemoryRendering(IMemoryRendering rendering);
+ void addMemoryRendering(IMemoryRendering rendering);
/**
* Removes the given rendering from this container. This
@@ -51,14 +51,14 @@ public interface IMemoryRenderingContainer {
*
* @param rendering the rendering to remove
*/
- public void removeMemoryRendering(IMemoryRendering rendering);
+ void removeMemoryRendering(IMemoryRendering rendering);
/**
* Returns all renderings currently hosted by this container.
*
* @return all renderings currently hosted by this container
*/
- public IMemoryRendering[] getRenderings();
+ IMemoryRendering[] getRenderings();
/**
* Returns the active rendering in this container, or <code>null</code>
@@ -67,12 +67,12 @@ public interface IMemoryRenderingContainer {
* @return the active rendering in this container, or <code>null</code>
* if none
*/
- public IMemoryRendering getActiveRendering();
+ IMemoryRendering getActiveRendering();
/**
* Returns the label for this container.
*
* @return the label for this container
*/
- public String getLabel();
+ String getLabel();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingManager.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingManager.java
index 2c7f107e8..cbbe6f545 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingManager.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingManager.java
@@ -27,7 +27,7 @@ public interface IMemoryRenderingManager extends IMemoryRenderingBindingsProvide
*
* @return all contributed memory rendering types
*/
- public IMemoryRenderingType[] getRenderingTypes();
+ IMemoryRenderingType[] getRenderingTypes();
/**
* Returns the memory rendering type with the given identifier, or
@@ -41,7 +41,7 @@ public interface IMemoryRenderingManager extends IMemoryRenderingBindingsProvide
* @return the memory rendering type with the given identifier, or
* <code>null</code> if none
*/
- public IMemoryRenderingType getRenderingType(String id);
+ IMemoryRenderingType getRenderingType(String id);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite.java
index 319770336..56e93490d 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite.java
@@ -32,7 +32,7 @@ public interface IMemoryRenderingSite {
*
* @return the view site hosting memory renderings for this rendering site
*/
- public IWorkbenchPartSite getSite();
+ IWorkbenchPartSite getSite();
/**
* Returns the syncrhonization service for this rendering site
@@ -40,14 +40,14 @@ public interface IMemoryRenderingSite {
*
* @return the syncrhonization service for this rendering site or <code>null</code>
*/
- public IMemoryRenderingSynchronizationService getSynchronizationService();
+ IMemoryRenderingSynchronizationService getSynchronizationService();
/**
* Returns all the memory rendering containers within this rendering site.
*
* @return all the memory rendering containers within this rendering site
*/
- public IMemoryRenderingContainer[] getMemoryRenderingContainers();
+ IMemoryRenderingContainer[] getMemoryRenderingContainers();
/**
* Returns the rendering container with the given id or <code>null</code>
@@ -57,7 +57,7 @@ public interface IMemoryRenderingSite {
* @return the rendering container with the given id or <code>null</code>
* if none
*/
- public IMemoryRenderingContainer getContainer(String id);
+ IMemoryRenderingContainer getContainer(String id);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite2.java
index 94fed29ef..669b79ced 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite2.java
@@ -24,6 +24,6 @@ public interface IMemoryRenderingSite2 extends IMemoryRenderingSite {
* @param id identifier of the container to be affected
* @param visible whether the given container should be made visible
*/
- public void setContainerVisible(String id, boolean visible);
+ void setContainerVisible(String id, boolean visible);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSynchronizationService.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSynchronizationService.java
index bf81198de..a2231df79 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSynchronizationService.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSynchronizationService.java
@@ -33,7 +33,7 @@ public interface IMemoryRenderingSynchronizationService {
* @param properties properties the listener is interested in, or <code>null</code>
* to indicate all properties.
*/
- public void addPropertyChangeListener(IPropertyChangeListener listener, String[] properties);
+ void addPropertyChangeListener(IPropertyChangeListener listener, String[] properties);
/**
* Removes the given listener for property change notification.
@@ -41,7 +41,7 @@ public interface IMemoryRenderingSynchronizationService {
*
* @param listener a property change listener
*/
- public void removePropertyChangeListener(IPropertyChangeListener listener);
+ void removePropertyChangeListener(IPropertyChangeListener listener);
/**
* Returns the current value of the specified property for the given memory block, or
@@ -51,7 +51,7 @@ public interface IMemoryRenderingSynchronizationService {
* @param property the name of the property
* @return the property value or <code>null</code>
*/
- public Object getProperty(IMemoryBlock block, String property);
+ Object getProperty(IMemoryBlock block, String property);
/**
* Sets the rendering currently providing sychronization information for
@@ -60,7 +60,7 @@ public interface IMemoryRenderingSynchronizationService {
* @param rendering active rendering providing synchronization information or
* <code>null</code>
*/
- public void setSynchronizationProvider(IMemoryRendering rendering);
+ void setSynchronizationProvider(IMemoryRendering rendering);
/**
* Returns the rendering currently providing synchronization information for
@@ -68,5 +68,5 @@ public interface IMemoryRenderingSynchronizationService {
*
* @return rendering providing synchronization information or <code>null</code>
*/
- public IMemoryRendering getSynchronizationProvider();
+ IMemoryRendering getSynchronizationProvider();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingType.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingType.java
index a2769eee6..8802ec6c8 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingType.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingType.java
@@ -32,14 +32,14 @@ public interface IMemoryRenderingType {
*
* @return a label for this type of memory rendering
*/
- public String getLabel();
+ String getLabel();
/**
* Returns the unique identifier for this rendering type.
*
* @return the unique identifier for this rendering type
*/
- public String getId();
+ String getId();
/**
* Creates and returns a new rendering of this type or <code>null</code>
@@ -49,6 +49,6 @@ public interface IMemoryRenderingType {
* @exception CoreException if an exception occurs creating
* the rendering
*/
- public IMemoryRendering createRendering() throws CoreException;
+ IMemoryRendering createRendering() throws CoreException;
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingTypeDelegate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingTypeDelegate.java
index 0e273c203..5eb5adbc0 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingTypeDelegate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingTypeDelegate.java
@@ -31,6 +31,6 @@ public interface IMemoryRenderingTypeDelegate {
* @return a new rendering of the given type or <code>null</code>
* @exception CoreException if unable to create the rendering
*/
- public IMemoryRendering createRendering(String id) throws CoreException;
+ IMemoryRendering createRendering(String id) throws CoreException;
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IRepositionableMemoryRendering.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IRepositionableMemoryRendering.java
index 24cac1aef..00b161032 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IRepositionableMemoryRendering.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IRepositionableMemoryRendering.java
@@ -32,7 +32,7 @@ public interface IRepositionableMemoryRendering extends IMemoryRendering{
* Returns the currently selected address of this rendering or <code>null</code> if none
* @return the currently selected address of this rendering or <code>null</code> if none
*/
- public BigInteger getSelectedAddress();
+ BigInteger getSelectedAddress();
/**
* Returns the currently selected content as <code>MemoryByte</code> array.
@@ -40,7 +40,7 @@ public interface IRepositionableMemoryRendering extends IMemoryRendering{
* @return the currently selected as <code>MemoryByte</code> array or empty if there is
* no selection.
*/
- public MemoryByte[] getSelectedAsBytes();
+ MemoryByte[] getSelectedAsBytes();
/**
* Position the rendering to the given address.
@@ -49,5 +49,5 @@ public interface IRepositionableMemoryRendering extends IMemoryRendering{
* @throws DebugException when there is a problem repositioning the rendering to the
* address
*/
- public void goToAddress(BigInteger address) throws DebugException ;
+ void goToAddress(BigInteger address) throws DebugException ;
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IResettableMemoryRendering.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IResettableMemoryRendering.java
index 0c09b0db1..6ab47dd9d 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IResettableMemoryRendering.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IResettableMemoryRendering.java
@@ -31,6 +31,6 @@ public interface IResettableMemoryRendering extends IMemoryRendering {
*
* @throws DebugException when there is a problem resetting this memory rendering.
*/
- public void resetRendering() throws DebugException;
+ void resetRendering() throws DebugException;
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceContainerBrowser.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceContainerBrowser.java
index 44742c078..254239a7d 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceContainerBrowser.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceContainerBrowser.java
@@ -45,7 +45,7 @@ public interface ISourceContainerBrowser {
* @param director the director the new containers will be added to
* @return the new source containers to add
*/
- public ISourceContainer[] addSourceContainers(Shell shell, ISourceLookupDirector director);
+ ISourceContainer[] addSourceContainers(Shell shell, ISourceLookupDirector director);
/**
* Returns whether this browser can add any source containers to the
@@ -56,7 +56,7 @@ public interface ISourceContainerBrowser {
* @return whether this browser can add any source containers to the
* given source lookup director
*/
- public boolean canAddSourceContainers(ISourceLookupDirector director);
+ boolean canAddSourceContainers(ISourceLookupDirector director);
/**
* Edits and returns source containers to replace the given source
@@ -67,7 +67,7 @@ public interface ISourceContainerBrowser {
* @param containers the source containers to be edited
* @return the replacement source containers
*/
- public ISourceContainer[] editSourceContainers(Shell shell, ISourceLookupDirector director, ISourceContainer[] containers);
+ ISourceContainer[] editSourceContainers(Shell shell, ISourceLookupDirector director, ISourceContainer[] containers);
/**
* Returns whether this browser can edit the given source containers.
@@ -77,6 +77,6 @@ public interface ISourceContainerBrowser {
* @param containers the containers to edit
* @return whether this browser can edit the given source containers
*/
- public boolean canEditSourceContainers(ISourceLookupDirector director, ISourceContainer[] containers);
+ boolean canEditSourceContainers(ISourceLookupDirector director, ISourceContainer[] containers);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceDisplay.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceDisplay.java
index 82272286e..c34eb1048 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceDisplay.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceDisplay.java
@@ -40,6 +40,6 @@ public interface ISourceDisplay {
* @param forceSourceLookup whether source lookup should be performed,
* ignoring any previously cached results for the same element
*/
- public void displaySource(Object element, IWorkbenchPage page, boolean forceSourceLookup);
+ void displaySource(Object element, IWorkbenchPage page, boolean forceSourceLookup);
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceLookupResult.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceLookupResult.java
index 927dea10c..49e88df60 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceLookupResult.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/ISourceLookupResult.java
@@ -31,7 +31,7 @@ public interface ISourceLookupResult {
*
* @return the artifact for which source lookup was performed
*/
- public Object getArtifact();
+ Object getArtifact();
/**
* Returns the source element resolved during source lookup,
@@ -39,7 +39,7 @@ public interface ISourceLookupResult {
*
* @return resolved source element or <code>null</code> if unknown
*/
- public Object getSourceElement();
+ Object getSourceElement();
/**
* Returns the identifier of an editor used to display this result,
@@ -48,7 +48,7 @@ public interface ISourceLookupResult {
* @return the identifier of an editor used to display this result,
* or <code>null</code> if unknown
*/
- public String getEditorId();
+ String getEditorId();
/**
* Returns the editor input used to display result,
@@ -57,5 +57,5 @@ public interface ISourceLookupResult {
* @return the editor input used to display result,
* or <code>null</code> if unknown
*/
- public IEditorInput getEditorInput();
+ IEditorInput getEditorInput();
}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/stringsubstitution/IArgumentSelector.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/stringsubstitution/IArgumentSelector.java
index 93b6a4c87..a60a17b5d 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/stringsubstitution/IArgumentSelector.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/stringsubstitution/IArgumentSelector.java
@@ -32,5 +32,5 @@ public interface IArgumentSelector {
* @return argument for the given variable or <code>null</code>
* if none
*/
- public String selectArgument(IStringVariable variable, Shell shell);
+ String selectArgument(IStringVariable variable, Shell shell);
}

Back to the top