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
8,252
ICPPASTFunctionDeclarator.java
* @since 5.7
0
* @since 5.7 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,253
ICPPASTFunctionDeclarator.java
* @since 5.7
0
* @since 5.7 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,254
ICPPASTFunctionDeclarator.java
* @deprecated Use addVirtSpecifier() instead.
0
* @deprecated Use addVirtSpecifier() instead. | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 0, 1, 0 ]
8,255
ICPPASTFunctionDeclarator.java
* @deprecated Use addVirtSpecifier() instead.
0
* @deprecated Use addVirtSpecifier() instead. | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 0, 1, 0 ]
8,256
ICPPASTFunctionDeclarator.java
@link #getExceptionSpecification()
0
@link #getExceptionSpecification() | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,257
ICPPASTFunctionDeclarator.java
@link #getVirtSpecifiers()
0
@link #getVirtSpecifiers() | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,258
ICPPASTFunctionDeclarator.java
@link #NO_EXCEPTION_SPECIFICATION
0
@link #NO_EXCEPTION_SPECIFICATION | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,259
ICPPASTFunctionDeclarator.java
@link IASTTypeId#EMPTY_TYPEID_ARRAY
0
@link IASTTypeId#EMPTY_TYPEID_ARRAY | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,260
ICPPASTFunctionDeclarator.java
@link #NOEXCEPT_DEFAULT
0
@link #NOEXCEPT_DEFAULT | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,262
ICPPASTFunctionDeclarator.java
@link ICPPASTFunctionDefinition#getMemberInitializers
0
@link ICPPASTFunctionDefinition#getMemberInitializers | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,263
ICPPASTFunctionDeclarator.java
* @deprecated use {@link ICPPASTFunctionDefinition#getMemberInitializers}, instead.
0
* @deprecated use {@link ICPPASTFunctionDefinition#getMemberInitializers}, instead. | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 0, 1, 0 ]
8,264
ICPPASTFunctionDeclarator.java
* C++ adds a few things to function declarators.
0
* C++ adds a few things to function declarators. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,265
ICPPASTFunctionDeclarator.java
* Used as return value for {@link #getExceptionSpecification()}.
0
* Used as return value for {@link #getExceptionSpecification()}. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,266
ICPPASTFunctionDeclarator.java
* Used as return value for {@link #getVirtSpecifiers()}.
0
* Used as return value for {@link #getVirtSpecifiers()}. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,267
ICPPASTFunctionDeclarator.java
* Represents a 'noexcept' specification without an expression.
0
* Represents a 'noexcept' specification without an expression. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,268
ICPPASTFunctionDeclarator.java
* Is this a const method?
0
* Is this a const method? | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,269
ICPPASTFunctionDeclarator.java
* Sets the method to be const or not.
0
* Sets the method to be const or not. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,270
ICPPASTFunctionDeclarator.java
* Is this a volatile method?
0
* Is this a volatile method? | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,271
ICPPASTFunctionDeclarator.java
* Sets the method to be volatile or not.
0
* Sets the method to be volatile or not. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,272
ICPPASTFunctionDeclarator.java
* When used as a lambda declarator, it can be mutable.
0
* When used as a lambda declarator, it can be mutable. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,273
ICPPASTFunctionDeclarator.java
* Sets this method to be pure virtual.
0
* Sets this method to be pure virtual. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,274
ICPPASTFunctionDeclarator.java
* Returns the ref-qualifier.
0
* Returns the ref-qualifier. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,275
ICPPASTFunctionDeclarator.java
* Sets the ref-qualifier.
0
* Sets the ref-qualifier. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,276
ICPPASTFunctionDeclarator.java
Returns an array of type-ids representing the exception specification. The return value * {@link #NO_EXCEPTION_SPECIFICATION} indicates that no exceptions are specified, whereas * {@link IASTTypeId#EMPTY_TYPEID_ARRAY} is used for an empty exception specification.
0
Returns an array of type-ids representing the exception specification. The return value * {@link #NO_EXCEPTION_SPECIFICATION} indicates that no exceptions are specified, whereas * {@link IASTTypeId#EMPTY_TYPEID_ARRAY} is used for an empty exception specification. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,277
ICPPASTFunctionDeclarator.java
* Add an exception specification type Id.
0
* Add an exception specification type Id. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,278
ICPPASTFunctionDeclarator.java
* Configures the declarator with an empty exception specification (as opposed to having none).
0
* Configures the declarator with an empty exception specification (as opposed to having none). | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,279
ICPPASTFunctionDeclarator.java
Returns the noexcept expression, {@link #NOEXCEPT_DEFAULT} if the noexcept specification * does not contain an expression, or {@code null} the noexcept specification is not present. * See C++11 5.4.1.
0
Returns the noexcept expression, {@link #NOEXCEPT_DEFAULT} if the noexcept specification * does not contain an expression, or {@code null} the noexcept specification is not present. * See C++11 5.4.1. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,280
ICPPASTFunctionDeclarator.java
* Sets the noexcept expression.
0
* Sets the noexcept expression. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,281
ICPPASTFunctionDeclarator.java
* Returns the trailing return type as in <code> auto f() -> int </code>, or <code>null</code>.
0
* Returns the trailing return type as in <code> auto f() -> int </code>, or <code>null</code>. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,282
ICPPASTFunctionDeclarator.java
* Trailing return type as in <code> auto f() -> int </code>.
0
* Trailing return type as in <code> auto f() -> int </code>. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,283
ICPPASTFunctionDeclarator.java
Get function scope this node represents. Returns <code>null</code>, if this declarator * does not declare a function-prototype or function-definition.
0
Get function scope this node represents. Returns <code>null</code>, if this declarator * does not declare a function-prototype or function-definition. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,284
ICPPASTFunctionDeclarator.java
* Returns whether this function is declared override.
0
* Returns whether this function is declared override. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,285
ICPPASTFunctionDeclarator.java
* Sets whether this function is declared override.
0
* Sets whether this function is declared override. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,286
ICPPASTFunctionDeclarator.java
* Returns whether this function is declared final.
0
* Returns whether this function is declared final. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,287
ICPPASTFunctionDeclarator.java
* Sets whether this function is declared final.
0
* Sets whether this function is declared final. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,288
ICPPASTFunctionDeclarator.java
* Returns the virt-specifiers of this function.
0
* Returns the virt-specifiers of this function. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,289
ICPPASTFunctionDeclarator.java
* Add a virt-specifiers to this function.
0
* Add a virt-specifiers to this function. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,290
ICPPASTFunctionDeclarator.java
* When used as a lambda declarator, it can be mutable.
0
* When used as a lambda declarator, it can be mutable. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,291
ICPPASTFunctionDeclarator.java
* Is the method pure virtual?
0
* Is the method pure virtual? | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,293
ArchiveInfo.java
* Info for ICProject.
0
* Info for ICProject. | ArchiveInfo.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,294
JavaLogisticRegressionWithElasticNetExample.java
// Load training data
0
// Load training data | JavaLogisticRegressionWithElasticNetExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,295
JavaLogisticRegressionWithElasticNetExample.java
// Fit the model
0
// Fit the model | JavaLogisticRegressionWithElasticNetExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,296
JavaLogisticRegressionWithElasticNetExample.java
// Print the coefficients and intercept for logistic regression
0
// Print the coefficients and intercept for logistic regression | JavaLogisticRegressionWithElasticNetExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,297
IFPRConstants.java
Contributors: * Randy Rohrbach (Wind River Systems, Inc.) - Copied and modified to create the floating point plugin
0
Contributors: * Randy Rohrbach (Wind River Systems, Inc.) - Copied and modified to create the floating point plugin | IFPRConstants.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,298
IFPRConstants.java
// Endianness key
0
// Endianness key | IFPRConstants.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,299
IFPRConstants.java
// Currently-selected data type
0
// Currently-selected data type | IFPRConstants.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,300
IFPRConstants.java
// 32-bit floating point data type displayed precision
0
// 32-bit floating point data type displayed precision | IFPRConstants.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,301
IFPRConstants.java
// 64-bit floating point data type displayed precision
0
// 64-bit floating point data type displayed precision | IFPRConstants.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,302
IFPRConstants.java
// Number of columns to display
0
// Number of columns to display | IFPRConstants.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,303
IFPRConstants.java
// Renderer update mode
0
// Renderer update mode | IFPRConstants.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,304
NotificationDelayTest.java
* @author Vaadin Ltd
0
* @author Vaadin Ltd | NotificationDelayTest.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,305
NotificationDelayTest.java
* Test to check notification delay.
0
* Test to check notification delay. | NotificationDelayTest.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,306
QtNature.java
Contributors: * Doug Schaefer (QNX) - Initial implementation
0
Contributors: * Doug Schaefer (QNX) - Initial implementation | QtNature.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,307
QtNature.java
// Don't reindex the project if it already has a Qt linkage. The index // will be updated // by the normal triggers.
0
// Don't reindex the project if it already has a Qt linkage. The index // will be updated // by the normal triggers. | QtNature.java
[ 0, 0, 0, 0, 0, 0, 1 ]
8,308
QtNature.java
// We need to force the index to be rebuilt the first time the Qt nature // is added. If // this doesn't happen then the PDOM could have the current version (so // nothing would trigger // an update) but no Qt content.
0
// We need to force the index to be rebuilt the first time the Qt nature // is added. If // this doesn't happen then the PDOM could have the current version (so // nothing would trigger // an update) but no Qt content. | QtNature.java
[ 0, 0, 0, 0, 0, 0, 1 ]
8,309
QtNature.java
// This space intentionally left blank.
0
// This space intentionally left blank. | QtNature.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,310
ConnectionConfigurator.java
@link HttpURLConnection
0
@link HttpURLConnection | ConnectionConfigurator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,311
ConnectionConfigurator.java
@link AuthenticatedURL
0
@link AuthenticatedURL | ConnectionConfigurator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,312
ConnectionConfigurator.java
@link HttpURLConnection
0
@link HttpURLConnection | ConnectionConfigurator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,313
ConnectionConfigurator.java
@link HttpURLConnection
0
@link HttpURLConnection | ConnectionConfigurator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,314
ConnectionConfigurator.java
@link HttpURLConnection
0
@link HttpURLConnection | ConnectionConfigurator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,315
ConnectionConfigurator.java
* @param conn the {@link HttpURLConnection} instance to configure.
0
* @param conn the {@link HttpURLConnection} instance to configure. | ConnectionConfigurator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,316
ConnectionConfigurator.java
* @return the configured {@link HttpURLConnection} instance.
0
* @return the configured {@link HttpURLConnection} instance. | ConnectionConfigurator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,317
ConnectionConfigurator.java
/** * Interface to configure {@link HttpURLConnection} created by * {@link AuthenticatedURL} instances. */
0
/** * Interface to configure {@link HttpURLConnection} created by * {@link AuthenticatedURL} instances. */ | ConnectionConfigurator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,318
ConnectionConfigurator.java
/** * Configures the given {@link HttpURLConnection} instance. * * @param conn the {@link HttpURLConnection} instance to configure. * @return the configured {@link HttpURLConnection} instance. * * @throws IOException if an IO error occurred. */
0
/** * Configures the given {@link HttpURLConnection} instance. * * @param conn the {@link HttpURLConnection} instance to configure. * @return the configured {@link HttpURLConnection} instance. * * @throws IOException if an IO error occurred. */ | ConnectionConfigurator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,319
MultisetAddTester.java
* @author Jared Levy
0
* @author Jared Levy | MultisetAddTester.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,320
MultisetAddTester.java
@code Multiset.add
0
@code Multiset.add | MultisetAddTester.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,321
MultisetAddTester.java
/** * Tests for {@code Multiset.add}. * * @author Jared Levy */
0
/** * Tests for {@code Multiset.add}. * * @author Jared Levy */ | MultisetAddTester.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,322
AcceptCriterion.java
* @since 6.3
0
* @since 6.3 | AcceptCriterion.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,323
AcceptCriterion.java
* @param target
0
* @param target | AcceptCriterion.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,324
AcceptCriterion.java
* @param dragEvent
0
* @param dragEvent | AcceptCriterion.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,325
AcceptCriterion.java
@link Transferable
0
@link Transferable | AcceptCriterion.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,326
AcceptCriterion.java
@link DropHandler#getAcceptCriterion()
0
@link DropHandler#getAcceptCriterion() | AcceptCriterion.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,327
AcceptCriterion.java
@link DropHandler#drop(DragAndDropEvent)
0
@link DropHandler#drop(DragAndDropEvent) | AcceptCriterion.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,328
AcceptCriterion.java
@link ClientSideCriterion
0
@link ClientSideCriterion | AcceptCriterion.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,329
AcceptCriterion.java
@link ServerSideCriterion
0
@link ServerSideCriterion | AcceptCriterion.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,330
AcceptCriterion.java
@link AcceptAll
0
@link AcceptAll | AcceptCriterion.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,331
AcceptCriterion.java
@see DropHandler
0
@see DropHandler | AcceptCriterion.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,332
AcceptCriterion.java
@see ClientSideCriterion
0
@see ClientSideCriterion | AcceptCriterion.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,333
AcceptCriterion.java
@see ServerSideCriterion
0
@see ServerSideCriterion | AcceptCriterion.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,334
AcceptCriterion.java
@link #accept(DragAndDropEvent)
0
@link #accept(DragAndDropEvent) | AcceptCriterion.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,335
AcceptCriterion.java
@link DropHandler#drop(DragAndDropEvent)
0
@link DropHandler#drop(DragAndDropEvent) | AcceptCriterion.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,336
AcceptCriterion.java
/** * Validates the data in event to be appropriate for the * {@link DropHandler#drop(DragAndDropEvent)} method. * <p> * Note that even if your criterion is validated on client side, you should * always validate the data on server side too. * * @param dragEvent * @return */
0
/** * Validates the data in event to be appropriate for the * {@link DropHandler#drop(DragAndDropEvent)} method. * <p> * Note that even if your criterion is validated on client side, you should * always validate the data on server side too. * * @param dragEvent * @return */ | AcceptCriterion.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,337
AcceptCriterion.java
/** * This needs to be implemented iff criterion does some lazy server side * initialization. The UIDL painted in this method will be passed to client * side drop handler implementation. Implementation can assume that * {@link #accept(DragAndDropEvent)} is called before this method. * * @param target * @throws PaintException */
0
/** * This needs to be implemented iff criterion does some lazy server side * initialization. The UIDL painted in this method will be passed to client * side drop handler implementation. Implementation can assume that * {@link #accept(DragAndDropEvent)} is called before this method. * * @param target * @throws PaintException */ | AcceptCriterion.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,338
AcceptCriterion.java
/** * Returns whether the criteria can be checked on the client or whether a * server request is needed to check the criteria. * * This requirement may depend on the state of the criterion (e.g. logical * operations between criteria), so this cannot be based on a marker * interface. */
0
/** * Returns whether the criteria can be checked on the client or whether a * server request is needed to check the criteria. * * This requirement may depend on the state of the criterion (e.g. logical * operations between criteria), so this cannot be based on a marker * interface. */ | AcceptCriterion.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,339
AcceptCriterion.java
/** * Criterion that can be used create policy to accept/discard dragged content * (presented by {@link Transferable}). * * The drag and drop mechanism will verify the criteria returned by * {@link DropHandler#getAcceptCriterion()} before calling * {@link DropHandler#drop(DragAndDropEvent)}. * * The criteria can be evaluated either on the client (browser - see * {@link ClientSideCriterion}) or on the server (see * {@link ServerSideCriterion}). If no constraints are needed, an * {@link AcceptAll} can be used. * * In addition to accepting or rejecting a possible drop, criteria can provide * additional hints for client side painting. * * @see DropHandler * @see ClientSideCriterion * @see ServerSideCriterion * * @since 6.3 */
0
/** * Criterion that can be used create policy to accept/discard dragged content * (presented by {@link Transferable}). * * The drag and drop mechanism will verify the criteria returned by * {@link DropHandler#getAcceptCriterion()} before calling * {@link DropHandler#drop(DragAndDropEvent)}. * * The criteria can be evaluated either on the client (browser - see * {@link ClientSideCriterion}) or on the server (see * {@link ServerSideCriterion}). If no constraints are needed, an * {@link AcceptAll} can be used. * * In addition to accepting or rejecting a possible drop, criteria can provide * additional hints for client side painting. * * @see DropHandler * @see ClientSideCriterion * @see ServerSideCriterion * * @since 6.3 */ | AcceptCriterion.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,340
TestHelper.java
Contributors: * Institute for Software - initial API and implementation
0
Contributors: * Institute for Software - initial API and implementation | TestHelper.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,341
TearDownAccepter.java
@code @After
0
@code @After | TearDownAccepter.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,342
TearDownAccepter.java
@link junit.framework.TestCase#tearDown()
0
@link junit.framework.TestCase#tearDown() | TearDownAccepter.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,343
TearDownAccepter.java
@link TearDown
0
@link TearDown | TearDownAccepter.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,345
TearDownAccepter.java
@since 10.0
0
@since 10.0 | TearDownAccepter.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,346
TearDownAccepter.java
/** * Any object which can accept registrations of {@link TearDown} instances. * * @author Kevin Bourrillion * @since 10.0 */
0
/** * Any object which can accept registrations of {@link TearDown} instances. * * @author Kevin Bourrillion * @since 10.0 */ | TearDownAccepter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,347
TearDownAccepter.java
/** * Registers a TearDown implementor which will be run after the test proper. * * <p>In JUnit4 language, that means as an {@code @After}. * * <p>In JUnit3 language, that means during the * {@link junit.framework.TestCase#tearDown()} step. */
0
/** * Registers a TearDown implementor which will be run after the test proper. * * <p>In JUnit4 language, that means as an {@code @After}. * * <p>In JUnit3 language, that means during the * {@link junit.framework.TestCase#tearDown()} step. */ | TearDownAccepter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,348
UIProviderEvent.java
* Base class for the events that are sent to various methods in UIProvider.
0
* Base class for the events that are sent to various methods in UIProvider. | UIProviderEvent.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,349
UIProviderEvent.java
* Creates a new UI provider event.
0
* Creates a new UI provider event. | UIProviderEvent.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,350
UIProviderEvent.java
* Gets the Vaadin service from which the event originates.
0
* Gets the Vaadin service from which the event originates. | UIProviderEvent.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,351
UIProviderEvent.java
* Gets the request associated with this event.
0
* Gets the request associated with this event. | UIProviderEvent.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,352
UIProviderEvent.java
* @return the Vaadin request
0
* @return the Vaadin request | UIProviderEvent.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,353
UIProviderEvent.java
* @return the Vaadin service
0
* @return the Vaadin service | UIProviderEvent.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,354
UIProviderEvent.java
@param request * the request for which the event is UI provider is invoked
0
@param request * the request for which the event is UI provider is invoked | UIProviderEvent.java
[ 0, 0, 0, 1, 0, 0, 0 ]