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,148
CommonBuilder.java
// Throw the exception back to the builder
0
// Throw the exception back to the builder | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,149
CommonBuilder.java
// Report a successful clean
0
// Report a successful clean | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,150
CommonBuilder.java
* @param buildType
0
* @param buildType | CommonBuilder.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,151
CommonBuilder.java
* @param status
0
* @param status | CommonBuilder.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,152
CommonBuilder.java
* @param configName
0
* @param configName | CommonBuilder.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,153
CommonBuilder.java
* Emits a message to the console indicating that there were no source files to build
0
* Emits a message to the console indicating that there were no source files to build | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,154
CommonBuilder.java
//FULL_BUILD or CLEAN
0
//FULL_BUILD or CLEAN | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,155
CommonBuilder.java
//the default behaviour: 'make' is invoked on all configurations and incremental build is handled by 'make'
0
//the default behaviour: 'make' is invoked on all configurations and incremental build is handled by 'make' | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,156
CommonBuilder.java
//one of its dependencies have rebuilt, need to rebuild this configuration
0
//one of its dependencies have rebuilt, need to rebuild this configuration | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,157
CommonBuilder.java
//project resource has changed within Eclipse, need to build this configuration
0
//project resource has changed within Eclipse, need to build this configuration | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,158
CommonBuilder.java
//only build projects with project resource changes
0
//only build projects with project resource changes | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,159
CommonBuilder.java
* @see IncrementalProjectBuilder#build
0
* @see IncrementalProjectBuilder#build | CommonBuilder.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,160
CommonBuilder.java
// If a meaningful resource was removed, then force a full build
0
// If a meaningful resource was removed, then force a full build | CommonBuilder.java
[ 0, 0, 0, 0, 0, 0, 1 ]
8,161
CommonBuilder.java
// This is required because an incremental build will trigger make to // do nothing for a missing source, since the state after the file // removal is uptodate, as far as make is concerned // A full build will clean, and ultimately trigger a relink without // the object generated from the deleted source, which is what we want
0
// This is required because an incremental build will trigger make to // do nothing for a missing source, since the state after the file // removal is uptodate, as far as make is concerned // A full build will clean, and ultimately trigger a relink without // the object generated from the deleted source, which is what we want | CommonBuilder.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,162
CommonBuilder.java
// There is no point in checking anything else since we have // decided to do a full build anyway
0
// There is no point in checking anything else since we have // decided to do a full build anyway | CommonBuilder.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,163
CommonBuilder.java
// We need to do an incremental build, at least
0
// We need to do an incremental build, at least | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,164
CommonBuilder.java
// The resource that changed has attributes which make it uninteresting, // so don't do anything
0
// The resource that changed has attributes which make it uninteresting, // so don't do anything | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,165
CommonBuilder.java
// If the project has changed, then a build is needed and we can stop
0
// If the project has changed, then a build is needed and we can stop | CommonBuilder.java
[ 0, 0, 0, 0, 0, 0, 1 ]
8,166
CommonBuilder.java
// Is this a generated directory ...
0
// Is this a generated directory ... | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,167
CommonBuilder.java
//try to resolve build macros in the build artifact name
0
//try to resolve build macros in the build artifact name | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,168
CommonBuilder.java
//try to resolve build macros in the build artifact extension
0
//try to resolve build macros in the build artifact extension | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,169
CommonBuilder.java
Contributors: * Intel Corporation - Initial API and implementation * IBM Corporation * Dmitry Kozlov (CodeSourcery) - Build error highlighting and navigation * Save build output (bug 294106) * Andrew Gvozdev (Quoin Inc) - Saving build output implemented in different way (bug 306222)
0
Contributors: * Intel Corporation - Initial API and implementation * IBM Corporation * Dmitry Kozlov (CodeSourcery) - Build error highlighting and navigation * Save build output (bug 294106) * Andrew Gvozdev (Quoin Inc) - Saving build output implemented in different way (bug 306222) | CommonBuilder.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,170
CommonBuilder.java
// If any builder isManaged => pessimistic
0
// If any builder isManaged => pessimistic | CommonBuilder.java
[ 0, 0, 0, 0, 0, 0, 1 ]
8,171
CommonBuilder.java
// Success!
0
// Success! | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,172
CommonBuilder.java
// Be pessimistic if we referenced other configs
0
// Be pessimistic if we referenced other configs | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,173
CommonBuilder.java
// Get the builders to run
0
// Get the builders to run | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,174
CommonBuilder.java
* Only lock the workspace is this is a ManagedBuild, or this project references others.
0
* Only lock the workspace is this is a ManagedBuild, or this project references others. | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,175
CommonBuilder.java
// now treated as the same!
0
// now treated as the same! | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,176
CommonBuilder.java
* Check whether the build has been canceled.
0
* Check whether the build has been canceled. | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,177
CommonBuilder.java
// try the brute force approach first
0
// try the brute force approach first | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,178
CommonBuilder.java
//Throw a core exception indicating that the clean command failed
0
//Throw a core exception indicating that the clean command failed | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,179
CommonBuilder.java
* @see org.eclipse.core.runtime.jobs.Job#run(org.eclipse.core.runtime.IProgressMonitor)
0
* @see org.eclipse.core.runtime.jobs.Job#run(org.eclipse.core.runtime.IProgressMonitor) | CommonBuilder.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,180
CommonBuilder.java
// Ask the makefile generator to generate any makefiles needed to build delta
0
// Ask the makefile generator to generate any makefiles needed to build delta | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,181
CommonBuilder.java
// Create a delta visitor to detect the build type
0
// Create a delta visitor to detect the build type | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,182
CommonBuilder.java
//make a full clean if an info needs a rebuild
0
//make a full clean if an info needs a rebuild | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,183
CommonBuilder.java
//in case an error occured, make it behave in the old stile:
0
//in case an error occured, make it behave in the old stile: | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,184
CommonBuilder.java
//use a build desacription model to calculate the resources to be cleaned //only in case there are some changes to the project sources or build information
0
//use a build desacription model to calculate the resources to be cleaned //only in case there are some changes to the project sources or build information | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,185
CommonBuilder.java
//perform necessary cleaning and build type calculation
0
//perform necessary cleaning and build type calculation | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,186
CommonBuilder.java
// Stick this in the list of stuff to warn the user about
0
// Stick this in the list of stuff to warn the user about | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,187
CommonBuilder.java
// One possibility is that there is nothing to build
0
// One possibility is that there is nothing to build | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,188
CommonBuilder.java
// Ignore console failures...
0
// Ignore console failures... | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,189
CommonBuilder.java
// Throw the exception back to the builder
0
// Throw the exception back to the builder | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,190
CommonBuilder.java
// Report a successful clean
0
// Report a successful clean | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,191
CommonBuilder.java
* @param buildType
0
* @param buildType | CommonBuilder.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,192
CommonBuilder.java
* @param status
0
* @param status | CommonBuilder.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,193
CommonBuilder.java
* @param configName
0
* @param configName | CommonBuilder.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,194
CommonBuilder.java
* Emits a message to the console indicating that there were no source files to build
0
* Emits a message to the console indicating that there were no source files to build | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,195
CommonBuilder.java
//FULL_BUILD or CLEAN
0
//FULL_BUILD or CLEAN | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,196
CommonBuilder.java
//the default behaviour: 'make' is invoked on all configurations and incremental build is handled by 'make'
0
//the default behaviour: 'make' is invoked on all configurations and incremental build is handled by 'make' | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,197
CommonBuilder.java
//one of its dependencies have rebuilt, need to rebuild this configuration
0
//one of its dependencies have rebuilt, need to rebuild this configuration | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,198
CommonBuilder.java
//project resource has changed within Eclipse, need to build this configuration
0
//project resource has changed within Eclipse, need to build this configuration | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,199
CommonBuilder.java
//only build projects with project resource changes
0
//only build projects with project resource changes | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,200
CommonBuilder.java
* @see IncrementalProjectBuilder#build
0
* @see IncrementalProjectBuilder#build | CommonBuilder.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,201
CommonBuilder.java
// If a meaningful resource was removed, then force a full build
0
// If a meaningful resource was removed, then force a full build | CommonBuilder.java
[ 0, 0, 0, 0, 0, 0, 1 ]
8,202
CommonBuilder.java
// This is required because an incremental build will trigger make to // do nothing for a missing source, since the state after the file // removal is uptodate, as far as make is concerned // A full build will clean, and ultimately trigger a relink without // the object generated from the deleted source, which is what we want
0
// This is required because an incremental build will trigger make to // do nothing for a missing source, since the state after the file // removal is uptodate, as far as make is concerned // A full build will clean, and ultimately trigger a relink without // the object generated from the deleted source, which is what we want | CommonBuilder.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,203
CommonBuilder.java
// There is no point in checking anything else since we have // decided to do a full build anyway
0
// There is no point in checking anything else since we have // decided to do a full build anyway | CommonBuilder.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,204
CommonBuilder.java
// We need to do an incremental build, at least
0
// We need to do an incremental build, at least | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,205
CommonBuilder.java
// The resource that changed has attributes which make it uninteresting, // so don't do anything
0
// The resource that changed has attributes which make it uninteresting, // so don't do anything | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,206
CommonBuilder.java
// If the project has changed, then a build is needed and we can stop
0
// If the project has changed, then a build is needed and we can stop | CommonBuilder.java
[ 0, 0, 0, 0, 0, 0, 1 ]
8,207
CommonBuilder.java
// Is this a generated directory ...
0
// Is this a generated directory ... | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,208
CommonBuilder.java
//try to resolve build macros in the build artifact name
0
//try to resolve build macros in the build artifact name | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,209
CommonBuilder.java
//try to resolve build macros in the build artifact extension
0
//try to resolve build macros in the build artifact extension | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,210
MapFunction.java
* Base interface for a map function used in Dataset's map function.
0
* Base interface for a map function used in Dataset's map function. | MapFunction.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,211
ParserException.java
Contributors: * Rational Software - initial implementation
0
Contributors: * Rational Software - initial implementation | ParserException.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,212
DatanodeLifelineProtocol.java
* Protocol used by a DataNode to send lifeline messages to a NameNode.
0
* Protocol used by a DataNode to send lifeline messages to a NameNode. | DatanodeLifelineProtocol.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,213
DatanodeLifelineProtocol.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */
0
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ | DatanodeLifelineProtocol.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,214
OutputBuffer.java
@link OutputStream
0
@link OutputStream | OutputBuffer.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,215
OutputBuffer.java
* @see DataOutputBuffer
0
* @see DataOutputBuffer | OutputBuffer.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,216
OutputBuffer.java
* @see InputBuffer
0
* @see InputBuffer | OutputBuffer.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,217
OutputBuffer.java
@link #getLength()
0
@link #getLength() | OutputBuffer.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,218
OutputBuffer.java
/** Writes bytes from a InputStream directly into the buffer. */
0
/** Writes bytes from a InputStream directly into the buffer. */ | OutputBuffer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,219
OutputBuffer.java
/** Resets the buffer to empty. */
0
/** Resets the buffer to empty. */ | OutputBuffer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,220
OutputBuffer.java
/** Returns the length of the valid data currently in the buffer. */
0
/** Returns the length of the valid data currently in the buffer. */ | OutputBuffer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,221
OutputBuffer.java
Returns the current contents of the buffer. * Data is only valid to {@link #getLength()}.
0
Returns the current contents of the buffer. * Data is only valid to {@link #getLength()}. | OutputBuffer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,222
OutputBuffer.java
/** Constructs a new empty buffer. */
0
/** Constructs a new empty buffer. */ | OutputBuffer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,223
OutputBuffer.java
* A reusable {@link OutputStream} implementation that writes to an in-memory * buffer.
0
* A reusable {@link OutputStream} implementation that writes to an in-memory * buffer. | OutputBuffer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,224
OutputBuffer.java
<p>This saves memory over creating a new OutputStream and * ByteArrayOutputStream each time data is written. * * <p>Typical usage is something like the following:<pre> * * OutputBuffer buffer = new OutputBuffer(); * while (... loop condition ...) { * buffer.reset(); * ... write buffer using OutputStream methods ... * byte[] data = buffer.getData(); * int dataLength = buffer.getLength(); * ... write data to its ultimate destination ... * } * </pre>
0
<p>This saves memory over creating a new OutputStream and * ByteArrayOutputStream each time data is written. * * <p>Typical usage is something like the following:<pre> * * OutputBuffer buffer = new OutputBuffer(); * while (... loop condition ...) { * buffer.reset(); * ... write buffer using OutputStream methods ... * byte[] data = buffer.getData(); * int dataLength = buffer.getLength(); * ... write data to its ultimate destination ... * } * </pre> | OutputBuffer.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,226
ICPPASTFunctionDeclarator.java
Contributors: * IBM - Initial API and implementation * Markus Schorn (Wind River Systems) * Sergey Prigogin (Google) * Thomas Corbat (IFS)
0
Contributors: * IBM - Initial API and implementation * Markus Schorn (Wind River Systems) * Sergey Prigogin (Google) * Thomas Corbat (IFS) | ICPPASTFunctionDeclarator.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,227
ICPPASTFunctionDeclarator.java
* @noimplement This interface is not intended to be implemented by clients.
0
* @noimplement This interface is not intended to be implemented by clients. | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,228
ICPPASTFunctionDeclarator.java
* @noextend This interface is not intended to be extended by clients.
0
* @noextend This interface is not intended to be extended by clients. | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,229
ICPPASTFunctionDeclarator.java
* @since 5.9
0
* @since 5.9 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,230
ICPPASTFunctionDeclarator.java
* @since 5.1
0
* @since 5.1 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,231
ICPPASTFunctionDeclarator.java
* @since 5.7
0
* @since 5.7 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,232
ICPPASTFunctionDeclarator.java
* @since 5.5
0
* @since 5.5 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,233
ICPPASTFunctionDeclarator.java
/** @since 5.5 */
0
/** @since 5.5 */ | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,234
ICPPASTFunctionDeclarator.java
/** @since 5.2 */
0
/** @since 5.2 */ | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,235
ICPPASTFunctionDeclarator.java
/** @since 5.7 */
0
/** @since 5.7 */ | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,236
ICPPASTFunctionDeclarator.java
* @since 5.3
0
* @since 5.3 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,237
ICPPASTFunctionDeclarator.java
* @since 5.3
0
* @since 5.3 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,238
ICPPASTFunctionDeclarator.java
* @since 5.9
0
* @since 5.9 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,239
ICPPASTFunctionDeclarator.java
* @since 5.9
0
* @since 5.9 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,241
ICPPASTFunctionDeclarator.java
* @since 5.1
0
* @since 5.1 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,242
ICPPASTFunctionDeclarator.java
* @since 5.5
0
* @since 5.5 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,243
ICPPASTFunctionDeclarator.java
* @since 5.5
0
* @since 5.5 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,246
ICPPASTFunctionDeclarator.java
* @since 5.1
0
* @since 5.1 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,247
ICPPASTFunctionDeclarator.java
* @since 5.3
0
* @since 5.3 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,248
ICPPASTFunctionDeclarator.java
* @since 5.5
0
* @since 5.5 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,249
ICPPASTFunctionDeclarator.java
* @since 5.5
0
* @since 5.5 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,250
ICPPASTFunctionDeclarator.java
* @since 5.5
0
* @since 5.5 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,251
ICPPASTFunctionDeclarator.java
* @since 5.5
0
* @since 5.5 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]