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,051
TestYarnConfigurationFields.java
// Set error modes
0
// Set error modes | TestYarnConfigurationFields.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,052
TestYarnConfigurationFields.java
// Allocate for usage
0
// Allocate for usage | TestYarnConfigurationFields.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,055
TestYarnConfigurationFields.java
/** * Unit test class to compare * {@link org.apache.hadoop.yarn.conf.YarnConfiguration} and * yarn-default.xml for missing properties. Currently only throws an error * if the class is missing a property. * <p></p> * Refer to {@link org.apache.hadoop.conf.TestConfigurationFieldsBase} * for how this class works. */
0
/** * Unit test class to compare * {@link org.apache.hadoop.yarn.conf.YarnConfiguration} and * yarn-default.xml for missing properties. Currently only throws an error * if the class is missing a property. * <p></p> * Refer to {@link org.apache.hadoop.conf.TestConfigurationFieldsBase} * for how this class works. */ | TestYarnConfigurationFields.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,057
CConsoleService.java
// Add in the new ones if any
0
// Add in the new ones if any | CConsoleService.java
[ 0, 0, 0, 0, 0, 0, 1 ]
9,058
CConsoleService.java
// Error stream reader
0
// Error stream reader | CConsoleService.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,059
CConsoleService.java
// Output stream reader
0
// Output stream reader | CConsoleService.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,061
CConsoleService.java
// set the colors
0
// set the colors | CConsoleService.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,062
TextViewerAction.java
Contributors: * IBM Corporation - initial API and implementation * Wind River Systems, Inc. - extended implementation
0
Contributors: * IBM Corporation - initial API and implementation * Wind River Systems, Inc. - extended implementation | TextViewerAction.java
[ 0, 1, 0, 0, 0, 0, 0 ]
9,064
TextViewerAction.java
* @param viewer
0
* @param viewer | TextViewerAction.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,066
TextViewerAction.java
* @param text action label
0
* @param text action label | TextViewerAction.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,067
TextViewerAction.java
* @param toolTipText action tool tip
0
* @param toolTipText action tool tip | TextViewerAction.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,068
TextViewerAction.java
* @param description action description
0
* @param description action description | TextViewerAction.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,069
TextViewerAction.java
* @see org.eclipse.ui.texteditor.IUpdate#update()
0
* @see org.eclipse.ui.texteditor.IUpdate#update() | TextViewerAction.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,073
TextViewerAction.java
* Updates the enabled state of the action. * Fires a property change if the enabled state changes.
0
* Updates the enabled state of the action. * Fires a property change if the enabled state changes. | TextViewerAction.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,074
TextViewerAction.java
* Constructs a new action in the given text viewer with * the specified operation code.
0
* Constructs a new action in the given text viewer with * the specified operation code. | TextViewerAction.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,080
CBreakpointPreferenceStore.java
/** * A preference store that presents the state of the properties of a C/C++ breakpoint, * tracepoint or dynamic-printf. */
0
/** * A preference store that presents the state of the properties of a C/C++ breakpoint, * tracepoint or dynamic-printf. */ | CBreakpointPreferenceStore.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,081
CBreakpointPreferenceStore.java
// This map is the current properties/values being maintained/manipulated
0
// This map is the current properties/values being maintained/manipulated | CBreakpointPreferenceStore.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,082
CBreakpointPreferenceStore.java
// Original set of values. So we can see what has really changed on the save and // perform appropriate change operations. We only really want to operate on changed // values, to avoid generating churn.
0
// Original set of values. So we can see what has really changed on the save and // perform appropriate change operations. We only really want to operate on changed // values, to avoid generating churn. | CBreakpointPreferenceStore.java
[ 0, 0, 1, 0, 0, 0, 0 ]
9,083
CBreakpointPreferenceStore.java
@link ICBreakpoint#SOURCE_HANDLE
0
@link ICBreakpoint#SOURCE_HANDLE | CBreakpointPreferenceStore.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,084
CBreakpointPreferenceStore.java
@param preferred * resource to use if it matches the SOURCE_HANDLE
0
@param preferred * resource to use if it matches the SOURCE_HANDLE | CBreakpointPreferenceStore.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,085
CBreakpointPreferenceStore.java
@return Resource to install marker on, or <code>null</code> for not * available.
0
@return Resource to install marker on, or <code>null</code> for not * available. | CBreakpointPreferenceStore.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,086
CBreakpointPreferenceStore.java
Get the resource to apply the marker against. This may not be the same * resource the dialog was created for if the user has selected a different * resource.
0
Get the resource to apply the marker against. This may not be the same * resource the dialog was created for if the user has selected a different * resource. | CBreakpointPreferenceStore.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,087
CBreakpointPreferenceStore.java
If the {@link ICBreakpoint#SOURCE_HANDLE} resolves to the same file on * the filesystem as the preferred resource the preferred resource is used.
0
If the {@link ICBreakpoint#SOURCE_HANDLE} resolves to the same file on * the filesystem as the preferred resource the preferred resource is used. | CBreakpointPreferenceStore.java
[ 0, 0, 0, 0, 0, 0, 1 ]
9,089
CBreakpointPreferenceStore.java
breakpoint.getMarker().setAttribute(IMarker.LINE_NUMBER, getInt(IMarker.LINE_NUMBER)); breakpoint.getMarker().setAttribute(ICLineBreakpoint2.REQUESTED_LINE, getInt(IMarker.LINE_NUMBER)); }
0
breakpoint.getMarker().setAttribute(IMarker.LINE_NUMBER, getInt(IMarker.LINE_NUMBER)); breakpoint.getMarker().setAttribute(ICLineBreakpoint2.REQUESTED_LINE, getInt(IMarker.LINE_NUMBER)); } | CBreakpointPreferenceStore.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,090
CBreakpointPreferenceStore.java
// this allow set attributes contributed by other plugins
0
// this allow set attributes contributed by other plugins | CBreakpointPreferenceStore.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,091
CBreakpointPreferenceStore.java
/ To be safe, refresh the breakpoint message as the property // change might affect it.
0
/ To be safe, refresh the breakpoint message as the property // change might affect it. | CBreakpointPreferenceStore.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,092
CBreakpointPreferenceStore.java
// On initial creation of BP, make sure that requested values of breakpoint // match the current values (i.e. make sure it starts as a not-relocated breakpoint) // See CDIDebugModel.setLineBreakpointAttributes
0
// On initial creation of BP, make sure that requested values of breakpoint // match the current values (i.e. make sure it starts as a not-relocated breakpoint) // See CDIDebugModel.setLineBreakpointAttributes | CBreakpointPreferenceStore.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,093
CBreakpointPreferenceStore.java
// Do we need to fire an event.
0
// Do we need to fire an event. | CBreakpointPreferenceStore.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,094
Classes.java
@code java.util.ArrayList<init>()
0
@code java.util.ArrayList<init>() | Classes.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,095
Classes.java
@code java.util.ArrayList.size
0
@code java.util.ArrayList.size | Classes.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,096
Classes.java
@code java.util.List.remove()
0
@code java.util.List.remove() | Classes.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,098
Classes.java
@code Method.class
0
@code Method.class | Classes.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,100
Classes.java
/** * Returns {@code Field.class}, {@code Method.class} or {@code Constructor.class}. */
0
/** * Returns {@code Field.class}, {@code Method.class} or {@code Constructor.class}. */ | Classes.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,101
Classes.java
/** * Formats a member as concise string, such as {@code java.util.ArrayList.size}, * {@code java.util.ArrayList<init>()} or {@code java.util.List.remove()}. */
0
/** * Formats a member as concise string, such as {@code java.util.ArrayList.size}, * {@code java.util.ArrayList<init>()} or {@code java.util.List.remove()}. */ | Classes.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,102
Classes.java
* Class utilities.
0
* Class utilities. | Classes.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,103
GridmixTestUtils.java
* @param conf
0
* @param conf | GridmixTestUtils.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,104
GridmixTestUtils.java
* Methods to generate the home directory for dummy users.
0
* Methods to generate the home directory for dummy users. | GridmixTestUtils.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,109
AclEntryScope.java
/** * An ACL entry to be applied to a directory's children that do not otherwise * have their own ACL defined. Unlike an access ACL entry, a default ACL * entry is not inspected as part of permission enforcement on the directory * that owns it. */
0
/** * An ACL entry to be applied to a directory's children that do not otherwise * have their own ACL defined. Unlike an access ACL entry, a default ACL * entry is not inspected as part of permission enforcement on the directory * that owns it. */ | AclEntryScope.java
[ 0, 0, 1, 0, 0, 0, 0 ]
9,111
AclEntryScope.java
* Specifies the scope or intended usage of an ACL entry.
0
* Specifies the scope or intended usage of an ACL entry. | AclEntryScope.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,112
ExitStatus.java
/** * Exit status - The values associated with each exit status is directly mapped * to the process's exit code in command line. */
0
/** * Exit status - The values associated with each exit status is directly mapped * to the process's exit code in command line. */ | ExitStatus.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,113
ExitStatus.java
/** @return the command line exit code. */
0
/** @return the command line exit code. */ | ExitStatus.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,114
BlockPlacementPolicy.java
/** * This interface is used for choosing the desired number of targets * for placing block replicas. */
0
/** * This interface is used for choosing the desired number of targets * for placing block replicas. */ | BlockPlacementPolicy.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,115
BlockPlacementPolicy.java
/** * choose <i>numOfReplicas</i> data nodes for <i>writer</i> * to re-replicate a block with size <i>blocksize</i>
0
/** * choose <i>numOfReplicas</i> data nodes for <i>writer</i> * to re-replicate a block with size <i>blocksize</i> | BlockPlacementPolicy.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,116
BlockPlacementPolicy.java
* If not, return as many as we can.
0
* If not, return as many as we can. | BlockPlacementPolicy.java
[ 0, 0, 0, 0, 0, 0, 1 ]
9,117
BlockPlacementPolicy.java
* @param srcPath the file to which this chooseTargets is being invoked.
0
* @param srcPath the file to which this chooseTargets is being invoked. | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,119
BlockPlacementPolicy.java
* @param writer the writer's machine, null if not in the cluster.
0
* @param writer the writer's machine, null if not in the cluster. | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,120
BlockPlacementPolicy.java
* @param chosen datanodes that have been chosen as targets.
0
* @param chosen datanodes that have been chosen as targets. | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,122
BlockPlacementPolicy.java
* @param excludedNodes datanodes that should not be considered as targets.
0
* @param excludedNodes datanodes that should not be considered as targets. | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,124
BlockPlacementPolicy.java
* @param flags Block placement flags.
0
* @param flags Block placement flags. | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,127
BlockPlacementPolicy.java
* @param locs block with locations
0
* @param locs block with locations | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,129
BlockPlacementPolicy.java
* @return the result of verification
0
* @return the result of verification | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,130
BlockPlacementPolicy.java
@param availableReplicas * available replicas
0
@param availableReplicas * available replicas | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,131
BlockPlacementPolicy.java
@param delCandidates * Candidates for deletion. For normal replication, this set is the * same with availableReplicas. For striped blocks, this set is a * subset of availableReplicas.
0
@param delCandidates * Candidates for deletion. For normal replication, this set is the * same with availableReplicas. For striped blocks, this set is a * subset of availableReplicas. | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,134
BlockPlacementPolicy.java
@param addedNode * New replica reported
0
@param addedNode * New replica reported | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,135
BlockPlacementPolicy.java
@param delNodeHint * Hint for excess storage selection
0
@param delNodeHint * Hint for excess storage selection | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,136
BlockPlacementPolicy.java
* @return Returns the list of excess replicas chosen for deletion
0
* @return Returns the list of excess replicas chosen for deletion | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,138
BlockPlacementPolicy.java
* @param stats retrieve cluster status from here
0
* @param stats retrieve cluster status from here | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,139
BlockPlacementPolicy.java
* @param clusterMap cluster topology
0
* @param clusterMap cluster topology | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,140
BlockPlacementPolicy.java
* @param candidates all replicas including source and target
0
* @param candidates all replicas including source and target | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,143
BlockPlacementPolicy.java
* @param rackMap a map from rack to replica
0
* @param rackMap a map from rack to replica | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,144
BlockPlacementPolicy.java
@param moreThanOne The List of replica nodes on rack which has more than * one replica
0
@param moreThanOne The List of replica nodes on rack which has more than * one replica | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,145
BlockPlacementPolicy.java
* @param exactlyOne The List of replica nodes on rack with only one replica
0
* @param exactlyOne The List of replica nodes on rack with only one replica | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,146
BlockPlacementPolicy.java
* @param cur current replica to remove
0
* @param cur current replica to remove | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,147
BlockPlacementPolicy.java
* @return rack of data node
0
* @return rack of data node | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,152
BlockPlacementPolicy.java
* @param exactlyOne remains contains the remaining nodes
0
* @param exactlyOne remains contains the remaining nodes | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,153
BlockPlacementPolicy.java
Split data nodes into two sets, one set includes nodes on rack with * more than one replica, the other set contains the remaining nodes.
0
Split data nodes into two sets, one set includes nodes on rack with * more than one replica, the other set contains the remaining nodes. | BlockPlacementPolicy.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,154
BlockPlacementPolicy.java
* Get rack string from a data node
0
* Get rack string from a data node | BlockPlacementPolicy.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,155
BlockPlacementPolicy.java
// exactlyOne contains nodes on rack with only one replica
0
// exactlyOne contains nodes on rack with only one replica | BlockPlacementPolicy.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,156
BlockPlacementPolicy.java
// moreThanOne contains nodes on rack with more than one replica
0
// moreThanOne contains nodes on rack with more than one replica | BlockPlacementPolicy.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,157
BlockPlacementPolicy.java
* Adjust rackmap, moreThanOne, and exactlyOne after removing replica on cur.
0
* Adjust rackmap, moreThanOne, and exactlyOne after removing replica on cur. | BlockPlacementPolicy.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,158
BlockPlacementPolicy.java
* Check if the move is allowed. Used by balancer and other tools.
0
* Check if the move is allowed. Used by balancer and other tools. | BlockPlacementPolicy.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,159
BlockPlacementPolicy.java
Used to setup a BlockPlacementPolicy object. This should be defined by * all implementations of a BlockPlacementPolicy.
0
Used to setup a BlockPlacementPolicy object. This should be defined by * all implementations of a BlockPlacementPolicy. | BlockPlacementPolicy.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,162
BlockPlacementPolicy.java
// This class does not provide the functionality of placing // a block in favored datanodes. The implementations of this class // are expected to provide this functionality
0
// This class does not provide the functionality of placing // a block in favored datanodes. The implementations of this class // are expected to provide this functionality | BlockPlacementPolicy.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,163
AccessorDescriptor.java
Contributors: * Sergey Prigogin (Google) - initial API and implementation * Marc-Andre Laperle (Ericsson)
0
Contributors: * Sergey Prigogin (Google) - initial API and implementation * Marc-Andre Laperle (Ericsson) | AccessorDescriptor.java
[ 0, 1, 0, 0, 0, 0, 0 ]
9,164
QtProjectFileUpdateJob.java
// Write all documents to their respective files
0
// Write all documents to their respective files | QtProjectFileUpdateJob.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,165
QtProjectFileUpdateJob.java
/ Getting here means that the replace was taken care of by the previous code. Otherwise, it will be removed in // the subsequent code for the REMOVED case.
0
/ Getting here means that the replace was taken care of by the previous code. Otherwise, it will be removed in // the subsequent code for the REMOVED case. | QtProjectFileUpdateJob.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,166
QtProjectFileUpdateJob.java
// Somewhat edge-case where a file from one Qt Project was moved to a different Qt Project.
0
// Somewhat edge-case where a file from one Qt Project was moved to a different Qt Project. | QtProjectFileUpdateJob.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,167
QtProjectFileUpdateJob.java
// If we successfully replaced the variable, continue. If this line is not executed it means we failed to // replace and the file will be added in the subsequent code for the ADDED case.
0
// If we successfully replaced the variable, continue. If this line is not executed it means we failed to // replace and the file will be added in the subsequent code for the ADDED case. | QtProjectFileUpdateJob.java
[ 0, 0, 0, 0, 0, 0, 1 ]
9,170
QtProjectFileUpdateJob.java
// Cache the project file under its containing project and read its contents into a Document.
0
// Cache the project file under its containing project and read its contents into a Document. | QtProjectFileUpdateJob.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,175
IdentityReducer.java
/** * Performs no reduction, writing all input values directly to the output. */
0
/** * Performs no reduction, writing all input values directly to the output. */ | IdentityReducer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,176
IdentityReducer.java
/** Writes all keys and values directly to output. */
0
/** Writes all keys and values directly to output. */ | IdentityReducer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,179
LineWrappingTabPage.java
* @see org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage#initializePage()
0
* @see org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage#initializePage() | LineWrappingTabPage.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,180
LineWrappingTabPage.java
* @see org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage#doCreateCPreview(org.eclipse.swt.widgets.Composite)
0
* @see org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage#doCreateCPreview(org.eclipse.swt.widgets.Composite) | LineWrappingTabPage.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,181
LineWrappingTabPage.java
* @see org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage#doCreatePreviewPane(org.eclipse.swt.widgets.Composite, int)
0
* @see org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage#doCreatePreviewPane(org.eclipse.swt.widgets.Composite, int) | LineWrappingTabPage.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,182
LineWrappingTabPage.java
* @see org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage#doCreatePreferences(org.eclipse.swt.widgets.Composite, int)
0
* @see org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage#doCreatePreferences(org.eclipse.swt.widgets.Composite, int) | LineWrappingTabPage.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,183
LineWrappingTabPage.java
* @see TreeViewer
0
* @see TreeViewer | LineWrappingTabPage.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,184
LineWrappingTabPage.java
* The line wrapping tab page.
0
* The line wrapping tab page. | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,185
LineWrappingTabPage.java
* Represents a line wrapping category.
0
* Represents a line wrapping category. | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,186
LineWrappingTabPage.java
* @param name Category name
0
* @param name Category name | LineWrappingTabPage.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,187
LineWrappingTabPage.java
// In order to select a category with preview initially
0
// In order to select a category with preview initially | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,188
LineWrappingTabPage.java
* @param modifyDialog
0
* @param modifyDialog | LineWrappingTabPage.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,190
LineWrappingTabPage.java
* @return Create the categories tree.
0
* @return Create the categories tree. | LineWrappingTabPage.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,191
LineWrappingTabPage.java
// selection state object
0
// selection state object | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,192
LineWrappingTabPage.java
// combo IndentStyleCombo
0
// combo IndentStyleCombo | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,193
LineWrappingTabPage.java
// label "Select indentation style:"
0
// label "Select indentation style:" | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,195
LineWrappingTabPage.java
// combo SplitStyleCombo
0
// combo SplitStyleCombo | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,197
LineWrappingTabPage.java
* Create a new line wrapping tab page.
0
* Create a new line wrapping tab page. | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,198
LineWrappingTabPage.java
* The key for the preview line width.
0
* The key for the preview line width. | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,199
LineWrappingTabPage.java
* A special options store wherein the preview line width is kept.
0
* A special options store wherein the preview line width is kept. | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,200
LineWrappingTabPage.java
* An object containing the state for the UI.
0
* An object containing the state for the UI. | LineWrappingTabPage.java
[ 1, 0, 0, 0, 0, 0, 0 ]