index int64 1 10.7k | class stringclasses 782 values | comment_sentence stringlengths 1 1.78k | partition int64 0 0 | combo stringlengths 17 1.81k | labels listlengths 7 7 |
|---|---|---|---|---|---|
9,646 | JsonCodec.java | // Special Vaadin types | 0 | // Special Vaadin types | JsonCodec.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,647 | JsonCodec.java | // Legacy types | 0 | // Legacy types | JsonCodec.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,649 | JsonCodec.java | // Only decode the given type | 0 | // Only decode the given type | JsonCodec.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,650 | JsonCodec.java | // Only UidlValue when not enforcing a given type to avoid security
// issues | 0 | // Only UidlValue when not enforcing a given type to avoid security
// issues | JsonCodec.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,651 | JsonCodec.java | // each entry always has two elements: type and value | 0 | // each entry always has two elements: type and value | JsonCodec.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,653 | JsonCodec.java | // all JSON compatible types are returned as is. | 0 | // all JSON compatible types are returned as is. | JsonCodec.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,654 | JsonCodec.java | // an encoded null is cached, return it directly. | 0 | // an encoded null is cached, return it directly. | JsonCodec.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,655 | JsonCodec.java | // Connectors are simply serialized as ID. | 0 | // Connectors are simply serialized as ID. | JsonCodec.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,656 | JsonCodec.java | // encodeObject returns an EncodeResult with a diff, thus it
// needs to return it directly rather than assigning it to
// toReturn. | 0 | // encodeObject returns an EncodeResult with a diff, thus it
// needs to return it directly rather than assigning it to
// toReturn. | JsonCodec.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,657 | JsonCodec.java | // Doesn't matter if the same calculation is done multiple times from
// different threads, so there's no need to do e.g. putIfAbsent | 0 | // Doesn't matter if the same calculation is done multiple times from
// different threads, so there's no need to do e.g. putIfAbsent | JsonCodec.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,658 | JsonCodec.java | * Loops through the fields of value and encodes them. | 0 | * Loops through the fields of value and encodes them. | JsonCodec.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,659 | JsonCodec.java | // We can't use PropertyDescriptor.getPropertyType() as it does
// not support generics | 0 | // We can't use PropertyDescriptor.getPropertyType() as it does
// not support generics | JsonCodec.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,661 | GDBSolibBlock.java | // This option will make the DSF-GDB launch fail, and on Linux we have a problem where it will hang
// Since this option was added for multi-process but it has not been completed for Linux yet, just hide it completely for now | 0 | // This option will make the DSF-GDB launch fail, and on Linux we have a problem where it will hang
// Since this option was added for multi-process but it has not been completed for Linux yet, just hide it completely for now | GDBSolibBlock.java | [
0,
0,
0,
0,
0,
0,
1
] |
9,665 | GraphicCanvasVisualizer.java | Contributors:
* William R. Swanson (Tilera Corporation) | 0 | Contributors:
* William R. Swanson (Tilera Corporation) | GraphicCanvasVisualizer.java | [
0,
1,
0,
0,
0,
0,
0
] |
9,668 | GraphicCanvasVisualizer.java | /** Invoked when visualizer is selected, to populate the toolbar. */ | 0 | /** Invoked when visualizer is selected, to populate the toolbar. */ | GraphicCanvasVisualizer.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,669 | GraphicCanvasVisualizer.java | /** Gets downcast reference to canvas control. */ | 0 | /** Gets downcast reference to canvas control. */ | GraphicCanvasVisualizer.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,670 | GraphicCanvasVisualizer.java | * Invoked after visualizer control creation,
* to allow derived classes to do any initialization of canvas. | 0 | * Invoked after visualizer control creation,
* to allow derived classes to do any initialization of canvas. | GraphicCanvasVisualizer.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,672 | GraphicCanvasVisualizer.java | /** Creates and returns visualizer canvas control. */ | 0 | /** Creates and returns visualizer canvas control. */ | GraphicCanvasVisualizer.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,673 | GraphicCanvasVisualizer.java | /** Invoked when visualizer control should be disposed. */ | 0 | /** Invoked when visualizer control should be disposed. */ | GraphicCanvasVisualizer.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,674 | GraphicCanvasVisualizer.java | /** Creates and returns visualizer control on specified parent. */ | 0 | /** Creates and returns visualizer control on specified parent. */ | GraphicCanvasVisualizer.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,675 | GraphicCanvasVisualizer.java | /** Dispose method. */ | 0 | /** Dispose method. */ | GraphicCanvasVisualizer.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,676 | GraphicCanvasVisualizer.java | /** Constructor specifying name and such information. */ | 0 | /** Constructor specifying name and such information. */ | GraphicCanvasVisualizer.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,677 | GraphicCanvasVisualizer.java | /** Constructor. */ | 0 | /** Constructor. */ | GraphicCanvasVisualizer.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,679 | GraphicCanvasVisualizer.java | Note: painting is done in order objects were added,
* so objects added last are drawn "on top" of others.
* Use raise/lower methods to change the object z-ordering, if needed. | 0 | Note: painting is done in order objects were added,
* so objects added last are drawn "on top" of others.
* Use raise/lower methods to change the object z-ordering, if needed. | GraphicCanvasVisualizer.java | [
0,
0,
0,
0,
0,
0,
1
] |
9,680 | BaseSuite.java | * Handles configuring the JUL -> SLF4J bridge. | 0 | * Handles configuring the JUL -> SLF4J bridge. | BaseSuite.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,682 | QMLExpressionEvaluator.java | @link IJSExpression | 0 | @link IJSExpression | QMLExpressionEvaluator.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,683 | QMLExpressionEvaluator.java | @param expr
* the expression to be evaluated | 0 | @param expr
* the expression to be evaluated | QMLExpressionEvaluator.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,684 | QMLExpressionEvaluator.java | Evaluates the given {@link IJSExpression} as a constant expression and returns the result. At the moment this only supports
* very simple expressions involving unary operators and literals alone. Support for more complex expressions will be added as
* needed. | 0 | Evaluates the given {@link IJSExpression} as a constant expression and returns the result. At the moment this only supports
* very simple expressions involving unary operators and literals alone. Support for more complex expressions will be added as
* needed. | QMLExpressionEvaluator.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,685 | BuildOptionComboFieldEditor.java | Contributors:
* IBM Rational Software - Initial API and implementation
* ARM Ltd. - basic tooltip support | 0 | Contributors:
* IBM Rational Software - Initial API and implementation
* ARM Ltd. - basic tooltip support | BuildOptionComboFieldEditor.java | [
0,
1,
0,
0,
0,
0,
0
] |
9,687 | BuildOptionComboFieldEditor.java | * @noinstantiate This class is not intended to be instantiated by clients. | 0 | * @noinstantiate This class is not intended to be instantiated by clients. | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,689 | BuildOptionComboFieldEditor.java | * @param label | 0 | * @param label | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,691 | BuildOptionComboFieldEditor.java | * @param opts | 0 | * @param opts | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,692 | BuildOptionComboFieldEditor.java | * @param parent | 0 | * @param parent | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,693 | BuildOptionComboFieldEditor.java | * @param name | 0 | * @param name | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,694 | BuildOptionComboFieldEditor.java | * @param label | 0 | * @param label | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,696 | BuildOptionComboFieldEditor.java | * @param contextId | 0 | * @param contextId | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,697 | BuildOptionComboFieldEditor.java | * @param sel | 0 | * @param sel | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,698 | BuildOptionComboFieldEditor.java | * @param opts | 0 | * @param opts | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,699 | BuildOptionComboFieldEditor.java | * @param parent | 0 | * @param parent | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,701 | BuildOptionComboFieldEditor.java | * @return the field editor's tool tip text | 0 | * @return the field editor's tool tip text | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,703 | BuildOptionComboFieldEditor.java | * Set the list of enum values for this combo field editor | 0 | * Set the list of enum values for this combo field editor | BuildOptionComboFieldEditor.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,704 | BuildOptionComboFieldEditor.java | * @param enabled The enabled state. | 0 | * @param enabled The enabled state. | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,705 | BuildOptionComboFieldEditor.java | @param parent The parent of the controls in the group. | 0 | @param parent The parent of the controls in the group. | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,706 | BuildOptionComboFieldEditor.java | @return the text control, or <code>null</code> if no
* text field is created yet | 0 | @return the text control, or <code>null</code> if no
* text field is created yet | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,707 | BuildOptionComboFieldEditor.java | @return the text control, or <code>null</code> if no
* text field is created yet | 0 | @return the text control, or <code>null</code> if no
* text field is created yet | BuildOptionComboFieldEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,709 | BuildOptionComboFieldEditor.java | * @see org.eclipse.jface.preference.FieldEditor#doStore() | 0 | * @see org.eclipse.jface.preference.FieldEditor#doStore() | BuildOptionComboFieldEditor.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,710 | BuildOptionComboFieldEditor.java | * @see org.eclipse.jface.preference.FieldEditor#getNumberOfControls() | 0 | * @see org.eclipse.jface.preference.FieldEditor#getNumberOfControls() | BuildOptionComboFieldEditor.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,713 | BuildOptionComboFieldEditor.java | * Returns this field editor's text control. | 0 | * Returns this field editor's text control. | BuildOptionComboFieldEditor.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,715 | BuildOptionComboFieldEditor.java | // There is just the label from the parent and the combo | 0 | // There is just the label from the parent and the combo | BuildOptionComboFieldEditor.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,717 | BuildOptionComboFieldEditor.java | // Set the index of selection in the combo box | 0 | // Set the index of selection in the combo box | BuildOptionComboFieldEditor.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,718 | BuildOptionComboFieldEditor.java | // get the selected option from preference store | 0 | // get the selected option from preference store | BuildOptionComboFieldEditor.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,719 | BuildOptionComboFieldEditor.java | * @see org.eclipse.jface.preference.FieldEditor#doLoad() | 0 | * @see org.eclipse.jface.preference.FieldEditor#doLoad() | BuildOptionComboFieldEditor.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,720 | BuildOptionComboFieldEditor.java | * @see org.eclipse.jface.preference.FieldEditor#doFillIntoGrid(org.eclipse.swt.widgets.Composite, int) | 0 | * @see org.eclipse.jface.preference.FieldEditor#doFillIntoGrid(org.eclipse.swt.widgets.Composite, int) | BuildOptionComboFieldEditor.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,721 | BuildOptionComboFieldEditor.java | * @see org.eclipse.jface.preference.FieldEditor#adjustForNumColumns(int) | 0 | * @see org.eclipse.jface.preference.FieldEditor#adjustForNumColumns(int) | BuildOptionComboFieldEditor.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,723 | BuildOptionComboFieldEditor.java | // Add the label | 0 | // Add the label | BuildOptionComboFieldEditor.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,725 | BuildOptionComboFieldEditor.java | Sets the field editor's tool tip text to the argument, which
* may be null indicating that no tool tip text should be shown. | 0 | Sets the field editor's tool tip text to the argument, which
* may be null indicating that no tool tip text should be shown. | BuildOptionComboFieldEditor.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,726 | BuildOptionComboFieldEditor.java | // Widgets and bookeeping variables | 0 | // Widgets and bookeeping variables | BuildOptionComboFieldEditor.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,731 | BaseAMRMProxyTest.java | * @param testContext | 0 | * @param testContext | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,733 | BaseAMRMProxyTest.java | * @return | 0 | * @return | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,734 | BaseAMRMProxyTest.java | * @param testAppId | 0 | * @param testAppId | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,735 | BaseAMRMProxyTest.java | * @return | 0 | * @return | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,736 | BaseAMRMProxyTest.java | * @param testContexts - used to identify the requests | 0 | * @param testContexts - used to identify the requests | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,738 | BaseAMRMProxyTest.java | * @param appId | 0 | * @param appId | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,739 | BaseAMRMProxyTest.java | * @param status | 0 | * @param status | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,740 | BaseAMRMProxyTest.java | * @return | 0 | * @return | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,741 | BaseAMRMProxyTest.java | * @param testAppId | 0 | * @param testAppId | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,742 | BaseAMRMProxyTest.java | * @return | 0 | * @return | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,743 | BaseAMRMProxyTest.java | * @param testAppId | 0 | * @param testAppId | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,744 | BaseAMRMProxyTest.java | * @param testAppId | 0 | * @param testAppId | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,745 | BaseAMRMProxyTest.java | * @return | 0 | * @return | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,746 | BaseAMRMProxyTest.java | * @param applicationId | 0 | * @param applicationId | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,748 | BaseAMRMProxyTest.java | The Function interface is used for passing method pointers that can be
* invoked asynchronously at a later point. | 0 | The Function interface is used for passing method pointers that can be
* invoked asynchronously at a later point. | BaseAMRMProxyTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,751 | BaseAMRMProxyTest.java | * @return | 0 | * @return | BaseAMRMProxyTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,752 | BaseAMRMProxyTest.java | Return an instance of ApplicationAttemptId using specified identifier. This
* identifier will be used for the ApplicationId too. | 0 | Return an instance of ApplicationAttemptId using specified identifier. This
* identifier will be used for the ApplicationId too. | BaseAMRMProxyTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,753 | BaseAMRMProxyTest.java | * Returns an ApplicationId with the specified identifier | 0 | * Returns an ApplicationId with the specified identifier | BaseAMRMProxyTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,756 | BaseAMRMProxyTest.java | // Create a request intercepter pipeline for testing. The last one in the
// chain will call the mock resource manager. The others in the chain will
// simply forward it to the next one in the chain | 0 | // Create a request intercepter pipeline for testing. The last one in the
// chain will call the mock resource manager. The others in the chain will
// simply forward it to the next one in the chain | BaseAMRMProxyTest.java | [
0,
0,
0,
0,
0,
0,
1
] |
9,757 | BaseAMRMProxyTest.java | * Thread pool used for asynchronous operations | 0 | * Thread pool used for asynchronous operations | BaseAMRMProxyTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,759 | BaseAMRMProxyTest.java | Base class for all the AMRMProxyService test cases. It provides utility
* methods that can be used by the concrete test case classes | 0 | Base class for all the AMRMProxyService test cases. It provides utility
* methods that can be used by the concrete test case classes | BaseAMRMProxyTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,761 | FadvisedFileRegion.java | //adjust counters and buffer limit | 0 | //adjust counters and buffer limit | FadvisedFileRegion.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,762 | FadvisedFileRegion.java | //We can read more than we need if the actualCount is not multiple
//of the byteBuffer size and file is big enough. In that case we cannot
//use flip method but we need to set buffer limit manually to trans. | 0 | //We can read more than we need if the actualCount is not multiple
//of the byteBuffer size and file is big enough. In that case we cannot
//use flip method but we need to set buffer limit manually to trans. | FadvisedFileRegion.java | [
0,
0,
1,
0,
0,
0,
0
] |
9,763 | FadvisedFileRegion.java | //write data to the target | 0 | //write data to the target | FadvisedFileRegion.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,764 | FadvisedFileRegion.java | Call when the transfer completes successfully so we can advise the OS that
* we don't need the region to be cached anymore. | 0 | Call when the transfer completes successfully so we can advise the OS that
* we don't need the region to be cached anymore. | FadvisedFileRegion.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,765 | TopAuditLogger.java | @link AuditLogger | 0 | @link AuditLogger | TopAuditLogger.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,767 | TestRPCCompatibility.java | /** Unit test for supporting method-name based compatible RPCs. */ | 0 | /** Unit test for supporting method-name based compatible RPCs. */ | TestRPCCompatibility.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,771 | TestRPCCompatibility.java | // old client vs new server | 0 | // old client vs new server | TestRPCCompatibility.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,772 | TestRPCCompatibility.java | // create a server with two handlers | 0 | // create a server with two handlers | TestRPCCompatibility.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,773 | TestRPCCompatibility.java | // server is version 2 | 0 | // server is version 2 | TestRPCCompatibility.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,774 | TestRPCCompatibility.java | // use version 3 echo long | 0 | // use version 3 echo long | TestRPCCompatibility.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,775 | GCCPerFileBOPConsoleParser.java | //Note: We add the scanner-config even if the resource doesn't actually
//exist below this project (which may happen when reading existing
//build logs, because resources can be created as part of the build
//and may not exist at the time of analyzing the config but re-built
//later on.
//if (getProject().exists(relPath)) { | 0 | //Note: We add the scanner-config even if the resource doesn't actually
//exist below this project (which may happen when reading existing
//build logs, because resources can be created as part of the build
//and may not exist at the time of analyzing the config but re-built
//later on.
//if (getProject().exists(relPath)) { | GCCPerFileBOPConsoleParser.java | [
0,
0,
0,
0,
0,
0,
1
] |
9,777 | GCCPerFileBOPConsoleParser.java | Contributors:
* IBM - Initial API and implementation
* Tianchao Li (tianchao.li@gmail.com) - arbitrary build directory (bug #136136)
* Gerhard Schaber (Wind River Systems) - bug 187910
* Markus Schorn (Wind River Systems)
* Anton Leherbauer (Wind River Systems) | 0 | Contributors:
* IBM - Initial API and implementation
* Tianchao Li (tianchao.li@gmail.com) - arbitrary build directory (bug #136136)
* Gerhard Schaber (Wind River Systems) - bug 187910
* Markus Schorn (Wind River Systems)
* Anton Leherbauer (Wind River Systems) | GCCPerFileBOPConsoleParser.java | [
0,
1,
0,
0,
0,
0,
0
] |
9,779 | GCCPerFileBOPConsoleParser.java | * @see org.eclipse.cdt.make.internal.core.scannerconfig.gnu.AbstractGCCBOPConsoleParser#getUtility() | 0 | * @see org.eclipse.cdt.make.internal.core.scannerconfig.gnu.AbstractGCCBOPConsoleParser#getUtility() | GCCPerFileBOPConsoleParser.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,782 | GCCPerFileBOPConsoleParser.java | // generalize occurrences of the file name | 0 | // generalize occurrences of the file name | GCCPerFileBOPConsoleParser.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,786 | GCCPerFileBOPConsoleParser.java | * GCC per file build output parser | 0 | * GCC per file build output parser | GCCPerFileBOPConsoleParser.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,788 | DiscoveredElement.java | @deprecated as of CDT 4.0. This class was used to set preferences/properties
* for 3.X style projects. | 0 | @deprecated as of CDT 4.0. This class was used to set preferences/properties
* for 3.X style projects. | DiscoveredElement.java | [
0,
0,
0,
0,
0,
1,
0
] |
9,789 | DiscoveredElement.java | * @author vhirsl | 0 | * @author vhirsl | DiscoveredElement.java | [
0,
1,
0,
0,
0,
0,
0
] |
9,790 | DiscoveredElement.java | * @return Returns the fProject. | 0 | * @return Returns the fProject. | DiscoveredElement.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,791 | DiscoveredElement.java | * @return the fEntry. | 0 | * @return the fEntry. | DiscoveredElement.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,792 | DiscoveredElement.java | * @return Returns the fEntryKind. | 0 | * @return Returns the fEntryKind. | DiscoveredElement.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,793 | DiscoveredElement.java | * @param entryKind The fEntryKind to set. | 0 | * @param entryKind The fEntryKind to set. | DiscoveredElement.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,795 | DiscoveredElement.java | * @param removed The fRemoved to set. | 0 | * @param removed The fRemoved to set. | DiscoveredElement.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.