index int64 0 10.7k | class stringclasses 867 values | comment_sentence stringlengths 1 1.78k | partition int64 0 0 | combo stringlengths 17 1.81k | labels listlengths 7 7 |
|---|---|---|---|---|---|
7,817 | VisualizerVirtualBoundsGraphicObjectTest.java | // check non-recursive object retrieval returns expected number of (1st level) child objects, for A | 0 | // check non-recursive object retrieval returns expected number of (1st level) child objects, for A | VisualizerVirtualBoundsGraphicObjectTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,818 | VisualizerVirtualBoundsGraphicObjectTest.java | // check object retrieval returns expected number of "selectable" child objects, for C | 0 | // check object retrieval returns expected number of "selectable" child objects, for C | VisualizerVirtualBoundsGraphicObjectTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,819 | VisualizerVirtualBoundsGraphicObjectTest.java | // check specific children-object retrieval | 0 | // check specific children-object retrieval | VisualizerVirtualBoundsGraphicObjectTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,820 | VisualizerVirtualBoundsGraphicObjectTest.java | // check another specific object retrieval | 0 | // check another specific object retrieval | VisualizerVirtualBoundsGraphicObjectTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,821 | VisualizerVirtualBoundsGraphicObjectTest.java | // Check the retrieval of a non-existing object | 0 | // Check the retrieval of a non-existing object | VisualizerVirtualBoundsGraphicObjectTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,823 | TextAreaSizeResetted.java | /**
* Ticket #14080
*
* - The bug happen on push event.<br/>
* - The changes in the DOM are css related.<br/>
* - It seems like when the class attribute is set on push, the textarea revert
* to the height defined by the rows attribute.<br/>
* - The size is reseted on onStateChange where the size is set to the one from
* the state. And it's because, when the user changes the text, at the next poll
* the state will confirm the change of the text, but the width and height
* didn't change in the state either client or server before the fix.
*
* @since
* @author Vaadin Ltd
*/ | 0 | /**
* Ticket #14080
*
* - The bug happen on push event.<br/>
* - The changes in the DOM are css related.<br/>
* - It seems like when the class attribute is set on push, the textarea revert
* to the height defined by the rows attribute.<br/>
* - The size is reseted on onStateChange where the size is set to the one from
* the state. And it's because, when the user changes the text, at the next poll
* the state will confirm the change of the text, but the width and height
* didn't change in the state either client or server before the fix.
*
* @since
* @author Vaadin Ltd
*/ | TextAreaSizeResetted.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,824 | TextAreaSizeResetted.java | // Short polling like 100ms jams up the TestBench
// waitForVaadin -functionality. | 0 | // Short polling like 100ms jams up the TestBench
// waitForVaadin -functionality. | TextAreaSizeResetted.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,825 | DebugEventFilterService.java | Contributors:
* Patrick Chuong (Texas Instruments) - Pin and Clone Supports (331781)
* Patrick Chuong (Texas Instruments) - Bug 358135 | 0 | Contributors:
* Patrick Chuong (Texas Instruments) - Pin and Clone Supports (331781)
* Patrick Chuong (Texas Instruments) - Bug 358135 | DebugEventFilterService.java | [
0,
1,
0,
0,
0,
0,
0
] |
7,826 | DebugEventFilterService.java | * This class provides debug event filtering service for the pin-able views. | 0 | * This class provides debug event filtering service for the pin-able views. | DebugEventFilterService.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,827 | DebugEventFilterService.java | A debug context event listen that provides filter support
* for the pinned debug context. | 0 | A debug context event listen that provides filter support
* for the pinned debug context. | DebugEventFilterService.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,828 | DebugEventFilterService.java | @see org.eclipse.debug.ui.contexts.IDebugContextListener#debugContextChanged(org.eclipse.debug.ui.contexts.DebugContextEvent) | 0 | @see org.eclipse.debug.ui.contexts.IDebugContextListener#debugContextChanged(org.eclipse.debug.ui.contexts.DebugContextEvent) | DebugEventFilterService.java | [
0,
0,
0,
0,
1,
0,
0
] |
7,829 | DebugEventFilterService.java | * Remove debug event filter for the provided part. | 0 | * Remove debug event filter for the provided part. | DebugEventFilterService.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,830 | DebugEventFilterService.java | // send a change notification to the listener to update with selected context | 0 | // send a change notification to the listener to update with selected context | DebugEventFilterService.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,831 | DebugEventFilterService.java | // removes the listener and provider | 0 | // removes the listener and provider | DebugEventFilterService.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,832 | DebugEventFilterService.java | @param part the workbench part. | 0 | @param part the workbench part. | DebugEventFilterService.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,833 | DebugEventFilterService.java | * @param part the part to filter debug context change event. | 0 | * @param part the part to filter debug context change event. | DebugEventFilterService.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,834 | DebugEventFilterService.java | * @param debugContext the debug context that filter should stick to. | 0 | * @param debugContext the debug context that filter should stick to. | DebugEventFilterService.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,835 | DebugEventFilterService.java | * @return the debug context provider that handles the filtering. | 0 | * @return the debug context provider that handles the filtering. | DebugEventFilterService.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,836 | DebugEventFilterService.java | Add debug event filter for the provided part and filter debug context change
* event for the provided debug context. | 0 | Add debug event filter for the provided part and filter debug context change
* event for the provided debug context. | DebugEventFilterService.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,837 | DatanodeStats.java | Datanode statistics.
* For decommissioning/decommissioned nodes, only used capacity is counted. | 0 | Datanode statistics.
* For decommissioning/decommissioned nodes, only used capacity is counted. | DatanodeStats.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,838 | DatanodeStats.java | /** Increment expired heartbeat counter. */ | 0 | /** Increment expired heartbeat counter. */ | DatanodeStats.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,839 | ICConsole.java | Contributors:
* Andrew Gvozdev - Initial API and implementation | 0 | Contributors:
* Andrew Gvozdev - Initial API and implementation | ICConsole.java | [
0,
1,
0,
0,
0,
0,
0
] |
7,840 | ICConsole.java | Extension of CDT console adaptor interface to UI plugin console. This extension
* provides control over context id, name and icon in the Console view. | 0 | Extension of CDT console adaptor interface to UI plugin console. This extension
* provides control over context id, name and icon in the Console view. | ICConsole.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,841 | ICConsole.java | @link URL | 0 | @link URL | ICConsole.java | [
0,
0,
0,
0,
1,
0,
0
] |
7,842 | ICConsole.java | @code iconUrl | 0 | @code iconUrl | ICConsole.java | [
0,
0,
0,
0,
1,
0,
0
] |
7,843 | ICConsole.java | @param contextId - context menu id in the Console view. A caller needs to define
* a distinct one for own use. | 0 | @param contextId - context menu id in the Console view. A caller needs to define
* a distinct one for own use. | ICConsole.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,844 | ICConsole.java | @param name - name of console to appear in the list of consoles in context menu
* in the Console view. | 0 | @param name - name of console to appear in the list of consoles in context menu
* in the Console view. | ICConsole.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,845 | ICConsole.java | @param iconUrl - a {@link URL} of the icon for the context menu of the Console
* view. The url is expected to point to an image in eclipse OSGi bundle.
* {@code iconUrl} can be <b>null</b>, in that case the default image is supposed to be used. | 0 | @param iconUrl - a {@link URL} of the icon for the context menu of the Console
* view. The url is expected to point to an image in eclipse OSGi bundle.
* {@code iconUrl} can be <b>null</b>, in that case the default image is supposed to be used. | ICConsole.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,846 | ICConsole.java | Initialize console with user-controlled context, name and icon
* in "Display Selected Console" dropbox in the Console view. | 0 | Initialize console with user-controlled context, name and icon
* in "Display Selected Console" dropbox in the Console view. | ICConsole.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,847 | Suite_7_2.java | Contributors:
* Ericsson - Initial Implementation
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_2 to suite
* Jonah Graham (Kichwa Coders) - Add support for gdb's "set substitute-path" (Bug 472765) | 0 | Contributors:
* Ericsson - Initial Implementation
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_2 to suite
* Jonah Graham (Kichwa Coders) - Add support for gdb's "set substitute-path" (Bug 472765) | Suite_7_2.java | [
0,
1,
0,
0,
0,
0,
0
] |
7,848 | Suite_7_2.java | This class is meant to be empty. It enables us to define
* the annotations which list all the different JUnit class we
* want to run. When creating a new test class, it should be
* added to the list below.
*
* This suite is for tests to be run with GDB 7.2 | 0 | This class is meant to be empty. It enables us to define
* the annotations which list all the different JUnit class we
* want to run. When creating a new test class, it should be
* added to the list below.
*
* This suite is for tests to be run with GDB 7.2 | Suite_7_2.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,849 | DeveloperApi.java | A lower-level, unstable API intended for developers.
*
* Developer API's might change or be removed in minor versions of Spark. | 0 | A lower-level, unstable API intended for developers.
*
* Developer API's might change or be removed in minor versions of Spark. | DeveloperApi.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,850 | DeveloperApi.java | If there exists a Scaladoc comment that immediately precedes this annotation, the first
* line of the comment must be ":: DeveloperApi ::" with no trailing blank line. This is because
* of the known issue that Scaladoc displays only either the annotation or the comment, whichever
* comes first. | 0 | If there exists a Scaladoc comment that immediately precedes this annotation, the first
* line of the comment must be ":: DeveloperApi ::" with no trailing blank line. This is because
* of the known issue that Scaladoc displays only either the annotation or the comment, whichever
* comes first. | DeveloperApi.java | [
0,
0,
0,
0,
0,
0,
1
] |
7,851 | TestTimelineAuthenticationFilter.java | // Let HTTP user to get the delegation token for BAR user | 0 | // Let HTTP user to get the delegation token for BAR user | TestTimelineAuthenticationFilter.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,852 | TestTimelineAuthenticationFilter.java | // Renew should not be successful because the token is canceled | 0 | // Renew should not be successful because the token is canceled | TestTimelineAuthenticationFilter.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,853 | TestTimelineAuthenticationFilter.java | // Cancel the token from the token service address | 0 | // Cancel the token from the token service address | TestTimelineAuthenticationFilter.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,854 | TestTimelineAuthenticationFilter.java | // Cancel token | 0 | // Cancel token | TestTimelineAuthenticationFilter.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,855 | TestTimelineAuthenticationFilter.java | // Renew token as the renewer | 0 | // Renew token as the renewer | TestTimelineAuthenticationFilter.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,856 | TestTimelineAuthenticationFilter.java | // Let HTTP user to get the delegation token for FOO user | 0 | // Let HTTP user to get the delegation token for FOO user | TestTimelineAuthenticationFilter.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,857 | TestTimelineAuthenticationFilter.java | // Renew should not be successful because the token is canceled | 0 | // Renew should not be successful because the token is canceled | TestTimelineAuthenticationFilter.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,858 | TestTimelineAuthenticationFilter.java | // If the token service address is not avaiable, it still can be canceled
// from the configured address | 0 | // If the token service address is not avaiable, it still can be canceled
// from the configured address | TestTimelineAuthenticationFilter.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,859 | TestTimelineAuthenticationFilter.java | // Cancel token | 0 | // Cancel token | TestTimelineAuthenticationFilter.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,860 | TestTimelineAuthenticationFilter.java | // If the token service address is not avaiable, it still can be renewed
// from the configured address | 0 | // If the token service address is not avaiable, it still can be renewed
// from the configured address | TestTimelineAuthenticationFilter.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,861 | TestTimelineAuthenticationFilter.java | // Renew the token from the token service address | 0 | // Renew the token from the token service address | TestTimelineAuthenticationFilter.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,862 | TestTimelineAuthenticationFilter.java | // Renew token | 0 | // Renew token | TestTimelineAuthenticationFilter.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,863 | TestTimelineAuthenticationFilter.java | // Let HTTP user to get the delegation for itself | 0 | // Let HTTP user to get the delegation for itself | TestTimelineAuthenticationFilter.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,866 | IMIDMEvent.java | Common interface for events that are directly caused by some MI event. | 0 | Common interface for events that are directly caused by some MI event. | IMIDMEvent.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,867 | IMIDMEvent.java | @see MIEvent | 0 | @see MIEvent | IMIDMEvent.java | [
0,
0,
0,
0,
1,
0,
0
] |
7,868 | IMIDMEvent.java | Returns the underlying MI event that triggered this event. | 0 | Returns the underlying MI event that triggered this event. | IMIDMEvent.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,869 | IMIDMEvent.java | <p>
* Note: the return type is an object which can be safely cast to
* an MIEvent. However returning a parametrized MIEvent type here
* leads to compiler warnings related to generics (see bug 240997)
* </p> | 0 | <p>
* Note: the return type is an object which can be safely cast to
* an MIEvent. However returning a parametrized MIEvent type here
* leads to compiler warnings related to generics (see bug 240997)
* </p> | IMIDMEvent.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,871 | TestBiMapGenerator.java | * Creates bimaps, containing sample entries, to be tested. | 0 | * Creates bimaps, containing sample entries, to be tested. | TestBiMapGenerator.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,872 | JavaPipelineSuite.java | * Test Pipeline construction and fitting in Java. | 0 | * Test Pipeline construction and fitting in Java. | JavaPipelineSuite.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,874 | TriggersVMNode.java | // The list of alarms has changed, which means that the parent
// node needs to refresh its contents, which in turn will re-fetch the
// elements from this node. | 0 | // The list of alarms has changed, which means that the parent
// node needs to refresh its contents, which in turn will re-fetch the
// elements from this node. | TriggersVMNode.java | [
0,
0,
1,
0,
0,
0,
0
] |
7,875 | TriggersVMNode.java | // Since the label for triggers doesn't change, this node will generate
// delta info only if the list of alarms is changed. | 0 | // Since the label for triggers doesn't change, this node will generate
// delta info only if the list of alarms is changed. | TriggersVMNode.java | [
0,
0,
1,
0,
0,
0,
0
] |
7,876 | TriggersVMNode.java | // Note: this method is synchronized because IElementEditor.getCellModifier can be called
// on any thread, even though in practice it should be only called on the UI thread. | 0 | // Note: this method is synchronized because IElementEditor.getCellModifier can be called
// on any thread, even though in practice it should be only called on the UI thread. | TriggersVMNode.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,877 | TriggersVMNode.java | // Create the cell modifier if needed. | 0 | // Create the cell modifier if needed. | TriggersVMNode.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,878 | TriggersVMNode.java | // Create a cell editor to modify the trigger value. | 0 | // Create a cell editor to modify the trigger value. | TriggersVMNode.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,879 | TriggersVMNode.java | // Calculate and set the update properties. | 0 | // Calculate and set the update properties. | TriggersVMNode.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,880 | TriggersVMNode.java | // If either update or service are not valid, fail the update and return. | 0 | // If either update or service are not valid, fail the update and return. | TriggersVMNode.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,881 | TriggersVMNode.java | // Find the trigger context in the element being updated | 0 | // Find the trigger context in the element being updated | TriggersVMNode.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,882 | TriggersVMNode.java | // Switch to the session thread before processing the updates. | 0 | // Switch to the session thread before processing the updates. | TriggersVMNode.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,883 | TriggersVMNode.java | // Create and configure the label provider. | 0 | // Create and configure the label provider. | TriggersVMNode.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,884 | TriggersVMNode.java | @see TriggerDMContext | 0 | @see TriggerDMContext | TriggersVMNode.java | [
0,
0,
0,
0,
1,
0,
0
] |
7,885 | TriggersVMNode.java | View model node that defines how alarm DMContexts are displayed in the view. Alarm
* nodes are fairly static, once they are created their label doesn't change. | 0 | View model node that defines how alarm DMContexts are displayed in the view. Alarm
* nodes are fairly static, once they are created their label doesn't change. | TriggersVMNode.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,886 | WindowMoveHandler.java | @link WindowMoveEvent | 0 | @link WindowMoveEvent | WindowMoveHandler.java | [
0,
0,
0,
0,
1,
0,
0
] |
7,887 | WindowMoveHandler.java | @since 7.1.9 | 0 | @since 7.1.9 | WindowMoveHandler.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,889 | WindowMoveHandler.java | @param event
* Contains new coordinates for the VWindow | 0 | @param event
* Contains new coordinates for the VWindow | WindowMoveHandler.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,890 | WindowMoveHandler.java | * Handler for {@link WindowMoveEvent}s | 0 | * Handler for {@link WindowMoveEvent}s | WindowMoveHandler.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,891 | WindowMoveHandler.java | * Called when the VWindow was moved by the user. | 0 | * Called when the VWindow was moved by the user. | WindowMoveHandler.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,892 | CUILabelProvider.java | Contributors:
* IBM Corporation - initial API and implementation
* Anton Leherbauer (Wind River Systems)
* Patrick Hofer [bug 325799] | 0 | Contributors:
* IBM Corporation - initial API and implementation
* Anton Leherbauer (Wind River Systems)
* Patrick Hofer [bug 325799] | CUILabelProvider.java | [
0,
1,
0,
0,
0,
0,
0
] |
7,893 | CUILabelProvider.java | * @param textFlags Flags defined in <code>CElementLabels</code>. | 0 | * @param textFlags Flags defined in <code>CElementLabels</code>. | CUILabelProvider.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,894 | CUILabelProvider.java | * @param imageFlags Flags defined in <code>CElementImageProvider</code>. | 0 | * @param imageFlags Flags defined in <code>CElementImageProvider</code>. | CUILabelProvider.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,895 | CUILabelProvider.java | * @param decorator the decorator to add | 0 | * @param decorator the decorator to add | CUILabelProvider.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,896 | CUILabelProvider.java | * @param textFlags The textFlags to set | 0 | * @param textFlags The textFlags to set | CUILabelProvider.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,897 | CUILabelProvider.java | * @param imageFlags The imageFlags to set | 0 | * @param imageFlags The imageFlags to set | CUILabelProvider.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,898 | CUILabelProvider.java | * @return Returns a int | 0 | * @return Returns a int | CUILabelProvider.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,899 | CUILabelProvider.java | * @return Returns a int | 0 | * @return Returns a int | CUILabelProvider.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,900 | CUILabelProvider.java | * @param element the element to compute the image flags for | 0 | * @param element the element to compute the image flags for | CUILabelProvider.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,901 | CUILabelProvider.java | * @return Returns a int | 0 | * @return Returns a int | CUILabelProvider.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,902 | CUILabelProvider.java | * @param element the element to compute the text flags for | 0 | * @param element the element to compute the text flags for | CUILabelProvider.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,903 | CUILabelProvider.java | * @return Returns a int | 0 | * @return Returns a int | CUILabelProvider.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,904 | CUILabelProvider.java | * Evaluates the text flags for a element. Can be overwritten by super classes. | 0 | * Evaluates the text flags for a element. Can be overwritten by super classes. | CUILabelProvider.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,905 | CUILabelProvider.java | Evaluates the image flags for a element.
* Can be overwritten by super classes. | 0 | Evaluates the image flags for a element.
* Can be overwritten by super classes. | CUILabelProvider.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,906 | CUILabelProvider.java | * Gets the text flags. | 0 | * Gets the text flags. | CUILabelProvider.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,907 | CUILabelProvider.java | Gets the image flags.
* Can be overwritten by super classes. | 0 | Gets the image flags.
* Can be overwritten by super classes. | CUILabelProvider.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,908 | CUILabelProvider.java | * Sets the imageFlags | 0 | * Sets the imageFlags | CUILabelProvider.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,909 | CUILabelProvider.java | * Sets the textFlags. | 0 | * Sets the textFlags. | CUILabelProvider.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,910 | CUILabelProvider.java | * Adds a decorator to the label provider | 0 | * Adds a decorator to the label provider | CUILabelProvider.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,911 | CUILabelProvider.java | * Creates a new label provider with default flags. | 0 | * Creates a new label provider with default flags. | CUILabelProvider.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,913 | DocCommentMultilineProposalComputer.java | Contributors:
* Andrew Ferguson (Symbian) - Initial implementation | 0 | Contributors:
* Andrew Ferguson (Symbian) - Initial implementation | DocCommentMultilineProposalComputer.java | [
0,
1,
0,
0,
0,
0,
0
] |
7,914 | RMDIR3Response.java | * RMDIR3 Response | 0 | * RMDIR3 Response | RMDIR3Response.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,915 | TreeRangeMap.java | @code RangeMap | 0 | @code RangeMap | TreeRangeMap.java | [
0,
0,
0,
0,
1,
0,
0
] |
7,916 | TreeRangeMap.java | @code TreeMap | 0 | @code TreeMap | TreeRangeMap.java | [
0,
0,
0,
0,
1,
0,
0
] |
7,917 | TreeRangeMap.java | @code RangeMap | 0 | @code RangeMap | TreeRangeMap.java | [
0,
0,
0,
0,
1,
0,
0
] |
7,918 | TreeRangeMap.java | **
* An implementation of {@code RangeMap} based on a {@code TreeMap}, supporting
* all optional operations.
*
* <p>Like all {@code RangeMap} implementations, this supports neither null
* keys nor null values. | 0 | **
* An implementation of {@code RangeMap} based on a {@code TreeMap}, supporting
* all optional operations.
*
* <p>Like all {@code RangeMap} implementations, this supports neither null
* keys nor null values. | TreeRangeMap.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,919 | TreeRangeMap.java | * @author Louis Wasserman | 0 | * @author Louis Wasserman | TreeRangeMap.java | [
0,
1,
0,
0,
0,
0,
0
] |
7,920 | TreeRangeMap.java | * @since 14.0 | 0 | * @since 14.0 | TreeRangeMap.java | [
0,
0,
0,
1,
0,
0,
0
] |
7,921 | TreeRangeMap.java | // NavigableMap | 0 | // NavigableMap | TreeRangeMap.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,922 | TreeRangeMap.java | /*
* The comments for this method will use [ ] to indicate the bounds of rangeToRemove and ( ) to
* indicate the bounds of ranges in the range map.
*/ | 0 | /*
* The comments for this method will use [ ] to indicate the bounds of rangeToRemove and ( ) to
* indicate the bounds of ranges in the range map.
*/ | TreeRangeMap.java | [
1,
0,
0,
0,
0,
0,
0
] |
7,923 | TreeRangeMap.java | // we know ( [ | 0 | // we know ( [ | TreeRangeMap.java | [
1,
0,
0,
0,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.