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
|
|---|---|---|---|---|---|
10,540
|
LabelColumnInfo.java
|
* @see PropertiesBasedLabelProvider
| 0
|
* @see PropertiesBasedLabelProvider | LabelColumnInfo.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,541
|
LabelColumnInfo.java
|
* Class used by the PropertiesBasedLabelProvider to generate store
* label attributes related to a single column. Each column info is
* configured with an array of attributes (there are currently four
* types of attributes: text, image, font, and color), which are
* evaluated in order to generate the label.
* <p/>
* Clients are not intended to extend this class.
| 0
|
* Class used by the PropertiesBasedLabelProvider to generate store
* label attributes related to a single column. Each column info is
* configured with an array of attributes (there are currently four
* types of attributes: text, image, font, and color), which are
* evaluated in order to generate the label.
* <p/>
* Clients are not intended to extend this class. | LabelColumnInfo.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
10,542
|
TestAcl.java
|
* Tests covering basic functionality of the ACL objects.
| 0
|
* Tests covering basic functionality of the ACL objects. | TestAcl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,543
|
TestAcl.java
|
// named user
| 0
|
// named user | TestAcl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,544
|
TestAcl.java
|
// named group
| 0
|
// named group | TestAcl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,545
|
TestAcl.java
|
// default other
| 0
|
// default other | TestAcl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,546
|
TestAcl.java
|
// owner
| 0
|
// owner | TestAcl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,547
|
TestAcl.java
|
// default named group
| 0
|
// default named group | TestAcl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,548
|
TestAcl.java
|
// other
| 0
|
// other | TestAcl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,549
|
TestAcl.java
|
// default named user
| 0
|
// default named user | TestAcl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,550
|
TestAcl.java
|
// mask
| 0
|
// mask | TestAcl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,551
|
TestAcl.java
|
// default mask
| 0
|
// default mask | TestAcl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,552
|
TestAcl.java
|
// group
| 0
|
// group | TestAcl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,553
|
TestAcl.java
|
// default group
| 0
|
// default group | TestAcl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,554
|
TestAcl.java
|
// default owner
| 0
|
// default owner | TestAcl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,555
|
QueuePollTester.java
|
@code poll()
| 0
|
@code poll() | QueuePollTester.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,556
|
QueuePollTester.java
|
@link com.google.common.collect.testing.CollectionTestSuiteBuilder
| 0
|
@link com.google.common.collect.testing.CollectionTestSuiteBuilder | QueuePollTester.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,557
|
QueuePollTester.java
|
@author Jared Levy
| 0
|
@author Jared Levy | QueuePollTester.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
10,558
|
QueuePollTester.java
|
A generic JUnit test which tests {@code poll()} operations on a queue.
* Can't be invoked directly; please see
| 0
|
A generic JUnit test which tests {@code poll()} operations on a queue.
* Can't be invoked directly; please see | QueuePollTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,559
|
QueuePollTester.java
|
// too many "unchecked generic array creations"
| 0
|
// too many "unchecked generic array creations" | QueuePollTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,560
|
Suite_Remote_6_8.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) - 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) - Add support for gdb's "set substitute-path" (Bug 472765) | Suite_Remote_6_8.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
10,561
|
Suite_Remote_6_8.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.
| 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. | Suite_Remote_6_8.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
10,562
|
Suite_Remote_6_8.java
|
* This suite is for tests to be run with GDB 6.8
| 0
|
* This suite is for tests to be run with GDB 6.8 | Suite_Remote_6_8.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,563
|
Suite_Remote_6_8.java
|
// We need specific name for the tests of this suite, because of bug https://bugs.eclipse.org/172256
| 0
|
// We need specific name for the tests of this suite, because of bug https://bugs.eclipse.org/172256 | Suite_Remote_6_8.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,564
|
Suite_Remote_6_8.java
|
/* Add your test class here */
| 0
|
/* Add your test class here */ | Suite_Remote_6_8.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,565
|
DummyLabel.java
|
* @version @VERSION@
| 0
|
* @version @VERSION@ | DummyLabel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,566
|
DummyLabel.java
|
* @since 7.0.0
| 0
|
* @since 7.0.0 | DummyLabel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,567
|
DummyLabel.java
|
* @author Vaadin Ltd
| 0
|
* @author Vaadin Ltd | DummyLabel.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
10,568
|
DummyLabel.java
|
@link LabelState
| 0
|
@link LabelState | DummyLabel.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,569
|
DummyLabel.java
|
* Dummy component to cause {@link LabelState} to be used to test #8683
| 0
|
* Dummy component to cause {@link LabelState} to be used to test #8683 | DummyLabel.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,570
|
CNavigatorOpenActionProvider.java
|
Contributors:
* Anton Leherbauer (Wind River Systems) - initial API and implementation
| 0
|
Contributors:
* Anton Leherbauer (Wind River Systems) - initial API and implementation | CNavigatorOpenActionProvider.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
10,571
|
CNavigatorOpenActionProvider.java
|
* @see CNavigatorOpenEditorActionGroup
| 0
|
* @see CNavigatorOpenEditorActionGroup | CNavigatorOpenActionProvider.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,572
|
CNavigatorOpenActionProvider.java
|
* @see org.eclipse.ui.navigator.CommonActionProvider#init(org.eclipse.ui.navigator.ICommonActionExtensionSite)
| 0
|
* @see org.eclipse.ui.navigator.CommonActionProvider#init(org.eclipse.ui.navigator.ICommonActionExtensionSite) | CNavigatorOpenActionProvider.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,573
|
CNavigatorOpenActionProvider.java
|
* @see org.eclipse.ui.actions.ActionGroup#dispose()
| 0
|
* @see org.eclipse.ui.actions.ActionGroup#dispose() | CNavigatorOpenActionProvider.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,574
|
CNavigatorOpenActionProvider.java
|
* @see org.eclipse.ui.actions.ActionGroup#fillActionBars(org.eclipse.ui.IActionBars)
| 0
|
* @see org.eclipse.ui.actions.ActionGroup#fillActionBars(org.eclipse.ui.IActionBars) | CNavigatorOpenActionProvider.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,575
|
CNavigatorOpenActionProvider.java
|
* @see org.eclipse.ui.actions.ActionGroup#fillContextMenu(org.eclipse.jface.action.IMenuManager)
| 0
|
* @see org.eclipse.ui.actions.ActionGroup#fillContextMenu(org.eclipse.jface.action.IMenuManager) | CNavigatorOpenActionProvider.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,576
|
CNavigatorOpenActionProvider.java
|
* @see org.eclipse.ui.actions.ActionGroup#setContext(org.eclipse.ui.actions.ActionContext)
| 0
|
* @see org.eclipse.ui.actions.ActionGroup#setContext(org.eclipse.ui.actions.ActionContext) | CNavigatorOpenActionProvider.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,577
|
CNavigatorOpenActionProvider.java
|
A Common Navigator action provider providing the contributions
* from the open editor action group.
| 0
|
A Common Navigator action provider providing the contributions
* from the open editor action group. | CNavigatorOpenActionProvider.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,578
|
VaadinPortletSession.java
|
@link VaadinSession
| 0
|
@link VaadinSession | VaadinPortletSession.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,579
|
VaadinPortletSession.java
|
@link HttpSessionBindingListener
| 0
|
@link HttpSessionBindingListener | VaadinPortletSession.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,580
|
VaadinPortletSession.java
|
@link PortletSession#setAttribute()
| 0
|
@link PortletSession#setAttribute() | VaadinPortletSession.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,581
|
VaadinPortletSession.java
|
@link VaadinPortletService
| 0
|
@link VaadinPortletService | VaadinPortletSession.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,582
|
VaadinPortletSession.java
|
* @since 7.0
| 0
|
* @since 7.0 | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,583
|
VaadinPortletSession.java
|
@param service
* the portlet service to which the new session belongs
| 0
|
@param service
* the portlet service to which the new session belongs | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,584
|
VaadinPortletSession.java
|
* @return portlet session
| 0
|
* @return portlet session | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,585
|
VaadinPortletSession.java
|
* @return portlet configuration
| 0
|
* @return portlet configuration | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,586
|
VaadinPortletSession.java
|
* @param listener
* to add
| 0
|
* @param listener
* to add | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,587
|
VaadinPortletSession.java
|
@param listener
* to remove
| 0
|
@param listener
* to remove | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,588
|
VaadinPortletSession.java
|
@param uI
* a window in which a temporary action URL can be opened if
* necessary
| 0
|
@param uI
* a window in which a temporary action URL can be opened if
* necessary | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,589
|
VaadinPortletSession.java
|
* @param name
* event name
| 0
|
* @param name
* event name | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,590
|
VaadinPortletSession.java
|
@param value
* event value object that is Serializable and, if appropriate,
* has a valid JAXB annotation
| 0
|
@param value
* event value object that is Serializable and, if appropriate,
* has a valid JAXB annotation | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,591
|
VaadinPortletSession.java
|
@param uI
* a window in which a temporary action URL can be opened if
* necessary
| 0
|
@param uI
* a window in which a temporary action URL can be opened if
* necessary | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,592
|
VaadinPortletSession.java
|
* @param name
* parameter identifier
| 0
|
* @param name
* parameter identifier | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,593
|
VaadinPortletSession.java
|
* @param value
* parameter value
| 0
|
* @param value
* parameter value | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,594
|
VaadinPortletSession.java
|
* @param uI
* a window in which the render URL can be opened if necessary
| 0
|
* @param uI
* a window in which the render URL can be opened if necessary | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,595
|
VaadinPortletSession.java
|
* @param portletMode
* the portlet mode to switch to
| 0
|
* @param portletMode
* the portlet mode to switch to | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,596
|
VaadinPortletSession.java
|
@link StateAwareResponse
| 0
|
@link StateAwareResponse | VaadinPortletSession.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,597
|
VaadinPortletSession.java
|
@param action
* the action parameter (javax.portlet.action parameter value in
* JSR-286)
| 0
|
@param action
* the action parameter (javax.portlet.action parameter value in
* JSR-286) | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,598
|
VaadinPortletSession.java
|
@return action URL or null if called outside a MimeRequest (outside a
* UIDL request or similar)
| 0
|
@return action URL or null if called outside a MimeRequest (outside a
* UIDL request or similar) | VaadinPortletSession.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,599
|
VaadinPortletSession.java
|
@link PortletListenerNotifier}
| 0
|
@link PortletListenerNotifier} | VaadinPortletSession.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,600
|
VaadinPortletSession.java
|
An implementation of {@link VaadinSession} for JSR-286 portlet environments.
*
* This is automatically registered as a {@link HttpSessionBindingListener} when
* {@link PortletSession#setAttribute()} is called with the context as value.
*
* Only the documented parts of this class should be considered as stable public
* API.
*
* Note also that some methods and/or nested interfaces might move to
* {@link VaadinPortletService} in future minor or major versions of Vaadin. In
* these cases, a deprecated redirection for backwards compatibility will be
* used in VaadinPortletSession for a transition period.
| 0
|
An implementation of {@link VaadinSession} for JSR-286 portlet environments.
*
* This is automatically registered as a {@link HttpSessionBindingListener} when
* {@link PortletSession#setAttribute()} is called with the context as value.
*
* Only the documented parts of this class should be considered as stable public
* API.
*
* Note also that some methods and/or nested interfaces might move to
* {@link VaadinPortletService} in future minor or major versions of Vaadin. In
* these cases, a deprecated redirection for backwards compatibility will be
* used in VaadinPortletSession for a transition period. | VaadinPortletSession.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
10,601
|
VaadinPortletSession.java
|
* Create a portlet service session for the given portlet service
| 0
|
* Create a portlet service session for the given portlet service | VaadinPortletSession.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,602
|
VaadinPortletSession.java
|
* Returns the underlying portlet session.
| 0
|
* Returns the underlying portlet session. | VaadinPortletSession.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,603
|
VaadinPortletSession.java
|
Returns the JSR-286 portlet configuration that provides access to the
* portlet context and init parameters.
| 0
|
Returns the JSR-286 portlet configuration that provides access to the
* portlet context and init parameters. | VaadinPortletSession.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,604
|
VaadinPortletSession.java
|
* Adds a listener for various types of portlet requests.
| 0
|
* Adds a listener for various types of portlet requests. | VaadinPortletSession.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,605
|
VaadinPortletSession.java
|
* Removes a portlet request listener registered with
| 0
|
* Removes a portlet request listener registered with | VaadinPortletSession.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,606
|
VaadinPortletSession.java
|
@link #addPortletListener(PortletListener)
| 0
|
@link #addPortletListener(PortletListener) | VaadinPortletSession.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,607
|
VaadinPortletSession.java
|
* For internal use by the framework only - API subject to change.
| 0
|
* For internal use by the framework only - API subject to change. | VaadinPortletSession.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,608
|
VaadinPortletSession.java
|
* For internal use by the framework only - API subject to change.
| 0
|
* For internal use by the framework only - API subject to change. | VaadinPortletSession.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,609
|
VaadinPortletSession.java
|
// this action request is only to send queued portlet events
| 0
|
// this action request is only to send queued portlet events | VaadinPortletSession.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,610
|
VaadinPortletSession.java
|
// cleanup
| 0
|
// cleanup | VaadinPortletSession.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,611
|
VaadinPortletSession.java
|
// this action request is only to set shared render parameters
| 0
|
// this action request is only to set shared render parameters | VaadinPortletSession.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,612
|
VaadinPortletSession.java
|
// cleanup
| 0
|
// cleanup | VaadinPortletSession.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,613
|
VaadinPortletSession.java
|
// normal action request, notify listeners
| 0
|
// normal action request, notify listeners | VaadinPortletSession.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,614
|
VaadinPortletSession.java
|
* For internal use by the framework only - API subject to change.
| 0
|
* For internal use by the framework only - API subject to change. | VaadinPortletSession.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,615
|
VaadinPortletSession.java
|
* Listener interface for the various types of JSR-286 portlet requests. The
* listener methods are called by the request handler
* {@link PortletListenerNotifier} after the session is locked and the
* corresponding UI has been found (if already created) but before other
* request processing takes place.
*
* Direct rendering of output is not possible in a portlet listener and the
* JSR-286 limitations on allowed operations in each phase or portlet
* request processing must be respected by the listeners.
*
* Note that internal action requests used by the framework to trigger
* events or set shared parameters do not call the action request listener
* but will result in a later event or render request that will trigger the
* corresponding listener.
*/
| 0
|
* Listener interface for the various types of JSR-286 portlet requests. The
* listener methods are called by the request handler
* {@link PortletListenerNotifier} after the session is locked and the
* corresponding UI has been found (if already created) but before other
* request processing takes place.
*
* Direct rendering of output is not possible in a portlet listener and the
* JSR-286 limitations on allowed operations in each phase or portlet
* request processing must be respected by the listeners.
*
* Note that internal action requests used by the framework to trigger
* events or set shared parameters do not call the action request listener
* but will result in a later event or render request that will trigger the
* corresponding listener.
*/ | VaadinPortletSession.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
10,616
|
SharedCacheManager.java
|
/**
* This service maintains the shared cache meta data. It handles claiming and
* releasing of resources, all rpc calls from the client to the shared cache
* manager, and administrative commands. It also persists the shared cache meta
* data to a backend store, and cleans up stale entries on a regular basis.
*/
| 0
|
/**
* This service maintains the shared cache meta data. It handles claiming and
* releasing of resources, all rpc calls from the client to the shared cache
* manager, and administrative commands. It also persists the shared cache meta
* data to a backend store, and cleans up stale entries on a regular basis.
*/ | SharedCacheManager.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
10,617
|
SharedCacheManager.java
|
* Priority of the SharedCacheManager shutdown hook.
| 0
|
* Priority of the SharedCacheManager shutdown hook. | SharedCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,618
|
SharedCacheManager.java
|
* For testing purposes only.
| 0
|
* For testing purposes only. | SharedCacheManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,619
|
POPCPPParserExtensionConfiguration.java
|
Contributors:
* Markus Schorn - initial API and implementation
| 0
|
Contributors:
* Markus Schorn - initial API and implementation | POPCPPParserExtensionConfiguration.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
10,620
|
POPCPPParserExtensionConfiguration.java
|
* @since 5.1
| 0
|
* @since 5.1 | POPCPPParserExtensionConfiguration.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,621
|
POPCPPParserExtensionConfiguration.java
|
* see <a href=http://gridgroup.tic.hefr.ch/popc/index.php/Documentation>Documentation</a>
| 0
|
* see <a href=http://gridgroup.tic.hefr.ch/popc/index.php/Documentation>Documentation</a> | POPCPPParserExtensionConfiguration.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,622
|
POPCPPParserExtensionConfiguration.java
|
* Configures the parser to accept POP C++,
| 0
|
* Configures the parser to accept POP C++, | POPCPPParserExtensionConfiguration.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,623
|
StringWithBooleanFieldEditor.java
|
Contributors:
* Wind River Systems - initial API and implementation
| 0
|
Contributors:
* Wind River Systems - initial API and implementation | StringWithBooleanFieldEditor.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
10,624
|
StringWithBooleanFieldEditor.java
|
* A string field editor with an enablement check box.
| 0
|
* A string field editor with an enablement check box. | StringWithBooleanFieldEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,625
|
StringWithBooleanFieldEditor.java
|
// create and hide label from base class
| 0
|
// create and hide label from base class | StringWithBooleanFieldEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,626
|
StringWithBooleanFieldEditor.java
|
* @return the value
| 0
|
* @return the value | StringWithBooleanFieldEditor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,627
|
StringWithBooleanFieldEditor.java
|
* Returns this field editor's current boolean value.
| 0
|
* Returns this field editor's current boolean value. | StringWithBooleanFieldEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,629
|
TestDistCpSync.java
|
/**
* Test the sync returns false in the following scenarios:
* 1. the source/target dir are not snapshottable dir
* 2. the source/target does not have the given snapshots
* 3. changes have been made in target
*/
| 0
|
/**
* Test the sync returns false in the following scenarios:
* 1. the source/target dir are not snapshottable dir
* 2. the source/target does not have the given snapshots
* 3. changes have been made in target
*/ | TestDistCpSync.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
10,630
|
TestDistCpSync.java
|
// the source/target dir are not snapshottable dir
| 0
|
// the source/target dir are not snapshottable dir | TestDistCpSync.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,631
|
TestDistCpSync.java
|
// make sure the source path has been updated to the snapshot path
| 0
|
// make sure the source path has been updated to the snapshot path | TestDistCpSync.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,632
|
TestDistCpSync.java
|
// reset source path in options
| 0
|
// reset source path in options | TestDistCpSync.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,633
|
TestDistCpSync.java
|
// the source/target does not have the given snapshots
| 0
|
// the source/target does not have the given snapshots | TestDistCpSync.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,634
|
TestDistCpSync.java
|
// reset source path in options
| 0
|
// reset source path in options | TestDistCpSync.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,635
|
TestDistCpSync.java
|
// reset source paths in options
| 0
|
// reset source paths in options | TestDistCpSync.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,636
|
TestDistCpSync.java
|
// changes have been made in target
| 0
|
// changes have been made in target | TestDistCpSync.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,637
|
TestDistCpSync.java
|
// make sure the source path has been updated to the snapshot path
| 0
|
// make sure the source path has been updated to the snapshot path | TestDistCpSync.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,638
|
TestDistCpSync.java
|
// reset source paths in options
| 0
|
// reset source paths in options | TestDistCpSync.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,639
|
ParserLanguage.java
|
Contributors:
* IBM Corp. - Rational Software - initial implementation
* Mike Kucera (IBM) - convert to Java 5 enum
| 0
|
Contributors:
* IBM Corp. - Rational Software - initial implementation
* Mike Kucera (IBM) - convert to Java 5 enum | ParserLanguage.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
10,640
|
ParserLanguage.java
|
* Enumeration of base languages supported by CDT.
| 0
|
* Enumeration of base languages supported by CDT. | ParserLanguage.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.