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,881
|
AutoconfMacroProposalContextInformation.java
|
@param informationDisplayString the string to be displayed when presenting the context information,
* may not be <code>null</code>
| 0
|
@param informationDisplayString the string to be displayed when presenting the context information,
* may not be <code>null</code> | AutoconfMacroProposalContextInformation.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,882
|
AutoconfMacroProposalContextInformation.java
|
/**
* Creates a new context information with an image.
*
* @param image the image to display when presenting the context information
* @param contextDisplayString the string to be used when presenting the context
* @param informationDisplayString the string to be displayed when presenting the context information,
* may not be <code>null</code>
*/
| 0
|
/**
* Creates a new context information with an image.
*
* @param image the image to display when presenting the context information
* @param contextDisplayString the string to be used when presenting the context
* @param informationDisplayString the string to be displayed when presenting the context information,
* may not be <code>null</code>
*/ | AutoconfMacroProposalContextInformation.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,883
|
AutoconfMacroProposalContextInformation.java
|
/**
* Creates a new context information without an image.
*
* @param contextDisplayString the string to be used when presenting the context
* @param informationDisplayString the string to be displayed when presenting the context information
*/
| 0
|
/**
* Creates a new context information without an image.
*
* @param contextDisplayString the string to be used when presenting the context
* @param informationDisplayString the string to be displayed when presenting the context information
*/ | AutoconfMacroProposalContextInformation.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,884
|
AutoconfMacroProposalContextInformation.java
|
/** The image to be displayed */
| 0
|
/** The image to be displayed */ | AutoconfMacroProposalContextInformation.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,885
|
AutoconfMacroProposalContextInformation.java
|
/** The position to display the information */
| 0
|
/** The position to display the information */ | AutoconfMacroProposalContextInformation.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,886
|
AutoconfMacroProposalContextInformation.java
|
/** The information to be displayed */
| 0
|
/** The information to be displayed */ | AutoconfMacroProposalContextInformation.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,887
|
AutoconfMacroProposalContextInformation.java
|
/** The name of the context */
| 0
|
/** The name of the context */ | AutoconfMacroProposalContextInformation.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,888
|
AutoconfMacroProposalContextInformation.java
|
* @author aniefer
| 0
|
* @author aniefer | AutoconfMacroProposalContextInformation.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,889
|
AutoconfMacroProposalContextInformation.java
|
Contributors:
* IBM Corp. - Rational Software - initial implementation
| 0
|
Contributors:
* IBM Corp. - Rational Software - initial implementation | AutoconfMacroProposalContextInformation.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,890
|
AutoconfMacroProposalContextInformation.java
|
* Created on May 6, 2004
| 0
|
* Created on May 6, 2004 | AutoconfMacroProposalContextInformation.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,891
|
DefaultRequestInterceptor.java
|
// Non-HA case - no need to set RM_ID
| 0
|
// Non-HA case - no need to set RM_ID | DefaultRequestInterceptor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,892
|
DefaultRequestInterceptor.java
|
// Set RM_ID to get the corresponding RM_ADDRESS
| 0
|
// Set RM_ID to get the corresponding RM_ADDRESS | DefaultRequestInterceptor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,893
|
DefaultRequestInterceptor.java
|
// Build a list of service addresses to form the service name
| 0
|
// Build a list of service addresses to form the service name | DefaultRequestInterceptor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,894
|
DefaultRequestInterceptor.java
|
// Preserve the token service sent by the RM when adding the token
// to ensure we replace the previous token setup by the RM.
// Afterwards we can update the service address for the RPC layer.
| 0
|
// Preserve the token service sent by the RM when adding the token
// to ensure we replace the previous token setup by the RM.
// Afterwards we can update the service address for the RPC layer. | DefaultRequestInterceptor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,895
|
DefaultRequestInterceptor.java
|
/**
* Extends the AbstractRequestInterceptor class and provides an implementation
* that simply forwards the AM requests to the cluster resource manager.
*
*/
| 0
|
/**
* Extends the AbstractRequestInterceptor class and provides an implementation
* that simply forwards the AM requests to the cluster resource manager.
*
*/ | DefaultRequestInterceptor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,896
|
CompressDecompressTester.java
|
/**
* Method for compressor availability check
*/
| 0
|
/**
* Method for compressor availability check
*/ | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,897
|
CompressDecompressTester.java
|
// compressed bytes
| 0
|
// compressed bytes | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,898
|
CompressDecompressTester.java
|
// Use default of 512 as bufferSize and compressionOverhead of
// (1% of bufferSize + 12 bytes) = 18 bytes (zlib algorithm).
| 0
|
// Use default of 512 as bufferSize and compressionOverhead of
// (1% of bufferSize + 12 bytes) = 18 bytes (zlib algorithm). | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,899
|
CompressDecompressTester.java
|
// no byte is available because stream was closed
| 0
|
// no byte is available because stream was closed | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,900
|
CompressDecompressTester.java
|
// create decompression stream
| 0
|
// create decompression stream | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,901
|
CompressDecompressTester.java
|
// use compressed output as input for decompression
| 0
|
// use compressed output as input for decompression | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,902
|
CompressDecompressTester.java
|
// check compressed output
| 0
|
// check compressed output | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,903
|
CompressDecompressTester.java
|
// decompressor.end();
| 0
|
// decompressor.end(); | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,904
|
CompressDecompressTester.java
|
// close without write
| 0
|
// close without write | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,905
|
NodeWriter.java
|
Contributors:
* Institute for Software - initial API and implementation
* Sergey Prigogin (Google)
* Thomas Corbat (IFS)
| 0
|
Contributors:
* Institute for Software - initial API and implementation
* Sergey Prigogin (Google)
* Thomas Corbat (IFS) | NodeWriter.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,906
|
NodeWriter.java
|
* @author Emanuel Graf IFS
| 0
|
* @author Emanuel Graf IFS | NodeWriter.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,907
|
NodeWriter.java
|
// Default is to write a new line after the trailing comments.
| 0
|
// Default is to write a new line after the trailing comments. | NodeWriter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,908
|
NodeWriter.java
|
/**
* Base class for node writers. This class contains methods and string constants
* used by multiple node writers.
*
* @author Emanuel Graf IFS
*/
| 0
|
/**
* Base class for node writers. This class contains methods and string constants
* used by multiple node writers.
*
* @author Emanuel Graf IFS
*/ | NodeWriter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,909
|
SCMUploaderNotifyResponsePBImpl.java
|
// Default to true, when in doubt just leave the file in the cache
| 0
|
// Default to true, when in doubt just leave the file in the cache | SCMUploaderNotifyResponsePBImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,910
|
TestCombineSequenceFileInputFormat.java
|
// create a file with length entries
| 0
|
// create a file with length entries | TestCombineSequenceFileInputFormat.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,911
|
TestCombineSequenceFileInputFormat.java
|
// generate a number of files with various lengths
| 0
|
// generate a number of files with various lengths | TestCombineSequenceFileInputFormat.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,912
|
TestCombineSequenceFileInputFormat.java
|
// check the split
| 0
|
// check the split | TestCombineSequenceFileInputFormat.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,913
|
TestCombineSequenceFileInputFormat.java
|
// we should have a single split as the length is comfortably smaller than
// the block size
| 0
|
// we should have a single split as the length is comfortably smaller than
// the block size | TestCombineSequenceFileInputFormat.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,914
|
TestCombineSequenceFileInputFormat.java
|
// create a combine split for the files
| 0
|
// create a combine split for the files | TestCombineSequenceFileInputFormat.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,915
|
TestCombineSequenceFileInputFormat.java
|
// create files with a variety of lengths
| 0
|
// create files with a variety of lengths | TestCombineSequenceFileInputFormat.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,917
|
Append.java
|
/**
* Append the contents to the file.
*/
| 0
|
/**
* Append the contents to the file.
*/ | Append.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,918
|
Append.java
|
/**
* This method Appends the contents to a file.
*/
| 0
|
/**
* This method Appends the contents to a file.
*/ | Append.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,919
|
PDOMCPPTypedef.java
|
/**
* Typedefs for c++
*/
| 0
|
/**
* Typedefs for c++
*/ | PDOMCPPTypedef.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,920
|
PDOMCPPTypedef.java
|
// this should not be the case anyhow
| 0
|
// this should not be the case anyhow | PDOMCPPTypedef.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
8,921
|
PDOMCPPTypedef.java
|
Contributors:
* Doug Schaefer (QNX) - Initial API and implementation
* Markus Schorn (Wind River Systems)
| 0
|
Contributors:
* Doug Schaefer (QNX) - Initial API and implementation
* Markus Schorn (Wind River Systems) | PDOMCPPTypedef.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,922
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#declareRoles(java.lang.String[])
| 0
|
* @see javax.servlet.ServletContext#declareRoles(java.lang.String[]) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,923
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getClassLoader()
| 0
|
* @see javax.servlet.ServletContext#getClassLoader() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,924
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getJspConfigDescriptor()
| 0
|
* @see javax.servlet.ServletContext#getJspConfigDescriptor() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,925
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#createListener(java.lang.Class)
| 0
|
* @see javax.servlet.ServletContext#createListener(java.lang.Class) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,926
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#addListener(java.lang.Class)
| 0
|
* @see javax.servlet.ServletContext#addListener(java.lang.Class) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,927
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#addListener(java.util.EventListener)
| 0
|
* @see javax.servlet.ServletContext#addListener(java.util.EventListener) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,928
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#addListener(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#addListener(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,929
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getEffectiveSessionTrackingModes()
| 0
|
* @see javax.servlet.ServletContext#getEffectiveSessionTrackingModes() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,930
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getDefaultSessionTrackingModes()
| 0
|
* @see javax.servlet.ServletContext#getDefaultSessionTrackingModes() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,931
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#setSessionTrackingModes(java.util.Set)
| 0
|
* @see javax.servlet.ServletContext#setSessionTrackingModes(java.util.Set) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,932
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getSessionCookieConfig()
| 0
|
* @see javax.servlet.ServletContext#getSessionCookieConfig() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,933
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getFilterRegistrations()
| 0
|
* @see javax.servlet.ServletContext#getFilterRegistrations() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,934
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getFilterRegistration(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#getFilterRegistration(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,935
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#createFilter(java.lang.Class)
| 0
|
* @see javax.servlet.ServletContext#createFilter(java.lang.Class) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,936
|
MockServletContext.java
|
@see javax.servlet.ServletContext#addFilter(java.lang.String,
* java.lang.Class)
| 0
|
@see javax.servlet.ServletContext#addFilter(java.lang.String,
* java.lang.Class) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,937
|
MockServletContext.java
|
@see javax.servlet.ServletContext#addFilter(java.lang.String,
* javax.servlet.Filter)
| 0
|
@see javax.servlet.ServletContext#addFilter(java.lang.String,
* javax.servlet.Filter) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,938
|
MockServletContext.java
|
@see javax.servlet.ServletContext#addFilter(java.lang.String,
* java.lang.String)
| 0
|
@see javax.servlet.ServletContext#addFilter(java.lang.String,
* java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,939
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getServletRegistrations()
| 0
|
* @see javax.servlet.ServletContext#getServletRegistrations() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,940
|
MockServletContext.java
|
@see
* javax.servlet.ServletContext#getServletRegistration(java.lang.String)
| 0
|
@see
* javax.servlet.ServletContext#getServletRegistration(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,941
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#createServlet(java.lang.Class)
| 0
|
* @see javax.servlet.ServletContext#createServlet(java.lang.Class) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,942
|
MockServletContext.java
|
@see javax.servlet.ServletContext#addServlet(java.lang.String,
* java.lang.Class)
| 0
|
@see javax.servlet.ServletContext#addServlet(java.lang.String,
* java.lang.Class) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,943
|
MockServletContext.java
|
@see javax.servlet.ServletContext#addServlet(java.lang.String,
* javax.servlet.Servlet)
| 0
|
@see javax.servlet.ServletContext#addServlet(java.lang.String,
* javax.servlet.Servlet) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,944
|
MockServletContext.java
|
@see javax.servlet.ServletContext#addServlet(java.lang.String,
* java.lang.String)
| 0
|
@see javax.servlet.ServletContext#addServlet(java.lang.String,
* java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,945
|
MockServletContext.java
|
@see javax.servlet.ServletContext#setInitParameter(java.lang.String,
* java.lang.String)
| 0
|
@see javax.servlet.ServletContext#setInitParameter(java.lang.String,
* java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,946
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getEffectiveMinorVersion()
| 0
|
* @see javax.servlet.ServletContext#getEffectiveMinorVersion() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,947
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getEffectiveMajorVersion()
| 0
|
* @see javax.servlet.ServletContext#getEffectiveMajorVersion() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,948
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getContextPath()
| 0
|
* @see javax.servlet.ServletContext#getContextPath() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,949
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getServletContextName()
| 0
|
* @see javax.servlet.ServletContext#getServletContextName() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,950
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#removeAttribute(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#removeAttribute(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,951
|
MockServletContext.java
|
@see javax.servlet.ServletContext#setAttribute(java.lang.String,
* java.lang.Object)
| 0
|
@see javax.servlet.ServletContext#setAttribute(java.lang.String,
* java.lang.Object) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,952
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getAttributeNames()
| 0
|
* @see javax.servlet.ServletContext#getAttributeNames() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,953
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getAttribute(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#getAttribute(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,954
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getInitParameterNames()
| 0
|
* @see javax.servlet.ServletContext#getInitParameterNames() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,955
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getInitParameter(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#getInitParameter(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,956
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getServerInfo()
| 0
|
* @see javax.servlet.ServletContext#getServerInfo() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,957
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getRealPath(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#getRealPath(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,958
|
MockServletContext.java
|
@see javax.servlet.ServletContext#log(java.lang.String,
* java.lang.Throwable)
| 0
|
@see javax.servlet.ServletContext#log(java.lang.String,
* java.lang.Throwable) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,959
|
MockServletContext.java
|
@see javax.servlet.ServletContext#log(java.lang.Exception,
* java.lang.String)
| 0
|
@see javax.servlet.ServletContext#log(java.lang.Exception,
* java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,960
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#log(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#log(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,961
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getServletNames()
| 0
|
* @see javax.servlet.ServletContext#getServletNames() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,962
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getServlets()
| 0
|
* @see javax.servlet.ServletContext#getServlets() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,963
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getServlet(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#getServlet(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,964
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getNamedDispatcher(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#getNamedDispatcher(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,965
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getRequestDispatcher(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#getRequestDispatcher(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,966
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getResourceAsStream(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#getResourceAsStream(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,967
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getResource(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#getResource(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,968
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getResourcePaths(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#getResourcePaths(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,969
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getMimeType(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#getMimeType(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,970
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getMinorVersion()
| 0
|
* @see javax.servlet.ServletContext#getMinorVersion() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,971
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getMajorVersion()
| 0
|
* @see javax.servlet.ServletContext#getMajorVersion() | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,972
|
MockServletContext.java
|
* @see javax.servlet.ServletContext#getContext(java.lang.String)
| 0
|
* @see javax.servlet.ServletContext#getContext(java.lang.String) | MockServletContext.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,973
|
MockServletContext.java
|
* @author Vaadin Ltd
| 0
|
* @author Vaadin Ltd | MockServletContext.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,974
|
MockServletContext.java
|
@since
| 0
|
@since | MockServletContext.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,975
|
MultipleFolderSelectionDialog.java
|
* @see org.eclipse.jface.viewers.ISelectionChangedListener#selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent)
| 0
|
* @see org.eclipse.jface.viewers.ISelectionChangedListener#selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent) | MultipleFolderSelectionDialog.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,976
|
MultipleFolderSelectionDialog.java
|
* @see org.eclipse.jface.dialogs.Dialog#createDialogArea(org.eclipse.swt.widgets.Composite)
| 0
|
* @see org.eclipse.jface.dialogs.Dialog#createDialogArea(org.eclipse.swt.widgets.Composite) | MultipleFolderSelectionDialog.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,977
|
MultipleFolderSelectionDialog.java
|
* @see Window#create()
| 0
|
* @see Window#create() | MultipleFolderSelectionDialog.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,978
|
MultipleFolderSelectionDialog.java
|
* @see SelectionStatusDialog#computeResult()
| 0
|
* @see SelectionStatusDialog#computeResult() | MultipleFolderSelectionDialog.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,979
|
MultipleFolderSelectionDialog.java
|
@deprecated as of CDT 4.0. This class was used for property pages
* for 3.X style projects.
| 0
|
@deprecated as of CDT 4.0. This class was used for property pages
* for 3.X style projects. | MultipleFolderSelectionDialog.java
|
[
0,
0,
0,
0,
0,
1,
0
] |
8,980
|
MultipleFolderSelectionDialog.java
|
Contributors:
* QNX Software Systems - initial API and implementation
| 0
|
Contributors:
* QNX Software Systems - initial API and implementation | MultipleFolderSelectionDialog.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,981
|
MultipleFolderSelectionDialog.java
|
@param input
* the tree input.
| 0
|
@param input
* the tree input. | MultipleFolderSelectionDialog.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.