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,234
|
ReverseToggleCommandHandler.java
|
* @since 7.0
| 0
|
* @since 7.0 | ReverseToggleCommandHandler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,235
|
ReverseToggleCommandHandler.java
|
// Request re-evaluation of property "org.eclipse.cdt.debug.ui.isReverseDebuggingEnabled" to update
// visibility of reverse stepping commands.
| 0
|
// Request re-evaluation of property "org.eclipse.cdt.debug.ui.isReverseDebuggingEnabled" to update
// visibility of reverse stepping commands. | ReverseToggleCommandHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,236
|
ReverseToggleCommandHandler.java
|
// Refresh reverse toggle commands with the new state of reverse enabled.
// This is in order to keep multiple toggle actions in UI in sync.
| 0
|
// Refresh reverse toggle commands with the new state of reverse enabled.
// This is in order to keep multiple toggle actions in UI in sync. | ReverseToggleCommandHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,237
|
ReverseToggleCommandHandler.java
|
* @see org.eclipse.debug.ui.actions.DebugCommandHandler#postExecute(org.eclipse.debug.core.IRequest, java.lang.Object[])
| 0
|
* @see org.eclipse.debug.ui.actions.DebugCommandHandler#postExecute(org.eclipse.debug.core.IRequest, java.lang.Object[]) | ReverseToggleCommandHandler.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,238
|
ReverseToggleCommandHandler.java
|
// Disable tracing
| 0
|
// Disable tracing | ReverseToggleCommandHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,239
|
ReverseToggleCommandHandler.java
|
// and finally update the radio current state
| 0
|
// and finally update the radio current state | ReverseToggleCommandHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,240
|
ReverseToggleCommandHandler.java
|
// execute the event
| 0
|
// execute the event | ReverseToggleCommandHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,241
|
ReverseToggleCommandHandler.java
|
// store the parameter in the gdb command handler class
| 0
|
// store the parameter in the gdb command handler class | ReverseToggleCommandHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,242
|
ReverseToggleCommandHandler.java
|
// undefined trace method
| 0
|
// undefined trace method | ReverseToggleCommandHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,243
|
ReverseToggleCommandHandler.java
|
// Must use the stored context service. If we try to fetch the service
// again with the workbenchWindow, it may fail if the window is
// already closed.
| 0
|
// Must use the stored context service. If we try to fetch the service
// again with the workbenchWindow, it may fail if the window is
// already closed. | ReverseToggleCommandHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,244
|
ReverseToggleCommandHandler.java
|
// This constructor might be called after the launch, so we must refresh here too.
// This can happen if we activate the action set after the launch.
| 0
|
// This constructor might be called after the launch, so we must refresh here too.
// This can happen if we activate the action set after the launch. | ReverseToggleCommandHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,245
|
ReverseToggleCommandHandler.java
|
// The below logic allows us to keep the checked state of the toggle button
// properly set. This is because in some case, the checked state may change
// without the user actually pressing the button. For instance, if we restart
// the inferior, the toggle may automatically turn off.
// To figure this out, whenever a debug context changes, we make sure we are
// showing the proper checked state.
| 0
|
// The below logic allows us to keep the checked state of the toggle button
// properly set. This is because in some case, the checked state may change
// without the user actually pressing the button. For instance, if we restart
// the inferior, the toggle may automatically turn off.
// To figure this out, whenever a debug context changes, we make sure we are
// showing the proper checked state. | ReverseToggleCommandHandler.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
10,246
|
ReverseToggleCommandHandler.java
|
* Command handler to toggle reverse debugging mode
| 0
|
* Command handler to toggle reverse debugging mode | ReverseToggleCommandHandler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,247
|
TestWordStats.java
|
/**
* Modified internal test class that is designed to read all the files in the
* input directory, and find the standard deviation between all of the word
* lengths.
*/
| 0
|
/**
* Modified internal test class that is designed to read all the files in the
* input directory, and find the standard deviation between all of the word
* lengths.
*/ | TestWordStats.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
10,248
|
TestWordStats.java
|
/**
* Modified internal test class that is designed to read all the files in the
* input directory, and find the median length of all the words.
*/
| 0
|
/**
* Modified internal test class that is designed to read all the files in the
* input directory, and find the median length of all the words.
*/ | TestWordStats.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,249
|
TestWordStats.java
|
/**
* Modified internal test class that is designed to read all the files in the
* input directory, and find the mean length of all the words.
*/
| 0
|
/**
* Modified internal test class that is designed to read all the files in the
* input directory, and find the mean length of all the words.
*/ | TestWordStats.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,250
|
TestWordStats.java
|
@param dir
* The directory to delete.
| 0
|
@param dir
* The directory to delete. | TestWordStats.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,251
|
TestWordStats.java
|
* @return Returns whether the deletion was successful or not.
| 0
|
* @return Returns whether the deletion was successful or not. | TestWordStats.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,252
|
TestWordStats.java
|
// outputs MUST match
| 0
|
// outputs MUST match | TestWordStats.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,253
|
TestWordStats.java
|
// outputs MUST match
| 0
|
// outputs MUST match | TestWordStats.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,254
|
TestWordStats.java
|
// outputs MUST match
| 0
|
// outputs MUST match | TestWordStats.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,255
|
TestWordStats.java
|
// The directory is now empty so delete it
| 0
|
// The directory is now empty so delete it | TestWordStats.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,256
|
TestWordStats.java
|
Internal class designed to delete the output directory. Meant solely for
* use before and after the test is run; this is so next iterations of the
* test do not encounter a "file already exists" error.
| 0
|
Internal class designed to delete the output directory. Meant solely for
* use before and after the test is run; this is so next iterations of the
* test do not encounter a "file already exists" error. | TestWordStats.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
10,257
|
RegistryOperationsFactory.java
|
* @return a registry operations instance
| 0
|
* @return a registry operations instance | RegistryOperationsFactory.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,258
|
RegistryOperationsFactory.java
|
* @param conf configuration
| 0
|
* @param conf configuration | RegistryOperationsFactory.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,259
|
RegistryOperationsFactory.java
|
* @return a registry operations instance
| 0
|
* @return a registry operations instance | RegistryOperationsFactory.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,260
|
RegistryOperationsFactory.java
|
* @param conf configuration
| 0
|
* @param conf configuration | RegistryOperationsFactory.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,261
|
RegistryOperationsFactory.java
|
* @param name name of the instance
| 0
|
* @param name name of the instance | RegistryOperationsFactory.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,262
|
RegistryOperationsFactory.java
|
* @return an anonymous registry operations instance
| 0
|
* @return an anonymous registry operations instance | RegistryOperationsFactory.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,263
|
RegistryOperationsFactory.java
|
* @param conf configuration
| 0
|
* @param conf configuration | RegistryOperationsFactory.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,264
|
RegistryOperationsFactory.java
|
* @return a registry operations instance
| 0
|
* @return a registry operations instance | RegistryOperationsFactory.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,265
|
RegistryOperationsFactory.java
|
* @param jaasContext the JAAS context of the account.
| 0
|
* @param jaasContext the JAAS context of the account. | RegistryOperationsFactory.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,266
|
RegistryOperationsFactory.java
|
* @param conf configuration
| 0
|
* @param conf configuration | RegistryOperationsFactory.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,267
|
RegistryOperationsFactory.java
|
* @param password password
| 0
|
* @param password password | RegistryOperationsFactory.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,268
|
RegistryOperationsFactory.java
|
* @param id user ID
| 0
|
* @param id user ID | RegistryOperationsFactory.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,269
|
RegistryOperationsFactory.java
|
* @param conf configuration
| 0
|
* @param conf configuration | RegistryOperationsFactory.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,270
|
RegistryOperationsFactory.java
|
* Create and initialize an operations instance authenticated with write
* access via an <code>id:password</code> pair.
| 0
|
* Create and initialize an operations instance authenticated with write
* access via an <code>id:password</code> pair. | RegistryOperationsFactory.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,271
|
RegistryOperationsFactory.java
|
* Create and initialize an secure, Kerberos-authenticated instance.
| 0
|
* Create and initialize an secure, Kerberos-authenticated instance. | RegistryOperationsFactory.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,272
|
RegistryOperationsFactory.java
|
* The user identity will be inferred from the current user
| 0
|
* The user identity will be inferred from the current user | RegistryOperationsFactory.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,273
|
RegistryOperationsFactory.java
|
The authentication of this instance will expire when any kerberos
* tokens needed to authenticate with the registry infrastructure expire.
| 0
|
The authentication of this instance will expire when any kerberos
* tokens needed to authenticate with the registry infrastructure expire. | RegistryOperationsFactory.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,274
|
RegistryOperationsFactory.java
|
Create and initialize an anonymous read/write registry operations instance.
* In a secure cluster, this instance will only have read access to the
* registry.
| 0
|
Create and initialize an anonymous read/write registry operations instance.
* In a secure cluster, this instance will only have read access to the
* registry. | RegistryOperationsFactory.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,275
|
RegistryOperationsFactory.java
|
Create and initialize a registry operations instance.
* Access rights will be determined from the configuration
| 0
|
Create and initialize a registry operations instance.
* Access rights will be determined from the configuration | RegistryOperationsFactory.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,276
|
RegistryOperationsFactory.java
|
Create and initialize a registry operations instance.
* Access writes will be determined from the configuration
| 0
|
Create and initialize a registry operations instance.
* Access writes will be determined from the configuration | RegistryOperationsFactory.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,277
|
RegistryOperationsFactory.java
|
A factory for registry operation service instances.
* <p>
* <i>Each created instance will be returned initialized.</i>
* <p>
* That is, the service will have had <code>Service.init(conf)</code> applied
* to it —possibly after the configuration has been modified to
* support the specific binding/security mechanism used
| 0
|
A factory for registry operation service instances.
* <p>
* <i>Each created instance will be returned initialized.</i>
* <p>
* That is, the service will have had <code>Service.init(conf)</code> applied
* to it —possibly after the configuration has been modified to
* support the specific binding/security mechanism used | RegistryOperationsFactory.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
10,278
|
ReturnStyleChecker.java
|
Contributors:
* Marc-Andre Laperle - Initial API and implementation
| 0
|
Contributors:
* Marc-Andre Laperle - Initial API and implementation | ReturnStyleChecker.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
10,279
|
package-info.java
|
/**
* IO codecs used for compression.
*/
| 0
|
/**
* IO codecs used for compression.
*/ | package-info.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,280
|
TemplateInstanceUtil.java
|
Contributors:
* Andrew Ferguson (Symbian) - Initial implementation
* Bryan Wilkinson (QNX)
* Markus Schorn (Wind River Systems)
* Sergey Prigogin (Google)
| 0
|
Contributors:
* Andrew Ferguson (Symbian) - Initial implementation
* Bryan Wilkinson (QNX)
* Markus Schorn (Wind River Systems)
* Sergey Prigogin (Google) | TemplateInstanceUtil.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
10,281
|
TemplateInstanceUtil.java
|
* For implementation re-use in the absence of multiple inheritance.
| 0
|
* For implementation re-use in the absence of multiple inheritance. | TemplateInstanceUtil.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,283
|
ForwardingCheckedFuture.java
|
@link SimpleForwardingCheckedFuture
| 0
|
@link SimpleForwardingCheckedFuture | ForwardingCheckedFuture.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,284
|
ForwardingCheckedFuture.java
|
@code get
| 0
|
@code get | ForwardingCheckedFuture.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,285
|
ForwardingCheckedFuture.java
|
@code checkedGet
| 0
|
@code checkedGet | ForwardingCheckedFuture.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,286
|
ForwardingCheckedFuture.java
|
@link ForwardingCheckedFuture
| 0
|
@link ForwardingCheckedFuture | ForwardingCheckedFuture.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,287
|
ForwardingCheckedFuture.java
|
@link CheckedFuture
| 0
|
@link CheckedFuture | ForwardingCheckedFuture.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,288
|
ForwardingCheckedFuture.java
|
* @author Anthony Zana
| 0
|
* @author Anthony Zana | ForwardingCheckedFuture.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
10,289
|
ForwardingCheckedFuture.java
|
* @since 9.0
| 0
|
* @since 9.0 | ForwardingCheckedFuture.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,290
|
ForwardingCheckedFuture.java
|
* @param <V> The result type returned by this Future's {@code get} method
| 0
|
* @param <V> The result type returned by this Future's {@code get} method | ForwardingCheckedFuture.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,291
|
ForwardingCheckedFuture.java
|
* @param <X> The type of the Exception thrown by the Future's {@code checkedGet} method
| 0
|
* @param <X> The type of the Exception thrown by the Future's {@code checkedGet} method | ForwardingCheckedFuture.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,292
|
ForwardingCheckedFuture.java
|
* @since 9.0
| 0
|
* @since 9.0 | ForwardingCheckedFuture.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,293
|
ForwardingCheckedFuture.java
|
A simplified version of {@link ForwardingCheckedFuture} where subclasses can pass in an already
* constructed {@link CheckedFuture} as the delegate.
| 0
|
A simplified version of {@link ForwardingCheckedFuture} where subclasses can pass in an already
* constructed {@link CheckedFuture} as the delegate. | ForwardingCheckedFuture.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,294
|
ForwardingCheckedFuture.java
|
A future which forwards all its method calls to another future. Subclasses should override one or
* more methods to modify the behavior of the backing future as desired per the <a href=
* "http://en.wikipedia.org/wiki/Decorator_pattern">decorator pattern</a>.
| 0
|
A future which forwards all its method calls to another future. Subclasses should override one or
* more methods to modify the behavior of the backing future as desired per the <a href=
* "http://en.wikipedia.org/wiki/Decorator_pattern">decorator pattern</a>. | ForwardingCheckedFuture.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
10,295
|
ForwardingCheckedFuture.java
|
* <p>Most subclasses can simply extend {@link SimpleForwardingCheckedFuture}.
| 0
|
* <p>Most subclasses can simply extend {@link SimpleForwardingCheckedFuture}. | ForwardingCheckedFuture.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,296
|
TestRestCsrfPreventionFilter.java
|
// Setup the configuration settings of the server
| 0
|
// Setup the configuration settings of the server | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,297
|
TestRestCsrfPreventionFilter.java
|
// CSRF has not been sent
| 0
|
// CSRF has not been sent | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,298
|
TestRestCsrfPreventionFilter.java
|
// Objects to verify interactions based on request
| 0
|
// Objects to verify interactions based on request | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,299
|
TestRestCsrfPreventionFilter.java
|
// Object under test
| 0
|
// Object under test | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,300
|
TestRestCsrfPreventionFilter.java
|
// Setup the configuration settings of the server
| 0
|
// Setup the configuration settings of the server | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,301
|
TestRestCsrfPreventionFilter.java
|
// CSRF has not been sent
| 0
|
// CSRF has not been sent | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,302
|
TestRestCsrfPreventionFilter.java
|
// Objects to verify interactions based on request
| 0
|
// Objects to verify interactions based on request | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,303
|
TestRestCsrfPreventionFilter.java
|
// Object under test
| 0
|
// Object under test | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,304
|
TestRestCsrfPreventionFilter.java
|
// Setup the configuration settings of the server
| 0
|
// Setup the configuration settings of the server | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,305
|
TestRestCsrfPreventionFilter.java
|
// CSRF has not been sent
| 0
|
// CSRF has not been sent | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,306
|
TestRestCsrfPreventionFilter.java
|
// Objects to verify interactions based on request
| 0
|
// Objects to verify interactions based on request | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,307
|
TestRestCsrfPreventionFilter.java
|
// Object under test
| 0
|
// Object under test | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,308
|
TestRestCsrfPreventionFilter.java
|
// Setup the configuration settings of the server
| 0
|
// Setup the configuration settings of the server | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,309
|
TestRestCsrfPreventionFilter.java
|
// CSRF HAS been sent
| 0
|
// CSRF HAS been sent | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,310
|
TestRestCsrfPreventionFilter.java
|
// Objects to verify interactions based on request
| 0
|
// Objects to verify interactions based on request | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,311
|
TestRestCsrfPreventionFilter.java
|
// Object under test
| 0
|
// Object under test | TestRestCsrfPreventionFilter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,313
|
CHProviderManager.java
|
Maintains a list of extensions implementing the org.eclipse.cdt.ui.callHierarchyProviders
* extension point.
| 0
|
Maintains a list of extensions implementing the org.eclipse.cdt.ui.callHierarchyProviders
* extension point. | CHProviderManager.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
10,314
|
AuthenticationFilter.java
|
@link AuthenticationFilter
| 0
|
@link AuthenticationFilter | AuthenticationFilter.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,315
|
AuthenticationFilter.java
|
@link AuthenticationHandler
| 0
|
@link AuthenticationHandler | AuthenticationFilter.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,316
|
AuthenticationFilter.java
|
@link AuthenticationToken
| 0
|
@link AuthenticationToken | AuthenticationFilter.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,317
|
AuthenticationFilter.java
|
@link AuthenticationHandler
| 0
|
@link AuthenticationHandler | AuthenticationFilter.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,318
|
AuthenticationFilter.java
|
@link AuthenticationFilter
| 0
|
@link AuthenticationFilter | AuthenticationFilter.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,319
|
AuthenticationFilter.java
|
@link ZKSignerSecretProvider
| 0
|
@link ZKSignerSecretProvider | AuthenticationFilter.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,320
|
AuthenticationFilter.java
|
@link
* AuthenticationHandler
| 0
|
@link
* AuthenticationHandler | AuthenticationFilter.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
10,321
|
AuthenticationFilter.java
|
* @param filterConfig filter configuration.
| 0
|
* @param filterConfig filter configuration. | AuthenticationFilter.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,322
|
AuthenticationFilter.java
|
* @param resp the response object.
| 0
|
* @param resp the response object. | AuthenticationFilter.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,323
|
AuthenticationFilter.java
|
* @param token authentication token for the cookie.
| 0
|
* @param token authentication token for the cookie. | AuthenticationFilter.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,324
|
AuthenticationFilter.java
|
* @param domain the cookie domain.
| 0
|
* @param domain the cookie domain. | AuthenticationFilter.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,325
|
AuthenticationFilter.java
|
* @param path the cookie path.
| 0
|
* @param path the cookie path. | AuthenticationFilter.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,326
|
AuthenticationFilter.java
|
@param expires UNIX timestamp that indicates the expire date of the
* cookie. It has no effect if its value < 0.
| 0
|
@param expires UNIX timestamp that indicates the expire date of the
* cookie. It has no effect if its value < 0. | AuthenticationFilter.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,327
|
AuthenticationFilter.java
|
* @param isSecure is the cookie secure?
| 0
|
* @param isSecure is the cookie secure? | AuthenticationFilter.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,328
|
AuthenticationFilter.java
|
* @param isCookiePersistent whether the cookie is persistent or not.
| 0
|
* @param isCookiePersistent whether the cookie is persistent or not. | AuthenticationFilter.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,329
|
AuthenticationFilter.java
|
* @param response the response object.
| 0
|
* @param response the response object. | AuthenticationFilter.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,330
|
AuthenticationFilter.java
|
* @param request the request object.
| 0
|
* @param request the request object. | AuthenticationFilter.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,331
|
AuthenticationFilter.java
|
* @param filterChain the filter chain object.
| 0
|
* @param filterChain the filter chain object. | AuthenticationFilter.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
10,332
|
AuthenticationFilter.java
|
// If cookie persistence is configured to false,
| 0
|
// If cookie persistence is configured to false, | AuthenticationFilter.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
10,333
|
AuthenticationFilter.java
|
// If the token is an old one, renew the its maxInactiveInterval.
| 0
|
// If the token is an old one, renew the its maxInactiveInterval. | AuthenticationFilter.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
10,334
|
AuthenticationFilter.java
|
// If response code is 401. Then WWW-Authenticate Header should be
| 0
|
// If response code is 401. Then WWW-Authenticate Header should be | AuthenticationFilter.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
10,335
|
AuthenticationFilter.java
|
* @param filterChain the filter chain object.
| 0
|
* @param filterChain the filter chain object. | AuthenticationFilter.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.