comment_sentence_id int64 1 5.52k | class stringlengths 9 50 | comment_sentence stringlengths 1 1.32k | partition int64 0 1 | instance_type int64 0 1 | category stringclasses 1 value | label int64 0 1 | combo stringlengths 15 1.35k | __index_level_0__ int64 7.6k 16.5k |
|---|---|---|---|---|---|---|---|---|
5,038 | VScrollTable.java | vscrolltable is a flowpanel having two widgets in it tablehead component | 0 | 0 | Pointer | 0 | vscrolltable is a flowpanel having two widgets in it tablehead component | VScrollTable.java | 9,598 |
5,039 | VScrollTable.java | scrollpanel | 0 | 0 | Pointer | 0 | scrollpanel | VScrollTable.java | 9,599 |
5,040 | VScrollTable.java | tablehead contains table s header and widgets logic for resizing, | 0 | 0 | Pointer | 0 | tablehead contains table s header and widgets logic for resizing, | VScrollTable.java | 9,600 |
5,041 | VScrollTable.java | reordering and hiding columns. | 0 | 0 | Pointer | 0 | reordering and hiding columns. | VScrollTable.java | 9,601 |
5,042 | VScrollTable.java | scrollpanel contains vscrolltablebody object which handles content. | 0 | 0 | Pointer | 0 | scrollpanel contains vscrolltablebody object which handles content. | VScrollTable.java | 9,602 |
5,043 | VScrollTable.java | to save | 0 | 0 | Pointer | 0 | to save | VScrollTable.java | 9,603 |
5,044 | VScrollTable.java | some bandwidth and to improve clients responsiveness with loads of data, in | 0 | 0 | Pointer | 0 | some bandwidth and to improve clients responsiveness with loads of data, in | VScrollTable.java | 9,604 |
5,045 | VScrollTable.java | vscrolltablebody all rows are not necessary rendered. | 0 | 0 | Pointer | 0 | vscrolltablebody all rows are not necessary rendered. | VScrollTable.java | 9,605 |
5,046 | VScrollTable.java | there are spacers in | 0 | 0 | Pointer | 0 | there are spacers in | VScrollTable.java | 9,606 |
5,047 | VScrollTable.java | vscrolltablebody to use the exact same space as non rendered rows would use. | 0 | 0 | Pointer | 0 | vscrolltablebody to use the exact same space as non rendered rows would use. | VScrollTable.java | 9,607 |
5,048 | VScrollTable.java | this way we can use seamlessly traditional scrollbars and scrolling to fetch | 0 | 0 | Pointer | 0 | this way we can use seamlessly traditional scrollbars and scrolling to fetch | VScrollTable.java | 9,608 |
5,049 | VScrollTable.java | more rows instead of paging . | 0 | 0 | Pointer | 0 | more rows instead of paging . | VScrollTable.java | 9,609 |
5,050 | VScrollTable.java | in vscrolltable we listen to scroll events. | 0 | 0 | Pointer | 0 | in vscrolltable we listen to scroll events. | VScrollTable.java | 9,610 |
5,051 | VScrollTable.java | on horizontal scrolling we also | 0 | 0 | Pointer | 0 | on horizontal scrolling we also | VScrollTable.java | 9,611 |
5,052 | VScrollTable.java | update tableheads scroll position which has its scrollbars hidden. | 0 | 0 | Pointer | 0 | update tableheads scroll position which has its scrollbars hidden. | VScrollTable.java | 9,612 |
5,053 | VScrollTable.java | on | 0 | 0 | Pointer | 0 | on | VScrollTable.java | 9,613 |
5,054 | VScrollTable.java | vertical scroll events we will check if we are reaching the end of area where | 0 | 0 | Pointer | 0 | vertical scroll events we will check if we are reaching the end of area where | VScrollTable.java | 9,614 |
5,055 | VScrollTable.java | we have rows rendered and | 0 | 0 | Pointer | 0 | we have rows rendered and | VScrollTable.java | 9,615 |
5,056 | VScrollTable.java | todo implement unregistering for child components in cells | 0 | 0 | Pointer | 0 | todo implement unregistering for child components in cells | VScrollTable.java | 9,616 |
5,057 | VScrollTable.java | to detect if the first visible | 0 | 0 | Pointer | 0 | to detect if the first visible | VScrollTable.java | 9,617 |
5,058 | VScrollTable.java | these are used when jumping between pages when pressing home and end | 0 | 0 | Pointer | 0 | these are used when jumping between pages when pressing home and end | VScrollTable.java | 9,618 |
5,059 | VScrollTable.java | changes to manage mousedown and mouseup | 0 | 0 | Pointer | 0 | changes to manage mousedown and mouseup | VScrollTable.java | 9,619 |
5,060 | VScrollTable.java | overridden due table might not survive of visibility change scroll pos | 0 | 0 | Pointer | 0 | overridden due table might not survive of visibility change scroll pos | VScrollTable.java | 9,620 |
5,061 | VScrollTable.java | lost . | 0 | 0 | Pointer | 0 | lost . | VScrollTable.java | 9,621 |
5,062 | VScrollTable.java | example itabpanel just set contained components invisible and back | 0 | 0 | Pointer | 0 | example itabpanel just set contained components invisible and back | VScrollTable.java | 9,622 |
5,063 | VScrollTable.java | when changing tabs. | 0 | 0 | Pointer | 0 | when changing tabs. | VScrollTable.java | 9,623 |
5,064 | VScrollTable.java | updates first visible row for the case we cannot wait | 0 | 0 | Pointer | 0 | updates first visible row for the case we cannot wait | VScrollTable.java | 9,624 |
5,065 | VScrollTable.java | this method has logic which rows needs to be requested from server when | 0 | 0 | Pointer | 0 | this method has logic which rows needs to be requested from server when | VScrollTable.java | 9,625 |
5,066 | VScrollTable.java | user scrolls. | 0 | 0 | Pointer | 0 | user scrolls. | VScrollTable.java | 9,626 |
5,077 | VScrollTable.java | simple interface for parts of the table capable of owning a context menu. | 0 | 0 | Pointer | 0 | simple interface for parts of the table capable of owning a context menu. | VScrollTable.java | 9,627 |
5,078 | VScrollTable.java | @since 72 | 0 | 0 | Pointer | 0 | @since 72 | VScrollTable.java | 9,628 |
5,079 | VScrollTable.java | @author vaadin ltd | 0 | 0 | Pointer | 0 | @author vaadin ltd | VScrollTable.java | 9,629 |
5,080 | VScrollTable.java | to detect if the first visible | 0 | 0 | Pointer | 0 | to detect if the first visible | VScrollTable.java | 9,630 |
5,081 | VScrollTable.java | these are used when jumping between pages when pressing home and end | 0 | 0 | Pointer | 0 | these are used when jumping between pages when pressing home and end | VScrollTable.java | 9,631 |
5,082 | VScrollTable.java | changes to manage mousedown and mouseup | 0 | 0 | Pointer | 0 | changes to manage mousedown and mouseup | VScrollTable.java | 9,632 |
5,083 | VScrollTable.java | overridden due table might not survive of visibility change scroll pos | 0 | 0 | Pointer | 0 | overridden due table might not survive of visibility change scroll pos | VScrollTable.java | 9,633 |
5,084 | VScrollTable.java | lost . | 0 | 0 | Pointer | 0 | lost . | VScrollTable.java | 9,634 |
5,085 | VScrollTable.java | example itabpanel just set contained components invisible and back | 0 | 0 | Pointer | 0 | example itabpanel just set contained components invisible and back | VScrollTable.java | 9,635 |
5,086 | VScrollTable.java | when changing tabs. | 0 | 0 | Pointer | 0 | when changing tabs. | VScrollTable.java | 9,636 |
5,087 | VScrollTable.java | updates first visible row for the case we cannot wait | 0 | 0 | Pointer | 0 | updates first visible row for the case we cannot wait | VScrollTable.java | 9,637 |
5,088 | VScrollTable.java | this method has logic which rows needs to be requested from server when | 0 | 0 | Pointer | 0 | this method has logic which rows needs to be requested from server when | VScrollTable.java | 9,638 |
5,089 | VScrollTable.java | user scrolls. | 0 | 0 | Pointer | 0 | user scrolls. | VScrollTable.java | 9,639 |
5,101 | VScrollTable.java | @since 72 | 0 | 0 | Pointer | 0 | @since 72 | VScrollTable.java | 9,640 |
5,102 | VScrollTable.java | @author vaadin ltd | 0 | 0 | Pointer | 0 | @author vaadin ltd | VScrollTable.java | 9,641 |
5,103 | VScrollTable.java | to detect if the first visible | 0 | 0 | Pointer | 0 | to detect if the first visible | VScrollTable.java | 9,642 |
5,104 | VScrollTable.java | these are used when jumping between pages when pressing home and end | 0 | 0 | Pointer | 0 | these are used when jumping between pages when pressing home and end | VScrollTable.java | 9,643 |
5,105 | VScrollTable.java | changes to manage mousedown and mouseup | 0 | 0 | Pointer | 0 | changes to manage mousedown and mouseup | VScrollTable.java | 9,644 |
5,106 | VScrollTable.java | overridden due table might not survive of visibility change scroll pos | 0 | 0 | Pointer | 0 | overridden due table might not survive of visibility change scroll pos | VScrollTable.java | 9,645 |
5,107 | VScrollTable.java | lost . | 0 | 0 | Pointer | 0 | lost . | VScrollTable.java | 9,646 |
5,108 | VScrollTable.java | example itabpanel just set contained components invisible and back | 0 | 0 | Pointer | 0 | example itabpanel just set contained components invisible and back | VScrollTable.java | 9,647 |
5,109 | VScrollTable.java | when changing tabs. | 0 | 0 | Pointer | 0 | when changing tabs. | VScrollTable.java | 9,648 |
5,110 | VScrollTable.java | updates first visible row for the case we cannot wait | 0 | 0 | Pointer | 0 | updates first visible row for the case we cannot wait | VScrollTable.java | 9,649 |
5,111 | VScrollTable.java | this method has logic which rows needs to be requested from server when | 0 | 0 | Pointer | 0 | this method has logic which rows needs to be requested from server when | VScrollTable.java | 9,650 |
5,112 | VScrollTable.java | user scrolls. | 0 | 0 | Pointer | 0 | user scrolls. | VScrollTable.java | 9,651 |
516 | FileSystemApplicationHistoryStore.java | @link #applicationstarted applicationstartdata is supposed to | 0 | 1 | Pointer | 1 | @link #applicationstarted applicationstartdata is supposed to | FileSystemApplicationHistoryStore.java | 16,155 |
517 | FileSystemApplicationHistoryStore.java | be invoked first when writing any history data of one application and it will | 1 | 1 | Pointer | 1 | be invoked first when writing any history data of one application and it will | FileSystemApplicationHistoryStore.java | 16,156 |
518 | FileSystemApplicationHistoryStore.java | open a file, while @link #applicationfinished applicationfinishdata is | 0 | 1 | Pointer | 1 | open a file, while @link #applicationfinished applicationfinishdata is | FileSystemApplicationHistoryStore.java | 16,157 |
519 | FileSystemApplicationHistoryStore.java | supposed to be last writing operation and will close the file. | 1 | 1 | Pointer | 1 | supposed to be last writing operation and will close the file. | FileSystemApplicationHistoryStore.java | 16,158 |
777 | Query.java | @param t type of the record to query. | 0 | 1 | Pointer | 1 | @param t type of the record to query. | Query.java | 16,159 |
273 | DelegatingSSLSocketFactory.java | a @link sslsocketfactory that can delegate to various ssl implementations. | 1 | 1 | Pointer | 1 | a @link sslsocketfactory that can delegate to various ssl implementations. | DelegatingSSLSocketFactory.java | 16,160 |
275 | DelegatingSSLSocketFactory.java | openssl offers better | 0 | 1 | Pointer | 1 | openssl offers better | DelegatingSSLSocketFactory.java | 16,161 |
276 | DelegatingSSLSocketFactory.java | performance than jsse and is made available via the | 1 | 1 | Pointer | 1 | performance than jsse and is made available via the | DelegatingSSLSocketFactory.java | 16,162 |
277 | DelegatingSSLSocketFactory.java | a href https github^com wildfly wildfly openssl wildlfy openssl a | 0 | 1 | Pointer | 1 | a href https github^com wildfly wildfly openssl wildlfy openssl a | DelegatingSSLSocketFactory.java | 16,163 |
278 | DelegatingSSLSocketFactory.java | library. | 1 | 1 | Pointer | 1 | library. | DelegatingSSLSocketFactory.java | 16,164 |
1,049 | TestFederationPolicyUtils.java | unit test for @link federationpolicyutils . | 0 | 1 | Pointer | 1 | unit test for @link federationpolicyutils . | TestFederationPolicyUtils.java | 16,165 |
1,066 | TestKeyInputStream.java | tests @link keyinputstream . | 1 | 1 | Pointer | 1 | tests @link keyinputstream . | TestKeyInputStream.java | 16,166 |
1,082 | TestOzoneNativeAuthorizer.java | test class for @link ozonenativeauthorizer . | 0 | 1 | Pointer | 1 | test class for @link ozonenativeauthorizer . | TestOzoneNativeAuthorizer.java | 16,167 |
837 | ResourceBlacklistRequest.java | @link resourceblacklistrequest encapsulates the list of resource names which should be added or removed from the em blacklist em of resources for the application. | 1 | 1 | Pointer | 1 | @link resourceblacklistrequest encapsulates the list of resource names which should be added or removed from the em blacklist em of resources for the application. | ResourceBlacklistRequest.java | 16,168 |
838 | ResourceBlacklistRequest.java | @see resourcerequest | 0 | 1 | Pointer | 1 | @see resourcerequest | ResourceBlacklistRequest.java | 16,169 |
839 | ResourceBlacklistRequest.java | @see applicationmasterprotocol#allocate org^apache.hadoop^yarn.api^protocolrecords.allocaterequest | 1 | 1 | Pointer | 1 | @see applicationmasterprotocol#allocate org^apache.hadoop^yarn.api^protocolrecords.allocaterequest | ResourceBlacklistRequest.java | 16,170 |
1,352 | TonyRuntimeFactory.java | implementation of runtimefactory with tony runtime | 0 | 1 | Pointer | 1 | implementation of runtimefactory with tony runtime | TonyRuntimeFactory.java | 16,171 |
844 | ResourceRequestsJsonVerifications.java | performs value verifications on | 1 | 1 | Pointer | 1 | performs value verifications on | ResourceRequestsJsonVerifications.java | 16,172 |
1,101 | TestS3BucketManager.java | tests for s3 bucket manager. | 0 | 1 | Pointer | 1 | tests for s3 bucket manager. | TestS3BucketManager.java | 16,173 |
845 | ResourceRequestsJsonVerifications.java | @link org^apache.hadoop^yarn.server^resourcemanager.webapp^dao.resourcerequestinfo | 1 | 1 | Pointer | 1 | @link org^apache.hadoop^yarn.server^resourcemanager.webapp^dao.resourcerequestinfo | ResourceRequestsJsonVerifications.java | 16,174 |
846 | ResourceRequestsJsonVerifications.java | objects against the values of @link resourcerequest . | 0 | 1 | Pointer | 1 | objects against the values of @link resourcerequest . | ResourceRequestsJsonVerifications.java | 16,175 |
847 | ResourceRequestsJsonVerifications.java | with the help of the | 1 | 1 | Pointer | 1 | with the help of the | ResourceRequestsJsonVerifications.java | 16,176 |
848 | ResourceRequestsJsonVerifications.java | @link builder , users can also make verifications of the custom resource | 0 | 1 | Pointer | 1 | @link builder , users can also make verifications of the custom resource | ResourceRequestsJsonVerifications.java | 16,177 |
849 | ResourceRequestsJsonVerifications.java | types and its values. | 1 | 1 | Pointer | 1 | types and its values. | ResourceRequestsJsonVerifications.java | 16,178 |
850 | ResourceRequestsJsonVerifications.java | builder class for @link resourcerequestsjsonverifications . | 0 | 1 | Pointer | 1 | builder class for @link resourcerequestsjsonverifications . | ResourceRequestsJsonVerifications.java | 16,179 |
604 | KerberosDelegationTokenAuthenticator.java | it falls back to the @link pseudodelegationtokenauthenticator if the http | 1 | 1 | Pointer | 1 | it falls back to the @link pseudodelegationtokenauthenticator if the http | KerberosDelegationTokenAuthenticator.java | 16,180 |
605 | KerberosDelegationTokenAuthenticator.java | endpoint does not trigger a spnego authentication | 0 | 1 | Pointer | 1 | endpoint does not trigger a spnego authentication | KerberosDelegationTokenAuthenticator.java | 16,181 |
613 | LocalizationStatusPBImpl.java | pb impl of @link localizationstatus . | 1 | 1 | Pointer | 1 | pb impl of @link localizationstatus . | LocalizationStatusPBImpl.java | 16,182 |
618 | LoggedTask.java | a @link loggedtask represents a hadoop task that is part of a hadoop job. | 0 | 1 | Pointer | 1 | a @link loggedtask represents a hadoop task that is part of a hadoop job. | LoggedTask.java | 16,183 |
880 | SequenceFileRecordReader.java | an @link recordreader for @link sequencefile s. | 1 | 1 | Pointer | 1 | an @link recordreader for @link sequencefile s. | SequenceFileRecordReader.java | 16,184 |
629 | LogParserUtil.java | common utility functions for @link logparser . | 0 | 1 | Pointer | 1 | common utility functions for @link logparser . | LogParserUtil.java | 16,185 |
1,400 | VolumeSet.java | volumeset to manage hdds volumes in a datanode. | 1 | 1 | Pointer | 1 | volumeset to manage hdds volumes in a datanode. | VolumeSet.java | 16,186 |
889 | StateStoreFileSystemImpl.java | @link statestoredriver implementation based on a filesystem. | 0 | 1 | Pointer | 1 | @link statestoredriver implementation based on a filesystem. | StateStoreFileSystemImpl.java | 16,187 |
1,403 | WritableComparator.java | a comparator for @link writablecomparable s. | 1 | 1 | Pointer | 1 | a comparator for @link writablecomparable s. | WritableComparator.java | 16,188 |
1,404 | WritableComparator.java | p this base implementation uses the natural ordering. | 0 | 1 | Pointer | 1 | p this base implementation uses the natural ordering. | WritableComparator.java | 16,189 |
637 | MapContext.java | the context that is given to the @link mapper . | 1 | 1 | Pointer | 1 | the context that is given to the @link mapper . | MapContext.java | 16,190 |
1,405 | WritableComparator.java | to define alternate | 0 | 1 | Pointer | 1 | to define alternate | WritableComparator.java | 16,191 |
1,406 | WritableComparator.java | orderings, override @link #compare writablecomparable,writablecomparable . | 1 | 1 | Pointer | 1 | orderings, override @link #compare writablecomparable,writablecomparable . | WritableComparator.java | 16,192 |
1,407 | WritableComparator.java | p one may optimize compare intensive operations by overriding | 0 | 1 | Pointer | 1 | p one may optimize compare intensive operations by overriding | WritableComparator.java | 16,193 |
1,408 | WritableComparator.java | @link #compare byte ,int,int,byte ,int,int . | 1 | 1 | Pointer | 1 | @link #compare byte ,int,int,byte ,int,int . | WritableComparator.java | 16,194 |
1,409 | WritableComparator.java | static utility methods are | 0 | 1 | Pointer | 1 | static utility methods are | WritableComparator.java | 16,195 |
1,410 | WritableComparator.java | provided to assist in optimized implementations of this method. | 1 | 1 | Pointer | 1 | provided to assist in optimized implementations of this method. | WritableComparator.java | 16,196 |
1,158 | TestTaskContext.java | tests context api and @link statusreporter#getprogress via @link taskattemptcontext#getprogress api . | 0 | 1 | Pointer | 1 | tests context api and @link statusreporter#getprogress via @link taskattemptcontext#getprogress api . | TestTaskContext.java | 16,197 |
902 | StreamBaseRecordReader.java | @see streamxmlrecordreader | 1 | 1 | Pointer | 1 | @see streamxmlrecordreader | StreamBaseRecordReader.java | 16,198 |
1,173 | TextInputFormat.java | an @link inputformat for plain text files. | 0 | 1 | Pointer | 1 | an @link inputformat for plain text files. | TextInputFormat.java | 16,199 |
1,174 | TextInputFormat.java | files are broken into lines. | 1 | 1 | Pointer | 1 | files are broken into lines. | TextInputFormat.java | 16,200 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.