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
9,297
ResourceHandlerModule.java
This specific implementation might provide resource management as well * as resource metrics functionality. We need to ensure that the same * instance is used for both.
0
This specific implementation might provide resource management as well * as resource metrics functionality. We need to ensure that the same * instance is used for both. | ResourceHandlerModule.java
[ 0, 0, 1, 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,299
ResourceHandlerModule.java
* Returns an initialized, thread-safe CGroupsHandler instance.
0
* Returns an initialized, thread-safe CGroupsHandler instance. | ResourceHandlerModule.java
[ 1, 0, 0, 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,303
MemoryBrowserPreferenceInitializer.java
// The following preferences should be kept in the store
0
// The following preferences should be kept in the store | MemoryBrowserPreferenceInitializer.java
[ 1, 0, 0, 0, 0, 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,305
ManifestWriter.java
@param value * Attribute value
0
@param value * Attribute value | ManifestWriter.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,306
ManifestWriter.java
@param jarFilename * File name of the JAR in which the manifest is written
0
@param jarFilename * File name of the JAR in which the manifest is written | 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,308
ManifestWriter.java
// Remove the temporary file
0
// Remove the temporary file | ManifestWriter.java
[ 1, 0, 0, 0, 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,310
ManifestWriter.java
// Update the manifest in the Jar
0
// Update the manifest in the Jar | 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,313
ManifestWriter.java
// Determine a temporary file name
0
// Determine a temporary file name | 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,315
ManifestWriter.java
@code #writeAttribute(String, String)
0
@code #writeAttribute(String, String) | ManifestWriter.java
[ 0, 0, 0, 0, 1, 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,317
UnresolvedLinkException.java
* Thrown when a symbolic link is encountered in a path.
0
* Thrown when a symbolic link is encountered in a path. | UnresolvedLinkException.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,329
IQEnum.java
* Returns the ordinal (either explicitly or implicitly) assigned to the enumerator.
0
* Returns the ordinal (either explicitly or implicitly) assigned to 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,331
GCCSizeofExpressionParsersym.java
Contributors: * IBM Corporation - initial API and implementation
0
Contributors: * IBM Corporation - initial API and implementation | GCCSizeofExpressionParsersym.java
[ 0, 1, 0, 0, 0, 0, 0 ]
9,333
FunctionSetType.java
* Used during overload resolution as a place-holder for function sets.
0
* Used during overload resolution as a place-holder for function sets. | FunctionSetType.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,334
Flushables.java
@link Flushable
0
@link Flushable | Flushables.java
[ 0, 0, 0, 0, 1, 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,339
Flushables.java
@code Flushable
0
@code Flushable | Flushables.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,340
Flushables.java
@code swallowIOException
0
@code swallowIOException | Flushables.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,341
Flushables.java
@link Flushable#flush
0
@link Flushable#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,343
Flushables.java
@code flush(flushable, true)
0
@code flush(flushable, true) | 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,350
Flushables.java
* @author Michael Lancaster
0
* @author Michael Lancaster | Flushables.java
[ 0, 1, 0, 0, 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 ]
9,360
VTabsheetPanel.java
// v-tabsheet-tabsheetpanel height
0
// v-tabsheet-tabsheetpanel height | VTabsheetPanel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,361
VTabsheetPanel.java
// height of widget might have changed due wrapping
0
// height of widget might have changed due wrapping | VTabsheetPanel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,362
VTabsheetPanel.java
// width first
0
// width first | VTabsheetPanel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,363
VTabsheetPanel.java
// Always ensure the selected tab is visible. If server prevents a tab // change we might end up here with visibleWidget == newVisible but its // parent is still hidden.
0
// Always ensure the selected tab is visible. If server prevents a tab // change we might end up here with visibleWidget == newVisible but its // parent is still hidden. | VTabsheetPanel.java
[ 0, 0, 1, 0, 0, 0, 0 ]
9,364
VTabsheetPanel.java
Shows the widget at the specified index. This causes the currently- * visible widget to be hidden.
0
Shows the widget at the specified index. This causes the currently- * visible widget to be hidden. | VTabsheetPanel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,365
VTabsheetPanel.java
@param index * the index of the widget to be shown
0
@param index * the index of the widget to be shown | VTabsheetPanel.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,366
VTabsheetPanel.java
@param beforeIndex * the index before which it will be inserted
0
@param beforeIndex * the index before which it will be inserted | VTabsheetPanel.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,367
VTabsheetPanel.java
@param w * the widget to be inserted
0
@param w * the widget to be inserted | VTabsheetPanel.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,368
VTabsheetPanel.java
@return the visible widget's index
0
@return the visible widget's index | VTabsheetPanel.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,369
VTabsheetPanel.java
@param w * the widget to be added
0
@param w * the widget to be added | VTabsheetPanel.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,370
VTabsheetPanel.java
* A panel that displays all of its child widgets in a 'deck', where only one * can be visible at a time. It is used by
0
* A panel that displays all of its child widgets in a 'deck', where only one * can be visible at a time. It is used by | VTabsheetPanel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,371
VTabsheetPanel.java
This class has the same basic functionality as the GWT DeckPanel * {@link com.google.gwt.user.client.ui.DeckPanel}, with the exception that it * doesn't manipulate the child widgets' width and height attributes.
0
This class has the same basic functionality as the GWT DeckPanel * {@link com.google.gwt.user.client.ui.DeckPanel}, with the exception that it * doesn't manipulate the child widgets' width and height attributes. | VTabsheetPanel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,372
VTabsheetPanel.java
* Creates an empty tabsheet panel.
0
* Creates an empty tabsheet panel. | VTabsheetPanel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,373
VTabsheetPanel.java
* Adds the specified widget to the deck.
0
* Adds the specified widget to the deck. | VTabsheetPanel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,374
VTabsheetPanel.java
* Gets the index of the currently-visible widget.
0
* Gets the index of the currently-visible widget. | VTabsheetPanel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,375
VTabsheetPanel.java
* Inserts a widget before the specified index.
0
* Inserts a widget before the specified index. | VTabsheetPanel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,376
CheckedProvider.java
@link com.google.inject.Provider
0
@link com.google.inject.Provider | CheckedProvider.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,377
CheckedProvider.java
@code T
0
@code T | CheckedProvider.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,378
CheckedProvider.java
@link #get
0
@link #get | CheckedProvider.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,379
CheckedProvider.java
@link ThrowingProviderBinder
0
@link ThrowingProviderBinder | CheckedProvider.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,380
CheckedProvider.java
@link #get
0
@link #get | CheckedProvider.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,383
CDTLogWriter.java
// there was a problem opening the log file so log to the console
0
// there was a problem opening the log file so log to the console | CDTLogWriter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,385
CDTLogWriter.java
* Writes the given string to the log, followed by the line terminator string.
0
* Writes the given string to the log, followed by the line terminator string. | CDTLogWriter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,386
CDTLogWriter.java
* Shuts down the log.
0
* Shuts down the log. | CDTLogWriter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,389
TestRehashPartitioner.java
/** number of partitions */
0
/** number of partitions */ | TestRehashPartitioner.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,390
TestRehashPartitioner.java
/** step in sequence */
0
/** step in sequence */ | TestRehashPartitioner.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,391
TestRehashPartitioner.java
/** end of test sequence */
0
/** end of test sequence */ | TestRehashPartitioner.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,392
TestRehashPartitioner.java
/** maximum error for considering too big/small bucket */
0
/** maximum error for considering too big/small bucket */ | TestRehashPartitioner.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,393
TestRehashPartitioner.java
/** maximum number of oddly sized buckets */
0
/** maximum number of oddly sized buckets */ | TestRehashPartitioner.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,394
TestRehashPartitioner.java
/** test partitioner for patterns */
0
/** test partitioner for patterns */ | TestRehashPartitioner.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,395
TestRehashPartitioner.java
/* test sequence 4, 8, 12, ... 128 */
0
/* test sequence 4, 8, 12, ... 128 */ | TestRehashPartitioner.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,396
CSSInjectTest.java
// Inject some resources initially
0
// Inject some resources initially | CSSInjectTest.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,397
HeaderClickHandler.java
@link GridClickEvent
0
@link GridClickEvent | HeaderClickHandler.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,400
HeaderClickHandler.java
Handler for {@link GridClickEvent}s that happen in the header of the Grid.
0
Handler for {@link GridClickEvent}s that happen in the header of the Grid. | HeaderClickHandler.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,401
BuildEntryStorage.java
Contributors: * Intel Corporation - Initial API and implementation * James Blackburn (Broadcom Corp.)
0
Contributors: * Intel Corporation - Initial API and implementation * James Blackburn (Broadcom Corp.) | BuildEntryStorage.java
[ 0, 1, 0, 0, 0, 0, 0 ]
9,402
BuildEntryStorage.java
/** * BuildEntryStorage has a handle back to the BuildLanguageData * to allow checking on which language entries are actually defined. */
0
/** * BuildEntryStorage has a handle back to the BuildLanguageData * to allow checking on which language entries are actually defined. */ | BuildEntryStorage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,403
BuildEntryStorage.java
@return scanner discovered entries (level 2)
0
@return scanner discovered entries (level 2) | BuildEntryStorage.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,404
BuildEntryStorage.java
* @param emptyValuesInfos list to which unresolved entries are added
0
* @param emptyValuesInfos list to which unresolved entries are added | BuildEntryStorage.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,405
BuildEntryStorage.java
* @return UserEntryInfo[] (never null)
0
* @return UserEntryInfo[] (never null) | BuildEntryStorage.java
[ 0, 0, 0, 1, 0, 0, 0 ]