rem
stringlengths
1
226k
add
stringlengths
0
227k
context
stringlengths
6
326k
meta
stringlengths
143
403
input_ids
sequencelengths
256
256
attention_mask
sequencelengths
256
256
labels
sequencelengths
128
128
writer.println(" jsize _arrayLen"+convName+";");
writer.println(" jsize _tmpArrayLen;");
protected void emitBodyVariableDeclarations(PrintWriter writer) { // Emit declarations for all pointer and String conversion variables if (binding.hasContainingType()) { emitPointerDeclaration(writer, binding.getContainingType(), binding.getContainingCType(), CMethodBindingEmitter.cThisArgumentName()); } boolean emittedDataCopyTemps = false; for (int i = 0; i < binding.getNumArguments(); i++) { JavaType type = binding.getJavaArgumentType(i); if (type.isJNIEnv() || binding.isArgumentThisPointer(i)) { continue; } if (type.isArray() || type.isNIOBuffer()) { String convName = pointerConversionArgumentName(i); // handle array/buffer argument types boolean needsDataCopy = emitPointerDeclaration(writer, binding.getJavaArgumentType(i), binding.getCArgumentType(i), convName); if (needsDataCopy && !emittedDataCopyTemps) { // emit loop counter and array length variables used during data // copy writer.println(" jobject _tmpObj;"); writer.println(" int _copyIndex;"); writer.println(" jsize _arrayLen"+convName+";"); emittedDataCopyTemps = true; } } else if (type.isString()) { writer.print(" const char* _UTF8"); writer.print(binding.getArgumentName(i)); writer.println(" = NULL;"); } } // Emit declaration for return value if necessary Type cReturnType = binding.getCReturnType(); JavaType javaReturnType = binding.getJavaReturnType(); String capitalizedComponentType = null; if (!cReturnType.isVoid()) { writer.print(" "); // Note we must respect const/volatile for return argument writer.print(binding.getCSymbol().getReturnType().getName(true)); writer.println(" _res;"); if (javaReturnType.isArray()) { if (javaReturnType.isNIOByteBufferArray()) { writer.print(" int "); writer.print(arrayResLength); writer.println(";"); writer.print(" int "); writer.print(arrayIdx); writer.println(";"); writer.print(" jobjectArray "); writer.print(arrayRes); writer.println(";"); } else { writer.print(" int "); writer.print(arrayResLength); writer.println(";"); Class componentType = javaReturnType.getJavaClass().getComponentType(); if (componentType.isArray()) { throw new RuntimeException("Multi-dimensional arrays not supported yet"); } String javaTypeName = componentType.getName(); capitalizedComponentType = "" + Character.toUpperCase(javaTypeName.charAt(0)) + javaTypeName.substring(1); String javaArrayTypeName = "j" + javaTypeName + "Array"; writer.print(" "); writer.print(javaArrayTypeName); writer.print(" "); writer.print(arrayRes); writer.println(";"); } } } }
45742 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45742/9512c9fa62ece3960472b6ab2cd6ce5244da8501/CMethodBindingEmitter.java/clean/src/net/java/games/gluegen/CMethodBindingEmitter.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 4750, 918, 3626, 2250, 3092, 21408, 12, 5108, 2289, 2633, 13, 225, 288, 565, 368, 16008, 12312, 364, 777, 4407, 471, 514, 4105, 3152, 565, 309, 261, 7374, 18, 5332, 24344, 559, 10756, 288, 1377, 3626, 4926, 6094, 12, 6299, 16, 11794, 5085, 18, 588, 24344, 559, 9334, 11794, 5085, 18, 588, 24344, 39, 559, 9334, 11794, 385, 1305, 5250, 13476, 18, 71, 2503, 1379, 461, 10663, 565, 289, 565, 1250, 17826, 751, 2951, 1837, 1121, 273, 629, 31, 565, 364, 261, 474, 277, 273, 374, 31, 277, 411, 5085, 18, 588, 2578, 4628, 5621, 277, 27245, 288, 1377, 5110, 559, 618, 273, 5085, 18, 588, 5852, 1379, 559, 12, 77, 1769, 1377, 309, 261, 723, 18, 291, 46, 50, 45, 3491, 1435, 747, 5085, 18, 291, 1379, 2503, 4926, 12, 77, 3719, 288, 3639, 1324, 31, 1377, 289, 1377, 309, 261, 723, 18, 291, 1076, 1435, 747, 618, 18, 291, 50, 4294, 1892, 10756, 288, 3639, 514, 6292, 461, 273, 4407, 6814, 1379, 461, 12, 77, 1769, 3639, 368, 1640, 526, 19, 4106, 1237, 1953, 3639, 1250, 4260, 751, 2951, 273, 1850, 3626, 4926, 6094, 12, 6299, 16, 4766, 5085, 18, 588, 5852, 1379, 559, 12, 77, 3631, 4766, 5085, 18, 588, 39, 1379, 559, 12, 77, 3631, 4766, 6292, 461, 1769, 3639, 309, 261, 20600, 751, 2951, 597, 401, 351, 11541, 751, 2951, 1837, 1121, 13, 288, 1850, 368, 3626, 2798, 3895, 471, 526, 769, 3152, 1399, 4982, 501, 1850, 368, 1610, 6647, 2633, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 4750, 918, 3626, 2250, 3092, 21408, 12, 5108, 2289, 2633, 13, 225, 288, 565, 368, 16008, 12312, 364, 777, 4407, 471, 514, 4105, 3152, 565, 309, 261, 7374, 18, 5332, 24344, 559, 10756, 288, 1377, 3626, 4926, 6094, 12, 6299, 16, 11794, 5085, 18, 588, 24344, 559, 9334, 11794, 5085, 18, 588, 24344, 39, 559, 9334, 11794, 385, 1305, 5250, 13476, 18, 71, 2503, 1379, 461, 10663, 565, 289, 565, 1250, 17826, 751, 2951, 1837, 1121, 273, 629, 31, 565, 364, 261, 474, 277, 273, 374, 31, 277, 411, 5085, 18, 588, 2578, 4628, 5621, 277, 27245, 288, 1377, 5110, 559, 618, 273, 5085, 18, 588, 5852, 1379, 559, 12, 77, 1769, 1377, 309, 261, 723, 18, 291, 2 ]
if (cosineWindow.length > 1){ double oneMinusAlpha = (1 - alpha); for (int i = 0; i < cosineWindow.length; i++) { cosineWindow[i] = oneMinusAlpha - alpha * Math.cos(2 * Math.PI * i / ((double) cosineWindow.length - 1.0)); } }
if (cosineWindow.length > 1) { double oneMinusAlpha = (1 - alpha); for (int i = 0; i < cosineWindow.length; i++) { cosineWindow[i] = oneMinusAlpha - alpha * Math.cos(2 * Math.PI * i / ((double) cosineWindow.length - 1.0)); } }
private void createWindow() { int windowSize = DataUtil.getSamplesPerWindow(sampleRate, windowSizeInMs); windowShift = DataUtil.getSamplesPerShift(sampleRate, windowShiftInMs); this.cosineWindow = new double[windowSize]; if (cosineWindow.length > 1){ double oneMinusAlpha = (1 - alpha); for (int i = 0; i < cosineWindow.length; i++) { cosineWindow[i] = oneMinusAlpha - alpha * Math.cos(2 * Math.PI * i / ((double) cosineWindow.length - 1.0)); } } overflowBuffer = new DoubleBuffer(windowSize); }
47105 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47105/7d3ab1701ca9a2810976eef1369bb73035ecb5f9/RaisedCosineWindower.java/buggy/sphinx4/src/sphinx4/edu/cmu/sphinx/frontend/window/RaisedCosineWindower.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 752, 3829, 1435, 288, 3639, 509, 27064, 273, 5411, 1910, 1304, 18, 588, 13239, 2173, 3829, 12, 6358, 4727, 16, 27064, 382, 6947, 1769, 7734, 2742, 10544, 273, 1910, 1304, 18, 588, 13239, 2173, 10544, 12, 6358, 4727, 16, 2742, 10544, 382, 6947, 1769, 3639, 202, 2211, 18, 14445, 558, 3829, 273, 394, 1645, 63, 5668, 1225, 15533, 202, 430, 261, 14445, 558, 3829, 18, 2469, 405, 404, 15329, 202, 565, 1645, 1245, 18434, 9690, 273, 261, 21, 300, 4190, 1769, 202, 565, 364, 261, 474, 277, 273, 374, 31, 277, 411, 31633, 3829, 18, 2469, 31, 277, 27245, 288, 202, 202, 14445, 558, 3829, 63, 77, 65, 273, 1245, 18434, 9690, 300, 4190, 380, 1082, 565, 2361, 18, 14445, 12, 22, 380, 2361, 18, 1102, 380, 277, 342, 17311, 14015, 9056, 13, 31633, 3829, 18, 2469, 300, 404, 18, 20, 10019, 202, 565, 289, 202, 97, 3639, 9391, 1892, 273, 394, 3698, 1892, 12, 5668, 1225, 1769, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 752, 3829, 1435, 288, 3639, 509, 27064, 273, 5411, 1910, 1304, 18, 588, 13239, 2173, 3829, 12, 6358, 4727, 16, 27064, 382, 6947, 1769, 7734, 2742, 10544, 273, 1910, 1304, 18, 588, 13239, 2173, 10544, 12, 6358, 4727, 16, 2742, 10544, 382, 6947, 1769, 3639, 202, 2211, 18, 14445, 558, 3829, 273, 394, 1645, 63, 5668, 1225, 15533, 202, 430, 261, 14445, 558, 3829, 18, 2469, 405, 404, 15329, 202, 565, 1645, 1245, 18434, 9690, 273, 261, 21, 300, 4190, 1769, 202, 565, 364, 261, 474, 277, 273, 374, 31, 277, 411, 31633, 3829, 18, 2469, 31, 277, 27245, 288, 202, 202, 14445, 558, 3829, 63, 77, 65, 273, 1245, 18434, 9690, 300, 4190, 380, 1082, 2 ]
try {
try {
final void computeAxisStartEndShifts(IDisplayServer xs, Label la, int iOrientation, int iLocation, AllAxes aax) throws GenerationException { final double dMaxSS = (aax != null && iOrientation == aax.getOrientation()) ? aax.getMaxStartShift() : 0; final double dMaxES = (aax != null && iOrientation == aax.getOrientation()) ? aax.getMaxEndShift() : 0; if (!la.isVisible()) { dStartShift = dMaxSS; dEndShift = dMaxES; return; } if (getType() == TEXT || bCategoryScale) { // COMPUTE THE BOUNDING BOXES FOR FIRST AND LAST LABEL TO ADJUST // START/END OF X-AXIS final double dUnitSize = getUnitSize(); final DataSetIterator dsi = getData(); final int iDateTimeUnit = (getType() == IConstants.DATE_TIME) ? CDateTime.computeUnit(dsi) : IConstants.UNDEFINED; // ADJUST THE START POSITION la.getCaption().setValue(formatCategoryValue(getType(), dsi.first(), iDateTimeUnit)); BoundingBox bb = null; try { bb = computeBox(xs, iLocation, la, 0, 0); } catch (UnexpectedInputException uiex) { throw new GenerationException(uiex); } if (iOrientation == VERTICAL) // VERTICAL AXIS { dStartShift = Math.max(dMaxSS, (dUnitSize > bb.getHeight()) ? 0 : (bb.getHeight() - dUnitSize) / 2); } else if (iOrientation == HORIZONTAL) // HORIZONTAL AXIS { dStartShift = Math.max(dMaxSS, (dUnitSize > bb.getWidth()) ? 0 : (bb.getWidth() - dUnitSize) / 2); } // ADJUST THE END POSITION la.getCaption().setValue(formatCategoryValue(getType(), dsi.last(), iDateTimeUnit)); try { bb = computeBox(xs, iLocation, la, 0, dEnd); } catch (UnexpectedInputException uiex) { throw new GenerationException(uiex); } if (iOrientation == VERTICAL) // VERTICAL AXIS { dEndShift = Math.max(dMaxES, (dUnitSize > bb.getHeight()) ? 0 : (bb.getHeight() - dUnitSize) / 2); } else if (iOrientation == HORIZONTAL) // HORIZONTAL AXIS { dEndShift = Math.max(dMaxES, (dUnitSize > bb.getWidth()) ? 0 : (bb.getWidth() - dUnitSize) / 2); } } else if ((iType & NUMERICAL) == NUMERICAL) { if ((iType & LINEAR) == LINEAR) { // ADJUST THE START POSITION DecimalFormat df = null; if (fs == null) // ONLY COMPUTE INTERNALLY IF FORMAT SPECIFIER ISN'T DEFINED { df = new DecimalFormat(getNumericPattern()); } String sValue = null; try { sValue = ValueFormatter.format(getMinimum(), fs, lcl, df); } catch (DataFormatException dfex ) { DefaultLoggerImpl.instance().log(dfex); sValue = IConstants.NULL_STRING; } la.getCaption().setValue(sValue); BoundingBox bb = null; try { bb = computeBox(xs, iLocation, la, 0, 0); } catch (UnexpectedInputException uiex) { throw new GenerationException(uiex); } if (iOrientation == VERTICAL) // VERTICAL AXIS { dStartShift = Math.max(dMaxSS, (bb.getHeight() - bb.getHotPoint())); } else if (iOrientation == HORIZONTAL) { dStartShift = Math.max(dMaxSS, bb.getHotPoint()); } // ADJUST THE END POSITION try { sValue = ValueFormatter.format(getMaximum(), fs, lcl, df); } catch (DataFormatException dfex ) { DefaultLoggerImpl.instance().log(dfex); sValue = IConstants.NULL_STRING; } la.getCaption().setValue(sValue); try { bb = computeBox(xs, iLocation, la, 0, 0); } catch (UnexpectedInputException uiex) { throw new GenerationException(uiex); } if (iOrientation == VERTICAL) // VERTICAL AXIS { dEndShift = Math.max(dMaxES, bb.getHotPoint()); } else if (iOrientation == HORIZONTAL) { dEndShift = Math.max(dMaxES, (bb.getWidth() - bb.getHotPoint())); } } else if ((iType & LOGARITHMIC) == LOGARITHMIC) { // ADJUST THE START POSITION final double dMinimum = asDouble(getMinimum()).doubleValue(); DecimalFormat df = null; if (fs == null) // ONLY COMPUTE INTERNALLY IF FORMAT SPECIFIER ISN'T DEFINED { df = new DecimalFormat(getNumericPattern(dMinimum)); } String sValue = null; try { sValue = ValueFormatter.format(getMinimum(), fs, lcl, df); } catch (DataFormatException dfex ) { DefaultLoggerImpl.instance().log(dfex); sValue = IConstants.NULL_STRING; } la.getCaption().setValue(sValue); BoundingBox bb = null; try { bb = computeBox(xs, iLocation, la, 0, 0); } catch (UnexpectedInputException uiex) { throw new GenerationException(uiex); } if (iOrientation == VERTICAL) // VERTICAL AXIS { dStartShift = Math.max(dMaxSS, (bb.getHeight() - bb.getHotPoint())); } else if (iOrientation == HORIZONTAL) { dStartShift = Math.max(dMaxSS, bb.getHotPoint()); } // ADJUST THE END POSITION final double dMaximum = asDouble(getMaximum()).doubleValue(); if (fs == null) // ONLY COMPUTE INTERNALLY (DIFFERENT FROM MINIMUM) IF FORMAT SPECIFIER ISN'T DEFINED { df = new DecimalFormat(getNumericPattern(dMaximum)); } try { sValue = ValueFormatter.format(getMaximum(), fs, lcl, df); } catch (DataFormatException dfex ) { DefaultLoggerImpl.instance().log(dfex); sValue = IConstants.NULL_STRING; } la.getCaption().setValue(sValue); try { bb = computeBox(xs, iLocation, la, 0, 0); } catch (UnexpectedInputException uiex) { throw new GenerationException(uiex); } if (iOrientation == VERTICAL) // VERTICAL AXIS { dEndShift = Math.max(dMaxES, bb.getHotPoint()); } else if (iOrientation == HORIZONTAL) { dEndShift = Math.max(dMaxES, (bb.getWidth() - bb.getHotPoint())); } } } else if (getType() == DATE_TIME) { // COMPUTE THE BOUNDING BOXES FOR FIRST AND LAST LABEL TO ADJUST // START/END OF X-AXIS double dUnitSize = getUnitSize(); CDateTime cdt = asDateTime(getMinimum()); final int iUnit = asInteger(oUnit); SimpleDateFormat sdf = null; String sText = null; if (fs != null) // ONLY COMPUTE INTERNALLY IF FORMAT SPECIFIER ISN'T DEFINED { sdf = new SimpleDateFormat(CDateTime.getPreferredFormat(iUnit)); } // ADJUST THE START POSITION try { sText = ValueFormatter.format(cdt, fs, lcl, sdf); } catch (DataFormatException dfex ) { DefaultLoggerImpl.instance().log(dfex); sText = IConstants.NULL_STRING; } la.getCaption().setValue(sText); BoundingBox bb = null; try { bb = computeBox(xs, iLocation, la, 0, 0); } catch (UnexpectedInputException uiex) { throw new GenerationException(uiex); } if (iOrientation == VERTICAL) // VERTICAL AXIS { dStartShift = Math.max(dMaxSS, (bb.getHeight() - bb.getHotPoint())); } else if (iOrientation == HORIZONTAL) { dStartShift = Math.max(dMaxSS, bb.getHotPoint()); } // ADJUST THE END POSITION cdt = asDateTime(getMaximum()); try { sText = ValueFormatter.format(cdt, fs, lcl, sdf); } catch (DataFormatException dfex ) { DefaultLoggerImpl.instance().log(dfex); sText = IConstants.NULL_STRING; } la.getCaption().setValue(sText); try { bb = computeBox(xs, iLocation, la, 0, dEnd); } catch (UnexpectedInputException uiex) { throw new GenerationException(uiex); } if (iOrientation == VERTICAL) // VERTICAL AXIS { dEndShift = Math.max(dMaxES, bb.getHotPoint()); } else if (iOrientation == HORIZONTAL) { dEndShift = Math.max(dMaxES, (bb.getWidth() - bb.getHotPoint())); } } }
12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/e5c78f0e8317166d02fa384e14c3dd7aa1796f2c/AutoScale.java/clean/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 727, 918, 3671, 6558, 1685, 1638, 10544, 87, 12, 734, 291, 1601, 2081, 9280, 16, 5287, 7125, 16, 509, 277, 14097, 16, 509, 277, 2735, 16, 4826, 26494, 279, 651, 13, 1216, 23234, 503, 565, 288, 3639, 727, 1645, 302, 2747, 1260, 273, 261, 69, 651, 480, 446, 597, 277, 14097, 422, 279, 651, 18, 588, 14097, 10756, 692, 279, 651, 18, 588, 2747, 1685, 10544, 1435, 294, 374, 31, 3639, 727, 1645, 302, 2747, 3991, 273, 261, 69, 651, 480, 446, 597, 277, 14097, 422, 279, 651, 18, 588, 14097, 10756, 692, 279, 651, 18, 588, 2747, 1638, 10544, 1435, 294, 374, 31, 3639, 309, 16051, 11821, 18, 291, 6207, 10756, 3639, 288, 5411, 302, 1685, 10544, 273, 302, 2747, 1260, 31, 5411, 302, 1638, 10544, 273, 302, 2747, 3991, 31, 5411, 327, 31, 3639, 289, 3639, 309, 261, 588, 559, 1435, 422, 9204, 747, 324, 4457, 5587, 13, 3639, 288, 5411, 368, 13846, 9099, 12786, 9784, 5240, 1360, 9784, 60, 3991, 12108, 21786, 4116, 15612, 18210, 8493, 11738, 46, 5996, 5411, 368, 10485, 19, 4415, 15932, 1139, 17, 25614, 5411, 727, 1645, 302, 2802, 1225, 273, 19194, 1225, 5621, 5411, 727, 14065, 3198, 3780, 77, 273, 4303, 5621, 5411, 727, 509, 277, 5096, 2802, 273, 261, 588, 559, 1435, 422, 467, 2918, 18, 4594, 67, 4684, 13, 692, 385, 5096, 18, 9200, 2802, 12, 2377, 77, 13, 7734, 294, 467, 2918, 18, 2124, 15544, 31, 5411, 368, 11738, 46, 5996, 12786, 10485, 26808, 5411, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 727, 918, 3671, 6558, 1685, 1638, 10544, 87, 12, 734, 291, 1601, 2081, 9280, 16, 5287, 7125, 16, 509, 277, 14097, 16, 509, 277, 2735, 16, 4826, 26494, 279, 651, 13, 1216, 23234, 503, 565, 288, 3639, 727, 1645, 302, 2747, 1260, 273, 261, 69, 651, 480, 446, 597, 277, 14097, 422, 279, 651, 18, 588, 14097, 10756, 692, 279, 651, 18, 588, 2747, 1685, 10544, 1435, 294, 374, 31, 3639, 727, 1645, 302, 2747, 3991, 273, 261, 69, 651, 480, 446, 597, 277, 14097, 422, 279, 651, 18, 588, 14097, 10756, 692, 279, 651, 18, 588, 2747, 1638, 10544, 1435, 294, 374, 31, 3639, 309, 16051, 11821, 18, 291, 6207, 10756, 3639, 288, 5411, 302, 1685, 10544, 2 ]
case 0:
case 0:
private boolean checkEngineExplosion(Entity en, Vector vDesc, int hits) { if (!(en instanceof Mech) && !(en instanceof QuadMech) && !(en instanceof BipedMech)) { return false; } if(en.isDoomed() || en.isDestroyed()) return false; Mech mech = (Mech)en; //ICE can always explode and roll every time hit if (mech.getEngine().isFusion() && (!game.getOptions().booleanOption("engine_explosions") || en.rolledForEngineExplosion || en.engineHitsThisRound < 2) ) return false; int explosionBTH = 12; if(!mech.getEngine().isFusion()) { switch (hits) { case 0: return false; case 1: explosionBTH = 10; break; case 2: explosionBTH = 7; break; case 3: default: explosionBTH = 4; break; } } int explosionRoll = Compute.d6(2); boolean didExplode = explosionRoll >= explosionBTH; Report r; r = new Report(6150); r.subject = en.getId(); r.indent(2); r.addDesc(en); r.add(en.engineHitsThisRound); vDesc.addElement(r); r = new Report(6155); r.subject = en.getId(); r.indent(2); r.add(explosionBTH); r.add(explosionRoll); vDesc.addElement(r); en.rolledForEngineExplosion = true; if ( !didExplode ) { //whew! r = new Report(6160); r.subject = en.getId(); r.indent(2); vDesc.addElement(r); } else { r = new Report(6165, Report.PUBLIC); r.subject = en.getId(); r.indent(2); vDesc.addElement(r); vDesc.addAll( destroyEntity(en, "engine explosion", false, false)); //kill the crew en.getCrew().setDoomed(true); //This is a hack so MM.NET marks the mech as not salvageable if ( en instanceof Mech ) destroyLocation(en, Mech.LOC_CT); //Light our hex on fire final IHex curHex = game.getBoard().getHex(en.getPosition()); if ((null != curHex) && !curHex.containsTerrain(Terrains.FIRE) && (curHex.containsTerrain(Terrains.WOODS) || curHex.containsTerrain(Terrains.JUNGLE))) { curHex.addTerrain(Terrains.getTerrainFactory().createTerrain(Terrains.FIRE, 1)); r = new Report(6170, Report.PUBLIC); r.subject = en.getId(); r.indent(2); r.add(en.getPosition().getBoardNum()); vDesc.addElement(r); sendChangedHex(en.getPosition()); } //ICE explosions don't hurt anyone else, but fusion do if (mech.getEngine().isFusion()) { //Nuke anyone that is in our hex Enumeration entitesWithMe = game.getEntities(en.getPosition()); Hashtable entitesHit = new Hashtable(); entitesHit.put(en, en); while (entitesWithMe.hasMoreElements()) { Entity entity = (Entity)entitesWithMe.nextElement(); if ( entity.equals(en) ) continue; vDesc.addAll( destroyEntity(entity, "engine explosion proximity", false, false)); // Kill the crew entity.getCrew().setDoomed(true); entitesHit.put(entity, entity); } //Now we damage people near us int engineRating = en.getEngine().getRating(); int[] damages = { 999, (engineRating / 10), (engineRating / 20), (engineRating / 40) }; Vector entites = game.getEntitiesVector(); for (int i = 0; i < entites.size(); i++) { Entity entity = (Entity)entites.elementAt(i); if (entitesHit.containsKey(entity)) continue; if ( entity.isDoomed() || entity.isDestroyed() || !entity.isDeployed() ) continue; int range = en.getPosition().distance(entity.getPosition()); if ( range > 3 ) continue; int damage = damages[range]; r = new Report(6175); r.subject = entity.getId(); r.indent(2); r.addDesc(entity); r.add(damage); r.newlines = 0; vDesc.addElement(r); while (damage > 0) { int cluster = Math.min(5, damage); HitData hit = entity.rollHitLocation(ToHitData.HIT_NORMAL, Compute.targetSideTable(en, entity)); vDesc.addAll( damageEntity(entity, hit, cluster)); damage -= cluster; } Report.addNewline(vDesc); } } } return didExplode; }
3464 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3464/c2a90fca192b338ebf5162499c52b535aed6382b/Server.java/clean/megamek/src/megamek/server/Server.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 1250, 866, 4410, 2966, 383, 87, 285, 12, 1943, 570, 16, 5589, 331, 4217, 16, 509, 11076, 13, 288, 3639, 309, 16051, 12, 275, 1276, 7499, 343, 13, 7734, 597, 401, 12, 275, 1276, 27258, 4667, 343, 13, 7734, 597, 401, 12, 275, 1276, 605, 625, 329, 4667, 343, 3719, 288, 5411, 327, 629, 31, 3639, 289, 3639, 309, 12, 275, 18, 291, 3244, 362, 329, 1435, 747, 570, 18, 291, 28414, 10756, 5411, 327, 629, 31, 3639, 7499, 343, 1791, 343, 273, 261, 4667, 343, 13, 275, 31, 3639, 368, 11774, 848, 3712, 3172, 471, 5824, 3614, 813, 6800, 3639, 309, 261, 3501, 343, 18, 588, 4410, 7675, 291, 42, 7063, 1435, 7734, 597, 16051, 13957, 18, 588, 1320, 7675, 6494, 1895, 2932, 8944, 67, 2749, 383, 87, 1115, 7923, 10792, 747, 570, 18, 25054, 1290, 4410, 2966, 383, 87, 285, 10792, 747, 570, 18, 8944, 20950, 2503, 11066, 411, 576, 13, 262, 5411, 327, 629, 31, 3639, 509, 15233, 87, 285, 38, 2455, 273, 2593, 31, 3639, 309, 12, 5, 3501, 343, 18, 588, 4410, 7675, 291, 42, 7063, 10756, 288, 5411, 1620, 261, 15173, 13, 288, 7734, 648, 374, 30, 5397, 327, 629, 31, 7734, 648, 404, 30, 10792, 15233, 87, 285, 38, 2455, 273, 1728, 31, 10792, 898, 31, 7734, 648, 576, 30, 10792, 15233, 87, 285, 38, 2455, 273, 2371, 31, 10792, 898, 31, 7734, 648, 890, 30, 7734, 805, 30, 10792, 15233, 87, 285, 38, 2455, 273, 1059, 31, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 1250, 866, 4410, 2966, 383, 87, 285, 12, 1943, 570, 16, 5589, 331, 4217, 16, 509, 11076, 13, 288, 3639, 309, 16051, 12, 275, 1276, 7499, 343, 13, 7734, 597, 401, 12, 275, 1276, 27258, 4667, 343, 13, 7734, 597, 401, 12, 275, 1276, 605, 625, 329, 4667, 343, 3719, 288, 5411, 327, 629, 31, 3639, 289, 3639, 309, 12, 275, 18, 291, 3244, 362, 329, 1435, 747, 570, 18, 291, 28414, 10756, 5411, 327, 629, 31, 3639, 7499, 343, 1791, 343, 273, 261, 4667, 343, 13, 275, 31, 3639, 368, 11774, 848, 3712, 3172, 471, 5824, 3614, 813, 6800, 3639, 309, 261, 3501, 343, 18, 588, 4410, 7675, 291, 42, 7063, 1435, 7734, 597, 16051, 13957, 2 ]
myFocusTrackback.restoreFocus();
if (myFocusTrackback != null) { myFocusTrackback.restoreFocus(); myFocusTrackback = null; }
public synchronized void stop() { LOG.assertTrue(!myStoppedAlready); myInstallFunAlarm.cancelAllRequests(); super.stop(); if (myDialog != null) { myDialog.hide(); myFocusTrackback.restoreFocus(); } myStoppedAlready = true; SwingUtilities.invokeLater(EmptyRunnable.INSTANCE); // Just to give blocking dispatching a chance to go out. }
56598 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56598/449c6d65c6d1f91145927ac60f70bea56f28f7b4/ProgressWindow.java/buggy/source/com/intellij/openapi/progress/util/ProgressWindow.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 3852, 918, 2132, 1435, 288, 565, 2018, 18, 11231, 5510, 12, 5, 4811, 15294, 9430, 1769, 565, 3399, 6410, 22783, 16779, 18, 10996, 1595, 6421, 5621, 565, 2240, 18, 5681, 5621, 565, 309, 261, 4811, 6353, 480, 446, 13, 288, 1377, 3399, 6353, 18, 11248, 5621, 1377, 309, 261, 4811, 9233, 4402, 823, 480, 446, 13, 288, 3399, 9233, 4402, 823, 18, 13991, 9233, 5621, 3399, 9233, 4402, 823, 273, 446, 31, 289, 565, 289, 565, 3399, 15294, 9430, 273, 638, 31, 565, 26145, 11864, 18, 14407, 20607, 12, 1921, 20013, 18, 13341, 1769, 368, 12526, 358, 8492, 9445, 3435, 310, 279, 17920, 358, 1960, 596, 18, 225, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 3852, 918, 2132, 1435, 288, 565, 2018, 18, 11231, 5510, 12, 5, 4811, 15294, 9430, 1769, 565, 3399, 6410, 22783, 16779, 18, 10996, 1595, 6421, 5621, 565, 2240, 18, 5681, 5621, 565, 309, 261, 4811, 6353, 480, 446, 13, 288, 1377, 3399, 6353, 18, 11248, 5621, 1377, 309, 261, 4811, 9233, 4402, 823, 480, 446, 13, 288, 3399, 9233, 4402, 823, 18, 13991, 9233, 5621, 3399, 9233, 4402, 823, 273, 446, 31, 289, 565, 289, 565, 3399, 15294, 9430, 273, 638, 31, 565, 26145, 11864, 18, 14407, 20607, 12, 1921, 20013, 18, 13341, 1769, 368, 12526, 358, 8492, 9445, 3435, 310, 279, 17920, 358, 1960, 596, 18, 225, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100 ]
SetOfReactions reactionSet = new SetOfReactions(); reactionSet.addReaction(new Reaction());
SetOfReactions reactionSet = builder.newSetOfReactions(); reactionSet.addReaction(builder.newReaction());
public void testRemoveAllReactions(){ SetOfReactions reactionSet = new SetOfReactions(); reactionSet.addReaction(new Reaction()); reactionSet.removeAllReactions(); assertEquals(0,reactionSet.getReactions().length); }
45167 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45167/67261c8143759a6ee4feb79dc1687d6dcfa25f40/SetOfReactionsTest.java/buggy/src/org/openscience/cdk/test/SetOfReactionsTest.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1842, 3288, 1595, 426, 4905, 1435, 95, 21114, 202, 694, 951, 426, 4905, 12836, 694, 273, 394, 1000, 951, 426, 4905, 5621, 565, 202, 202, 266, 1128, 694, 18, 1289, 21581, 12, 2704, 868, 1128, 10663, 565, 202, 202, 266, 1128, 694, 18, 4479, 1595, 426, 4905, 5621, 565, 202, 202, 11231, 8867, 12, 20, 16, 266, 1128, 694, 18, 588, 426, 4905, 7675, 2469, 1769, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1842, 3288, 1595, 426, 4905, 1435, 95, 21114, 202, 694, 951, 426, 4905, 12836, 694, 273, 394, 1000, 951, 426, 4905, 5621, 565, 202, 202, 266, 1128, 694, 18, 1289, 21581, 12, 2704, 868, 1128, 10663, 565, 202, 202, 266, 1128, 694, 18, 4479, 1595, 426, 4905, 5621, 565, 202, 202, 11231, 8867, 12, 20, 16, 266, 1128, 694, 18, 588, 426, 4905, 7675, 2469, 1769, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
log.debug("lookupRenderingDef for id "+pixelsId+" succeeded: "+this.rendDefObj);
log.debug("lookupRenderingDef for Pixels="+pixelsId+" succeeded: "+this.rendDefObj);
public void lookupRenderingDef(long pixelsId) { rwl.writeLock().lock(); try { this.rendDefObj = pixMetaSrv.retrieveRndSettings(pixelsId); this.renderer = null; if ( rendDefObj == null ) throw new ValidationException( "RenderingDef with id "+pixelsId+" not found."); } finally { rwl.writeLock().unlock(); } if (log.isDebugEnabled()) log.debug("lookupRenderingDef for id "+pixelsId+" succeeded: "+this.rendDefObj); }
55464 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55464/dc8dde051a1e2b716514b3964c9222ce006ebea9/RenderingEngineImpl.java/buggy/components/rendering/src/omeis/providers/re/RenderingEngineImpl.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 3689, 14261, 3262, 12, 5748, 8948, 548, 13, 565, 288, 3639, 7985, 80, 18, 2626, 2531, 7675, 739, 5621, 7734, 775, 288, 5411, 333, 18, 20262, 3262, 2675, 273, 11871, 2781, 24625, 18, 17466, 54, 4880, 2628, 12, 21084, 548, 1769, 5411, 333, 18, 14374, 273, 446, 31, 13491, 309, 261, 1654, 72, 3262, 2675, 422, 446, 262, 7734, 604, 394, 15614, 12, 13491, 315, 14261, 3262, 598, 612, 13773, 21084, 548, 9078, 486, 1392, 1199, 1769, 3639, 289, 3095, 288, 5411, 7985, 80, 18, 2626, 2531, 7675, 26226, 5621, 3639, 289, 7734, 309, 261, 1330, 18, 291, 2829, 1526, 10756, 5411, 613, 18, 4148, 2932, 8664, 14261, 3262, 364, 26070, 87, 1546, 15, 21084, 548, 9078, 15784, 30, 13773, 2211, 18, 20262, 3262, 2675, 1769, 5411, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 3689, 14261, 3262, 12, 5748, 8948, 548, 13, 565, 288, 3639, 7985, 80, 18, 2626, 2531, 7675, 739, 5621, 7734, 775, 288, 5411, 333, 18, 20262, 3262, 2675, 273, 11871, 2781, 24625, 18, 17466, 54, 4880, 2628, 12, 21084, 548, 1769, 5411, 333, 18, 14374, 273, 446, 31, 13491, 309, 261, 1654, 72, 3262, 2675, 422, 446, 262, 7734, 604, 394, 15614, 12, 13491, 315, 14261, 3262, 598, 612, 13773, 21084, 548, 9078, 486, 1392, 1199, 1769, 3639, 289, 3095, 288, 5411, 7985, 80, 18, 2626, 2531, 7675, 26226, 5621, 3639, 289, 7734, 309, 261, 1330, 18, 291, 2829, 1526, 10756, 5411, 613, 18, 4148, 2932, 8664, 14261, 3262, 364, 26070, 87, 1546, 15, 21084, 548, 2 ]
String deleteRule = rs.getString(11);
String deleteRule = rs.getString(13);
protected java.sql.ResultSet getImportedExportedKeys(String catalog, String schema, String primaryTable, String foreignTable) throws SQLException { Field f[] = new Field[14]; f[0] = new Field(connection, "PKTABLE_CAT", iVarcharOid, NAME_SIZE); f[1] = new Field(connection, "PKTABLE_SCHEM", iVarcharOid, NAME_SIZE); f[2] = new Field(connection, "PKTABLE_NAME", iVarcharOid, NAME_SIZE); f[3] = new Field(connection, "PKCOLUMN_NAME", iVarcharOid, NAME_SIZE); f[4] = new Field(connection, "FKTABLE_CAT", iVarcharOid, NAME_SIZE); f[5] = new Field(connection, "FKTABLE_SCHEM", iVarcharOid, NAME_SIZE); f[6] = new Field(connection, "FKTABLE_NAME", iVarcharOid, NAME_SIZE); f[7] = new Field(connection, "FKCOLUMN_NAME", iVarcharOid, NAME_SIZE); f[8] = new Field(connection, "KEY_SEQ", iInt2Oid, 2); f[9] = new Field(connection, "UPDATE_RULE", iInt2Oid, 2); f[10] = new Field(connection, "DELETE_RULE", iInt2Oid, 2); f[11] = new Field(connection, "FK_NAME", iVarcharOid, NAME_SIZE); f[12] = new Field(connection, "PK_NAME", iVarcharOid, NAME_SIZE); f[13] = new Field(connection, "DEFERRABILITY", iInt2Oid, 2); java.sql.ResultSet rs = connection.ExecSQL( "SELECT distinct " + "c.relname as prelname, " + "c2.relname as frelname, " + "t.tgconstrname, " + "a.attnum as keyseq, " + "ic.relname as fkeyname, " + "t.tgdeferrable, " + "t.tginitdeferred, " + "t.tgnargs,t.tgargs, " + "p1.proname as updaterule, " + "p2.proname as deleterule " + "FROM " + "pg_trigger t, " + "pg_trigger t1, " + "pg_class c, " + "pg_class c2, " + "pg_class ic, " + "pg_proc p1, " + "pg_proc p2, " + "pg_index i, " + "pg_attribute a " + "WHERE " // isolate the update rule + "(t.tgrelid=c.oid " + "AND t.tgisconstraint " + "AND t.tgconstrrelid=c2.oid " + "AND t.tgfoid=p1.oid " + "and p1.proname like '%%upd') " + "and " // isolate the delete rule + "(t1.tgrelid=c.oid " + "and t1.tgisconstraint " + "and t1.tgconstrrelid=c2.oid " + "AND t1.tgfoid=p2.oid " + "and p2.proname like '%%del') " // if we are looking for exported keys then primary table will be used + ((primaryTable != null) ? "AND c.relname='" + primaryTable + "' " : "") // if we are looking for imported keys then the foreign table will be used + ((foreignTable != null) ? "AND c2.relname='" + foreignTable + "' " : "") + "AND i.indrelid=c.oid " + "AND i.indexrelid=ic.oid " + "AND ic.oid=a.attrelid " + "AND i.indisprimary " + "ORDER BY " // orderby is as follows getExported, orders by FKTABLE, // getImported orders by PKTABLE // getCrossReference orders by FKTABLE, so this should work for both, // since when getting crossreference, primaryTable will be defined + (primaryTable != null ? "frelname" : "prelname") + ",keyseq"); // returns the following columns // and some example data with a table defined as follows // create table people ( id int primary key); // create table policy ( id int primary key); // create table users ( id int primary key, people_id int references people(id), policy_id int references policy(id)) // prelname | frelname | tgconstrname | keyseq | fkeyName | tgdeferrable | tginitdeferred // 1 | 2 | 3 | 4 | 5 | 6 | 7 // people | users | <unnamed> | 1 | people_pkey | f | f // | tgnargs | tgargs | updaterule | deleterule // | 8 | 9 | 10 | 11 // | 6 | <unnamed>\000users\000people\000UNSPECIFIED\000people_id\000id\000 | RI_FKey_noaction_upd | RI_FKey_noaction_del Vector tuples = new Vector(); while ( rs.next() ) { byte tuple[][] = new byte[14][]; tuple[2] = rs.getBytes(1); //PKTABLE_NAME tuple[6] = rs.getBytes(2); //FKTABLE_NAME String fKeyName = rs.getString(3); String updateRule = rs.getString(10); if (updateRule != null ) { // Rules look like this RI_FKey_noaction_del so we want to pull out the part between the 'Key_' and the last '_' s String rule = updateRule.substring(8, updateRule.length() - 4); int action = java.sql.DatabaseMetaData.importedKeyNoAction; if ( rule == null || "noaction".equals(rule) ) action = java.sql.DatabaseMetaData.importedKeyNoAction; if ("cascade".equals(rule)) action = java.sql.DatabaseMetaData.importedKeyCascade; else if ("setnull".equals(rule)) action = java.sql.DatabaseMetaData.importedKeySetNull; else if ("setdefault".equals(rule)) action = java.sql.DatabaseMetaData.importedKeySetDefault; else if ("restrict".equals(rule)) action = java.sql.DatabaseMetaData.importedKeyRestrict; tuple[9] = Integer.toString(action).getBytes(); } String deleteRule = rs.getString(11); if ( deleteRule != null ) { String rule = updateRule.substring(8, updateRule.length() - 4); int action = java.sql.DatabaseMetaData.importedKeyNoAction; if ("cascade".equals(rule)) action = java.sql.DatabaseMetaData.importedKeyCascade; else if ("setnull".equals(rule)) action = java.sql.DatabaseMetaData.importedKeySetNull; else if ("setdefault".equals(rule)) action = java.sql.DatabaseMetaData.importedKeySetDefault; tuple[10] = Integer.toString(action).getBytes(); } // Parse the tgargs data String fkeyColumn = ""; String pkeyColumn = ""; // Note, I am guessing at most of this, but it should be close // if not, please correct // the keys are in pairs and start after the first four arguments // the arguments are seperated by \000 int keySequence = rs.getInt(4); //KEY_SEQ // get the args String targs = rs.getString(9); // args look like this //<unnamed>\000ww\000vv\000UNSPECIFIED\000m\000a\000n\000b\000 // we are primarily interested in the column names which are the last items in the string StringTokenizer st = new StringTokenizer(targs, "\\000"); int advance = 4 + (keySequence - 1) * 2; for ( int i = 0; st.hasMoreTokens() && i < advance ; i++ ) st.nextToken(); // advance to the key column of interest if ( st.hasMoreTokens() ) { fkeyColumn = st.nextToken(); } if ( st.hasMoreTokens() ) { pkeyColumn = st.nextToken(); } tuple[3] = pkeyColumn.getBytes(); //PKCOLUMN_NAME tuple[7] = fkeyColumn.getBytes(); //FKCOLUMN_NAME tuple[8] = rs.getBytes(4); //KEY_SEQ tuple[11] = targs.getBytes(); //FK_NAME this will give us a unique name for the foreign key tuple[12] = rs.getBytes(5); //PK_NAME // DEFERRABILITY int deferrability = java.sql.DatabaseMetaData.importedKeyNotDeferrable; boolean deferrable = rs.getBoolean(6); boolean initiallyDeferred = rs.getBoolean(7); if (deferrable) { if (initiallyDeferred) deferrability = java.sql.DatabaseMetaData.importedKeyInitiallyDeferred; else deferrability = java.sql.DatabaseMetaData.importedKeyInitiallyImmediate; } tuple[13] = Integer.toString(deferrability).getBytes(); tuples.addElement(tuple); } return connection.getResultSet(null, f, tuples, "OK", 1); }
47288 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47288/7c553901d7ab010ad1cb5bf44f9ca2fdae83909a/AbstractJdbc1DatabaseMetaData.java/clean/src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1117, 2252, 18, 4669, 18, 13198, 336, 24934, 31140, 2396, 12, 780, 6222, 16, 514, 1963, 16, 514, 3354, 1388, 16, 514, 5523, 1388, 13, 1216, 6483, 202, 95, 202, 202, 974, 284, 8526, 273, 394, 2286, 63, 3461, 15533, 202, 202, 74, 63, 20, 65, 273, 394, 2286, 12, 4071, 16, 315, 8784, 7775, 67, 14130, 3113, 277, 58, 22483, 19105, 16, 6048, 67, 4574, 1769, 202, 202, 74, 63, 21, 65, 273, 394, 2286, 12, 4071, 16, 315, 8784, 7775, 67, 55, 10390, 3113, 277, 58, 22483, 19105, 16, 6048, 67, 4574, 1769, 202, 202, 74, 63, 22, 65, 273, 394, 2286, 12, 4071, 16, 315, 8784, 7775, 67, 1985, 3113, 277, 58, 22483, 19105, 16, 6048, 67, 4574, 1769, 202, 202, 74, 63, 23, 65, 273, 394, 2286, 12, 4071, 16, 315, 8784, 11009, 67, 1985, 3113, 277, 58, 22483, 19105, 16, 6048, 67, 4574, 1769, 202, 202, 74, 63, 24, 65, 273, 394, 2286, 12, 4071, 16, 315, 13121, 7775, 67, 14130, 3113, 277, 58, 22483, 19105, 16, 6048, 67, 4574, 1769, 202, 202, 74, 63, 25, 65, 273, 394, 2286, 12, 4071, 16, 315, 13121, 7775, 67, 55, 10390, 3113, 277, 58, 22483, 19105, 16, 6048, 67, 4574, 1769, 202, 202, 74, 63, 26, 65, 273, 394, 2286, 12, 4071, 16, 315, 13121, 7775, 67, 1985, 3113, 277, 58, 22483, 19105, 16, 6048, 67, 4574, 1769, 202, 202, 74, 63, 27, 65, 273, 394, 2286, 12, 4071, 16, 315, 13121, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1117, 2252, 18, 4669, 18, 13198, 336, 24934, 31140, 2396, 12, 780, 6222, 16, 514, 1963, 16, 514, 3354, 1388, 16, 514, 5523, 1388, 13, 1216, 6483, 202, 95, 202, 202, 974, 284, 8526, 273, 394, 2286, 63, 3461, 15533, 202, 202, 74, 63, 20, 65, 273, 394, 2286, 12, 4071, 16, 315, 8784, 7775, 67, 14130, 3113, 277, 58, 22483, 19105, 16, 6048, 67, 4574, 1769, 202, 202, 74, 63, 21, 65, 273, 394, 2286, 12, 4071, 16, 315, 8784, 7775, 67, 55, 10390, 3113, 277, 58, 22483, 19105, 16, 6048, 67, 4574, 1769, 202, 202, 74, 63, 22, 65, 273, 394, 2286, 12, 4071, 16, 315, 8784, 7775, 67, 1985, 3113, 277, 58, 22483, 19105, 2 ]
.setModifiedStatus(true);
.getMartBuilder().showStackTrace(t);
public void run() { // Repaint the schema diagram. DataSetTabSet.this.martTab.getSchemaTabSet() .repaintSchemaDiagram(table.getSchema()); // Repaint the overview diagram too. DataSetTabSet.this.martTab.getSchemaTabSet() .repaintOverviewDiagram(); // Update the explanation diagram so that it // correctly reflects the changed table. DataSetTabSet.this.repaintExplanationDialog(); // Update the modified status for the tabset. DataSetTabSet.this.martTab.getMartTabSet() .setModifiedStatus(true); }
2000 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2000/697fc52b912bb5a1524113edc0e15bf091f78336/DataSetTabSet.java/clean/src/java/org/biomart/builder/view/gui/DataSetTabSet.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 9944, 202, 482, 918, 1086, 1435, 288, 6862, 1082, 202, 759, 868, 84, 1598, 326, 1963, 19750, 18, 6862, 1082, 202, 13676, 5661, 694, 18, 2211, 18, 81, 485, 5661, 18, 588, 3078, 5661, 694, 1435, 6862, 6862, 202, 18, 14462, 1598, 3078, 14058, 1940, 12, 2121, 18, 588, 3078, 10663, 6862, 1082, 202, 759, 868, 84, 1598, 326, 18471, 19750, 4885, 18, 6862, 1082, 202, 13676, 5661, 694, 18, 2211, 18, 81, 485, 5661, 18, 588, 3078, 5661, 694, 1435, 6862, 6862, 202, 18, 14462, 1598, 26648, 14058, 1940, 5621, 6862, 1082, 202, 759, 2315, 326, 21285, 19750, 1427, 716, 518, 6862, 1082, 202, 759, 8783, 3037, 87, 326, 3550, 1014, 18, 6862, 1082, 202, 13676, 5661, 694, 18, 2211, 18, 14462, 1598, 424, 15854, 6353, 5621, 6862, 1082, 202, 759, 2315, 326, 4358, 1267, 364, 326, 3246, 542, 18, 6862, 1082, 202, 13676, 5661, 694, 18, 2211, 18, 81, 485, 5661, 18, 588, 49, 485, 5661, 694, 1435, 6862, 6862, 202, 18, 542, 4575, 1482, 12, 3767, 1769, 25083, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 9944, 202, 482, 918, 1086, 1435, 288, 6862, 1082, 202, 759, 868, 84, 1598, 326, 1963, 19750, 18, 6862, 1082, 202, 13676, 5661, 694, 18, 2211, 18, 81, 485, 5661, 18, 588, 3078, 5661, 694, 1435, 6862, 6862, 202, 18, 14462, 1598, 3078, 14058, 1940, 12, 2121, 18, 588, 3078, 10663, 6862, 1082, 202, 759, 868, 84, 1598, 326, 18471, 19750, 4885, 18, 6862, 1082, 202, 13676, 5661, 694, 18, 2211, 18, 81, 485, 5661, 18, 588, 3078, 5661, 694, 1435, 6862, 6862, 202, 18, 14462, 1598, 26648, 14058, 1940, 5621, 6862, 1082, 202, 759, 2315, 326, 21285, 19750, 1427, 716, 518, 6862, 1082, 202, 759, 8783, 3037, 87, 326, 3550, 1014, 18, 6862, 1082, 202, 13676, 5661, 694, 2 ]
int calculateLength() { int result = 0; for (Iterator iter = fields.values().iterator(); iter.hasNext();) { Field field = (Field) iter.next(); if (field.getField() == BeginString.FIELD || field.getField() == BodyLength.FIELD || field.getField() == CheckSum.FIELD) { continue; } result += field.getLength(); } Iterator iterator = groups.entrySet().iterator(); while (iterator.hasNext()) { Map.Entry entry = (Map.Entry)iterator.next(); List groupList = (List)entry.getValue();// IntField groupField = new IntField(((Integer)entry.getKey()).intValue());// groupField.setValue(groupList.size());// result += groupField.getLength(); for (int i = 0; i < groupList.size(); i++) { Group group = (Group)groupList.get(i); result += group.calculateLength(); } } return result; }
52526 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52526/ac62cdb33fe9cdcbdda5568204116691fedd13fb/FieldMap.java/buggy/src/quickfix/FieldMap.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 509, 11162, 1782, 1435, 95, 474, 2088, 33, 20, 31, 1884, 12, 3198, 2165, 33, 2821, 18, 2372, 7675, 9838, 5621, 2165, 18, 5332, 2134, 5621, 15329, 974, 1518, 28657, 974, 13, 2165, 18, 4285, 5621, 430, 12, 1518, 18, 588, 974, 1435, 631, 8149, 780, 18, 6776, 20081, 1518, 18, 588, 974, 1435, 631, 2250, 1782, 18, 6776, 20081, 1518, 18, 588, 974, 1435, 631, 1564, 3495, 18, 6776, 15329, 17143, 31, 97, 2088, 15, 33, 1518, 18, 588, 1782, 5621, 97, 3198, 9838, 33, 4650, 18, 4099, 694, 7675, 9838, 5621, 17523, 12, 9838, 18, 5332, 2134, 10756, 95, 863, 18, 1622, 4099, 28657, 863, 18, 1622, 13, 9838, 18, 4285, 5621, 682, 1655, 682, 28657, 682, 13, 4099, 18, 24805, 5621, 759, 1702, 974, 1655, 974, 33, 2704, 1702, 974, 12443, 12, 4522, 13, 4099, 18, 588, 653, 1435, 2934, 474, 620, 10663, 759, 1655, 974, 18, 542, 620, 12, 1655, 682, 18, 1467, 10663, 759, 2088, 15, 33, 1655, 974, 18, 588, 1782, 5621, 1884, 12, 474, 77, 33, 20, 31, 77, 32, 1655, 682, 18, 1467, 5621, 77, 27245, 95, 1114, 1655, 28657, 1114, 13, 1655, 682, 18, 588, 12, 77, 1769, 2088, 15, 33, 1655, 18, 11162, 1782, 5621, 9090, 2463, 2088, 31, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 509, 11162, 1782, 1435, 95, 474, 2088, 33, 20, 31, 1884, 12, 3198, 2165, 33, 2821, 18, 2372, 7675, 9838, 5621, 2165, 18, 5332, 2134, 5621, 15329, 974, 1518, 28657, 974, 13, 2165, 18, 4285, 5621, 430, 12, 1518, 18, 588, 974, 1435, 631, 8149, 780, 18, 6776, 20081, 1518, 18, 588, 974, 1435, 631, 2250, 1782, 18, 6776, 20081, 1518, 18, 588, 974, 1435, 631, 1564, 3495, 18, 6776, 15329, 17143, 31, 97, 2088, 15, 33, 1518, 18, 588, 1782, 5621, 97, 3198, 9838, 33, 4650, 18, 4099, 694, 7675, 9838, 5621, 17523, 12, 9838, 18, 5332, 2134, 10756, 95, 863, 18, 1622, 4099, 28657, 863, 18, 1622, 13, 9838, 18, 4285, 5621, 682, 1655, 682, 28657, 682, 2 ]
treeRecoveryFailed(sha1);
treeRecoveryFailed(downloadSHA1);
private URN scanForCorruption(int iteration) { // if we already were told to stop, then stop. if (corruptState==CORRUPT_STOP_STATE) return null; //if the user has not been asked before. URN fileHash=null; try { // let the user know we're hashing the file setState(HASHING); fileHash = URN.createSHA1Urn(incompleteFile); } catch(IOException ignored) {} catch(InterruptedException ignored) {} // If we have no hash, we can't check at all. if(sha1 == null) return fileHash; // If they're equal, everything's fine. //if fileHash == null, it will be a mismatch if(sha1.equals(fileHash)) return fileHash; if(LOG.isWarnEnabled()) LOG.warn("hash verification problem, fileHash="+ fileHash+", ourHash="+sha1); synchronized(corruptStateLock) { // immediately set as corrupt, // will change to non-corrupt later if user ignores setState(CORRUPT_FILE); // Note that no prompting or waiting will be done if hashTree // is null, but we still want to use promptAboutCorruptDownload // because it removes the file from being shared. promptAboutCorruptDownload(); waitForCorruptResponse(); } // If we wanted to stop, stop. if (corruptState==CORRUPT_STOP_STATE) return fileHash; // only try recovering MAX_CURROPTION_RECOVERY_ATTEMPTS times. if(iteration == MAX_CORRUPTION_RECOVERY_ATTEMPTS) { treeRecoveryFailed(sha1); } else if (hashTree != null) { // we can try to use the hashtree to identify corrupt ranges! try { setState(IDENTIFY_CORRUPTION); LOG.debug("identifying corruption..."); int deleted = commonOutFile.deleteCorruptedBlocks(hashTree, incompleteFile); if(LOG.isDebugEnabled()) LOG.debug("deleted " + deleted + " blocks"); corruptState = NOT_CORRUPT_STATE; if(deleted == 0) treeRecoveryFailed(sha1); } catch (IOException ioe) { LOG.debug(ioe); treeRecoveryFailed(sha1); } } return fileHash; }
5134 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5134/981458889d200dc56874c93616b533602d7ce9ae/ManagedDownloader.java/clean/components/gnutella-core/src/main/java/com/limegroup/gnutella/downloader/ManagedDownloader.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 1618, 50, 4135, 1290, 6217, 21421, 12, 474, 6532, 13, 288, 3639, 368, 309, 732, 1818, 4591, 268, 1673, 358, 2132, 16, 1508, 2132, 18, 3639, 309, 261, 3850, 10433, 1119, 631, 9428, 19866, 1856, 67, 17513, 67, 7998, 13, 5411, 327, 446, 31, 7734, 368, 430, 326, 729, 711, 486, 2118, 19279, 1865, 18, 15604, 1618, 50, 585, 2310, 33, 2011, 31, 3639, 775, 288, 5411, 368, 2231, 326, 729, 5055, 732, 4565, 24641, 326, 585, 5411, 12947, 12, 15920, 1360, 1769, 5411, 585, 2310, 273, 1618, 50, 18, 2640, 8325, 21, 57, 27639, 12, 17624, 812, 1769, 3639, 289, 3639, 1044, 12, 14106, 5455, 13, 2618, 3639, 1044, 12, 24485, 503, 5455, 13, 2618, 7734, 368, 971, 732, 1240, 1158, 1651, 16, 732, 848, 1404, 866, 622, 777, 18, 3639, 309, 12, 7819, 21, 422, 446, 13, 5411, 327, 585, 2310, 31, 3639, 368, 971, 2898, 4565, 3959, 16, 7756, 1807, 11079, 18, 3639, 368, 430, 585, 2310, 422, 446, 16, 518, 903, 506, 279, 13484, 3639, 309, 12, 7819, 21, 18, 14963, 12, 768, 2310, 3719, 5411, 327, 585, 2310, 31, 7734, 309, 12, 4842, 18, 291, 3160, 1526, 10756, 5411, 2018, 18, 8935, 2932, 2816, 11805, 6199, 16, 585, 2310, 1546, 15, 21821, 585, 2310, 15, 3113, 3134, 2310, 1546, 15, 7819, 21, 1769, 3639, 3852, 12, 3850, 10433, 1119, 2531, 13, 288, 5411, 368, 7636, 444, 487, 16899, 16, 5411, 368, 903, 2549, 358, 1661, 17, 3850, 10433, 5137, 309, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 1618, 50, 4135, 1290, 6217, 21421, 12, 474, 6532, 13, 288, 3639, 368, 309, 732, 1818, 4591, 268, 1673, 358, 2132, 16, 1508, 2132, 18, 3639, 309, 261, 3850, 10433, 1119, 631, 9428, 19866, 1856, 67, 17513, 67, 7998, 13, 5411, 327, 446, 31, 7734, 368, 430, 326, 729, 711, 486, 2118, 19279, 1865, 18, 15604, 1618, 50, 585, 2310, 33, 2011, 31, 3639, 775, 288, 5411, 368, 2231, 326, 729, 5055, 732, 4565, 24641, 326, 585, 5411, 12947, 12, 15920, 1360, 1769, 5411, 585, 2310, 273, 1618, 50, 18, 2640, 8325, 21, 57, 27639, 12, 17624, 812, 1769, 3639, 289, 3639, 1044, 12, 14106, 5455, 13, 2618, 3639, 1044, 12, 24485, 503, 5455, 13, 2618, 7734, 2 ]
aPaintContext.getScale() > SCALE_THRESHOLD){
aPaintContext.getScale() > SCALE_THRESHOLD){
public void paint(PPaintContext aPaintContext) { if (thumbnailNode == null || selected == true || aPaintContext.getScale() > SCALE_THRESHOLD){ if (thumbnailNode != null) { thumbnailNode.setVisible(false); thumbnailNode.setPickable(false); } imagesNode.setVisible(true); setPickable(true); } else { // show images node imagesNode.setVisible(false); if (thumbnailNode != null) { thumbnailNode.setVisible(true); thumbnailNode.setPickable(true); } setPickable(false); } super.paint(aPaintContext); }
55464 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55464/148dd42583e6f2e2118b9ee4227530b5e86d9087/DatasetImagesNode.java/buggy/SRC/org/openmicroscopy/shoola/agents/zoombrowser/piccolo/DatasetImagesNode.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 12574, 12, 6584, 1598, 1042, 279, 12699, 1042, 13, 288, 9506, 202, 430, 261, 14904, 907, 422, 446, 747, 3170, 422, 638, 747, 1875, 202, 69, 12699, 1042, 18, 588, 5587, 1435, 405, 25844, 67, 23840, 15329, 1082, 202, 430, 261, 14904, 907, 480, 446, 13, 288, 9506, 202, 14904, 907, 18, 542, 6207, 12, 5743, 1769, 9506, 202, 14904, 907, 18, 542, 17968, 429, 12, 5743, 1769, 1082, 202, 97, 1082, 202, 7369, 907, 18, 542, 6207, 12, 3767, 1769, 1082, 202, 542, 17968, 429, 12, 3767, 1769, 202, 202, 97, 202, 202, 12107, 288, 25083, 202, 759, 2405, 4602, 756, 1082, 202, 7369, 907, 18, 542, 6207, 12, 5743, 1769, 1082, 202, 430, 261, 14904, 907, 480, 446, 13, 288, 9506, 202, 14904, 907, 18, 542, 6207, 12, 3767, 1769, 9506, 202, 14904, 907, 18, 542, 17968, 429, 12, 3767, 1769, 9506, 202, 97, 1082, 202, 542, 17968, 429, 12, 5743, 1769, 202, 202, 97, 202, 202, 9565, 18, 84, 1598, 12, 69, 12699, 1042, 1769, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 12574, 12, 6584, 1598, 1042, 279, 12699, 1042, 13, 288, 9506, 202, 430, 261, 14904, 907, 422, 446, 747, 3170, 422, 638, 747, 1875, 202, 69, 12699, 1042, 18, 588, 5587, 1435, 405, 25844, 67, 23840, 15329, 1082, 202, 430, 261, 14904, 907, 480, 446, 13, 288, 9506, 202, 14904, 907, 18, 542, 6207, 12, 5743, 1769, 9506, 202, 14904, 907, 18, 542, 17968, 429, 12, 5743, 1769, 1082, 202, 97, 1082, 202, 7369, 907, 18, 542, 6207, 12, 3767, 1769, 1082, 202, 542, 17968, 429, 12, 3767, 1769, 202, 202, 97, 202, 202, 12107, 288, 25083, 202, 759, 2405, 4602, 756, 1082, 202, 7369, 907, 18, 542, 6207, 12, 5743, 1769, 1082, 202, 430, 2 ]
public WeakReferenceListNode(Object ref, ReferenceQueue queue, WeakReferenceListNode prev) {
public WeakReferenceListNode(Object ref, ReferenceQueue queue, WeakReferenceListNode next) {
public WeakReferenceListNode(Object ref, ReferenceQueue queue, WeakReferenceListNode prev) { super(ref, queue); this.prev = prev; if (prev != null) { prev.next = this; } }
46217 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46217/b174080e1ae646a0fc8e25372ec51dc664d92f79/ObjectSpace.java/buggy/src/org/jruby/runtime/ObjectSpace.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 540, 1071, 23632, 2404, 682, 907, 12, 921, 1278, 16, 6268, 3183, 2389, 16, 23632, 2404, 682, 907, 1024, 13, 288, 5411, 2240, 12, 1734, 16, 2389, 1769, 13491, 333, 18, 10001, 273, 2807, 31, 5411, 309, 261, 10001, 480, 446, 13, 288, 2398, 202, 10001, 18, 4285, 273, 333, 31, 5411, 289, 3639, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 540, 1071, 23632, 2404, 682, 907, 12, 921, 1278, 16, 6268, 3183, 2389, 16, 23632, 2404, 682, 907, 1024, 13, 288, 5411, 2240, 12, 1734, 16, 2389, 1769, 13491, 333, 18, 10001, 273, 2807, 31, 5411, 309, 261, 10001, 480, 446, 13, 288, 2398, 202, 10001, 18, 4285, 273, 333, 31, 5411, 289, 3639, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
if (domain_id == 0)
if (domain_id == 0) {
public void parse(Defaults d, LinkedList args) throws ParseFailedException, CommandFailedException { int domain_id = getIntParameter(args, 'n', 0); boolean force = getFlagParameter(args, 'f'); String partition_name = getStringParameter(args, 'p', ""); boolean write = getFlagParameter(args, 'w'); if (domain_id == 0) throw new ParseFailedException("Expected -n<domain_id>"); if (partition_name.equals("")) throw new ParseFailedException("Expected -p<partition_name>"); Mode mode; if (write) mode = Mode.READ_WRITE; else mode = Mode.READ_ONLY; // Initialise the partition manager and look up the partition loadState(); Partition p = PartitionManager.IT.getPartition(partition_name); if ( p == null ) throw new CommandFailedException("Partition " + partition_name + " does not exist."); // Check if this partition belongs to the VDM if (p.isXeno() && !force) throw new CommandFailedException("Refusing to grant physical access as the given partition is allocated to the virtual disk manager. Use -f if you are sure."); String output = new CommandPhysicalGrant( d, domain_id, p, mode ).execute(); if ( output != null ) System.out.println( output ); }
3920 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3920/c9e5232d3bb25a56d2243e9927a9f834c51f687a/ParsePhysicalGrant.java/clean/tools/control/src/org/xenoserver/cmdline/ParsePhysicalGrant.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 1109, 12, 7019, 302, 16, 10688, 833, 13, 1216, 2884, 12417, 16, 3498, 12417, 288, 565, 509, 2461, 67, 350, 273, 8145, 1662, 12, 1968, 16, 296, 82, 2187, 374, 1769, 565, 1250, 2944, 273, 336, 4678, 1662, 12, 1968, 16, 296, 74, 8284, 565, 514, 3590, 67, 529, 273, 4997, 1662, 12, 1968, 16, 296, 84, 2187, 1408, 1769, 565, 1250, 1045, 273, 336, 4678, 1662, 12, 1968, 16, 296, 91, 8284, 3639, 309, 261, 4308, 67, 350, 422, 374, 13, 288, 1377, 604, 394, 2884, 12417, 2932, 6861, 300, 82, 32, 4308, 67, 350, 2984, 1769, 565, 309, 261, 10534, 67, 529, 18, 14963, 2932, 6, 3719, 1377, 604, 394, 2884, 12417, 2932, 6861, 300, 84, 32, 10534, 67, 529, 2984, 1769, 1850, 8126, 1965, 31, 565, 309, 261, 2626, 13, 1377, 1965, 273, 8126, 18, 6949, 67, 11677, 31, 565, 469, 1377, 1965, 273, 8126, 18, 6949, 67, 10857, 31, 1850, 368, 31739, 326, 3590, 3301, 471, 2324, 731, 326, 3590, 565, 1262, 1119, 5621, 565, 12598, 293, 273, 12598, 1318, 18, 1285, 18, 588, 7003, 12, 10534, 67, 529, 1769, 3639, 309, 261, 293, 422, 446, 262, 1377, 604, 394, 3498, 12417, 2932, 7003, 315, 397, 3590, 67, 529, 397, 315, 1552, 486, 1005, 1199, 1769, 3639, 368, 2073, 309, 333, 3590, 11081, 358, 326, 776, 16125, 565, 309, 261, 84, 18, 291, 60, 5764, 1435, 597, 401, 5734, 13, 1377, 604, 394, 3498, 12417, 2932, 1957, 9940, 358, 7936, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 1109, 12, 7019, 302, 16, 10688, 833, 13, 1216, 2884, 12417, 16, 3498, 12417, 288, 565, 509, 2461, 67, 350, 273, 8145, 1662, 12, 1968, 16, 296, 82, 2187, 374, 1769, 565, 1250, 2944, 273, 336, 4678, 1662, 12, 1968, 16, 296, 74, 8284, 565, 514, 3590, 67, 529, 273, 4997, 1662, 12, 1968, 16, 296, 84, 2187, 1408, 1769, 565, 1250, 1045, 273, 336, 4678, 1662, 12, 1968, 16, 296, 91, 8284, 3639, 309, 261, 4308, 67, 350, 422, 374, 13, 288, 1377, 604, 394, 2884, 12417, 2932, 6861, 300, 82, 32, 4308, 67, 350, 2984, 1769, 565, 309, 261, 10534, 67, 529, 18, 14963, 2932, 6, 3719, 1377, 604, 394, 2884, 12417, 2932, 6861, 2 ]
return InspectionGadgetsBundle.message("constant.conditional.expression.simplify.quickfix"); }
return InspectionGadgetsBundle.message( "constant.conditional.expression.simplify.quickfix"); }
public String getName() { return InspectionGadgetsBundle.message("constant.conditional.expression.simplify.quickfix"); }
12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/0c22d3bce35a1ee7d70c329328f649614cf6f21a/ConstantIfStatementInspection.java/buggy/plugins/InspectionGadgets/src/com/siyeh/ig/controlflow/ConstantIfStatementInspection.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 514, 1723, 1435, 288, 1377, 327, 22085, 7017, 43, 361, 14665, 3405, 18, 2150, 2932, 14384, 18, 22019, 18, 8692, 18, 9812, 412, 1164, 18, 19525, 904, 8863, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 514, 1723, 1435, 288, 1377, 327, 22085, 7017, 43, 361, 14665, 3405, 18, 2150, 2932, 14384, 18, 22019, 18, 8692, 18, 9812, 412, 1164, 18, 19525, 904, 8863, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
"true");
"false");
private void initIOSettings() { deduceBonding = new BooleanIOSetting("DeduceBonding", IOSetting.LOW, "Should the PDBReader deduce bonding patterns?", "true"); useRebondTool = new BooleanIOSetting("UseRebondTool", IOSetting.LOW, "Should the RebondTool be used (or a heuristic approach otherwise)?", "false"); }
45254 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45254/310f218e48cac0bbb4ed84ed866fc19092c3a7ff/PDBReader.java/buggy/src/org/openscience/cdk/io/PDBReader.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 1208, 4294, 2628, 1435, 288, 3639, 11140, 3965, 9807, 310, 273, 394, 3411, 4294, 5568, 2932, 20563, 3965, 9807, 310, 3113, 1665, 5568, 18, 4130, 16, 1850, 315, 14309, 326, 21601, 2514, 11140, 3965, 8427, 310, 6884, 35, 3113, 6647, 315, 5743, 8863, 3639, 999, 426, 26425, 6364, 273, 394, 3411, 4294, 5568, 2932, 3727, 426, 26425, 6364, 3113, 1665, 5568, 18, 4130, 16, 1850, 315, 14309, 326, 868, 26425, 6364, 506, 1399, 261, 280, 279, 25833, 17504, 3541, 9945, 3113, 1850, 315, 5743, 8863, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 1208, 4294, 2628, 1435, 288, 3639, 11140, 3965, 9807, 310, 273, 394, 3411, 4294, 5568, 2932, 20563, 3965, 9807, 310, 3113, 1665, 5568, 18, 4130, 16, 1850, 315, 14309, 326, 21601, 2514, 11140, 3965, 8427, 310, 6884, 35, 3113, 6647, 315, 5743, 8863, 3639, 999, 426, 26425, 6364, 273, 394, 3411, 4294, 5568, 2932, 3727, 426, 26425, 6364, 3113, 1665, 5568, 18, 4130, 16, 1850, 315, 14309, 326, 868, 26425, 6364, 506, 1399, 261, 280, 279, 25833, 17504, 3541, 9945, 3113, 1850, 315, 5743, 8863, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
public Pointcut getPointcut(String name) { return null;
public Pointcut getPointcut(String name) throws NoSuchPointcutException { Pointcut[] pcs = getDeclaredPointcuts(); for (Pointcut pc : pcs) if (pc.getName().equals(name)) return pc; throw new NoSuchPointcutException(name);
public Pointcut getPointcut(String name) { // TODO Auto-generated method stub return null; }
53148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/53148/92fce1440c9017376efaf544802d8cef07546b03/AjTypeImpl.java/buggy/aspectj5rt/java5-src/org/aspectj/internal/lang/reflect/AjTypeImpl.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 4686, 5150, 15808, 5150, 12, 780, 508, 13, 288, 202, 202, 759, 2660, 8064, 17, 11168, 707, 7168, 202, 202, 2463, 446, 31, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 4686, 5150, 15808, 5150, 12, 780, 508, 13, 288, 202, 202, 759, 2660, 8064, 17, 11168, 707, 7168, 202, 202, 2463, 446, 31, 202, 97, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
if (argCount == 0) { if (itsZeroArgArray >= 0) { cfw.addALoad(itsZeroArgArray); } else { cfw.add(ByteCode.GETSTATIC, "org/mozilla/javascript/ScriptRuntime", "emptyArgs", "[Ljava/lang/Object;"); } } else if (argCount == 1) { if (itsOneArgArray >= 0) cfw.addALoad(itsOneArgArray); else { cfw.addPush(1); cfw.add(ByteCode.ANEWARRAY, "java/lang/Object"); } } else { cfw.addPush(argCount); cfw.add(ByteCode.ANEWARRAY, "java/lang/Object");
if (argCount == 1 && itsOneArgArray >= 0) { cfw.addALoad(itsOneArgArray); } else { addNewObjectArray(argCount);
private void generateCallArgArray(Node node, Node argChild, boolean directCall) { int argCount = 0; for (Node child = argChild; child != null; child = child.getNext()) { ++argCount; } // load array object to set arguments if (argCount == 0) { if (itsZeroArgArray >= 0) { cfw.addALoad(itsZeroArgArray); } else { cfw.add(ByteCode.GETSTATIC, "org/mozilla/javascript/ScriptRuntime", "emptyArgs", "[Ljava/lang/Object;"); } } else if (argCount == 1) { if (itsOneArgArray >= 0) cfw.addALoad(itsOneArgArray); else { cfw.addPush(1); cfw.add(ByteCode.ANEWARRAY, "java/lang/Object"); } } else { cfw.addPush(argCount); cfw.add(ByteCode.ANEWARRAY, "java/lang/Object"); } // Copy arguments into it for (int i = 0; i != argCount; ++i) { cfw.add(ByteCode.DUP); cfw.addPush(i); if (!directCall) { generateCodeFromNode(argChild, node); } else { // If this has also been a directCall sequence, the Number // flag will have remained set for any parameter so that // the values could be copied directly into the outgoing // args. Here we want to force it to be treated as not in // a Number context, so we set the flag off. int dcp_register = nodeIsDirectCallParameter(argChild); if (dcp_register >= 0) { dcpLoadAsObject(dcp_register); } else { generateCodeFromNode(argChild, node); int childNumberFlag = argChild.getIntProp(Node.ISNUMBER_PROP, -1); if (childNumberFlag == Node.BOTH) { addDoubleWrap(); } } } cfw.add(ByteCode.AASTORE); argChild = argChild.getNext(); } }
12904 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12904/61f8b426d60087cfa77b544de71fee0d1523ba7e/Codegen.java/buggy/js/rhino/src/org/mozilla/javascript/optimizer/Codegen.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 2103, 1477, 4117, 1076, 12, 907, 756, 16, 2029, 1501, 1763, 16, 1250, 2657, 1477, 13, 565, 288, 3639, 509, 1501, 1380, 273, 374, 31, 3639, 364, 261, 907, 1151, 273, 1501, 1763, 31, 1151, 480, 446, 31, 1151, 273, 1151, 18, 588, 2134, 10756, 288, 5411, 965, 3175, 1380, 31, 3639, 289, 3639, 368, 1262, 526, 733, 358, 444, 1775, 3639, 309, 261, 3175, 1380, 422, 374, 13, 288, 5411, 309, 261, 1282, 7170, 4117, 1076, 1545, 374, 13, 288, 7734, 6080, 91, 18, 1289, 1013, 6189, 12, 1282, 7170, 4117, 1076, 1769, 5411, 289, 469, 288, 7734, 6080, 91, 18, 1289, 12, 3216, 1085, 18, 3264, 22741, 16, 13491, 315, 3341, 19, 8683, 15990, 19, 11242, 19, 3651, 5576, 3113, 13491, 315, 5531, 2615, 3113, 5158, 21159, 19, 4936, 19, 921, 4868, 1769, 5411, 289, 3639, 289, 469, 309, 261, 3175, 1380, 422, 404, 13, 288, 5411, 309, 261, 1282, 3335, 4117, 1076, 1545, 374, 13, 7734, 6080, 91, 18, 1289, 1013, 6189, 12, 1282, 3335, 4117, 1076, 1769, 5411, 469, 288, 7734, 6080, 91, 18, 1289, 7621, 12, 21, 1769, 7734, 6080, 91, 18, 1289, 12, 3216, 1085, 18, 1258, 7245, 8552, 16, 315, 6290, 19, 4936, 19, 921, 8863, 5411, 289, 3639, 289, 3639, 469, 288, 5411, 6080, 91, 18, 1289, 7621, 12, 3175, 1380, 1769, 5411, 6080, 91, 18, 1289, 12, 3216, 1085, 18, 1258, 7245, 8552, 16, 315, 6290, 19, 4936, 19, 921, 8863, 3639, 289, 3639, 368, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 2103, 1477, 4117, 1076, 12, 907, 756, 16, 2029, 1501, 1763, 16, 1250, 2657, 1477, 13, 565, 288, 3639, 509, 1501, 1380, 273, 374, 31, 3639, 364, 261, 907, 1151, 273, 1501, 1763, 31, 1151, 480, 446, 31, 1151, 273, 1151, 18, 588, 2134, 10756, 288, 5411, 965, 3175, 1380, 31, 3639, 289, 3639, 368, 1262, 526, 733, 358, 444, 1775, 3639, 309, 261, 3175, 1380, 422, 374, 13, 288, 5411, 309, 261, 1282, 7170, 4117, 1076, 1545, 374, 13, 288, 7734, 6080, 91, 18, 1289, 1013, 6189, 12, 1282, 7170, 4117, 1076, 1769, 5411, 289, 469, 288, 7734, 6080, 91, 18, 1289, 12, 3216, 1085, 18, 3264, 22741, 16, 13491, 315, 3341, 19, 8683, 15990, 2 ]
buffer.insert(0, Util.bind("compilation.unresolvedProblem"));
buffer.insert(0, Messages.compilation_unresolvedProblem);
public void addProblemClinit(IProblem[] problems) { generateMethodInfoHeaderForClinit(); // leave two spaces for the number of attributes contentsOffset -= 2; int attributeOffset = contentsOffset; contentsOffset += 2; int attributeNumber = 0; int codeAttributeOffset = contentsOffset; generateCodeAttributeHeader(); codeStream.resetForProblemClinit(this); String problemString = "" ; //$NON-NLS-1$ int problemLine = 0; if (problems != null) { int max = problems.length; StringBuffer buffer = new StringBuffer(25); int count = 0; for (int i = 0; i < max; i++) { IProblem problem = problems[i]; if ((problem != null) && (problem.isError())) { buffer.append("\t" +problem.getMessage() + "\n" ); //$NON-NLS-1$ //$NON-NLS-2$ count++; if (problemLine == 0) { problemLine = problem.getSourceLineNumber(); } problems[i] = null; } } // insert the top line afterwards, once knowing how many problems we have to consider if (count > 1) { buffer.insert(0, Util.bind("compilation.unresolvedProblems"));//$NON-NLS-1$ } else { buffer.insert(0, Util.bind("compilation.unresolvedProblem"));//$NON-NLS-1$ } problemString = buffer.toString(); } // return codeStream.generateCodeAttributeForProblemMethod(comp.options.runtimeExceptionNameForCompileError, "") codeStream.generateCodeAttributeForProblemMethod(problemString); attributeNumber++; // code attribute completeCodeAttributeForClinit( codeAttributeOffset, referenceBinding .scope .referenceCompilationUnit() .compilationResult .lineSeparatorPositions, problemLine); contents[attributeOffset++] = (byte) (attributeNumber >> 8); contents[attributeOffset] = (byte) attributeNumber; }
10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/663ec6c2eb68be77ac5a9531885836701530934d/ClassFile.java/buggy/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 527, 13719, 2009, 2738, 12, 45, 13719, 8526, 9688, 13, 288, 202, 202, 7163, 1305, 966, 1864, 1290, 2009, 2738, 5621, 202, 202, 759, 8851, 2795, 7292, 364, 326, 1300, 434, 1677, 202, 202, 3980, 2335, 3947, 576, 31, 202, 202, 474, 1566, 2335, 273, 2939, 2335, 31, 202, 202, 3980, 2335, 1011, 576, 31, 202, 202, 474, 1566, 1854, 273, 374, 31, 202, 202, 474, 981, 1499, 2335, 273, 2939, 2335, 31, 202, 202, 7163, 1085, 1499, 1864, 5621, 202, 202, 710, 1228, 18, 6208, 1290, 13719, 2009, 2738, 12, 2211, 1769, 202, 202, 780, 6199, 780, 273, 1408, 274, 4329, 3993, 17, 5106, 17, 21, 8, 202, 202, 474, 6199, 1670, 273, 374, 31, 202, 202, 430, 261, 29812, 480, 446, 13, 288, 1082, 202, 474, 943, 273, 9688, 18, 2469, 31, 1082, 202, 780, 1892, 1613, 273, 394, 6674, 12, 2947, 1769, 1082, 202, 474, 1056, 273, 374, 31, 1082, 202, 1884, 261, 474, 277, 273, 374, 31, 277, 411, 943, 31, 277, 27245, 288, 9506, 202, 45, 13719, 6199, 273, 9688, 63, 77, 15533, 9506, 202, 430, 14015, 18968, 480, 446, 13, 597, 261, 18968, 18, 291, 668, 1435, 3719, 288, 6862, 202, 4106, 18, 6923, 31458, 88, 6, 225, 397, 18968, 18, 24906, 1435, 397, 1548, 82, 6, 11272, 4329, 3993, 17, 5106, 17, 21, 8, 4329, 3993, 17, 5106, 17, 22, 8, 6862, 202, 1883, 9904, 31, 6862, 202, 430, 261, 18968, 1670, 422, 374, 13, 288, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 527, 13719, 2009, 2738, 12, 45, 13719, 8526, 9688, 13, 288, 202, 202, 7163, 1305, 966, 1864, 1290, 2009, 2738, 5621, 202, 202, 759, 8851, 2795, 7292, 364, 326, 1300, 434, 1677, 202, 202, 3980, 2335, 3947, 576, 31, 202, 202, 474, 1566, 2335, 273, 2939, 2335, 31, 202, 202, 3980, 2335, 1011, 576, 31, 202, 202, 474, 1566, 1854, 273, 374, 31, 202, 202, 474, 981, 1499, 2335, 273, 2939, 2335, 31, 202, 202, 7163, 1085, 1499, 1864, 5621, 202, 202, 710, 1228, 18, 6208, 1290, 13719, 2009, 2738, 12, 2211, 1769, 202, 202, 780, 6199, 780, 273, 1408, 274, 4329, 3993, 17, 5106, 17, 21, 8, 202, 202, 474, 6199, 1670, 273, 374, 2 ]
if(attempt.equals(myRow.getStringColumn("password"))) return true; return false;
return (encoded.equals(myRow.getStringColumn("password")));
public boolean checkPassword(String attempt) { String encoded = encodePassword( attempt); if(attempt.equals(myRow.getStringColumn("password"))) return true; return false; }
51882 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51882/afff7c8039c03786085747af992b82adab3f4fd3/EPerson.java/clean/dspace/src/org/dspace/eperson/EPerson.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 1250, 866, 3913, 12, 780, 4395, 13, 565, 288, 3639, 514, 3749, 273, 2017, 3913, 12, 4395, 1769, 3639, 309, 12, 11764, 18, 14963, 12, 4811, 1999, 18, 588, 780, 1494, 2932, 3664, 6, 20349, 5411, 327, 638, 31, 3639, 327, 629, 31, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 1250, 866, 3913, 12, 780, 4395, 13, 565, 288, 3639, 514, 3749, 273, 2017, 3913, 12, 4395, 1769, 3639, 309, 12, 11764, 18, 14963, 12, 4811, 1999, 18, 588, 780, 1494, 2932, 3664, 6, 20349, 5411, 327, 638, 31, 3639, 327, 629, 31, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
if (kind > 55) kind = 55; jjCheckNAdd(55);
if (kind > 52) kind = 52; jjCheckNAdd(33);
private final int jjMoveNfa_0(int startState, int curPos){ int[] nextStates; int startsAt = 0; jjnewStateCnt = 74; int i = 1; jjstateSet[0] = startState; int j, kind = 0x7fffffff; for (;;) { if (++jjround == 0x7fffffff) ReInitRounds(); if (curChar < 64) { long l = 1L << curChar; MatchLoop: do { switch(jjstateSet[--i]) { case 0: if ((0x3ff000000000000L & l) != 0L) { if (kind > 52) kind = 52; jjCheckNAdd(53); } else if ((0x100002600L & l) != 0L) { if (kind > 26) kind = 26; jjCheckNAdd(9); } else if (curChar == 36) { if (kind > 13) kind = 13; jjCheckNAddTwoStates(61, 62); } else if (curChar == 45) jjCheckNAdd(53); else if (curChar == 33) { if (kind > 44) kind = 44; } else if (curChar == 61) jjstateSet[jjnewStateCnt++] = 45; else if (curChar == 62) jjstateSet[jjnewStateCnt++] = 43; else if (curChar == 60) jjstateSet[jjnewStateCnt++] = 40; else if (curChar == 38) jjstateSet[jjnewStateCnt++] = 30; else if (curChar == 39) jjCheckNAddStates(0, 2); else if (curChar == 34) jjCheckNAddStates(3, 5); else if (curChar == 35) jjstateSet[jjnewStateCnt++] = 7; else if (curChar == 41) { if (kind > 9) kind = 9; jjCheckNAddStates(6, 8); } if ((0x2400L & l) != 0L) { if (kind > 30) kind = 30; } else if (curChar == 33) jjstateSet[jjnewStateCnt++] = 49; else if (curChar == 62) { if (kind > 40) kind = 40; } else if (curChar == 60) { if (kind > 38) kind = 38; } if (curChar == 13) jjstateSet[jjnewStateCnt++] = 28; break; case 1: if ((0x100000200L & l) != 0L) jjCheckNAddStates(6, 8); break; case 2: if ((0x2400L & l) != 0L && kind > 9) kind = 9; break; case 3: if (curChar == 10 && kind > 9) kind = 9; break; case 4: if (curChar == 13) jjstateSet[jjnewStateCnt++] = 3; break; case 5: if (curChar == 42) jjstateSet[jjnewStateCnt++] = 6; break; case 6: if ((0xfffffff7ffffffffL & l) != 0L && kind > 16) kind = 16; break; case 7: if (curChar == 42) jjstateSet[jjnewStateCnt++] = 5; break; case 8: if (curChar == 35) jjstateSet[jjnewStateCnt++] = 7; break; case 9: if ((0x100002600L & l) == 0L) break; if (kind > 26) kind = 26; jjCheckNAdd(9); break; case 10: if (curChar == 34) jjCheckNAddStates(3, 5); break; case 11: if ((0xfffffffbffffffffL & l) != 0L) jjCheckNAddStates(3, 5); break; case 12: if (curChar == 34 && kind > 27) kind = 27; break; case 14: if ((0x8400000000L & l) != 0L) jjCheckNAddStates(3, 5); break; case 15: if ((0xff000000000000L & l) != 0L) jjCheckNAddStates(9, 12); break; case 16: if ((0xff000000000000L & l) != 0L) jjCheckNAddStates(3, 5); break; case 17: if ((0xf000000000000L & l) != 0L) jjstateSet[jjnewStateCnt++] = 18; break; case 18: if ((0xff000000000000L & l) != 0L) jjCheckNAdd(16); break; case 19: if (curChar == 32) jjAddStates(13, 14); break; case 20: if (curChar == 10) jjCheckNAddStates(3, 5); break; case 21: if (curChar == 39) jjCheckNAddStates(0, 2); break; case 22: if ((0xffffff7fffffffffL & l) != 0L) jjCheckNAddStates(0, 2); break; case 24: if (curChar == 32) jjAddStates(15, 16); break; case 25: if (curChar == 10) jjCheckNAddStates(0, 2); break; case 26: if (curChar == 39 && kind > 27) kind = 27; break; case 27: if ((0x2400L & l) != 0L && kind > 30) kind = 30; break; case 28: if (curChar == 10 && kind > 30) kind = 30; break; case 29: if (curChar == 13) jjstateSet[jjnewStateCnt++] = 28; break; case 30: if (curChar == 38 && kind > 36) kind = 36; break; case 31: if (curChar == 38) jjstateSet[jjnewStateCnt++] = 30; break; case 39: if (curChar == 60 && kind > 38) kind = 38; break; case 40: if (curChar == 61 && kind > 39) kind = 39; break; case 41: if (curChar == 60) jjstateSet[jjnewStateCnt++] = 40; break; case 42: if (curChar == 62 && kind > 40) kind = 40; break; case 43: if (curChar == 61 && kind > 41) kind = 41; break; case 44: if (curChar == 62) jjstateSet[jjnewStateCnt++] = 43; break; case 45: if (curChar == 61 && kind > 42) kind = 42; break; case 46: if (curChar == 61) jjstateSet[jjnewStateCnt++] = 45; break; case 49: if (curChar == 61 && kind > 43) kind = 43; break; case 50: if (curChar == 33) jjstateSet[jjnewStateCnt++] = 49; break; case 51: if (curChar == 33 && kind > 44) kind = 44; break; case 52: if (curChar == 45) jjCheckNAdd(53); break; case 53: if ((0x3ff000000000000L & l) == 0L) break; if (kind > 52) kind = 52; jjCheckNAdd(53); break; case 55: if ((0x3ff000000000000L & l) == 0L) break; if (kind > 55) kind = 55; jjstateSet[jjnewStateCnt++] = 55; break; case 58: if (curChar == 36 && kind > 13) kind = 13; break; case 60: if (curChar == 36) jjCheckNAddTwoStates(61, 62); break; case 62: if (curChar == 33 && kind > 14) kind = 14; break; case 63: if (curChar != 36) break; if (kind > 13) kind = 13; jjCheckNAddTwoStates(61, 62); break; default : break; } } while(i != startsAt); } else if (curChar < 128) { long l = 1L << (curChar & 077); MatchLoop: do { switch(jjstateSet[--i]) { case 0: if ((0x7fffffe87fffffeL & l) != 0L) { if (kind > 55) kind = 55; jjCheckNAdd(55); } else if (curChar == 92) jjCheckNAddStates(17, 20); else if (curChar == 124) jjstateSet[jjnewStateCnt++] = 35; if (curChar == 110) jjAddStates(21, 22); else if (curChar == 103) jjAddStates(23, 24); else if (curChar == 108) jjAddStates(25, 26); else if (curChar == 101) jjstateSet[jjnewStateCnt++] = 47; else if (curChar == 111) jjstateSet[jjnewStateCnt++] = 37; else if (curChar == 97) jjstateSet[jjnewStateCnt++] = 33; break; case 6: if (kind > 16) kind = 16; break; case 11: if ((0xffffffffefffffffL & l) != 0L) jjCheckNAddStates(3, 5); break; case 13: if (curChar == 92) jjAddStates(27, 31); break; case 14: if ((0x14404410000000L & l) != 0L) jjCheckNAddStates(3, 5); break; case 22: jjAddStates(0, 2); break; case 23: if (curChar == 92) jjAddStates(15, 16); break; case 32: if (curChar == 100 && kind > 36) kind = 36; break; case 33: if (curChar == 110) jjstateSet[jjnewStateCnt++] = 32; break; case 34: if (curChar == 97) jjstateSet[jjnewStateCnt++] = 33; break; case 35: if (curChar == 124 && kind > 37) kind = 37; break; case 36: if (curChar == 124) jjstateSet[jjnewStateCnt++] = 35; break; case 37: if (curChar == 114 && kind > 37) kind = 37; break; case 38: if (curChar == 111) jjstateSet[jjnewStateCnt++] = 37; break; case 47: if (curChar == 113 && kind > 42) kind = 42; break; case 48: if (curChar == 101) jjstateSet[jjnewStateCnt++] = 47; break; case 54: case 55: if ((0x7fffffe87fffffeL & l) == 0L) break; if (kind > 55) kind = 55; jjCheckNAdd(55); break; case 56: if (curChar == 92) jjCheckNAddStates(17, 20); break; case 57: if (curChar == 92) jjCheckNAddTwoStates(57, 58); break; case 59: if (curChar == 92) jjCheckNAddTwoStates(59, 60); break; case 61: if (curChar == 92) jjAddStates(32, 33); break; case 64: if (curChar == 108) jjAddStates(25, 26); break; case 65: if (curChar == 116 && kind > 38) kind = 38; break; case 66: if (curChar == 101 && kind > 39) kind = 39; break; case 67: if (curChar == 103) jjAddStates(23, 24); break; case 68: if (curChar == 116 && kind > 40) kind = 40; break; case 69: if (curChar == 101 && kind > 41) kind = 41; break; case 70: if (curChar == 110) jjAddStates(21, 22); break; case 71: if (curChar == 101 && kind > 43) kind = 43; break; case 72: if (curChar == 116 && kind > 44) kind = 44; break; case 73: if (curChar == 111) jjstateSet[jjnewStateCnt++] = 72; break; default : break; } } while(i != startsAt); } else { int hiByte = (int)(curChar >> 8); int i1 = hiByte >> 6; long l1 = 1L << (hiByte & 077); int i2 = (curChar & 0xff) >> 6; long l2 = 1L << (curChar & 077); MatchLoop: do { switch(jjstateSet[--i]) { case 6: if (jjCanMove_0(hiByte, i1, i2, l1, l2) && kind > 16) kind = 16; break; case 11: if (jjCanMove_0(hiByte, i1, i2, l1, l2)) jjAddStates(3, 5); break; case 22: if (jjCanMove_0(hiByte, i1, i2, l1, l2)) jjAddStates(0, 2); break; default : break; } } while(i != startsAt); } if (kind != 0x7fffffff) { jjmatchedKind = kind; jjmatchedPos = curPos; kind = 0x7fffffff; } ++curPos; if ((i = jjnewStateCnt) == (startsAt = 74 - (jjnewStateCnt = startsAt))) return curPos; try { curChar = input_stream.readChar(); } catch(java.io.IOException e) { return curPos; } }}
55820 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55820/89173502837b4d67a69cd30d0b93cf47ed84c8cc/ParserTokenManager.java/clean/src/java/org/apache/velocity/runtime/parser/ParserTokenManager.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 3238, 727, 509, 10684, 7607, 50, 507, 67, 20, 12, 474, 787, 1119, 16, 509, 662, 1616, 15329, 282, 509, 8526, 1024, 7629, 31, 282, 509, 2542, 861, 273, 374, 31, 282, 10684, 2704, 1119, 11750, 273, 30338, 31, 282, 509, 277, 273, 404, 31, 282, 10684, 2019, 694, 63, 20, 65, 273, 787, 1119, 31, 282, 509, 525, 16, 3846, 273, 374, 92, 27, 18217, 74, 31, 282, 364, 261, 25708, 13, 282, 288, 1377, 309, 261, 9904, 78, 78, 2260, 422, 374, 92, 27, 18217, 74, 13, 540, 868, 2570, 54, 9284, 5621, 1377, 309, 261, 1397, 2156, 411, 5178, 13, 1377, 288, 540, 1525, 328, 273, 404, 48, 2296, 662, 2156, 31, 540, 4639, 6452, 30, 741, 540, 288, 5411, 1620, 12, 78, 78, 2019, 694, 63, 413, 77, 5717, 5411, 288, 9079, 648, 374, 30, 5375, 309, 14015, 20, 92, 23, 1403, 12648, 2787, 48, 473, 328, 13, 480, 374, 48, 13, 5375, 288, 5397, 309, 261, 9224, 405, 18106, 13, 13491, 3846, 273, 18106, 31, 5397, 10684, 1564, 50, 986, 12, 8643, 1769, 5375, 289, 5375, 469, 309, 14015, 20, 92, 23899, 5558, 713, 48, 473, 328, 13, 480, 374, 48, 13, 5375, 288, 5397, 309, 261, 9224, 405, 10659, 13, 13491, 3846, 273, 10659, 31, 5397, 10684, 1564, 50, 986, 12, 29, 1769, 5375, 289, 5375, 469, 309, 261, 1397, 2156, 422, 6580, 13, 5375, 288, 5397, 309, 261, 9224, 405, 5958, 13, 13491, 3846, 273, 5958, 31, 5397, 10684, 1564, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 3238, 727, 509, 10684, 7607, 50, 507, 67, 20, 12, 474, 787, 1119, 16, 509, 662, 1616, 15329, 282, 509, 8526, 1024, 7629, 31, 282, 509, 2542, 861, 273, 374, 31, 282, 10684, 2704, 1119, 11750, 273, 30338, 31, 282, 509, 277, 273, 404, 31, 282, 10684, 2019, 694, 63, 20, 65, 273, 787, 1119, 31, 282, 509, 525, 16, 3846, 273, 374, 92, 27, 18217, 74, 31, 282, 364, 261, 25708, 13, 282, 288, 1377, 309, 261, 9904, 78, 78, 2260, 422, 374, 92, 27, 18217, 74, 13, 540, 868, 2570, 54, 9284, 5621, 1377, 309, 261, 1397, 2156, 411, 5178, 13, 1377, 288, 540, 1525, 328, 273, 404, 48, 2296, 662, 2156, 31, 540, 4639, 6452, 30, 2 ]
if(!children.contains(child)) {
if (!children.contains(child)) {
public void addChild(MutablePicoContainer child) { if(!children.contains(child)) { children.add(child); } if(!child.getParentContainers().contains(this)) { child.addParent(this); } }
14040 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14040/93d976bac2f1af67dc5efc1be3007e139eed61c9/DefaultPicoContainer.java/clean/java/picocontainer/src/java/org/picocontainer/defaults/DefaultPicoContainer.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 7384, 12, 19536, 52, 10764, 2170, 1151, 13, 288, 3639, 309, 16051, 5906, 18, 12298, 12, 3624, 3719, 288, 5411, 2325, 18, 1289, 12, 3624, 1769, 3639, 289, 3639, 309, 12, 5, 3624, 18, 588, 3054, 11177, 7675, 12298, 12, 2211, 3719, 288, 5411, 1151, 18, 1289, 3054, 12, 2211, 1769, 3639, 289, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 7384, 12, 19536, 52, 10764, 2170, 1151, 13, 288, 3639, 309, 16051, 5906, 18, 12298, 12, 3624, 3719, 288, 5411, 2325, 18, 1289, 12, 3624, 1769, 3639, 289, 3639, 309, 12, 5, 3624, 18, 588, 3054, 11177, 7675, 12298, 12, 2211, 3719, 288, 5411, 1151, 18, 1289, 3054, 12, 2211, 1769, 3639, 289, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
new DOMEntityResolverWrapper(entityResolver));
new DOMEntityResolverWrapper(entityResolver));
public void setEntityResolver(DOMEntityResolver entityResolver) { try { fConfiguration.setProperty(ENTITY_RESOLVER, new DOMEntityResolverWrapper(entityResolver)); } catch (XMLConfigurationException e) { } }
46079 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46079/f1dc890f1935338836c906ce95d34915a40b6ddf/DOMBuilderImpl.java/buggy/src/org/apache/xerces/parsers/DOMBuilderImpl.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 20739, 4301, 12, 3191, 958, 1628, 4301, 1522, 4301, 13, 288, 377, 202, 698, 288, 5411, 284, 1750, 18, 542, 1396, 12, 11101, 67, 17978, 2204, 16, 2868, 9506, 202, 2704, 5467, 958, 1628, 4301, 3611, 12, 1096, 4301, 10019, 3639, 289, 3639, 1044, 261, 4201, 10737, 425, 13, 288, 10792, 289, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 20739, 4301, 12, 3191, 958, 1628, 4301, 1522, 4301, 13, 288, 377, 202, 698, 288, 5411, 284, 1750, 18, 542, 1396, 12, 11101, 67, 17978, 2204, 16, 2868, 9506, 202, 2704, 5467, 958, 1628, 4301, 3611, 12, 1096, 4301, 10019, 3639, 289, 3639, 1044, 261, 4201, 10737, 425, 13, 288, 10792, 289, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
public void removeMember(PollableElement member) {
public synchronized void removeMember(PollableElement member) {
public void removeMember(PollableElement member) { Object key = createMemberKey(member); m_members.remove(key); }
11849 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11849/f6b0e5b5026461cd4acd6b2cb6ee097ec30ffa44/PollableContainer.java/clean/src/services/org/opennms/netmgt/poller/pollables/PollableContainer.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 3852, 918, 1206, 4419, 12, 19085, 429, 1046, 3140, 13, 288, 3639, 1033, 498, 273, 752, 4419, 653, 12, 5990, 1769, 3639, 312, 67, 7640, 18, 4479, 12, 856, 1769, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 3852, 918, 1206, 4419, 12, 19085, 429, 1046, 3140, 13, 288, 3639, 1033, 498, 273, 752, 4419, 653, 12, 5990, 1769, 3639, 312, 67, 7640, 18, 4479, 12, 856, 1769, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
public int getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction)
public int getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction)
public int getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction) { return 1; }
1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/2fe995482ddd93e201e63c55d9ab773c376aa6f3/JTree.java/buggy/core/src/classpath/javax/javax/swing/JTree.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 509, 11971, 30453, 2802, 10798, 12, 19463, 6021, 6120, 16, 4766, 3639, 509, 9820, 16, 509, 4068, 13, 225, 288, 565, 327, 404, 31, 225, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 509, 11971, 30453, 2802, 10798, 12, 19463, 6021, 6120, 16, 4766, 3639, 509, 9820, 16, 509, 4068, 13, 225, 288, 565, 327, 404, 31, 225, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
-1, -1, -1, -1, -1, 91, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 125, -1, -1, -1, -1, -1, -1, -1, 320, 321, 322,
-1, -1, 10, -1, -1, -1, 125, -1, -1, 262, 263, 264, -1, -1, -1, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, -1, 44, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, 58, 59, -1, -1, -1, 63, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 319, 320, 321, 322,
private static final short[] yyCheck3() { return new short[] { -1, -1, -1, -1, -1, 91, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 125, -1, -1, -1, -1, -1, -1, -1, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, -1, -1, 336, 337, 338, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, 349, -1, 351, -1, 353, 354, 355, 356, 357, 358, 359, 59, 361, 61, -1, 63, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 262, 263, 264, -1, 91, 267, 268, 269, -1, 271, -1, -1, -1, 0, -1, -1, -1, -1, -1, 281, -1, -1, -1, 10, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, 125, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, 262, 263, 264, -1, -1, -1, 268, 269, -1, 271, 58, 59, -1, -1, -1, 63, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, 93, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, -1, -1, 336, 337, 338, 125, -1, -1, -1, -1, -1, -1, -1, -1, -1, 349, -1, 351, -1, 353, 354, 355, 356, 357, 358, 359, -1, 361, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, 262, 263, 264, -1, -1, -1, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 290, 291, 44, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, -1, -1, 63, -1, -1, -1, -1, -1, -1, -1, -1, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, -1, -1, 336, 337, 338, -1, -1, 93, -1, -1, -1, -1, -1, -1, -1, 349, -1, 351, -1, 353, 354, 355, 356, 357, 358, 359, -1, 361, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, 125, -1, -1, 0, -1, -1, -1, -1, 281, 282, -1, -1, -1, 10, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, -1, 44, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, -1, 332, 333, 58, 59, 336, 337, -1, 63, -1, 341, -1, -1, -1, -1, -1, 347, -1, -1, -1, 351, -1, -1, -1, 355, 356, 357, 358, 359, -1, 361, -1, -1, -1, -1, -1, -1, -1, 93, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 125, -1, -1, -1, -1, -1, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, 281, 282, 41, -1, -1, 44, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, 58, 59, -1, -1, -1, 63, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, -1, 332, 333, -1, 93, 336, 337, -1, -1, -1, 341, 0, -1, -1, -1, -1, 347, -1, -1, -1, 351, 10, -1, -1, 355, 356, 357, 358, 359, -1, 361, -1, -1, -1, -1, -1, 125, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, 58, 59, -1, -1, -1, 63, -1, -1, -1, 281, 282, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, 93, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, -1, 332, 333, -1, -1, 336, 337, -1, 125, -1, 341, -1, -1, -1, -1, -1, 347, -1, -1, -1, 351, -1, -1, -1, -1, -1, 357, 358, 359, -1, 361, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, 262, 263, 264, -1, -1, 267, 268, 269, 10, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, 281, 282, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, -1, 332, 333, -1, -1, 336, 337, -1, -1, -1, 341, 0, -1, -1, -1, -1, 347, -1, -1, -1, 351, 10, 93, -1, -1, -1, 357, 358, 359, -1, 361, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, 281, 282, 41, -1, 125, 44, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, 58, 59, -1, -1, -1, 63, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, -1, 332, 333, -1, 93, -1, -1, -1, -1, -1, 341, 0, -1, -1, -1, -1, 347, -1, -1, -1, 351, 10, -1, -1, -1, -1, 357, 358, 359, -1, 361, -1, -1, -1, -1, -1, 125, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, -1, -1, 63, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, 93, -1, -1, -1, -1, -1, 281, 282, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, 10, -1, -1, -1, -1, -1, -1, -1, 125, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 341, -1, -1, 262, 263, 264, 347, 59, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, 281, 282, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, 91, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 10, 332, 333, -1, -1, -1, -1, -1, -1, -1, 341, -1, -1, -1, -1, -1, 347, -1, -1, -1, -1, -1, -1, -1, -1, -1, 357, 358, 359, -1, 361, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, 59, 281, 282, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 91, -1, -1, -1, -1, -1, -1, -1, -1, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, -1, 332, 333, -1, -1, -1, -1, -1, -1, -1, 341, -1, -1, -1, -1, -1, 347, 10, -1, -1, -1, -1, -1, -1, -1, -1, 357, 358, 359, -1, 361, -1, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, -1, -1, 269, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, 280, -1, -1, 283, 284, 285, 286, 287, 288, 289, 59, -1, 292, -1, -1, -1, -1, -1, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, 91, -1, -1, -1, -1, -1, -1, -1, -1, 331, -1, -1, -1, -1, -1, -1, 338, 339, -1, -1, 342, 343, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, 10, -1, 357, -1, -1, 360, -1, 362, 363, 364, 365, 366, 367, 368, -1, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, -1, -1, 269, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, 280, -1, -1, 283, 284, 285, 286, 287, 288, 289, 59, -1, 292, -1, -1, -1, -1, -1, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, 91, -1, -1, -1, -1, -1, -1, -1, -1, 331, -1, -1, -1, -1, -1, -1, 338, 339, -1, -1, 342, 343, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, 357, 10, -1, 360, -1, 362, 363, 364, 365, 366, 367, 368, -1, -1, -1, -1, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, -1, -1, 269, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, 280, -1, -1, 283, 284, 285, 286, 287, 288, 289, 59, -1, 292, -1, -1, -1, -1, -1, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, 91, -1, -1, -1, -1, -1, -1, -1, -1, 331, -1, -1, -1, -1, -1, -1, 338, 339, -1, -1, 342, 343, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, 10, -1, 357, -1, -1, 360, -1, 362, 363, 364, 365, 366, 367, 368, -1, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, -1, -1, 269, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, 59, -1, 292, -1, -1, -1, -1, -1, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 331, -1, -1, -1, -1, -1, -1, 338, 339, -1, -1, 342, 343, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, 357, 10, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, -1, -1, -1, -1, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, -1, -1, 269, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, 59, -1, 292, -1, -1, -1, -1, -1, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 331, -1, -1, -1, -1, -1, -1, 338, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, 10, -1, 357, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, -1, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, -1, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, 59, -1, 292, -1, -1, -1, -1, -1, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, 125, -1, 10, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, -1, -1, -1, -1, 256, 257, 258, 259, 260, 261, -1, -1, 264, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, 59, -1, 292, -1, -1, -1, -1, -1, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, -1, 256, 257, 258, 259, 260, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, 292, -1, -1, -1, -1, -1, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, -1, -1, -1, -1, -1, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, 0, -1, 292, -1, -1, -1, -1, -1, -1, 299, 10, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 58, 59, -1, -1, 352, 63, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 93, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, 125, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, -1, -1, 63, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 93, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, 125, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, -1, -1, 63, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 93, -1, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, 0, -1, -1, -1, -1, 281, 282, -1, -1, -1, 10, -1, -1, 125, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, -1, 44, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, -1, 332, 333, 58, 59, -1, -1, -1, 63, -1, 341, -1, -1, 262, 263, 264, 347, -1, 267, 268, 269, -1, 271, -1, -1, -1, 357, 358, -1, -1, -1, -1, 281, 282, -1, -1, -1, -1, 93, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 125, -1, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, -1, 332, 333, -1, -1, -1, -1, -1, -1, -1, 341, -1, -1, 262, 263, 264, 347, -1, 267, 268, 269, -1, 271, -1, -1, -1, 357, 358, -1, -1, -1, -1, 281, 282, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, -1, 332, 333, -1, -1, -1, -1, -1, -1, -1, 341, -1, 41, -1, -1, 44, 347, -1, -1, -1, -1, -1, -1, -1, -1, -1, 357, 358, -1, 58, 59, -1, -1, -1, 63, -1, -1, -1, -1, -1, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, 0, -1, -1, -1, -1, 281, 282, 93, -1, -1, 10, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 125, -1, 41, -1, -1, 44, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, -1, 332, 333, 58, 59, -1, -1, -1, 63, -1, 341, -1, -1, -1, -1, -1, 347, -1, -1, -1, 0, -1, -1, -1, -1, -1, 357, 358, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, 93, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, 125, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, -1, -1, 63, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 93, -1, -1, -1, -1, -1, -1, -1, 262, 263, 264, -1, 0, 267, 268, 269, -1, 271, -1, -1, -1, -1, 10, -1, -1, -1, -1, 281, 282, -1, -1, -1, 125, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, 327, 328, 63, -1, -1, 332, 333, -1, -1, -1, -1, -1, -1, -1, 341, -1, -1, -1, -1, -1, 347, 262, 263, 264, -1, 0, 267, 268, 269, -1, 271, -1, 93, -1, -1, 10, -1, -1, -1, -1, 281, 282, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, 125, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, 327, 328, 63, -1, -1, 332, 333, -1, -1, -1, 262, 263, 264, -1, 341, 267, 268, 269, -1, 271, 347, -1, -1, -1, -1, -1, -1, -1, -1, 281, 282, -1, 93, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, 125, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 327, 328, -1, -1, -1, 332, 333, -1, -1, -1, -1, -1, 41, -1, 341, 44, -1, -1, -1, -1, 347, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, -1, -1, 63, -1, -1, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, 0, -1, 281, 282, -1, -1, -1, 93, -1, -1, 10, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 125, -1, 41, -1, -1, 44, -1, -1, -1, 327, 328, -1, -1, -1, 332, 333, -1, -1, -1, 58, 59, -1, -1, 341, 63, -1, -1, -1, -1, 347, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, 281, 282, -1, -1, -1, 93, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, 125, -1, -1, -1, -1, -1, -1, -1, -1, 327, 328, -1, -1, -1, 332, 333, -1, -1, -1, -1, -1, 41, -1, 341, 44, -1, -1, -1, -1, 347, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, -1, -1, 63, -1, -1, -1, -1, -1, -1, -1, 262, 263, 264, -1, 0, 267, 268, 269, -1, 271, -1, -1, -1, -1, 10, -1, -1, -1, -1, 281, 282, -1, 93, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, 125, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, 327, 328, -1, -1, -1, 332, 333, -1, -1, -1, -1, -1, -1, -1, 341, -1, -1, -1, -1, -1, 347, 262, 263, 264, -1, 0, 267, 268, 269, -1, 271, -1, 93, -1, -1, 10, -1, -1, -1, -1, 281, 282, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, 0, 125, -1, 41, -1, -1, 44, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, 327, 328, -1, -1, -1, 332, 333, -1, -1, -1, -1, -1, -1, -1, 341, -1, -1, -1, 41, -1, 347, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 93, -1, -1, 58, 59, -1, 0, -1, 262, 263, 264, -1, -1, 267, 268, 269, 10, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, 281, 282, -1, -1, -1, 125, -1, -1, -1, 290, 291, 93, 293, 294, 295, 296, 297, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, -1, -1, -1, 125, -1, -1, -1, 328, -1, -1, -1, 332, 333, -1, -1, -1, 262, 263, 264, -1, 341, 267, 268, 269, -1, 271, 347, 0, -1, -1, -1, -1, 93, -1, -1, 281, 282, 10, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 125, -1, -1, -1, 41, 0, -1, 44, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, 58, 59, -1, -1, -1, -1, -1, -1, -1, -1, 341, -1, -1, -1, -1, -1, 347, 262, 263, 264, -1, -1, 267, 268, 269, 41, 271, -1, 44, -1, -1, -1, -1, -1, -1, 93, 281, 282, -1, -1, -1, -1, 58, 59, -1, 290, 291, -1, 293, 294, 295, 296, 297, 0, -1, 262, 263, 264, -1, -1, 267, 268, 269, 10, 271, -1, -1, 125, -1, -1, -1, -1, -1, -1, 281, 282, -1, 93, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, 41, -1, 341, 44, -1, -1, -1, -1, 347, -1, -1, -1, -1, -1, -1, 125, -1, 58, 59, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, 341, 281, 282, -1, -1, -1, 347, -1, -1, -1, 290, 291, 93, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, 125, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 341, -1, -1, -1, -1, -1, 347, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, 41, 271, -1, 44, -1, -1, -1, -1, -1, -1, -1, 281, 282, -1, -1, -1, -1, 58, 59, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, 0, -1, -1, -1, 93, 281, 282, -1, -1, -1, 10, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, 341, -1, -1, -1, -1, -1, 347, -1, -1, -1, -1, -1, -1, 125, 0, -1, -1, -1, 41, -1, -1, 44, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, 262, 263, 264, 58, 59, 267, 268, 269, -1, 271, 341, -1, -1, -1, -1, -1, 347, -1, -1, 281, 282, -1, -1, 41, -1, -1, 44, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, 0, 93, -1, 58, 59, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 125, -1, -1, 0, -1, 93, -1, -1, 41, 341, -1, 44, -1, 10, -1, 347, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 125, -1, -1, -1, -1, -1, -1, 41, -1, -1, 44, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, 93, 58, 59, -1, -1, 0, -1, 281, 282, -1, -1, -1, -1, -1, -1, 10, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, 125, -1, -1, -1, 93, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, -1, 341, 125, -1, -1, -1, -1, 347, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, 0, -1, 281, 282, 93, -1, -1, -1, -1, -1, 10, 290, 291, -1, 293, 294, 295, 296, 297, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, 125, -1, -1, 281, 282, 41, -1, -1, 44, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, 58, 59, -1, -1, 341, -1, -1, -1, -1, -1, 347, -1, -1, -1, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, 41, -1, -1, -1, -1, -1, 93, 281, 282, -1, -1, -1, 341, -1, -1, -1, 290, 291, 347, 293, 294, 295, 296, 297, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, 125, -1, -1, -1, -1, 281, 282, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, 341, -1, -1, -1, -1, -1, 347, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, 281, 282, -1, -1, 347, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, -1, -1, -1, -1, -1, -1, -1, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 341, -1, -1, -1, -1, -1, 347, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, 281, 282, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, 0, 270, -1, 272, 273, 274, 275, 276, 277, 278, 10, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, 347, 302, 303, 304, 305, 306, 307, 308, 309, 41, 311, 312, 313, 314, -1, 0, 317, 318, 319, -1, -1, -1, -1, -1, -1, 10, 58, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, 41, -1, -1, 360, -1, 93, 363, 364, 365, 366, 367, 368, 257, 258, 259, 260, 261, 58, 59, -1, 265, 266, -1, -1, 0, 270, -1, 272, 273, 274, 275, 276, 277, 278, 10, -1, -1, }; }
46770 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46770/a404cb04ade8bbc527b55cf473199686102428e1/YyTables.java/buggy/src/org/jruby/parser/YyTables.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 565, 3238, 760, 727, 3025, 8526, 9016, 1564, 23, 1435, 288, 1377, 327, 394, 3025, 8526, 288, 6647, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 26936, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 5411, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 225, 576, 9349, 16, 225, 576, 12416, 16, 282, 300, 21, 16, 6647, 576, 11180, 16, 225, 576, 11290, 16, 225, 576, 8778, 16, 225, 576, 10525, 16, 225, 576, 10580, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 565, 374, 16, 282, 300, 21, 16, 5411, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 1728, 16, 225, 30616, 16, 5411, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 225, 890, 3462, 16, 225, 3847, 21, 16, 225, 890, 3787, 16, 6647, 3847, 23, 16, 225, 890, 3247, 16, 225, 890, 2947, 16, 225, 3847, 26, 16, 225, 3847, 27, 16, 225, 3847, 28, 16, 225, 3847, 29, 16, 225, 890, 5082, 16, 225, 890, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 565, 3238, 760, 727, 3025, 8526, 9016, 1564, 23, 1435, 288, 1377, 327, 394, 3025, 8526, 288, 6647, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 26936, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 5411, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 225, 576, 9349, 16, 225, 576, 12416, 16, 282, 300, 21, 16, 6647, 576, 11180, 16, 225, 576, 11290, 16, 225, 576, 8778, 16, 225, 576, 10525, 16, 225, 576, 10580, 16, 282, 300, 21, 2 ]
match(input,EOL,FOLLOW_EOL_in_expander_lhs_block1113);
match(input,EOL,FOLLOW_EOL_in_expander_lhs_block1080);
public void expander_lhs_block(AndDescr descrs) throws RecognitionException { PatternDescr d = null; String text = null; try { // C:\Projects\jboss-rules\drools-compiler\src\main\resources\org\drools\lang\drl.g:348:17: ( ( options {greedy=false; } : '>' d= lhs | ( options {greedy=false; } : text= paren_chunk EOL ) )* ) // C:\Projects\jboss-rules\drools-compiler\src\main\resources\org\drools\lang\drl.g:348:17: ( options {greedy=false; } : '>' d= lhs | ( options {greedy=false; } : text= paren_chunk EOL ) )* { // C:\Projects\jboss-rules\drools-compiler\src\main\resources\org\drools\lang\drl.g:348:17: ( options {greedy=false; } : '>' d= lhs | ( options {greedy=false; } : text= paren_chunk EOL ) )* loop36: do { int alt36=3; switch ( input.LA(1) ) { case 26: alt36=3; break; case 30: alt36=3; break; case 37: alt36=1; break; case EOL: case ID: case INT: case STRING: case FLOAT: case MISC: case WS: case SH_STYLE_SINGLE_LINE_COMMENT: case C_STYLE_SINGLE_LINE_COMMENT: case MULTI_LINE_COMMENT: case 14: case 15: case 16: case 17: case 18: case 19: case 20: case 21: case 22: case 23: case 24: case 25: case 27: case 28: case 29: case 31: case 32: case 33: case 34: case 35: case 36: case 38: case 39: case 40: case 41: case 42: case 43: case 44: case 45: case 46: case 47: case 48: case 49: case 50: case 51: case 52: case 53: case 54: alt36=2; break; } switch (alt36) { case 1 : // C:\Projects\jboss-rules\drools-compiler\src\main\resources\org\drools\lang\drl.g:349:25: '>' d= lhs { match(input,37,FOLLOW_37_in_expander_lhs_block1076); following.push(FOLLOW_lhs_in_expander_lhs_block1080); d=lhs(); following.pop(); descrs.addDescr( d ); } break; case 2 : // C:\Projects\jboss-rules\drools-compiler\src\main\resources\org\drools\lang\drl.g:351:25: ( options {greedy=false; } : text= paren_chunk EOL ) { // C:\Projects\jboss-rules\drools-compiler\src\main\resources\org\drools\lang\drl.g:351:25: ( options {greedy=false; } : text= paren_chunk EOL ) // C:\Projects\jboss-rules\drools-compiler\src\main\resources\org\drools\lang\drl.g:352:33: text= paren_chunk EOL { following.push(FOLLOW_paren_chunk_in_expander_lhs_block1111); text=paren_chunk(); following.pop(); match(input,EOL,FOLLOW_EOL_in_expander_lhs_block1113); //only expand non null if (text != null) { d = runWhenExpander( text ); descrs.addDescr( d ); text = null; d = null; } } } break; default : break loop36; } } while (true); } } catch (RecognitionException re) { reportError(re); recover(input,re); } finally { } return ; }
31577 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31577/61acd40072560afada3f7897673309e5b51b402d/RuleParser.java/buggy/drools-compiler/src/main/java/org/drools/lang/RuleParser.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 4542, 264, 67, 80, 4487, 67, 2629, 12, 1876, 16198, 3044, 5453, 13, 1216, 9539, 288, 6647, 6830, 16198, 302, 273, 446, 31, 3639, 514, 977, 273, 446, 31, 3639, 775, 288, 5411, 368, 385, 5581, 15298, 64, 10649, 8464, 17, 7482, 64, 12215, 17, 9576, 64, 4816, 64, 5254, 64, 4683, 64, 3341, 64, 12215, 64, 4936, 64, 72, 1321, 18, 75, 30, 5026, 28, 30, 4033, 30, 261, 261, 702, 288, 11556, 24009, 33, 5743, 31, 289, 294, 7481, 302, 33, 8499, 571, 261, 702, 288, 11556, 24009, 33, 5743, 31, 289, 294, 977, 33, 22146, 67, 6551, 19995, 262, 8618, 262, 5411, 368, 385, 5581, 15298, 64, 10649, 8464, 17, 7482, 64, 12215, 17, 9576, 64, 4816, 64, 5254, 64, 4683, 64, 3341, 64, 12215, 64, 4936, 64, 72, 1321, 18, 75, 30, 5026, 28, 30, 4033, 30, 261, 702, 288, 11556, 24009, 33, 5743, 31, 289, 294, 7481, 302, 33, 8499, 571, 261, 702, 288, 11556, 24009, 33, 5743, 31, 289, 294, 977, 33, 22146, 67, 6551, 19995, 262, 8618, 5411, 288, 5411, 368, 385, 5581, 15298, 64, 10649, 8464, 17, 7482, 64, 12215, 17, 9576, 64, 4816, 64, 5254, 64, 4683, 64, 3341, 64, 12215, 64, 4936, 64, 72, 1321, 18, 75, 30, 5026, 28, 30, 4033, 30, 261, 702, 288, 11556, 24009, 33, 5743, 31, 289, 294, 7481, 302, 33, 8499, 571, 261, 702, 288, 11556, 24009, 33, 5743, 31, 289, 294, 977, 33, 22146, 67, 6551, 19995, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 4542, 264, 67, 80, 4487, 67, 2629, 12, 1876, 16198, 3044, 5453, 13, 1216, 9539, 288, 6647, 6830, 16198, 302, 273, 446, 31, 3639, 514, 977, 273, 446, 31, 3639, 775, 288, 5411, 368, 385, 5581, 15298, 64, 10649, 8464, 17, 7482, 64, 12215, 17, 9576, 64, 4816, 64, 5254, 64, 4683, 64, 3341, 64, 12215, 64, 4936, 64, 72, 1321, 18, 75, 30, 5026, 28, 30, 4033, 30, 261, 261, 702, 288, 11556, 24009, 33, 5743, 31, 289, 294, 7481, 302, 33, 8499, 571, 261, 702, 288, 11556, 24009, 33, 5743, 31, 289, 294, 977, 33, 22146, 67, 6551, 19995, 262, 8618, 262, 5411, 368, 385, 5581, 15298, 64, 10649, 8464, 17, 7482, 64, 12215, 2 ]
if (prev == null) { System.err.println("[BUG] Try to pop block from empty stack."); return; }
if (prev == null) { ruby.getRuntime().printBug("Try to pop block from empty stack."); return; }
public void pop() { if (prev == null) { System.err.println("[BUG] Try to pop block from empty stack."); return; } this.var = prev.var; this.body = prev.body; this.self = prev.self; this.frame = prev.frame; this.scope = prev.scope; this.klass = prev.klass; this.iter = prev.iter; this.vmode = prev.vmode; this.flags = prev.flags; this.dynamicVars = prev.dynamicVars; this.origThread = prev.origThread; this.prev = prev.prev; }
45827 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45827/ec719ef82be7ea6956b3d139a2ce2d236eed4568/RubyBlock.java/clean/org/jruby/runtime/RubyBlock.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1843, 1435, 288, 377, 202, 430, 261, 10001, 422, 446, 13, 288, 377, 202, 202, 3163, 18, 370, 18, 8222, 2932, 63, 4827, 65, 6161, 358, 1843, 1203, 628, 1008, 2110, 1199, 1769, 377, 202, 202, 2463, 31, 377, 202, 97, 377, 202, 3639, 333, 18, 1401, 273, 2807, 18, 1401, 31, 3639, 333, 18, 3432, 273, 2807, 18, 3432, 31, 3639, 333, 18, 2890, 273, 2807, 18, 2890, 31, 3639, 333, 18, 3789, 273, 2807, 18, 3789, 31, 3639, 333, 18, 4887, 273, 2807, 18, 4887, 31, 3639, 333, 18, 22626, 273, 2807, 18, 22626, 31, 3639, 333, 18, 2165, 273, 2807, 18, 2165, 31, 3639, 333, 18, 90, 3188, 273, 2807, 18, 90, 3188, 31, 3639, 333, 18, 7133, 273, 2807, 18, 7133, 31, 3639, 333, 18, 14507, 5555, 273, 2807, 18, 14507, 5555, 31, 3639, 333, 18, 4949, 3830, 273, 2807, 18, 4949, 3830, 31, 3639, 333, 18, 10001, 273, 2807, 18, 10001, 31, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1843, 1435, 288, 377, 202, 430, 261, 10001, 422, 446, 13, 288, 377, 202, 202, 3163, 18, 370, 18, 8222, 2932, 63, 4827, 65, 6161, 358, 1843, 1203, 628, 1008, 2110, 1199, 1769, 377, 202, 202, 2463, 31, 377, 202, 97, 377, 202, 3639, 333, 18, 1401, 273, 2807, 18, 1401, 31, 3639, 333, 18, 3432, 273, 2807, 18, 3432, 31, 3639, 333, 18, 2890, 273, 2807, 18, 2890, 31, 3639, 333, 18, 3789, 273, 2807, 18, 3789, 31, 3639, 333, 18, 4887, 273, 2807, 18, 4887, 31, 3639, 333, 18, 22626, 273, 2807, 18, 22626, 31, 3639, 333, 18, 2165, 273, 2807, 18, 2165, 31, 3639, 333, 18, 90, 3188, 273, 2807, 18, 90, 3188, 2 ]
} else if (sibling != null) {
} else if (sibling != null) {
public int getColumnNo() { if (mColumnNo == NOT_INITIALIZED) { // an inner AST that has been initialized // with initialize(String text) DetailAST child = (DetailAST) getFirstChild(); DetailAST sibling = (DetailAST) getNextSibling(); if (child != null) { return child.getColumnNo(); } else if (sibling != null) { return sibling.getColumnNo(); } } return mColumnNo; }
31427 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31427/3288a81e30ddea194f76bd74f3b509500b864163/DetailAST.java/buggy/src/checkstyle/com/puppycrawl/tools/checkstyle/api/DetailAST.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 509, 6716, 2279, 1435, 565, 288, 3639, 309, 261, 81, 1494, 2279, 422, 4269, 67, 12919, 25991, 13, 288, 5411, 368, 392, 3443, 9183, 716, 711, 2118, 6454, 5411, 368, 598, 4046, 12, 780, 977, 13, 5411, 27931, 9053, 1151, 273, 261, 6109, 9053, 13, 17315, 5621, 5411, 27931, 9053, 10841, 273, 261, 6109, 9053, 13, 6927, 10291, 5621, 5411, 309, 261, 3624, 480, 446, 13, 288, 7734, 327, 1151, 18, 588, 1494, 2279, 5621, 5411, 289, 469, 309, 261, 22734, 480, 446, 13, 288, 7734, 327, 10841, 18, 588, 1494, 2279, 5621, 5411, 289, 3639, 289, 3639, 327, 312, 1494, 2279, 31, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 509, 6716, 2279, 1435, 565, 288, 3639, 309, 261, 81, 1494, 2279, 422, 4269, 67, 12919, 25991, 13, 288, 5411, 368, 392, 3443, 9183, 716, 711, 2118, 6454, 5411, 368, 598, 4046, 12, 780, 977, 13, 5411, 27931, 9053, 1151, 273, 261, 6109, 9053, 13, 17315, 5621, 5411, 27931, 9053, 10841, 273, 261, 6109, 9053, 13, 6927, 10291, 5621, 5411, 309, 261, 3624, 480, 446, 13, 288, 7734, 327, 1151, 18, 588, 1494, 2279, 5621, 5411, 289, 469, 309, 261, 22734, 480, 446, 13, 288, 7734, 327, 10841, 18, 588, 1494, 2279, 5621, 5411, 289, 3639, 289, 3639, 327, 312, 1494, 2279, 31, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
task.setActive(false);
task.setActive(false, false);
protected void readTaskInfo(ITask task, TaskList tlist, Element element, AbstractCategory category, ITask parent) throws MylarExternalizerException{ if (element.hasAttribute(PRIORITY)) { task.setPriority(element.getAttribute(PRIORITY)); } else { task.setPriority("P3"); } if (element.hasAttribute(PATH)) { task.setPath(element.getAttribute(PATH)); } else { task.setPath(task.getHandle()); } if (element.getAttribute(ACTIVE).compareTo(TRUE) == 0) { task.setActive(true); tlist.setActive(task, true); new TaskActivateAction(task).run(); } else { task.setActive(false); } if (element.hasAttribute(NOTES)) { task.setNotes(element.getAttribute(NOTES)); } else { task.setNotes(""); } if (element.hasAttribute(ELAPSED)) { task.setElapsedTime(element.getAttribute(ELAPSED)); } else { task.setElapsedTime(""); } if (element.hasAttribute(ESTIMATED)) { String est = element.getAttribute(ESTIMATED); try { int estimate = Integer.parseInt(est); task.setEstimatedTime(estimate); } catch (Exception e) { task.setEstimatedTime(0); } } else { task.setEstimatedTime(0); } // NOTE: do not change the order of complete and end date!! if (element.getAttribute(COMPLETE).compareTo(TRUE) == 0) { task.setCompleted(true); } else { task.setCompleted(false); } if (element.hasAttribute(END_DATE)) { task.setEndDate(element.getAttribute(END_DATE)); } else { task.setEndDate(""); } if (element.hasAttribute(REMINDER_DATE)) { task.setReminderDate(element.getAttribute(REMINDER_DATE)); } else { task.setReminderDate(""); } if (element.hasAttribute(REMINDED) && element.getAttribute(REMINDED).compareTo(TRUE) == 0) { task.setReminded(true); } else { task.setReminded(false); } int i = 0; while (element.hasAttribute(LINK+i)) { task.getRelatedLinks().add(element.getAttribute(LINK+i)); i++; } if (category != null) { task.internalSetCategory((TaskCategory) category); } else { task.internalSetCategory(null); } task.setParent(parent); NodeList list = element.getChildNodes(); for (int j = 0; j < list.getLength(); j++) { Node child = list.item(j); task.addSubTask(readTask(child, tlist, null, task)); } }
51989 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51989/dd8061c5b5ac5d636d93251d6e8aea9e2918ddfe/DefaultTaskListExternalizer.java/clean/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasklist/internal/DefaultTaskListExternalizer.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1117, 918, 855, 2174, 966, 12, 1285, 835, 1562, 16, 3837, 682, 268, 1098, 16, 3010, 930, 16, 4115, 4457, 3150, 16, 467, 2174, 982, 13, 225, 1216, 8005, 7901, 6841, 1824, 503, 95, 202, 202, 430, 261, 2956, 18, 5332, 1499, 12, 19804, 3719, 288, 1082, 202, 4146, 18, 542, 8183, 12, 2956, 18, 588, 1499, 12, 19804, 10019, 202, 202, 97, 469, 288, 1082, 202, 4146, 18, 542, 8183, 2932, 52, 23, 8863, 202, 202, 97, 202, 202, 430, 261, 2956, 18, 5332, 1499, 12, 4211, 3719, 288, 1082, 202, 4146, 18, 542, 743, 12, 2956, 18, 588, 1499, 12, 4211, 10019, 202, 202, 97, 469, 288, 1082, 202, 4146, 18, 542, 743, 12, 4146, 18, 588, 3259, 10663, 202, 202, 97, 25083, 202, 430, 261, 2956, 18, 588, 1499, 12, 13301, 2934, 9877, 774, 12, 18724, 13, 422, 374, 13, 288, 1082, 202, 4146, 18, 542, 3896, 12, 3767, 1769, 1082, 202, 88, 1098, 18, 542, 3896, 12, 4146, 16, 638, 1769, 1082, 202, 2704, 3837, 21370, 1803, 12, 4146, 2934, 2681, 5621, 202, 202, 97, 469, 288, 1082, 202, 4146, 18, 542, 3896, 12, 5743, 1769, 202, 202, 97, 6862, 202, 430, 261, 2956, 18, 5332, 1499, 12, 3417, 7296, 3719, 288, 1082, 202, 4146, 18, 542, 18063, 12, 2956, 18, 588, 1499, 12, 3417, 7296, 10019, 202, 202, 97, 469, 288, 1082, 202, 4146, 18, 542, 18063, 2932, 8863, 202, 202, 97, 202, 202, 430, 261, 2956, 18, 5332, 1499, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1117, 918, 855, 2174, 966, 12, 1285, 835, 1562, 16, 3837, 682, 268, 1098, 16, 3010, 930, 16, 4115, 4457, 3150, 16, 467, 2174, 982, 13, 225, 1216, 8005, 7901, 6841, 1824, 503, 95, 202, 202, 430, 261, 2956, 18, 5332, 1499, 12, 19804, 3719, 288, 1082, 202, 4146, 18, 542, 8183, 12, 2956, 18, 588, 1499, 12, 19804, 10019, 202, 202, 97, 469, 288, 1082, 202, 4146, 18, 542, 8183, 2932, 52, 23, 8863, 202, 202, 97, 202, 202, 430, 261, 2956, 18, 5332, 1499, 12, 4211, 3719, 288, 1082, 202, 4146, 18, 542, 743, 12, 2956, 18, 588, 1499, 12, 4211, 10019, 202, 202, 97, 469, 288, 1082, 202, 4146, 18, 542, 743, 12, 4146, 2 ]
public static TimeInterval getTimeOffset() { if (serverOffset == null) { try { serverOffset = getServerTimeOffset(); } catch (IOException e) { // oh well, cant get to server, use CPU time, so // offset is zero return ZERO_OFFSET; } // end of try-catch } // end of if () return serverOffset; }
52623 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52623/5eaec8d53278e30d68d4f243d60f94a06ec33084/ClockUtil.java/buggy/src/edu/sc/seis/fissuresUtil/chooser/ClockUtil.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 2647, 4006, 6135, 2335, 1435, 288, 3639, 309, 261, 3567, 2335, 422, 446, 13, 288, 5411, 775, 288, 7734, 1438, 2335, 273, 11543, 950, 2335, 5621, 5411, 289, 1044, 261, 14106, 425, 13, 288, 7734, 368, 29797, 5492, 16, 848, 88, 336, 358, 1438, 16, 999, 12154, 813, 16, 1427, 1171, 368, 1384, 353, 3634, 7734, 327, 18449, 67, 11271, 31, 5411, 289, 368, 679, 434, 775, 17, 14683, 10792, 289, 368, 679, 434, 309, 1832, 3639, 327, 1438, 2335, 31, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 2647, 4006, 6135, 2335, 1435, 288, 3639, 309, 261, 3567, 2335, 422, 446, 13, 288, 5411, 775, 288, 7734, 1438, 2335, 273, 11543, 950, 2335, 5621, 5411, 289, 1044, 261, 14106, 425, 13, 288, 7734, 368, 29797, 5492, 16, 848, 88, 336, 358, 1438, 16, 999, 12154, 813, 16, 1427, 1171, 368, 1384, 353, 3634, 7734, 327, 18449, 67, 11271, 31, 5411, 289, 368, 679, 434, 775, 17, 14683, 10792, 289, 368, 679, 434, 309, 1832, 3639, 327, 1438, 2335, 31, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
hmc = (HibernateMappedClass)InvokerHelper.invokeStaticMethod(className, "get", new Object[] { new Integer(1) });
hmc = (HibernateMappedClass)InvokerHelper.invokeStaticMethod(hmc.getClass(), "get", new Object[] { new Integer(1) });
public void testDynamicMethods() { HibernateMappedClass hmc = new HibernateMappedClass(); hmc.setMyProp("somevalue"); InvokerHelper.invokeMethod(hmc, "save", new Object[0]); String className = hmc.getClass().getName(); hmc = null; hmc = (HibernateMappedClass)InvokerHelper.invokeStaticMethod(className, "get", new Object[] { new Integer(1) }); assertEquals("somevalue", hmc.getMyProp()); }
51576 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51576/3357dfdd2f4bda88b5e54f759140a9ee83d5b1bc/HibernateMappedClassTests.java/clean/test/persistence/org/codehaus/groovy/grails/orm/hibernate/HibernateMappedClassTests.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 1842, 9791, 4712, 1435, 288, 202, 202, 44, 24360, 12868, 797, 366, 13952, 273, 394, 670, 24360, 12868, 797, 5621, 202, 202, 76, 13952, 18, 542, 12062, 4658, 2932, 19068, 1132, 8863, 202, 202, 24455, 2276, 18, 14407, 1305, 12, 76, 13952, 16, 315, 5688, 3113, 394, 1033, 63, 20, 19226, 202, 202, 780, 2658, 273, 366, 13952, 18, 588, 797, 7675, 17994, 5621, 202, 202, 76, 13952, 273, 446, 31, 9506, 202, 76, 13952, 273, 261, 44, 24360, 12868, 797, 13, 24455, 2276, 18, 14407, 5788, 1305, 12, 12434, 16, 315, 588, 3113, 394, 1033, 8526, 288, 394, 2144, 12, 21, 13, 15549, 202, 202, 11231, 8867, 2932, 19068, 1132, 3113, 366, 13952, 18, 588, 12062, 4658, 10663, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 1842, 9791, 4712, 1435, 288, 202, 202, 44, 24360, 12868, 797, 366, 13952, 273, 394, 670, 24360, 12868, 797, 5621, 202, 202, 76, 13952, 18, 542, 12062, 4658, 2932, 19068, 1132, 8863, 202, 202, 24455, 2276, 18, 14407, 1305, 12, 76, 13952, 16, 315, 5688, 3113, 394, 1033, 63, 20, 19226, 202, 202, 780, 2658, 273, 366, 13952, 18, 588, 797, 7675, 17994, 5621, 202, 202, 76, 13952, 273, 446, 31, 9506, 202, 76, 13952, 273, 261, 44, 24360, 12868, 797, 13, 24455, 2276, 18, 14407, 5788, 1305, 12, 12434, 16, 315, 588, 3113, 394, 1033, 8526, 288, 394, 2144, 12, 21, 13, 15549, 202, 202, 11231, 8867, 2932, 19068, 1132, 3113, 366, 13952, 18, 2 ]
throw new BAD_PARAM("Unable to align at " + alignment);
BAD_PARAM p = new BAD_PARAM("Unable to align at " + alignment); p.initCause(ex); throw p;
public void align(int alignment) { try { int d = (count + offset) % alignment; if (d > 0) { skip(alignment - d); } } catch (Exception ex) { throw new BAD_PARAM("Unable to align at " + alignment); } }
45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/530b07ccb0c4fb1bf75b0623599a435d741fe9e8/aligningOutputStream.java/buggy/libraries/javalib/gnu/CORBA/CDR/aligningOutputStream.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 5689, 12, 474, 8710, 13, 225, 288, 565, 775, 1377, 288, 3639, 509, 302, 273, 261, 1883, 397, 1384, 13, 738, 8710, 31, 3639, 309, 261, 72, 405, 374, 13, 1850, 288, 5411, 2488, 12, 14409, 300, 302, 1769, 1850, 289, 1377, 289, 565, 1044, 261, 503, 431, 13, 1377, 288, 3639, 16467, 67, 8388, 293, 273, 394, 16467, 67, 8388, 2932, 3370, 358, 5689, 622, 315, 397, 8710, 1769, 293, 18, 2738, 10683, 12, 338, 1769, 604, 293, 31, 1377, 289, 225, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 5689, 12, 474, 8710, 13, 225, 288, 565, 775, 1377, 288, 3639, 509, 302, 273, 261, 1883, 397, 1384, 13, 738, 8710, 31, 3639, 309, 261, 72, 405, 374, 13, 1850, 288, 5411, 2488, 12, 14409, 300, 302, 1769, 1850, 289, 1377, 289, 565, 1044, 261, 503, 431, 13, 1377, 288, 3639, 16467, 67, 8388, 293, 273, 394, 16467, 67, 8388, 2932, 3370, 358, 5689, 622, 315, 397, 8710, 1769, 293, 18, 2738, 10683, 12, 338, 1769, 604, 293, 31, 1377, 289, 225, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
methodParms = new JavaValueNode[parameterList.size()]; int plSize = parameterList.size(); for (int index = 0; index < plSize; index++) { QueryTreeNode qt; qt = (QueryTreeNode) parameterList.elementAt(index); /* ** If the parameter is a SQL ValueNode, there are two ** possibilities. Either it is a JavaValueNode with ** a JavaToSQLValueNode on top of it, or it is a plain ** SQL ValueNode. In the former case, just get rid of ** the JavaToSQLValueNode. In the latter case, put a ** SQLToJavaValueNode on top of it. In general, we ** want to avoid converting the same value back and forth ** between the SQL and Java domains. */ if ( ! (qt instanceof JavaValueNode)) { if (qt instanceof JavaToSQLValueNode) { qt = ((JavaToSQLValueNode) qt).getJavaValueNode(); } else { qt = (SQLToJavaValueNode) getNodeFactory(). getNode( C_NodeTypes.SQL_TO_JAVA_VALUE_NODE, qt, getContextManager()); } } methodParms[index] = (JavaValueNode) qt; }
this.methodParms = methodParms;
public void addParms(Vector parameterList) throws StandardException { methodParms = new JavaValueNode[parameterList.size()]; int plSize = parameterList.size(); for (int index = 0; index < plSize; index++) { QueryTreeNode qt; qt = (QueryTreeNode) parameterList.elementAt(index); /* ** If the parameter is a SQL ValueNode, there are two ** possibilities. Either it is a JavaValueNode with ** a JavaToSQLValueNode on top of it, or it is a plain ** SQL ValueNode. In the former case, just get rid of ** the JavaToSQLValueNode. In the latter case, put a ** SQLToJavaValueNode on top of it. In general, we ** want to avoid converting the same value back and forth ** between the SQL and Java domains. */ if ( ! (qt instanceof JavaValueNode)) { if (qt instanceof JavaToSQLValueNode) { qt = ((JavaToSQLValueNode) qt).getJavaValueNode(); } else { qt = (SQLToJavaValueNode) getNodeFactory(). getNode( C_NodeTypes.SQL_TO_JAVA_VALUE_NODE, qt, getContextManager()); } } methodParms[index] = (JavaValueNode) qt; } }
56322 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56322/3905037dc89fc3fa02963b0c73dd4783578786fb/MethodCallNode.java/buggy/java/engine/org/apache/derby/impl/sql/compile/MethodCallNode.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 527, 28572, 12, 5018, 1569, 682, 13, 1216, 8263, 503, 202, 95, 202, 202, 2039, 28572, 273, 394, 5110, 620, 907, 63, 6775, 682, 18, 1467, 1435, 15533, 202, 202, 474, 202, 412, 1225, 273, 1569, 682, 18, 1467, 5621, 202, 202, 1884, 261, 474, 770, 273, 374, 31, 770, 411, 886, 1225, 31, 770, 27245, 202, 202, 95, 1082, 202, 1138, 12513, 202, 23311, 31, 1082, 202, 23311, 273, 261, 1138, 12513, 13, 1569, 682, 18, 2956, 861, 12, 1615, 1769, 1082, 202, 20308, 1082, 202, 636, 971, 326, 1569, 353, 279, 3063, 1445, 907, 16, 1915, 854, 2795, 1082, 202, 636, 28550, 18, 225, 14635, 518, 353, 279, 5110, 620, 907, 598, 1082, 202, 636, 279, 5110, 774, 3997, 620, 907, 603, 1760, 434, 518, 16, 578, 518, 353, 279, 7351, 1082, 202, 636, 3063, 1445, 907, 18, 225, 657, 326, 27313, 648, 16, 2537, 336, 10911, 434, 1082, 202, 636, 326, 5110, 774, 3997, 620, 907, 18, 225, 657, 326, 23740, 648, 16, 1378, 279, 1082, 202, 636, 3063, 774, 5852, 620, 907, 603, 1760, 434, 518, 18, 225, 657, 7470, 16, 732, 1082, 202, 636, 2545, 358, 4543, 14540, 326, 1967, 460, 1473, 471, 364, 451, 1082, 202, 636, 3086, 326, 3063, 471, 5110, 10128, 18, 1082, 202, 5549, 1082, 202, 430, 261, 401, 261, 23311, 1276, 5110, 620, 907, 3719, 1082, 202, 95, 9506, 202, 430, 261, 23311, 1276, 5110, 774, 3997, 620, 907, 13, 9506, 202, 95, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 527, 28572, 12, 5018, 1569, 682, 13, 1216, 8263, 503, 202, 95, 202, 202, 2039, 28572, 273, 394, 5110, 620, 907, 63, 6775, 682, 18, 1467, 1435, 15533, 202, 202, 474, 202, 412, 1225, 273, 1569, 682, 18, 1467, 5621, 202, 202, 1884, 261, 474, 770, 273, 374, 31, 770, 411, 886, 1225, 31, 770, 27245, 202, 202, 95, 1082, 202, 1138, 12513, 202, 23311, 31, 1082, 202, 23311, 273, 261, 1138, 12513, 13, 1569, 682, 18, 2956, 861, 12, 1615, 1769, 1082, 202, 20308, 1082, 202, 636, 971, 326, 1569, 353, 279, 3063, 1445, 907, 16, 1915, 854, 2795, 1082, 202, 636, 28550, 18, 225, 14635, 518, 353, 279, 5110, 620, 907, 598, 1082, 2 ]
setPath(nodes,true);
setPath(nodes, true);
protected void createPath() { List<Path.Node> nodes=new LinkedList<Path.Node>(); nodes.add(new Path.Node(4,12)); //its around the table with the beers and to the furnance nodes.add(new Path.Node(15,12)); nodes.add(new Path.Node(15,12)); nodes.add(new Path.Node(15,8)); nodes.add(new Path.Node(10,8)); nodes.add(new Path.Node(10,12)); setPath(nodes,true); }
4438 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4438/d512245d8e26069d9f1c5a15fba078b322c3b0ac/Semos.java/buggy/src/games/stendhal/server/maps/Semos.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 4202, 4750, 918, 752, 743, 1435, 3639, 288, 3639, 987, 32, 743, 18, 907, 34, 2199, 33, 2704, 10688, 32, 743, 18, 907, 34, 5621, 3639, 2199, 18, 1289, 12, 2704, 2666, 18, 907, 12, 24, 16, 2138, 10019, 225, 368, 1282, 6740, 326, 1014, 598, 326, 506, 414, 471, 358, 326, 284, 321, 1359, 3639, 2199, 18, 1289, 12, 2704, 2666, 18, 907, 12, 3600, 16, 2138, 10019, 3639, 2199, 18, 1289, 12, 2704, 2666, 18, 907, 12, 3600, 16, 2138, 10019, 3639, 2199, 18, 1289, 12, 2704, 2666, 18, 907, 12, 3600, 16, 28, 10019, 3639, 2199, 18, 1289, 12, 2704, 2666, 18, 907, 12, 2163, 16, 28, 10019, 3639, 2199, 18, 1289, 12, 2704, 2666, 18, 907, 12, 2163, 16, 2138, 10019, 3639, 16475, 12, 4690, 16, 638, 1769, 3639, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 4202, 4750, 918, 752, 743, 1435, 3639, 288, 3639, 987, 32, 743, 18, 907, 34, 2199, 33, 2704, 10688, 32, 743, 18, 907, 34, 5621, 3639, 2199, 18, 1289, 12, 2704, 2666, 18, 907, 12, 24, 16, 2138, 10019, 225, 368, 1282, 6740, 326, 1014, 598, 326, 506, 414, 471, 358, 326, 284, 321, 1359, 3639, 2199, 18, 1289, 12, 2704, 2666, 18, 907, 12, 3600, 16, 2138, 10019, 3639, 2199, 18, 1289, 12, 2704, 2666, 18, 907, 12, 3600, 16, 2138, 10019, 3639, 2199, 18, 1289, 12, 2704, 2666, 18, 907, 12, 3600, 16, 28, 10019, 3639, 2199, 18, 1289, 12, 2704, 2666, 18, 907, 12, 2163, 16, 28, 10019, 3639, 2199, 18, 1289, 12, 2704, 2666, 18, 2 ]
public void consumeActionBinding(IConfigurationElement element) throws WorkbenchException {
public void consumeActionBinding(IConfigurationElement element) {
public void consumeActionBinding(IConfigurationElement element) throws WorkbenchException { consumeBinding(element, false); }
56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/c93d807ed962723d90daba76fc2003e2c1801cbc/NavigatorViewerDescriptor.java/buggy/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorViewerDescriptor.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 7865, 1803, 5250, 12, 45, 1750, 1046, 930, 13, 1082, 202, 15069, 4147, 22144, 503, 288, 202, 202, 21224, 5250, 12, 2956, 16, 629, 1769, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 7865, 1803, 5250, 12, 45, 1750, 1046, 930, 13, 1082, 202, 15069, 4147, 22144, 503, 288, 202, 202, 21224, 5250, 12, 2956, 16, 629, 1769, 202, 97, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
ArchivalUnit au = m_plugin.createAu(config);
ArchivalUnit au = null; try { au = m_plugin.createAu(config); } catch (Exception ex) { JOptionPane.showMessageDialog(this,"Unable to create an Archival Unit:\n" + ex.getMessage(), "CrawlRule Test Error", JOptionPane.ERROR_MESSAGE); }
private ArchivalUnit makeAu() throws ConfigurationException { Properties props = new Properties(); for (Iterator it = m_descrMap.keySet().iterator(); it.hasNext(); ) { String key = (String) it.next(); String value = ( (JTextField) m_descrMap.get(key)).getText(); props.put(key, value); } Configuration config = ConfigManager.fromProperties(props); ArchivalUnit au = m_plugin.createAu(config); return au; }
8150 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8150/8cebf6a8ca182c84b2932795be525709febec4a0/CrawlRuleTestDialog.java/clean/tools/src/org/lockss/devtools/plugindef/CrawlRuleTestDialog.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 3238, 16959, 5162, 2802, 1221, 37, 89, 1435, 1216, 22196, 288, 565, 6183, 3458, 273, 394, 6183, 5621, 565, 364, 261, 3198, 518, 273, 312, 67, 28313, 863, 18, 856, 694, 7675, 9838, 5621, 518, 18, 5332, 2134, 5621, 262, 288, 1377, 514, 498, 273, 261, 780, 13, 518, 18, 4285, 5621, 1377, 514, 460, 273, 261, 261, 46, 16157, 13, 312, 67, 28313, 863, 18, 588, 12, 856, 13, 2934, 588, 1528, 5621, 1377, 3458, 18, 458, 12, 856, 16, 460, 1769, 565, 289, 565, 4659, 642, 273, 1903, 1318, 18, 2080, 2297, 12, 9693, 1769, 565, 16959, 5162, 2802, 20309, 273, 446, 31, 775, 288, 20309, 273, 312, 67, 4094, 18, 2640, 37, 89, 12, 1425, 1769, 289, 1044, 261, 503, 431, 13, 288, 804, 1895, 8485, 18, 4500, 1079, 6353, 12, 2211, 10837, 3370, 358, 752, 392, 16959, 5162, 8380, 5581, 82, 6, 397, 431, 18, 24906, 9334, 315, 39, 15161, 2175, 7766, 1068, 3113, 804, 1895, 8485, 18, 3589, 67, 8723, 1769, 289, 565, 327, 20309, 31, 225, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 3238, 16959, 5162, 2802, 1221, 37, 89, 1435, 1216, 22196, 288, 565, 6183, 3458, 273, 394, 6183, 5621, 565, 364, 261, 3198, 518, 273, 312, 67, 28313, 863, 18, 856, 694, 7675, 9838, 5621, 518, 18, 5332, 2134, 5621, 262, 288, 1377, 514, 498, 273, 261, 780, 13, 518, 18, 4285, 5621, 1377, 514, 460, 273, 261, 261, 46, 16157, 13, 312, 67, 28313, 863, 18, 588, 12, 856, 13, 2934, 588, 1528, 5621, 1377, 3458, 18, 458, 12, 856, 16, 460, 1769, 565, 289, 565, 4659, 642, 273, 1903, 1318, 18, 2080, 2297, 12, 9693, 1769, 565, 16959, 5162, 2802, 20309, 273, 446, 31, 775, 288, 20309, 273, 312, 67, 4094, 18, 2640, 37, 89, 12, 1425, 2 ]
-1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, 292, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, -1, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, 343, 344, 345, 346, -1, -1, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, -1, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, -1, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, -1, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, -1, -1, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, -1, -1, -1, -1, -1, -1,
298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, 316, 317, 318, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 338, -1, -1, 341, -1, 343, 344, 345, -1, 347, -1, -1, -1, 351, -1, -1, -1, -1, -1, -1,
private static final short[] yyCheck4() { return new short[] { 125, 283, 284, 285, 286, 287, 288, 289, -1, -1, 292, -1, -1, -1, -1, 93, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 41, 311, 312, 313, 314, 0, -1, 317, 318, 319, -1, -1, -1, -1, -1, 10, -1, 58, 59, 125, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, 41, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, -1, -1, -1, -1, 58, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 125, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, 281, 282, 125, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, 281, 282, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, 281, -1, -1, -1, -1, -1, -1, -1, -1, 290, 291, -1, 293, 294, 295, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 262, 263, 264, -1, -1, 267, 268, 269, -1, 271, -1, -1, -1, -1, -1, -1, -1, -1, -1, 281, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 293, 294, 295, 296, 297, 256, 257, 258, 259, 260, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, 292, -1, -1, -1, -1, -1, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 256, 257, 258, 259, 260, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, 292, -1, -1, -1, -1, -1, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, 260, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, 292, -1, -1, -1, -1, -1, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, 292, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, 350, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, 292, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, -1, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, 343, 344, 345, 346, -1, -1, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, -1, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, -1, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, -1, -1, -1, -1, 352, -1, -1, -1, -1, -1, -1, -1, 360, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, -1, -1, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 359, -1, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, -1, -1, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 336, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, -1, -1, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, -1, -1, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, 348, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, -1, -1, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, -1, -1, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, -1, 261, -1, -1, -1, 265, 266, -1, -1, -1, 270, -1, 272, 273, 274, 275, 276, 277, 278, -1, -1, -1, -1, 283, 284, 285, 286, 287, 288, 289, -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 314, -1, -1, -1, -1, 319, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 339, -1, -1, 342, -1, 344, 345, 346, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 363, 364, 365, 366, 367, 368, 257, 258, 259, 260, 261, 262, 263, 264, -1, -1, 267, 268, 269, 270, 271, -1, -1, 274, 275, 276, 277, 278, 279, 280, -1, -1, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, -1, 308, -1, -1, -1, -1, -1, -1, 315, -1, 317, 318, -1, 320, 321, 322, 323, -1, 325, 326, -1, -1, 329, -1, -1, -1, -1, 334, 335, 336, 337, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 348, 349, -1, 351, 352, 353, 354, 355, 356, 357, 358, 359, -1, 361, -1, 363, 257, 258, 259, 260, 261, 262, 263, 264, -1, -1, 267, 268, 269, 270, 271, -1, -1, 274, 275, 276, 277, 278, 279, 280, -1, -1, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, -1, -1, 308, -1, -1, -1, -1, -1, -1, 315, -1, 317, 318, -1, 320, 321, 322, 323, -1, 325, 326, -1, -1, 329, -1, -1, -1, -1, 334, 335, 336, 337, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 348, 349, -1, 351, 352, 353, 354, 355, 356, 357, 358, 359, -1, 361, -1, 363, 257, 258, 259, 260, 261, 262, 263, 264, -1, -1, 267, 268, 269, 270, 271, -1, -1, 274, 275, 276, 277, 278, 279, 280, -1, -1, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, -1, -1, -1, -1, 315, -1, 317, 318, -1, 320, 321, 322, 323, -1, 325, 326, -1, -1, 329, -1, -1, -1, -1, 334, 335, 336, 337, -1, -1, -1, -1, -1, 343, -1, -1, -1, -1, 348, 349, -1, 351, 352, 353, 354, 355, 356, 357, 358, 359, -1, 361, 257, 258, 259, 260, 261, 262, 263, 264, -1, -1, 267, 268, 269, 270, 271, -1, -1, 274, 275, 276, 277, 278, 279, 280, -1, -1, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, -1, -1, -1, -1, -1, 315, -1, 317, 318, -1, 320, 321, 322, 323, -1, 325, 326, -1, -1, 329, -1, -1, -1, -1, 334, 335, 336, 337, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 348, 349, -1, 351, 352, 353, 354, 355, 356, 357, 358, 359, -1, 361, 257, 258, 259, 260, 261, 262, 263, 264, -1, -1, 267, 268, 269, 270, 271, -1, -1, 274, 275, 276, 277, 278, 279, 280, -1, -1, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, -1, -1, 308, -1, -1, -1, -1, -1, -1, 315, -1, 317, 318, -1, 320, 321, 322, 323, -1, 325, 326, -1, -1, 329, -1, -1, -1, -1, 334, 335, 336, 337, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 348, 349, -1, 351, 352, 353, 354, 355, 356, 357, 358, 359, -1, 361, }; }
45298 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45298/a404cb04ade8bbc527b55cf473199686102428e1/YyTables.java/clean/src/org/jruby/parser/YyTables.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 565, 3238, 760, 727, 3025, 8526, 9016, 1564, 24, 1435, 288, 1377, 327, 394, 3025, 8526, 288, 1850, 30616, 16, 225, 9131, 23, 16, 225, 576, 5193, 16, 225, 576, 7140, 16, 225, 576, 5292, 16, 225, 9131, 27, 16, 225, 576, 5482, 16, 225, 576, 6675, 16, 282, 300, 21, 16, 282, 300, 21, 16, 6647, 576, 9975, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 31007, 16, 225, 576, 10689, 16, 225, 31360, 16, 225, 11631, 16, 225, 26403, 16, 6647, 22072, 16, 225, 890, 4630, 16, 225, 27499, 16, 225, 5196, 25, 16, 225, 5196, 26, 16, 225, 5196, 27, 16, 225, 5196, 28, 16, 225, 5196, 29, 16, 282, 20170, 16, 225, 890, 2499, 16, 6647, 890, 2138, 16, 225, 890, 3437, 16, 225, 890, 3461, 16, 565, 374, 16, 282, 300, 21, 16, 225, 890, 4033, 16, 225, 890, 2643, 16, 225, 890, 3657, 16, 282, 300, 21, 16, 282, 300, 21, 16, 5411, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 1728, 16, 282, 300, 21, 16, 282, 17066, 16, 282, 14995, 16, 225, 30616, 16, 282, 300, 21, 16, 282, 300, 21, 16, 5411, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 225, 890, 5520, 16, 282, 300, 21, 16, 282, 300, 21, 16, 6647, 890, 9452, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 565, 3238, 760, 727, 3025, 8526, 9016, 1564, 24, 1435, 288, 1377, 327, 394, 3025, 8526, 288, 1850, 30616, 16, 225, 9131, 23, 16, 225, 576, 5193, 16, 225, 576, 7140, 16, 225, 576, 5292, 16, 225, 9131, 27, 16, 225, 576, 5482, 16, 225, 576, 6675, 16, 282, 300, 21, 16, 282, 300, 21, 16, 6647, 576, 9975, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 300, 21, 16, 282, 31007, 16, 225, 576, 10689, 16, 225, 31360, 16, 225, 11631, 16, 225, 26403, 16, 6647, 22072, 16, 225, 890, 4630, 16, 225, 27499, 16, 225, 5196, 25, 16, 225, 5196, 26, 16, 225, 5196, 27, 16, 225, 5196, 28, 16, 225, 2 ]
res.append("X509 CertList: \n["); res.append("\n tbsCertList:\n ["); res.append(tbsCertList.toString()); res.append("\n ]"); res.append("\n signatureAlgorithm:\n ["); res.append(signatureAlgorithm.toString()); res.append("\n ]"); res.append("\n signatureValue:\n ["); res.append("\n ]"); res.append("\n]");
tbsCertList.dumpValue(res); res.append("\nSignature Value:\n"); res.append(Array.toString(signatureValue, ""));
public String toString() { StringBuffer res = new StringBuffer(); res.append("X509 CertList: \n["); //$NON-NLS-1$ res.append("\n tbsCertList:\n ["); //$NON-NLS-1$ res.append(tbsCertList.toString()); res.append("\n ]"); //$NON-NLS-1$ res.append("\n signatureAlgorithm:\n ["); //$NON-NLS-1$ res.append(signatureAlgorithm.toString()); res.append("\n ]"); //$NON-NLS-1$ res.append("\n signatureValue:\n ["); //$NON-NLS-1$ //res.append(Arrays.toString(signatureValue)); res.append("\n ]"); //$NON-NLS-1$ res.append("\n]"); //$NON-NLS-1$ return res.toString(); }
54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/5f92ac3dc7933698de590d577cb4f14dfdd3ee4d/CertificateList.java/buggy/modules/security/src/main/java/common/org/apache/harmony/security/x509/CertificateList.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 514, 1762, 1435, 288, 3639, 6674, 400, 273, 394, 6674, 5621, 3639, 400, 18, 6923, 2932, 60, 5995, 11921, 682, 30, 521, 82, 63, 8863, 4329, 3993, 17, 5106, 17, 21, 8, 3639, 400, 18, 6923, 31458, 82, 225, 268, 2038, 5461, 682, 5581, 82, 225, 8247, 1769, 4329, 3993, 17, 5106, 17, 21, 8, 3639, 400, 18, 6923, 12, 88, 2038, 5461, 682, 18, 10492, 10663, 3639, 400, 18, 6923, 31458, 82, 225, 308, 8863, 4329, 3993, 17, 5106, 17, 21, 8, 3639, 400, 18, 6923, 31458, 82, 225, 3372, 6801, 5581, 82, 225, 8247, 1769, 4329, 3993, 17, 5106, 17, 21, 8, 3639, 400, 18, 6923, 12, 8195, 6801, 18, 10492, 10663, 3639, 400, 18, 6923, 31458, 82, 225, 308, 8863, 4329, 3993, 17, 5106, 17, 21, 8, 3639, 400, 18, 6923, 31458, 82, 225, 3372, 620, 5581, 82, 225, 8247, 1769, 4329, 3993, 17, 5106, 17, 21, 8, 3639, 368, 455, 18, 6923, 12, 12726, 18, 10492, 12, 8195, 620, 10019, 3639, 400, 18, 6923, 31458, 82, 225, 308, 8863, 4329, 3993, 17, 5106, 17, 21, 8, 3639, 400, 18, 6923, 31458, 82, 4279, 1769, 4329, 3993, 17, 5106, 17, 21, 8, 3639, 327, 400, 18, 10492, 5621, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 514, 1762, 1435, 288, 3639, 6674, 400, 273, 394, 6674, 5621, 3639, 400, 18, 6923, 2932, 60, 5995, 11921, 682, 30, 521, 82, 63, 8863, 4329, 3993, 17, 5106, 17, 21, 8, 3639, 400, 18, 6923, 31458, 82, 225, 268, 2038, 5461, 682, 5581, 82, 225, 8247, 1769, 4329, 3993, 17, 5106, 17, 21, 8, 3639, 400, 18, 6923, 12, 88, 2038, 5461, 682, 18, 10492, 10663, 3639, 400, 18, 6923, 31458, 82, 225, 308, 8863, 4329, 3993, 17, 5106, 17, 21, 8, 3639, 400, 18, 6923, 31458, 82, 225, 3372, 6801, 5581, 82, 225, 8247, 1769, 4329, 3993, 17, 5106, 17, 21, 8, 3639, 400, 18, 6923, 12, 8195, 6801, 18, 10492, 10663, 3639, 400, 18, 2 ]
IGetParameterDefinitionTask task = getParameterDefinitionTask( design, options ); return task.getDefaultValue( parameterName );
IGetParameterDefinitionTask task = null; Object defaultValue = null; try { task = getParameterDefinitionTask( design, options ); if ( task != null ) defaultValue = task.getDefaultValue( parameterName ); } finally { if ( task != null ) task.close( ); } return defaultValue;
public Object getParameterDefaultValue( IViewerReportDesignHandle design, String parameterName, InputOptions options ) throws ReportServiceException { IGetParameterDefinitionTask task = getParameterDefinitionTask( design, options ); return task.getDefaultValue( parameterName ); }
5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/d835cdf138e9d6d6ae54363d70ba647041cf4669/BirtViewerReportService.java/clean/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 1033, 5575, 15646, 12, 467, 18415, 4820, 15478, 3259, 8281, 16, 1082, 202, 780, 15524, 16, 2741, 1320, 702, 262, 1082, 202, 15069, 8706, 15133, 202, 95, 202, 202, 45, 967, 1662, 1852, 2174, 1562, 273, 5575, 1852, 2174, 12, 8281, 16, 9506, 202, 2116, 11272, 202, 202, 2463, 1562, 18, 588, 15646, 12, 15524, 11272, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 1033, 5575, 15646, 12, 467, 18415, 4820, 15478, 3259, 8281, 16, 1082, 202, 780, 15524, 16, 2741, 1320, 702, 262, 1082, 202, 15069, 8706, 15133, 202, 95, 202, 202, 45, 967, 1662, 1852, 2174, 1562, 273, 5575, 1852, 2174, 12, 8281, 16, 9506, 202, 2116, 11272, 202, 202, 2463, 1562, 18, 588, 15646, 12, 15524, 11272, 202, 97, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
public static void paintInlineContext( Context c, Box box ) { BlockBox block = (BlockBox)box; // translate into local coords // account for the origin of the containing box c.getGraphics().translate( box.x, box.y ); // for each line box c.getGraphics().setColor( Color.black ); //u.p("line count = " + block.boxes.size()); for ( int i = 0; i < block.getChildCount(); i++ ) { // get the line box //u.p("line = " + block.boxes.get(i)); paintLine( c, (LineBox)block.getChild( i ) ); } // translate back to parent coords //c.getGraphics().translate(-c.getExtents().x,-c.getExtents().y); c.getGraphics().translate( -box.x, -box.y ); //c.getGraphics().translate(inset_left,inset_top); }
8125 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8125/dab5f0ea0f21b11bc9059602a912aff22532b469/InlinePainter.java/buggy/src/java/org/xhtmlrenderer/render/InlinePainter.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1071, 3845, 6459, 84, 1598, 10870, 1042, 12, 1042, 71, 16, 3514, 2147, 15329, 1768, 3514, 2629, 28657, 1768, 3514, 13, 2147, 31, 759, 13929, 474, 355, 23735, 9076, 759, 4631, 1884, 5787, 10012, 792, 451, 31313, 3280, 2147, 71, 18, 588, 17558, 7675, 13929, 12, 2147, 18, 92, 16, 2147, 18, 93, 1769, 759, 25055, 1369, 2147, 71, 18, 588, 17558, 7675, 542, 2957, 12, 2957, 18, 11223, 1769, 759, 89, 18, 84, 2932, 7511, 557, 592, 1546, 15, 2629, 18, 15918, 18, 1467, 10663, 1884, 12, 474, 77, 33, 20, 31, 77, 32, 2629, 18, 588, 1763, 1380, 5621, 77, 27245, 95, 759, 588, 451, 3027, 2147, 759, 89, 18, 84, 2932, 1369, 1546, 15, 2629, 18, 15918, 18, 588, 12, 77, 10019, 84, 1598, 1670, 12, 71, 16, 12, 1670, 3514, 13, 2629, 18, 588, 1763, 12, 77, 10019, 97, 759, 13929, 823, 3669, 817, 9076, 759, 71, 18, 588, 17558, 7675, 13929, 19236, 71, 18, 588, 2482, 4877, 7675, 92, 16, 17, 71, 18, 588, 2482, 4877, 7675, 93, 1769, 71, 18, 588, 17558, 7675, 13929, 19236, 2147, 18, 92, 16, 17, 2147, 18, 93, 1769, 759, 71, 18, 588, 17558, 7675, 13929, 12, 267, 542, 67, 4482, 16, 267, 542, 67, 3669, 1769, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1071, 3845, 6459, 84, 1598, 10870, 1042, 12, 1042, 71, 16, 3514, 2147, 15329, 1768, 3514, 2629, 28657, 1768, 3514, 13, 2147, 31, 759, 13929, 474, 355, 23735, 9076, 759, 4631, 1884, 5787, 10012, 792, 451, 31313, 3280, 2147, 71, 18, 588, 17558, 7675, 13929, 12, 2147, 18, 92, 16, 2147, 18, 93, 1769, 759, 25055, 1369, 2147, 71, 18, 588, 17558, 7675, 542, 2957, 12, 2957, 18, 11223, 1769, 759, 89, 18, 84, 2932, 7511, 557, 592, 1546, 15, 2629, 18, 15918, 18, 1467, 10663, 1884, 12, 474, 77, 33, 20, 31, 77, 32, 2629, 18, 588, 1763, 1380, 5621, 77, 27245, 95, 759, 588, 451, 3027, 2147, 759, 89, 18, 84, 2932, 1369, 1546, 15, 2629, 18, 2 ]
ejb.addCMPField(new CMPField("value", String.class, false));
protected void setUp() throws Exception { super.setUp(); // initialize the database ds = new AxionDataSource("jdbc:axiondb:testdb"); Connection c = ds.getConnection(); Statement s = c.createStatement(); s.execute("CREATE TABLE MOCK(ID INTEGER, VALUE VARCHAR(50))"); s.execute("INSERT INTO MOCK(ID, VALUE) VALUES(1, 'Hello')"); s.close(); c.close();// SimpleCommandFactory persistenceFactory = new SimpleCommandFactory(ds);// ArrayList queries = new ArrayList();// MethodSignature signature;//// signature = new MethodSignature("ejbFindByPrimaryKey", new String[]{"java.lang.Object"});// persistenceFactory.defineQuery(signature, "SELECT ID FROM MOCK WHERE ID=?", new Binding[]{new IntBinding(1, 0)}, new Binding[]{new IntBinding(1, 0)});// queries.add(new CMPQuery("Mock", false, signature, false, null));// signature = new MethodSignature("ejbLoad", new String[]{});// persistenceFactory.defineQuery(signature, "SELECT ID,VALUE FROM MOCK WHERE ID=?", new Binding[]{new IntBinding(1, 0)}, new Binding[]{new IntBinding(1, 0), new StringBinding(2, 1)});// queries.add(new CMPQuery(signature, false, null));// signature = new MethodSignature("ejbSelectSingleValue", new String[]{"java.lang.Integer"});// persistenceFactory.defineQuery(signature, "SELECT VALUE FROM MOCK WHERE ID=?", new Binding[]{new IntBinding(1, 0)}, new Binding[]{new StringBinding(1, 0)});// queries.add(new CMPQuery(signature, false, null));// signature = new MethodSignature("ejbSelectMultiValue", new String[]{"java.lang.Integer"});// persistenceFactory.defineQuery(signature, "SELECT VALUE FROM MOCK WHERE ID=?", new Binding[]{new IntBinding(1, 0)}, new Binding[]{new StringBinding(1, 0)});// queries.add(new CMPQuery(signature, true, null));// signature = new MethodSignature("ejbSelectMultiObject", new String[]{"java.lang.Integer"});// persistenceFactory.defineQuery(signature, "SELECT ID FROM MOCK WHERE ID=?", new Binding[]{new IntBinding(1, 0)}, new Binding[]{new IntBinding(1, 0)});// queries.add(new CMPQuery("Mock", true, signature, true, null));//// signature = new MethodSignature("ejbCreate", new String[]{"java.lang.Integer", "java.lang.String"});// persistenceFactory.defineUpdate(signature, "INSERT INTO MOCK(ID, VALUE) VALUES(?,?)", new Binding[]{new IntBinding(1, 0), new StringBinding(2, 1)});// signature = new MethodSignature("ejbRemove", new String[0]);// persistenceFactory.defineUpdate(signature, "DELETE FROM MOCK WHERE ID=?", new Binding[]{new IntBinding(1, 0)});// signature = new MethodSignature("ejbStore", new String[0]);// persistenceFactory.defineUpdate(signature, "UPDATE MOCK SET VALUE = ? WHERE ID=?", new Binding[]{new StringBinding(1, 1), new IntBinding(2, 0)});//// CMPConfiguration cmpConfig = new CMPConfiguration();// cmpConfig.persistenceFactory = persistenceFactory;// cmpConfig.queries = (CMPQuery[]) queries.toArray(new CMPQuery[0]);// cmpConfig.cmpFieldNames = new String[]{"id", "value"};// cmpConfig.relations = new CMRelation[]{};// cmpConfig.schema = "Mock"; CMPContainerBuilder builder = new CMPContainerBuilder(); builder.setClassLoader(this.getClass().getClassLoader()); builder.setContainerId(CONTAINER_NAME); builder.setEJBName("MockEJB"); builder.setBeanClassName(MockCMPEJB.class.getName()); builder.setHomeInterfaceName(MockHome.class.getName()); builder.setLocalHomeInterfaceName(MockLocalHome.class.getName()); builder.setRemoteInterfaceName(MockRemote.class.getName()); builder.setLocalInterfaceName(MockLocal.class.getName()); builder.setPrimaryKeyClassName(Integer.class.getName()); builder.setJndiNames(new String[0]); builder.setLocalJndiNames(new String[0]); builder.setUnshareableResources(new HashSet()); builder.setTransactionPolicySource(new TransactionPolicySource() { public TransactionPolicy getTransactionPolicy(String methodIntf, InterfaceMethodSignature signature) { return ContainerPolicy.Required; } }); builder.setComponentContext(new ReadOnlyContext()); EJB ejb = new EJB("MockEJB", "MOCK"); ejb.addCMPField(new CMPField("id", Integer.class, true)); ejb.addCMPField(new CMPField("value", String.class, false)); builder.setEJB(ejb); builder.setDataSource(ds); container = builder.createConfiguration(); kernel = new Kernel("BeanManagedPersistenceTest"); kernel.boot(); kernel = new Kernel("ContainerManagedPersistenceTest"); kernel.boot(); GBeanMBean transactionManager = new GBeanMBean(TransactionManagerProxy.GBEAN_INFO); transactionManager.setAttribute("Delegate", new MockTransactionManager()); start(TM_NAME, transactionManager); GBeanMBean trackedConnectionAssociator = new GBeanMBean(ConnectionTrackingCoordinator.GBEAN_INFO); start(TCA_NAME, trackedConnectionAssociator); //start the ejb container container.setReferencePatterns("TransactionManager", Collections.singleton(TM_NAME)); container.setReferencePatterns("TrackedConnectionAssociator", Collections.singleton(TCA_NAME)); start(CONTAINER_NAME, container); }
47052 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47052/8ea2ca0f8e130cb6dd2e2e25a4fefefce3abe016/BasicCMPEntityContainerTest.java/clean/openejb2/modules/core/src/test/org/openejb/entity/BasicCMPEntityContainerTest.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 4750, 918, 24292, 1435, 1216, 1185, 288, 3639, 2240, 18, 542, 1211, 5621, 3639, 368, 4046, 326, 2063, 3639, 3780, 273, 394, 22516, 285, 8597, 2932, 24687, 30, 651, 285, 1966, 30, 3813, 1966, 8863, 3639, 4050, 276, 273, 3780, 18, 588, 1952, 5621, 3639, 8056, 272, 273, 276, 18, 2640, 3406, 5621, 3639, 272, 18, 8837, 2932, 9344, 7567, 16070, 3507, 12, 734, 16481, 16, 5848, 27915, 12, 3361, 30743, 1769, 3639, 272, 18, 8837, 2932, 11356, 12421, 16070, 3507, 12, 734, 16, 5848, 13, 13477, 12, 21, 16, 296, 18601, 23291, 1769, 3639, 272, 18, 4412, 5621, 3639, 276, 18, 4412, 5621, 759, 3639, 4477, 2189, 1733, 9756, 1733, 273, 394, 4477, 2189, 1733, 12, 2377, 1769, 759, 3639, 2407, 6218, 273, 394, 2407, 5621, 759, 3639, 2985, 5374, 3372, 31, 1307, 3639, 3372, 273, 394, 2985, 5374, 2932, 73, 10649, 3125, 858, 11575, 3113, 394, 514, 63, 7073, 6, 6290, 18, 4936, 18, 921, 6, 22938, 759, 3639, 9756, 1733, 18, 11255, 1138, 12, 8195, 16, 315, 4803, 1599, 4571, 16070, 3507, 4852, 1599, 17282, 3113, 394, 15689, 63, 7073, 2704, 3094, 5250, 12, 21, 16, 374, 13, 5779, 394, 15689, 63, 7073, 2704, 3094, 5250, 12, 21, 16, 374, 16869, 1769, 759, 3639, 6218, 18, 1289, 12, 2704, 385, 4566, 1138, 2932, 9865, 3113, 629, 16, 3372, 16, 629, 16, 446, 10019, 759, 3639, 3372, 273, 394, 2985, 5374, 2932, 73, 10649, 2563, 3113, 394, 514, 8526, 2916, 1769, 759, 3639, 9756, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 4750, 918, 24292, 1435, 1216, 1185, 288, 3639, 2240, 18, 542, 1211, 5621, 3639, 368, 4046, 326, 2063, 3639, 3780, 273, 394, 22516, 285, 8597, 2932, 24687, 30, 651, 285, 1966, 30, 3813, 1966, 8863, 3639, 4050, 276, 273, 3780, 18, 588, 1952, 5621, 3639, 8056, 272, 273, 276, 18, 2640, 3406, 5621, 3639, 272, 18, 8837, 2932, 9344, 7567, 16070, 3507, 12, 734, 16481, 16, 5848, 27915, 12, 3361, 30743, 1769, 3639, 272, 18, 8837, 2932, 11356, 12421, 16070, 3507, 12, 734, 16, 5848, 13, 13477, 12, 21, 16, 296, 18601, 23291, 1769, 3639, 272, 18, 4412, 5621, 3639, 276, 18, 4412, 5621, 759, 3639, 4477, 2189, 1733, 9756, 1733, 273, 394, 4477, 2189, 1733, 12, 2377, 2 ]
ProfileManager profileManager = null;
PortalService service = null;
public Layout newInstance(String layoutName) throws ProcessingException { Object[] o = (Object[]) this.layouts.get( layoutName ); if ( o == null ) { throw new ProcessingException("LayoutDescription with name '" + layoutName + "' not found."); } DefaultLayoutDescription layoutDescription = (DefaultLayoutDescription)o[0]; Layout layout = null; try { Class clazz = ClassUtils.loadClass( layoutDescription.getClassName() ); layout = (Layout)clazz.newInstance(); } catch (Exception e) { throw new ProcessingException("Unable to create new instance", e ); } String id = null; if ( layoutDescription.createId() ) { // TODO - set unique id id = layoutName + '-' + System.currentTimeMillis(); } layout.initialize( layoutName, id ); layout.setDescription( layoutDescription ); layout.setAspectDataHandler((AspectDataHandler)o[1]); ProfileManager profileManager = null; try { profileManager = (ProfileManager)this.manager.lookup(ProfileManager.ROLE); profileManager.register(layout); } catch (ComponentException ce) { throw new ProcessingException("Unable to lookup profile manager.", ce); } finally { this.manager.release( profileManager ); } return layout; }
46428 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46428/f9c6f0087139d83c4f494052a0a93b1b6c9d7f3a/DefaultLayoutFactory.java/clean/src/blocks/portal/java/org/apache/cocoon/portal/layout/impl/DefaultLayoutFactory.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 9995, 5984, 12, 780, 3511, 461, 13, 377, 1216, 19652, 503, 288, 3639, 1033, 8526, 320, 273, 261, 921, 63, 5717, 333, 18, 28283, 18, 588, 12, 3511, 461, 11272, 10792, 309, 261, 320, 422, 446, 262, 288, 5411, 604, 394, 19652, 503, 2932, 3744, 3291, 598, 508, 2119, 397, 3511, 461, 397, 2491, 486, 1392, 1199, 1769, 3639, 289, 3639, 2989, 3744, 3291, 3511, 3291, 273, 261, 1868, 3744, 3291, 13, 83, 63, 20, 15533, 7734, 9995, 3511, 273, 446, 31, 3639, 775, 288, 5411, 1659, 4003, 273, 26382, 18, 945, 797, 12, 3511, 3291, 18, 588, 3834, 1435, 11272, 5411, 3511, 273, 261, 3744, 13, 830, 3638, 18, 2704, 1442, 5621, 10792, 289, 1044, 261, 503, 425, 13, 288, 5411, 604, 394, 19652, 503, 2932, 3370, 358, 752, 394, 791, 3113, 425, 11272, 3639, 289, 7734, 514, 612, 273, 446, 31, 3639, 309, 261, 3511, 3291, 18, 2640, 548, 1435, 262, 288, 5411, 368, 2660, 300, 444, 3089, 612, 5411, 612, 273, 3511, 461, 397, 4014, 397, 2332, 18, 2972, 28512, 5621, 3639, 289, 3639, 3511, 18, 11160, 12, 3511, 461, 16, 612, 11272, 540, 3511, 18, 542, 3291, 12, 3511, 3291, 11272, 3639, 3511, 18, 542, 17468, 751, 1503, 12443, 17468, 751, 1503, 13, 83, 63, 21, 19226, 3639, 25478, 1179, 1156, 273, 446, 31, 3639, 775, 288, 5411, 3042, 1318, 273, 261, 4029, 1318, 13, 2211, 18, 4181, 18, 8664, 12, 4029, 1318, 18, 16256, 1769, 5411, 3042, 1318, 18, 4861, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 9995, 5984, 12, 780, 3511, 461, 13, 377, 1216, 19652, 503, 288, 3639, 1033, 8526, 320, 273, 261, 921, 63, 5717, 333, 18, 28283, 18, 588, 12, 3511, 461, 11272, 10792, 309, 261, 320, 422, 446, 262, 288, 5411, 604, 394, 19652, 503, 2932, 3744, 3291, 598, 508, 2119, 397, 3511, 461, 397, 2491, 486, 1392, 1199, 1769, 3639, 289, 3639, 2989, 3744, 3291, 3511, 3291, 273, 261, 1868, 3744, 3291, 13, 83, 63, 20, 15533, 7734, 9995, 3511, 273, 446, 31, 3639, 775, 288, 5411, 1659, 4003, 273, 26382, 18, 945, 797, 12, 3511, 3291, 18, 588, 3834, 1435, 11272, 5411, 3511, 273, 261, 3744, 13, 830, 3638, 18, 2704, 1442, 5621, 10792, 289, 1044, 261, 2 ]
public void socketOpened(SimTask task, long socketID) {
public void socketOpened(long socketID) {
public void socketOpened(SimTask task, long socketID) { //System.out.println("SocketServicer: Socket ID " + socketID + " is open for business!"); //System.out.flush(); /*try { GLOReference thisRef = task.makeReference(this); task.registerTimerEvent(ACCESS_TYPE.GET, 5000, true, thisRef); } catch (InstantiationException ie) { ie.printStackTrace(); }*/ writeBytes(task, socketID); }
55380 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55380/214b73439cec303729af30c996fa8b4a76d2f0e4/SocketServicer.java/clean/src/com/sun/gi/apps/rawsocket/SocketServicer.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 2987, 23115, 12, 7993, 2174, 1562, 16, 1525, 2987, 734, 13, 288, 202, 202, 759, 3163, 18, 659, 18, 8222, 2932, 4534, 827, 90, 21349, 30, 8758, 1599, 315, 397, 2987, 734, 397, 315, 353, 1696, 364, 13160, 4442, 1769, 202, 202, 759, 3163, 18, 659, 18, 11330, 5621, 9506, 202, 20308, 698, 288, 1082, 202, 43, 1502, 2404, 333, 1957, 273, 1562, 18, 6540, 2404, 12, 2211, 1769, 1082, 202, 4146, 18, 4861, 6777, 1133, 12, 13204, 67, 2399, 18, 3264, 16, 20190, 16, 638, 16, 333, 1957, 1769, 202, 202, 97, 202, 202, 14683, 261, 10675, 7072, 503, 9228, 13, 288, 1082, 202, 1385, 18, 1188, 6332, 5621, 202, 202, 97, 5549, 202, 202, 2626, 2160, 12, 4146, 16, 2987, 734, 1769, 1082, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 2987, 23115, 12, 7993, 2174, 1562, 16, 1525, 2987, 734, 13, 288, 202, 202, 759, 3163, 18, 659, 18, 8222, 2932, 4534, 827, 90, 21349, 30, 8758, 1599, 315, 397, 2987, 734, 397, 315, 353, 1696, 364, 13160, 4442, 1769, 202, 202, 759, 3163, 18, 659, 18, 11330, 5621, 9506, 202, 20308, 698, 288, 1082, 202, 43, 1502, 2404, 333, 1957, 273, 1562, 18, 6540, 2404, 12, 2211, 1769, 1082, 202, 4146, 18, 4861, 6777, 1133, 12, 13204, 67, 2399, 18, 3264, 16, 20190, 16, 638, 16, 333, 1957, 1769, 202, 202, 97, 202, 202, 14683, 261, 10675, 7072, 503, 9228, 13, 288, 1082, 202, 1385, 18, 1188, 6332, 5621, 202, 202, 97, 5549, 202, 2 ]
Class[] sig1, Class[] sig2) {
Class[] sig1, Class[] sig2) {
public static int preferSignature(Object[] args, Class[] sig1, Class[] sig2) { int preference = 0; for (int j = 0; j < args.length; j++) { Class type1 = sig1[j]; Class type2 = sig2[j]; if (type1 == type2) { continue; } preference |= NativeJavaMethod.preferConversion(args[j], type1, type2); if (preference == PREFERENCE_AMBIGUOUS) { break; } } return preference; }
11366 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11366/9cc29b7e2280631c283f30ba01a6607b657897c9/NativeJavaMethod.java/clean/js/rhino/org/mozilla/javascript/NativeJavaMethod.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 509, 13256, 5374, 12, 921, 8526, 833, 16, 4766, 4202, 1659, 8526, 3553, 21, 16, 1659, 8526, 3553, 22, 13, 288, 4202, 509, 11555, 273, 374, 31, 3639, 364, 261, 474, 525, 273, 374, 31, 525, 411, 833, 18, 2469, 31, 525, 27245, 288, 5411, 1659, 618, 21, 273, 3553, 21, 63, 78, 15533, 5411, 1659, 618, 22, 273, 3553, 22, 63, 78, 15533, 5411, 309, 261, 723, 21, 422, 618, 22, 13, 288, 7734, 1324, 31, 5411, 289, 5411, 11555, 5626, 7734, 16717, 5852, 1305, 18, 1484, 586, 6814, 12, 1968, 63, 78, 6487, 4766, 10402, 618, 21, 16, 4766, 5375, 618, 22, 1769, 5411, 309, 261, 19141, 422, 7071, 10830, 67, 2192, 19044, 57, 21667, 13, 288, 7734, 898, 31, 5411, 289, 3639, 289, 3639, 327, 11555, 31, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 509, 13256, 5374, 12, 921, 8526, 833, 16, 4766, 4202, 1659, 8526, 3553, 21, 16, 1659, 8526, 3553, 22, 13, 288, 4202, 509, 11555, 273, 374, 31, 3639, 364, 261, 474, 525, 273, 374, 31, 525, 411, 833, 18, 2469, 31, 525, 27245, 288, 5411, 1659, 618, 21, 273, 3553, 21, 63, 78, 15533, 5411, 1659, 618, 22, 273, 3553, 22, 63, 78, 15533, 5411, 309, 261, 723, 21, 422, 618, 22, 13, 288, 7734, 1324, 31, 5411, 289, 5411, 11555, 5626, 7734, 16717, 5852, 1305, 18, 1484, 586, 6814, 12, 1968, 63, 78, 6487, 4766, 10402, 618, 21, 16, 4766, 5375, 618, 22, 1769, 5411, 309, 261, 19141, 422, 7071, 10830, 67, 2192, 19044, 57, 2 ]
assertEquals(2, list.size()); if (((AtomContainer)list.get(0)).getAtomCount() == 11) { assertEquals(11, ((AtomContainer)list.get(0)).getAtomCount()); assertEquals(2, ((AtomContainer)list.get(1)).getAtomCount()); } else { assertEquals(2, ((AtomContainer)list.get(0)).getAtomCount()); assertEquals(11, ((AtomContainer)list.get(1)).getAtomCount()); }
assertEquals(1, list.size()); assertEquals(11, ((AtomContainer)list.get(0)).getAtomCount());
public void testSFBug1110537() { String file1 = "data/mdl/5SD.mol"; String file2 = "data/mdl/ADN.mol"; Molecule mol1 = new Molecule(); Molecule mol2 = new Molecule(); try { new MDLReader(new FileReader(file1)).read(mol1); new MDLReader(new FileReader(file2)).read(mol2); } catch (Exception ex) { System.err.println("testQueryAtomContainer: " + ex.getMessage()); fail(ex.getMessage()); } List list = UniversalIsomorphismTester.getOverlaps(mol1, mol2); assertEquals(2, list.size()); // two MCSS are found // we don't know the order. So: if (((AtomContainer)list.get(0)).getAtomCount() == 11) { assertEquals(11, ((AtomContainer)list.get(0)).getAtomCount()); assertEquals(2, ((AtomContainer)list.get(1)).getAtomCount()); } else { assertEquals(2, ((AtomContainer)list.get(0)).getAtomCount()); assertEquals(11, ((AtomContainer)list.get(1)).getAtomCount()); } list = UniversalIsomorphismTester.getOverlaps(mol2, mol1); assertEquals(2, list.size()); // we don't know the order. So: if (((AtomContainer)list.get(0)).getAtomCount() == 11) { assertEquals(11, ((AtomContainer)list.get(0)).getAtomCount()); assertEquals(2, ((AtomContainer)list.get(1)).getAtomCount()); } else { assertEquals(2, ((AtomContainer)list.get(0)).getAtomCount()); assertEquals(11, ((AtomContainer)list.get(1)).getAtomCount()); } }
1306 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1306/f38eeff8465d49eb6007a5e37e36e6f584a18741/UniversalIsomorphismTesterTest.java/clean/src/org/openscience/cdk/test/isomorphism/UniversalIsomorphismTesterTest.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1842, 22395, 19865, 2499, 21661, 6418, 1435, 288, 3639, 514, 585, 21, 273, 315, 892, 19, 1264, 80, 19, 25, 9903, 18, 21260, 14432, 3639, 514, 585, 22, 273, 315, 892, 19, 1264, 80, 19, 1880, 50, 18, 21260, 14432, 3639, 490, 10545, 12629, 21, 273, 394, 490, 10545, 5621, 3639, 490, 10545, 12629, 22, 273, 394, 490, 10545, 5621, 7734, 775, 288, 5411, 394, 490, 8914, 2514, 12, 2704, 23010, 12, 768, 21, 13, 2934, 896, 12, 21260, 21, 1769, 5411, 394, 490, 8914, 2514, 12, 2704, 23010, 12, 768, 22, 13, 2934, 896, 12, 21260, 22, 1769, 3639, 289, 1044, 261, 503, 431, 13, 288, 5411, 2332, 18, 370, 18, 8222, 2932, 3813, 1138, 3641, 2170, 30, 315, 397, 431, 18, 24906, 10663, 5411, 2321, 12, 338, 18, 24906, 10663, 3639, 289, 7734, 987, 666, 273, 27705, 2520, 362, 7657, 6228, 56, 7654, 18, 588, 17411, 87, 12, 21260, 21, 16, 12629, 22, 1769, 3639, 1815, 8867, 12, 22, 16, 666, 18, 1467, 10663, 368, 2795, 490, 10276, 854, 1392, 3639, 368, 732, 2727, 1404, 5055, 326, 1353, 18, 6155, 30, 3639, 309, 261, 12443, 3641, 2170, 13, 1098, 18, 588, 12, 20, 13, 2934, 588, 3641, 1380, 1435, 422, 4648, 13, 288, 5411, 1815, 8867, 12, 2499, 16, 14015, 3641, 2170, 13, 1098, 18, 588, 12, 20, 13, 2934, 588, 3641, 1380, 10663, 5411, 1815, 8867, 12, 22, 16, 14015, 3641, 2170, 13, 1098, 18, 588, 12, 21, 13, 2934, 588, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1842, 22395, 19865, 2499, 21661, 6418, 1435, 288, 3639, 514, 585, 21, 273, 315, 892, 19, 1264, 80, 19, 25, 9903, 18, 21260, 14432, 3639, 514, 585, 22, 273, 315, 892, 19, 1264, 80, 19, 1880, 50, 18, 21260, 14432, 3639, 490, 10545, 12629, 21, 273, 394, 490, 10545, 5621, 3639, 490, 10545, 12629, 22, 273, 394, 490, 10545, 5621, 7734, 775, 288, 5411, 394, 490, 8914, 2514, 12, 2704, 23010, 12, 768, 21, 13, 2934, 896, 12, 21260, 21, 1769, 5411, 394, 490, 8914, 2514, 12, 2704, 23010, 12, 768, 22, 13, 2934, 896, 12, 21260, 22, 1769, 3639, 289, 1044, 261, 503, 431, 13, 288, 5411, 2332, 18, 370, 18, 8222, 2932, 3813, 1138, 2 ]
public void actionPerformed(ActionEvent evt){ saveComments(currentSelectedBugLeaf, currentSelectedBugAspects); PreferencesFrame.getInstance().setLocationRelativeTo(MainFrame.this); PreferencesFrame.getInstance().setVisible(true); }
public void actionPerformed(java.awt.event.ActionEvent evt) { about(); }
public void actionPerformed(ActionEvent evt){ saveComments(currentSelectedBugLeaf, currentSelectedBugAspects); PreferencesFrame.getInstance().setLocationRelativeTo(MainFrame.this); PreferencesFrame.getInstance().setVisible(true); }
10715 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10715/d31a42c3b951cd6c7cf55bcecd1fe65d7034e38b/MainFrame.java/buggy/findbugs/src/java5/edu/umd/cs/findbugs/gui2/MainFrame.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1875, 202, 482, 918, 26100, 12, 1803, 1133, 6324, 15329, 9506, 202, 5688, 9051, 12, 2972, 7416, 19865, 9858, 16, 783, 7416, 19865, 17468, 87, 1769, 9506, 202, 12377, 3219, 18, 588, 1442, 7675, 542, 2735, 8574, 774, 12, 6376, 3219, 18, 2211, 1769, 9506, 202, 12377, 3219, 18, 588, 1442, 7675, 542, 6207, 12, 3767, 1769, 1082, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1875, 202, 482, 918, 26100, 12, 1803, 1133, 6324, 15329, 9506, 202, 5688, 9051, 12, 2972, 7416, 19865, 9858, 16, 783, 7416, 19865, 17468, 87, 1769, 9506, 202, 12377, 3219, 18, 588, 1442, 7675, 542, 2735, 8574, 774, 12, 6376, 3219, 18, 2211, 1769, 9506, 202, 12377, 3219, 18, 588, 1442, 7675, 542, 6207, 12, 3767, 1769, 1082, 202, 97, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
{
boolean matches(QName mode, Node node) { if ((mode == null && this.mode != null) || (mode != null && !mode.equals(this.mode))) { return false; } if (match == null) { return false; } return match.matches(node); }
1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/27e9978154ebcb2e4d9c4e05e11bf17d1b8e1ef5/Template.java/buggy/core/src/classpath/gnu/gnu/xml/transform/Template.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1250, 1885, 12, 13688, 1965, 16, 2029, 756, 13, 377, 309, 14015, 3188, 422, 446, 597, 333, 18, 3188, 480, 446, 13, 747, 3639, 261, 3188, 480, 446, 597, 401, 3188, 18, 14963, 12, 2211, 18, 3188, 20349, 2398, 327, 629, 31, 1377, 289, 565, 309, 261, 1916, 422, 446, 13, 2398, 327, 629, 31, 1377, 289, 565, 327, 845, 18, 8436, 12, 2159, 1769, 225, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1250, 1885, 12, 13688, 1965, 16, 2029, 756, 13, 377, 309, 14015, 3188, 422, 446, 597, 333, 18, 3188, 480, 446, 13, 747, 3639, 261, 3188, 480, 446, 597, 401, 3188, 18, 14963, 12, 2211, 18, 3188, 20349, 2398, 327, 629, 31, 1377, 289, 565, 309, 261, 1916, 422, 446, 13, 2398, 327, 629, 31, 1377, 289, 565, 327, 845, 18, 8436, 12, 2159, 1769, 225, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
final byte[] data = new byte[1];
public final String readLine() throws IOException { final StringBuffer buffer = new StringBuffer(); final byte[] data = new byte[1]; boolean eof = false; while (true) { if (read(data, 0, 1) != 1) { eof = true; break; } final char ch = (char) (data[0] & 0xff); if (ch == '\n') { break; } if (ch == '\r') { // Check for '\r\n' // Note that we don't know whether the InputStream // implements mark() and reset(), but we're using // them anyway. If they don't, then characters // after a lone '\r' will be elided from the input // (ie, this is a bug). We could override mark() // and reset() to always provide at least a // one-character buffer, but then we'd violate // the spec, which says to inherit these from // FilterInputStream... super.mark(1); if (read(data, 0, 1) == 1 && data[0] != '\n') { try { super.reset(); } catch (IOException e) { } } break; } buffer.append(ch); } if (eof && buffer.length() == 0) { return (null); } return (buffer.toString());}
45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/1ec8969a05c3f09c4b5b6551bf396137acb82de2/DataInputStream.java/buggy/libraries/javalib/java/io/DataInputStream.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1071, 727, 514, 12273, 1435, 1216, 1860, 288, 202, 6385, 6674, 1613, 273, 394, 6674, 5621, 202, 6385, 1160, 8526, 501, 273, 394, 1160, 63, 21, 15533, 202, 6494, 14813, 273, 629, 31, 202, 17523, 261, 3767, 13, 288, 202, 202, 430, 261, 896, 12, 892, 16, 374, 16, 404, 13, 480, 404, 13, 288, 1082, 202, 9339, 273, 638, 31, 1082, 202, 8820, 31, 202, 202, 97, 202, 202, 6385, 1149, 462, 273, 261, 3001, 13, 261, 892, 63, 20, 65, 473, 374, 5297, 1769, 202, 202, 430, 261, 343, 422, 2337, 82, 6134, 288, 1082, 202, 8820, 31, 202, 202, 97, 202, 202, 430, 261, 343, 422, 2337, 86, 6134, 288, 4202, 368, 2073, 364, 2337, 86, 64, 82, 11, 1082, 202, 759, 3609, 716, 732, 2727, 1404, 5055, 2856, 326, 5037, 1082, 202, 759, 4792, 2267, 1435, 471, 2715, 9334, 1496, 732, 4565, 1450, 1082, 202, 759, 2182, 13466, 18, 971, 2898, 2727, 1404, 16, 1508, 3949, 1082, 202, 759, 1839, 279, 328, 476, 2337, 86, 11, 903, 506, 415, 13898, 628, 326, 810, 1082, 202, 759, 261, 1385, 16, 333, 353, 279, 7934, 2934, 1660, 3377, 3849, 2267, 1435, 1082, 202, 759, 471, 2715, 1435, 358, 3712, 5615, 622, 4520, 279, 1082, 202, 759, 1245, 17, 11560, 1613, 16, 1496, 1508, 732, 14271, 12471, 340, 1082, 202, 759, 326, 857, 16, 1492, 20185, 358, 6811, 4259, 628, 1082, 202, 759, 4008, 4348, 2777, 1082, 202, 9565, 18, 3355, 12, 21, 1769, 1082, 202, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1071, 727, 514, 12273, 1435, 1216, 1860, 288, 202, 6385, 6674, 1613, 273, 394, 6674, 5621, 202, 6385, 1160, 8526, 501, 273, 394, 1160, 63, 21, 15533, 202, 6494, 14813, 273, 629, 31, 202, 17523, 261, 3767, 13, 288, 202, 202, 430, 261, 896, 12, 892, 16, 374, 16, 404, 13, 480, 404, 13, 288, 1082, 202, 9339, 273, 638, 31, 1082, 202, 8820, 31, 202, 202, 97, 202, 202, 6385, 1149, 462, 273, 261, 3001, 13, 261, 892, 63, 20, 65, 473, 374, 5297, 1769, 202, 202, 430, 261, 343, 422, 2337, 82, 6134, 288, 1082, 202, 8820, 31, 202, 202, 97, 202, 202, 430, 261, 343, 422, 2337, 86, 6134, 288, 4202, 368, 2073, 364, 2337, 86, 2 ]
Buffer buffer = buffersFirst; while(buffer != null) { FoldHandler handler = FoldHandler.getFoldHandler( buffer.getStringProperty("folding")); if(handler != buffer.getFoldHandler()) { buffer.setFoldHandler(handler); } buffer = buffer.getNext(); } }
public static void addPluginJAR(String path) { // backwards compatibility... PluginJAR jar = new EditPlugin.JAR(new File(path)); jars.addElement(jar); jar.init(); EditBus.send(new PluginUpdate(jar,PluginUpdate.LOADED)); if(!isMainThread()) { EditBus.send(new DynamicMenuChanged("plugins")); // buffers retain a reference to the fold handler in // question... and the easiest way to handle fold // handler loading is this... Buffer buffer = buffersFirst; while(buffer != null) { FoldHandler handler = FoldHandler.getFoldHandler( buffer.getStringProperty("folding")); if(handler != buffer.getFoldHandler()) { buffer.setFoldHandler(handler); } buffer = buffer.getNext(); } } } //}}}
8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/c2b0e9328a5e7fd21eb359767c4187f291dd7e77/jEdit.java/clean/org/gjt/sp/jedit/jEdit.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 760, 918, 527, 3773, 46, 985, 12, 780, 589, 13, 202, 95, 202, 202, 759, 12727, 8926, 2777, 202, 202, 3773, 46, 985, 7334, 273, 394, 15328, 3773, 18, 46, 985, 12, 2704, 1387, 12, 803, 10019, 202, 202, 78, 5913, 18, 1289, 1046, 12, 11930, 1769, 202, 202, 11930, 18, 2738, 5621, 202, 202, 4666, 7086, 18, 4661, 12, 2704, 6258, 1891, 12, 11930, 16, 3773, 1891, 18, 31408, 10019, 202, 202, 430, 12, 5, 291, 6376, 3830, 10756, 202, 202, 95, 1082, 202, 4666, 7086, 18, 4661, 12, 2704, 12208, 4599, 5033, 2932, 8057, 7923, 1769, 1082, 202, 759, 9664, 15096, 279, 2114, 358, 326, 11590, 1838, 316, 1082, 202, 759, 5073, 2777, 471, 326, 7264, 77, 395, 4031, 358, 1640, 11590, 1082, 202, 759, 1838, 7153, 353, 333, 2777, 1082, 202, 1892, 1613, 273, 9664, 3759, 31, 1082, 202, 17523, 12, 4106, 480, 446, 13, 1082, 202, 95, 9506, 202, 15592, 1503, 1838, 273, 6862, 202, 15592, 1503, 18, 588, 15592, 1503, 12, 6862, 202, 4106, 18, 588, 780, 1396, 2932, 16007, 310, 7923, 1769, 9506, 202, 430, 12, 4176, 480, 1613, 18, 588, 15592, 1503, 10756, 9506, 202, 95, 6862, 202, 4106, 18, 542, 15592, 1503, 12, 4176, 1769, 9506, 202, 97, 9506, 202, 4106, 273, 1613, 18, 588, 2134, 5621, 1082, 202, 97, 202, 202, 97, 202, 97, 368, 9090, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 760, 918, 527, 3773, 46, 985, 12, 780, 589, 13, 202, 95, 202, 202, 759, 12727, 8926, 2777, 202, 202, 3773, 46, 985, 7334, 273, 394, 15328, 3773, 18, 46, 985, 12, 2704, 1387, 12, 803, 10019, 202, 202, 78, 5913, 18, 1289, 1046, 12, 11930, 1769, 202, 202, 11930, 18, 2738, 5621, 202, 202, 4666, 7086, 18, 4661, 12, 2704, 6258, 1891, 12, 11930, 16, 3773, 1891, 18, 31408, 10019, 202, 202, 430, 12, 5, 291, 6376, 3830, 10756, 202, 202, 95, 1082, 202, 4666, 7086, 18, 4661, 12, 2704, 12208, 4599, 5033, 2932, 8057, 7923, 1769, 1082, 202, 759, 9664, 15096, 279, 2114, 358, 326, 11590, 1838, 316, 1082, 202, 759, 5073, 2777, 471, 2 ]
if (children == null) return 0;
public int attachChild(Spatial child) { if (child != null) { if (child.getParent() != this) { if (child.getParent() != null) { child.getParent().detachChild(child); } child.setParent(this); if(children == null) { children = new ArrayList<Spatial>(1); } children.add(child); if (LoggingSystem.getLogger().isLoggable(Level.INFO)) { LoggingSystem.getLogger().log( Level.INFO, "Child (" + child.getName() + ") attached to this" + " node (" + getName() + ")"); } } } return children.size(); }
19503 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19503/50acd993eb866b3cdd2f53f44ea117077bfac955/Node.java/clean/src/com/jme/scene/Node.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 1071, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 509, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 3306, 1763, 12, 24648, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 1151, 13, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 288, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 309, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 261, 3624, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 480, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 446, 13, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 288, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 1071, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 509, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 3306, 1763, 12, 24648, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 1151, 13, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 288, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 446, 13, 327, 374, 31, 225, 309, 261, 5906, 422, 2 ]
Hierarchy[] hierarchies = dimension.getHierarchies(); for (int h = 0; h < hierarchies.length; h++) { HierarchyBase hierarchy = (HierarchyBase) hierarchies[h]; populateHierarchy(connection, cube, hierarchy, rows);
Hierarchy[] hierarchies = dimension.getHierarchies(); for (int h = 0; h < hierarchies.length; h++) { HierarchyBase hierarchy = (HierarchyBase) hierarchies[h]; populateHierarchy(schemaReader, cube, hierarchy, rows); }
public void populate(XmlaResponse response, List rows) throws XmlaException { DataSourcesConfig.DataSource ds = handler.getDataSource(request); DataSourcesConfig.Catalog[] catalogs = handler.getCatalogs(request, ds); String role = request.getRole(); for (int i = 0; i < catalogs.length; i++) { DataSourcesConfig.Catalog dsCatalog = catalogs[i]; if (dsCatalog == null || dsCatalog.definition == null) { continue; } Connection connection = handler.getConnection(dsCatalog, role); if (connection == null) { continue; } final RolapSchema schema = (RolapSchema) connection.getSchema(); String catalogName = dsCatalog.name; //final String schemaName = schema.getName(); Cube[] cubes = schema.getCubes(); Row row = null; for (int j = 0; j < cubes.length; j++) { RolapCube cube = (RolapCube) cubes[j]; String cubeName = cube.getName(); String tableName = cubeName; String desc = cube.getDescription(); if (desc == null) { //TODO: currently this is always null desc = catalogName + " - " + cubeName + " Cube"; } row = new Row(); row.set(TableCatalog.name, catalogName); row.set(TableName.name, tableName); row.set(TableType.name, "TABLE"); row.set(Description.name, desc); if (false) row.set(DateModified.name, dateModified); addRow(row, rows); Dimension[] dims = cube.getDimensions(); for (int k = 1; k < dims.length; k++) { Dimension dimension = dims[k]; Hierarchy[] hierarchies = dimension.getHierarchies(); for (int h = 0; h < hierarchies.length; h++) { HierarchyBase hierarchy = (HierarchyBase) hierarchies[h]; populateHierarchy(connection, cube, hierarchy, rows); } } } } }
37907 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/37907/dd3619858adf8a80618b1c4b570c84445dc1e849/RowsetDefinition.java/buggy/src/main/mondrian/xmla/RowsetDefinition.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 540, 1071, 918, 6490, 12, 4432, 69, 1064, 766, 16, 987, 2595, 13, 1216, 5714, 69, 503, 288, 5411, 1910, 8628, 809, 18, 8597, 3780, 273, 1838, 18, 588, 8597, 12, 2293, 1769, 5411, 1910, 8628, 809, 18, 9769, 8526, 26455, 273, 18701, 1838, 18, 588, 39, 21836, 12, 2293, 16, 3780, 1769, 5411, 514, 2478, 273, 590, 18, 588, 2996, 5621, 5411, 364, 261, 474, 277, 273, 374, 31, 277, 411, 26455, 18, 2469, 31, 277, 27245, 288, 7734, 1910, 8628, 809, 18, 9769, 3780, 9769, 273, 26455, 63, 77, 15533, 7734, 309, 261, 2377, 9769, 422, 446, 747, 3780, 9769, 18, 6907, 422, 446, 13, 288, 5397, 1324, 31, 7734, 289, 7734, 4050, 1459, 273, 1838, 18, 588, 1952, 12, 2377, 9769, 16, 2478, 1769, 7734, 309, 261, 4071, 422, 446, 13, 288, 10792, 1324, 31, 7734, 289, 7734, 727, 11714, 438, 3078, 1963, 273, 261, 4984, 438, 3078, 13, 1459, 18, 588, 3078, 5621, 7734, 514, 6222, 461, 273, 3780, 9769, 18, 529, 31, 7734, 368, 6385, 514, 21960, 273, 1963, 18, 17994, 5621, 7734, 385, 4895, 8526, 276, 23317, 273, 1963, 18, 588, 39, 23317, 5621, 7734, 6556, 1027, 273, 446, 31, 7734, 364, 261, 474, 525, 273, 374, 31, 525, 411, 276, 23317, 18, 2469, 31, 525, 27245, 288, 10792, 11714, 438, 39, 4895, 18324, 273, 261, 4984, 438, 39, 4895, 13, 276, 23317, 63, 78, 15533, 10792, 514, 18324, 461, 273, 18324, 18, 17994, 5621, 10792, 514, 4775, 273, 18324, 461, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 540, 1071, 918, 6490, 12, 4432, 69, 1064, 766, 16, 987, 2595, 13, 1216, 5714, 69, 503, 288, 5411, 1910, 8628, 809, 18, 8597, 3780, 273, 1838, 18, 588, 8597, 12, 2293, 1769, 5411, 1910, 8628, 809, 18, 9769, 8526, 26455, 273, 18701, 1838, 18, 588, 39, 21836, 12, 2293, 16, 3780, 1769, 5411, 514, 2478, 273, 590, 18, 588, 2996, 5621, 5411, 364, 261, 474, 277, 273, 374, 31, 277, 411, 26455, 18, 2469, 31, 277, 27245, 288, 7734, 1910, 8628, 809, 18, 9769, 3780, 9769, 273, 26455, 63, 77, 15533, 7734, 309, 261, 2377, 9769, 422, 446, 747, 3780, 9769, 18, 6907, 422, 446, 13, 288, 5397, 1324, 31, 7734, 289, 7734, 4050, 1459, 273, 1838, 18, 2 ]
return ((1 << getType(ch)) & ((1 << SPACE_SEPARATOR) | (1 << LINE_SEPARATOR) | (1 << PARAGRAPH_SEPARATOR))) != 0;
return isSpaceChar((int)ch);
public static boolean isSpaceChar(char ch) { return ((1 << getType(ch)) & ((1 << SPACE_SEPARATOR) | (1 << LINE_SEPARATOR) | (1 << PARAGRAPH_SEPARATOR))) != 0; }
50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/1b7948b90667ad6e59c157b1700e8034e8813d3a/Character.java/buggy/core/src/classpath/5.0/java/lang/Character.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 760, 1250, 353, 3819, 2156, 12, 3001, 462, 13, 225, 288, 565, 327, 14015, 21, 2296, 3130, 12, 343, 3719, 5411, 473, 14015, 21, 2296, 20583, 67, 4550, 13, 9079, 571, 261, 21, 2296, 14340, 67, 4550, 13, 9079, 571, 261, 21, 2296, 3939, 1781, 54, 18045, 67, 4550, 20349, 480, 374, 31, 225, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 760, 1250, 353, 3819, 2156, 12, 3001, 462, 13, 225, 288, 565, 327, 14015, 21, 2296, 3130, 12, 343, 3719, 5411, 473, 14015, 21, 2296, 20583, 67, 4550, 13, 9079, 571, 261, 21, 2296, 14340, 67, 4550, 13, 9079, 571, 261, 21, 2296, 3939, 1781, 54, 18045, 67, 4550, 20349, 480, 374, 31, 225, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
super();
editor = new JTextField("", 9);
public MetalComboBoxEditor() { super(); editor.setBorder(new MetalComboBoxEditorBorder()); }
50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/7cc107e01ff95c250142dda3e246542e1b0c0794/MetalComboBoxEditor.java/clean/core/src/classpath/javax/javax/swing/plaf/metal/MetalComboBoxEditor.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 21604, 287, 22199, 6946, 1435, 225, 288, 565, 4858, 273, 394, 804, 16157, 2932, 3113, 2468, 1769, 565, 4858, 18, 542, 8107, 12, 2704, 21604, 287, 22199, 6946, 8107, 10663, 225, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 21604, 287, 22199, 6946, 1435, 225, 288, 565, 4858, 273, 394, 804, 16157, 2932, 3113, 2468, 1769, 565, 4858, 18, 542, 8107, 12, 2704, 21604, 287, 22199, 6946, 8107, 10663, 225, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
final XmlTag tag = PsiTreeUtil.getParentOfType(prevLeaf.getPsi(), XmlTag.class); if(tag == null) return;
XmlTag tag = PsiTreeUtil.getParentOfType(prevLeaf.getPsi(), XmlTag.class); if(tag == null) { PsiElement element2 = file.findElementAt(prevLeaf.getStartOffset()); tag = PsiTreeUtil.getParentOfType(element2, XmlTag.class); if (tag == null) return; }
private void handleXmlSlash(Project project, Editor editor){ PsiDocumentManager.getInstance(project).commitAllDocuments(); XmlFile file = (XmlFile)PsiDocumentManager.getInstance(project).getPsiFile(editor.getDocument()); final int offset = editor.getCaretModel().getOffset(); PsiElement element = file.findElementAt(offset - 1); ASTNode prevLeaf = element.getNode(); if (!"/".equals(prevLeaf.getText())) return; while((prevLeaf = TreeUtil.prevLeaf(prevLeaf)) != null && prevLeaf.getElementType() == XmlTokenType.XML_WHITE_SPACE); if(prevLeaf == null) return; final XmlTag tag = PsiTreeUtil.getParentOfType(prevLeaf.getPsi(), XmlTag.class); if(tag == null) return; if (XmlUtil.getTokenOfType(tag, XmlTokenType.XML_TAG_END) != null) return; if (XmlUtil.getTokenOfType(tag, XmlTokenType.XML_EMPTY_ELEMENT_END) != null) return; if (PsiTreeUtil.getParentOfType(element, XmlAttributeValue.class) != null) return; EditorModificationUtil.insertStringAtCaret(editor, ">"); }
56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/18bf6a35069076d96c7cf4e2e4aea0f4878cc0fc/TypedHandler.java/clean/source/com/intellij/codeInsight/editorActions/TypedHandler.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 3238, 918, 1640, 4432, 11033, 12, 4109, 1984, 16, 18451, 4858, 15329, 565, 453, 7722, 2519, 1318, 18, 588, 1442, 12, 4406, 2934, 7371, 1595, 12922, 5621, 565, 5714, 812, 585, 273, 261, 4432, 812, 13, 52, 7722, 2519, 1318, 18, 588, 1442, 12, 4406, 2934, 588, 52, 7722, 812, 12, 9177, 18, 588, 2519, 10663, 565, 727, 509, 1384, 273, 4858, 18, 588, 39, 20731, 1488, 7675, 588, 2335, 5621, 565, 453, 7722, 1046, 930, 273, 585, 18, 4720, 1046, 861, 12, 3348, 300, 404, 1769, 565, 9183, 907, 2807, 9858, 273, 930, 18, 588, 907, 5621, 565, 309, 261, 4442, 4898, 18, 14963, 12, 10001, 9858, 18, 588, 1528, 1435, 3719, 327, 31, 565, 1323, 12443, 10001, 9858, 273, 4902, 1304, 18, 10001, 9858, 12, 10001, 9858, 3719, 480, 446, 597, 2807, 9858, 18, 588, 17481, 1435, 422, 5714, 28675, 18, 4201, 67, 16861, 67, 6616, 1769, 565, 309, 12, 10001, 9858, 422, 446, 13, 327, 31, 565, 727, 5714, 1805, 1047, 273, 453, 7722, 2471, 1304, 18, 588, 3054, 18859, 12, 10001, 9858, 18, 588, 52, 7722, 9334, 5714, 1805, 18, 1106, 1769, 565, 309, 12, 2692, 422, 446, 13, 327, 31, 565, 309, 261, 4432, 1304, 18, 588, 1345, 18859, 12, 2692, 16, 5714, 28675, 18, 4201, 67, 7927, 67, 4415, 13, 480, 446, 13, 327, 31, 565, 309, 261, 4432, 1304, 18, 588, 1345, 18859, 12, 2692, 16, 5714, 28675, 18, 4201, 67, 13625, 67, 10976, 67, 4415, 13, 480, 446, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 3238, 918, 1640, 4432, 11033, 12, 4109, 1984, 16, 18451, 4858, 15329, 565, 453, 7722, 2519, 1318, 18, 588, 1442, 12, 4406, 2934, 7371, 1595, 12922, 5621, 565, 5714, 812, 585, 273, 261, 4432, 812, 13, 52, 7722, 2519, 1318, 18, 588, 1442, 12, 4406, 2934, 588, 52, 7722, 812, 12, 9177, 18, 588, 2519, 10663, 565, 727, 509, 1384, 273, 4858, 18, 588, 39, 20731, 1488, 7675, 588, 2335, 5621, 565, 453, 7722, 1046, 930, 273, 585, 18, 4720, 1046, 861, 12, 3348, 300, 404, 1769, 565, 9183, 907, 2807, 9858, 273, 930, 18, 588, 907, 5621, 565, 309, 261, 4442, 4898, 18, 14963, 12, 10001, 9858, 18, 588, 1528, 1435, 3719, 327, 31, 565, 1323, 12443, 2 ]
if ( displayPane != null && displayPane.getDocument() instanceof HTMLDocument ) { HTMLDocument currentHTML = null; if ( shouldReset ) { displayPane.setText( header + "<style>" + BUFFER_STYLE + "</style></head>" + displayBuffer.toString() + "</body></html>" ); } else if ( newContents != null && displayPane.getDocument() instanceof HTMLDocument ) { currentHTML = (HTMLDocument) displayPane.getDocument(); Element parentElement = currentHTML.getDefaultRootElement(); while ( !parentElement.isLeaf() ) parentElement = parentElement.getElement( parentElement.getElementCount() - 1 ); try { currentHTML.insertAfterEnd( parentElement, newContents.trim() ); } catch ( Exception e ) { e.printStackTrace(); } } } if ( displayPane != null ) displayPane.setCaretPosition( shouldScroll ? displayPane.getDocument().getLength() - 1 : 0 );
protected void fireBufferChanged( int changeType, String newContents ) { if ( changeType != LOGFILE_CHANGE ) { boolean shouldScroll = displayBuffer.length() != 0; boolean shouldReset = displayBuffer.length() == 0 || newContents == null; if ( newContents != null ) { if ( newContents.indexOf( "<body" ) != -1 ) { shouldReset = true; displayBuffer.setLength(0); } int endBody = newContents.indexOf( "</body>" ); if ( endBody != -1 ) newContents = newContents.substring( 0, endBody ); displayBuffer.append( newContents ); } if ( displayPane != null && displayPane.getDocument() instanceof HTMLDocument ) { HTMLDocument currentHTML = null; if ( shouldReset ) { displayPane.setText( header + "<style>" + BUFFER_STYLE + "</style></head>" + displayBuffer.toString() + "</body></html>" ); } else if ( newContents != null && displayPane.getDocument() instanceof HTMLDocument ) { // This is really the only way to ensure that the // screen does not flicker in later versions of Java. currentHTML = (HTMLDocument) displayPane.getDocument(); Element parentElement = currentHTML.getDefaultRootElement(); while ( !parentElement.isLeaf() ) parentElement = parentElement.getElement( parentElement.getElementCount() - 1 ); try { currentHTML.insertAfterEnd( parentElement, newContents.trim() ); } catch ( Exception e ) { // If there's an exception, continue onward so that you // still have an updated display. But, print the stack // trace so you know what's going on. e.printStackTrace(); } } } if ( displayPane != null ) displayPane.setCaretPosition( shouldScroll ? displayPane.getDocument().getLength() - 1 : 0 ); if ( changeType == CONTENT_CHANGE && activeLogWriter != null && newContents != null ) updateLogFile( newContents ); } else if ( activeLogWriter != null ) updateLogFile( displayBuffer.toString() ); }
50364 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50364/5991543dbada4d6ab5c0aa963a04f4bf462db910/ChatBuffer.java/clean/src/net/java/dev/spellcast/utilities/ChatBuffer.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1117, 918, 4452, 1892, 5033, 12, 509, 2549, 559, 16, 514, 394, 6323, 262, 202, 95, 202, 202, 430, 261, 2549, 559, 480, 2018, 3776, 67, 14473, 262, 202, 202, 95, 1082, 202, 6494, 1410, 6806, 273, 2562, 1892, 18, 2469, 1435, 480, 374, 31, 1082, 202, 6494, 1410, 7013, 273, 2562, 1892, 18, 2469, 1435, 422, 374, 747, 394, 6323, 422, 446, 31, 1082, 202, 430, 261, 394, 6323, 480, 446, 262, 1082, 202, 95, 9506, 202, 430, 261, 394, 6323, 18, 31806, 12, 3532, 3432, 6, 262, 480, 300, 21, 262, 9506, 202, 95, 6862, 202, 13139, 7013, 273, 638, 31, 6862, 202, 5417, 1892, 18, 542, 1782, 12, 20, 1769, 9506, 202, 97, 9506, 202, 474, 679, 2250, 273, 394, 6323, 18, 31806, 12, 6823, 3432, 2984, 11272, 9506, 202, 430, 261, 679, 2250, 480, 300, 21, 262, 6862, 202, 2704, 6323, 273, 394, 6323, 18, 28023, 12, 374, 16, 679, 2250, 11272, 9506, 202, 5417, 1892, 18, 6923, 12, 394, 6323, 11272, 1082, 202, 97, 1082, 202, 430, 261, 2562, 8485, 480, 446, 597, 2562, 8485, 18, 588, 2519, 1435, 1276, 3982, 2519, 262, 1082, 202, 95, 9506, 202, 4870, 2519, 783, 4870, 273, 446, 31, 9506, 202, 430, 261, 1410, 7013, 262, 9506, 202, 95, 6862, 202, 5417, 8485, 18, 542, 1528, 12, 1446, 397, 3532, 4060, 2984, 397, 25859, 67, 15066, 397, 6823, 4060, 4695, 1978, 2984, 397, 2562, 1892, 18, 10492, 1435, 397, 6823, 3432, 4695, 2620, 2984, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1117, 918, 4452, 1892, 5033, 12, 509, 2549, 559, 16, 514, 394, 6323, 262, 202, 95, 202, 202, 430, 261, 2549, 559, 480, 2018, 3776, 67, 14473, 262, 202, 202, 95, 1082, 202, 6494, 1410, 6806, 273, 2562, 1892, 18, 2469, 1435, 480, 374, 31, 1082, 202, 6494, 1410, 7013, 273, 2562, 1892, 18, 2469, 1435, 422, 374, 747, 394, 6323, 422, 446, 31, 1082, 202, 430, 261, 394, 6323, 480, 446, 262, 1082, 202, 95, 9506, 202, 430, 261, 394, 6323, 18, 31806, 12, 3532, 3432, 6, 262, 480, 300, 21, 262, 9506, 202, 95, 6862, 202, 13139, 7013, 273, 638, 31, 6862, 202, 5417, 1892, 18, 542, 1782, 12, 20, 1769, 9506, 202, 97, 9506, 2 ]
public ObjectEmitter(AbstractVmClassLoader b, NativeStream os, PrintWriter debug, Set legalInstanceClasses) {
public ObjectEmitter(VmClassLoader b, NativeStream os, PrintWriter debug, Set legalInstanceClasses) {
public ObjectEmitter(AbstractVmClassLoader b, NativeStream os, PrintWriter debug, Set legalInstanceClasses) { this.loaderContext = b; this.os = os; this.bis = (BootImageNativeStream)os; this.legalInstanceClasses = legalInstanceClasses; this.debugWriter = debug; }
50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/c2a519140737c4d249f6c5d568256db2030112e9/ObjectEmitter.java/clean/builder/src/builder/org/jnode/build/ObjectEmitter.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 1033, 13476, 12, 7469, 22143, 7805, 324, 16, 16717, 1228, 1140, 16, 14071, 1198, 16, 1000, 19286, 1442, 4818, 13, 288, 202, 202, 2211, 18, 6714, 1042, 273, 324, 31, 202, 202, 2211, 18, 538, 273, 1140, 31, 202, 202, 2211, 18, 70, 291, 273, 261, 15817, 2040, 9220, 1228, 13, 538, 31, 202, 202, 2211, 18, 2013, 1442, 4818, 273, 19286, 1442, 4818, 31, 202, 202, 2211, 18, 4148, 2289, 273, 1198, 31, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 1033, 13476, 12, 7469, 22143, 7805, 324, 16, 16717, 1228, 1140, 16, 14071, 1198, 16, 1000, 19286, 1442, 4818, 13, 288, 202, 202, 2211, 18, 6714, 1042, 273, 324, 31, 202, 202, 2211, 18, 538, 273, 1140, 31, 202, 202, 2211, 18, 70, 291, 273, 261, 15817, 2040, 9220, 1228, 13, 538, 31, 202, 202, 2211, 18, 2013, 1442, 4818, 273, 19286, 1442, 4818, 31, 202, 202, 2211, 18, 4148, 2289, 273, 1198, 31, 202, 97, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
System.exit(0);
exit(0);
private static void exitWithStatus(boolean somethingFailed) { if(somethingFailed) { exitWithError(); } else { System.exit(0); } }
4987 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4987/4557c1c5586d90fa7050467eb820e29ca83cb4b4/SFSystem.java/buggy/core/smartfrog/src/org/smartfrog/SFSystem.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 760, 918, 2427, 1190, 1482, 12, 6494, 5943, 2925, 13, 288, 3639, 309, 12, 30289, 2925, 13, 288, 5411, 2427, 25104, 5621, 3639, 289, 469, 288, 5411, 2427, 12, 20, 1769, 3639, 289, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 760, 918, 2427, 1190, 1482, 12, 6494, 5943, 2925, 13, 288, 3639, 309, 12, 30289, 2925, 13, 288, 5411, 2427, 25104, 5621, 3639, 289, 469, 288, 5411, 2427, 12, 20, 1769, 3639, 289, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
throw new java.util.UnsupportedOperationException();
throw new OPT_OptimizingCompilerException("EmptyIterator.remove called");
public void remove () { throw new java.util.UnsupportedOperationException(); }
4011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4011/da2d8b6cc31c5ae0f14bdf582a40b0a2a0c35df9/OPT_EmptyIterator.java/buggy/rvm/src/vm/compilers/optimizing/util/set/OPT_EmptyIterator.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 1206, 1832, 288, 565, 604, 394, 16456, 67, 13930, 6894, 9213, 503, 2932, 1921, 3198, 18, 4479, 2566, 8863, 225, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 1206, 1832, 288, 565, 604, 394, 16456, 67, 13930, 6894, 9213, 503, 2932, 1921, 3198, 18, 4479, 2566, 8863, 225, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
return getGetter().get(getId(), (RubyObject) getData(), this);
return getGetter().get(ruby, this);
public RubyObject get() { return getGetter().get(getId(), (RubyObject) getData(), this); }
47984 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47984/4e4bb40b2eb2d38881d15ca8ef7cda4c34323793/RubyGlobalEntry.java/buggy/org/jruby/runtime/RubyGlobalEntry.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 19817, 921, 336, 1435, 288, 3639, 327, 336, 8461, 7675, 588, 12, 27768, 16, 333, 1769, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 19817, 921, 336, 1435, 288, 3639, 327, 336, 8461, 7675, 588, 12, 27768, 16, 333, 1769, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
if( !(ignoreNoncriticalErrors && (rc == 550 || rc == 553 || rc==521))) { throw new BuildException( "could not create directory: " + ftp.getReplyString() );
if (!(ignoreNoncriticalErrors && (rc == 550 || rc == 553 || rc == 521))) { throw new BuildException("could not create directory: " + ftp.getReplyString());
protected void makeRemoteDir( FTPClient ftp, String dir ) throws IOException, BuildException { if (verbose) { log("creating directory: " + dir); } if( ! ftp.makeDirectory( dir ) ) { // codes 521, 550 and 553 can be produced by FTP Servers // to indicate that an attempt to create a directory has // failed because the directory already exists. int rc = ftp.getReplyCode(); if( !(ignoreNoncriticalErrors && (rc == 550 || rc == 553 || rc==521))) { throw new BuildException( "could not create directory: " + ftp.getReplyString() ); } if( verbose ) { log( "directory already exists" ); } } else { if( verbose ) { log( "directory created OK" ); } } }
506 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/506/6154080061f869b4e425d608da3bd61fad967564/FTP.java/buggy/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 4750, 918, 1221, 5169, 1621, 12, 19324, 1227, 13487, 16, 514, 1577, 262, 3639, 1216, 1860, 16, 18463, 565, 288, 3639, 309, 261, 11369, 13, 288, 5411, 613, 2932, 23799, 1867, 30, 315, 397, 1577, 1769, 3639, 289, 3639, 309, 12, 401, 13487, 18, 6540, 2853, 12, 1577, 262, 262, 288, 5411, 368, 6198, 1381, 5340, 16, 1381, 3361, 471, 1381, 8643, 848, 506, 14929, 635, 19324, 26228, 5411, 368, 225, 358, 10768, 716, 392, 4395, 358, 752, 279, 1867, 711, 5411, 368, 225, 2535, 2724, 326, 1867, 1818, 1704, 18, 5411, 509, 4519, 273, 13487, 18, 588, 7817, 1085, 5621, 5411, 309, 12, 401, 12, 6185, 3989, 28000, 4229, 10402, 597, 261, 1310, 422, 1381, 3361, 747, 4519, 422, 1381, 8643, 747, 4519, 631, 25, 5340, 20349, 288, 7734, 604, 394, 18463, 12, 315, 15195, 486, 752, 1867, 30, 315, 397, 4766, 1850, 13487, 18, 588, 7817, 780, 1435, 11272, 5411, 289, 5411, 309, 12, 3988, 262, 288, 7734, 613, 12, 315, 5149, 1818, 1704, 6, 11272, 5411, 289, 3639, 289, 469, 288, 5411, 309, 12, 3988, 262, 288, 7734, 613, 12, 315, 5149, 2522, 7791, 6, 11272, 5411, 289, 3639, 289, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 4750, 918, 1221, 5169, 1621, 12, 19324, 1227, 13487, 16, 514, 1577, 262, 3639, 1216, 1860, 16, 18463, 565, 288, 3639, 309, 261, 11369, 13, 288, 5411, 613, 2932, 23799, 1867, 30, 315, 397, 1577, 1769, 3639, 289, 3639, 309, 12, 401, 13487, 18, 6540, 2853, 12, 1577, 262, 262, 288, 5411, 368, 6198, 1381, 5340, 16, 1381, 3361, 471, 1381, 8643, 848, 506, 14929, 635, 19324, 26228, 5411, 368, 225, 358, 10768, 716, 392, 4395, 358, 752, 279, 1867, 711, 5411, 368, 225, 2535, 2724, 326, 1867, 1818, 1704, 18, 5411, 509, 4519, 273, 13487, 18, 588, 7817, 1085, 5621, 5411, 309, 12, 401, 12, 6185, 3989, 28000, 4229, 10402, 597, 261, 1310, 422, 1381, 3361, 747, 2 ]
public void internalFrameOpened(InternalFrameEvent e) { displayMessage("Internal frame opened", e); }
public void internalFrameIconified(InternalFrameEvent e) { displayMessage("Internal frame iconified", e); }
public MyInternalFrame() { super("#" + (++openFrameCount), true, //resizable true, //closable true, //maximizable true);//iconifiable //...Create the GUI and put it in the window... //...Then set the window size or call pack... setSize(300,300); //Set the window's location. setLocation(xOffset*openFrameCount, yOffset*openFrameCount); addInternalFrameListener(new InternalFrameAdapter() {// public void internalFrameActivated(InternalFrameEvent e) {// paintme();// // displayMessage("Internal frame activated", e);// } public void internalFrameClosing(InternalFrameEvent e) { displayMessage("Internal frame closing", e); } public void internalFrameClosed(InternalFrameEvent e) { displayMessage("Internal frame closed", e); } public void internalFrameOpened(InternalFrameEvent e) { displayMessage("Internal frame opened", e); } public void internalFrameIconified(InternalFrameEvent e) { displayMessage("Internal frame iconified", e); } public void internalFrameDeiconified(InternalFrameEvent e) { displayMessage("Internal frame deiconified", e); } public void internalFrameActivated(InternalFrameEvent e) { displayMessage("Internal frame activated", e); repaint(); } public void internalFrameDeactivated(InternalFrameEvent e) { displayMessage("Internal frame deactivated", e); } }); }
1179 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1179/30721cddb6f3d35f09b37ba5851be12f1440daa4/Gui5250MDIFrame.java/clean/tn5250j/src/org/tn5250j/Gui5250MDIFrame.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 4202, 1071, 8005, 3061, 3219, 1435, 288, 540, 2240, 2932, 17133, 397, 261, 9904, 3190, 3219, 1380, 3631, 2868, 638, 16, 368, 455, 6934, 2868, 638, 16, 368, 7550, 87, 429, 2868, 638, 16, 368, 1896, 381, 6934, 2868, 638, 1769, 759, 3950, 8424, 540, 368, 2777, 1684, 326, 10978, 471, 1378, 518, 316, 326, 2742, 2777, 540, 368, 2777, 20112, 444, 326, 2742, 963, 578, 745, 2298, 2777, 540, 19106, 12, 19249, 16, 19249, 1769, 540, 368, 694, 326, 2742, 1807, 2117, 18, 540, 21751, 12, 92, 2335, 14, 3190, 3219, 1380, 16, 677, 2335, 14, 3190, 3219, 1380, 1769, 540, 527, 3061, 3219, 2223, 12, 2704, 3186, 3219, 4216, 1435, 288, 759, 9079, 1071, 918, 2713, 3219, 28724, 12, 3061, 3219, 1133, 425, 13, 288, 759, 5375, 12574, 3501, 5621, 759, 282, 368, 5375, 2562, 1079, 2932, 3061, 2623, 14892, 3113, 425, 1769, 759, 2868, 289, 1377, 1071, 918, 2713, 3219, 15745, 12, 3061, 3219, 1133, 425, 13, 288, 5375, 2562, 1079, 2932, 3061, 2623, 7647, 3113, 425, 1769, 9079, 289, 9079, 1071, 918, 2713, 3219, 7395, 12, 3061, 3219, 1133, 425, 13, 288, 5375, 2562, 1079, 2932, 3061, 2623, 4375, 3113, 425, 1769, 9079, 289, 9079, 1071, 918, 2713, 3219, 23115, 12, 3061, 3219, 1133, 425, 13, 288, 5375, 2562, 1079, 2932, 3061, 2623, 10191, 3113, 425, 1769, 9079, 289, 9079, 1071, 918, 2713, 3219, 5554, 939, 12, 3061, 3219, 1133, 425, 13, 288, 5375, 2562, 1079, 2932, 3061, 2623, 4126, 939, 3113, 425, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 4202, 1071, 8005, 3061, 3219, 1435, 288, 540, 2240, 2932, 17133, 397, 261, 9904, 3190, 3219, 1380, 3631, 2868, 638, 16, 368, 455, 6934, 2868, 638, 16, 368, 7550, 87, 429, 2868, 638, 16, 368, 1896, 381, 6934, 2868, 638, 1769, 759, 3950, 8424, 540, 368, 2777, 1684, 326, 10978, 471, 1378, 518, 316, 326, 2742, 2777, 540, 368, 2777, 20112, 444, 326, 2742, 963, 578, 745, 2298, 2777, 540, 19106, 12, 19249, 16, 19249, 1769, 540, 368, 694, 326, 2742, 1807, 2117, 18, 540, 21751, 12, 92, 2335, 14, 3190, 3219, 1380, 16, 677, 2335, 14, 3190, 3219, 1380, 1769, 540, 527, 3061, 3219, 2223, 12, 2704, 3186, 3219, 4216, 1435, 288, 759, 9079, 1071, 918, 2713, 3219, 2 ]
if (delta == null)
if (delta == null) {
public void resourceChanged(IResourceChangeEvent event) { IResourceDelta delta = event.getDelta(); if (delta == null) return; IResourceDelta[] projectDeltas = delta.getAffectedChildren(); for (int i = 0; i < projectDeltas.length; i++) { int kind = projectDeltas[i].getKind(); //affected by projects being opened/closed or description changes boolean changed = (projectDeltas[i].getFlags() & (IResourceDelta.DESCRIPTION | IResourceDelta.OPEN)) != 0; if (kind != IResourceDelta.CHANGED || changed) { updateBuildActions(false); return; } } }
55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/e38d295ea613cf9f08aadb93a84a33d2e91abc5f/WorkbenchActionBuilder.java/buggy/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1875, 202, 482, 918, 1058, 5033, 12, 45, 1420, 20930, 871, 13, 288, 9506, 202, 45, 1420, 9242, 3622, 273, 871, 18, 588, 9242, 5621, 9506, 202, 430, 261, 9878, 422, 446, 13, 6862, 202, 2463, 31, 9506, 202, 45, 1420, 9242, 8526, 1984, 2837, 9158, 273, 3622, 18, 588, 23775, 4212, 5621, 9506, 202, 1884, 261, 474, 277, 273, 374, 31, 277, 411, 1984, 2837, 9158, 18, 2469, 31, 277, 27245, 288, 6862, 202, 474, 3846, 273, 1984, 2837, 9158, 63, 77, 8009, 588, 5677, 5621, 6862, 202, 759, 20119, 635, 10137, 3832, 10191, 19, 12204, 578, 2477, 3478, 6862, 202, 6494, 3550, 273, 261, 4406, 2837, 9158, 63, 77, 8009, 588, 5094, 1435, 473, 261, 45, 1420, 9242, 18, 15911, 571, 467, 1420, 9242, 18, 11437, 3719, 480, 374, 31, 6862, 202, 430, 261, 9224, 480, 467, 1420, 9242, 18, 24435, 747, 3550, 13, 288, 25083, 202, 2725, 3116, 6100, 12, 5743, 1769, 25083, 202, 2463, 31, 6862, 202, 97, 9506, 202, 97, 1082, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1875, 202, 482, 918, 1058, 5033, 12, 45, 1420, 20930, 871, 13, 288, 9506, 202, 45, 1420, 9242, 3622, 273, 871, 18, 588, 9242, 5621, 9506, 202, 430, 261, 9878, 422, 446, 13, 6862, 202, 2463, 31, 9506, 202, 45, 1420, 9242, 8526, 1984, 2837, 9158, 273, 3622, 18, 588, 23775, 4212, 5621, 9506, 202, 1884, 261, 474, 277, 273, 374, 31, 277, 411, 1984, 2837, 9158, 18, 2469, 31, 277, 27245, 288, 6862, 202, 474, 3846, 273, 1984, 2837, 9158, 63, 77, 8009, 588, 5677, 5621, 6862, 202, 759, 20119, 635, 10137, 3832, 10191, 19, 12204, 578, 2477, 3478, 6862, 202, 6494, 3550, 273, 261, 4406, 2837, 9158, 63, 77, 8009, 588, 5094, 1435, 473, 261, 45, 1420, 2 ]
handCursor = new Cursor(parent.getDisplay(), SWT.CURSOR_HAND); busyCursor = new Cursor(parent.getDisplay(), SWT.CURSOR_WAIT);
setHandCursor(new Cursor(parent.getDisplay(), SWT.CURSOR_HAND)); setBusyCursor(new Cursor(parent.getDisplay(), SWT.CURSOR_WAIT));
protected Control createDialogArea(Composite parent) { handCursor = new Cursor(parent.getDisplay(), SWT.CURSOR_HAND); busyCursor = new Cursor(parent.getDisplay(), SWT.CURSOR_WAIT); getShell().addDisposeListener(new DisposeListener() { public void widgetDisposed(DisposeEvent e) { handCursor.dispose(); busyCursor.dispose(); } }); ImageDescriptor imageDescriptor = aboutInfo.getAboutImage(); // may be null if (imageDescriptor != null) image = imageDescriptor.createImage(); if (image == null || image.getBounds().width <= MAX_IMAGE_WIDTH_FOR_TEXT) { // show text String aboutText = aboutInfo.getAboutText(); if (aboutText != null) { // get an about item item = scan(aboutText); } } // page group Composite outer = (Composite)super.createDialogArea(parent); outer.setSize(outer.computeSize(SWT.DEFAULT, SWT.DEFAULT)); GridLayout layout = new GridLayout(); outer.setLayout(layout); outer.setLayoutData(new GridData(GridData.FILL_BOTH)); // the image & text Composite topContainer = new Composite(outer, SWT.NONE); layout = new GridLayout(); layout.numColumns = (image == null || item == null ? 1 : 2); layout.marginWidth = 0; topContainer.setLayout(layout); GridData data = new GridData(); data.horizontalAlignment = GridData.FILL; data.grabExcessHorizontalSpace = true; topContainer.setLayoutData(data); //image on left side of dialog if (image != null) { Label imageLabel = new Label(topContainer, SWT.NONE); data = new GridData(); data.horizontalAlignment = GridData.FILL; data.verticalAlignment = GridData.BEGINNING; data.grabExcessHorizontalSpace = false; imageLabel.setLayoutData(data); imageLabel.setImage(image); } if (item != null) { // text on the right StyledText styledText = new StyledText(topContainer, SWT.MULTI | SWT.READ_ONLY); styledText.setCaret(null); styledText.setFont(parent.getFont()); data = new GridData(); data.horizontalAlignment = GridData.FILL; data.verticalAlignment = GridData.BEGINNING; data.grabExcessHorizontalSpace = true; data.widthHint = convertWidthInCharsToPixels(ABOUT_TEXT_WIDTH); data.heightHint = convertHeightInCharsToPixels(ABOUT_TEXT_HEIGHT); styledText.setText(item.getText()); styledText.setLayoutData(data); styledText.setCursor(null); styledText.setBackground(topContainer.getBackground()); setLinkRanges(styledText, item.getLinkRanges()); addListeners(styledText); } // horizontal bar Label bar = new Label(outer, SWT.HORIZONTAL | SWT.SEPARATOR); data = new GridData(); data.horizontalAlignment = GridData.FILL; bar.setLayoutData(data); // feature images Composite featureContainer = new Composite(outer, SWT.NONE); RowLayout rowLayout = new RowLayout(); rowLayout.wrap = true; featureContainer.setLayout(rowLayout); data = new GridData(); data.horizontalAlignment = GridData.FILL; featureContainer.setLayoutData(data); Workbench workbench = (Workbench)PlatformUI.getWorkbench(); final AboutInfo[] infoArray = getFeaturesInfo(); for (int i = 0; i < infoArray.length; i++) { ImageDescriptor desc = infoArray[i].getFeatureImage(); Image image = null; if (desc != null) { Button button = new Button(featureContainer, SWT.FLAT | SWT.PUSH); button.setData(infoArray[i]); image = desc.createImage(); images.add(image); button.setImage(image); String name = infoArray[i].getFeatureLabel(); if (name == null) name = ""; button.setToolTipText(name); button.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent event) { AboutFeaturesDialog d = new AboutFeaturesDialog(getShell()); d.setInitialSelection((AboutInfo)event.widget.getData()); d.open(); } }); } } // spacer bar = new Label(outer, SWT.NONE); data = new GridData(); data.horizontalAlignment = GridData.FILL; bar.setLayoutData(data); // button composite Composite buttonComposite = new Composite(outer, SWT.NONE); // create a layout with spacing and margins appropriate for the font size. layout = new GridLayout(); layout.numColumns = 2; // this is incremented by createButton layout.makeColumnsEqualWidth = true; layout.marginWidth = convertHorizontalDLUsToPixels(IDialogConstants.HORIZONTAL_MARGIN); layout.marginHeight = convertVerticalDLUsToPixels(IDialogConstants.VERTICAL_MARGIN); layout.horizontalSpacing = convertHorizontalDLUsToPixels(IDialogConstants.HORIZONTAL_SPACING); layout.verticalSpacing = convertVerticalDLUsToPixels(IDialogConstants.VERTICAL_SPACING); buttonComposite.setLayout(layout); data = new GridData(); data.horizontalAlignment = GridData.BEGINNING; buttonComposite.setLayoutData(data); Button button = new Button(buttonComposite, SWT.PUSH); button.setText(WorkbenchMessages.getString("AboutDialog.featureInfo")); //$NON-NLS-1$ data = new GridData(); data.heightHint = convertVerticalDLUsToPixels(IDialogConstants.BUTTON_HEIGHT); int widthHint = convertHorizontalDLUsToPixels(IDialogConstants.BUTTON_WIDTH); data.widthHint = Math.max(widthHint, button.computeSize(SWT.DEFAULT, SWT.DEFAULT, true).x); button.setLayoutData(data); button.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent event) { new AboutFeaturesDialog(getShell()).open(); } }); button = new Button(buttonComposite, SWT.PUSH); button.setText(WorkbenchMessages.getString("AboutDialog.pluginInfo")); //$NON-NLS-1$ data = new GridData(); data.heightHint = convertVerticalDLUsToPixels(IDialogConstants.BUTTON_HEIGHT); widthHint = convertHorizontalDLUsToPixels(IDialogConstants.BUTTON_WIDTH); data.widthHint = Math.max(widthHint, button.computeSize(SWT.DEFAULT, SWT.DEFAULT, true).x); button.setLayoutData(data); button.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent event) { new AboutPluginsDialog(getShell()).open(); } }); return outer;}
58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/aad51dfaddc72e86744ea23938d289b2a66a7393/AboutDialog.java/clean/bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/AboutDialog.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 4750, 8888, 752, 6353, 5484, 12, 9400, 982, 13, 288, 202, 2349, 6688, 273, 394, 13949, 12, 2938, 18, 588, 4236, 9334, 348, 8588, 18, 7509, 55, 916, 67, 12346, 1769, 202, 9274, 93, 6688, 273, 394, 13949, 12, 2938, 18, 588, 4236, 9334, 348, 8588, 18, 7509, 55, 916, 67, 19046, 1769, 202, 588, 13220, 7675, 1289, 1669, 4150, 2223, 12, 2704, 3035, 4150, 2223, 1435, 288, 202, 202, 482, 918, 3604, 1669, 7423, 12, 1669, 4150, 1133, 425, 13, 288, 1082, 202, 2349, 6688, 18, 2251, 4150, 5621, 1082, 202, 9274, 93, 6688, 18, 2251, 4150, 5621, 202, 202, 97, 202, 22938, 202, 202, 2040, 3187, 1316, 3187, 273, 225, 2973, 966, 18, 588, 24813, 2040, 5621, 202, 759, 2026, 506, 446, 202, 430, 261, 2730, 3187, 480, 446, 13, 3196, 202, 2730, 273, 1316, 3187, 18, 2640, 2040, 5621, 202, 430, 261, 2730, 422, 446, 747, 1316, 18, 588, 5694, 7675, 2819, 1648, 4552, 67, 13603, 67, 10023, 67, 7473, 67, 5151, 13, 288, 202, 202, 759, 2405, 977, 202, 202, 780, 2973, 1528, 273, 2973, 966, 18, 588, 24813, 1528, 5621, 202, 202, 430, 261, 21071, 1528, 480, 446, 13, 288, 1082, 202, 759, 336, 392, 2973, 761, 1082, 202, 1726, 273, 4135, 12, 21071, 1528, 1769, 202, 202, 97, 202, 97, 6862, 1082, 202, 759, 1363, 1041, 202, 9400, 6390, 273, 261, 9400, 13, 9565, 18, 2640, 6353, 5484, 12, 2938, 1769, 202, 14068, 18, 542, 1225, 12, 14068, 18, 9200, 1225, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 4750, 8888, 752, 6353, 5484, 12, 9400, 982, 13, 288, 202, 2349, 6688, 273, 394, 13949, 12, 2938, 18, 588, 4236, 9334, 348, 8588, 18, 7509, 55, 916, 67, 12346, 1769, 202, 9274, 93, 6688, 273, 394, 13949, 12, 2938, 18, 588, 4236, 9334, 348, 8588, 18, 7509, 55, 916, 67, 19046, 1769, 202, 588, 13220, 7675, 1289, 1669, 4150, 2223, 12, 2704, 3035, 4150, 2223, 1435, 288, 202, 202, 482, 918, 3604, 1669, 7423, 12, 1669, 4150, 1133, 425, 13, 288, 1082, 202, 2349, 6688, 18, 2251, 4150, 5621, 1082, 202, 9274, 93, 6688, 18, 2251, 4150, 5621, 202, 202, 97, 202, 22938, 202, 202, 2040, 3187, 1316, 3187, 273, 225, 2973, 966, 18, 588, 24813, 2040, 5621, 2 ]
response, idString, Constants.BITSTREAM);
response, idString, Constants.BITSTREAM);
protected void doDSGet(Context context, HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException, SQLException, AuthorizeException { Bitstream bitstream = null; // Get the ID from the URL String idString = request.getPathInfo(); String filename = ""; String handle = ""; if (idString != null) { // Remove leading slash if (idString.startsWith("/")) { idString = idString.substring(1); } // Get filename int slashIndex = idString.lastIndexOf('/'); if (slashIndex != -1) { filename = idString.substring(slashIndex + 1); filename = URLDecoder.decode(filename); handle = idString.substring(0, slashIndex); } // If there's still a second slash, remove it and anything after it, // it might be a relative directory name slashIndex = handle.indexOf('/'); slashIndex = handle.indexOf('/', slashIndex + 1); if (slashIndex != -1) { handle = handle.substring(0, slashIndex); } // Find the corresponding bitstream try { boolean found = false; Item item = (Item) HandleManager.resolveToObject(context, handle); if (item == null) { log.info(LogManager.getHeader(context, "invalid_id", "path=" + handle)); JSPManager.showInvalidIDError(request, response, handle, -1); return; } Bundle[] bundles = item.getBundles(); for (int i = 0; i < bundles.length; i++) { Bitstream[] bitstreams = bundles[i].getBitstreams(); if (!found) { for (int k = 0; k < bitstreams.length; k++) { if (filename.equals(bitstreams[k].getName())) { bitstream = bitstreams[k]; found = true; } } } } } catch (NumberFormatException nfe) { // Invalid ID - this will be dealt with below } } // Did we get a bitstream? if (bitstream != null) { log.info(LogManager.getHeader(context, "view_bitstream", "bitstream_id=" + bitstream.getID())); // Set the response MIME type response.setContentType(bitstream.getFormat().getMIMEType()); // Response length response.setHeader("Content-Length", String.valueOf(bitstream.getSize())); // Pipe the bits InputStream is = bitstream.retrieve(); Utils.bufferedCopy(is, response.getOutputStream()); is.close(); response.getOutputStream().flush(); } else { // No bitstream - we got an invalid ID log.info(LogManager.getHeader(context, "view_bitstream", "invalid_bitstream_id=" + idString)); JSPManager.showInvalidIDError(request, response, idString, Constants.BITSTREAM); } }
47292 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47292/71c78d7920b2b31393f2bd956eca17455acdc37f/HTMLServlet.java/clean/dspace/src/org/dspace/app/webui/servlet/HTMLServlet.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 4750, 918, 741, 3948, 967, 12, 1042, 819, 16, 3639, 9984, 590, 16, 3639, 12446, 766, 13, 3639, 1216, 16517, 16, 1860, 16, 6483, 16, 23859, 503, 565, 288, 3639, 6539, 3256, 28640, 273, 446, 31, 5411, 368, 968, 326, 1599, 628, 326, 1976, 3639, 514, 612, 780, 273, 590, 18, 588, 743, 966, 5621, 202, 780, 1544, 273, 1408, 31, 202, 780, 1640, 273, 1408, 31, 3639, 309, 261, 350, 780, 480, 446, 13, 3639, 288, 5411, 368, 3581, 7676, 9026, 5411, 309, 261, 350, 780, 18, 17514, 1190, 2932, 4898, 3719, 5411, 288, 7734, 612, 780, 273, 612, 780, 18, 28023, 12, 21, 1769, 5411, 289, 5411, 368, 968, 1544, 5411, 509, 9026, 1016, 273, 612, 780, 18, 2722, 31985, 2668, 2473, 1769, 5411, 309, 261, 12877, 1016, 480, 300, 21, 13, 5411, 288, 202, 202, 3459, 273, 612, 780, 18, 28023, 12, 12877, 1016, 397, 404, 1769, 202, 202, 3459, 273, 1976, 7975, 18, 3922, 12, 3459, 1769, 7734, 1640, 273, 612, 780, 18, 28023, 12, 20, 16, 9026, 1016, 1769, 5411, 289, 5411, 368, 971, 1915, 1807, 4859, 279, 2205, 9026, 16, 1206, 518, 471, 6967, 1839, 518, 16, 5411, 368, 518, 4825, 506, 279, 3632, 1867, 508, 5411, 9026, 1016, 273, 1640, 18, 31806, 2668, 2473, 1769, 202, 565, 9026, 1016, 273, 1640, 18, 31806, 2668, 19, 2187, 9026, 1016, 397, 404, 1769, 5411, 309, 261, 12877, 1016, 480, 300, 21, 13, 202, 565, 288, 202, 202, 4110, 273, 1640, 18, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 4750, 918, 741, 3948, 967, 12, 1042, 819, 16, 3639, 9984, 590, 16, 3639, 12446, 766, 13, 3639, 1216, 16517, 16, 1860, 16, 6483, 16, 23859, 503, 565, 288, 3639, 6539, 3256, 28640, 273, 446, 31, 5411, 368, 968, 326, 1599, 628, 326, 1976, 3639, 514, 612, 780, 273, 590, 18, 588, 743, 966, 5621, 202, 780, 1544, 273, 1408, 31, 202, 780, 1640, 273, 1408, 31, 3639, 309, 261, 350, 780, 480, 446, 13, 3639, 288, 5411, 368, 3581, 7676, 9026, 5411, 309, 261, 350, 780, 18, 17514, 1190, 2932, 4898, 3719, 5411, 288, 7734, 612, 780, 273, 612, 780, 18, 28023, 12, 21, 1769, 5411, 289, 5411, 368, 968, 1544, 5411, 509, 9026, 1016, 273, 612, 2 ]
} else { return runtime.getNil(); }
} return runtime.getNil();
public IRubyObject convertToType(String targetType, String convertMethod, boolean raise) { if (!respondsTo(convertMethod)) { if (raise) { throw new TypeError( runtime, "Failed to convert " + getMetaClass().getName() + " into " + targetType + "."); // FIXME nil, true and false instead of NilClass, TrueClass, FalseClass; } else { return runtime.getNil(); } } return callMethod(convertMethod); }
1060 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1060/f5c9a1ebd775712f2dc086acfce1a14a123ec632/RubyObject.java/clean/src/org/jruby/RubyObject.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 15908, 10340, 921, 8137, 559, 12, 780, 16065, 16, 514, 1765, 1305, 16, 1250, 1002, 13, 288, 3639, 309, 16051, 455, 12545, 774, 12, 6283, 1305, 3719, 288, 5411, 309, 261, 11628, 13, 288, 7734, 604, 394, 3580, 12, 10792, 3099, 16, 10792, 315, 2925, 358, 1765, 315, 397, 11312, 797, 7675, 17994, 1435, 397, 315, 1368, 315, 397, 16065, 397, 4585, 1769, 7734, 368, 9852, 515, 16, 638, 471, 629, 3560, 434, 26748, 797, 16, 1053, 797, 16, 1083, 797, 31, 5411, 289, 469, 288, 7734, 327, 3099, 18, 588, 12616, 5621, 5411, 289, 3639, 289, 3639, 327, 745, 1305, 12, 6283, 1305, 1769, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 15908, 10340, 921, 8137, 559, 12, 780, 16065, 16, 514, 1765, 1305, 16, 1250, 1002, 13, 288, 3639, 309, 16051, 455, 12545, 774, 12, 6283, 1305, 3719, 288, 5411, 309, 261, 11628, 13, 288, 7734, 604, 394, 3580, 12, 10792, 3099, 16, 10792, 315, 2925, 358, 1765, 315, 397, 11312, 797, 7675, 17994, 1435, 397, 315, 1368, 315, 397, 16065, 397, 4585, 1769, 7734, 368, 9852, 515, 16, 638, 471, 629, 3560, 434, 26748, 797, 16, 1053, 797, 16, 1083, 797, 31, 5411, 289, 469, 288, 7734, 327, 3099, 18, 588, 12616, 5621, 5411, 289, 3639, 289, 3639, 327, 745, 1305, 12, 6283, 1305, 1769, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
|| attribute.equals("id")
|| attribute.equals("request") || attribute.equals("id")
private static boolean isDistinguishing(String elementName, String attribute) { boolean result = attribute.equals("key") || attribute.equals("id") || attribute.equals("_q") || attribute.equals("registry") || attribute.equals("alt") || attribute.equals("iso4217") || attribute.equals("iso3166") || (attribute.equals("type") && !elementName.equals("default") && !elementName.equals("measurementSystem") && !elementName.equals("mapping") && !elementName.equals("abbreviationFallback") && !elementName.equals("preferenceOrdering")) || elementName.equals("deprecatedItems");// if (result != matches(distinguishingAttributeMap, new String[]{elementName, attribute}, true)) {// matches(distinguishingAttributeMap, new String[]{elementName, attribute}, true);// throw new IllegalArgumentException("Failed: " + elementName + ", " + attribute);// } return result; }
27800 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/27800/3fcb8838f9c6821db96693375645f561dcbe234c/CLDRFile.java/buggy/tools/java/org/unicode/cldr/util/CLDRFile.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1152, 760, 1250, 353, 5133, 14344, 1468, 310, 12, 780, 14453, 16, 514, 1566, 13, 288, 202, 202, 6494, 563, 273, 202, 202, 4589, 18, 14963, 2932, 856, 7923, 3196, 202, 20081, 1566, 18, 14963, 2932, 2293, 7923, 747, 1566, 18, 14963, 2932, 350, 7923, 3196, 202, 20081, 1566, 18, 14963, 2932, 67, 85, 7923, 3196, 202, 20081, 1566, 18, 14963, 2932, 9893, 7923, 3196, 202, 20081, 1566, 18, 14963, 2932, 2390, 7923, 202, 202, 20081, 1566, 18, 14963, 2932, 9699, 9452, 4033, 7923, 202, 202, 20081, 1566, 18, 14963, 2932, 9699, 23, 23553, 7923, 202, 202, 20081, 261, 4589, 18, 14963, 2932, 723, 7923, 4697, 202, 10, 10, 401, 2956, 461, 18, 14963, 2932, 1886, 7923, 4697, 202, 10, 10, 401, 2956, 461, 18, 14963, 2932, 16944, 3163, 7923, 4697, 202, 10, 10, 401, 2956, 461, 18, 14963, 2932, 6770, 7923, 9506, 202, 10, 10, 401, 2956, 461, 18, 14963, 2932, 24904, 12355, 7923, 9506, 202, 10, 10, 401, 2956, 461, 18, 14963, 2932, 19141, 20493, 6, 3719, 202, 202, 20081, 14453, 18, 14963, 2932, 14089, 3126, 8863, 759, 202, 202, 430, 261, 2088, 480, 1885, 12, 4413, 14344, 1468, 310, 1499, 863, 16, 394, 514, 63, 7073, 2956, 461, 16, 1566, 5779, 638, 3719, 288, 759, 1082, 202, 8436, 12, 4413, 14344, 1468, 310, 1499, 863, 16, 394, 514, 63, 7073, 2956, 461, 16, 1566, 5779, 638, 1769, 759, 1082, 202, 12849, 394, 2754, 2932, 2925, 30, 315, 397, 14453, 397, 3104, 315, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1152, 760, 1250, 353, 5133, 14344, 1468, 310, 12, 780, 14453, 16, 514, 1566, 13, 288, 202, 202, 6494, 563, 273, 202, 202, 4589, 18, 14963, 2932, 856, 7923, 3196, 202, 20081, 1566, 18, 14963, 2932, 2293, 7923, 747, 1566, 18, 14963, 2932, 350, 7923, 3196, 202, 20081, 1566, 18, 14963, 2932, 67, 85, 7923, 3196, 202, 20081, 1566, 18, 14963, 2932, 9893, 7923, 3196, 202, 20081, 1566, 18, 14963, 2932, 2390, 7923, 202, 202, 20081, 1566, 18, 14963, 2932, 9699, 9452, 4033, 7923, 202, 202, 20081, 1566, 18, 14963, 2932, 9699, 23, 23553, 7923, 202, 202, 20081, 261, 4589, 18, 14963, 2932, 723, 7923, 4697, 202, 10, 10, 401, 2956, 461, 18, 14963, 2932, 1886, 7923, 2 ]
if (hwndAfter == 0 || hwndAfter == handle) return;
if (hwndAfter == 0 || hwndAfter == handle) { hwndAfter = OS.HWND_TOP; }
public void moveAbove (Control control) { checkWidget (); int hwndAfter = OS.HWND_TOP; if (control != null) { if (control.isDisposed ()) error(SWT.ERROR_INVALID_ARGUMENT); int hwnd = control.handle; if (hwnd == 0 || hwnd == handle) return; hwndAfter = OS.GetWindow (hwnd, OS.GW_HWNDPREV); /* * Bug in Windows. For some reason, when GetWindow () * with GW_HWNDPREV is used to query the previous window * in the z-order with the first child, Windows returns * the first child instead of NULL. The fix is to detect * this case and return because the window is already the * first child in the z-order. */ if (hwndAfter == 0 || hwndAfter == handle) return; } int flags = OS.SWP_NOSIZE | OS.SWP_NOMOVE | OS.SWP_NOACTIVATE; OS.SetWindowPos (handle, hwndAfter, 0, 0, 0, 0, flags);}
12413 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12413/3408415757b729371c1220b2b2eb5c056e2f2f97/Control.java/clean/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1071, 918, 3635, 25477, 261, 3367, 3325, 13, 288, 202, 1893, 4609, 261, 1769, 202, 474, 16139, 4880, 4436, 273, 5932, 18, 44, 59, 2908, 67, 10462, 31, 202, 430, 261, 7098, 480, 446, 13, 288, 202, 202, 430, 261, 7098, 18, 291, 1669, 7423, 1832, 13, 555, 12, 55, 8588, 18, 3589, 67, 9347, 67, 18311, 1769, 202, 202, 474, 16139, 4880, 273, 3325, 18, 4110, 31, 202, 202, 430, 261, 20701, 4880, 422, 374, 747, 16139, 4880, 422, 1640, 13, 327, 31, 202, 202, 20701, 4880, 4436, 273, 5932, 18, 967, 3829, 261, 20701, 4880, 16, 5932, 18, 30947, 67, 44, 59, 2908, 3670, 58, 1769, 202, 202, 20308, 202, 202, 14, 16907, 316, 8202, 18, 225, 2457, 2690, 3971, 16, 1347, 968, 3829, 1832, 202, 202, 14, 598, 611, 59, 67, 44, 59, 2908, 3670, 58, 353, 1399, 358, 843, 326, 2416, 2742, 202, 202, 14, 316, 326, 998, 17, 1019, 598, 326, 1122, 1151, 16, 8202, 1135, 202, 202, 14, 326, 1122, 1151, 3560, 434, 3206, 18, 225, 1021, 2917, 353, 358, 5966, 202, 202, 14, 333, 648, 471, 327, 2724, 326, 2742, 353, 1818, 326, 202, 202, 14, 1122, 1151, 316, 326, 998, 17, 1019, 18, 202, 202, 5549, 202, 202, 430, 261, 20701, 4880, 4436, 422, 374, 747, 16139, 4880, 4436, 422, 1640, 13, 327, 31, 202, 97, 202, 474, 2943, 273, 5932, 18, 18746, 52, 67, 3417, 4574, 571, 5932, 18, 18746, 52, 67, 50, 1872, 51, 3412, 571, 5932, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1071, 918, 3635, 25477, 261, 3367, 3325, 13, 288, 202, 1893, 4609, 261, 1769, 202, 474, 16139, 4880, 4436, 273, 5932, 18, 44, 59, 2908, 67, 10462, 31, 202, 430, 261, 7098, 480, 446, 13, 288, 202, 202, 430, 261, 7098, 18, 291, 1669, 7423, 1832, 13, 555, 12, 55, 8588, 18, 3589, 67, 9347, 67, 18311, 1769, 202, 202, 474, 16139, 4880, 273, 3325, 18, 4110, 31, 202, 202, 430, 261, 20701, 4880, 422, 374, 747, 16139, 4880, 422, 1640, 13, 327, 31, 202, 202, 20701, 4880, 4436, 273, 5932, 18, 967, 3829, 261, 20701, 4880, 16, 5932, 18, 30947, 67, 44, 59, 2908, 3670, 58, 1769, 202, 202, 20308, 202, 202, 14, 16907, 316, 8202, 18, 225, 2 ]
ruby.setLastline(value.toRubyObject());
ruby.setLastline(value);
public IRubyObject set(IRubyObject value) { ruby.setLastline(value.toRubyObject()); return value; }
52337 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52337/f235ab756f32ea9496f8f880066b46ad95ebb692/RubyGlobal.java/buggy/org/jruby/RubyGlobal.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 540, 1071, 15908, 10340, 921, 444, 12, 7937, 10340, 921, 460, 13, 288, 5411, 22155, 18, 542, 3024, 1369, 12, 1132, 1769, 5411, 327, 460, 31, 3639, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 540, 1071, 15908, 10340, 921, 444, 12, 7937, 10340, 921, 460, 13, 288, 5411, 22155, 18, 542, 3024, 1369, 12, 1132, 1769, 5411, 327, 460, 31, 3639, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
SetRec rec = (SetRec) mapDescToRec.get(desc);
SetRec rec = (SetRec) mapDescToRec.remove(desc);
public void removeActionSet(IActionSetDescriptor desc) { SetRec rec = (SetRec) mapDescToRec.get(desc); if (rec == null) { rec = (SetRec) invisibleBars.get(desc); } if (rec != null) { mapDescToRec.remove(desc); // Remove from the map that stores invisible bars invisibleBars.remove(desc); IActionSet set = rec.set; SubActionBars bars = rec.bars; if (bars != null) { bars.dispose(); } if (set != null) { set.dispose(); } } }
58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/7db23b8d50d3e07a9da43c2d9b5b2d64fd45ade4/ActionPresentation.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ActionPresentation.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1206, 1803, 694, 12, 45, 1803, 694, 3187, 3044, 13, 288, 3639, 1000, 5650, 1950, 273, 261, 694, 5650, 13, 852, 4217, 774, 5650, 18, 4479, 12, 5569, 1769, 3639, 309, 261, 3927, 422, 446, 13, 288, 5411, 1950, 273, 261, 694, 5650, 13, 24697, 5190, 87, 18, 588, 12, 5569, 1769, 3639, 289, 3639, 309, 261, 3927, 480, 446, 13, 288, 5411, 852, 4217, 774, 5650, 18, 4479, 12, 5569, 1769, 5411, 368, 3581, 628, 326, 852, 716, 9064, 24697, 22252, 5411, 24697, 5190, 87, 18, 4479, 12, 5569, 1769, 5411, 467, 1803, 694, 444, 273, 1950, 18, 542, 31, 5411, 2592, 1803, 5190, 87, 22252, 273, 1950, 18, 13518, 31, 5411, 309, 261, 13518, 480, 446, 13, 288, 7734, 22252, 18, 2251, 4150, 5621, 5411, 289, 5411, 309, 261, 542, 480, 446, 13, 288, 7734, 444, 18, 2251, 4150, 5621, 5411, 289, 3639, 289, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1206, 1803, 694, 12, 45, 1803, 694, 3187, 3044, 13, 288, 3639, 1000, 5650, 1950, 273, 261, 694, 5650, 13, 852, 4217, 774, 5650, 18, 4479, 12, 5569, 1769, 3639, 309, 261, 3927, 422, 446, 13, 288, 5411, 1950, 273, 261, 694, 5650, 13, 24697, 5190, 87, 18, 588, 12, 5569, 1769, 3639, 289, 3639, 309, 261, 3927, 480, 446, 13, 288, 5411, 852, 4217, 774, 5650, 18, 4479, 12, 5569, 1769, 5411, 368, 3581, 628, 326, 852, 716, 9064, 24697, 22252, 5411, 24697, 5190, 87, 18, 4479, 12, 5569, 1769, 5411, 467, 1803, 694, 444, 273, 1950, 18, 542, 31, 5411, 2592, 1803, 5190, 87, 22252, 273, 1950, 18, 13518, 31, 5411, 309, 261, 13518, 2 ]
fDeferredDocumentImpl.insertBefore(typeIndex, anyIndex, getLastChildElement(typeIndex)); } else if (contentTypeName.equals("CHILDREN")) { int attributeIndex = fDeferredDocumentImpl.createAttribute(fStringPool.addSymbol("content"), fStringPool.addString("elementOnly"), true); fDeferredDocumentImpl.setAttributeNode(typeIndex, attributeIndex); int contentSpecIndex = contentSpec.getHandle(); contentSpec.getNode(contentSpecIndex, node); Element model = createContentModel(contentSpec, node); int modelIndex = createDeferredContentModel(model); int firstChildIndex = getLastChildElement(typeIndex); fDeferredDocumentImpl.insertBefore(typeIndex, modelIndex, firstChildIndex); } else { int attrIndex = fDeferredDocumentImpl.createAttribute(fStringPool.addSymbol("content"), fStringPool.addString("mixed"), true); fDeferredDocumentImpl.setAttributeNode(typeIndex, attrIndex); contentSpec.getNode(node.value, node); do { int index = node.value;
fDeferredDocumentImpl.insertBefore(typeIndex, anyIndex, getFirstChildElement(typeIndex)); break; } case XMLElementDecl.TYPE_MIXED: { XMLContentSpec contentSpec = new XMLContentSpec(); contentSpecProvider.getContentSpec(contentSpecIndex, contentSpec); contentSpecIndex = contentSpec.value; if (contentSpecIndex == -1) { int attributeIndex = fDeferredDocumentImpl.createAttribute(fStringPool.addSymbol("type"), fStringPool.addString("string"), true); fDeferredDocumentImpl.setAttributeNode(elementIndex, attributeIndex); } else { if (typeIndex == -1) { typeIndex = fDeferredDocumentImpl.createElement(fStringPool.addSymbol("complexType"), null, -1); fDeferredDocumentImpl.insertBefore(elementIndex, typeIndex, getFirstChildElement(elementIndex)); } int attributeIndex = fDeferredDocumentImpl.createAttribute(fStringPool.addSymbol("content"), fStringPool.addString("mixed"), true); fDeferredDocumentImpl.setAttributeNode(typeIndex, attributeIndex);
public void elementDecl(QName elementDecl, XMLContentSpec contentSpec) throws Exception { if (DEBUG_ATTLIST_DECL) { String contentModel = contentSpec.toString(); System.out.println("elementDecl(" + fStringPool.toString(elementDecl.rawname) + ", " + contentModel + ")"); } // // Create element declaration // /*REVISIT Grammar Access if (fGrammarAccess) { if (fDeferredDocumentImpl != null) { // // Build element // // get element declaration; create if necessary int schemaIndex = getLastChildElement(fDocumentTypeIndex, "schema"); String elementName = fStringPool.toString(elementDecl.rawname); int elementIndex = getLastChildElement(schemaIndex, "element", "name", elementName); if (elementIndex == -1) { int handle = fAttrList.startAttrList(); fAttrList.addAttr( fStringPool.addSymbol("name"), fStringPool.addString(elementName), fStringPool.addSymbol("NMTOKEN"), true, false); // search fAttrList.addAttr( fStringPool.addSymbol("minOccurs"), // name fStringPool.addString("1"), // value fStringPool.addSymbol("NMTOKEN"), // type false, // specified false); // search fAttrList.addAttr( fStringPool.addSymbol("nullable"), // name fStringPool.addString("false"), // value fStringPool.addSymbol("ENUMERATION"), // type false, // specified false); // search fAttrList.addAttr( fStringPool.addSymbol("abstract"), // name fStringPool.addString("false"), // value fStringPool.addSymbol("ENUMERATION"), // type false, // specified false); // search fAttrList.addAttr( fStringPool.addSymbol("final"), // name fStringPool.addString("false"), // value fStringPool.addSymbol("ENUMERATION"), // type false, // specified false); // search fAttrList.endAttrList(); elementIndex = fDeferredDocumentImpl.createElement(fStringPool.addSymbol("element"), fAttrList, handle); fDeferredDocumentImpl.appendChild(schemaIndex, elementIndex); } // // Build content model // // <!ELEMENT name (#PCDATA)> int contentType = contentSpec.getType(); String contentTypeName = fStringPool.toString(contentType); XMLContentSpec.Node node = new XMLContentSpec.Node(); int contentSpecHandle = contentSpec.getHandle(); if (contentSpecHandle != -1) { contentSpec.getNode(contentSpecHandle, node); } // (#PCDATA) if (contentTypeName.equals("MIXED") && node.type == 0) { int attrNameIndex = fStringPool.addSymbol("type"); int attrValueIndex = fStringPool.addString("string"); boolean attrSpecified = true; int attrIndex = fDeferredDocumentImpl.createAttribute(attrNameIndex, attrValueIndex, attrSpecified); fDeferredDocumentImpl.setAttributeNode(elementIndex, attrIndex); } // other content models else { // get type element; create if necessary int typeIndex = getLastChildElement(elementIndex, "type"); if (typeIndex == -1) { typeIndex = fDeferredDocumentImpl.createElement(fStringPool.addSymbol("type"), null, -1); // REVISIT: Check for type redeclaration? -Ac fDeferredDocumentImpl.insertBefore(elementIndex, typeIndex, getLastChildElement(elementIndex)); } // <!ELEMENT name EMPTY> if (contentTypeName.equals("EMPTY")) { int attributeIndex = fDeferredDocumentImpl.createAttribute(fStringPool.addSymbol("content"), fStringPool.addString("empty"), true); fDeferredDocumentImpl.setAttributeNode(typeIndex, attributeIndex); } // <!ELEMENT name ANY> else if (contentTypeName.equals("ANY")) { int anyIndex = fDeferredDocumentImpl.createElement(fStringPool.addSymbol("any"), null, -1); fDeferredDocumentImpl.insertBefore(typeIndex, anyIndex, getLastChildElement(typeIndex)); } // <!ELEMENT name (a,b,...)> or <!ELEMENT name (a|b|...)> else if (contentTypeName.equals("CHILDREN")) { int attributeIndex = fDeferredDocumentImpl.createAttribute(fStringPool.addSymbol("content"), fStringPool.addString("elementOnly"), true); fDeferredDocumentImpl.setAttributeNode(typeIndex, attributeIndex); //attributeIndex = fDeferredDocumentImpl.createAttribute(fStringPool.addSymbol("order"), fStringPool.addString("seq"), false); //fDeferredDocumentImpl.setAttributeNode(typeIndex, attributeIndex); int contentSpecIndex = contentSpec.getHandle(); contentSpec.getNode(contentSpecIndex, node); Element model = createContentModel(contentSpec, node); int modelIndex = createDeferredContentModel(model); int firstChildIndex = getLastChildElement(typeIndex); fDeferredDocumentImpl.insertBefore(typeIndex, modelIndex, firstChildIndex); } // <!ELEMENT name (#PCDATA|a|...)*> else { // REVISIT: Any chance of getting other than MIXED? -Ac // set content type int attrIndex = fDeferredDocumentImpl.createAttribute(fStringPool.addSymbol("content"), fStringPool.addString("mixed"), true); fDeferredDocumentImpl.setAttributeNode(typeIndex, attrIndex); // skip '*' node contentSpec.getNode(node.value, node); // add leaves (on descent) do { int index = node.value; int handle = fAttrList.startAttrList(); contentSpec.getNode(node.otherValue, node); String elementRefName = fStringPool.toString(node.value); fAttrList.addAttr( fStringPool.addSymbol("ref"), fStringPool.addString(elementRefName), fStringPool.addSymbol("NMTOKEN"), true, false); // search fAttrList.endAttrList(); int elementRefIndex = fDeferredDocumentImpl.createElement(fStringPool.addSymbol("element"), fAttrList, handle); fDeferredDocumentImpl.insertBefore(typeIndex, elementRefIndex, getLastChildElement(typeIndex, "element")); contentSpec.getNode(index, node); } while (node.type != XMLContentSpec.CONTENTSPECNODE_LEAF); } } } // if defer-node-expansion else if (fDocumentImpl != null) { // // Build element // // get element declaration; create if necessary Element schema = XUtil.getFirstChildElement(fDocumentType, "schema"); String elementName = fStringPool.toString(elementDecl.rawname); Element element = XUtil.getFirstChildElement(schema, "element", "name", elementName); if (element == null) { element = fDocument.createElement("element"); element.setAttribute("name", elementName); element.setAttribute("minOccurs", "1"); ((AttrImpl)element.getAttributeNode("minOccurs")).setSpecified(false); element.setAttribute("nullable", "false"); ((AttrImpl)element.getAttributeNode("nullable")).setSpecified(false); element.setAttribute("abstract", "false"); ((AttrImpl)element.getAttributeNode("abstract")).setSpecified(false); element.setAttribute("final", "false"); ((AttrImpl)element.getAttributeNode("final")).setSpecified(false); schema.appendChild(element); } // // Build content model // // <!ELEMENT name (#PCDATA)> int contentType = contentSpec.getType(); String contentTypeName = fStringPool.toString(contentType); XMLContentSpec.Node node = new XMLContentSpec.Node(); int contentSpecHandle = contentSpec.getHandle(); if (contentSpecHandle != -1) { contentSpec.getNode(contentSpecHandle, node); } // (#PCDATA) if (contentTypeName.equals("MIXED") && node.type == 0) { element.setAttribute("type", "string"); } // other content models else { // get type element; create if necessary Element type = XUtil.getFirstChildElement(element, "type"); if (type == null) { type = fDocumentImpl.createElement("type"); // REVISIT: Check for type redeclaration? -Ac element.insertBefore(type, XUtil.getFirstChildElement(element)); } // <!ELEMENT name EMPTY> if (contentTypeName.equals("EMPTY")) { type.setAttribute("content", "empty"); } // <!ELEMENT name ANY> else if (contentTypeName.equals("ANY")) { Element any = fDocumentImpl.createElement("any"); type.insertBefore(any, XUtil.getFirstChildElement(type)); } // <!ELEMENT name (a,b,...)> or <!ELEMENT name (a|b|...)> else if (contentTypeName.equals("CHILDREN")) { type.setAttribute("content", "elementOnly"); //((AttrImpl)type.getAttributeNode("content")).setSpecified(false); //type.setAttribute("order", "seq"); //((AttrImpl)type.getAttributeNode("order")).setSpecified(false); int contentSpecIndex = contentSpec.getHandle(); contentSpec.getNode(contentSpecIndex, node); Element model = createContentModel(contentSpec, node); Node fragment = fDocument.createDocumentFragment(); XUtil.copyInto(model, fragment); Element firstChild = XUtil.getFirstChildElement(type); type.insertBefore(fragment, firstChild); } // <!ELEMENT name (#PCDATA|a|...)*> else { // REVISIT: Any chance of getting other than MIXED? -Ac // set content type type.setAttribute("content", "mixed"); // skip '*' node contentSpec.getNode(node.value, node); // add leaves (on descent) do { int index = node.value; int handle = fAttrList.startAttrList(); contentSpec.getNode(node.otherValue, node); String elementRefName = fStringPool.toString(node.value); Element elementRef = fDocumentImpl.createElement("element"); elementRef.setAttribute("ref", elementRefName); type.insertBefore(elementRef, XUtil.getFirstChildElement(type, "element")); contentSpec.getNode(index, node); } while (node.type != XMLContentSpec.CONTENTSPECNODE_LEAF); } } } // if NOT defer-node-expansion } // if grammar-access */ } // elementDecl(int,String)
46079 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46079/3bbd83a7bcddbc34357f71fe08eace8d74b9bc8f/DOMParser.java/buggy/src/org/apache/xerces/parsers/DOMParser.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 930, 3456, 12, 13688, 930, 3456, 16, 3167, 1350, 1990, 29617, 13, 3639, 1216, 1185, 288, 3639, 309, 261, 9394, 67, 789, 56, 7085, 67, 23956, 13, 288, 5411, 514, 913, 1488, 273, 29617, 18, 10492, 5621, 5411, 2332, 18, 659, 18, 8222, 2932, 2956, 3456, 2932, 397, 284, 780, 2864, 18, 10492, 12, 2956, 3456, 18, 1899, 529, 13, 397, 3104, 315, 397, 4766, 7734, 913, 1488, 397, 7310, 1769, 3639, 289, 3639, 368, 3639, 368, 1788, 930, 8266, 3639, 368, 3639, 1748, 862, 26780, 1285, 225, 27809, 5016, 3639, 309, 261, 74, 18576, 1862, 13, 288, 5411, 309, 261, 74, 16886, 2519, 2828, 480, 446, 13, 288, 7734, 368, 7734, 368, 3998, 930, 7734, 368, 7734, 368, 336, 930, 8266, 31, 752, 309, 4573, 7734, 509, 1963, 1016, 273, 7595, 1763, 1046, 12, 74, 2519, 559, 1016, 16, 315, 4821, 8863, 7734, 514, 14453, 273, 284, 780, 2864, 18, 10492, 12, 2956, 3456, 18, 1899, 529, 1769, 7734, 509, 930, 1016, 273, 7595, 1763, 1046, 12, 4821, 1016, 16, 315, 2956, 3113, 315, 529, 3113, 14453, 1769, 7734, 309, 261, 2956, 1016, 422, 300, 21, 13, 288, 10792, 509, 1640, 273, 284, 3843, 682, 18, 1937, 3843, 682, 5621, 10792, 284, 3843, 682, 18, 1289, 3843, 12, 13491, 284, 780, 2864, 18, 1289, 5335, 2932, 529, 6, 3631, 13491, 284, 780, 2864, 18, 1289, 780, 12, 2956, 461, 3631, 13491, 284, 780, 2864, 18, 1289, 5335, 2932, 50, 6152, 6239, 6, 3631, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 930, 3456, 12, 13688, 930, 3456, 16, 3167, 1350, 1990, 29617, 13, 3639, 1216, 1185, 288, 3639, 309, 261, 9394, 67, 789, 56, 7085, 67, 23956, 13, 288, 5411, 514, 913, 1488, 273, 29617, 18, 10492, 5621, 5411, 2332, 18, 659, 18, 8222, 2932, 2956, 3456, 2932, 397, 284, 780, 2864, 18, 10492, 12, 2956, 3456, 18, 1899, 529, 13, 397, 3104, 315, 397, 4766, 7734, 913, 1488, 397, 7310, 1769, 3639, 289, 3639, 368, 3639, 368, 1788, 930, 8266, 3639, 368, 3639, 1748, 862, 26780, 1285, 225, 27809, 5016, 3639, 309, 261, 74, 18576, 1862, 13, 288, 5411, 309, 261, 74, 16886, 2519, 2828, 480, 446, 13, 288, 7734, 368, 7734, 368, 3998, 930, 7734, 2 ]
for (int i = 0; i < windows.length; i++) { final EditorWindow window = windows[i];
for (final EditorWindow window : windows) {
public void updateFileColor(final VirtualFile file) { LOG.assertTrue(file != null); final EditorWindow[] windows = findWindows(file); if (windows != null) { for (int i = 0; i < windows.length; i++) { final EditorWindow window = windows[i]; final int index = window.findEditorIndex(window.findFileComposite(file)); LOG.assertTrue(index != -1); window.setForegroundAt(index, getManager().getFileColor(file)); } } }
12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/e1a06096ca792a1ceceea69e9cd9e30cf27cf380/EditorsSplitters.java/buggy/source/com/intellij/openapi/fileEditor/impl/EditorsSplitters.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 1089, 812, 2957, 12, 6385, 7269, 812, 585, 13, 288, 565, 2018, 18, 11231, 5510, 12, 768, 480, 446, 1769, 565, 727, 18451, 3829, 8526, 9965, 273, 1104, 10399, 12, 768, 1769, 565, 309, 261, 13226, 480, 446, 13, 288, 1377, 364, 261, 474, 277, 273, 374, 31, 277, 411, 9965, 18, 2469, 31, 277, 27245, 288, 3639, 727, 18451, 3829, 2742, 273, 9965, 63, 77, 15533, 3639, 727, 509, 770, 273, 2742, 18, 4720, 6946, 1016, 12, 5668, 18, 4720, 812, 9400, 12, 768, 10019, 3639, 2018, 18, 11231, 5510, 12, 1615, 480, 300, 21, 1769, 3639, 2742, 18, 542, 23206, 861, 12, 1615, 16, 14154, 7675, 29925, 2957, 12, 768, 10019, 1377, 289, 565, 289, 225, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 1089, 812, 2957, 12, 6385, 7269, 812, 585, 13, 288, 565, 2018, 18, 11231, 5510, 12, 768, 480, 446, 1769, 565, 727, 18451, 3829, 8526, 9965, 273, 1104, 10399, 12, 768, 1769, 565, 309, 261, 13226, 480, 446, 13, 288, 1377, 364, 261, 474, 277, 273, 374, 31, 277, 411, 9965, 18, 2469, 31, 277, 27245, 288, 3639, 727, 18451, 3829, 2742, 273, 9965, 63, 77, 15533, 3639, 727, 509, 770, 273, 2742, 18, 4720, 6946, 1016, 12, 5668, 18, 4720, 812, 9400, 12, 768, 10019, 3639, 2018, 18, 11231, 5510, 12, 1615, 480, 300, 21, 1769, 3639, 2742, 18, 542, 23206, 861, 12, 1615, 16, 14154, 7675, 29925, 2957, 12, 768, 10019, 1377, 289, 565, 2 ]
BFont f = new BFont(font, true);
BFont f = new BFont(font, smooth);
public void build() { int fontsize = 0; try { fontsize = Integer.parseInt(sizeSelector.getText().trim()); } catch (NumberFormatException e) { } if (fontsize <= 0) { JOptionPane.showMessageDialog(this, "Bad font size, try again.", "Badness", JOptionPane.WARNING_MESSAGE); return; } String filename = filenameField.getText(); if (filename.length() == 0) { JOptionPane.showMessageDialog(this, "Enter a file name for the font.", "Lameness", JOptionPane.WARNING_MESSAGE); return; } if (!filename.endsWith(".vlw")) { filename += ".vlw"; } try { font = new Font(list[selection], Font.PLAIN, fontsize); BFont f = new BFont(font, true); // make sure the 'data' folder exists if (!targetFolder.exists()) targetFolder.mkdirs(); f.write(new FileOutputStream(new File(targetFolder, filename))); } catch (IOException e) { JOptionPane.showMessageDialog(this, "An error occurred while creating font.", "No font for you", JOptionPane.WARNING_MESSAGE); e.printStackTrace(); } hide(); }
8833 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8833/5e45f256424f9b8c7ce4ed58fe2a30ca53c4c512/PdeFontBuilder.java/buggy/app/PdeFontBuilder.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 1361, 1435, 288, 565, 509, 14869, 273, 374, 31, 565, 775, 288, 1377, 14869, 273, 2144, 18, 2670, 1702, 12, 1467, 4320, 18, 588, 1528, 7675, 5290, 10663, 565, 289, 1044, 261, 1854, 9291, 425, 13, 288, 289, 565, 309, 261, 23055, 1648, 374, 13, 288, 1377, 804, 1895, 8485, 18, 4500, 1079, 6353, 12, 2211, 16, 315, 6434, 3512, 963, 16, 775, 3382, 1199, 16, 4766, 565, 315, 6434, 4496, 3113, 804, 1895, 8485, 18, 9511, 67, 8723, 1769, 1377, 327, 31, 565, 289, 565, 514, 1544, 273, 1544, 974, 18, 588, 1528, 5621, 565, 309, 261, 3459, 18, 2469, 1435, 422, 374, 13, 288, 1377, 804, 1895, 8485, 18, 4500, 1079, 6353, 12, 2211, 16, 315, 10237, 279, 585, 508, 364, 326, 3512, 1199, 16, 4766, 565, 315, 48, 301, 15681, 3113, 804, 1895, 8485, 18, 9511, 67, 8723, 1769, 1377, 327, 31, 565, 289, 565, 309, 16051, 3459, 18, 5839, 1190, 2932, 18, 10872, 91, 6, 3719, 288, 1377, 1544, 1011, 3552, 10872, 91, 14432, 565, 289, 565, 775, 288, 1377, 3512, 273, 394, 10063, 12, 1098, 63, 10705, 6487, 10063, 18, 26549, 16, 14869, 1769, 1377, 605, 5711, 284, 273, 394, 605, 5711, 12, 5776, 16, 11957, 1769, 1377, 368, 1221, 3071, 326, 296, 892, 11, 3009, 1704, 1377, 309, 16051, 3299, 3899, 18, 1808, 10756, 1018, 3899, 18, 24816, 8291, 5621, 1377, 284, 18, 2626, 12, 2704, 12942, 12, 2704, 1387, 12, 3299, 3899, 16, 1544, 3719, 1769, 565, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 1361, 1435, 288, 565, 509, 14869, 273, 374, 31, 565, 775, 288, 1377, 14869, 273, 2144, 18, 2670, 1702, 12, 1467, 4320, 18, 588, 1528, 7675, 5290, 10663, 565, 289, 1044, 261, 1854, 9291, 425, 13, 288, 289, 565, 309, 261, 23055, 1648, 374, 13, 288, 1377, 804, 1895, 8485, 18, 4500, 1079, 6353, 12, 2211, 16, 315, 6434, 3512, 963, 16, 775, 3382, 1199, 16, 4766, 565, 315, 6434, 4496, 3113, 804, 1895, 8485, 18, 9511, 67, 8723, 1769, 1377, 327, 31, 565, 289, 565, 514, 1544, 273, 1544, 974, 18, 588, 1528, 5621, 565, 309, 261, 3459, 18, 2469, 1435, 422, 374, 13, 288, 1377, 804, 1895, 8485, 18, 4500, 1079, 6353, 12, 2211, 2 ]
Locale locale = UtilHttp.getLocale(request);
public static String loadCartFromShoppingList(HttpServletRequest request, HttpServletResponse response) { LocalDispatcher dispatcher = (LocalDispatcher) request.getAttribute("dispatcher"); HttpSession session = request.getSession(); GenericValue userLogin = (GenericValue)session.getAttribute("userLogin"); Locale locale = UtilHttp.getLocale(request); String shoppingListId = request.getParameter("shoppingListId"); ShoppingCart cart = null; try { Map outMap = dispatcher.runSync("loadCartFromShoppingList", UtilMisc.toMap("shoppingListId", shoppingListId, "userLogin", userLogin)); cart = (ShoppingCart)outMap.get("shoppingCart"); } catch(GenericServiceException exc) { request.setAttribute("_ERROR_MESSAGE_", exc.getMessage()); return "error"; } session.setAttribute("shoppingCart", cart); session.setAttribute("productStoreId", cart.getProductStoreId()); session.setAttribute("orderMode", cart.getOrderType()); session.setAttribute("orderPartyId", cart.getOrderPartyId()); return "success"; }
22229 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/22229/fe6d815d9b2a6ec15c3bfa83f0eb8d345cdcec56/ShoppingCartEvents.java/buggy/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartEvents.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 514, 1262, 13006, 1265, 7189, 1382, 682, 12, 2940, 18572, 590, 16, 12446, 766, 13, 288, 3639, 3566, 6681, 7393, 273, 261, 2042, 6681, 13, 590, 18, 588, 1499, 2932, 18495, 8863, 3639, 26166, 1339, 273, 590, 18, 588, 2157, 5621, 3639, 7928, 620, 729, 5358, 273, 261, 7014, 620, 13, 3184, 18, 588, 1499, 2932, 1355, 5358, 8863, 9079, 514, 12122, 1382, 682, 548, 273, 590, 18, 588, 1662, 2932, 5020, 1382, 682, 548, 8863, 3639, 17568, 1382, 13006, 7035, 273, 446, 31, 3639, 775, 288, 5411, 1635, 596, 863, 273, 7393, 18, 2681, 4047, 2932, 945, 13006, 1265, 7189, 1382, 682, 3113, 10792, 3564, 11729, 71, 18, 869, 863, 2932, 5020, 1382, 682, 548, 3113, 12122, 1382, 682, 548, 16, 10792, 315, 1355, 5358, 3113, 729, 5358, 10019, 5411, 7035, 273, 261, 7189, 1382, 13006, 13, 659, 863, 18, 588, 2932, 5020, 1382, 13006, 8863, 3639, 289, 1044, 12, 7014, 15133, 3533, 13, 288, 5411, 590, 18, 542, 1499, 2932, 67, 3589, 67, 8723, 67, 3113, 3533, 18, 24906, 10663, 5411, 327, 315, 1636, 14432, 3639, 289, 3639, 1339, 18, 542, 1499, 2932, 5020, 1382, 13006, 3113, 7035, 1769, 3639, 1339, 18, 542, 1499, 2932, 5896, 2257, 548, 3113, 7035, 18, 588, 4133, 2257, 548, 10663, 3639, 1339, 18, 542, 1499, 2932, 1019, 2309, 3113, 7035, 18, 588, 2448, 559, 10663, 3639, 1339, 18, 542, 1499, 2932, 1019, 17619, 548, 3113, 7035, 18, 588, 2448, 17619, 548, 10663, 3639, 327, 315, 4768, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 514, 1262, 13006, 1265, 7189, 1382, 682, 12, 2940, 18572, 590, 16, 12446, 766, 13, 288, 3639, 3566, 6681, 7393, 273, 261, 2042, 6681, 13, 590, 18, 588, 1499, 2932, 18495, 8863, 3639, 26166, 1339, 273, 590, 18, 588, 2157, 5621, 3639, 7928, 620, 729, 5358, 273, 261, 7014, 620, 13, 3184, 18, 588, 1499, 2932, 1355, 5358, 8863, 9079, 514, 12122, 1382, 682, 548, 273, 590, 18, 588, 1662, 2932, 5020, 1382, 682, 548, 8863, 3639, 17568, 1382, 13006, 7035, 273, 446, 31, 3639, 775, 288, 5411, 1635, 596, 863, 273, 7393, 18, 2681, 4047, 2932, 945, 13006, 1265, 7189, 1382, 682, 3113, 10792, 3564, 11729, 71, 18, 869, 863, 2932, 5020, 1382, 682, 548, 2 ]
public int getGameListsDisplayStyle(){ return gameListsDisplayStyle; }
public int getGameListsDisplayStyle() { return gameListsDisplayStyle; }
public int getGameListsDisplayStyle(){ return gameListsDisplayStyle; }
50794 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50794/7ad97f640609065fb4cffaab0b5437105af2ce96/ConsoleManager.java/clean/src/free/jin/console/ConsoleManager.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 509, 7162, 339, 7432, 4236, 2885, 1435, 95, 565, 327, 7920, 7432, 4236, 2885, 31, 225, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 509, 7162, 339, 7432, 4236, 2885, 1435, 95, 565, 327, 7920, 7432, 4236, 2885, 31, 225, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
LOG.info("[GrailsDomainBinder] bound property [" + grailsProp.getName() + "] to column name ["+column.getName()+"] in table ["+table.getName()+"]");
if(LOG.isDebugEnabled()) LOG.debug("[GrailsDomainBinder] bound property [" + grailsProp.getName() + "] to column name ["+column.getName()+"] in table ["+table.getName()+"]");
private static void bindColumn(GrailsDomainClassProperty grailsProp, Column column, Table table) { if(grailsProp.isAssociation()) { column.setName( namingStrategy.propertyToColumnName(grailsProp.getName()) + FOREIGN_KEY_SUFFIX ); column.setNullable(true); } else { column.setNullable(grailsProp.isOptional()); column.setName(namingStrategy.propertyToColumnName(grailsProp.getName())); } LOG.info("[GrailsDomainBinder] bound property [" + grailsProp.getName() + "] to column name ["+column.getName()+"] in table ["+table.getName()+"]"); }
52280 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52280/712573814c42fbe35e21e12aea543f4fd3eef23a/GrailsDomainBinder.java/buggy/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg/GrailsDomainBinder.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1152, 760, 918, 1993, 1494, 12, 14571, 14573, 3748, 797, 1396, 3087, 14573, 4658, 16, 4753, 1057, 16, 3555, 1014, 13, 288, 6862, 9506, 202, 430, 12, 2752, 14573, 4658, 18, 291, 7174, 10756, 288, 1082, 202, 2827, 18, 542, 461, 12, 14634, 4525, 18, 4468, 774, 8516, 12, 2752, 14573, 4658, 18, 17994, 10756, 397, 478, 8607, 10452, 67, 3297, 67, 14964, 11272, 1082, 202, 2827, 18, 542, 13349, 12, 3767, 1769, 6862, 202, 97, 469, 288, 1082, 202, 2827, 18, 542, 13349, 12, 2752, 14573, 4658, 18, 291, 6542, 10663, 1082, 202, 2827, 18, 542, 461, 12, 82, 7772, 4525, 18, 4468, 774, 8516, 12, 2752, 14573, 4658, 18, 17994, 1435, 10019, 202, 202, 97, 3196, 202, 4842, 18, 1376, 2932, 63, 14571, 14573, 3748, 17700, 65, 2489, 1272, 8247, 397, 3087, 14573, 4658, 18, 17994, 1435, 397, 9850, 358, 1057, 508, 8247, 15, 2827, 18, 17994, 1435, 9078, 65, 316, 1014, 8247, 15, 2121, 18, 17994, 1435, 9078, 4279, 1769, 1082, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1152, 760, 918, 1993, 1494, 12, 14571, 14573, 3748, 797, 1396, 3087, 14573, 4658, 16, 4753, 1057, 16, 3555, 1014, 13, 288, 6862, 9506, 202, 430, 12, 2752, 14573, 4658, 18, 291, 7174, 10756, 288, 1082, 202, 2827, 18, 542, 461, 12, 14634, 4525, 18, 4468, 774, 8516, 12, 2752, 14573, 4658, 18, 17994, 10756, 397, 478, 8607, 10452, 67, 3297, 67, 14964, 11272, 1082, 202, 2827, 18, 542, 13349, 12, 3767, 1769, 6862, 202, 97, 469, 288, 1082, 202, 2827, 18, 542, 13349, 12, 2752, 14573, 4658, 18, 291, 6542, 10663, 1082, 202, 2827, 18, 542, 461, 12, 82, 7772, 4525, 18, 4468, 774, 8516, 12, 2752, 14573, 4658, 18, 17994, 1435, 10019, 202, 202, 97, 2 ]
service = new JRadioButton("Create a service archive", false);
service = new JRadioButton("Create a service archive", true);
public Axi2PluginPage() { setBackground(Color.white); Dimension dim = getPreferredSize(); setSize(dim); setBounds(200, 200, dim.width, dim.height); setBounds(200, 200, dim.width, dim.height); Axi2PluginPageLayout customLayout = new Axi2PluginPageLayout(); setFont(new Font("Helvetica", Font.PLAIN, 12)); setLayout(customLayout); setTitle("Axis2 Plugin"); cbg = new ButtonGroup(); service = new JRadioButton("Create a service archive", false); service.setToolTipText("Hepls package classes, libs and WSDLs to create a archive that can be deployed in Axis2"); cbg.add(service); add(service); javawsdl = new JRadioButton("WSDL2Code codegenaration", false); javawsdl.setToolTipText("Helps generate skeletons and stubs for a given WSDL"); cbg.add(javawsdl); add(javawsdl); butOK = new JButton("OK"); butOK.addActionListener(this); //setResizable(false); add(butOK); butCancle = new JButton("Cancel"); butCancle.addActionListener(this); add(butCancle); imglbl = new LogoPage(); add(imglbl); }
49300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49300/9d8b243488921dd415dc0169bcc72f4d0edc5cc5/Axi2PluginPage.java/buggy/modules/tool/axis2-idea-plugin/src/main/java/org/apache/ideaplugin/frames/Axi2PluginPage.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 22516, 77, 22, 3773, 1964, 1435, 288, 3639, 31217, 12, 2957, 18, 14739, 1769, 3639, 13037, 2464, 273, 12822, 4193, 1225, 5621, 3639, 19106, 12, 3509, 1769, 3639, 444, 5694, 12, 6976, 16, 4044, 16, 2464, 18, 2819, 16, 2464, 18, 4210, 1769, 3639, 444, 5694, 12, 6976, 16, 4044, 16, 2464, 18, 2819, 16, 2464, 18, 4210, 1769, 3639, 22516, 77, 22, 3773, 1964, 3744, 1679, 3744, 273, 394, 22516, 77, 22, 3773, 1964, 3744, 5621, 3639, 20454, 12, 2704, 10063, 2932, 44, 292, 90, 7943, 69, 3113, 10063, 18, 26549, 16, 2593, 10019, 3639, 18479, 12, 3662, 3744, 1769, 3639, 14109, 2932, 6558, 22, 6258, 8863, 3639, 2875, 75, 273, 394, 12569, 1114, 5621, 3639, 1156, 273, 394, 804, 19984, 3616, 2932, 1684, 279, 1156, 5052, 3113, 638, 1769, 3639, 1156, 18, 542, 29250, 1528, 2932, 5256, 412, 87, 2181, 3318, 16, 15042, 471, 30567, 87, 358, 752, 279, 5052, 716, 848, 506, 19357, 316, 15509, 22, 8863, 3639, 2875, 75, 18, 1289, 12, 3278, 1769, 3639, 527, 12, 3278, 1769, 3639, 2252, 4749, 5761, 273, 394, 804, 19984, 3616, 2932, 2651, 8914, 22, 1085, 23198, 4302, 3113, 629, 1769, 3639, 2252, 4749, 5761, 18, 542, 29250, 1528, 2932, 44, 292, 1121, 2103, 4343, 808, 7008, 471, 7168, 87, 364, 279, 864, 30567, 8863, 3639, 2875, 75, 18, 1289, 12, 6290, 4749, 5761, 1769, 3639, 527, 12, 6290, 4749, 5761, 1769, 3639, 1496, 3141, 273, 394, 28804, 2932, 3141, 8863, 3639, 1496, 3141, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 22516, 77, 22, 3773, 1964, 1435, 288, 3639, 31217, 12, 2957, 18, 14739, 1769, 3639, 13037, 2464, 273, 12822, 4193, 1225, 5621, 3639, 19106, 12, 3509, 1769, 3639, 444, 5694, 12, 6976, 16, 4044, 16, 2464, 18, 2819, 16, 2464, 18, 4210, 1769, 3639, 444, 5694, 12, 6976, 16, 4044, 16, 2464, 18, 2819, 16, 2464, 18, 4210, 1769, 3639, 22516, 77, 22, 3773, 1964, 3744, 1679, 3744, 273, 394, 22516, 77, 22, 3773, 1964, 3744, 5621, 3639, 20454, 12, 2704, 10063, 2932, 44, 292, 90, 7943, 69, 3113, 10063, 18, 26549, 16, 2593, 10019, 3639, 18479, 12, 3662, 3744, 1769, 3639, 14109, 2932, 6558, 22, 6258, 8863, 3639, 2875, 75, 273, 394, 12569, 1114, 5621, 3639, 2 ]
ElementValue(byte type, short collectionId, short symbol, short nsSymbol) { len = 7; data = new byte[len];
ElementValue(short collectionId) { data = new byte[2];
ElementValue(byte type, short collectionId, short symbol, short nsSymbol) { len = 7; data = new byte[len]; ByteConversion.shortToByte(collectionId, data, 0); data[2] = type; ByteConversion.shortToByte(symbol, data, 3); ByteConversion.shortToByte(nsSymbol, data, 5); pos = 0; }
2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/96a020d1e295b0656cc0cf89c67a713d91bb61ad/ElementValue.java/buggy/src/org/exist/storage/ElementValue.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1046, 620, 12, 7229, 618, 16, 3025, 1849, 548, 16, 3025, 3273, 16, 3025, 3153, 5335, 13, 288, 202, 202, 1897, 273, 2371, 31, 202, 202, 892, 273, 394, 1160, 63, 1897, 15533, 202, 202, 3216, 6814, 18, 6620, 774, 3216, 12, 5548, 548, 16, 501, 16, 374, 1769, 202, 202, 892, 63, 22, 65, 273, 618, 31, 202, 202, 3216, 6814, 18, 6620, 774, 3216, 12, 7175, 16, 501, 16, 890, 1769, 202, 202, 3216, 6814, 18, 6620, 774, 3216, 12, 2387, 5335, 16, 501, 16, 1381, 1769, 202, 202, 917, 273, 374, 31, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1046, 620, 12, 7229, 618, 16, 3025, 1849, 548, 16, 3025, 3273, 16, 3025, 3153, 5335, 13, 288, 202, 202, 1897, 273, 2371, 31, 202, 202, 892, 273, 394, 1160, 63, 1897, 15533, 202, 202, 3216, 6814, 18, 6620, 774, 3216, 12, 5548, 548, 16, 501, 16, 374, 1769, 202, 202, 892, 63, 22, 65, 273, 618, 31, 202, 202, 3216, 6814, 18, 6620, 774, 3216, 12, 7175, 16, 501, 16, 890, 1769, 202, 202, 3216, 6814, 18, 6620, 774, 3216, 12, 2387, 5335, 16, 501, 16, 1381, 1769, 202, 202, 917, 273, 374, 31, 202, 97, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
private String executeCreateNewFunctionService(final Object[] argsToRead) throws FenixFilterException {
private String executeCreateNewFunctionService(final Object[] argsToRead) throws FenixFilterException {
private String executeCreateNewFunctionService(final Object[] argsToRead) throws FenixFilterException { try { ServiceUtils.executeService(getUserView(), "CreateNewFunction", argsToRead); } catch (FenixServiceException e) { setErrorMessage(e.getMessage()); return ""; } catch (DomainException e) { setErrorMessage(e.getMessage()); return ""; } return "backToUnitDetails"; }
2645 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2645/c27ec9a95fdaf970f8a7d315046cd838be22ce83/OrganizationalStructureBackingBean.java/clean/src/net/sourceforge/fenixedu/presentationTier/backBeans/manager/organizationalStructureManagement/OrganizationalStructureBackingBean.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 514, 29977, 1908, 2083, 1179, 12, 6385, 1033, 8526, 833, 23321, 13, 1216, 478, 275, 697, 1586, 503, 288, 3639, 775, 288, 5411, 1956, 1989, 18, 8837, 1179, 12, 588, 1299, 1767, 9334, 315, 1684, 1908, 2083, 3113, 833, 23321, 1769, 3639, 289, 1044, 261, 42, 275, 697, 15133, 425, 13, 288, 5411, 9967, 1079, 12, 73, 18, 24906, 10663, 5411, 327, 1408, 31, 3639, 289, 3639, 1044, 261, 3748, 503, 425, 13, 288, 5411, 9967, 1079, 12, 73, 18, 24906, 10663, 5411, 327, 1408, 31, 3639, 289, 3639, 327, 315, 823, 774, 2802, 3790, 14432, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 514, 29977, 1908, 2083, 1179, 12, 6385, 1033, 8526, 833, 23321, 13, 1216, 478, 275, 697, 1586, 503, 288, 3639, 775, 288, 5411, 1956, 1989, 18, 8837, 1179, 12, 588, 1299, 1767, 9334, 315, 1684, 1908, 2083, 3113, 833, 23321, 1769, 3639, 289, 1044, 261, 42, 275, 697, 15133, 425, 13, 288, 5411, 9967, 1079, 12, 73, 18, 24906, 10663, 5411, 327, 1408, 31, 3639, 289, 3639, 1044, 261, 3748, 503, 425, 13, 288, 5411, 9967, 1079, 12, 73, 18, 24906, 10663, 5411, 327, 1408, 31, 3639, 289, 3639, 327, 315, 823, 774, 2802, 3790, 14432, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
countHasFinalizer() { int count = 0; VM_FinalizerListElement le = live_head; while (le != null) { count++; le = le.next; } return count;
static int countHasFinalizer() { int count = 0; VM_FinalizerListElement le = live_head; while (le != null) { count++; le = le.next;
countHasFinalizer() { int count = 0; VM_FinalizerListElement le = live_head; while (le != null) { count++; le = le.next; } return count; }
49871 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49871/2fa590c80682746e4c5a9573d3bc4a3db8acfdc7/VM_Finalizer.java/buggy/rvm/src/vm/memoryManagers/watson/common/finalization/VM_Finalizer.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1056, 5582, 7951, 1824, 1435, 565, 288, 1377, 509, 1056, 273, 374, 31, 1377, 8251, 67, 7951, 1824, 682, 1046, 884, 273, 8429, 67, 1978, 31, 1377, 1323, 261, 298, 480, 446, 13, 4202, 288, 3639, 1056, 9904, 31, 3639, 884, 273, 884, 18, 4285, 31, 1377, 289, 1377, 327, 1056, 31, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1056, 5582, 7951, 1824, 1435, 565, 288, 1377, 509, 1056, 273, 374, 31, 1377, 8251, 67, 7951, 1824, 682, 1046, 884, 273, 8429, 67, 1978, 31, 1377, 1323, 261, 298, 480, 446, 13, 4202, 288, 3639, 1056, 9904, 31, 3639, 884, 273, 884, 18, 4285, 31, 1377, 289, 1377, 327, 1056, 31, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
cTable=new ConnectionTable(this, b_addr, start_port);
cTable=new ConnectionTable(this, b_addr, bc_addr, start_port, end_port);
protected ConnectionTable getConnectionTable(long ri, long cet, InetAddress b_addr, int s_port) throws Exception { ConnectionTable cTable=null; if(ri == 0 && cet == 0) { cTable=new ConnectionTable(this, b_addr, start_port); } else { if(ri == 0) { ri=5000; if(log.isWarnEnabled()) log.warn("reaper_interval was 0, set it to " + ri); } if(cet == 0) { cet=1000 * 60 * 5; if(log.isWarnEnabled()) log.warn("conn_expire_time was 0, set it to " + cet); } cTable=new ConnectionTable(this, b_addr, s_port, ri, cet); } return cTable; }
47927 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47927/4711922771d529a39c0cc7abeb961c022bceb9b1/TCP.java/clean/src/org/jgroups/protocols/TCP.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 565, 4750, 4050, 1388, 6742, 1388, 12, 5748, 12347, 16, 1525, 276, 278, 16, 14218, 324, 67, 4793, 16, 509, 272, 67, 655, 13, 1216, 1185, 288, 4202, 4050, 1388, 276, 1388, 33, 2011, 31, 4202, 309, 12, 566, 422, 374, 597, 276, 278, 422, 374, 13, 288, 6647, 276, 1388, 33, 2704, 4050, 1388, 12, 2211, 16, 324, 67, 4793, 16, 6533, 67, 4793, 16, 787, 67, 655, 16, 679, 67, 655, 1769, 4202, 289, 4202, 469, 288, 6647, 309, 12, 566, 422, 374, 13, 288, 9079, 12347, 33, 25, 3784, 31, 9079, 309, 12, 1330, 18, 291, 3160, 1526, 10756, 613, 18, 8935, 2932, 266, 7294, 67, 6624, 1703, 374, 16, 444, 518, 358, 315, 397, 12347, 1769, 6647, 289, 6647, 309, 12, 71, 278, 422, 374, 13, 288, 9079, 276, 278, 33, 18088, 380, 4752, 380, 1381, 31, 9079, 309, 12, 1330, 18, 291, 3160, 1526, 10756, 613, 18, 8935, 2932, 4646, 67, 14070, 67, 957, 1703, 374, 16, 444, 518, 358, 315, 397, 276, 278, 1769, 6647, 289, 6647, 276, 1388, 33, 2704, 4050, 1388, 12, 2211, 16, 324, 67, 4793, 16, 272, 67, 655, 16, 12347, 16, 276, 278, 1769, 4202, 289, 4202, 327, 276, 1388, 31, 282, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 565, 4750, 4050, 1388, 6742, 1388, 12, 5748, 12347, 16, 1525, 276, 278, 16, 14218, 324, 67, 4793, 16, 509, 272, 67, 655, 13, 1216, 1185, 288, 4202, 4050, 1388, 276, 1388, 33, 2011, 31, 4202, 309, 12, 566, 422, 374, 597, 276, 278, 422, 374, 13, 288, 6647, 276, 1388, 33, 2704, 4050, 1388, 12, 2211, 16, 324, 67, 4793, 16, 6533, 67, 4793, 16, 787, 67, 655, 16, 679, 67, 655, 1769, 4202, 289, 4202, 469, 288, 6647, 309, 12, 566, 422, 374, 13, 288, 9079, 12347, 33, 25, 3784, 31, 9079, 309, 12, 1330, 18, 291, 3160, 1526, 10756, 613, 18, 8935, 2932, 266, 7294, 67, 6624, 1703, 374, 16, 444, 518, 358, 315, 397, 12347, 2 ]
new RuntimeException("[BUG] want to change " + list.getClass().getName() + " to DXStrNode").printStackTrace();
private int parse_string(int func, int term, int paren) { int c; Node list = null; int strstart; int nest = 0; if (func == '\'') { return parse_qstring(term, paren); } if (func == 0) { // read 1 line for heredoc // -1 for chomp yyVal = RubyString.newString(ruby, lex_curline, lex_pend - 1); lex_p = lex_pend; return Token.tSTRING; } strstart = ruby.getSourceLine(); newtok(); while ((c = nextc()) != term || nest > 0) { if (c == -1) { //unterm_str: ruby.setSourceLine(strstart); ph.rb_compile_error("unterminated string meets end of file"); return 0; } /* * if (ismbchar(c)) { * int i, len = mbclen(c)-1; * for (i = 0; i < len; i++) { * tokadd(c); * c = nextc(); * } * } * else */ if (c == '#') { list = str_extend(list, term); if (list == Node.MINUS_ONE) { //goto unterm_str; ruby.setSourceLine(strstart); ph.rb_compile_error("unterminated string meets end of file"); return 0; } continue; } else if (c == '\\') { c = nextc(); if (c == '\n') { continue; } if (c == term) { tokadd(c); } else { pushback(c); if (func != '"') { tokadd('\\'); } tokadd(read_escape()); } continue; } if (paren != 0) { if (c == paren) { nest++; } if (c == term && nest-- == 0) { break; } } tokadd(c); } tokfix(); ph.setLexState(LexState.EXPR_END); if (list != null) { list.setLine(strstart); if (toklen() > 0) { RubyObject ss = RubyString.newString(ruby, tok(), toklen()); ph.list_append(list, nf.newStr(ss)); } yyVal = list; if (func == '`') { new RuntimeException("[BUG] want to change " + list.getClass().getName() + " to DXStrNode").printStackTrace(); // list.nd_set_type(Constants.NODE_DXSTR); return Token.tDXSTRING; } else { return Token.tDSTRING; } } else { yyVal = RubyString.newString(ruby, tok(), toklen()); return (func == '`') ? Token.tXSTRING : Token.tSTRING; } }
52337 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52337/9f6d418b0c7d9027a0d80f0c8a2a854790ba53aa/DefaultRubyScanner.java/clean/org/jruby/parser/DefaultRubyScanner.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 509, 1109, 67, 1080, 12, 474, 1326, 16, 509, 2481, 16, 509, 22146, 13, 288, 3639, 509, 276, 31, 3639, 2029, 666, 273, 446, 31, 3639, 509, 609, 1937, 31, 3639, 509, 15095, 273, 374, 31, 3639, 309, 261, 644, 422, 14118, 6134, 288, 5411, 327, 1109, 67, 85, 1080, 12, 6408, 16, 22146, 1769, 3639, 289, 3639, 309, 261, 644, 422, 374, 13, 288, 5411, 368, 855, 404, 980, 364, 22336, 329, 504, 5411, 368, 300, 21, 364, 462, 20667, 5411, 9016, 3053, 273, 19817, 780, 18, 2704, 780, 12, 27768, 16, 5275, 67, 13504, 558, 16, 5275, 67, 1302, 300, 404, 1769, 5411, 5275, 67, 84, 273, 5275, 67, 1302, 31, 5411, 327, 3155, 18, 88, 5804, 31, 3639, 289, 3639, 609, 1937, 273, 22155, 18, 588, 1830, 1670, 5621, 3639, 394, 17692, 5621, 3639, 1323, 14015, 71, 273, 1024, 71, 10756, 480, 2481, 747, 15095, 405, 374, 13, 288, 5411, 309, 261, 71, 422, 300, 21, 13, 288, 7734, 368, 318, 6408, 67, 701, 30, 7734, 22155, 18, 542, 1830, 1670, 12, 701, 1937, 1769, 7734, 1844, 18, 6731, 67, 11100, 67, 1636, 2932, 318, 29133, 533, 1791, 2413, 679, 434, 585, 8863, 7734, 327, 374, 31, 5411, 289, 5411, 1748, 2398, 380, 225, 309, 261, 291, 1627, 3001, 12, 71, 3719, 288, 2398, 380, 225, 509, 277, 16, 562, 273, 4903, 830, 275, 12, 71, 24950, 21, 31, 2398, 380, 225, 364, 261, 77, 273, 374, 31, 277, 411, 562, 31, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 509, 1109, 67, 1080, 12, 474, 1326, 16, 509, 2481, 16, 509, 22146, 13, 288, 3639, 509, 276, 31, 3639, 2029, 666, 273, 446, 31, 3639, 509, 609, 1937, 31, 3639, 509, 15095, 273, 374, 31, 3639, 309, 261, 644, 422, 14118, 6134, 288, 5411, 327, 1109, 67, 85, 1080, 12, 6408, 16, 22146, 1769, 3639, 289, 3639, 309, 261, 644, 422, 374, 13, 288, 5411, 368, 855, 404, 980, 364, 22336, 329, 504, 5411, 368, 300, 21, 364, 462, 20667, 5411, 9016, 3053, 273, 19817, 780, 18, 2704, 780, 12, 27768, 16, 5275, 67, 13504, 558, 16, 5275, 67, 1302, 300, 404, 1769, 5411, 5275, 67, 84, 273, 5275, 67, 1302, 31, 5411, 327, 3155, 18, 2 ]
try { CSTNode extendsNode = typeList(Token.KEYWORD_EXTENDS, EXTENDS_CLAUSE_TERMINATORS, true, 1); classDeclaration.addChild(extendsNode);
try { classDeclaration.add( typeList(Types.KEYWORD_EXTENDS, true, 1) );
public CSTNode classDeclaration(CSTNode modifiers) throws ReadException, SyntaxException, ExceptionCollector { CSTNode classDeclaration = rootNode(Token.KEYWORD_CLASS); classDeclaration.addChild(modifiers); consume(classDeclaration, Token.IDENTIFIER); // // Process any extends clause. try { CSTNode extendsNode = typeList(Token.KEYWORD_EXTENDS, EXTENDS_CLAUSE_TERMINATORS, true, 1); classDeclaration.addChild(extendsNode); } catch (SyntaxException e) { collector.add(e); classDeclaration.addChild(new CSTNode()); } // // Process any implements clause. try { CSTNode implementsNode = typeList(Token.KEYWORD_IMPLEMENTS, IMPLEMENTS_CLAUSE_TERMINATORS, true, 0); classDeclaration.addChild(implementsNode); } catch (SyntaxException e) { collector.add(e); classDeclaration.addChild(new CSTNode()); } // // Process the declaration body. We currently ignore the abstract keyword. classDeclaration.addChild(typeBody(true, true, false)); return classDeclaration; }
6462 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6462/64e65829fa69dec52d9653087f9d6e65e59b9028/Parser.java/clean/src/main/org/codehaus/groovy/syntax/parser/Parser.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 385, 882, 907, 667, 6094, 12, 39, 882, 907, 10429, 13, 1216, 2720, 503, 16, 11517, 503, 16, 1185, 7134, 288, 3639, 385, 882, 907, 667, 6094, 273, 10181, 12, 1345, 18, 28813, 67, 5237, 1769, 3639, 667, 6094, 18, 1289, 1763, 12, 15432, 1769, 3639, 7865, 12, 1106, 6094, 16, 3155, 18, 16606, 1769, 3639, 368, 3639, 368, 4389, 1281, 3231, 6591, 18, 3639, 775, 288, 5411, 385, 882, 907, 3231, 907, 273, 618, 682, 12, 1345, 18, 28813, 67, 4142, 1157, 3948, 16, 11112, 1157, 3948, 67, 15961, 8001, 67, 29516, 3575, 55, 16, 638, 16, 404, 1769, 5411, 667, 6094, 18, 1289, 1763, 12, 13020, 907, 1769, 3639, 289, 3639, 1044, 261, 14714, 425, 13, 288, 5411, 8543, 18, 1289, 12, 73, 1769, 5411, 667, 6094, 18, 1289, 1763, 12, 2704, 385, 882, 907, 10663, 3639, 289, 3639, 368, 3639, 368, 4389, 1281, 4792, 6591, 18, 3639, 775, 288, 5411, 385, 882, 907, 4792, 907, 273, 618, 682, 12, 1345, 18, 28813, 67, 9883, 7618, 55, 16, 15694, 7618, 55, 67, 15961, 8001, 67, 29516, 3575, 55, 16, 638, 16, 374, 1769, 5411, 667, 6094, 18, 1289, 1763, 12, 17061, 907, 1769, 3639, 289, 3639, 1044, 261, 14714, 425, 13, 288, 5411, 8543, 18, 1289, 12, 73, 1769, 5411, 667, 6094, 18, 1289, 1763, 12, 2704, 385, 882, 907, 10663, 3639, 289, 3639, 368, 3639, 368, 4389, 326, 8266, 1417, 18, 225, 1660, 4551, 2305, 326, 8770, 4932, 18, 3639, 667, 6094, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 385, 882, 907, 667, 6094, 12, 39, 882, 907, 10429, 13, 1216, 2720, 503, 16, 11517, 503, 16, 1185, 7134, 288, 3639, 385, 882, 907, 667, 6094, 273, 10181, 12, 1345, 18, 28813, 67, 5237, 1769, 3639, 667, 6094, 18, 1289, 1763, 12, 15432, 1769, 3639, 7865, 12, 1106, 6094, 16, 3155, 18, 16606, 1769, 3639, 368, 3639, 368, 4389, 1281, 3231, 6591, 18, 3639, 775, 288, 5411, 385, 882, 907, 3231, 907, 273, 618, 682, 12, 1345, 18, 28813, 67, 4142, 1157, 3948, 16, 11112, 1157, 3948, 67, 15961, 8001, 67, 29516, 3575, 55, 16, 638, 16, 404, 1769, 5411, 667, 6094, 18, 1289, 1763, 12, 13020, 907, 1769, 3639, 289, 3639, 1044, 261, 14714, 425, 2 ]
public boolean checkAuthentication(String userDN, String password) { boolean debug = Log.isDebugEnabled(); if (debug) { Log.debug("In LdapManager.checkAuthentication(userDN, password), userDN is: " + userDN + "..."); } DirContext ctx = null; try { // See if the user authenticates. Hashtable<String, Object> env = new Hashtable<String, Object>(); env.put(Context.INITIAL_CONTEXT_FACTORY, initialContextFactory); env.put(Context.PROVIDER_URL, getProviderURL(baseDN)); if (sslEnabled) { env.put("java.naming.ldap.factory.socket", "org.jivesoftware.util.SimpleSSLSocketFactory"); env.put(Context.SECURITY_PROTOCOL, "ssl"); } env.put(Context.SECURITY_AUTHENTICATION, "simple"); env.put(Context.SECURITY_PRINCIPAL, userDN + "," + baseDN); env.put(Context.SECURITY_CREDENTIALS, password); // Specify timeout to be 10 seconds, only on non SSL since SSL connections // break with a teimout. if (!sslEnabled) { env.put("com.sun.jndi.ldap.connect.timeout", "10000"); } if (ldapDebugEnabled) { env.put("com.sun.jndi.ldap.trace.ber", System.err); } if (followReferrals) { env.put(Context.REFERRAL, "follow"); } if (debug) { Log.debug("Created context values, attempting to create context..."); } ctx = new InitialDirContext(env); if (debug) { Log.debug("... context created successfully, returning."); } } catch (NamingException ne) { // If an alt baseDN is defined, attempt a lookup there. if (alternateBaseDN != null) { try { if (ctx != null) { ctx.close(); } } catch (Exception e) { Log.error(e); } try { // See if the user authenticates. Hashtable<String, Object> env = new Hashtable<String, Object>(); // Use a custom initial context factory if specified. Otherwise, use the default. env.put(Context.INITIAL_CONTEXT_FACTORY, initialContextFactory); env.put(Context.PROVIDER_URL, getProviderURL(alternateBaseDN)); if (sslEnabled) { env.put("java.naming.ldap.factory.socket", "org.jivesoftware.util.SimpleSSLSocketFactory"); env.put(Context.SECURITY_PROTOCOL, "ssl"); } env.put(Context.SECURITY_AUTHENTICATION, "simple"); env.put(Context.SECURITY_PRINCIPAL, userDN + "," + alternateBaseDN); env.put(Context.SECURITY_CREDENTIALS, password); // Specify timeout to be 10 seconds, only on non SSL since SSL connections // break with a timemout. if (!sslEnabled) { env.put("com.sun.jndi.ldap.connect.timeout", "10000"); } if (ldapDebugEnabled) { env.put("com.sun.jndi.ldap.trace.ber", System.err); } if (followReferrals) { env.put(Context.REFERRAL, "follow"); } if (debug) { Log.debug("Created context values, attempting to create context..."); } ctx = new InitialDirContext(env); } catch (NamingException e) { if (debug) { Log.debug("Caught a naming exception when creating InitialContext", ne); } return false; } } else { if (debug) { Log.debug("Caught a naming exception when creating InitialContext", ne); } return false; } } finally { try { if (ctx != null) { ctx.close(); } } catch (Exception e) { Log.error(e); } } return true; }
6161 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6161/98d7be25503f329381c1a6b5cc1d20e55a610840/LdapManager.java/clean/src/java/org/jivesoftware/wildfire/ldap/LdapManager.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 1250, 866, 6492, 12, 780, 729, 8609, 16, 514, 2201, 13, 288, 3639, 1250, 1198, 273, 1827, 18, 291, 2829, 1526, 5621, 3639, 309, 261, 4148, 13, 288, 5411, 1827, 18, 4148, 2932, 382, 18053, 1318, 18, 1893, 6492, 12, 1355, 8609, 16, 2201, 3631, 729, 8609, 353, 30, 315, 397, 729, 8609, 397, 26456, 1769, 3639, 289, 3639, 8446, 1042, 1103, 273, 446, 31, 3639, 775, 288, 5411, 368, 2164, 309, 326, 729, 21784, 815, 18, 5411, 18559, 32, 780, 16, 1033, 34, 1550, 273, 394, 18559, 32, 780, 16, 1033, 34, 5621, 5411, 1550, 18, 458, 12, 1042, 18, 28497, 67, 13181, 67, 16193, 16, 2172, 29871, 1769, 5411, 1550, 18, 458, 12, 1042, 18, 26413, 67, 1785, 16, 16137, 1785, 12, 1969, 8609, 10019, 5411, 309, 261, 8157, 1526, 13, 288, 7734, 1550, 18, 458, 2932, 6290, 18, 82, 7772, 18, 14394, 18, 6848, 18, 7814, 3113, 13491, 315, 3341, 18, 78, 3606, 4401, 2726, 18, 1367, 18, 5784, 1260, 25831, 1733, 8863, 7734, 1550, 18, 458, 12, 1042, 18, 29209, 67, 16850, 16, 315, 8157, 8863, 5411, 289, 5411, 1550, 18, 458, 12, 1042, 18, 29209, 67, 25114, 2689, 16, 315, 9647, 8863, 5411, 1550, 18, 458, 12, 1042, 18, 29209, 67, 8025, 23213, 2579, 1013, 16, 729, 8609, 397, 5753, 397, 1026, 8609, 1769, 5411, 1550, 18, 458, 12, 1042, 18, 29209, 67, 31014, 30308, 16, 2201, 1769, 5411, 368, 21664, 2021, 358, 506, 1728, 3974, 16, 1338, 603, 1661, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 1250, 866, 6492, 12, 780, 729, 8609, 16, 514, 2201, 13, 288, 3639, 1250, 1198, 273, 1827, 18, 291, 2829, 1526, 5621, 3639, 309, 261, 4148, 13, 288, 5411, 1827, 18, 4148, 2932, 382, 18053, 1318, 18, 1893, 6492, 12, 1355, 8609, 16, 2201, 3631, 729, 8609, 353, 30, 315, 397, 729, 8609, 397, 26456, 1769, 3639, 289, 3639, 8446, 1042, 1103, 273, 446, 31, 3639, 775, 288, 5411, 368, 2164, 309, 326, 729, 21784, 815, 18, 5411, 18559, 32, 780, 16, 1033, 34, 1550, 273, 394, 18559, 32, 780, 16, 1033, 34, 5621, 5411, 1550, 18, 458, 12, 1042, 18, 28497, 67, 13181, 67, 16193, 16, 2172, 29871, 1769, 5411, 1550, 18, 458, 12, 1042, 18, 2 ]
break; case 690 : if (DEBUG) { System.out.println("RecoveryMethodHeader ::= RecoveryMethodHeaderName..."); } consumeMethodHeader();
protected void consumeRule(int act) { switch ( act ) { case 29 : if (DEBUG) { System.out.println("Type ::= PrimitiveType"); } //$NON-NLS-1$ consumePrimitiveType(); break; case 43 : if (DEBUG) { System.out.println("ReferenceType ::= ClassOrInterfaceType"); } //$NON-NLS-1$ consumeReferenceType(); break; case 47 : if (DEBUG) { System.out.println("ClassOrInterface ::= Name"); } //$NON-NLS-1$ consumeClassOrInterfaceName(); break; case 48 : if (DEBUG) { System.out.println("ClassOrInterface ::= GenericType DOT Name"); } //$NON-NLS-1$ consumeClassOrInterface(); break; case 49 : if (DEBUG) { System.out.println("GenericType ::= ClassOrInterface TypeArguments"); } //$NON-NLS-1$ consumeGenericType(); break; case 50 : if (DEBUG) { System.out.println("ArrayTypeWithTypeArgumentsName ::= GenericType DOT Name"); } //$NON-NLS-1$ consumeArrayTypeWithTypeArgumentsName(); break; case 51 : if (DEBUG) { System.out.println("ArrayType ::= PrimitiveType Dims"); } //$NON-NLS-1$ consumePrimitiveArrayType(); break; case 52 : if (DEBUG) { System.out.println("ArrayType ::= Name Dims"); } //$NON-NLS-1$ consumeNameArrayType(); break; case 53 : if (DEBUG) { System.out.println("ArrayType ::= ArrayTypeWithTypeArgumentsName Dims"); } //$NON-NLS-1$ consumeGenericTypeNameArrayType(); break; case 54 : if (DEBUG) { System.out.println("ArrayType ::= GenericType Dims"); } //$NON-NLS-1$ consumeGenericTypeArrayType(); break; case 59 : if (DEBUG) { System.out.println("QualifiedName ::= Name DOT SimpleName"); } //$NON-NLS-1$ consumeQualifiedName(); break; case 60 : if (DEBUG) { System.out.println("CompilationUnit ::= EnterCompilationUnit..."); } //$NON-NLS-1$ consumeCompilationUnit(); break; case 61 : if (DEBUG) { System.out.println("InternalCompilationUnit ::= PackageDeclaration"); } //$NON-NLS-1$ consumeInternalCompilationUnit(); break; case 62 : if (DEBUG) { System.out.println("InternalCompilationUnit ::= PackageDeclaration..."); } //$NON-NLS-1$ consumeInternalCompilationUnit(); break; case 63 : if (DEBUG) { System.out.println("InternalCompilationUnit ::= PackageDeclaration..."); } //$NON-NLS-1$ consumeInternalCompilationUnitWithTypes(); break; case 64 : if (DEBUG) { System.out.println("InternalCompilationUnit ::= PackageDeclaration..."); } //$NON-NLS-1$ consumeInternalCompilationUnitWithTypes(); break; case 65 : if (DEBUG) { System.out.println("InternalCompilationUnit ::= ImportDeclarations..."); } //$NON-NLS-1$ consumeInternalCompilationUnit(); break; case 66 : if (DEBUG) { System.out.println("InternalCompilationUnit ::= TypeDeclarations"); } //$NON-NLS-1$ consumeInternalCompilationUnitWithTypes(); break; case 67 : if (DEBUG) { System.out.println("InternalCompilationUnit ::= ImportDeclarations..."); } //$NON-NLS-1$ consumeInternalCompilationUnitWithTypes(); break; case 68 : if (DEBUG) { System.out.println("InternalCompilationUnit ::="); } //$NON-NLS-1$ consumeEmptyInternalCompilationUnit(); break; case 69 : if (DEBUG) { System.out.println("ReduceImports ::="); } //$NON-NLS-1$ consumeReduceImports(); break; case 70 : if (DEBUG) { System.out.println("EnterCompilationUnit ::="); } //$NON-NLS-1$ consumeEnterCompilationUnit(); break; case 86 : if (DEBUG) { System.out.println("CatchHeader ::= catch LPAREN FormalParameter RPAREN..."); } //$NON-NLS-1$ consumeCatchHeader(); break; case 88 : if (DEBUG) { System.out.println("ImportDeclarations ::= ImportDeclarations..."); } //$NON-NLS-1$ consumeImportDeclarations(); break; case 90 : if (DEBUG) { System.out.println("TypeDeclarations ::= TypeDeclarations TypeDeclaration"); } //$NON-NLS-1$ consumeTypeDeclarations(); break; case 91 : if (DEBUG) { System.out.println("PackageDeclaration ::= PackageDeclarationName SEMICOLON"); } //$NON-NLS-1$ consumePackageDeclaration(); break; case 92 : if (DEBUG) { System.out.println("PackageDeclarationName ::= Modifiers package..."); } //$NON-NLS-1$ consumePackageDeclarationNameWithModifiers(); break; case 93 : if (DEBUG) { System.out.println("PackageDeclarationName ::= PackageComment package Name"); } //$NON-NLS-1$ consumePackageDeclarationName(); break; case 94 : if (DEBUG) { System.out.println("PackageComment ::="); } //$NON-NLS-1$ consumePackageComment(); break; case 99 : if (DEBUG) { System.out.println("SingleTypeImportDeclaration ::=..."); } //$NON-NLS-1$ consumeImportDeclaration(); break; case 100 : if (DEBUG) { System.out.println("SingleTypeImportDeclarationName ::= import Name"); } //$NON-NLS-1$ consumeSingleTypeImportDeclarationName(); break; case 101 : if (DEBUG) { System.out.println("TypeImportOnDemandDeclaration ::=..."); } //$NON-NLS-1$ consumeImportDeclaration(); break; case 102 : if (DEBUG) { System.out.println("TypeImportOnDemandDeclarationName ::= import Name DOT..."); } //$NON-NLS-1$ consumeTypeImportOnDemandDeclarationName(); break; case 105 : if (DEBUG) { System.out.println("TypeDeclaration ::= SEMICOLON"); } //$NON-NLS-1$ consumeEmptyTypeDeclaration(); break; case 109 : if (DEBUG) { System.out.println("Modifiers ::= Modifiers Modifier"); } //$NON-NLS-1$ consumeModifiers2(); break; case 121 : if (DEBUG) { System.out.println("Modifier ::= Annotation"); } //$NON-NLS-1$ consumeAnnotationAsModifier(); break; case 122 : if (DEBUG) { System.out.println("ClassDeclaration ::= ClassHeader ClassBody"); } //$NON-NLS-1$ consumeClassDeclaration(); break; case 123 : if (DEBUG) { System.out.println("ClassHeader ::= ClassHeaderName ClassHeaderExtendsopt..."); } //$NON-NLS-1$ consumeClassHeader(); break; case 124 : if (DEBUG) { System.out.println("ClassHeaderName ::= ClassHeaderName1 TypeParameters"); } //$NON-NLS-1$ consumeTypeHeaderNameWithTypeParameters(); break; case 126 : if (DEBUG) { System.out.println("ClassHeaderName1 ::= Modifiersopt class Identifier"); } //$NON-NLS-1$ consumeClassHeaderName1(); break; case 127 : if (DEBUG) { System.out.println("ClassHeaderExtends ::= extends ClassType"); } //$NON-NLS-1$ consumeClassHeaderExtends(); break; case 128 : if (DEBUG) { System.out.println("ClassHeaderImplements ::= implements InterfaceTypeList"); } //$NON-NLS-1$ consumeClassHeaderImplements(); break; case 130 : if (DEBUG) { System.out.println("InterfaceTypeList ::= InterfaceTypeList COMMA..."); } //$NON-NLS-1$ consumeInterfaceTypeList(); break; case 131 : if (DEBUG) { System.out.println("InterfaceType ::= ClassOrInterfaceType"); } //$NON-NLS-1$ consumeInterfaceType(); break; case 134 : if (DEBUG) { System.out.println("ClassBodyDeclarations ::= ClassBodyDeclarations..."); } //$NON-NLS-1$ consumeClassBodyDeclarations(); break; case 138 : if (DEBUG) { System.out.println("ClassBodyDeclaration ::= Diet NestedMethod Block"); } //$NON-NLS-1$ consumeClassBodyDeclaration(); break; case 139 : if (DEBUG) { System.out.println("Diet ::="); } //$NON-NLS-1$ consumeDiet(); break; case 140 : if (DEBUG) { System.out.println("Initializer ::= Diet NestedMethod Block"); } //$NON-NLS-1$ consumeClassBodyDeclaration(); break; case 147 : if (DEBUG) { System.out.println("ClassMemberDeclaration ::= SEMICOLON"); } //$NON-NLS-1$ consumeEmptyClassMemberDeclaration(); break; case 150 : if (DEBUG) { System.out.println("FieldDeclaration ::= Modifiersopt Type..."); } //$NON-NLS-1$ consumeFieldDeclaration(); break; case 152 : if (DEBUG) { System.out.println("VariableDeclarators ::= VariableDeclarators COMMA..."); } //$NON-NLS-1$ consumeVariableDeclarators(); break; case 155 : if (DEBUG) { System.out.println("EnterVariable ::="); } //$NON-NLS-1$ consumeEnterVariable(); break; case 156 : if (DEBUG) { System.out.println("ExitVariableWithInitialization ::="); } //$NON-NLS-1$ consumeExitVariableWithInitialization(); break; case 157 : if (DEBUG) { System.out.println("ExitVariableWithoutInitialization ::="); } //$NON-NLS-1$ consumeExitVariableWithoutInitialization(); break; case 158 : if (DEBUG) { System.out.println("ForceNoDiet ::="); } //$NON-NLS-1$ consumeForceNoDiet(); break; case 159 : if (DEBUG) { System.out.println("RestoreDiet ::="); } //$NON-NLS-1$ consumeRestoreDiet(); break; case 164 : if (DEBUG) { System.out.println("MethodDeclaration ::= MethodHeader MethodBody"); } //$NON-NLS-1$ // set to true to consume a method with a body consumeMethodDeclaration(true); break; case 165 : if (DEBUG) { System.out.println("AbstractMethodDeclaration ::= MethodHeader SEMICOLON"); } //$NON-NLS-1$ // set to false to consume a method without body consumeMethodDeclaration(false); break; case 166 : if (DEBUG) { System.out.println("MethodHeader ::= MethodHeaderName FormalParameterListopt"); } //$NON-NLS-1$ consumeMethodHeader(); break; case 167 : if (DEBUG) { System.out.println("MethodHeaderName ::= Modifiersopt TypeParameters Type..."); } //$NON-NLS-1$ consumeMethodHeaderNameWithTypeParameters(false); break; case 168 : if (DEBUG) { System.out.println("MethodHeaderName ::= Modifiersopt Type Identifier LPAREN"); } //$NON-NLS-1$ consumeMethodHeaderName(false); break; case 169 : if (DEBUG) { System.out.println("MethodHeaderRightParen ::= RPAREN"); } //$NON-NLS-1$ consumeMethodHeaderRightParen(); break; case 170 : if (DEBUG) { System.out.println("MethodHeaderExtendedDims ::= Dimsopt"); } //$NON-NLS-1$ consumeMethodHeaderExtendedDims(); break; case 171 : if (DEBUG) { System.out.println("MethodHeaderThrowsClause ::= throws ClassTypeList"); } //$NON-NLS-1$ consumeMethodHeaderThrowsClause(); break; case 172 : if (DEBUG) { System.out.println("ConstructorHeader ::= ConstructorHeaderName..."); } //$NON-NLS-1$ consumeConstructorHeader(); break; case 173 : if (DEBUG) { System.out.println("ConstructorHeaderName ::= Modifiersopt TypeParameters..."); } //$NON-NLS-1$ consumeConstructorHeaderNameWithTypeParameters(); break; case 174 : if (DEBUG) { System.out.println("ConstructorHeaderName ::= Modifiersopt Identifier LPAREN"); } //$NON-NLS-1$ consumeConstructorHeaderName(); break; case 176 : if (DEBUG) { System.out.println("FormalParameterList ::= FormalParameterList COMMA..."); } //$NON-NLS-1$ consumeFormalParameterList(); break; case 177 : if (DEBUG) { System.out.println("FormalParameter ::= Modifiersopt Type..."); } //$NON-NLS-1$ consumeFormalParameter(false); break; case 178 : if (DEBUG) { System.out.println("FormalParameter ::= Modifiersopt Type ELLIPSIS..."); } //$NON-NLS-1$ consumeFormalParameter(true); break; case 180 : if (DEBUG) { System.out.println("ClassTypeList ::= ClassTypeList COMMA ClassTypeElt"); } //$NON-NLS-1$ consumeClassTypeList(); break; case 181 : if (DEBUG) { System.out.println("ClassTypeElt ::= ClassType"); } //$NON-NLS-1$ consumeClassTypeElt(); break; case 182 : if (DEBUG) { System.out.println("MethodBody ::= NestedMethod LBRACE BlockStatementsopt..."); } //$NON-NLS-1$ consumeMethodBody(); break; case 183 : if (DEBUG) { System.out.println("NestedMethod ::="); } //$NON-NLS-1$ consumeNestedMethod(); break; case 184 : if (DEBUG) { System.out.println("StaticInitializer ::= StaticOnly Block"); } //$NON-NLS-1$ consumeStaticInitializer(); break; case 185 : if (DEBUG) { System.out.println("StaticOnly ::= static"); } //$NON-NLS-1$ consumeStaticOnly(); break; case 186 : if (DEBUG) { System.out.println("ConstructorDeclaration ::= ConstructorHeader MethodBody"); } //$NON-NLS-1$ consumeConstructorDeclaration() ; break; case 187 : if (DEBUG) { System.out.println("ConstructorDeclaration ::= ConstructorHeader SEMICOLON"); } //$NON-NLS-1$ consumeInvalidConstructorDeclaration() ; break; case 188 : if (DEBUG) { System.out.println("ExplicitConstructorInvocation ::= this LPAREN..."); } //$NON-NLS-1$ consumeExplicitConstructorInvocation(0, THIS_CALL); break; case 189 : if (DEBUG) { System.out.println("ExplicitConstructorInvocation ::= OnlyTypeArguments this"); } //$NON-NLS-1$ consumeExplicitConstructorInvocationWithTypeArguments(0,THIS_CALL); break; case 190 : if (DEBUG) { System.out.println("ExplicitConstructorInvocation ::= super LPAREN..."); } //$NON-NLS-1$ consumeExplicitConstructorInvocation(0,SUPER_CALL); break; case 191 : if (DEBUG) { System.out.println("ExplicitConstructorInvocation ::= OnlyTypeArguments..."); } //$NON-NLS-1$ consumeExplicitConstructorInvocationWithTypeArguments(0,SUPER_CALL); break; case 192 : if (DEBUG) { System.out.println("ExplicitConstructorInvocation ::= Primary DOT super..."); } //$NON-NLS-1$ consumeExplicitConstructorInvocation(1, SUPER_CALL); break; case 193 : if (DEBUG) { System.out.println("ExplicitConstructorInvocation ::= Primary DOT..."); } //$NON-NLS-1$ consumeExplicitConstructorInvocationWithTypeArguments(1, SUPER_CALL); break; case 194 : if (DEBUG) { System.out.println("ExplicitConstructorInvocation ::= Name DOT super LPAREN"); } //$NON-NLS-1$ consumeExplicitConstructorInvocation(2, SUPER_CALL); break; case 195 : if (DEBUG) { System.out.println("ExplicitConstructorInvocation ::= Name DOT..."); } //$NON-NLS-1$ consumeExplicitConstructorInvocationWithTypeArguments(2, SUPER_CALL); break; case 196 : if (DEBUG) { System.out.println("ExplicitConstructorInvocation ::= Primary DOT this..."); } //$NON-NLS-1$ consumeExplicitConstructorInvocation(1, THIS_CALL); break; case 197 : if (DEBUG) { System.out.println("ExplicitConstructorInvocation ::= Primary DOT..."); } //$NON-NLS-1$ consumeExplicitConstructorInvocationWithTypeArguments(1, THIS_CALL); break; case 198 : if (DEBUG) { System.out.println("ExplicitConstructorInvocation ::= Name DOT this LPAREN"); } //$NON-NLS-1$ consumeExplicitConstructorInvocation(2, THIS_CALL); break; case 199 : if (DEBUG) { System.out.println("ExplicitConstructorInvocation ::= Name DOT..."); } //$NON-NLS-1$ consumeExplicitConstructorInvocationWithTypeArguments(2, THIS_CALL); break; case 200 : if (DEBUG) { System.out.println("InterfaceDeclaration ::= InterfaceHeader InterfaceBody"); } //$NON-NLS-1$ consumeInterfaceDeclaration(); break; case 201 : if (DEBUG) { System.out.println("InterfaceHeader ::= InterfaceHeaderName..."); } //$NON-NLS-1$ consumeInterfaceHeader(); break; case 202 : if (DEBUG) { System.out.println("InterfaceHeaderName ::= InterfaceHeaderName1..."); } //$NON-NLS-1$ consumeTypeHeaderNameWithTypeParameters(); break; case 204 : if (DEBUG) { System.out.println("InterfaceHeaderName1 ::= Modifiersopt interface..."); } //$NON-NLS-1$ consumeInterfaceHeaderName1(); break; case 205 : if (DEBUG) { System.out.println("InterfaceHeaderExtends ::= extends InterfaceTypeList"); } //$NON-NLS-1$ consumeInterfaceHeaderExtends(); break; case 208 : if (DEBUG) { System.out.println("InterfaceMemberDeclarations ::=..."); } //$NON-NLS-1$ consumeInterfaceMemberDeclarations(); break; case 209 : if (DEBUG) { System.out.println("InterfaceMemberDeclaration ::= SEMICOLON"); } //$NON-NLS-1$ consumeEmptyInterfaceMemberDeclaration(); break; case 211 : if (DEBUG) { System.out.println("InterfaceMemberDeclaration ::= MethodHeader MethodBody"); } //$NON-NLS-1$ consumeInvalidMethodDeclaration(); break; case 212 : if (DEBUG) { System.out.println("InvalidConstructorDeclaration ::= ConstructorHeader..."); } //$NON-NLS-1$ consumeInvalidConstructorDeclaration(true); break; case 213 : if (DEBUG) { System.out.println("InvalidConstructorDeclaration ::= ConstructorHeader..."); } //$NON-NLS-1$ consumeInvalidConstructorDeclaration(false); break; case 221 : if (DEBUG) { System.out.println("PushLeftBrace ::="); } //$NON-NLS-1$ consumePushLeftBrace(); break; case 222 : if (DEBUG) { System.out.println("ArrayInitializer ::= LBRACE PushLeftBrace ,opt RBRACE"); } //$NON-NLS-1$ consumeEmptyArrayInitializer(); break; case 223 : if (DEBUG) { System.out.println("ArrayInitializer ::= LBRACE PushLeftBrace..."); } //$NON-NLS-1$ consumeArrayInitializer(); break; case 224 : if (DEBUG) { System.out.println("ArrayInitializer ::= LBRACE PushLeftBrace..."); } //$NON-NLS-1$ consumeArrayInitializer(); break; case 226 : if (DEBUG) { System.out.println("VariableInitializers ::= VariableInitializers COMMA..."); } //$NON-NLS-1$ consumeVariableInitializers(); break; case 227 : if (DEBUG) { System.out.println("Block ::= OpenBlock LBRACE BlockStatementsopt RBRACE"); } //$NON-NLS-1$ consumeBlock(); break; case 228 : if (DEBUG) { System.out.println("OpenBlock ::="); } //$NON-NLS-1$ consumeOpenBlock() ; break; case 230 : if (DEBUG) { System.out.println("BlockStatements ::= BlockStatements BlockStatement"); } //$NON-NLS-1$ consumeBlockStatements() ; break; case 234 : if (DEBUG) { System.out.println("BlockStatement ::= InterfaceDeclaration"); } //$NON-NLS-1$ consumeInvalidInterfaceDeclaration(); break; case 235 : if (DEBUG) { System.out.println("BlockStatement ::= AnnotationTypeDeclaration"); } //$NON-NLS-1$ consumeInvalidAnnotationTypeDeclaration(); break; case 236 : if (DEBUG) { System.out.println("BlockStatement ::= EnumDeclaration"); } //$NON-NLS-1$ consumeInvalidEnumDeclaration(); break; case 237 : if (DEBUG) { System.out.println("LocalVariableDeclarationStatement ::=..."); } //$NON-NLS-1$ consumeLocalVariableDeclarationStatement(); break; case 238 : if (DEBUG) { System.out.println("LocalVariableDeclaration ::= Type PushModifiers..."); } //$NON-NLS-1$ consumeLocalVariableDeclaration(); break; case 239 : if (DEBUG) { System.out.println("LocalVariableDeclaration ::= Modifiers Type..."); } //$NON-NLS-1$ consumeLocalVariableDeclaration(); break; case 240 : if (DEBUG) { System.out.println("PushModifiers ::="); } //$NON-NLS-1$ consumePushModifiers(); break; case 241 : if (DEBUG) { System.out.println("PushModifiersForHeader ::="); } //$NON-NLS-1$ consumePushModifiersForHeader(); break; case 242 : if (DEBUG) { System.out.println("PushRealModifiers ::="); } //$NON-NLS-1$ consumePushRealModifiers(); break; case 268 : if (DEBUG) { System.out.println("EmptyStatement ::= SEMICOLON"); } //$NON-NLS-1$ consumeEmptyStatement(); break; case 269 : if (DEBUG) { System.out.println("LabeledStatement ::= Identifier COLON Statement"); } //$NON-NLS-1$ consumeStatementLabel() ; break; case 270 : if (DEBUG) { System.out.println("LabeledStatementNoShortIf ::= Identifier COLON..."); } //$NON-NLS-1$ consumeStatementLabel() ; break; case 271 : if (DEBUG) { System.out.println("ExpressionStatement ::= StatementExpression SEMICOLON"); } //$NON-NLS-1$ consumeExpressionStatement(); break; case 280 : if (DEBUG) { System.out.println("IfThenStatement ::= if LPAREN Expression RPAREN..."); } //$NON-NLS-1$ consumeStatementIfNoElse(); break; case 281 : if (DEBUG) { System.out.println("IfThenElseStatement ::= if LPAREN Expression RPAREN..."); } //$NON-NLS-1$ consumeStatementIfWithElse(); break; case 282 : if (DEBUG) { System.out.println("IfThenElseStatementNoShortIf ::= if LPAREN Expression..."); } //$NON-NLS-1$ consumeStatementIfWithElse(); break; case 283 : if (DEBUG) { System.out.println("SwitchStatement ::= switch LPAREN Expression RPAREN..."); } //$NON-NLS-1$ consumeStatementSwitch() ; break; case 284 : if (DEBUG) { System.out.println("SwitchBlock ::= LBRACE RBRACE"); } //$NON-NLS-1$ consumeEmptySwitchBlock() ; break; case 287 : if (DEBUG) { System.out.println("SwitchBlock ::= LBRACE SwitchBlockStatements..."); } //$NON-NLS-1$ consumeSwitchBlock() ; break; case 289 : if (DEBUG) { System.out.println("SwitchBlockStatements ::= SwitchBlockStatements..."); } //$NON-NLS-1$ consumeSwitchBlockStatements() ; break; case 290 : if (DEBUG) { System.out.println("SwitchBlockStatement ::= SwitchLabels BlockStatements"); } //$NON-NLS-1$ consumeSwitchBlockStatement() ; break; case 292 : if (DEBUG) { System.out.println("SwitchLabels ::= SwitchLabels SwitchLabel"); } //$NON-NLS-1$ consumeSwitchLabels() ; break; case 293 : if (DEBUG) { System.out.println("SwitchLabel ::= case ConstantExpression COLON"); } //$NON-NLS-1$ consumeCaseLabel(); break; case 294 : if (DEBUG) { System.out.println("SwitchLabel ::= default COLON"); } //$NON-NLS-1$ consumeDefaultLabel(); break; case 295 : if (DEBUG) { System.out.println("WhileStatement ::= while LPAREN Expression RPAREN..."); } //$NON-NLS-1$ consumeStatementWhile() ; break; case 296 : if (DEBUG) { System.out.println("WhileStatementNoShortIf ::= while LPAREN Expression..."); } //$NON-NLS-1$ consumeStatementWhile() ; break; case 297 : if (DEBUG) { System.out.println("DoStatement ::= do Statement while LPAREN Expression..."); } //$NON-NLS-1$ consumeStatementDo() ; break; case 298 : if (DEBUG) { System.out.println("ForStatement ::= for LPAREN ForInitopt SEMICOLON..."); } //$NON-NLS-1$ consumeStatementFor() ; break; case 299 : if (DEBUG) { System.out.println("ForStatementNoShortIf ::= for LPAREN ForInitopt..."); } //$NON-NLS-1$ consumeStatementFor() ; break; case 300 : if (DEBUG) { System.out.println("ForInit ::= StatementExpressionList"); } //$NON-NLS-1$ consumeForInit() ; break; case 304 : if (DEBUG) { System.out.println("StatementExpressionList ::= StatementExpressionList..."); } //$NON-NLS-1$ consumeStatementExpressionList() ; break; case 305 : if (DEBUG) { System.out.println("AssertStatement ::= assert Expression SEMICOLON"); } //$NON-NLS-1$ consumeSimpleAssertStatement() ; break; case 306 : if (DEBUG) { System.out.println("AssertStatement ::= assert Expression COLON Expression"); } //$NON-NLS-1$ consumeAssertStatement() ; break; case 307 : if (DEBUG) { System.out.println("BreakStatement ::= break SEMICOLON"); } //$NON-NLS-1$ consumeStatementBreak() ; break; case 308 : if (DEBUG) { System.out.println("BreakStatement ::= break Identifier SEMICOLON"); } //$NON-NLS-1$ consumeStatementBreakWithLabel() ; break; case 309 : if (DEBUG) { System.out.println("ContinueStatement ::= continue SEMICOLON"); } //$NON-NLS-1$ consumeStatementContinue() ; break; case 310 : if (DEBUG) { System.out.println("ContinueStatement ::= continue Identifier SEMICOLON"); } //$NON-NLS-1$ consumeStatementContinueWithLabel() ; break; case 311 : if (DEBUG) { System.out.println("ReturnStatement ::= return Expressionopt SEMICOLON"); } //$NON-NLS-1$ consumeStatementReturn() ; break; case 312 : if (DEBUG) { System.out.println("ThrowStatement ::= throw Expression SEMICOLON"); } //$NON-NLS-1$ consumeStatementThrow(); break; case 313 : if (DEBUG) { System.out.println("SynchronizedStatement ::= OnlySynchronized LPAREN..."); } //$NON-NLS-1$ consumeStatementSynchronized(); break; case 314 : if (DEBUG) { System.out.println("OnlySynchronized ::= synchronized"); } //$NON-NLS-1$ consumeOnlySynchronized(); break; case 315 : if (DEBUG) { System.out.println("TryStatement ::= try TryBlock Catches"); } //$NON-NLS-1$ consumeStatementTry(false); break; case 316 : if (DEBUG) { System.out.println("TryStatement ::= try TryBlock Catchesopt Finally"); } //$NON-NLS-1$ consumeStatementTry(true); break; case 318 : if (DEBUG) { System.out.println("ExitTryBlock ::="); } //$NON-NLS-1$ consumeExitTryBlock(); break; case 320 : if (DEBUG) { System.out.println("Catches ::= Catches CatchClause"); } //$NON-NLS-1$ consumeCatches(); break; case 321 : if (DEBUG) { System.out.println("CatchClause ::= catch LPAREN FormalParameter RPAREN..."); } //$NON-NLS-1$ consumeStatementCatch() ; break; case 323 : if (DEBUG) { System.out.println("PushLPAREN ::= LPAREN"); } //$NON-NLS-1$ consumeLeftParen(); break; case 324 : if (DEBUG) { System.out.println("PushRPAREN ::= RPAREN"); } //$NON-NLS-1$ consumeRightParen(); break; case 329 : if (DEBUG) { System.out.println("PrimaryNoNewArray ::= this"); } //$NON-NLS-1$ consumePrimaryNoNewArrayThis(); break; case 330 : if (DEBUG) { System.out.println("PrimaryNoNewArray ::= PushLPAREN Expression_NotName..."); } //$NON-NLS-1$ consumePrimaryNoNewArray(); break; case 331 : if (DEBUG) { System.out.println("PrimaryNoNewArray ::= PushLPAREN Name PushRPAREN"); } //$NON-NLS-1$ consumePrimaryNoNewArrayWithName(); break; case 334 : if (DEBUG) { System.out.println("PrimaryNoNewArray ::= Name DOT this"); } //$NON-NLS-1$ consumePrimaryNoNewArrayNameThis(); break; case 335 : if (DEBUG) { System.out.println("PrimaryNoNewArray ::= Name DOT super"); } //$NON-NLS-1$ consumePrimaryNoNewArrayNameSuper(); break; case 336 : if (DEBUG) { System.out.println("PrimaryNoNewArray ::= Name DOT class"); } //$NON-NLS-1$ consumePrimaryNoNewArrayName(); break; case 337 : if (DEBUG) { System.out.println("PrimaryNoNewArray ::= Name Dims DOT class"); } //$NON-NLS-1$ consumePrimaryNoNewArrayArrayType(); break; case 338 : if (DEBUG) { System.out.println("PrimaryNoNewArray ::= PrimitiveType Dims DOT class"); } //$NON-NLS-1$ consumePrimaryNoNewArrayPrimitiveArrayType(); break; case 339 : if (DEBUG) { System.out.println("PrimaryNoNewArray ::= PrimitiveType DOT class"); } //$NON-NLS-1$ consumePrimaryNoNewArrayPrimitiveType(); break; case 342 : if (DEBUG) { System.out.println("AllocationHeader ::= new ClassType LPAREN..."); } //$NON-NLS-1$ consumeAllocationHeader(); break; case 343 : if (DEBUG) { System.out.println("ClassInstanceCreationExpression ::= new..."); } //$NON-NLS-1$ consumeClassInstanceCreationExpressionWithTypeArguments(); break; case 344 : if (DEBUG) { System.out.println("ClassInstanceCreationExpression ::= new ClassType LPAREN"); } //$NON-NLS-1$ consumeClassInstanceCreationExpression(); break; case 345 : if (DEBUG) { System.out.println("ClassInstanceCreationExpression ::= Primary DOT new..."); } //$NON-NLS-1$ consumeClassInstanceCreationExpressionQualifiedWithTypeArguments() ; break; case 346 : if (DEBUG) { System.out.println("ClassInstanceCreationExpression ::= Primary DOT new..."); } //$NON-NLS-1$ consumeClassInstanceCreationExpressionQualified() ; break; case 347 : if (DEBUG) { System.out.println("ClassInstanceCreationExpression ::=..."); } //$NON-NLS-1$ consumeClassInstanceCreationExpressionQualified() ; break; case 348 : if (DEBUG) { System.out.println("ClassInstanceCreationExpression ::=..."); } //$NON-NLS-1$ consumeClassInstanceCreationExpressionQualifiedWithTypeArguments() ; break; case 349 : if (DEBUG) { System.out.println("ClassInstanceCreationExpressionName ::= Name DOT"); } //$NON-NLS-1$ consumeClassInstanceCreationExpressionName() ; break; case 350 : if (DEBUG) { System.out.println("ClassBodyopt ::="); } //$NON-NLS-1$ consumeClassBodyopt(); break; case 352 : if (DEBUG) { System.out.println("EnterAnonymousClassBody ::="); } //$NON-NLS-1$ consumeEnterAnonymousClassBody(); break; case 354 : if (DEBUG) { System.out.println("ArgumentList ::= ArgumentList COMMA Expression"); } //$NON-NLS-1$ consumeArgumentList(); break; case 355 : if (DEBUG) { System.out.println("ArrayCreationHeader ::= new PrimitiveType..."); } //$NON-NLS-1$ consumeArrayCreationHeader(); break; case 356 : if (DEBUG) { System.out.println("ArrayCreationHeader ::= new ClassOrInterfaceType..."); } //$NON-NLS-1$ consumeArrayCreationHeader(); break; case 357 : if (DEBUG) { System.out.println("ArrayCreationWithoutArrayInitializer ::= new..."); } //$NON-NLS-1$ consumeArrayCreationExpressionWithoutInitializer(); break; case 358 : if (DEBUG) { System.out.println("ArrayCreationWithArrayInitializer ::= new PrimitiveType"); } //$NON-NLS-1$ consumeArrayCreationExpressionWithInitializer(); break; case 359 : if (DEBUG) { System.out.println("ArrayCreationWithoutArrayInitializer ::= new..."); } //$NON-NLS-1$ consumeArrayCreationExpressionWithoutInitializer(); break; case 360 : if (DEBUG) { System.out.println("ArrayCreationWithArrayInitializer ::= new..."); } //$NON-NLS-1$ consumeArrayCreationExpressionWithInitializer(); break; case 362 : if (DEBUG) { System.out.println("DimWithOrWithOutExprs ::= DimWithOrWithOutExprs..."); } //$NON-NLS-1$ consumeDimWithOrWithOutExprs(); break; case 364 : if (DEBUG) { System.out.println("DimWithOrWithOutExpr ::= LBRACKET RBRACKET"); } //$NON-NLS-1$ consumeDimWithOrWithOutExpr(); break; case 365 : if (DEBUG) { System.out.println("Dims ::= DimsLoop"); } //$NON-NLS-1$ consumeDims(); break; case 368 : if (DEBUG) { System.out.println("OneDimLoop ::= LBRACKET RBRACKET"); } //$NON-NLS-1$ consumeOneDimLoop(); break; case 369 : if (DEBUG) { System.out.println("FieldAccess ::= Primary DOT Identifier"); } //$NON-NLS-1$ consumeFieldAccess(false); break; case 370 : if (DEBUG) { System.out.println("FieldAccess ::= super DOT Identifier"); } //$NON-NLS-1$ consumeFieldAccess(true); break; case 371 : if (DEBUG) { System.out.println("MethodInvocation ::= Name LPAREN ArgumentListopt RPAREN"); } //$NON-NLS-1$ consumeMethodInvocationName(); break; case 372 : if (DEBUG) { System.out.println("MethodInvocation ::= Name DOT OnlyTypeArguments..."); } //$NON-NLS-1$ consumeMethodInvocationNameWithTypeArguments(); break; case 373 : if (DEBUG) { System.out.println("MethodInvocation ::= Primary DOT OnlyTypeArguments..."); } //$NON-NLS-1$ consumeMethodInvocationPrimaryWithTypeArguments(); break; case 374 : if (DEBUG) { System.out.println("MethodInvocation ::= Primary DOT Identifier LPAREN..."); } //$NON-NLS-1$ consumeMethodInvocationPrimary(); break; case 375 : if (DEBUG) { System.out.println("MethodInvocation ::= super DOT OnlyTypeArguments..."); } //$NON-NLS-1$ consumeMethodInvocationSuperWithTypeArguments(); break; case 376 : if (DEBUG) { System.out.println("MethodInvocation ::= super DOT Identifier LPAREN..."); } //$NON-NLS-1$ consumeMethodInvocationSuper(); break; case 377 : if (DEBUG) { System.out.println("ArrayAccess ::= Name LBRACKET Expression RBRACKET"); } //$NON-NLS-1$ consumeArrayAccess(true); break; case 378 : if (DEBUG) { System.out.println("ArrayAccess ::= PrimaryNoNewArray LBRACKET Expression..."); } //$NON-NLS-1$ consumeArrayAccess(false); break; case 379 : if (DEBUG) { System.out.println("ArrayAccess ::= ArrayCreationWithArrayInitializer..."); } //$NON-NLS-1$ consumeArrayAccess(false); break; case 381 : if (DEBUG) { System.out.println("PostfixExpression ::= Name"); } //$NON-NLS-1$ consumePostfixExpression(); break; case 384 : if (DEBUG) { System.out.println("PostIncrementExpression ::= PostfixExpression PLUS_PLUS"); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.PLUS,true); break; case 385 : if (DEBUG) { System.out.println("PostDecrementExpression ::= PostfixExpression..."); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.MINUS,true); break; case 386 : if (DEBUG) { System.out.println("PushPosition ::="); } //$NON-NLS-1$ consumePushPosition(); break; case 389 : if (DEBUG) { System.out.println("UnaryExpression ::= PLUS PushPosition UnaryExpression"); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.PLUS); break; case 390 : if (DEBUG) { System.out.println("UnaryExpression ::= MINUS PushPosition UnaryExpression"); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.MINUS); break; case 392 : if (DEBUG) { System.out.println("PreIncrementExpression ::= PLUS_PLUS PushPosition..."); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.PLUS,false); break; case 393 : if (DEBUG) { System.out.println("PreDecrementExpression ::= MINUS_MINUS PushPosition..."); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.MINUS,false); break; case 395 : if (DEBUG) { System.out.println("UnaryExpressionNotPlusMinus ::= TWIDDLE PushPosition..."); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.TWIDDLE); break; case 396 : if (DEBUG) { System.out.println("UnaryExpressionNotPlusMinus ::= NOT PushPosition..."); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.NOT); break; case 398 : if (DEBUG) { System.out.println("CastExpression ::= PushLPAREN PrimitiveType Dimsopt..."); } //$NON-NLS-1$ consumeCastExpressionWithPrimitiveType(); break; case 399 : if (DEBUG) { System.out.println("CastExpression ::= PushLPAREN Name..."); } //$NON-NLS-1$ consumeCastExpressionWithGenericsArray(); break; case 400 : if (DEBUG) { System.out.println("CastExpression ::= PushLPAREN Name..."); } //$NON-NLS-1$ consumeCastExpressionWithQualifiedGenericsArray(); break; case 401 : if (DEBUG) { System.out.println("CastExpression ::= PushLPAREN Name PushRPAREN..."); } //$NON-NLS-1$ consumeCastExpressionLL1(); break; case 402 : if (DEBUG) { System.out.println("CastExpression ::= PushLPAREN Name Dims PushRPAREN..."); } //$NON-NLS-1$ consumeCastExpressionWithNameArray(); break; case 403 : if (DEBUG) { System.out.println("OnlyTypeArgumentsForCastExpression ::= OnlyTypeArguments"); } //$NON-NLS-1$ consumeOnlyTypeArgumentsForCastExpression(); break; case 404 : if (DEBUG) { System.out.println("InsideCastExpression ::="); } //$NON-NLS-1$ consumeInsideCastExpression(); break; case 405 : if (DEBUG) { System.out.println("InsideCastExpressionLL1 ::="); } //$NON-NLS-1$ consumeInsideCastExpressionLL1(); break; case 406 : if (DEBUG) { System.out.println("InsideCastExpressionWithQualifiedGenerics ::="); } //$NON-NLS-1$ consumeInsideCastExpressionWithQualifiedGenerics(); break; case 408 : if (DEBUG) { System.out.println("MultiplicativeExpression ::= MultiplicativeExpression..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.MULTIPLY); break; case 409 : if (DEBUG) { System.out.println("MultiplicativeExpression ::= MultiplicativeExpression..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.DIVIDE); break; case 410 : if (DEBUG) { System.out.println("MultiplicativeExpression ::= MultiplicativeExpression..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.REMAINDER); break; case 412 : if (DEBUG) { System.out.println("AdditiveExpression ::= AdditiveExpression PLUS..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.PLUS); break; case 413 : if (DEBUG) { System.out.println("AdditiveExpression ::= AdditiveExpression MINUS..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.MINUS); break; case 415 : if (DEBUG) { System.out.println("ShiftExpression ::= ShiftExpression LEFT_SHIFT..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.LEFT_SHIFT); break; case 416 : if (DEBUG) { System.out.println("ShiftExpression ::= ShiftExpression RIGHT_SHIFT..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.RIGHT_SHIFT); break; case 417 : if (DEBUG) { System.out.println("ShiftExpression ::= ShiftExpression UNSIGNED_RIGHT_SHIFT"); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.UNSIGNED_RIGHT_SHIFT); break; case 419 : if (DEBUG) { System.out.println("RelationalExpression ::= RelationalExpression LESS..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.LESS); break; case 420 : if (DEBUG) { System.out.println("RelationalExpression ::= RelationalExpression GREATER..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.GREATER); break; case 421 : if (DEBUG) { System.out.println("RelationalExpression ::= RelationalExpression LESS_EQUAL"); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.LESS_EQUAL); break; case 422 : if (DEBUG) { System.out.println("RelationalExpression ::= RelationalExpression..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.GREATER_EQUAL); break; case 424 : if (DEBUG) { System.out.println("InstanceofExpression ::= InstanceofExpression instanceof"); } //$NON-NLS-1$ consumeInstanceOfExpression(); break; case 426 : if (DEBUG) { System.out.println("EqualityExpression ::= EqualityExpression EQUAL_EQUAL..."); } //$NON-NLS-1$ consumeEqualityExpression(OperatorIds.EQUAL_EQUAL); break; case 427 : if (DEBUG) { System.out.println("EqualityExpression ::= EqualityExpression NOT_EQUAL..."); } //$NON-NLS-1$ consumeEqualityExpression(OperatorIds.NOT_EQUAL); break; case 429 : if (DEBUG) { System.out.println("AndExpression ::= AndExpression AND EqualityExpression"); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.AND); break; case 431 : if (DEBUG) { System.out.println("ExclusiveOrExpression ::= ExclusiveOrExpression XOR..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.XOR); break; case 433 : if (DEBUG) { System.out.println("InclusiveOrExpression ::= InclusiveOrExpression OR..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.OR); break; case 435 : if (DEBUG) { System.out.println("ConditionalAndExpression ::= ConditionalAndExpression..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.AND_AND); break; case 437 : if (DEBUG) { System.out.println("ConditionalOrExpression ::= ConditionalOrExpression..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.OR_OR); break; case 439 : if (DEBUG) { System.out.println("ConditionalExpression ::= ConditionalOrExpression..."); } //$NON-NLS-1$ consumeConditionalExpression(OperatorIds.QUESTIONCOLON) ; break; case 442 : if (DEBUG) { System.out.println("Assignment ::= PostfixExpression AssignmentOperator..."); } //$NON-NLS-1$ consumeAssignment(); break; case 444 : if (DEBUG) { System.out.println("Assignment ::= InvalidArrayInitializerAssignement"); } //$NON-NLS-1$ ignoreExpressionAssignment(); break; case 445 : if (DEBUG) { System.out.println("AssignmentOperator ::= EQUAL"); } //$NON-NLS-1$ consumeAssignmentOperator(EQUAL); break; case 446 : if (DEBUG) { System.out.println("AssignmentOperator ::= MULTIPLY_EQUAL"); } //$NON-NLS-1$ consumeAssignmentOperator(MULTIPLY); break; case 447 : if (DEBUG) { System.out.println("AssignmentOperator ::= DIVIDE_EQUAL"); } //$NON-NLS-1$ consumeAssignmentOperator(DIVIDE); break; case 448 : if (DEBUG) { System.out.println("AssignmentOperator ::= REMAINDER_EQUAL"); } //$NON-NLS-1$ consumeAssignmentOperator(REMAINDER); break; case 449 : if (DEBUG) { System.out.println("AssignmentOperator ::= PLUS_EQUAL"); } //$NON-NLS-1$ consumeAssignmentOperator(PLUS); break; case 450 : if (DEBUG) { System.out.println("AssignmentOperator ::= MINUS_EQUAL"); } //$NON-NLS-1$ consumeAssignmentOperator(MINUS); break; case 451 : if (DEBUG) { System.out.println("AssignmentOperator ::= LEFT_SHIFT_EQUAL"); } //$NON-NLS-1$ consumeAssignmentOperator(LEFT_SHIFT); break; case 452 : if (DEBUG) { System.out.println("AssignmentOperator ::= RIGHT_SHIFT_EQUAL"); } //$NON-NLS-1$ consumeAssignmentOperator(RIGHT_SHIFT); break; case 453 : if (DEBUG) { System.out.println("AssignmentOperator ::= UNSIGNED_RIGHT_SHIFT_EQUAL"); } //$NON-NLS-1$ consumeAssignmentOperator(UNSIGNED_RIGHT_SHIFT); break; case 454 : if (DEBUG) { System.out.println("AssignmentOperator ::= AND_EQUAL"); } //$NON-NLS-1$ consumeAssignmentOperator(AND); break; case 455 : if (DEBUG) { System.out.println("AssignmentOperator ::= XOR_EQUAL"); } //$NON-NLS-1$ consumeAssignmentOperator(XOR); break; case 456 : if (DEBUG) { System.out.println("AssignmentOperator ::= OR_EQUAL"); } //$NON-NLS-1$ consumeAssignmentOperator(OR); break; case 460 : if (DEBUG) { System.out.println("Expressionopt ::="); } //$NON-NLS-1$ consumeEmptyExpression(); break; case 465 : if (DEBUG) { System.out.println("ClassBodyDeclarationsopt ::="); } //$NON-NLS-1$ consumeEmptyClassBodyDeclarationsopt(); break; case 466 : if (DEBUG) { System.out.println("ClassBodyDeclarationsopt ::= NestedType..."); } //$NON-NLS-1$ consumeClassBodyDeclarationsopt(); break; case 467 : if (DEBUG) { System.out.println("Modifiersopt ::="); } //$NON-NLS-1$ consumeDefaultModifiers(); break; case 468 : if (DEBUG) { System.out.println("Modifiersopt ::= Modifiers"); } //$NON-NLS-1$ consumeModifiers(); break; case 469 : if (DEBUG) { System.out.println("BlockStatementsopt ::="); } //$NON-NLS-1$ consumeEmptyBlockStatementsopt(); break; case 471 : if (DEBUG) { System.out.println("Dimsopt ::="); } //$NON-NLS-1$ consumeEmptyDimsopt(); break; case 473 : if (DEBUG) { System.out.println("ArgumentListopt ::="); } //$NON-NLS-1$ consumeEmptyArgumentListopt(); break; case 477 : if (DEBUG) { System.out.println("FormalParameterListopt ::="); } //$NON-NLS-1$ consumeFormalParameterListopt(); break; case 481 : if (DEBUG) { System.out.println("InterfaceMemberDeclarationsopt ::="); } //$NON-NLS-1$ consumeEmptyInterfaceMemberDeclarationsopt(); break; case 482 : if (DEBUG) { System.out.println("InterfaceMemberDeclarationsopt ::= NestedType..."); } //$NON-NLS-1$ consumeInterfaceMemberDeclarationsopt(); break; case 483 : if (DEBUG) { System.out.println("NestedType ::="); } //$NON-NLS-1$ consumeNestedType(); break; case 484 : if (DEBUG) { System.out.println("ForInitopt ::="); } //$NON-NLS-1$ consumeEmptyForInitopt(); break; case 486 : if (DEBUG) { System.out.println("ForUpdateopt ::="); } //$NON-NLS-1$ consumeEmptyForUpdateopt(); break; case 490 : if (DEBUG) { System.out.println("Catchesopt ::="); } //$NON-NLS-1$ consumeEmptyCatchesopt(); break; case 492 : if (DEBUG) { System.out.println("EnumDeclaration ::= EnumHeader EnumBody"); } //$NON-NLS-1$ consumeEnumDeclaration(); break; case 493 : if (DEBUG) { System.out.println("EnumHeader ::= EnumHeaderName ClassHeaderImplementsopt"); } //$NON-NLS-1$ consumeEnumHeader(); break; case 494 : if (DEBUG) { System.out.println("EnumHeaderName ::= Modifiersopt enum Identifier"); } //$NON-NLS-1$ consumeEnumHeaderName(); break; case 495 : if (DEBUG) { System.out.println("EnumBody ::= LBRACE EnumBodyDeclarationsopt RBRACE"); } //$NON-NLS-1$ consumeEnumBodyNoConstants(); break; case 496 : if (DEBUG) { System.out.println("EnumBody ::= LBRACE COMMA EnumBodyDeclarationsopt..."); } //$NON-NLS-1$ consumeEnumBodyNoConstants(); break; case 497 : if (DEBUG) { System.out.println("EnumBody ::= LBRACE EnumConstants COMMA..."); } //$NON-NLS-1$ consumeEnumBodyWithConstants(); break; case 498 : if (DEBUG) { System.out.println("EnumBody ::= LBRACE EnumConstants..."); } //$NON-NLS-1$ consumeEnumBodyWithConstants(); break; case 500 : if (DEBUG) { System.out.println("EnumConstants ::= EnumConstants COMMA EnumConstant"); } //$NON-NLS-1$ consumeEnumConstants(); break; case 501 : if (DEBUG) { System.out.println("EnumConstantHeaderName ::= Modifiersopt Identifier"); } //$NON-NLS-1$ consumeEnumConstantHeaderName(); break; case 502 : if (DEBUG) { System.out.println("EnumConstantHeader ::= EnumConstantHeaderName..."); } //$NON-NLS-1$ consumeEnumConstantHeader(); break; case 503 : if (DEBUG) { System.out.println("EnumConstant ::= EnumConstantHeader ForceNoDiet..."); } //$NON-NLS-1$ consumeEnumConstantWithClassBody(); break; case 504 : if (DEBUG) { System.out.println("EnumConstant ::= EnumConstantHeader"); } //$NON-NLS-1$ consumeEnumConstantNoClassBody(); break; case 505 : if (DEBUG) { System.out.println("Arguments ::= LPAREN ArgumentListopt RPAREN"); } //$NON-NLS-1$ consumeArguments(); break; case 506 : if (DEBUG) { System.out.println("Argumentsopt ::="); } //$NON-NLS-1$ consumeEmptyArguments(); break; case 508 : if (DEBUG) { System.out.println("EnumDeclarations ::= SEMICOLON ClassBodyDeclarationsopt"); } //$NON-NLS-1$ consumeEnumDeclarations(); break; case 509 : if (DEBUG) { System.out.println("EnumBodyDeclarationsopt ::="); } //$NON-NLS-1$ consumeEmptyEnumDeclarations(); break; case 511 : if (DEBUG) { System.out.println("EnhancedForStatement ::= EnhancedForStatementHeader..."); } //$NON-NLS-1$ consumeEnhancedForStatement(); break; case 512 : if (DEBUG) { System.out.println("EnhancedForStatementNoShortIf ::=..."); } //$NON-NLS-1$ consumeEnhancedForStatement(); break; case 513 : if (DEBUG) { System.out.println("EnhancedForStatementHeader ::= for LPAREN Type..."); } //$NON-NLS-1$ consumeEnhancedForStatementHeader(false); break; case 514 : if (DEBUG) { System.out.println("EnhancedForStatementHeader ::= for LPAREN Modifiers Type"); } //$NON-NLS-1$ consumeEnhancedForStatementHeader(true); break; case 515 : if (DEBUG) { System.out.println("SingleStaticImportDeclaration ::=..."); } //$NON-NLS-1$ consumeImportDeclaration(); break; case 516 : if (DEBUG) { System.out.println("SingleStaticImportDeclarationName ::= import static Name"); } //$NON-NLS-1$ consumeSingleStaticImportDeclarationName(); break; case 517 : if (DEBUG) { System.out.println("StaticImportOnDemandDeclaration ::=..."); } //$NON-NLS-1$ consumeImportDeclaration(); break; case 518 : if (DEBUG) { System.out.println("StaticImportOnDemandDeclarationName ::= import static..."); } //$NON-NLS-1$ consumeStaticImportOnDemandDeclarationName(); break; case 519 : if (DEBUG) { System.out.println("TypeArguments ::= LESS TypeArgumentList1"); } //$NON-NLS-1$ consumeTypeArguments(); break; case 520 : if (DEBUG) { System.out.println("OnlyTypeArguments ::= LESS TypeArgumentList1"); } //$NON-NLS-1$ consumeOnlyTypeArguments(); break; case 522 : if (DEBUG) { System.out.println("TypeArgumentList1 ::= TypeArgumentList COMMA..."); } //$NON-NLS-1$ consumeTypeArgumentList1(); break; case 524 : if (DEBUG) { System.out.println("TypeArgumentList ::= TypeArgumentList COMMA TypeArgument"); } //$NON-NLS-1$ consumeTypeArgumentList(); break; case 525 : if (DEBUG) { System.out.println("TypeArgument ::= ReferenceType"); } //$NON-NLS-1$ consumeTypeArgument(); break; case 529 : if (DEBUG) { System.out.println("ReferenceType1 ::= ReferenceType GREATER"); } //$NON-NLS-1$ consumeReferenceType1(); break; case 530 : if (DEBUG) { System.out.println("ReferenceType1 ::= ClassOrInterface LESS..."); } //$NON-NLS-1$ consumeTypeArgumentReferenceType1(); break; case 532 : if (DEBUG) { System.out.println("TypeArgumentList2 ::= TypeArgumentList COMMA..."); } //$NON-NLS-1$ consumeTypeArgumentList2(); break; case 535 : if (DEBUG) { System.out.println("ReferenceType2 ::= ReferenceType RIGHT_SHIFT"); } //$NON-NLS-1$ consumeReferenceType2(); break; case 536 : if (DEBUG) { System.out.println("ReferenceType2 ::= ClassOrInterface LESS..."); } //$NON-NLS-1$ consumeTypeArgumentReferenceType2(); break; case 538 : if (DEBUG) { System.out.println("TypeArgumentList3 ::= TypeArgumentList COMMA..."); } //$NON-NLS-1$ consumeTypeArgumentList3(); break; case 541 : if (DEBUG) { System.out.println("ReferenceType3 ::= ReferenceType UNSIGNED_RIGHT_SHIFT"); } //$NON-NLS-1$ consumeReferenceType3(); break; case 542 : if (DEBUG) { System.out.println("Wildcard ::= QUESTION"); } //$NON-NLS-1$ consumeWildcard(); break; case 543 : if (DEBUG) { System.out.println("Wildcard ::= QUESTION WildcardBounds"); } //$NON-NLS-1$ consumeWildcardWithBounds(); break; case 544 : if (DEBUG) { System.out.println("WildcardBounds ::= extends ReferenceType"); } //$NON-NLS-1$ consumeWildcardBoundsExtends(); break; case 545 : if (DEBUG) { System.out.println("WildcardBounds ::= super ReferenceType"); } //$NON-NLS-1$ consumeWildcardBoundsSuper(); break; case 546 : if (DEBUG) { System.out.println("Wildcard1 ::= QUESTION GREATER"); } //$NON-NLS-1$ consumeWildcard1(); break; case 547 : if (DEBUG) { System.out.println("Wildcard1 ::= QUESTION WildcardBounds1"); } //$NON-NLS-1$ consumeWildcard1WithBounds(); break; case 548 : if (DEBUG) { System.out.println("WildcardBounds1 ::= extends ReferenceType1"); } //$NON-NLS-1$ consumeWildcardBounds1Extends(); break; case 549 : if (DEBUG) { System.out.println("WildcardBounds1 ::= super ReferenceType1"); } //$NON-NLS-1$ consumeWildcardBounds1Super(); break; case 550 : if (DEBUG) { System.out.println("Wildcard2 ::= QUESTION RIGHT_SHIFT"); } //$NON-NLS-1$ consumeWildcard2(); break; case 551 : if (DEBUG) { System.out.println("Wildcard2 ::= QUESTION WildcardBounds2"); } //$NON-NLS-1$ consumeWildcard2WithBounds(); break; case 552 : if (DEBUG) { System.out.println("WildcardBounds2 ::= extends ReferenceType2"); } //$NON-NLS-1$ consumeWildcardBounds2Extends(); break; case 553 : if (DEBUG) { System.out.println("WildcardBounds2 ::= super ReferenceType2"); } //$NON-NLS-1$ consumeWildcardBounds2Super(); break; case 554 : if (DEBUG) { System.out.println("Wildcard3 ::= QUESTION UNSIGNED_RIGHT_SHIFT"); } //$NON-NLS-1$ consumeWildcard3(); break; case 555 : if (DEBUG) { System.out.println("Wildcard3 ::= QUESTION WildcardBounds3"); } //$NON-NLS-1$ consumeWildcard3WithBounds(); break; case 556 : if (DEBUG) { System.out.println("WildcardBounds3 ::= extends ReferenceType3"); } //$NON-NLS-1$ consumeWildcardBounds3Extends(); break; case 557 : if (DEBUG) { System.out.println("WildcardBounds3 ::= super ReferenceType3"); } //$NON-NLS-1$ consumeWildcardBounds3Super(); break; case 558 : if (DEBUG) { System.out.println("TypeParameterHeader ::= Identifier"); } //$NON-NLS-1$ consumeTypeParameterHeader(); break; case 559 : if (DEBUG) { System.out.println("TypeParameters ::= LESS TypeParameterList1"); } //$NON-NLS-1$ consumeTypeParameters(); break; case 561 : if (DEBUG) { System.out.println("TypeParameterList ::= TypeParameterList COMMA..."); } //$NON-NLS-1$ consumeTypeParameterList(); break; case 563 : if (DEBUG) { System.out.println("TypeParameter ::= TypeParameterHeader extends..."); } //$NON-NLS-1$ consumeTypeParameterWithExtends(); break; case 564 : if (DEBUG) { System.out.println("TypeParameter ::= TypeParameterHeader extends..."); } //$NON-NLS-1$ consumeTypeParameterWithExtendsAndBounds(); break; case 566 : if (DEBUG) { System.out.println("AdditionalBoundList ::= AdditionalBoundList..."); } //$NON-NLS-1$ consumeAdditionalBoundList(); break; case 567 : if (DEBUG) { System.out.println("AdditionalBound ::= AND ReferenceType"); } //$NON-NLS-1$ consumeAdditionalBound(); break; case 569 : if (DEBUG) { System.out.println("TypeParameterList1 ::= TypeParameterList COMMA..."); } //$NON-NLS-1$ consumeTypeParameterList1(); break; case 570 : if (DEBUG) { System.out.println("TypeParameter1 ::= TypeParameterHeader GREATER"); } //$NON-NLS-1$ consumeTypeParameter1(); break; case 571 : if (DEBUG) { System.out.println("TypeParameter1 ::= TypeParameterHeader extends..."); } //$NON-NLS-1$ consumeTypeParameter1WithExtends(); break; case 572 : if (DEBUG) { System.out.println("TypeParameter1 ::= TypeParameterHeader extends..."); } //$NON-NLS-1$ consumeTypeParameter1WithExtendsAndBounds(); break; case 574 : if (DEBUG) { System.out.println("AdditionalBoundList1 ::= AdditionalBoundList..."); } //$NON-NLS-1$ consumeAdditionalBoundList1(); break; case 575 : if (DEBUG) { System.out.println("AdditionalBound1 ::= AND ReferenceType1"); } //$NON-NLS-1$ consumeAdditionalBound1(); break; case 581 : if (DEBUG) { System.out.println("UnaryExpression_NotName ::= PLUS PushPosition..."); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.PLUS); break; case 582 : if (DEBUG) { System.out.println("UnaryExpression_NotName ::= MINUS PushPosition..."); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.MINUS); break; case 585 : if (DEBUG) { System.out.println("UnaryExpressionNotPlusMinus_NotName ::= TWIDDLE..."); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.TWIDDLE); break; case 586 : if (DEBUG) { System.out.println("UnaryExpressionNotPlusMinus_NotName ::= NOT PushPosition"); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.NOT); break; case 589 : if (DEBUG) { System.out.println("MultiplicativeExpression_NotName ::=..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.MULTIPLY); break; case 590 : if (DEBUG) { System.out.println("MultiplicativeExpression_NotName ::= Name MULTIPLY..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.MULTIPLY); break; case 591 : if (DEBUG) { System.out.println("MultiplicativeExpression_NotName ::=..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.DIVIDE); break; case 592 : if (DEBUG) { System.out.println("MultiplicativeExpression_NotName ::= Name DIVIDE..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.DIVIDE); break; case 593 : if (DEBUG) { System.out.println("MultiplicativeExpression_NotName ::=..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.REMAINDER); break; case 594 : if (DEBUG) { System.out.println("MultiplicativeExpression_NotName ::= Name REMAINDER..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.REMAINDER); break; case 596 : if (DEBUG) { System.out.println("AdditiveExpression_NotName ::=..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.PLUS); break; case 597 : if (DEBUG) { System.out.println("AdditiveExpression_NotName ::= Name PLUS..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.PLUS); break; case 598 : if (DEBUG) { System.out.println("AdditiveExpression_NotName ::=..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.MINUS); break; case 599 : if (DEBUG) { System.out.println("AdditiveExpression_NotName ::= Name MINUS..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.MINUS); break; case 601 : if (DEBUG) { System.out.println("ShiftExpression_NotName ::= ShiftExpression_NotName..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.LEFT_SHIFT); break; case 602 : if (DEBUG) { System.out.println("ShiftExpression_NotName ::= Name LEFT_SHIFT..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.LEFT_SHIFT); break; case 603 : if (DEBUG) { System.out.println("ShiftExpression_NotName ::= ShiftExpression_NotName..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.RIGHT_SHIFT); break; case 604 : if (DEBUG) { System.out.println("ShiftExpression_NotName ::= Name RIGHT_SHIFT..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.RIGHT_SHIFT); break; case 605 : if (DEBUG) { System.out.println("ShiftExpression_NotName ::= ShiftExpression_NotName..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.UNSIGNED_RIGHT_SHIFT); break; case 606 : if (DEBUG) { System.out.println("ShiftExpression_NotName ::= Name UNSIGNED_RIGHT_SHIFT..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.UNSIGNED_RIGHT_SHIFT); break; case 608 : if (DEBUG) { System.out.println("RelationalExpression_NotName ::= ShiftExpression_NotName"); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.LESS); break; case 609 : if (DEBUG) { System.out.println("RelationalExpression_NotName ::= Name LESS..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.LESS); break; case 610 : if (DEBUG) { System.out.println("RelationalExpression_NotName ::= ShiftExpression_NotName"); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.GREATER); break; case 611 : if (DEBUG) { System.out.println("RelationalExpression_NotName ::= Name GREATER..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.GREATER); break; case 612 : if (DEBUG) { System.out.println("RelationalExpression_NotName ::=..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.LESS_EQUAL); break; case 613 : if (DEBUG) { System.out.println("RelationalExpression_NotName ::= Name LESS_EQUAL..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.LESS_EQUAL); break; case 614 : if (DEBUG) { System.out.println("RelationalExpression_NotName ::=..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.GREATER_EQUAL); break; case 615 : if (DEBUG) { System.out.println("RelationalExpression_NotName ::= Name GREATER_EQUAL..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.GREATER_EQUAL); break; case 617 : if (DEBUG) { System.out.println("InstanceofExpression_NotName ::= Name instanceof..."); } //$NON-NLS-1$ consumeInstanceOfExpressionWithName(); break; case 618 : if (DEBUG) { System.out.println("InstanceofExpression_NotName ::=..."); } //$NON-NLS-1$ consumeInstanceOfExpression(); break; case 620 : if (DEBUG) { System.out.println("EqualityExpression_NotName ::=..."); } //$NON-NLS-1$ consumeEqualityExpression(OperatorIds.EQUAL_EQUAL); break; case 621 : if (DEBUG) { System.out.println("EqualityExpression_NotName ::= Name EQUAL_EQUAL..."); } //$NON-NLS-1$ consumeEqualityExpressionWithName(OperatorIds.EQUAL_EQUAL); break; case 622 : if (DEBUG) { System.out.println("EqualityExpression_NotName ::=..."); } //$NON-NLS-1$ consumeEqualityExpression(OperatorIds.NOT_EQUAL); break; case 623 : if (DEBUG) { System.out.println("EqualityExpression_NotName ::= Name NOT_EQUAL..."); } //$NON-NLS-1$ consumeEqualityExpressionWithName(OperatorIds.NOT_EQUAL); break; case 625 : if (DEBUG) { System.out.println("AndExpression_NotName ::= AndExpression_NotName AND..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.AND); break; case 626 : if (DEBUG) { System.out.println("AndExpression_NotName ::= Name AND EqualityExpression"); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.AND); break; case 628 : if (DEBUG) { System.out.println("ExclusiveOrExpression_NotName ::=..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.XOR); break; case 629 : if (DEBUG) { System.out.println("ExclusiveOrExpression_NotName ::= Name XOR AndExpression"); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.XOR); break; case 631 : if (DEBUG) { System.out.println("InclusiveOrExpression_NotName ::=..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.OR); break; case 632 : if (DEBUG) { System.out.println("InclusiveOrExpression_NotName ::= Name OR..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.OR); break; case 634 : if (DEBUG) { System.out.println("ConditionalAndExpression_NotName ::=..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.AND_AND); break; case 635 : if (DEBUG) { System.out.println("ConditionalAndExpression_NotName ::= Name AND_AND..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.AND_AND); break; case 637 : if (DEBUG) { System.out.println("ConditionalOrExpression_NotName ::=..."); } //$NON-NLS-1$ consumeBinaryExpression(OperatorIds.OR_OR); break; case 638 : if (DEBUG) { System.out.println("ConditionalOrExpression_NotName ::= Name OR_OR..."); } //$NON-NLS-1$ consumeBinaryExpressionWithName(OperatorIds.OR_OR); break; case 640 : if (DEBUG) { System.out.println("ConditionalExpression_NotName ::=..."); } //$NON-NLS-1$ consumeConditionalExpression(OperatorIds.QUESTIONCOLON) ; break; case 641 : if (DEBUG) { System.out.println("ConditionalExpression_NotName ::= Name QUESTION..."); } //$NON-NLS-1$ consumeConditionalExpressionWithName(OperatorIds.QUESTIONCOLON) ; break; case 645 : if (DEBUG) { System.out.println("AnnotationTypeDeclarationHeaderName ::= Modifiers AT..."); } //$NON-NLS-1$ consumeAnnotationTypeDeclarationHeaderName() ; break; case 646 : if (DEBUG) { System.out.println("AnnotationTypeDeclarationHeaderName ::= AT..."); } //$NON-NLS-1$ consumeAnnotationTypeDeclarationHeaderName() ; break; case 647 : if (DEBUG) { System.out.println("AnnotationTypeDeclarationHeader ::=..."); } //$NON-NLS-1$ consumeAnnotationTypeDeclarationHeader() ; break; case 648 : if (DEBUG) { System.out.println("AnnotationTypeDeclaration ::=..."); } //$NON-NLS-1$ consumeAnnotationTypeDeclaration() ; break; case 650 : if (DEBUG) { System.out.println("AnnotationTypeMemberDeclarationsopt ::="); } //$NON-NLS-1$ consumeEmptyAnnotationTypeMemberDeclarationsopt() ; break; case 651 : if (DEBUG) { System.out.println("AnnotationTypeMemberDeclarationsopt ::= NestedType..."); } //$NON-NLS-1$ consumeAnnotationTypeMemberDeclarationsopt() ; break; case 653 : if (DEBUG) { System.out.println("AnnotationTypeMemberDeclarations ::=..."); } //$NON-NLS-1$ consumeAnnotationTypeMemberDeclarations() ; break; case 654 : if (DEBUG) { System.out.println("AnnotationMethodHeaderName ::= Modifiersopt..."); } //$NON-NLS-1$ consumeMethodHeaderNameWithTypeParameters(true); break; case 655 : if (DEBUG) { System.out.println("AnnotationMethodHeaderName ::= Modifiersopt Type..."); } //$NON-NLS-1$ consumeMethodHeaderName(true); break; case 656 : if (DEBUG) { System.out.println("AnnotationMethodHeaderDefaultValueopt ::="); } //$NON-NLS-1$ consumeEmptyMethodHeaderDefaultValue() ; break; case 657 : if (DEBUG) { System.out.println("AnnotationMethodHeaderDefaultValueopt ::= DefaultValue"); } //$NON-NLS-1$ consumeMethodHeaderDefaultValue(); break; case 658 : if (DEBUG) { System.out.println("AnnotationMethodHeader ::= AnnotationMethodHeaderName..."); } //$NON-NLS-1$ consumeMethodHeader(); break; case 659 : if (DEBUG) { System.out.println("AnnotationTypeMemberDeclaration ::=..."); } //$NON-NLS-1$ consumeAnnotationTypeMemberDeclaration() ; break; case 667 : if (DEBUG) { System.out.println("AnnotationName ::= AT Name"); } //$NON-NLS-1$ consumeAnnotationName() ; break; case 668 : if (DEBUG) { System.out.println("NormalAnnotation ::= AnnotationName LPAREN..."); } //$NON-NLS-1$ consumeNormalAnnotation() ; break; case 669 : if (DEBUG) { System.out.println("MemberValuePairsopt ::="); } //$NON-NLS-1$ consumeEmptyMemberValuePairsopt() ; break; case 672 : if (DEBUG) { System.out.println("MemberValuePairs ::= MemberValuePairs COMMA..."); } //$NON-NLS-1$ consumeMemberValuePairs() ; break; case 673 : if (DEBUG) { System.out.println("MemberValuePair ::= SimpleName EQUAL EnterMemberValue..."); } //$NON-NLS-1$ consumeMemberValuePair() ; break; case 674 : if (DEBUG) { System.out.println("EnterMemberValue ::="); } //$NON-NLS-1$ consumeEnterMemberValue() ; break; case 675 : if (DEBUG) { System.out.println("ExitMemberValue ::="); } //$NON-NLS-1$ consumeExitMemberValue() ; break; case 677 : if (DEBUG) { System.out.println("MemberValue ::= Name"); } //$NON-NLS-1$ consumeMemberValueAsName() ; break; case 680 : if (DEBUG) { System.out.println("MemberValueArrayInitializer ::= LBRACE PushLeftBrace..."); } //$NON-NLS-1$ consumeMemberValueArrayInitializer() ; break; case 681 : if (DEBUG) { System.out.println("MemberValueArrayInitializer ::= LBRACE PushLeftBrace..."); } //$NON-NLS-1$ consumeMemberValueArrayInitializer() ; break; case 682 : if (DEBUG) { System.out.println("MemberValueArrayInitializer ::= LBRACE PushLeftBrace..."); } //$NON-NLS-1$ consumeEmptyMemberValueArrayInitializer() ; break; case 683 : if (DEBUG) { System.out.println("MemberValueArrayInitializer ::= LBRACE PushLeftBrace..."); } //$NON-NLS-1$ consumeEmptyMemberValueArrayInitializer() ; break; case 685 : if (DEBUG) { System.out.println("MemberValues ::= MemberValues COMMA MemberValue"); } //$NON-NLS-1$ consumeMemberValues() ; break; case 686 : if (DEBUG) { System.out.println("MarkerAnnotation ::= AnnotationName"); } //$NON-NLS-1$ consumeMarkerAnnotation() ; break; case 687 : if (DEBUG) { System.out.println("SingleMemberAnnotation ::= AnnotationName LPAREN..."); } //$NON-NLS-1$ consumeSingleMemberAnnotation() ; break; case 688 : if (DEBUG) { System.out.println("RecoveryMethodHeaderName ::= Modifiersopt TypeParameters"); } //$NON-NLS-1$ consumeRecoveryMethodHeaderNameWithTypeParameters(); break; case 689 : if (DEBUG) { System.out.println("RecoveryMethodHeaderName ::= Modifiersopt Type..."); } //$NON-NLS-1$ consumeRecoveryMethodHeaderName(); break; case 690 : if (DEBUG) { System.out.println("RecoveryMethodHeader ::= RecoveryMethodHeaderName..."); } //$NON-NLS-1$ consumeMethodHeader(); break; case 691 : if (DEBUG) { System.out.println("RecoveryMethodHeader ::= RecoveryMethodHeaderName..."); } //$NON-NLS-1$ consumeMethodHeader(); break; }}
10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/c5e4a396e5f97d1050138e25a4f2f263849bffc7/Parser.java/clean/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 4750, 918, 7865, 2175, 12, 474, 1328, 13, 288, 225, 1620, 261, 1328, 262, 288, 565, 648, 12899, 294, 309, 261, 9394, 13, 288, 2332, 18, 659, 18, 8222, 2932, 559, 493, 33, 14488, 559, 8863, 289, 225, 4329, 3993, 17, 5106, 17, 21, 8, 1082, 565, 7865, 9840, 559, 5621, 26924, 202, 8820, 31, 377, 648, 21193, 294, 309, 261, 9394, 13, 288, 2332, 18, 659, 18, 8222, 2932, 2404, 559, 493, 33, 1659, 1162, 1358, 559, 8863, 289, 225, 4329, 3993, 17, 5106, 17, 21, 8, 1082, 565, 7865, 2404, 559, 5621, 565, 1082, 202, 8820, 31, 377, 648, 17495, 294, 309, 261, 9394, 13, 288, 2332, 18, 659, 18, 8222, 2932, 797, 1162, 1358, 493, 33, 1770, 8863, 289, 225, 4329, 3993, 17, 5106, 17, 21, 8, 1082, 565, 7865, 797, 1162, 24730, 5621, 565, 1082, 202, 8820, 31, 377, 648, 9934, 294, 309, 261, 9394, 13, 288, 2332, 18, 659, 18, 8222, 2932, 797, 1162, 1358, 493, 33, 7928, 559, 15772, 1770, 8863, 289, 225, 4329, 3993, 17, 5106, 17, 21, 8, 1082, 565, 7865, 797, 1162, 1358, 5621, 565, 1082, 202, 8820, 31, 377, 648, 17160, 294, 309, 261, 9394, 13, 288, 2332, 18, 659, 18, 8222, 2932, 30982, 493, 33, 1659, 1162, 1358, 1412, 4628, 8863, 289, 225, 4329, 3993, 17, 5106, 17, 21, 8, 1082, 565, 7865, 30982, 5621, 565, 1082, 202, 8820, 31, 377, 648, 6437, 294, 309, 261, 9394, 13, 288, 2332, 18, 659, 18, 8222, 2932, 27182, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 4750, 918, 7865, 2175, 12, 474, 1328, 13, 288, 225, 1620, 261, 1328, 262, 288, 565, 648, 12899, 294, 309, 261, 9394, 13, 288, 2332, 18, 659, 18, 8222, 2932, 559, 493, 33, 14488, 559, 8863, 289, 225, 4329, 3993, 17, 5106, 17, 21, 8, 1082, 565, 7865, 9840, 559, 5621, 26924, 202, 8820, 31, 377, 648, 21193, 294, 309, 261, 9394, 13, 288, 2332, 18, 659, 18, 8222, 2932, 2404, 559, 493, 33, 1659, 1162, 1358, 559, 8863, 289, 225, 4329, 3993, 17, 5106, 17, 21, 8, 1082, 565, 7865, 2404, 559, 5621, 565, 1082, 202, 8820, 31, 377, 648, 17495, 294, 309, 261, 9394, 13, 288, 2332, 18, 659, 18, 8222, 2932, 797, 1162, 1358, 493, 33, 2 ]
private void assertCorrect(int index, String name, String parentName, int offset, List<Member> members) {
private void assertCorrect(int index, String name, String parentName, int outerOffset, int offset, int endOffset, List<Member> members) {
private void assertCorrect(int index, String name, String parentName, int offset, List<Member> members) { try { Member member = members.get(index); assertEquals("Assert name correct", name, member.getFullName()); assertEquals("Assert offset correct", offset, member.getStartOffset()); List<Member> memberPath = member.getMemberPath(); if(parentName == null) { assertEquals("assert empty list", 1, memberPath.size()); assertEquals("assert self path member correct", name, memberPath.get(0).getFullName()); } else { assertEquals("assert top path member correct", parentName, memberPath.get(0).getFullName()); } } catch (Exception e) { fail("Member not in result: " + name); } }
13291 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13291/398e37f2a476d50b0cd896114b9c084884e3dc0e/TestRubyParser.java/clean/src/org/jedit/ruby/test/TestRubyParser.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 1815, 16147, 12, 474, 770, 16, 514, 508, 16, 514, 26119, 16, 509, 6390, 2335, 16, 509, 1384, 16, 509, 25507, 16, 987, 32, 4419, 34, 4833, 13, 288, 3639, 775, 288, 5411, 8596, 3140, 273, 4833, 18, 588, 12, 1615, 1769, 5411, 1815, 8867, 2932, 8213, 508, 3434, 3113, 508, 16, 3140, 18, 588, 19223, 10663, 5411, 1815, 8867, 2932, 8213, 1384, 3434, 3113, 1384, 16, 3140, 18, 588, 1685, 2335, 10663, 5411, 987, 32, 4419, 34, 3140, 743, 273, 3140, 18, 588, 4419, 743, 5621, 5411, 309, 12, 2938, 461, 422, 446, 13, 288, 7734, 1815, 8867, 2932, 11231, 1008, 666, 3113, 404, 16, 3140, 743, 18, 1467, 10663, 7734, 1815, 8867, 2932, 11231, 365, 589, 3140, 3434, 3113, 508, 16, 3140, 743, 18, 588, 12, 20, 2934, 588, 19223, 10663, 5411, 289, 469, 288, 7734, 1815, 8867, 2932, 11231, 1760, 589, 3140, 3434, 3113, 26119, 16, 3140, 743, 18, 588, 12, 20, 2934, 588, 19223, 10663, 5411, 289, 3639, 289, 1044, 261, 503, 425, 13, 288, 5411, 2321, 2932, 4419, 486, 316, 563, 30, 315, 397, 508, 1769, 3639, 289, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 1815, 16147, 12, 474, 770, 16, 514, 508, 16, 514, 26119, 16, 509, 6390, 2335, 16, 509, 1384, 16, 509, 25507, 16, 987, 32, 4419, 34, 4833, 13, 288, 3639, 775, 288, 5411, 8596, 3140, 273, 4833, 18, 588, 12, 1615, 1769, 5411, 1815, 8867, 2932, 8213, 508, 3434, 3113, 508, 16, 3140, 18, 588, 19223, 10663, 5411, 1815, 8867, 2932, 8213, 1384, 3434, 3113, 1384, 16, 3140, 18, 588, 1685, 2335, 10663, 5411, 987, 32, 4419, 34, 3140, 743, 273, 3140, 18, 588, 4419, 743, 5621, 5411, 309, 12, 2938, 461, 422, 446, 13, 288, 7734, 1815, 8867, 2932, 11231, 1008, 666, 3113, 404, 16, 3140, 743, 18, 1467, 10663, 7734, 1815, 8867, 2932, 11231, 2 ]
{ super.getTreeCellRendererComponent(tree, value, sel, expanded, leaf, row, hasFocus);
{ super.getTreeCellRendererComponent(tree, value, sel, expanded, leaf, row, hasFocus);
public Component getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) { super.getTreeCellRendererComponent(tree, value, sel, expanded, leaf, row, hasFocus); ResourceBundle resources = ResourceBundle.getBundle("mondrian.gui.resources.gui"); if (value instanceof MondrianDef.Cube) { setText(((MondrianDef.Cube) value).name); super.setIcon(new ImageIcon(myClassLoader.getResource(resources.getString("cube")))); } else if (value instanceof MondrianDef.Column) { setText(((MondrianDef.Column) value).name); } else if (value instanceof MondrianDef.Dimension) { setText(((MondrianDef.Dimension) value).name); super.setIcon(new ImageIcon(myClassLoader.getResource(resources.getString("dimension")))); } else if (value instanceof MondrianDef.DimensionUsage) { super.setIcon(new ImageIcon(myClassLoader.getResource(resources.getString("dimensionUsage")))); setText(((MondrianDef.DimensionUsage) value).name); } else if (value instanceof MondrianDef.Expression) { setText("Expression"); } else if (value instanceof MondrianDef.ExpressionView) { setText("ExpressionView"); } else if (value instanceof MondrianDef.Hierarchy) { setText("Hierarchy"); super.setIcon(new ImageIcon(myClassLoader.getResource(resources.getString("hierarchy")))); } else if (value instanceof MondrianDef.Join) { setText("Join"); } else if (value instanceof MondrianDef.Level) { setText(((MondrianDef.Level) value).name); super.setIcon(new ImageIcon(myClassLoader.getResource(resources.getString("level")))); } else if (value instanceof MondrianDef.Measure) { setText(((MondrianDef.Measure) value).name); super.setIcon(new ImageIcon(myClassLoader.getResource(resources.getString("measure")))); } else if (value instanceof MondrianDef.Parameter) { setText(((MondrianDef.Parameter) value).name); } else if (value instanceof MondrianDef.Property) { setText(((MondrianDef.Property) value).name); super.setIcon(new ImageIcon(myClassLoader.getResource(resources.getString("property")))); } else if (value instanceof MondrianDef.Relation) { setText("Relation"); } else if (value instanceof MondrianDef.Schema) { setText("Schema"); super.setIcon(new ImageIcon(myClassLoader.getResource(resources.getString("schema")))); } else if (value instanceof MondrianDef.SQL) { setText("SQL"); } else if (value instanceof MondrianDef.Table) { setText(((MondrianDef.Table) value).name); } else if (value instanceof MondrianDef.View) { setText("View"); } else if (value instanceof MondrianDef.VirtualCube) { setText(((MondrianDef.VirtualCube) value).name); super.setIcon(new ImageIcon(myClassLoader.getResource(resources.getString("virtualCube")))); } else if (value instanceof MondrianDef.VirtualCubeDimension) { setText(((MondrianDef.VirtualCubeDimension) value).name); super.setIcon(new ImageIcon(myClassLoader.getResource(resources.getString("virtualCubeDimension")))); } else if (value instanceof MondrianDef.VirtualCubeMeasure) { setText(((MondrianDef.VirtualCubeMeasure) value).name); super.setIcon(new ImageIcon(myClassLoader.getResource(resources.getString("virtualCubeMeasure")))); } else if (value instanceof mondrian.xom.ElementDef) { setText(((mondrian.xom.ElementDef) value).getName()); } else { super.setText(""); } return this; }
51263 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51263/b5b5168edc3af09cb74945a80b0c36e6630ed502/SchemaTreeCellRenderer.java/clean/src/main/mondrian/gui/SchemaTreeCellRenderer.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 5435, 15867, 4020, 6747, 1841, 12, 46, 2471, 2151, 16, 1033, 460, 16, 1250, 357, 16, 1250, 8406, 16, 1250, 7839, 16, 509, 1027, 16, 1250, 711, 9233, 13, 202, 95, 202, 202, 9565, 18, 588, 2471, 4020, 6747, 1841, 12, 3413, 16, 460, 16, 357, 16, 8406, 16, 7839, 16, 1027, 16, 711, 9233, 1769, 202, 202, 18731, 2703, 273, 19198, 18, 588, 3405, 2932, 81, 1434, 566, 304, 18, 20292, 18, 4683, 18, 20292, 8863, 202, 202, 430, 261, 1132, 1276, 490, 1434, 566, 304, 3262, 18, 39, 4895, 13, 202, 202, 95, 1082, 202, 542, 1528, 12443, 12, 49, 1434, 566, 304, 3262, 18, 39, 4895, 13, 460, 2934, 529, 1769, 1082, 202, 9565, 18, 542, 5554, 12, 2704, 3421, 5554, 12, 4811, 7805, 18, 588, 1420, 12, 4683, 18, 588, 780, 2932, 21186, 6, 3719, 10019, 202, 202, 97, 202, 202, 12107, 309, 261, 1132, 1276, 490, 1434, 566, 304, 3262, 18, 1494, 13, 202, 202, 95, 1082, 202, 542, 1528, 12443, 12, 49, 1434, 566, 304, 3262, 18, 1494, 13, 460, 2934, 529, 1769, 202, 202, 97, 202, 202, 12107, 309, 261, 1132, 1276, 490, 1434, 566, 304, 3262, 18, 8611, 13, 202, 202, 95, 1082, 202, 542, 1528, 12443, 12, 49, 1434, 566, 304, 3262, 18, 8611, 13, 460, 2934, 529, 1769, 1082, 202, 9565, 18, 542, 5554, 12, 2704, 3421, 5554, 12, 4811, 7805, 18, 588, 1420, 12, 4683, 18, 588, 780, 2932, 11808, 6, 3719, 10019, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 5435, 15867, 4020, 6747, 1841, 12, 46, 2471, 2151, 16, 1033, 460, 16, 1250, 357, 16, 1250, 8406, 16, 1250, 7839, 16, 509, 1027, 16, 1250, 711, 9233, 13, 202, 95, 202, 202, 9565, 18, 588, 2471, 4020, 6747, 1841, 12, 3413, 16, 460, 16, 357, 16, 8406, 16, 7839, 16, 1027, 16, 711, 9233, 1769, 202, 202, 18731, 2703, 273, 19198, 18, 588, 3405, 2932, 81, 1434, 566, 304, 18, 20292, 18, 4683, 18, 20292, 8863, 202, 202, 430, 261, 1132, 1276, 490, 1434, 566, 304, 3262, 18, 39, 4895, 13, 202, 202, 95, 1082, 202, 542, 1528, 12443, 12, 49, 1434, 566, 304, 3262, 18, 39, 4895, 13, 460, 2934, 529, 1769, 1082, 202, 2 ]
Class c = Class.forName( className );
Class c = Class.forName(className);
private static JspCompilerAdapter resolveClassName( String className ) throws BuildException { try { Class c = Class.forName( className ); Object o = c.newInstance(); return (JspCompilerAdapter) o; } catch ( ClassNotFoundException cnfe ) { throw new BuildException( className + " can\'t be found.", cnfe ); } catch ( ClassCastException cce ) { throw new BuildException(className + " isn\'t the classname of " + "a compiler adapter.", cce); } catch ( Throwable t ) { // for all other possibilities throw new BuildException(className + " caused an interesting " + "exception.", t); } }
17033 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17033/0dab862ee09d706c3f373fc18bedbf17caf427b9/JspCompilerAdapterFactory.java/buggy/src/main/org/apache/tools/ant/taskdefs/optional/jsp/compilers/JspCompilerAdapterFactory.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 760, 19300, 9213, 4216, 2245, 3834, 12, 514, 2658, 262, 3639, 1216, 18463, 288, 3639, 775, 288, 5411, 1659, 276, 273, 1659, 18, 1884, 461, 12, 12434, 1769, 5411, 1033, 320, 273, 276, 18, 2704, 1442, 5621, 5411, 327, 261, 21796, 9213, 4216, 13, 320, 31, 3639, 289, 1044, 261, 10403, 6227, 3030, 262, 288, 5411, 604, 394, 18463, 12, 2658, 397, 315, 848, 3730, 88, 506, 1392, 1199, 16, 6227, 3030, 11272, 3639, 289, 1044, 261, 24034, 276, 311, 262, 288, 5411, 604, 394, 18463, 12, 12434, 397, 315, 5177, 3730, 88, 326, 7479, 434, 315, 19694, 397, 315, 69, 5274, 4516, 1199, 16, 276, 311, 1769, 3639, 289, 1044, 261, 4206, 268, 262, 288, 5411, 368, 364, 777, 1308, 28550, 5411, 604, 394, 18463, 12, 12434, 397, 315, 15848, 392, 26122, 315, 19694, 397, 315, 4064, 1199, 16, 268, 1769, 3639, 289, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 760, 19300, 9213, 4216, 2245, 3834, 12, 514, 2658, 262, 3639, 1216, 18463, 288, 3639, 775, 288, 5411, 1659, 276, 273, 1659, 18, 1884, 461, 12, 12434, 1769, 5411, 1033, 320, 273, 276, 18, 2704, 1442, 5621, 5411, 327, 261, 21796, 9213, 4216, 13, 320, 31, 3639, 289, 1044, 261, 10403, 6227, 3030, 262, 288, 5411, 604, 394, 18463, 12, 2658, 397, 315, 848, 3730, 88, 506, 1392, 1199, 16, 6227, 3030, 11272, 3639, 289, 1044, 261, 24034, 276, 311, 262, 288, 5411, 604, 394, 18463, 12, 12434, 397, 315, 5177, 3730, 88, 326, 7479, 434, 315, 19694, 397, 315, 69, 5274, 4516, 1199, 16, 276, 311, 1769, 3639, 289, 1044, 261, 4206, 268, 262, 288, 5411, 2 ]
LOG.fine(" - redirect to " + url);
LOG.fine(" - protocol redirect to " + url);
public void run() { synchronized (Fetcher.this) {activeThreads++;} // count threads try { UTF8 key = new UTF8(); CrawlDatum datum = new CrawlDatum(); while (true) { if (LogFormatter.hasLoggedSevere()) // something bad happened break; // exit try { // get next entry from input if (!input.next(key, datum)) { break; // at eof, exit } } catch (IOException e) { e.printStackTrace(); LOG.severe("fetcher caught:"+e.toString()); break; } synchronized (Fetcher.this) { lastRequestStart = System.currentTimeMillis(); } String url = key.toString(); try { LOG.info("fetching " + url); // fetch the page boolean redirecting; int redirectCount = 0; do { redirecting = false; LOG.fine("redirectCount=" + redirectCount); Protocol protocol = this.protocolFactory.getProtocol(url); ProtocolOutput output = protocol.getProtocolOutput(key, datum); ProtocolStatus status = output.getStatus(); Content content = output.getContent(); switch(status.getCode()) { case ProtocolStatus.SUCCESS: // got a page output(key, datum, content, CrawlDatum.STATUS_FETCH_SUCCESS); updateStatus(content.getContent().length); break; case ProtocolStatus.MOVED: // redirect case ProtocolStatus.TEMP_MOVED: String newUrl = status.getMessage(); newUrl = this.urlFilters.filter(newUrl); if (newUrl != null && !newUrl.equals(url)) { url = newUrl; redirecting = true; redirectCount++; LOG.fine(" - redirect to " + url); } else { LOG.fine(" - redirect skipped: " + (url.equals(newUrl) ? "to same url" : "filtered")); } break; case ProtocolStatus.EXCEPTION: logError(url, status.getMessage()); case ProtocolStatus.RETRY: // retry datum.setRetriesSinceFetch(datum.getRetriesSinceFetch()+1); output(key, datum, null, CrawlDatum.STATUS_FETCH_RETRY); break; case ProtocolStatus.GONE: // gone case ProtocolStatus.NOTFOUND: case ProtocolStatus.ACCESS_DENIED: case ProtocolStatus.ROBOTS_DENIED: case ProtocolStatus.NOTMODIFIED: output(key, datum, null, CrawlDatum.STATUS_FETCH_GONE); break; default: LOG.warning("Unknown ProtocolStatus: " + status.getCode()); output(key, datum, null, CrawlDatum.STATUS_FETCH_GONE); } if (redirecting && redirectCount >= maxRedirect) { LOG.info(" - redirect count exceeded " + url); output(key, datum, null, CrawlDatum.STATUS_FETCH_GONE); } } while (redirecting && (redirectCount < maxRedirect)); } catch (Throwable t) { // unexpected exception logError(url, t.toString()); output(key, datum, null, CrawlDatum.STATUS_FETCH_GONE); } } } catch (Throwable e) { e.printStackTrace(); LOG.severe("fetcher caught:"+e.toString()); } finally { synchronized (Fetcher.this) {activeThreads--;} // count threads } }
50818 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50818/2ea95cd34ae2ef1bc173fcf3f7142b5cd3ed7401/Fetcher.java/buggy/src/java/org/apache/nutch/fetcher/Fetcher.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1086, 1435, 288, 1377, 3852, 261, 16855, 18, 2211, 13, 288, 3535, 13233, 9904, 31, 97, 368, 1056, 7403, 5411, 775, 288, 3639, 6380, 28, 498, 273, 394, 6380, 28, 5621, 3639, 385, 15161, 18268, 12059, 273, 394, 385, 15161, 18268, 5621, 7734, 1323, 261, 3767, 13, 288, 1850, 309, 261, 1343, 5074, 18, 5332, 19862, 1761, 502, 73, 10756, 377, 368, 5943, 5570, 17497, 5411, 898, 31, 27573, 368, 2427, 10792, 775, 288, 4766, 282, 368, 336, 1024, 1241, 628, 810, 5411, 309, 16051, 2630, 18, 4285, 12, 856, 16, 12059, 3719, 288, 2868, 898, 31, 17311, 368, 622, 14813, 16, 2427, 5411, 289, 1850, 289, 1044, 261, 14106, 425, 13, 288, 5411, 425, 18, 1188, 6332, 5621, 5411, 2018, 18, 307, 502, 73, 2932, 5754, 264, 13537, 2773, 15, 73, 18, 10492, 10663, 5411, 898, 31, 1850, 289, 1850, 3852, 261, 16855, 18, 2211, 13, 288, 5411, 1142, 691, 1685, 273, 2332, 18, 2972, 28512, 5621, 1850, 289, 1850, 514, 880, 273, 498, 18, 10492, 5621, 1850, 775, 288, 5411, 2018, 18, 1376, 2932, 5754, 310, 315, 397, 880, 1769, 5411, 368, 2158, 326, 1363, 13491, 1250, 3136, 310, 31, 5411, 509, 3136, 1380, 273, 374, 31, 5411, 741, 288, 2868, 3136, 310, 273, 629, 31, 2868, 2018, 18, 74, 558, 2932, 7590, 1380, 1546, 397, 3136, 1380, 1769, 2868, 4547, 1771, 273, 333, 18, 8373, 1733, 18, 588, 5752, 12, 718, 1769, 2868, 4547, 1447, 876, 273, 1771, 18, 588, 5752, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1086, 1435, 288, 1377, 3852, 261, 16855, 18, 2211, 13, 288, 3535, 13233, 9904, 31, 97, 368, 1056, 7403, 5411, 775, 288, 3639, 6380, 28, 498, 273, 394, 6380, 28, 5621, 3639, 385, 15161, 18268, 12059, 273, 394, 385, 15161, 18268, 5621, 7734, 1323, 261, 3767, 13, 288, 1850, 309, 261, 1343, 5074, 18, 5332, 19862, 1761, 502, 73, 10756, 377, 368, 5943, 5570, 17497, 5411, 898, 31, 27573, 368, 2427, 10792, 775, 288, 4766, 282, 368, 336, 1024, 1241, 628, 810, 5411, 309, 16051, 2630, 18, 4285, 12, 856, 16, 12059, 3719, 288, 2868, 898, 31, 17311, 368, 622, 14813, 16, 2427, 5411, 289, 1850, 289, 1044, 261, 14106, 425, 13, 288, 5411, 425, 18, 2 ]
suite.addTest(new TidyOutputBugsTest("test431731"));
public static Test suite() { TestSuite suite = new TestSuite("All the NOT working test cases for JTidy"); suite.addTest(new JTidyWarningBugsTest("test828316")); suite.addTest(new JTidyBugsTest("test475643")); suite.addTest(new JTidyBugsTest("test508245")); suite.addTest(new JTidyBugsTest("test527118")); suite.addTest(new JTidyBugsTest("test791933")); suite.addTest(new JTidyBugsTest("test763191")); suite.addTest(new JTidyBugsTest("test763186")); suite.addTest(new JTidyBugsTest("test917012")); suite.addTest(new JTidyBugsTest("test922302")); suite.addTest(new JTidyBugsTest("test943559")); suite.addTest(new JTidyBugsTest("test935796")); suite.addTest(new TidyEncodingBugsTest("test647255")); suite.addTest(new TidyEncodingBugsTest("test649812")); suite.addTest(new TidyEncodingBugsTest("test658230")); suite.addTest(new TidyEncodingBugsTest("test660397")); suite.addTest(new TidyEncodingBugsTest("test676156")); suite.addTest(new TidyEncodingBugsTest("test688746")); suite.addTest(new TidyOutputBugsTest("test427633")); suite.addTest(new TidyOutputBugsTest("test427820")); suite.addTest(new TidyOutputBugsTest("test427821")); suite.addTest(new TidyOutputBugsTest("test427822")); suite.addTest(new TidyOutputBugsTest("test427823")); suite.addTest(new TidyOutputBugsTest("test427826")); suite.addTest(new TidyOutputBugsTest("test427830")); suite.addTest(new TidyOutputBugsTest("test427833")); suite.addTest(new TidyOutputBugsTest("test427836")); suite.addTest(new TidyOutputBugsTest("test427838")); suite.addTest(new TidyOutputBugsTest("test427845")); suite.addTest(new TidyOutputBugsTest("test431731")); suite.addTest(new TidyOutputBugsTest("test431739")); suite.addTest(new TidyOutputBugsTest("test431898")); suite.addTest(new TidyOutputBugsTest("test431965")); suite.addTest(new TidyOutputBugsTest("test433012")); suite.addTest(new TidyOutputBugsTest("test433360")); suite.addTest(new TidyOutputBugsTest("test433666")); suite.addTest(new TidyOutputBugsTest("test435903")); suite.addTest(new TidyOutputBugsTest("test435909")); suite.addTest(new TidyOutputBugsTest("test435920")); suite.addTest(new TidyOutputBugsTest("test435923")); suite.addTest(new TidyOutputBugsTest("test437468")); suite.addTest(new TidyOutputBugsTest("test438954")); suite.addTest(new TidyOutputBugsTest("test441508")); suite.addTest(new TidyOutputBugsTest("test441740")); suite.addTest(new TidyOutputBugsTest("test443381")); suite.addTest(new TidyOutputBugsTest("test443576")); suite.addTest(new TidyOutputBugsTest("test443678")); suite.addTest(new TidyOutputBugsTest("test445074")); suite.addTest(new TidyOutputBugsTest("test445394")); suite.addTest(new TidyOutputBugsTest("test445557")); suite.addTest(new TidyOutputBugsTest("test449348")); suite.addTest(new TidyOutputBugsTest("test467863")); suite.addTest(new TidyOutputBugsTest("test467865")); suite.addTest(new TidyOutputBugsTest("test470663")); suite.addTest(new TidyOutputBugsTest("test473490")); suite.addTest(new TidyOutputBugsTest("test480701")); suite.addTest(new TidyOutputBugsTest("test480843")); suite.addTest(new TidyOutputBugsTest("test487283")); suite.addTest(new TidyOutputBugsTest("test500236")); suite.addTest(new TidyOutputBugsTest("test503436")); suite.addTest(new TidyOutputBugsTest("test504206")); suite.addTest(new TidyOutputBugsTest("test505770")); suite.addTest(new TidyOutputBugsTest("test508936")); suite.addTest(new TidyOutputBugsTest("test511243")); suite.addTest(new TidyOutputBugsTest("test511679")); suite.addTest(new TidyOutputBugsTest("test514348")); suite.addTest(new TidyOutputBugsTest("test514893")); suite.addTest(new TidyOutputBugsTest("test517550")); suite.addTest(new TidyOutputBugsTest("test533105")); suite.addTest(new TidyOutputBugsTest("test533233")); suite.addTest(new TidyOutputBugsTest("test537604")); suite.addTest(new TidyOutputBugsTest("test540045")); suite.addTest(new TidyOutputBugsTest("test540555")); suite.addTest(new TidyOutputBugsTest("test540571")); suite.addTest(new TidyOutputBugsTest("test552861")); suite.addTest(new TidyOutputBugsTest("test578216")); suite.addTest(new TidyOutputBugsTest("test586555")); suite.addTest(new TidyOutputBugsTest("test586562")); suite.addTest(new TidyOutputBugsTest("test593705")); suite.addTest(new TidyOutputBugsTest("test598860")); suite.addTest(new TidyOutputBugsTest("test620531")); suite.addTest(new TidyOutputBugsTest("test629885")); suite.addTest(new TidyOutputBugsTest("test640473")); suite.addTest(new TidyOutputBugsTest("test640474")); suite.addTest(new TidyOutputBugsTest("test646946")); suite.addTest(new TidyOutputBugsTest("test647900")); suite.addTest(new TidyOutputBugsTest("test655338")); suite.addTest(new TidyOutputBugsTest("test656889")); suite.addTest(new TidyOutputBugsTest("test663548")); suite.addTest(new TidyOutputBugsTest("test678268")); suite.addTest(new TidyOutputBugsTest("test680664")); suite.addTest(new TidyOutputBugsTest("test695408")); suite.addTest(new TidyOutputBugsTest("test708322")); suite.addTest(new TidyOutputBugsTest("test735603")); suite.addTest(new TidyWarningBugsTest("test433607")); suite.addTest(new TidyWarningBugsTest("test433670")); suite.addTest(new TidyWarningBugsTest("test434047")); suite.addTest(new TidyWarningBugsTest("test434100")); suite.addTest(new TidyWarningBugsTest("test435922")); suite.addTest(new TidyWarningBugsTest("test438956")); suite.addTest(new TidyWarningBugsTest("test446019")); suite.addTest(new TidyWarningBugsTest("test516370")); suite.addTest(new TidyWarningBugsTest("test431964")); suite.addTest(new TidyWarningBugsTest("test501669")); suite.addTest(new TidyWarningBugsTest("test525081")); suite.addTest(new TidyWordBugsTest("test431721")); suite.addTest(new TidyWordBugsTest("test444394")); suite.addTest(new TidyWordBugsTest("test463066")); suite.addTest(new TidyWordBugsTest("test634889")); // previously working suite.addTest(new TidyOutputBugsTest("test431736")); suite.addTest(new TidyOutputBugsTest("test531964")); return suite; }
3308 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3308/6dda42a58bd12b4bc695c12502ad5efcd23f621a/AllNotWorkingTests.java/clean/src/test/org/w3c/tidy/AllNotWorkingTests.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 7766, 11371, 1435, 565, 288, 3639, 7766, 13587, 11371, 273, 394, 7766, 13587, 2932, 1595, 326, 4269, 5960, 1842, 6088, 364, 804, 56, 29609, 8863, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 6210, 31559, 4709, 2932, 3813, 28, 6030, 23, 2313, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 4709, 2932, 3813, 24, 5877, 1105, 23, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 4709, 2932, 3813, 3361, 28, 3247, 25, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 4709, 2932, 3813, 25, 5324, 25652, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 4709, 2932, 3813, 7235, 3657, 3707, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 4709, 2932, 3813, 27, 4449, 30380, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 4709, 2932, 3813, 27, 4449, 2643, 26, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 4709, 2932, 3813, 29, 4033, 1611, 22, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 4709, 2932, 3813, 29, 3787, 23, 3103, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 4709, 2932, 3813, 29, 8942, 2539, 29, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 4709, 2932, 3813, 29, 4763, 7235, 26, 7923, 1769, 3639, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 7766, 11371, 1435, 565, 288, 3639, 7766, 13587, 11371, 273, 394, 7766, 13587, 2932, 1595, 326, 4269, 5960, 1842, 6088, 364, 804, 56, 29609, 8863, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 6210, 31559, 4709, 2932, 3813, 28, 6030, 23, 2313, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 4709, 2932, 3813, 24, 5877, 1105, 23, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 4709, 2932, 3813, 3361, 28, 3247, 25, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 4709, 2932, 3813, 25, 5324, 25652, 7923, 1769, 3639, 11371, 18, 1289, 4709, 12, 2704, 804, 56, 29609, 31559, 2 ]
*/ currentLoader = new ImageLoader(component, pixelsID, pDef); currentLoader.load();
void fireImageRetrieval() { if (currentLoader != null) currentLoader.cancel(); PlaneDef pDef = new PlaneDef(PlaneDef.XY, getDefaultT()); pDef.setZ(getDefaultZ()); state = ImViewer.LOADING_IMAGE; OmeroImageService rs = ImViewerAgent.getRegistry().getImageService(); try { component.setImage(rs.renderImage(pixelsID, pDef)); } catch (Exception e) { // TODO: handle exception } //currentLoader = new ImageLoader(component, pixelsID, pDef); //currentLoader.load(); }
54698 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54698/0f6ffcdbfbd9b495562c34a5dd9a6afd70961ffc/ImViewerModel.java/buggy/SRC/org/openmicroscopy/shoola/agents/imviewer/view/ImViewerModel.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1195, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 1195, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 918, 4452, 2040, 27356, 1435, 5549, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 1195, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 288, 5549, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 1195, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 1195, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 1195, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 309, 261, 2972, 2886, 480, 446, 13, 783, 2886, 18, 10996, 5621, 5549, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 1195, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 1195, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1195, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 1195, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 918, 4452, 2040, 27356, 1435, 5549, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 1195, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 288, 5549, 783, 2886, 273, 394, 3421, 2886, 12, 4652, 16, 8948, 734, 16, 293, 3262, 1769, 783, 2886, 18, 945, 5621, 1195, 783, 2886, 273, 394, 3421, 2886, 12, 2 ]
throw new PSQLException("postgresql.prep.range");
throw new PSQLException("postgresql.prep.range", PSQLState.PARAMETER_ERROR);
private void bind(int paramIndex, Object s, String type) throws SQLException { if (paramIndex < 1 || paramIndex > m_binds.length) throw new PSQLException("postgresql.prep.range"); if (paramIndex == 1 && isFunction) // need to registerOut instead throw new PSQLException ("postgresql.call.funcover"); m_binds[paramIndex - 1] = s; m_bindTypes[paramIndex - 1] = type; }
47288 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47288/0378a269f3ab3c44e67b14f96414b6ca95263263/AbstractJdbc1Statement.java/clean/src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1152, 918, 1993, 12, 474, 579, 1016, 16, 1033, 272, 16, 514, 618, 13, 1216, 6483, 202, 95, 202, 202, 430, 261, 891, 1016, 411, 404, 747, 579, 1016, 405, 312, 67, 4376, 87, 18, 2469, 13, 1082, 202, 12849, 394, 453, 23116, 2932, 2767, 24330, 18, 19109, 18, 3676, 8863, 202, 202, 430, 261, 891, 1016, 422, 404, 597, 11233, 13, 368, 1608, 358, 1744, 1182, 3560, 1082, 202, 12849, 394, 453, 23116, 7566, 2767, 24330, 18, 1991, 18, 644, 1643, 8863, 202, 202, 81, 67, 4376, 87, 63, 891, 1016, 300, 404, 65, 273, 272, 31, 202, 202, 81, 67, 4376, 2016, 63, 891, 1016, 300, 404, 65, 273, 618, 31, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1152, 918, 1993, 12, 474, 579, 1016, 16, 1033, 272, 16, 514, 618, 13, 1216, 6483, 202, 95, 202, 202, 430, 261, 891, 1016, 411, 404, 747, 579, 1016, 405, 312, 67, 4376, 87, 18, 2469, 13, 1082, 202, 12849, 394, 453, 23116, 2932, 2767, 24330, 18, 19109, 18, 3676, 8863, 202, 202, 430, 261, 891, 1016, 422, 404, 597, 11233, 13, 368, 1608, 358, 1744, 1182, 3560, 1082, 202, 12849, 394, 453, 23116, 7566, 2767, 24330, 18, 1991, 18, 644, 1643, 8863, 202, 202, 81, 67, 4376, 87, 63, 891, 1016, 300, 404, 65, 273, 272, 31, 202, 202, 81, 67, 4376, 2016, 63, 891, 1016, 300, 404, 65, 273, 618, 31, 202, 97, 2, -100, -100 ]
protected JComponent createContentPane()
protected Container createContentPane()
protected JComponent createContentPane() { JPanel p = new JPanel(); p.setName(this.getName() + ".contentPane"); p.setLayout(new BorderLayout()); return p; }
45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/8a8df92470d323aa4709789d349bfa6cbb1faada/JRootPane.java/clean/libraries/javalib/javax/swing/JRootPane.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 4750, 4039, 752, 1350, 8485, 1435, 225, 288, 565, 24048, 293, 273, 394, 24048, 5621, 565, 293, 18, 542, 461, 12, 2211, 18, 17994, 1435, 397, 3552, 1745, 8485, 8863, 565, 293, 18, 542, 3744, 12, 2704, 30814, 10663, 565, 327, 293, 31, 225, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 4750, 4039, 752, 1350, 8485, 1435, 225, 288, 565, 24048, 293, 273, 394, 24048, 5621, 565, 293, 18, 542, 461, 12, 2211, 18, 17994, 1435, 397, 3552, 1745, 8485, 8863, 565, 293, 18, 542, 3744, 12, 2704, 30814, 10663, 565, 327, 293, 31, 225, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
private IJobProgressManagerListener getProgressListener() { return new IJobProgressManagerListener() { HashSet jobs = new HashSet(); /* (non-Javadoc) * @see org.eclipse.ui.internal.progress.IJobProgressManagerListener#addJob(org.eclipse.ui.internal.progress.JobInfo) */ public void addJob(JobInfo info) { incrementJobCount(info); } /* (non-Javadoc) * @see org.eclipse.ui.internal.progress.IJobProgressManagerListener#refreshJobInfo(org.eclipse.ui.internal.progress.JobInfo) */ public void refreshJobInfo(JobInfo info) { int state = info.getJob().getState(); if (state == Job.RUNNING) addJob(info); else removeJob(info); } /* (non-Javadoc) * @see org.eclipse.ui.internal.progress.IJobProgressManagerListener#refreshAll() */ public void refreshAll() { ProgressManager manager = ProgressManager.getInstance(); jobs.clear(); setAnimated(false); JobInfo[] currentInfos = manager.getJobInfos(showsDebug()); for (int i = 0; i < currentInfos.length; i++) { addJob(currentInfos[i]); } } /* (non-Javadoc) * @see org.eclipse.ui.internal.progress.IJobProgressManagerListener#remove(org.eclipse.ui.internal.progress.JobInfo) */ public void removeJob(JobInfo info) { if (jobs.contains(info.getJob())) { decrementJobCount(info.getJob()); } } /* (non-Javadoc) * @see org.eclipse.ui.internal.progress.IJobProgressManagerListener#showsDebug() */ public boolean showsDebug() { return false; } private void incrementJobCount(JobInfo info) { //Don't count the animate job itself if (isNotTracked(info)) return; if (jobs.isEmpty()) setAnimated(true); jobs.add(info.getJob()); } private void decrementJobCount(Job job) { jobs.remove(job); if (jobs.isEmpty()) setAnimated(false); } /** * If this is one of our jobs or not running then don't bother. */ private boolean isNotTracked(JobInfo info) { //We always track errors Job job = info.getJob(); return job.getState() != Job.RUNNING || job == clearJob || job == animateJob; } /* (non-Javadoc) * @see org.eclipse.ui.internal.progress.IJobProgressManagerListener#addGroup(org.eclipse.ui.internal.progress.GroupInfo) */ public void addGroup(GroupInfo info) { //Don't care about groups } /* (non-Javadoc) * @see org.eclipse.ui.internal.progress.IJobProgressManagerListener#removeGroup(org.eclipse.ui.internal.progress.GroupInfo) */ public void removeGroup(GroupInfo group) { //Don't care about groups } /* (non-Javadoc) * @see org.eclipse.ui.internal.progress.IJobProgressManagerListener#refreshGroup(org.eclipse.ui.internal.progress.GroupInfo) */ public void refreshGroup(GroupInfo info) { //Don't care about groups } }; }
58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/a23a2f7d8af51ae4aaa0ae21daaa81f092725969/AnimationManager.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/AnimationManager.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1152, 45, 2278, 5491, 1318, 2223, 588, 5491, 2223, 1435, 95, 202, 202, 2463, 2704, 45, 2278, 5491, 1318, 2223, 1435, 95, 1082, 202, 13482, 10088, 33, 2704, 13482, 5621, 1082, 202, 20308, 12, 5836, 17, 24060, 13, 1082, 202, 14, 36, 5946, 3341, 18, 20416, 18, 4881, 18, 7236, 18, 8298, 18, 45, 2278, 5491, 1318, 2223, 7, 1289, 2278, 12, 3341, 18, 20416, 18, 4881, 18, 7236, 18, 8298, 18, 2278, 966, 13, 1082, 202, 5549, 1082, 202, 482, 6459, 1289, 2278, 12, 2278, 966, 1376, 15329, 9506, 202, 15016, 2278, 1380, 12, 1376, 1769, 1082, 202, 97, 25083, 202, 20308, 12, 5836, 17, 24060, 13, 1082, 202, 14, 36, 5946, 3341, 18, 20416, 18, 4881, 18, 7236, 18, 8298, 18, 45, 2278, 5491, 1318, 2223, 7, 9144, 2278, 966, 12, 3341, 18, 20416, 18, 4881, 18, 7236, 18, 8298, 18, 2278, 966, 13, 1082, 202, 5549, 1082, 202, 482, 6459, 9144, 2278, 966, 12, 2278, 966, 1376, 15329, 9506, 202, 474, 2019, 33, 1376, 18, 588, 2278, 7675, 588, 1119, 5621, 9506, 202, 430, 12, 2019, 631, 2278, 18, 29358, 13, 6862, 202, 1289, 2278, 12, 1376, 1769, 9506, 202, 12107, 6862, 202, 4479, 2278, 12, 1376, 1769, 1082, 202, 97, 1082, 202, 20308, 12, 5836, 17, 24060, 13, 1082, 202, 14, 36, 5946, 3341, 18, 20416, 18, 4881, 18, 7236, 18, 8298, 18, 45, 2278, 5491, 1318, 2223, 7, 9144, 1595, 1435, 1082, 202, 5549, 1082, 202, 482, 6459, 9144, 1595, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1152, 45, 2278, 5491, 1318, 2223, 588, 5491, 2223, 1435, 95, 202, 202, 2463, 2704, 45, 2278, 5491, 1318, 2223, 1435, 95, 1082, 202, 13482, 10088, 33, 2704, 13482, 5621, 1082, 202, 20308, 12, 5836, 17, 24060, 13, 1082, 202, 14, 36, 5946, 3341, 18, 20416, 18, 4881, 18, 7236, 18, 8298, 18, 45, 2278, 5491, 1318, 2223, 7, 1289, 2278, 12, 3341, 18, 20416, 18, 4881, 18, 7236, 18, 8298, 18, 2278, 966, 13, 1082, 202, 5549, 1082, 202, 482, 6459, 1289, 2278, 12, 2278, 966, 1376, 15329, 9506, 202, 15016, 2278, 1380, 12, 1376, 1769, 1082, 202, 97, 25083, 202, 20308, 12, 5836, 17, 24060, 13, 1082, 202, 14, 36, 5946, 3341, 18, 20416, 18, 2 ]
if (index < input.length) { if (ren.bitmap == null) { char[] source = (ren.s != null) ? ren.s : this.source.toCharArray(); ren.buildBitmap(state, source, ((state.flags & FOLD) != 0)); } char c = input[index]; int b = (c >>> 3); if (b >= ren.bmsize) { if (ren.kid2 == -1) index++; else return -1; } else { int bit = c & 7; bit = 1 << bit; if ((ren.bitmap[b] & bit) != 0) index++; else return -1; } } else return -1;
if (index >= input.length) { return state.noMoreInput(); } if (ren.bitmap == null) { char[] source = (ren.s != null) ? ren.s : this.source.toCharArray(); ren.buildBitmap(state, source, ((state.flags & FOLD) != 0)); } char c = input[index]; int b = (c >>> 3); if (b >= ren.bmsize) { if (ren.kid2 == -1) index++; else return -1; } else { int bit = c & 7; bit = 1 << bit; if ((ren.bitmap[b] & bit) != 0) index++; else return -1; }
int matchRENodes(MatchState state, RENode ren, RENode stop, int index) { int num; char[] input = state.input; while ((ren != stop) && (ren != null)) { switch (ren.op) { case REOP_EMPTY: break; case REOP_ALT: { if (ren.next.op != REOP_ALT) { ren = (RENode)ren.kid; continue; } else { num = state.parenCount; int kidMatch = matchRENodes(state, (RENode)ren.kid, stop, index); if (kidMatch != -1) return kidMatch; for (int i = num; i < state.parenCount; i++) state.parens[i].length = 0; state.parenCount = num; } } break; case REOP_QUANT: { int lastKid = -1; for (num = 0; num < ren.min; num++) { int kidMatch = matchRENodes(state, (RENode)ren.kid, ren.next, index); if (kidMatch == -1) return -1; else { lastKid = index; index = kidMatch; } } if (num == ren.max) // Have matched the exact count required, // need to match the rest of the regexp. break; if ((ren.flags & RENode.MINIMAL) == 0) { int kidMatch = matchGreedyKid(state, ren, stop, num, index, lastKid); if (kidMatch != -1) index = kidMatch; } else { index = matchNonGreedyKid(state, ren, num, ren.max, index); if (index == -1) return -1; } } break; case REOP_PLUS: { int kidMatch = matchRENodes(state, (RENode)ren.kid, ren.next, index); if (kidMatch == -1) return -1; if ((ren.flags & RENode.MINIMAL) == 0) { index = matchGreedyKid(state, ren, stop, 1, kidMatch, index); if (index == -1) index = kidMatch; } else index = matchNonGreedyKid(state, ren, 1, 0, kidMatch); if (index == -1) return -1; } break; case REOP_STAR: if ((ren.flags & RENode.MINIMAL) == 0) { int kidMatch = matchGreedyKid(state, ren, stop, 0, index, -1); if (kidMatch != -1) index = kidMatch; } else { index = matchNonGreedyKid(state, ren, 0, 0, index); if (index == -1) return -1; } break; case REOP_OPT: { int saveNum = state.parenCount; if (((ren.flags & RENode.MINIMAL) != 0)) { int restMatch = matchRENodes(state, ren.next, stop, index); if (restMatch != -1) return restMatch; } int kidMatch = matchRENodes(state, (RENode)ren.kid, ren.next, index); if (kidMatch == -1) { state.parenCount = saveNum; break; } else { int restMatch = matchRENodes(state, ren.next, stop, kidMatch); if (restMatch == -1) { // need to undo the result of running the kid state.parenCount = saveNum; break; } else return restMatch; } } case REOP_LPARENNON: ren = (RENode)ren.kid; continue; case REOP_RPARENNON: break; case REOP_LPAREN: { num = ren.num; ren = (RENode)ren.kid; SubString parsub = state.parens[num]; if (parsub == null) { parsub = state.parens[num] = new SubString(); parsub.charArray = input; } parsub.index = index; parsub.length = 0; if (num >= state.parenCount) state.parenCount = num + 1; continue; } case REOP_RPAREN: { num = ren.num; SubString parsub = state.parens[num]; if (parsub == null) throw new RuntimeException("Paren problem"); parsub.length = index - parsub.index; break; } case REOP_ASSERT: { int kidMatch = matchRENodes(state, (RENode)ren.kid, ren.next, index); if (kidMatch == -1) return -1; break; } case REOP_ASSERT_NOT: { int kidMatch = matchRENodes(state, (RENode)ren.kid, ren.next, index); if (kidMatch != -1) return -1; break; } case REOP_BACKREF: { num = ren.num; if (num >= state.parens.length) { Context.reportError( ScriptRuntime.getMessage( "msg.bad.backref", null)); return -1; } SubString parsub = state.parens[num]; if (parsub == null) parsub = state.parens[num] = new SubString(); int length = parsub.length; if ((input.length - index) < length) return -1; else { for (int i = 0; i < length; i++, index++) { if (!matchChar(state.flags, input[index], parsub.charArray[parsub.index + i])) return -1; } } } break; case REOP_CCLASS: if (index < input.length) { if (ren.bitmap == null) { char[] source = (ren.s != null) ? ren.s : this.source.toCharArray(); ren.buildBitmap(state, source, ((state.flags & FOLD) != 0)); } char c = input[index]; int b = (c >>> 3); if (b >= ren.bmsize) { if (ren.kid2 == -1) // a ^ class index++; else return -1; } else { int bit = c & 7; bit = 1 << bit; if ((ren.bitmap[b] & bit) != 0) index++; else return -1; } } else return -1; break; case REOP_DOT: if ((index < input.length) && (input[index] != '\n')) index++; else return -1; break; case REOP_DOTSTARMIN: { int cp2; for (cp2 = index; cp2 < input.length; cp2++) { int cp3 = matchRENodes(state, ren.next, stop, cp2); if (cp3 != -1) return cp3; if (input[cp2] == '\n') return -1; } return -1; } case REOP_DOTSTAR: { int cp2; for (cp2 = index; cp2 < input.length; cp2++) if (input[cp2] == '\n') break; while (cp2 >= index) { int cp3 = matchRENodes(state, ren.next, stop, cp2); if (cp3 != -1) { index = cp2; break; } cp2--; } break; } case REOP_WBDRY: if (((index == 0) || !isWord(input[index-1])) ^ ((index >= input.length) || !isWord(input[index]))) ; // leave index else return -1; break; case REOP_WNONBDRY: if (((index == 0) || !isWord(input[index-1])) ^ ((index < input.length) && isWord(input[index]))) ; // leave index else return -1; break; case REOP_EOLONLY: case REOP_EOL: { if (index == input.length) ; // leave index; else { Context cx = Context.getCurrentContext(); RegExpImpl reImpl = getImpl(cx); if ((reImpl.multiline) || ((state.flags & MULTILINE) != 0)) if (input[index] == '\n') ;// leave index else return -1; else return -1; } } break; case REOP_BOL: { Context cx = Context.getCurrentContext(); RegExpImpl reImpl = getImpl(cx); if (index != 0) { if ((index < input.length) && (reImpl.multiline || ((state.flags & MULTILINE) != 0))) { if (input[index - 1] == '\n') { break; } } return -1; } // leave index } break; case REOP_DIGIT: if ((index < input.length) && isDigit(input[index])) index++; else return -1; break; case REOP_NONDIGIT: if ((index < input.length) && !isDigit(input[index])) index++; else return -1; break; case REOP_ALNUM: if ((index < input.length) && isWord(input[index])) index++; else return -1; break; case REOP_NONALNUM: if ((index < input.length) && !isWord(input[index])) index++; else return -1; break; case REOP_SPACE: if ((index < input.length) && (TokenStream.isJSSpace(input[index]) || TokenStream.isJSLineTerminator(input[index]))) index++; else return -1; break; case REOP_NONSPACE: if ((index < input.length) && !(TokenStream.isJSSpace(input[index]) || TokenStream.isJSLineTerminator(input[index]))) index++; else return -1; break; case REOP_FLAT1: if ((index < input.length) && matchChar(state.flags, ren.chr, input[index])) index++; else return -1; break; case REOP_FLAT: { char[] source = (ren.s != null) ? ren.s : this.source.toCharArray(); int start = ((Integer)ren.kid).intValue(); int length = ren.kid2 - start; if ((input.length - index) < length) return -1; else { for (int i = 0; i < length; i++, index++) { if (!matchChar(state.flags, input[index], source[start + i])) return -1; } } } break; case REOP_JUMP: break; case REOP_END: break; default : throw new RuntimeException("Unsupported by node matcher"); } ren = ren.next; } return index; }
47345 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47345/9d8af8e17d97d2f8879112efae076088793bcb6f/NativeRegExp.java/buggy/src/org/mozilla/javascript/regexp/NativeRegExp.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 509, 845, 862, 3205, 12, 2060, 1119, 919, 16, 2438, 907, 1654, 16, 2438, 907, 2132, 16, 509, 770, 13, 288, 3639, 509, 818, 31, 3639, 1149, 8526, 810, 273, 919, 18, 2630, 31, 3639, 1323, 14015, 1187, 480, 2132, 13, 597, 261, 1187, 480, 446, 3719, 288, 7734, 1620, 261, 1187, 18, 556, 13, 288, 7734, 648, 2438, 3665, 67, 13625, 30, 10792, 898, 31, 7734, 648, 2438, 3665, 67, 18255, 30, 288, 10792, 309, 261, 1187, 18, 4285, 18, 556, 480, 2438, 3665, 67, 18255, 13, 288, 13491, 1654, 273, 261, 862, 907, 13, 1187, 18, 79, 350, 31, 13491, 1324, 31, 10792, 289, 10792, 469, 288, 13491, 818, 273, 919, 18, 13012, 1380, 31, 13491, 509, 17395, 2060, 273, 845, 862, 3205, 12, 2019, 16, 261, 862, 907, 13, 1187, 18, 79, 350, 16, 4766, 10792, 2132, 16, 770, 1769, 13491, 309, 261, 79, 350, 2060, 480, 300, 21, 13, 327, 17395, 2060, 31, 13491, 364, 261, 474, 277, 273, 818, 31, 277, 411, 919, 18, 13012, 1380, 31, 277, 27245, 18701, 919, 18, 1848, 2387, 63, 77, 8009, 2469, 273, 374, 31, 13491, 919, 18, 13012, 1380, 273, 818, 31, 10792, 289, 7734, 289, 10792, 898, 31, 7734, 648, 2438, 3665, 67, 3500, 6856, 30, 288, 10792, 509, 1142, 47, 350, 273, 300, 21, 31, 10792, 364, 261, 2107, 273, 374, 31, 818, 411, 1654, 18, 1154, 31, 818, 27245, 288, 13491, 509, 17395, 2060, 273, 845, 862, 3205, 12, 2019, 16, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 509, 845, 862, 3205, 12, 2060, 1119, 919, 16, 2438, 907, 1654, 16, 2438, 907, 2132, 16, 509, 770, 13, 288, 3639, 509, 818, 31, 3639, 1149, 8526, 810, 273, 919, 18, 2630, 31, 3639, 1323, 14015, 1187, 480, 2132, 13, 597, 261, 1187, 480, 446, 3719, 288, 7734, 1620, 261, 1187, 18, 556, 13, 288, 7734, 648, 2438, 3665, 67, 13625, 30, 10792, 898, 31, 7734, 648, 2438, 3665, 67, 18255, 30, 288, 10792, 309, 261, 1187, 18, 4285, 18, 556, 480, 2438, 3665, 67, 18255, 13, 288, 13491, 1654, 273, 261, 862, 907, 13, 1187, 18, 79, 350, 31, 13491, 1324, 31, 10792, 289, 10792, 469, 288, 13491, 818, 273, 919, 18, 13012, 1380, 31, 13491, 2 ]
Element e = response.addElement(MailService.A_EXCEPT);
Element e = response.addElement(MailService.E_APPT_EXCEPT);
public Element handle(Element request, Map<String, Object> context) throws ServiceException { ZimbraSoapContext lc = getZimbraSoapContext(context); Account acct = getRequestedAccount(lc); Mailbox mbox = getRequestedMailbox(lc); OperationContext octxt = lc.getOperationContext(); ItemId iidFolder = new ItemId(request.getAttribute(MailService.A_FOLDER, CreateAppointment.DEFAULT_FOLDER), lc); sLog.info("<SetAppointment> " + lc.toString()); SetAppointmentData defaultData; ArrayList<SetAppointmentData> exceptions = new ArrayList<SetAppointmentData>(); synchronized (mbox) { // First, the <default> { Element e = request.getElement(MailService.A_DEFAULT); defaultData = getSetAppointmentData(lc, acct, mbox, e, new SetAppointmentInviteParser(false)); } // for each <exception> for (Iterator iter = request.elementIterator(MailService.A_EXCEPT); iter.hasNext(); ) { Element e = (Element) iter.next(); SetAppointmentData exDat = getSetAppointmentData(lc, acct, mbox, e, new SetAppointmentInviteParser(true)); exceptions.add(exDat); } SetAppointmentData[] exceptArray = null; if (exceptions.size() > 0) { exceptArray = new SetAppointmentData[exceptions.size()]; exceptions.toArray(exceptArray); } int apptId = mbox.setAppointment(octxt, iidFolder.getId(), defaultData, exceptArray); Element response = lc.createElement(MailService.SET_APPOINTMENT_RESPONSE); response.addElement(MailService.A_DEFAULT) .addAttribute(MailService.A_ID, lc.formatItemId(defaultData.mInv.getMailItemId())); for (Iterator iter = exceptions.iterator(); iter.hasNext();) { SetAppointmentData cur = (SetAppointmentData) iter.next(); Element e = response.addElement(MailService.A_EXCEPT); e.addAttribute(MailService.A_APPT_RECURRENCE_ID, cur.mInv.getRecurId().toString()); e.addAttribute(MailService.A_ID, lc.formatItemId(cur.mInv.getMailItemId())); } response.addAttribute(MailService.A_APPT_ID, lc.formatItemId(apptId)); return response; } // synchronized(mbox) }
6965 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6965/d7b7427dab858b3e790393f5682506eb49788481/SetAppointment.java/buggy/ZimbraServer/src/java/com/zimbra/cs/service/mail/SetAppointment.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 3010, 1640, 12, 1046, 590, 16, 1635, 32, 780, 16, 1033, 34, 819, 13, 1216, 16489, 288, 3639, 2285, 381, 15397, 20601, 1042, 9109, 273, 23448, 381, 15397, 20601, 1042, 12, 2472, 1769, 3639, 6590, 20774, 273, 4328, 329, 3032, 12, 17704, 1769, 3639, 11542, 2147, 312, 2147, 273, 4328, 329, 30239, 12, 17704, 1769, 3639, 4189, 1042, 320, 20364, 273, 9109, 18, 588, 2988, 1042, 5621, 7734, 4342, 548, 22819, 3899, 273, 394, 4342, 548, 12, 2293, 18, 588, 1499, 12, 6759, 1179, 18, 37, 67, 17357, 16, 1788, 1294, 29815, 18, 5280, 67, 17357, 3631, 9109, 1769, 7734, 272, 1343, 18, 1376, 2932, 32, 694, 1294, 29815, 34, 315, 397, 9109, 18, 10492, 10663, 7734, 1000, 1294, 29815, 751, 805, 751, 31, 3639, 2407, 32, 694, 1294, 29815, 751, 34, 4798, 273, 394, 2407, 32, 694, 1294, 29815, 751, 34, 5621, 7734, 3852, 261, 81, 2147, 13, 288, 5411, 368, 5783, 16, 326, 411, 1886, 34, 5411, 288, 7734, 3010, 425, 273, 590, 18, 21336, 12, 6759, 1179, 18, 37, 67, 5280, 1769, 7734, 805, 751, 273, 336, 694, 1294, 29815, 751, 12, 17704, 16, 20774, 16, 312, 2147, 16, 425, 16, 394, 1000, 1294, 29815, 22730, 2678, 12, 5743, 10019, 5411, 289, 13491, 368, 364, 1517, 411, 4064, 34, 5411, 364, 261, 3198, 1400, 273, 590, 18, 2956, 3198, 12, 6759, 1179, 18, 37, 67, 2294, 14514, 1769, 1400, 18, 5332, 2134, 5621, 262, 288, 7734, 3010, 425, 273, 261, 1046, 13, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 3010, 1640, 12, 1046, 590, 16, 1635, 32, 780, 16, 1033, 34, 819, 13, 1216, 16489, 288, 3639, 2285, 381, 15397, 20601, 1042, 9109, 273, 23448, 381, 15397, 20601, 1042, 12, 2472, 1769, 3639, 6590, 20774, 273, 4328, 329, 3032, 12, 17704, 1769, 3639, 11542, 2147, 312, 2147, 273, 4328, 329, 30239, 12, 17704, 1769, 3639, 4189, 1042, 320, 20364, 273, 9109, 18, 588, 2988, 1042, 5621, 7734, 4342, 548, 22819, 3899, 273, 394, 4342, 548, 12, 2293, 18, 588, 1499, 12, 6759, 1179, 18, 37, 67, 17357, 16, 1788, 1294, 29815, 18, 5280, 67, 17357, 3631, 9109, 1769, 7734, 272, 1343, 18, 1376, 2932, 32, 694, 1294, 29815, 34, 315, 397, 9109, 18, 10492, 10663, 7734, 2 ]
GraphicalEditPart part = (GraphicalEditPart) getCastedModel().getRootEditPart().getContents();
GraphicalEditPart part = (GraphicalEditPart) getCastedModel().getRootEditPart();
public void activate() { GraphicalEditPart part = (GraphicalEditPart) getCastedModel().getRootEditPart().getContents(); IFigure parentPane = part.getFigure(); parentPane.addFigureListener(this); super.activate(); }
51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/8d71211e7e27fe018fc102b0adb8ade2629f488b/OverviewEditPart.java/buggy/sandbox/org.eclipse.mylyn.zest.core/src/org/eclipse/mylyn/zest/core/internal/graphviewer/overview/parts/OverviewEditPart.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 10235, 1435, 288, 202, 202, 4137, 1706, 4666, 1988, 1087, 273, 261, 4137, 1706, 4666, 1988, 13, 1927, 689, 329, 1488, 7675, 588, 2375, 4666, 1988, 7675, 588, 6323, 5621, 202, 202, 5501, 15906, 982, 8485, 273, 1087, 18, 588, 42, 15906, 5621, 202, 202, 2938, 8485, 18, 1289, 42, 15906, 2223, 12, 2211, 1769, 202, 202, 9565, 18, 10014, 5621, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 10235, 1435, 288, 202, 202, 4137, 1706, 4666, 1988, 1087, 273, 261, 4137, 1706, 4666, 1988, 13, 1927, 689, 329, 1488, 7675, 588, 2375, 4666, 1988, 7675, 588, 6323, 5621, 202, 202, 5501, 15906, 982, 8485, 273, 1087, 18, 588, 42, 15906, 5621, 202, 202, 2938, 8485, 18, 1289, 42, 15906, 2223, 12, 2211, 1769, 202, 202, 9565, 18, 10014, 5621, 202, 97, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100 ]
} else if(isDisabled) { peerNodeStatus = Node.PEER_NODE_STATUS_DISABLED; } else if(isConnected && verifiedIncompatibleNewerVersion) { peerNodeStatus = Node.PEER_NODE_STATUS_TOO_NEW; } else if(isConnected && verifiedIncompatibleOlderVersion) { peerNodeStatus = Node.PEER_NODE_STATUS_TOO_OLD; } else if(neverConnected) { peerNodeStatus = Node.PEER_NODE_STATUS_NEVER_CONNECTED; } else if(isListenOnly) { peerNodeStatus = Node.PEER_NODE_STATUS_LISTENING; } else { peerNodeStatus = Node.PEER_NODE_STATUS_DISCONNECTED; } if(!isConnected && (previousRoutingBackoffReason != null)) { node.removePeerNodeRoutingBackoffReason(previousRoutingBackoffReason, this); previousRoutingBackoffReason = null; } if(peerNodeStatus != oldPeerNodeStatus) { node.removePeerNodeStatus( oldPeerNodeStatus, this ); node.addPeerNodeStatus( peerNodeStatus, this );
if(!isConnected && (previousRoutingBackoffReason != null)) { node.removePeerNodeRoutingBackoffReason(previousRoutingBackoffReason, this); previousRoutingBackoffReason = null; } if(peerNodeStatus != oldPeerNodeStatus) { node.removePeerNodeStatus( oldPeerNodeStatus, this ); node.addPeerNodeStatus( peerNodeStatus, this ); }
public synchronized void setPeerNodeStatus(long now) { int oldPeerNodeStatus = peerNodeStatus; if(isRoutable()) { peerNodeStatus = Node.PEER_NODE_STATUS_CONNECTED; if(now < getRoutingBackedOffUntil()) { peerNodeStatus = Node.PEER_NODE_STATUS_ROUTING_BACKED_OFF; if(!lastRoutingBackoffReason.equals(previousRoutingBackoffReason) || (previousRoutingBackoffReason == null)) { if(previousRoutingBackoffReason != null) { node.removePeerNodeRoutingBackoffReason(previousRoutingBackoffReason, this); } node.addPeerNodeRoutingBackoffReason(lastRoutingBackoffReason, this); previousRoutingBackoffReason = lastRoutingBackoffReason; } } else { if(previousRoutingBackoffReason != null) { node.removePeerNodeRoutingBackoffReason(previousRoutingBackoffReason, this); previousRoutingBackoffReason = null; } } } else if(isDisabled) { peerNodeStatus = Node.PEER_NODE_STATUS_DISABLED; } else if(isConnected && verifiedIncompatibleNewerVersion) { peerNodeStatus = Node.PEER_NODE_STATUS_TOO_NEW; } else if(isConnected && verifiedIncompatibleOlderVersion) { peerNodeStatus = Node.PEER_NODE_STATUS_TOO_OLD; } else if(neverConnected) { peerNodeStatus = Node.PEER_NODE_STATUS_NEVER_CONNECTED; } else if(isListenOnly) { peerNodeStatus = Node.PEER_NODE_STATUS_LISTENING; } else { peerNodeStatus = Node.PEER_NODE_STATUS_DISCONNECTED; } if(!isConnected && (previousRoutingBackoffReason != null)) { node.removePeerNodeRoutingBackoffReason(previousRoutingBackoffReason, this); previousRoutingBackoffReason = null; } if(peerNodeStatus != oldPeerNodeStatus) { node.removePeerNodeStatus( oldPeerNodeStatus, this ); node.addPeerNodeStatus( peerNodeStatus, this ); } }
48807 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48807/568966752f74dcebea53ccaae0b15123b6657918/PeerNode.java/buggy/src/freenet/node/PeerNode.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 3852, 918, 444, 6813, 907, 1482, 12, 5748, 2037, 13, 288, 202, 202, 474, 1592, 6813, 907, 1482, 273, 4261, 907, 1482, 31, 202, 202, 430, 12, 291, 4583, 429, 10756, 288, 1082, 202, 12210, 907, 1482, 273, 2029, 18, 1423, 654, 67, 8744, 67, 8608, 67, 29011, 31, 1082, 202, 430, 12, 3338, 411, 24740, 310, 2711, 329, 7210, 9716, 10756, 288, 9506, 202, 12210, 907, 1482, 273, 2029, 18, 1423, 654, 67, 8744, 67, 8608, 67, 1457, 1693, 1360, 67, 8720, 2056, 67, 8797, 31, 9506, 202, 430, 12, 5, 2722, 13966, 16757, 8385, 18, 14963, 12, 11515, 13966, 16757, 8385, 13, 747, 261, 11515, 13966, 16757, 8385, 422, 446, 3719, 288, 6862, 202, 430, 12, 11515, 13966, 16757, 8385, 480, 446, 13, 288, 25083, 202, 2159, 18, 4479, 6813, 907, 13966, 16757, 8385, 12, 11515, 13966, 16757, 8385, 16, 333, 1769, 6862, 202, 97, 6862, 202, 2159, 18, 1289, 6813, 907, 13966, 16757, 8385, 12, 2722, 13966, 16757, 8385, 16, 333, 1769, 6862, 202, 11515, 13966, 16757, 8385, 273, 1142, 13966, 16757, 8385, 31, 9506, 202, 97, 1082, 202, 97, 469, 288, 9506, 202, 430, 12, 11515, 13966, 16757, 8385, 480, 446, 13, 288, 6862, 202, 2159, 18, 4479, 6813, 907, 13966, 16757, 8385, 12, 11515, 13966, 16757, 8385, 16, 333, 1769, 6862, 202, 11515, 13966, 16757, 8385, 273, 446, 31, 9506, 202, 97, 1082, 202, 97, 202, 202, 97, 469, 309, 12, 291, 8853, 13, 288, 1082, 202, 12210, 907, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 3852, 918, 444, 6813, 907, 1482, 12, 5748, 2037, 13, 288, 202, 202, 474, 1592, 6813, 907, 1482, 273, 4261, 907, 1482, 31, 202, 202, 430, 12, 291, 4583, 429, 10756, 288, 1082, 202, 12210, 907, 1482, 273, 2029, 18, 1423, 654, 67, 8744, 67, 8608, 67, 29011, 31, 1082, 202, 430, 12, 3338, 411, 24740, 310, 2711, 329, 7210, 9716, 10756, 288, 9506, 202, 12210, 907, 1482, 273, 2029, 18, 1423, 654, 67, 8744, 67, 8608, 67, 1457, 1693, 1360, 67, 8720, 2056, 67, 8797, 31, 9506, 202, 430, 12, 5, 2722, 13966, 16757, 8385, 18, 14963, 12, 11515, 13966, 16757, 8385, 13, 747, 261, 11515, 13966, 16757, 8385, 422, 446, 3719, 288, 6862, 202, 2 ]
byte[] name = getBytes(ze.getName()); writeOut((new ZipShort(name.length)).getBytes());
byte[] name = getBytes( ze.getName() ); writeOut( ( new ZipShort( name.length ) ).getBytes() );
protected void writeLocalFileHeader(ZipEntry ze) throws IOException { offsets.put(ze, new ZipLong(written)); writeOut(LFH_SIG.getBytes()); written += 4; // version needed to extract // general purpose bit flag if (ze.getMethod() == DEFLATED && raf == null) { // requires version 2 as we are going to store length info // in the data descriptor writeOut((new ZipShort(20)).getBytes()); // bit3 set to signal, we use a data descriptor writeOut((new ZipShort(8)).getBytes()); } else { writeOut((new ZipShort(10)).getBytes()); writeOut(ZERO); } written += 4; // compression method writeOut((new ZipShort(ze.getMethod())).getBytes()); written += 2; // last mod. time and date writeOut(toDosTime(new Date(ze.getTime())).getBytes()); written += 4; // CRC // compressed length // uncompressed length localDataStart = written; if (ze.getMethod() == DEFLATED || raf != null) { writeOut(LZERO); writeOut(LZERO); writeOut(LZERO); } else { writeOut((new ZipLong(ze.getCrc())).getBytes()); writeOut((new ZipLong(ze.getSize())).getBytes()); writeOut((new ZipLong(ze.getSize())).getBytes()); } written += 12; // file name length byte[] name = getBytes(ze.getName()); writeOut((new ZipShort(name.length)).getBytes()); written += 2; // extra field length byte[] extra = ze.getLocalFileDataExtra(); writeOut((new ZipShort(extra.length)).getBytes()); written += 2; // file name writeOut(name); written += name.length; // extra field writeOut(extra); written += extra.length; dataStart = written; }
10884 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10884/8348e0b29d34f62b8f140a99598373fb0cbf7fcb/ZipOutputStream.java/clean/src/main/java/org/codehaus/plexus/archiver/zip/ZipOutputStream.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 4750, 918, 1045, 2042, 812, 1864, 12, 9141, 1622, 26637, 13, 1216, 1860, 288, 3639, 8738, 18, 458, 12, 8489, 16, 394, 8603, 3708, 12, 9748, 10019, 3639, 1045, 1182, 12, 9105, 44, 67, 18513, 18, 588, 2160, 10663, 3639, 5941, 1011, 1059, 31, 3639, 368, 1177, 3577, 358, 2608, 3639, 368, 7470, 13115, 2831, 2982, 3639, 309, 261, 8489, 18, 588, 1305, 1435, 422, 2030, 19054, 6344, 597, 24671, 422, 446, 13, 288, 5411, 368, 4991, 1177, 576, 487, 732, 854, 8554, 358, 1707, 769, 1123, 5411, 368, 316, 326, 501, 4950, 5411, 1045, 1182, 12443, 2704, 8603, 4897, 12, 3462, 13, 2934, 588, 2160, 10663, 5411, 368, 2831, 23, 444, 358, 4277, 16, 732, 999, 279, 501, 4950, 5411, 1045, 1182, 12443, 2704, 8603, 4897, 12, 28, 13, 2934, 588, 2160, 10663, 3639, 289, 469, 288, 5411, 1045, 1182, 12443, 2704, 8603, 4897, 12, 2163, 13, 2934, 588, 2160, 10663, 5411, 1045, 1182, 12, 24968, 1769, 3639, 289, 3639, 5941, 1011, 1059, 31, 3639, 368, 9154, 707, 3639, 1045, 1182, 12443, 2704, 8603, 4897, 12, 8489, 18, 588, 1305, 10756, 2934, 588, 2160, 10663, 3639, 5941, 1011, 576, 31, 3639, 368, 1142, 681, 18, 813, 471, 1509, 3639, 1045, 1182, 12, 869, 40, 538, 950, 12, 2704, 2167, 12, 8489, 18, 588, 950, 10756, 2934, 588, 2160, 10663, 3639, 5941, 1011, 1059, 31, 3639, 368, 21773, 3639, 368, 8968, 769, 3639, 368, 20560, 769, 3639, 1191, 751, 1685, 273, 5941, 31, 3639, 309, 261, 2 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 4750, 918, 1045, 2042, 812, 1864, 12, 9141, 1622, 26637, 13, 1216, 1860, 288, 3639, 8738, 18, 458, 12, 8489, 16, 394, 8603, 3708, 12, 9748, 10019, 3639, 1045, 1182, 12, 9105, 44, 67, 18513, 18, 588, 2160, 10663, 3639, 5941, 1011, 1059, 31, 3639, 368, 1177, 3577, 358, 2608, 3639, 368, 7470, 13115, 2831, 2982, 3639, 309, 261, 8489, 18, 588, 1305, 1435, 422, 2030, 19054, 6344, 597, 24671, 422, 446, 13, 288, 5411, 368, 4991, 1177, 576, 487, 732, 854, 8554, 358, 1707, 769, 1123, 5411, 368, 316, 326, 501, 4950, 5411, 1045, 1182, 12443, 2704, 8603, 4897, 12, 3462, 13, 2934, 588, 2160, 10663, 5411, 368, 2831, 23, 444, 358, 4277, 16, 732, 999, 279, 2 ]
orders.add(order);
addToOrders(order);
public Order placeOrder() { // following instantiates an Order // yes, it's horrible, but will be replaced by a simple pointcut on {@InDomain).new ISession session = SessionManager.instance().get(SessionManager.instance().getCurrentSessionId()); IDomainObject<Order> orderDo = session.create(RuntimeDomain.lookupAny(Order.class)); Order order = orderDo.getPojo(); orders.add(order); return order; }
13434 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13434/f1ded3cc7da2f3496d4f3b37981d5964841e4efe/Customer.java/buggy/trunk/examples/workspace/demo/src/demo/Customer.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 4347, 3166, 2448, 1435, 288, 202, 202, 759, 3751, 5934, 16020, 392, 4347, 202, 202, 759, 12465, 16, 518, 1807, 29404, 86, 1523, 16, 1496, 903, 506, 8089, 635, 279, 4143, 29774, 603, 8901, 382, 3748, 2934, 2704, 202, 202, 45, 2157, 1339, 273, 3877, 1318, 18, 1336, 7675, 588, 12, 2157, 1318, 18, 1336, 7675, 588, 3935, 18030, 10663, 202, 202, 734, 1530, 921, 32, 2448, 34, 1353, 3244, 273, 1339, 18, 2640, 12, 5576, 3748, 18, 8664, 2961, 12, 2448, 18, 1106, 10019, 202, 202, 2448, 1353, 273, 1353, 3244, 18, 588, 52, 10007, 5621, 202, 202, 9972, 18, 1289, 12, 1019, 1769, 202, 202, 2463, 1353, 31, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 4347, 3166, 2448, 1435, 288, 202, 202, 759, 3751, 5934, 16020, 392, 4347, 202, 202, 759, 12465, 16, 518, 1807, 29404, 86, 1523, 16, 1496, 903, 506, 8089, 635, 279, 4143, 29774, 603, 8901, 382, 3748, 2934, 2704, 202, 202, 45, 2157, 1339, 273, 3877, 1318, 18, 1336, 7675, 588, 12, 2157, 1318, 18, 1336, 7675, 588, 3935, 18030, 10663, 202, 202, 734, 1530, 921, 32, 2448, 34, 1353, 3244, 273, 1339, 18, 2640, 12, 5576, 3748, 18, 8664, 2961, 12, 2448, 18, 1106, 10019, 202, 202, 2448, 1353, 273, 1353, 3244, 18, 588, 52, 10007, 5621, 202, 202, 9972, 18, 1289, 12, 1019, 1769, 202, 202, 2463, 1353, 31, 202, 97, 2, -100, -100, -100, -100 ]