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
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,088
CBreakpointPreferenceStore.java
// already workspace runnable, setting markers are safe
0
// already workspace runnable, setting markers are safe | CBreakpointPreferenceStore.java
[ 1, 0, 0, 0, 0, 0, 0 ]
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,097
Classes.java
@code Field.class
0
@code Field.class | 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,099
Classes.java
@code Constructor.class
0
@code Constructor.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,105
IArchiveContainer.java
Contributors: * QNX Software Systems - Initial API and implementation
0
Contributors: * QNX Software Systems - Initial API and implementation | IArchiveContainer.java
[ 0, 1, 0, 0, 0, 0, 0 ]
9,106
IArchiveContainer.java
* @noextend This interface is not intended to be extended by clients.
0
* @noextend This interface is not intended to be extended by clients. | IArchiveContainer.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,107
IArchiveContainer.java
* @noimplement This interface is not intended to be implemented by clients.
0
* @noimplement This interface is not intended to be implemented by clients. | IArchiveContainer.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,108
IArchiveContainer.java
/** * Represents a container of all the IArchive's found in the project * while inspecting the project. * * @noextend This interface is not intended to be extended by clients. * @noimplement This interface is not intended to be implemented by clients. */
0
/** * Represents a container of all the IArchive's found in the project * while inspecting the project. * * @noextend This interface is not intended to be extended by clients. * @noimplement This interface is not intended to be implemented by clients. */ | IArchiveContainer.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,110
AclEntryScope.java
/** * An ACL entry that is inspected during permission checks to enforce * permissions. */
0
/** * An ACL entry that is inspected during permission checks to enforce * permissions. */ | 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,118
BlockPlacementPolicy.java
* @param numOfReplicas additional number of replicas wanted.
0
* @param numOfReplicas additional number of replicas wanted. | 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,121
BlockPlacementPolicy.java
* @param returnChosenNodes decide if the chosenNodes are returned.
0
* @param returnChosenNodes decide if the chosenNodes are returned. | 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,123
BlockPlacementPolicy.java
* @param blocksize size of the data to be written.
0
* @param blocksize size of the data to be written. | 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,125
BlockPlacementPolicy.java
@return array of DatanodeDescriptor instances chosen as target * and sorted as a pipeline.
0
@return array of DatanodeDescriptor instances chosen as target * and sorted as a pipeline. | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,126
BlockPlacementPolicy.java
@param favoredNodes datanodes that should be favored as targets. This * is only a hint and due to cluster state, namenode may not be * able to place the blocks on these datanodes.
0
@param favoredNodes datanodes that should be favored as targets. This * is only a hint and due to cluster state, namenode may not be * able to place the blocks on these datanodes. | 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,128
BlockPlacementPolicy.java
* @param numOfReplicas replica number of file to be verified
0
* @param numOfReplicas replica number of file to be verified | 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,132
BlockPlacementPolicy.java
@param expectedNumOfReplicas * The expected number of replicas remaining in the delCandidates
0
@param expectedNumOfReplicas * The expected number of replicas remaining in the delCandidates | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,133
BlockPlacementPolicy.java
@param excessTypes * type of the storagepolicy
0
@param excessTypes * type of the storagepolicy | 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,137
BlockPlacementPolicy.java
* @param conf the configuration object
0
* @param conf the configuration object | 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,141
BlockPlacementPolicy.java
* @param source source replica of the move
0
* @param source source replica of the move | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,142
BlockPlacementPolicy.java
* @param target target replica of the move
0
* @param target target replica of the move | 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,148
BlockPlacementPolicy.java
* @param availableSet all the available DataNodes/storages of the block
0
* @param availableSet all the available DataNodes/storages of the block | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,149
BlockPlacementPolicy.java
@param candidates DatanodeStorageInfo/DatanodeInfo to be split * into two sets
0
@param candidates DatanodeStorageInfo/DatanodeInfo to be split * into two sets | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,150
BlockPlacementPolicy.java
* @param rackMap a map from rack to datanodes
0
* @param rackMap a map from rack to datanodes | BlockPlacementPolicy.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,151
BlockPlacementPolicy.java
* @param moreThanOne contains nodes on rack with more than one replica
0
* @param moreThanOne contains nodes on rack with more than one replica | 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,160
BlockPlacementPolicy.java
Select the excess replica storages for deletion based on either * delNodehint/Excess storage types.
0
Select the excess replica storages for deletion based on either * delNodehint/Excess storage types. | BlockPlacementPolicy.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,161
BlockPlacementPolicy.java
Verify if the block's placement meets requirement of placement policy, * i.e. replicas are placed on no less than minRacks racks in the system.
0
Verify if the block's placement meets requirement of placement policy, * i.e. replicas are placed on no less than minRacks racks in the system. | BlockPlacementPolicy.java
[ 0, 0, 0, 0, 0, 0, 1 ]
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,168
QtProjectFileUpdateJob.java
// Resource was moved from another location.
0
// Resource was moved from another location. | QtProjectFileUpdateJob.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,169
QtProjectFileUpdateJob.java
// Determine from the file extension where we should add this resource
0
// Determine from the file extension where we should add this resource | QtProjectFileUpdateJob.java
[ 1, 0, 0, 0, 0, 0, 0 ]
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,171
QtProjectFileUpdateJob.java
// We can't update a project file if it doesn't exist
0
// We can't update a project file if it doesn't exist | QtProjectFileUpdateJob.java
[ 0, 0, 0, 0, 0, 0, 1 ]
9,172
QtProjectFileUpdateJob.java
// Cache the project files so we don't continuously open them
0
// Cache the project files so we don't continuously open them | QtProjectFileUpdateJob.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,173
QtProjectFileUpdateJob.java
Job that calls the <code>QtProjectFileModifier</code> after changes to resources found in Qt Projects in order to update their * <code>SOURCES</code> variable.
0
Job that calls the <code>QtProjectFileModifier</code> after changes to resources found in Qt Projects in order to update their * <code>SOURCES</code> variable. | 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,177
LineWrappingTabPage.java
Contributors: * IBM Corporation - initial API and implementation * Anton Leherbauer (Wind River Systems) * Sergey Prigogin (Google)
0
Contributors: * IBM Corporation - initial API and implementation * Anton Leherbauer (Wind River Systems) * Sergey Prigogin (Google) | LineWrappingTabPage.java
[ 0, 1, 0, 0, 0, 0, 0 ]
9,178
LineWrappingTabPage.java
* @see org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage#doUpdatePreview()
0
* @see org.eclipse.cdt.internal.ui.preferences.formatter.ModifyDialogTabPage#doUpdatePreview() | LineWrappingTabPage.java
[ 0, 0, 0, 0, 1, 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 ]