index
int64
1
10.7k
class
stringclasses
782 values
comment_sentence
stringlengths
1
1.78k
partition
int64
0
0
combo
stringlengths
17
1.81k
labels
listlengths
7
7
9,203
LineWrappingTabPage.java
* A collection containing the categories tree. This is used as model for the tree viewer.
0
* A collection containing the categories tree. This is used as model for the tree viewer. | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,204
LineWrappingTabPage.java
* The dialog settings.
0
* The dialog settings. | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,205
LineWrappingTabPage.java
* The key to save the user's preview window width in the dialog settings.
0
* The key to save the user's preview window width in the dialog settings. | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,207
LongRangeValidator.java
@link Long
0
@link Long | LongRangeValidator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,216
LongRangeValidator.java
Creates a validator for checking that an Long is within a given range. * * By default the range is inclusive i.e. both minValue and maxValue are * valid values. Use {@link #setMinValueIncluded(boolean)} or * {@link #setMaxValueIncluded(boolean)} to change it.
0
Creates a validator for checking that an Long is within a given range. * * By default the range is inclusive i.e. both minValue and maxValue are * valid values. Use {@link #setMinValueIncluded(boolean)} or * {@link #setMaxValueIncluded(boolean)} to change it. | LongRangeValidator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,217
ExpressionEvaluator.java
Contributors: * IBM Corporation - initial implementation * Markus Schorn (Wind River Systems) * Bryan Wilkinson (QNX) - https://bugs.eclipse.org/bugs/show_bug.cgi?id=151207 * Anton Leherbauer (Wind River Systems) * Richard Eames
0
Contributors: * IBM Corporation - initial implementation * Markus Schorn (Wind River Systems) * Bryan Wilkinson (QNX) - https://bugs.eclipse.org/bugs/show_bug.cgi?id=151207 * Anton Leherbauer (Wind River Systems) * Richard Eames | ExpressionEvaluator.java
[ 0, 1, 0, 0, 0, 0, 0 ]
9,219
ExpressionEvaluator.java
// 16.1.4 alternate keywords are not replaced by a 0
0
// 16.1.4 alternate keywords are not replaced by a 0 | ExpressionEvaluator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,221
ExpressionEvaluator.java
// Integer constants written in binary are a non-standard extension // supported by GCC since 4.3 and by some other C compilers // They consist of a prefix 0b or 0B, followed by a sequence of 0 and 1 digits // see http://gcc.gnu.org/onlinedocs/gcc/Binary-constants.html
0
// Integer constants written in binary are a non-standard extension // supported by GCC since 4.3 and by some other C compilers // They consist of a prefix 0b or 0B, followed by a sequence of 0 and 1 digits // see http://gcc.gnu.org/onlinedocs/gcc/Binary-constants.html | ExpressionEvaluator.java
[ 0, 0, 1, 0, 0, 0, 0 ]
9,222
ExpressionEvaluator.java
// return early
0
// return early | ExpressionEvaluator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,223
ExpressionEvaluator.java
// A suffix cannot start with a number
0
// A suffix cannot start with a number | ExpressionEvaluator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,226
ExpressionEvaluator.java
// The rest should be a suffix
0
// The rest should be a suffix | ExpressionEvaluator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,227
JavaGradientBoostedTreeClassifierExample.java
// Load and parse the data file, converting it to a DataFrame.
0
// Load and parse the data file, converting it to a DataFrame. | JavaGradientBoostedTreeClassifierExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,228
JavaGradientBoostedTreeClassifierExample.java
// Index labels, adding metadata to the label column. // Fit on whole dataset to include all labels in index.
0
// Index labels, adding metadata to the label column. // Fit on whole dataset to include all labels in index. | JavaGradientBoostedTreeClassifierExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,229
JavaGradientBoostedTreeClassifierExample.java
// Automatically identify categorical features, and index them. // Set maxCategories so features with > 4 distinct values are treated as continuous.
0
// Automatically identify categorical features, and index them. // Set maxCategories so features with > 4 distinct values are treated as continuous. | JavaGradientBoostedTreeClassifierExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,230
JavaGradientBoostedTreeClassifierExample.java
// Split the data into training and test sets (30% held out for testing)
0
// Split the data into training and test sets (30% held out for testing) | JavaGradientBoostedTreeClassifierExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,231
JavaGradientBoostedTreeClassifierExample.java
// Train a GBT model.
0
// Train a GBT model. | JavaGradientBoostedTreeClassifierExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,232
JavaGradientBoostedTreeClassifierExample.java
// Convert indexed labels back to original labels.
0
// Convert indexed labels back to original labels. | JavaGradientBoostedTreeClassifierExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,233
JavaGradientBoostedTreeClassifierExample.java
// Chain indexers and GBT in a Pipeline
0
// Chain indexers and GBT in a Pipeline | JavaGradientBoostedTreeClassifierExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,234
JavaGradientBoostedTreeClassifierExample.java
// Train model. This also runs the indexers.
0
// Train model. This also runs the indexers. | JavaGradientBoostedTreeClassifierExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,236
JavaGradientBoostedTreeClassifierExample.java
// Select example rows to display.
0
// Select example rows to display. | JavaGradientBoostedTreeClassifierExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,237
JavaGradientBoostedTreeClassifierExample.java
// Select (prediction, true label) and compute test error
0
// Select (prediction, true label) and compute test error | JavaGradientBoostedTreeClassifierExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,239
EditorReopener.java
Listens to change in doc-comment ownership and reinitializes * the editors (or a safe superset of) that need reopening.
0
Listens to change in doc-comment ownership and reinitializes * the editors (or a safe superset of) that need reopening. | EditorReopener.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,240
EditorReopener.java
* @see org.eclipse.cdt.ui.text.doctools.IDocCommentOwnershipListener#ownershipChanged(org.eclipse.core.resources.IResource, boolean, org.eclipse.cdt.ui.text.doctools.IDocCommentOwner, org.eclipse.cdt.ui.text.doctools.IDocCommentOwner)
0
* @see org.eclipse.cdt.ui.text.doctools.IDocCommentOwnershipListener#ownershipChanged(org.eclipse.core.resources.IResource, boolean, org.eclipse.cdt.ui.text.doctools.IDocCommentOwner, org.eclipse.cdt.ui.text.doctools.IDocCommentOwner) | EditorReopener.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,243
EditorReopener.java
* @param window
0
* @param window | EditorReopener.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,244
EditorReopener.java
* @param resource may be null to indicate all CDT editors should be reopened
0
* @param resource may be null to indicate all CDT editors should be reopened | EditorReopener.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,245
EditorReopener.java
@return an array of {@link IEditorPart} objects that might need to be reinitialized * based on doc-comment ownership of the specified resource changing
0
@return an array of {@link IEditorPart} objects that might need to be reinitialized * based on doc-comment ownership of the specified resource changing | EditorReopener.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,246
EditorReopener.java
* This could be smarter in determining smaller sets of editors to re-open
0
* This could be smarter in determining smaller sets of editors to re-open | EditorReopener.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,247
CPathIncludeSymbolEntryBasePage.java
Contributors: * IBM - Initial API and implementation
0
Contributors: * IBM - Initial API and implementation | CPathIncludeSymbolEntryBasePage.java
[ 0, 1, 0, 0, 0, 0, 0 ]
9,251
ICdtVariable.java
* @since 3.0
0
* @since 3.0 | ICdtVariable.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,252
ICdtVariable.java
This interface represents the given build macro * Clients may implement or extend this interface.
0
This interface represents the given build macro * Clients may implement or extend this interface. | ICdtVariable.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,253
ICdtVariable.java
* can hold any text string
0
* can hold any text string | ICdtVariable.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,254
ICdtVariable.java
* can hold the array of text string values
0
* can hold the array of text string values | ICdtVariable.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,255
ICdtVariable.java
* can hold file path
0
* can hold file path | ICdtVariable.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,256
ICdtVariable.java
* can hold the array of file path values
0
* can hold the array of file path values | ICdtVariable.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,258
ICdtVariable.java
* can hold the array of dir path values
0
* can hold the array of dir path values | ICdtVariable.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,259
ICdtVariable.java
* can hold both file and dir path
0
* can hold both file and dir path | ICdtVariable.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,261
ICdtVariable.java
* Returns the macro name
0
* Returns the macro name | ICdtVariable.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,262
ICdtVariable.java
* @return IBuildMacro.VALUE_xxx
0
* @return IBuildMacro.VALUE_xxx | ICdtVariable.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,264
MapRemoveTester.java
@link com.google.common.collect.testing.MapTestSuiteBuilder
0
@link com.google.common.collect.testing.MapTestSuiteBuilder | MapRemoveTester.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,265
MapRemoveTester.java
@author George van den Driessche
0
@author George van den Driessche | MapRemoveTester.java
[ 0, 1, 0, 0, 0, 0, 0 ]
9,267
MapRemoveTester.java
// too many "unchecked generic array creations"
0
// too many "unchecked generic array creations" | MapRemoveTester.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,268
MapRemoveTester.java
A generic JUnit test which tests {@code remove} operations on a map. Can't be * invoked directly; please see
0
A generic JUnit test which tests {@code remove} operations on a map. Can't be * invoked directly; please see | MapRemoveTester.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,270
MapRemoveTester.java
// success
0
// success | MapRemoveTester.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,271
MapRemoveTester.java
// success
0
// success | MapRemoveTester.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,273
ISilentRule.java
Prerequisites of this special target are targets themselves; this shall case * commands associated with them not to be written to the standard output before * they are executed.
0
Prerequisites of this special target are targets themselves; this shall case * commands associated with them not to be written to the standard output before * they are executed. | ISilentRule.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,275
ISilentRule.java
* @noimplement This interface is not intended to be implemented by clients.
0
* @noimplement This interface is not intended to be implemented by clients. | ISilentRule.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,276
DataGeneratorCacheManager.java
Contributors: * Wind River Systems - initial API and implementation
0
Contributors: * Wind River Systems - initial API and implementation | DataGeneratorCacheManager.java
[ 0, 1, 0, 0, 0, 0, 0 ]
9,278
DataGeneratorCacheManager.java
@link IDataGenerator
0
@link IDataGenerator | DataGeneratorCacheManager.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,280
DataGeneratorCacheManager.java
* @param index Index of value to return.
0
* @param index Index of value to return. | DataGeneratorCacheManager.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,281
DataGeneratorCacheManager.java
* @return Cache object for given value.
0
* @return Cache object for given value. | DataGeneratorCacheManager.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,282
DataGeneratorCacheManager.java
// Reset the count cache and all the value caches.
0
// Reset the count cache and all the value caches. | DataGeneratorCacheManager.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,283
DataGeneratorCacheManager.java
// Reset selected value caches.
0
// Reset selected value caches. | DataGeneratorCacheManager.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,284
DataGeneratorCacheManager.java
* Returns the cache for a value at given index.
0
* Returns the cache for a value at given index. | DataGeneratorCacheManager.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,285
DataGeneratorCacheManager.java
* Returns the cache for data generator count.
0
* Returns the cache for data generator count. | DataGeneratorCacheManager.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,287
DataGeneratorCacheManager.java
Map of caches for retrieving values. Each value index has a separate * cache value object.
0
Map of caches for retrieving values. Each value index has a separate * cache value object. | DataGeneratorCacheManager.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,292
DataGeneratorCacheManager.java
/** Cache class for retrieving the data generator's values. */
0
/** Cache class for retrieving the data generator's values. */ | DataGeneratorCacheManager.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,295
DataGeneratorCacheManager.java
A wrapper class for the {@link IDataGenerator} interface, which returns * ACPM cache objects to use for data retrieval instead of calling
0
A wrapper class for the {@link IDataGenerator} interface, which returns * ACPM cache objects to use for data retrieval instead of calling | DataGeneratorCacheManager.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,296
ResourceHandlerModule.java
rovides mechanisms to get various resource handlers - cpu, memory, network, * disk etc., - based on configuration.
0
rovides mechanisms to get various resource handlers - cpu, memory, network, * disk etc., - based on configuration. | ResourceHandlerModule.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,298
ResourceHandlerModule.java
Returns a (possibly null) reference to a cGroupsHandler. This handler is * non-null only if one or more of the known cgroups-based resource * handlers are in use and have been initialized.
0
Returns a (possibly null) reference to a cGroupsHandler. This handler is * non-null only if one or more of the known cgroups-based resource * handlers are in use and have been initialized. | ResourceHandlerModule.java
[ 0, 0, 1, 0, 0, 0, 0 ]
9,301
MemoryBrowserPreferenceInitializer.java
* Class used to initialize default preference values.
0
* Class used to initialize default preference values. | MemoryBrowserPreferenceInitializer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,302
MemoryBrowserPreferenceInitializer.java
* @see org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer#initializeDefaultPreferences()
0
* @see org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer#initializeDefaultPreferences() | MemoryBrowserPreferenceInitializer.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,304
ManifestWriter.java
@param name * Attribute name
0
@param name * Attribute name | ManifestWriter.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,307
ManifestWriter.java
@return 0 on success, nonzero value on error
0
@return 0 on success, nonzero value on error | ManifestWriter.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,309
ManifestWriter.java
// The "mf" order must correspond with manifest-jarfile order
0
// The "mf" order must correspond with manifest-jarfile order | ManifestWriter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,311
ManifestWriter.java
// Check that the manifest is OK
0
// Check that the manifest is OK | ManifestWriter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,312
ManifestWriter.java
// Write the manifest to the temporary file
0
// Write the manifest to the temporary file | ManifestWriter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,314
ManifestWriter.java
Writes the manifest to given JAR file.
0
Writes the manifest to given JAR file. | ManifestWriter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,316
ManifestWriter.java
* Writes a manifest attribute to a temporary buffer.
0
* Writes a manifest attribute to a temporary buffer. | ManifestWriter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,318
CalendarRescheduleEventTest.java
* @author Vaadin Ltd
0
* @author Vaadin Ltd | CalendarRescheduleEventTest.java
[ 0, 1, 0, 0, 0, 0, 0 ]
9,319
CalendarRescheduleEventTest.java
* Test to check ability to reschedule events unlimited times.
0
* Test to check ability to reschedule events unlimited times. | CalendarRescheduleEventTest.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,320
CalendarRescheduleEventTest.java
// Reschedule event for the first time
0
// Reschedule event for the first time | CalendarRescheduleEventTest.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,321
CalendarRescheduleEventTest.java
// Reschedule event for the second time
0
// Reschedule event for the second time | CalendarRescheduleEventTest.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,322
CalendarRescheduleEventTest.java
* DnD event by Y axis
0
* DnD event by Y axis | CalendarRescheduleEventTest.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,323
IQEnum.java
/** * Represents expansions of the Q_ENUMS macro within a class declaration. * <pre> * class B : public QObject * { * Q_OBJECT * enum E { enumerator }; * Q_ENUMS( E ) * }; * * class Q : public QObject * { * Q_OBJECT * Q_ENUMS( B::E E0 ) * Q_ENUMS( E1 ) * enum E0 { e0a, e0b = 2 }; * enum E1 { e1 }; * } * </pre> * NOTE: http://qt-project.org/doc/qt-4.8/qobject.html#Q_ENUMS * <blockquote> * If you want to register an enum that is declared in another class, the enum must be fully qualified * with the name of the class defining it. In addition, the class defining the enum has to inherit * QObject as well as declare the enum using Q_ENUMS(). * </blockquote> * So, the lookup for the C++ enum only needs to look in the same class spec when the name is not * qualified. When it is qualified, then it needs to find the QObject and then look at its Q_ENUMS. */
0
/** * Represents expansions of the Q_ENUMS macro within a class declaration. * <pre> * class B : public QObject * { * Q_OBJECT * enum E { enumerator }; * Q_ENUMS( E ) * }; * * class Q : public QObject * { * Q_OBJECT * Q_ENUMS( B::E E0 ) * Q_ENUMS( E1 ) * enum E0 { e0a, e0b = 2 }; * enum E1 { e1 }; * } * </pre> * NOTE: http://qt-project.org/doc/qt-4.8/qobject.html#Q_ENUMS * <blockquote> * If you want to register an enum that is declared in another class, the enum must be fully qualified * with the name of the class defining it. In addition, the class defining the enum has to inherit * QObject as well as declare the enum using Q_ENUMS(). * </blockquote> * So, the lookup for the C++ enum only needs to look in the same class spec when the name is not * qualified. When it is qualified, then it needs to find the QObject and then look at its Q_ENUMS. */ | IQEnum.java
[ 0, 0, 1, 0, 0, 0, 0 ]
9,324
IQEnum.java
/** * Returns the name of the enumerator as referenced in parameter in the Q_ENUMS * macro expansion. In the sample code in the class declaration, this would return * "B::E", "E0", or "E1". */
0
/** * Returns the name of the enumerator as referenced in parameter in the Q_ENUMS * macro expansion. In the sample code in the class declaration, this would return * "B::E", "E0", or "E1". */ | IQEnum.java
[ 0, 0, 1, 0, 0, 0, 0 ]
9,325
IQEnum.java
/** * Returns an unsorted collection of the enumerators contained in the enum references * in the Q_ENUMS macro expansion. * <p> * NOTE: It would be nice if the textual order of the enumerators was preserved by the * underlying CDT index, but it is not. The {@link Enumerator#getOrdinal()} method can * be used to recover some ordering information. */
0
/** * Returns an unsorted collection of the enumerators contained in the enum references * in the Q_ENUMS macro expansion. * <p> * NOTE: It would be nice if the textual order of the enumerators was preserved by the * underlying CDT index, but it is not. The {@link Enumerator#getOrdinal()} method can * be used to recover some ordering information. */ | IQEnum.java
[ 0, 0, 1, 0, 0, 0, 0 ]
9,326
IQEnum.java
/** * Returns true if this enumeration was introduced to the Qt meta-object system with * a Q_FLAGS expansion and false if it was introduced with Q_ENUMS. */
0
/** * Returns true if this enumeration was introduced to the Qt meta-object system with * a Q_FLAGS expansion and false if it was introduced with Q_ENUMS. */ | IQEnum.java
[ 0, 0, 1, 0, 0, 0, 0 ]
9,327
IQEnum.java
/** * A small wrapper class for the enumerators that are declared within the enum that is * referenced by the parameter of the Q_ENUMS macro expansion. */
0
/** * A small wrapper class for the enumerators that are declared within the enum that is * referenced by the parameter of the Q_ENUMS macro expansion. */ | IQEnum.java
[ 0, 0, 1, 0, 0, 0, 0 ]
9,328
IQEnum.java
* Returns the name of the enumerator.
0
* Returns the name of the enumerator. | IQEnum.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,330
GCCSizeofExpressionParsersym.java
// This file was generated by LPG
0
// This file was generated by LPG | GCCSizeofExpressionParsersym.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,335
Flushables.java
@link Flushable
0
@link Flushable | Flushables.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,336
Flushables.java
@code IOException
0
@code IOException | Flushables.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,337
Flushables.java
@code IOException
0
@code IOException | Flushables.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,338
Flushables.java
@code flush
0
@code flush | Flushables.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,342
Flushables.java
@see Closeables#close
0
@see Closeables#close | Flushables.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,344
Flushables.java
@code IOException
0
@code IOException | Flushables.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,345
Flushables.java
@code Flushable
0
@code Flushable | Flushables.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,346
Flushables.java
* @param flushable the {@code Flushable} object to be flushed.
0
* @param flushable the {@code Flushable} object to be flushed. | Flushables.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,347
Flushables.java
* @param flushable the {@code Flushable} object to be flushed.
0
* @param flushable the {@code Flushable} object to be flushed. | Flushables.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,348
Flushables.java
@param swallowIOException if true, don't propagate IO exceptions thrown by the {@code flush} * method
0
@param swallowIOException if true, don't propagate IO exceptions thrown by the {@code flush} * method | Flushables.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,349
Flushables.java
* @since 1.0
0
* @since 1.0 | Flushables.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,351
Flushables.java
* Utility methods for working with {@link Flushable} objects.
0
* Utility methods for working with {@link Flushable} objects. | Flushables.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,352
Flushables.java
Flush a {@link Flushable}, with control over whether an {@code IOException} may be thrown. *
0
Flush a {@link Flushable}, with control over whether an {@code IOException} may be thrown. * | Flushables.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,353
Flushables.java
<p>If {@code swallowIOException} is true, then we don't rethrow {@code IOException}, but merely * log it.
0
<p>If {@code swallowIOException} is true, then we don't rethrow {@code IOException}, but merely * log it. | Flushables.java
[ 0, 0, 0, 0, 0, 0, 1 ]
9,354
Flushables.java
@code swallowIOException
0
@code swallowIOException | Flushables.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,355
Flushables.java
Equivalent to calling {@code flush(flushable, true)}, but with no {@code IOException} in the * signature.
0
Equivalent to calling {@code flush(flushable, true)}, but with no {@code IOException} in the * signature. | Flushables.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,356
VTabsheetPanel.java
@link com.vaadin.client.ui.VTabsheet
0
@link com.vaadin.client.ui.VTabsheet | VTabsheetPanel.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,357
VTabsheetPanel.java
@link com.google.gwt.user.client.ui.DeckPanel
0
@link com.google.gwt.user.client.ui.DeckPanel | VTabsheetPanel.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,358
VTabsheetPanel.java
// widget wrapper height
0
// widget wrapper height | VTabsheetPanel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,359
VTabsheetPanel.java
// widget wrapper height
0
// widget wrapper height | VTabsheetPanel.java
[ 1, 0, 0, 0, 0, 0, 0 ]