rem stringlengths 1 53.3k | add stringlengths 0 80.5k | context stringlengths 6 326k | meta stringlengths 141 403 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|---|
public Insets getBorderInsets(final Component c) { Insets result = (Insets)AccessController.doPrivileged(new PrivilegedAction() { public Object run() { try { Method m = c.getClass().getMethod("getMargin", new Class[0]); return m.invoke(c, new Object[0]); } catch (Exception e) { return null; } } }); | public Insets getBorderInsets(final Component c, final Insets insets) { Insets borderInsets = getBorderInsets(c); insets.bottom = borderInsets.bottom; insets.left = borderInsets.left; insets.right = borderInsets.right; insets.top = borderInsets.top; | public Insets getBorderInsets(final Component c) { Insets result = (Insets)AccessController.doPrivileged(new PrivilegedAction() { public Object run() { try { Method m = c.getClass().getMethod("getMargin", new Class[0]); r... | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/9bad25bc3f8f9cc701dfb9555df351ae7577a2d8/BasicBorders.java/buggy/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicBorders.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
22300,
2882,
1019,
382,
4424,
12,
6385,
5435,
276,
13,
288,
5411,
22300,
563,
273,
261,
382,
4424,
13,
1862,
2933,
18,
2896,
18845,
12,
2704,
24897,
1435,
288,
7734,
1071,
1033,
108... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
22300,
2882,
1019,
382,
4424,
12,
6385,
5435,
276,
13,
288,
5411,
22300,
563,
273,
261,
382,
4424,
13,
1862,
2933,
18,
2896,
18845,
12,
2704,
24897,
1435,
288,
7734,
1071,
1033,
108... |
if (getRepositoryTaskData() == null) { Composite composite = new Composite(form.getBody(), SWT.NULL); composite.setLayout(new GridLayout()); Label noBugLabel = new Label(composite, SWT.NULL); noBugLabel.setText("Could not download task data, possibly due to timeout or connectivity problem.\n" | editorComposite = form.getBody(); editorComposite.setLayout(new GridLayout()); editorComposite.setLayoutData(new GridData(GridData.FILL_BOTH)); if (getRepositoryTaskData() == null) { toolkit.createLabel(editorComposite, "Could not download task data, possibly due to timeout or connectivity problem.\n" | protected void createFormContent(final IManagedForm managedForm) { super.createFormContent(managedForm); form = managedForm.getForm(); toolkit = managedForm.getToolkit(); if (getRepositoryTaskData() == null) { Composite composite = new Composite(form.getBody(), SWT.NULL); composite.setLayout(new GridLayout());... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/bb10fdc50b11844c975064c0104ecd3d21ffb48e/AbstractRepositoryTaskEditor.java/clean/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/AbstractRepositoryTaskEditor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
19580,
1350,
12,
6385,
6246,
4184,
1204,
7016,
1204,
13,
288,
202,
202,
9565,
18,
2640,
1204,
1350,
12,
19360,
1204,
1769,
202,
202,
687,
273,
7016,
1204,
18,
588,
1204,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
19580,
1350,
12,
6385,
6246,
4184,
1204,
7016,
1204,
13,
288,
202,
202,
9565,
18,
2640,
1204,
1350,
12,
19360,
1204,
1769,
202,
202,
687,
273,
7016,
1204,
18,
588,
1204,
... |
if (dataset.getPartitionedDataSetColumns().contains(column)) { final PartitionedColumnType oldType = dataset .getPartitionedDataSetColumnType(column); | if (column.getPartitionType()!=null) { final PartitionedColumnType oldType = column.getPartitionType(); | public void requestPartitionByColumn(final DataSet dataset, final DataSetColumn column) { PartitionedColumnType type; // If the column is already partitioned, open a dialog // explaining this and asking the user to edit the settings. if (dataset.getPartitionedDataSetColumns().contains(column)) { final Partitio... | 2000 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2000/53b7080805ba25a0b1d345968bb19d6657747fb0/DataSetTabSet.java/clean/src/java/org/biomart/builder/view/gui/DataSetTabSet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
590,
7003,
858,
1494,
12,
6385,
14065,
3709,
16,
1082,
202,
6385,
14065,
1494,
1057,
13,
288,
202,
202,
7003,
329,
28149,
618,
31,
202,
202,
759,
971,
326,
1057,
353,
181... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
590,
7003,
858,
1494,
12,
6385,
14065,
3709,
16,
1082,
202,
6385,
14065,
1494,
1057,
13,
288,
202,
202,
7003,
329,
28149,
618,
31,
202,
202,
759,
971,
326,
1057,
353,
181... |
Map oldout = (Map) out.put(bb, in); | Map<Value,Temp> oldout = out.put(bb, in); | boolean doBlockGET(BasicBlock.Factory bbF, BasicBlock bb) { List quads = bb.statements(); // compute in set by merging outs. // map <temp,field>->temp; only present if all inputs have it. // do renaming as per PHI. Map in = new HashMap(); Quad first = (Quad) quads.get(0); Quad[] pred = firs... | 2866 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2866/db47804324fde9cf29cbbd1af39e584b63e507be/MemoryOptimization.java/clean/Analysis/Quads/MemoryOptimization.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6494,
741,
1768,
3264,
12,
8252,
1768,
18,
1733,
7129,
42,
16,
7651,
1768,
7129,
13,
288,
202,
565,
987,
9474,
87,
273,
7129,
18,
18393,
5621,
202,
565,
368,
3671,
316,
444,
635,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6494,
741,
1768,
3264,
12,
8252,
1768,
18,
1733,
7129,
42,
16,
7651,
1768,
7129,
13,
288,
202,
565,
987,
9474,
87,
273,
7129,
18,
18393,
5621,
202,
565,
368,
3671,
316,
444,
635,
... |
v.addElement(tuple); } r.close(); | public java.sql.ResultSet getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException { // the field descriptors for the new ResultSet Field f[] = new Field[18]; java.sql.ResultSet r; // ResultSet for the SQL query that we need to do Vector v = ... | 49504 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49504/07ce9fe61dd6cb7399d76f4a9cbcbe191b988ff2/DatabaseMetaData.java/buggy/src/interfaces/jdbc/org/postgresql/jdbc2/DatabaseMetaData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
331,
18,
1289,
1046,
12,
8052,
1769,
289,
436,
18,
4412,
5621,
1071,
2252,
18,
4669,
18,
13198,
14226,
12,
780,
6222,
16,
514,
1963,
3234,
16,
514,
4775,
3234,
16,
514,
7578,
3234,
13,
1216,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
331,
18,
1289,
1046,
12,
8052,
1769,
289,
436,
18,
4412,
5621,
1071,
2252,
18,
4669,
18,
13198,
14226,
12,
780,
6222,
16,
514,
1963,
3234,
16,
514,
4775,
3234,
16,
514,
7578,
3234,
13,
1216,... | |
int offset = currentOffset - prefix.length(); | int offset = fCurrentOffset - prefix.length(); | private void addProposalsFromCompletionContributors(IASTCompletionNode completionNode, List completions) { if(completionNode == null) return; String prefix = completionNode.getCompletionPrefix(); int offset = currentOffset - prefix.length(); int length = prefix.length(); // calling functions should happen onl... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/4ae8242ff673e5e222aea96ddc39c8a8d141254e/CCompletionProcessor.java/clean/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/contentassist/CCompletionProcessor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
527,
626,
22536,
1265,
11238,
442,
665,
13595,
12,
45,
9053,
11238,
907,
8364,
907,
16,
987,
23738,
13,
288,
202,
202,
430,
12,
11469,
907,
422,
446,
13,
1082,
202,
2463... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
527,
626,
22536,
1265,
11238,
442,
665,
13595,
12,
45,
9053,
11238,
907,
8364,
907,
16,
987,
23738,
13,
288,
202,
202,
430,
12,
11469,
907,
422,
446,
13,
1082,
202,
2463... |
else if (cmd.equals("removeData")) dm.removeData(getSelectedData()); | else if (cmd.equals("removeData")) dm.removeData(getSelectedData(), true); | public void actionPerformed(ActionEvent e) { DataManager dm = (DataManager) lm; String cmd = e.getActionCommand(); if (cmd.equals("addData")) { DataTransform data = getSelectedData(); Class[] dataTypes = dm.getRegisteredDataTypes(); String[] dataLabels = dm.getRegisteredDataLabels(); // b... | 11426 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11426/c46fb93b67b3f768e6ef9cf6500fdd7fc2fbe3f0/DataControls.java/clean/loci/visbio/data/DataControls.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
26100,
12,
1803,
1133,
425,
13,
288,
565,
1910,
1318,
9113,
273,
261,
751,
1318,
13,
14966,
31,
565,
514,
1797,
273,
425,
18,
588,
1803,
2189,
5621,
565,
309,
261,
4172,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
26100,
12,
1803,
1133,
425,
13,
288,
565,
1910,
1318,
9113,
273,
261,
751,
1318,
13,
14966,
31,
565,
514,
1797,
273,
425,
18,
588,
1803,
2189,
5621,
565,
309,
261,
4172,
18,
... |
textArea.grabFocus(); | textArea.requestFocus(); | public void focusOnTextArea() { SwingUtilities.invokeLater(new Runnable() { public void run() { textArea.grabFocus(); } }); } //}}} | 8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/2b85a2aa5aa9138969febf87dd786a71619d4189/EditPane.java/clean/org/gjt/sp/jedit/EditPane.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
7155,
1398,
1528,
5484,
1435,
202,
95,
202,
202,
6050,
310,
11864,
18,
14407,
20607,
12,
2704,
10254,
1435,
202,
202,
95,
1082,
202,
482,
918,
1086,
1435,
1082,
202,
95,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7155,
1398,
1528,
5484,
1435,
202,
95,
202,
202,
6050,
310,
11864,
18,
14407,
20607,
12,
2704,
10254,
1435,
202,
202,
95,
1082,
202,
482,
918,
1086,
1435,
1082,
202,
95,
... |
Main.ContextData contextData = debugGui.main.currentContextData(); | Dim.ContextData contextData = debugGui.dim.currentContextData(); | public void actionPerformed(ActionEvent e) { if (!enabled) return; if (e.getActionCommand().equals("ContextSwitch")) { Main.ContextData contextData = debugGui.main.currentContextData(); if (contextData == null) { return; } int frameIndex = context.getSelectedIndex(); ... | 13991 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13991/402fd02406157693f66b2c8e6819e17c0b5b3e8a/DebugGui.java/clean/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/DebugGui.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
26100,
12,
1803,
1133,
425,
13,
288,
3639,
309,
16051,
5745,
13,
327,
31,
3639,
309,
261,
73,
18,
588,
1803,
2189,
7675,
14963,
2932,
1042,
10200,
6,
3719,
288,
5411,
463,
38... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
26100,
12,
1803,
1133,
425,
13,
288,
3639,
309,
16051,
5745,
13,
327,
31,
3639,
309,
261,
73,
18,
588,
1803,
2189,
7675,
14963,
2932,
1042,
10200,
6,
3719,
288,
5411,
463,
38... |
return ( (ComponentParametersController) getFcInterface(Constants .COMPONENT_PARAMETERS_CONTROLLER)) .getComponentParameters() .getHierarchicalType(); } | return ((ComponentParametersController) getFcInterface(Constants.COMPONENT_PARAMETERS_CONTROLLER)).getComponentParameters() .getHierarchicalType(); } | public String getHierarchicalType() throws NoSuchInterfaceException { //return componentParameters.getHierarchicalType(); return ( (ComponentParametersController) getFcInterface(Constants .COMPONENT_PARAMETERS_CONTROLLER)) .getComponentParameters() .getHierarchicalType(); } | 23362 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/23362/466c325df727388912d7efbc91a624f8a1e015c8/ProActiveComponentImpl.java/buggy/src/org/objectweb/proactive/core/component/identity/ProActiveComponentImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
7628,
14529,
559,
1435,
1216,
5823,
1358,
503,
288,
9506,
202,
759,
2463,
1794,
2402,
18,
588,
44,
14529,
559,
5621,
202,
202,
2463,
261,
1082,
202,
12,
1841,
2402,
2933,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
7628,
14529,
559,
1435,
1216,
5823,
1358,
503,
288,
9506,
202,
759,
2463,
1794,
2402,
18,
588,
44,
14529,
559,
5621,
202,
202,
2463,
261,
1082,
202,
12,
1841,
2402,
2933,
... |
temp[0][i] = line_samples[j][i]; | temp[0][i] = lineSamples[j][i]; | public void go(String args[]) throws IOException, VisADException, RemoteException { String dir = ""; String slash = System.getProperty("file.separator"); if (args.length > 0) { dir = args[0]; if (!dir.endsWith(slash)) dir = dir + slash; } RealTupleType domain = null; Unit unit = nu... | 55415 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55415/d3560cf43f33592c964cabbb057bed37fea39a07/MultiLUT.java/buggy/loci/MultiLUT.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1960,
12,
780,
833,
63,
5717,
540,
1216,
1860,
16,
8077,
1880,
503,
16,
18361,
288,
565,
514,
1577,
273,
1408,
31,
565,
514,
9026,
273,
2332,
18,
588,
1396,
2932,
768,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1960,
12,
780,
833,
63,
5717,
540,
1216,
1860,
16,
8077,
1880,
503,
16,
18361,
288,
565,
514,
1577,
273,
1408,
31,
565,
514,
9026,
273,
2332,
18,
588,
1396,
2932,
768,
18,
... |
assertEquals(DOMUtil.parse(expected), actual); | assertEquals(DOMUtil.parse(expected), DOMUtil.parse(actual)); | public static void assertEquals(String expected, Node actual) throws DocumentsAssertionError, SAXException { ArgumentAssert.notNull(expected, "Expected document must not be null"); ArgumentAssert.notNull(actual, "Actual document must not be null"); assertEquals(DOMUtil.parse(expected), actual); } | 3174 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3174/57eb642d6d719c5c08c5f9e094f323ae2ab57e0c/XMLComparator.java/buggy/src/org/tigris/juxy/util/XMLComparator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
1815,
8867,
12,
780,
2665,
16,
2029,
3214,
13,
1216,
4319,
87,
14979,
668,
16,
14366,
288,
565,
5067,
8213,
18,
902,
2041,
12,
3825,
16,
315,
6861,
1668,
1297,
486,
506,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
760,
918,
1815,
8867,
12,
780,
2665,
16,
2029,
3214,
13,
1216,
4319,
87,
14979,
668,
16,
14366,
288,
565,
5067,
8213,
18,
902,
2041,
12,
3825,
16,
315,
6861,
1668,
1297,
486,
506,... |
try | try | public CategoryPK ejbCreate(String categoryName) throws CreateException, RemoteException, RemoveException { // Connecting to IDManager Home interface thru JNDI IDManagerHome home = null; IDManager idManager = null; try { InitialContext initialContext = new InitialContext(); home = (ID... | 5750 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5750/3d57ae5a342bc10d6c418636c07193a0289ffd6b/CategoryBean.java/buggy/EJB_EntityBean_id_BMP/edu/rice/rubis/beans/CategoryBean.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
9856,
8784,
18024,
1684,
12,
780,
3150,
461,
13,
1216,
1788,
503,
16,
18361,
16,
3581,
503,
225,
288,
565,
368,
8289,
310,
358,
1599,
1318,
21321,
1560,
286,
8653,
804,
24513,
565,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9856,
8784,
18024,
1684,
12,
780,
3150,
461,
13,
1216,
1788,
503,
16,
18361,
16,
3581,
503,
225,
288,
565,
368,
8289,
310,
358,
1599,
1318,
21321,
1560,
286,
8653,
804,
24513,
565,
... |
super( id ); this.constraint = constraint; this.objectSource = objectSource; setHasMemory( true ); | this(id, constraint, objectSource, false); | AlphaNode(final int id, final FieldConstraint constraint, final ObjectSource objectSource) { super( id ); this.constraint = constraint; this.objectSource = objectSource; setHasMemory( true ); } | 5490 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5490/e971e073de139e3ef85729a21dd445e083a9deee/AlphaNode.java/clean/drools-core/src/main/java/org/drools/reteoo/AlphaNode.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
24277,
907,
12,
6385,
509,
612,
16,
2868,
727,
2286,
5806,
4954,
16,
2868,
727,
1033,
1830,
733,
1830,
13,
288,
3639,
2240,
12,
612,
11272,
3639,
333,
18,
13364,
273,
4954,
31,
3639,
33... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
24277,
907,
12,
6385,
509,
612,
16,
2868,
727,
2286,
5806,
4954,
16,
2868,
727,
1033,
1830,
733,
1830,
13,
288,
3639,
2240,
12,
612,
11272,
3639,
333,
18,
13364,
273,
4954,
31,
3639,
33... |
return ulocale_rules.keySet(); | return ulocale_rules.keySet(); | public Set getAvailableSet() { return ulocale_rules.keySet(); } | 27800 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/27800/90d357a7612a0fee1860528005a32007392efc2a/GenerateCldrTests.java/buggy/tools/java/org/unicode/cldr/icu/GenerateCldrTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
1000,
15796,
694,
1435,
288,
540,
202,
2463,
7493,
504,
5349,
67,
7482,
18,
856,
694,
5621,
3639,
289,
2,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
1000,
15796,
694,
1435,
288,
540,
202,
2463,
7493,
504,
5349,
67,
7482,
18,
856,
694,
5621,
3639,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
for(long i=addFrom;i<=addTo;i++) | for(long i=addFrom;i<=addTo;i++) { Logger.minor(this, "Adding checker for edition "+i); | void onSuccess(USKAttempt att, boolean dontUpdate, ClientSSKBlock block) { LinkedList l = null; synchronized(this) { if(completed || cancelled) return; runningAttempts.remove(att); long curLatest = att.number; if(!dontUpdate) uskManager.update(origUSK, curLatest); long lastEd = uskManager.lookup(origUSK... | 50287 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50287/12ed16eae26eb2bb0d54859f50f5c030d5c8354f/USKFetcher.java/clean/src/freenet/client/async/USKFetcher.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
20613,
12,
3378,
47,
7744,
2403,
16,
1250,
14046,
1891,
16,
2445,
1260,
47,
1768,
1203,
13,
288,
202,
202,
13174,
682,
328,
273,
446,
31,
202,
202,
22043,
12,
2211,
13,
288,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6459,
20613,
12,
3378,
47,
7744,
2403,
16,
1250,
14046,
1891,
16,
2445,
1260,
47,
1768,
1203,
13,
288,
202,
202,
13174,
682,
328,
273,
446,
31,
202,
202,
22043,
12,
2211,
13,
288,
... |
return "TokenToWords"; | return "TokenToWords"; | public String toString() { return "TokenToWords"; } | 48071 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48071/6a55df45b5e749262e5610405145a505d38c6c9e/TokenToWords.java/clean/java/de/dfki/lt/mary/modules/en/TokenToWords.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1762,
1435,
288,
202,
2463,
315,
1345,
774,
7363,
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,... | [
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1762,
1435,
288,
202,
2463,
315,
1345,
774,
7363,
14432,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
match(input,RHS,FOLLOW_RHS_in_word3312); if (failed) return word; | match(input,RHS,FOLLOW_RHS_in_word3294); if (failed) return word; | public String word() throws RecognitionException { String word = null; Token id=null; Token str=null; word = null; try { // D:\\workspace\\jboss\\jbossrules\\drools-compiler\\src\\main\\resources\\org\\drools\\lang\\DRL.g:1286:4: ( ( ID )=>id= ID |... | 5490 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5490/afea9f80e7c11e7b76df18f232d3b5ca5ad21e72/DRLParser.java/buggy/drools-compiler/src/main/java/org/drools/lang/DRLParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
2076,
1435,
1216,
9539,
288,
6647,
514,
2076,
273,
446,
31,
3639,
3155,
612,
33,
2011,
31,
3639,
3155,
609,
33,
2011,
31,
1171,
202,
202,
1095,
273,
446,
31,
540,
202,
3639,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
2076,
1435,
1216,
9539,
288,
6647,
514,
2076,
273,
446,
31,
3639,
3155,
612,
33,
2011,
31,
3639,
3155,
609,
33,
2011,
31,
1171,
202,
202,
1095,
273,
446,
31,
540,
202,
3639,
... |
fName = cdiVariableObject.getName(); | setName( cdiVariableObject.getName() ); | protected CVariable( CDebugElement parent, ICDIVariableDescriptor cdiVariableObject ) { super( parent ); if ( cdiVariableObject != null ) { fName = cdiVariableObject.getName(); createOriginal( cdiVariableObject ); } fIsEnabled = ( parent instanceof AbstractCValue ) ? ((AbstractCValue)parent).getParentVariable(... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/a5fdd63e34dd4d49f63c6975be12c8c478f631b8/CVariable.java/buggy/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/model/CVariable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
385,
3092,
12,
385,
2829,
1046,
982,
16,
26899,
2565,
3092,
3187,
276,
3211,
3092,
921,
262,
288,
202,
202,
9565,
12,
982,
11272,
202,
202,
430,
261,
276,
3211,
3092,
921,
48... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
385,
3092,
12,
385,
2829,
1046,
982,
16,
26899,
2565,
3092,
3187,
276,
3211,
3092,
921,
262,
288,
202,
202,
9565,
12,
982,
11272,
202,
202,
430,
261,
276,
3211,
3092,
921,
48... |
releaseLock(conn, LOCK_TRIGGER_ACCESS, transOwner); closeConnection(conn); | try { releaseLock(conn, LOCK_TRIGGER_ACCESS, transOwner); } finally { closeConnection(conn); } | public void storeTrigger(SchedulingContext ctxt, Trigger newTrigger, boolean replaceExisting) throws ObjectAlreadyExistsException, JobPersistenceException { Connection conn = getConnection(); boolean transOwner = false; try { if(isLockOnInsert() || replaceExisti... | 3431 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3431/a1e34efab77120ec8bb75b6dd44ed5d8a9b59918/JobStoreTX.java/buggy/src/java/org/quartz/impl/jdbcjobstore/JobStoreTX.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1707,
6518,
12,
25401,
1042,
14286,
16,
11321,
394,
6518,
16,
5411,
1250,
1453,
9895,
13,
1216,
1033,
26853,
16,
5411,
3956,
13182,
503,
288,
3639,
4050,
1487,
273,
6742,
5621,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1707,
6518,
12,
25401,
1042,
14286,
16,
11321,
394,
6518,
16,
5411,
1250,
1453,
9895,
13,
1216,
1033,
26853,
16,
5411,
3956,
13182,
503,
288,
3639,
4050,
1487,
273,
6742,
5621,
... |
item.put("type", obj.attribType); objRefList.add(item); | attribList.add(item); } } else { if(obj.attribType == Constants.NUMBER_TYPE || obj.attribType == Constants.STRING_OR_NUMBER_TYPE) { Hashtable item = new Hashtable(); item.put("name", attribName); item.put("value", obj.attribValue.toString()); attribList.add(item); } else { if ((obj.attribType !=Constants.LIST_TYPE) || ... | protected Hashtable getXMLInfo () { Hashtable xmlInfo = new Hashtable(); ArrayList attribList = new ArrayList(); ArrayList objRefList = new ArrayList(); int size = attribHash.size(); for (int i = 0; i < size; i++) { String attribName = (String) attribOrder.get(i); XMLAttribute obj = (XMLAttri... | 4483 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4483/2f56bf014cdbab92ae53cc7d21aed10035ed3f3a/BaseObject.java/buggy/src/gov/nasa/gsfc/adc/xdf/BaseObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
18559,
336,
4201,
966,
1832,
288,
565,
18559,
2025,
966,
273,
394,
18559,
5621,
565,
2407,
5885,
682,
273,
394,
2407,
5621,
565,
2407,
1081,
1957,
682,
273,
394,
2407,
5621,
565,
50... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
18559,
336,
4201,
966,
1832,
288,
565,
18559,
2025,
966,
273,
394,
18559,
5621,
565,
2407,
5885,
682,
273,
394,
2407,
5621,
565,
2407,
1081,
1957,
682,
273,
394,
2407,
5621,
565,
50... |
s.SendIntegerReverse(4,4); s.SendIntegerReverse(value,4); | s.SendInteger(4,4); s.SendInteger(value,4); | protected void send(postgresql.PG_Stream s) throws IOException { if(type) { // argument is an integer s.SendIntegerReverse(4,4); // size of an integer s.SendIntegerReverse(value,4); // integer value of argument } else { // argument is a byte array s.SendIntegerReverse(bytes.length,4); ... | 49504 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49504/4e9dd952966b600951f05ab2913b5b97936d42ba/FastpathArg.java/clean/src/interfaces/jdbc/postgresql/fastpath/FastpathArg.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1366,
12,
2767,
24330,
18,
18679,
67,
1228,
272,
13,
1216,
1860,
225,
288,
565,
309,
12,
723,
13,
288,
1377,
368,
1237,
353,
392,
3571,
1377,
272,
18,
3826,
4522,
12650,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1366,
12,
2767,
24330,
18,
18679,
67,
1228,
272,
13,
1216,
1860,
225,
288,
565,
309,
12,
723,
13,
288,
1377,
368,
1237,
353,
392,
3571,
1377,
272,
18,
3826,
4522,
12650,
12,
... |
localPatternChars = value; | localPatternChars = chars; | public void setLocalPatternChars (String value) { localPatternChars = value; } | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/9cc7b60db57475e9252947e71598fd6bdc44e23e/DateFormatSymbols.java/clean/core/src/classpath/java/java/text/DateFormatSymbols.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
27970,
3234,
7803,
261,
780,
460,
13,
225,
288,
565,
1191,
3234,
7803,
273,
5230,
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... | [
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
27970,
3234,
7803,
261,
780,
460,
13,
225,
288,
565,
1191,
3234,
7803,
273,
5230,
31,
225,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
{ Object result; | { Object result; | public Object getAdaptor(Class subjectClass) { Object result; if (cache != null) { synchronized (cache) { result = cache.get(subjectClass); if (result != null) return result; } } result = searchFo... | 4433 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4433/c51d8d4dd8d476478f92119536b3819c3e9980a1/Decorator.java/buggy/framework/src/com/primix/tapestry/util/Decorator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
336,
29888,
12,
797,
3221,
797,
13,
565,
288,
3639,
1033,
563,
31,
3639,
309,
261,
2493,
480,
446,
13,
3639,
288,
5411,
3852,
261,
2493,
13,
5411,
288,
7734,
563,
273,
1247,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1033,
336,
29888,
12,
797,
3221,
797,
13,
565,
288,
3639,
1033,
563,
31,
3639,
309,
261,
2493,
480,
446,
13,
3639,
288,
5411,
3852,
261,
2493,
13,
5411,
288,
7734,
563,
273,
1247,... |
if (!ctxt.getOptions().getIgnoreAnnotations()) { out.printin("org.apache.jasper.runtime.AnnotationProcessor.postConstruct("); out.print(tagHandlerVar); out.println(");"); } | out.printin("org.apache.jasper.runtime.AnnotationHelper.postConstruct("); out.print(VAR_ANNOTATIONPROCESSOR); out.print(", "); out.print(tagHandlerVar); out.println(");"); | private void generateCustomDoTag(Node.CustomTag n, TagHandlerInfo handlerInfo, String tagHandlerVar) throws JasperException { Class tagHandlerClass = handlerInfo.getTagHandlerClass(); n.setBeginJavaLine(out.getJavaLine()); out.printin("// "); ... | 26330 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/26330/f20929c26714f5535a17bdb94fb5d48df8458153/Generator.java/clean/java/org/apache/jasper/compiler/Generator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
3238,
918,
2103,
3802,
3244,
1805,
12,
907,
18,
3802,
1805,
290,
16,
7734,
4034,
1503,
966,
1838,
966,
16,
514,
1047,
1503,
1537,
13,
7734,
1216,
804,
345,
457,
503,
288,
5411,
1659,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3238,
918,
2103,
3802,
3244,
1805,
12,
907,
18,
3802,
1805,
290,
16,
7734,
4034,
1503,
966,
1838,
966,
16,
514,
1047,
1503,
1537,
13,
7734,
1216,
804,
345,
457,
503,
288,
5411,
1659,
10... |
"Name or visibility cannot" + " be an expression", st .getTokenIndex()); | Translator.localize(msg), st.getTokenIndex()); | public void parseOperation(String s, Object op) throws ParseException { MyTokenizer st; boolean hasColon = false; String name = null; String parameterlist = null; String stereotype = null; String token; String type = null; String visibility = null; Vect... | 7166 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7166/3a348b60807c47d91728708433b2fa7fd9dec972/OperationNotationUml.java/buggy/src_new/org/argouml/uml/notation/uml/OperationNotationUml.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1109,
2988,
12,
780,
272,
16,
1033,
1061,
13,
1216,
10616,
288,
3639,
8005,
10524,
384,
31,
3639,
1250,
711,
19636,
273,
629,
31,
3639,
514,
508,
273,
446,
31,
3639,
514,
156... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1109,
2988,
12,
780,
272,
16,
1033,
1061,
13,
1216,
10616,
288,
3639,
8005,
10524,
384,
31,
3639,
1250,
711,
19636,
273,
629,
31,
3639,
514,
508,
273,
446,
31,
3639,
514,
156... |
for (int i = 0; i < allNames.length; i++) { dumpComponentAsGDL(out, allNames[i]); | for (String componentName : allNames) { dumpComponentAsGDL(out, componentName); | public void showConfigAsGDL(String path) throws IOException { PrintStream out = new PrintStream(new FileOutputStream(path)); dumpGDLHeader(out); String[] allNames = getInstanceNames(Object.class); for (int i = 0; i < allNames.length; i++) { dumpComponentAsGDL(out, allNames[i])... | 8321 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8321/1e253ff9b370c4f396f6985c411d9757412bd5bc/ConfigurationManager.java/buggy/sphinx4/src/sphinx4/edu/cmu/sphinx/util/props/ConfigurationManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2405,
809,
1463,
43,
8914,
12,
780,
589,
13,
1216,
1860,
288,
3639,
21677,
596,
273,
394,
21677,
12,
2704,
12942,
12,
803,
10019,
3639,
4657,
43,
8914,
1864,
12,
659,
1769,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2405,
809,
1463,
43,
8914,
12,
780,
589,
13,
1216,
1860,
288,
3639,
21677,
596,
273,
394,
21677,
12,
2704,
12942,
12,
803,
10019,
3639,
4657,
43,
8914,
1864,
12,
659,
1769,
3... |
msgs = ((InternalEObject)newValue).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - DataPackage.ACTION__VALUE, null, msgs); | msgs = ((InternalEObject) newValue).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - DataPackage.ACTION__VALUE, null, msgs); | public void setValue(ActionValue newValue) { if (newValue != value) { NotificationChain msgs = null; if (value != null) msgs = ((InternalEObject)value).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - DataPackage.ACTION__VALUE, null, msgs); if (newValue ... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/e5c78f0e8317166d02fa384e14c3dd7aa1796f2c/ActionImpl.java/buggy/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/ActionImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
5524,
12,
1803,
620,
6129,
13,
565,
288,
3639,
309,
261,
2704,
620,
480,
460,
13,
3639,
288,
5411,
27050,
8733,
273,
446,
31,
5411,
309,
261,
1132,
480,
446,
13,
7734,
8733,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5524,
12,
1803,
620,
6129,
13,
565,
288,
3639,
309,
261,
2704,
620,
480,
460,
13,
3639,
288,
5411,
27050,
8733,
273,
446,
31,
5411,
309,
261,
1132,
480,
446,
13,
7734,
8733,
... |
public imakante.sales.casaOp getInternalObject() { | public imakante.sales.casaOpAdvances getInternalObject() { | public imakante.sales.casaOp getInternalObject() { return internalObject; } | 12667 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12667/54c14899c98eb3a723c8eabaa469f7fe32062470/FrmCaseOpAdvances.java/buggy/src/imakante/sales/FrmCaseOpAdvances.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
709,
581,
7974,
18,
87,
5408,
18,
6349,
69,
3817,
28915,
6872,
16918,
921,
1435,
288,
3639,
327,
2713,
921,
31,
565,
289,
2,
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,
0,
0,
0,
0,
0,
0,
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,
709,
581,
7974,
18,
87,
5408,
18,
6349,
69,
3817,
28915,
6872,
16918,
921,
1435,
288,
3639,
327,
2713,
921,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
assertEquals("/WEB-INF/grails-app/views/layouts/test.gsp", d.getPage()); | assertEquals("/WEB-INF/grails-app/views/layouts/test.gsp", d.getURIPath()); | public void testGetDecoratorHttpServletRequestPage() { MockHttpServletRequest request = new MockHttpServletRequest("GET", "orders/list"); GrailsLayoutDecoratorMapper m = new GrailsLayoutDecoratorMapper(); FastPageParser parser = new FastPageParser(); String html = "<html><head><title>Test title</title><meta name=\... | 55385 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55385/cf6ea0865f1e5dcdfccf88e7313e534dbd6d09b7/GrailsLayoutDecoratorMapperTests.java/clean/test/web/org/codehaus/groovy/grails/web/sitemesh/GrailsLayoutDecoratorMapperTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
967,
10361,
2940,
18572,
1964,
1435,
288,
202,
202,
9865,
2940,
18572,
590,
273,
394,
7867,
2940,
18572,
2932,
3264,
3113,
315,
9972,
19,
1098,
8863,
202,
202,
14571,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1842,
967,
10361,
2940,
18572,
1964,
1435,
288,
202,
202,
9865,
2940,
18572,
590,
273,
394,
7867,
2940,
18572,
2932,
3264,
3113,
315,
9972,
19,
1098,
8863,
202,
202,
14571,
... |
if (!determineShouldBeAtLeastGrayChecked(treeElement)) checkedStateStore.remove(treeElement); | if (!determineShouldBeAtLeastGrayChecked(treeElement)) { checkedStateStore.remove(treeElement); } | protected void ungrayCheckHierarchy(Object treeElement) { if (!determineShouldBeAtLeastGrayChecked(treeElement)) checkedStateStore.remove(treeElement); Object parent = treeContentProvider.getParent(treeElement); if (parent != null) ungrayCheckHierarchy(parent); } | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/e38d295ea613cf9f08aadb93a84a33d2e91abc5f/ResourceTreeAndListGroup.java/clean/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceTreeAndListGroup.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
640,
22440,
1564,
12074,
12,
921,
2151,
1046,
13,
288,
3639,
309,
16051,
24661,
14309,
1919,
25070,
23521,
11454,
12,
3413,
1046,
3719,
5411,
5950,
1119,
2257,
18,
4479,
12,
3413... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
640,
22440,
1564,
12074,
12,
921,
2151,
1046,
13,
288,
3639,
309,
16051,
24661,
14309,
1919,
25070,
23521,
11454,
12,
3413,
1046,
3719,
5411,
5950,
1119,
2257,
18,
4479,
12,
3413... |
throw new PSQLException(GT.tr("This statement has been closed.")); | throw new PSQLException(GT.tr("This statement has been closed."), PSQLState.OBJECT_NOT_IN_STATE); | protected void checkClosed() throws SQLException { if (isClosed) throw new PSQLException(GT.tr("This statement has been closed.")); } | 2413 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2413/2d0245f6946ddb872b4191c2f65f0e490bf5e549/AbstractJdbc2Statement.java/buggy/org/postgresql/jdbc2/AbstractJdbc2Statement.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
866,
7395,
1435,
1216,
6483,
565,
288,
3639,
309,
261,
291,
7395,
13,
5411,
604,
394,
453,
23116,
12,
16506,
18,
313,
2932,
2503,
3021,
711,
2118,
4375,
1199,
3631,
453,
3997,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
866,
7395,
1435,
1216,
6483,
565,
288,
3639,
309,
261,
291,
7395,
13,
5411,
604,
394,
453,
23116,
12,
16506,
18,
313,
2932,
2503,
3021,
711,
2118,
4375,
1199,
3631,
453,
3997,
... |
if (step.getMpUsed() > (entity.getOriginalJumpMP())) { | if (step.getMpUsed() > cachedMaxMPExpenditure) { | private void checkExtremeGravityMovement(Entity entity, MoveStep step, Coords curPos) { PilotingRollData rollTarget; if (game.getOptions().floatOption("gravity") != 1) { if (entity instanceof Mech) { if ((step.getMovementType() == Entity.MOVE_WALK) || (step.getMovementType() ... | 3464 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3464/59ec2b4702cce81dbe744c0414e31a71d16f5e25/Server.java/clean/megamek/src/megamek/server/Server.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
866,
2482,
2764,
73,
14571,
16438,
49,
26140,
12,
1943,
1522,
16,
9933,
4160,
2235,
16,
10320,
87,
662,
1616,
13,
288,
3639,
453,
330,
17128,
24194,
751,
5824,
2326,
31,
3639,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
866,
2482,
2764,
73,
14571,
16438,
49,
26140,
12,
1943,
1522,
16,
9933,
4160,
2235,
16,
10320,
87,
662,
1616,
13,
288,
3639,
453,
330,
17128,
24194,
751,
5824,
2326,
31,
3639,
... |
assertSame( tuple1, map.get( f1 ) ); | assertEquals( 2, table.size() ); assertTrue( table.contains( f1 ) ); | public void testAssertObjectWithMemory() throws Exception { final PropagationContext context = new PropagationContextImpl( 0, PropagationContext.ASSERTION, null, ... | 31577 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31577/ab61b5def7f0eff0ab9d0824289ac46bc6ac19cf/LeftInputAdapterNodeTest.java/clean/drools-core/src/test/java/org/drools/reteoo/LeftInputAdapterNodeTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
8213,
921,
1190,
6031,
1435,
1216,
1185,
288,
3639,
727,
1186,
9095,
367,
1042,
819,
273,
394,
1186,
9095,
367,
1042,
2828,
12,
374,
16,
28524,
4202,
1186,
9095,
367,
104... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8213,
921,
1190,
6031,
1435,
1216,
1185,
288,
3639,
727,
1186,
9095,
367,
1042,
819,
273,
394,
1186,
9095,
367,
1042,
2828,
12,
374,
16,
28524,
4202,
1186,
9095,
367,
104... |
if(maxValue.compareTo(propertyValue) > 0) { | if((propertyValue == null) || (maxValue.compareTo(propertyValue) < 0)) { | protected void processValidate(Object target, Object propertyValue, Errors errors) { if(maxValue.compareTo(propertyValue) > 0) { Object[] args = new Object[] { constraintPropertyName, constraintOwningClass, propertyValue, maxValue }; super.rejectValue(errors,MAX_CONSTRA... | 55385 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55385/975905c7e8c55e5fe91c94dc583c4269318ca341/ConstrainedProperty.java/clean/src/commons/org/codehaus/groovy/grails/validation/ConstrainedProperty.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
4750,
918,
1207,
4270,
12,
921,
1018,
16,
1033,
12337,
16,
9372,
1334,
13,
288,
5411,
309,
12443,
4468,
620,
422,
446,
13,
747,
261,
1896,
620,
18,
9877,
774,
12,
4468,
620,
13,
411,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4750,
918,
1207,
4270,
12,
921,
1018,
16,
1033,
12337,
16,
9372,
1334,
13,
288,
5411,
309,
12443,
4468,
620,
422,
446,
13,
747,
261,
1896,
620,
18,
9877,
774,
12,
4468,
620,
13,
411,
... |
return Collections.singletonMap(Constants.SITEMAP_PARAMETERS_LOCATION, config.getLocation()); | return new SitemapParameters.ExtendedHashMap(config); | protected Map getParameters(Configuration config) throws ConfigurationException { Configuration[] children = config.getChildren("parameter"); if (children.length == 0) { // Parameters are only the component's location return Collections.singletonMap(Constants.SITEMAP_PARAMETERS_L... | 46428 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46428/4ca99feecc6f70328199e642069e628d9f201a2f/AbstractProcessingNodeBuilder.java/buggy/src/java/org/apache/cocoon/components/treeprocessor/AbstractProcessingNodeBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1635,
10028,
12,
1750,
642,
13,
1216,
22196,
288,
3639,
4659,
8526,
2325,
273,
642,
18,
588,
4212,
2932,
6775,
8863,
3639,
309,
261,
5906,
18,
2469,
422,
374,
13,
288,
5411,
368,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1635,
10028,
12,
1750,
642,
13,
1216,
22196,
288,
3639,
4659,
8526,
2325,
273,
642,
18,
588,
4212,
2932,
6775,
8863,
3639,
309,
261,
5906,
18,
2469,
422,
374,
13,
288,
5411,
368,
... |
codeStream.incrStackSize(1); | codeStream.pushOnStack(scope.getJavaLangThrowable()); | public void generateCode(BlockScope currentScope, CodeStream codeStream) { if ((bits & IsReachable) == 0) { return; } // in case the labels needs to be reinitialized // when the code generation is restarted in wide mode if (this.anyExceptionLabelsCount > 0) { this.anyExceptionLabels = NO_EXCEPTION_HANDLER; ... | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/5a485cb39d1ee33622141cf426fac71c4bf93ded/TryStatement.java/buggy/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
2103,
1085,
12,
1768,
3876,
783,
3876,
16,
3356,
1228,
981,
1228,
13,
288,
202,
202,
430,
14015,
6789,
473,
2585,
26136,
429,
13,
422,
374,
13,
288,
1082,
202,
2463,
31,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2103,
1085,
12,
1768,
3876,
783,
3876,
16,
3356,
1228,
981,
1228,
13,
288,
202,
202,
430,
14015,
6789,
473,
2585,
26136,
429,
13,
422,
374,
13,
288,
1082,
202,
2463,
31,
... |
public PrimitiveTypeImpl getCharType(){ return _primitives[2]; } | public PrimitiveTypeImpl getCharType(){ return _primitives[CHAR_INDEX]; } | public PrimitiveTypeImpl getCharType(){ return _primitives[2]; } | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/ba7f55d89dcf40f0d2718397b348f39209d50c3a/BaseProcessorEnv.java/buggy/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
14488,
30639,
23577,
559,
1435,
95,
327,
389,
683,
18116,
63,
22,
15533,
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,
... | [
1,
1,
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,
225,
202,
482,
14488,
30639,
23577,
559,
1435,
95,
327,
389,
683,
18116,
63,
22,
15533,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
List list = SessionHandleAdapter.getInstance( ) .getReportDesignHandle( ) .getVisibleDataSets( ); | List list = getReportDesignHandle( ).getVisibleDataSets( ); | public String[] getAllDataSets( ) { List list = SessionHandleAdapter.getInstance( ) .getReportDesignHandle( ) .getVisibleDataSets( ); String[] names = new String[list.size( )]; for ( int i = 0; i < names.length; i++ ) { names[i] = ( (DataSetHandle) list.get( i ) ).getQualifiedName( ); } return names; } | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/060d4ae94338ab244ee62a019ed1b76b4cdca5eb/ReportDataServiceProvider.java/clean/chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
8526,
5514,
751,
2785,
12,
262,
202,
95,
202,
202,
682,
666,
273,
3877,
3259,
4216,
18,
588,
1442,
12,
262,
9506,
202,
18,
588,
4820,
15478,
3259,
12,
262,
9506,
202,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
8526,
5514,
751,
2785,
12,
262,
202,
95,
202,
202,
682,
666,
273,
3877,
3259,
4216,
18,
588,
1442,
12,
262,
9506,
202,
18,
588,
4820,
15478,
3259,
12,
262,
9506,
202,
1... |
Method m = null; | private Object processResolution(Object obj, int handle) throws IOException { if (obj instanceof Serializable) { Method m = null; try { Class classArgs[] = {}; m = getMethod(obj.getClass(), "readResolve", classArgs); obj = m.invoke(obj, new Object[] {}); } catch (NoSuchMethodExcep... | 56365 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56365/287ecb3eab399e579158e4cbd037261f67ffbc1b/ObjectInputStream.java/buggy/libjava/java/io/ObjectInputStream.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
1033,
1207,
11098,
12,
921,
1081,
16,
509,
1640,
13,
565,
1216,
1860,
225,
288,
565,
309,
261,
2603,
1276,
13687,
13,
1377,
288,
540,
202,
698,
202,
225,
288,
202,
565,
1659,
667,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1033,
1207,
11098,
12,
921,
1081,
16,
509,
1640,
13,
565,
1216,
1860,
225,
288,
565,
309,
261,
2603,
1276,
13687,
13,
1377,
288,
540,
202,
698,
202,
225,
288,
202,
565,
1659,
667,... | |
protected Object newInstance( Class theClass, Map attributes, XMLOutput output) throws JellyTagException { String text = (String) attributes.remove("style"); if (text != null) { int style = SwtHelper.parseStyle(theClass, text); ... | 51800 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51800/4586bb597b2001acabf920e9341f5f7d435b3324/LayoutDataTag.java/buggy/jelly-tags/swt/src/java/org/apache/commons/jelly/tags/swt/LayoutDataTag.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1033,
5984,
12,
3639,
1659,
326,
797,
16,
3639,
1635,
1677,
16,
3639,
3167,
1447,
876,
13,
3639,
1216,
804,
292,
715,
1805,
503,
288,
10792,
514,
977,
273,
261,
780,
13,
1677,
18,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1033,
5984,
12,
3639,
1659,
326,
797,
16,
3639,
1635,
1677,
16,
3639,
3167,
1447,
876,
13,
3639,
1216,
804,
292,
715,
1805,
503,
288,
10792,
514,
977,
273,
261,
780,
13,
1677,
18,... | ||
GroupElementHandle handle = GroupElementFactory.newGroupElement( designHandle, modelList ); | GroupElementHandle handle = GroupElementFactory.newGroupElement( designHandle, modelList ); | public static GroupElementHandle getMultiSelectionHandle( List modelList ) { ModuleHandle designHandle = SessionHandleAdapter.getInstance( ) .getReportDesignHandle( ); GroupElementHandle handle = GroupElementFactory.newGroupElement( designHandle, modelList ); return handle; } | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/8f4d195ea2cee97486772b52961bc6329e4c409f/DEUtil.java/buggy/UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
3756,
1046,
3259,
31863,
6233,
3259,
12,
987,
938,
682,
262,
202,
95,
202,
202,
3120,
3259,
8281,
3259,
273,
3877,
3259,
4216,
18,
588,
1442,
12,
262,
9506,
202,
18,
588,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
760,
3756,
1046,
3259,
31863,
6233,
3259,
12,
987,
938,
682,
262,
202,
95,
202,
202,
3120,
3259,
8281,
3259,
273,
3877,
3259,
4216,
18,
588,
1442,
12,
262,
9506,
202,
18,
588,... |
private Node createLoop(int loopType, Node body, Node cond, Node init, Node incr, int lineno) | private Node createLoop(Node.Jump loop, int loopType, Node body, Node cond, Node init, Node incr) | private Node createLoop(int loopType, Node body, Node cond, Node init, Node incr, int lineno) { Node.Target bodyTarget = new Node.Target(); Node.Target condTarget = new Node.Target(); if (loopType == LOOP_FOR && cond.getType() == Token.EMPTY) { cond = ne... | 19000 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19000/78e835470e0a90ae1ee62618c62f364ed850bede/IRFactory.java/clean/src/org/mozilla/javascript/IRFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
2029,
752,
6452,
12,
474,
2798,
559,
16,
2029,
1417,
16,
2029,
6941,
16,
18701,
2029,
1208,
16,
2029,
17633,
16,
509,
7586,
13,
565,
288,
3639,
2029,
18,
2326,
1417,
2326,
273,
39... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2029,
752,
6452,
12,
474,
2798,
559,
16,
2029,
1417,
16,
2029,
6941,
16,
18701,
2029,
1208,
16,
2029,
17633,
16,
509,
7586,
13,
565,
288,
3639,
2029,
18,
2326,
1417,
2326,
273,
39... |
{ return false; } | { return false; } | public boolean supportsPositionedDelete() throws SQLException { return false; // For now... } | 47288 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47288/6a061da272f04e1463864065f87f1f3fd61d6162/DatabaseMetaData.java/clean/src/interfaces/jdbc/postgresql/DatabaseMetaData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
6146,
2555,
329,
2613,
1435,
1216,
6483,
202,
95,
202,
202,
2463,
629,
31,
1082,
202,
759,
2457,
2037,
2777,
202,
97,
2,
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,
0,
0,
0,
0,
0,
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,
1250,
6146,
2555,
329,
2613,
1435,
1216,
6483,
202,
95,
202,
202,
2463,
629,
31,
1082,
202,
759,
2457,
2037,
2777,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
this.timeout = timeout; } | this.timeout = timeout; if (timeout > 0) setRetryTimes((int) (timeout / getRetryDelayMs())); } | public void setTimeout(int timeout) { this.timeout = timeout; } | 54717 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54717/60533ff5234b3216373cf01e1a073a61f565b554/OsgiServiceProxyFactoryBean.java/clean/spring-osgi-core/src/main/java/org/springframework/osgi/service/OsgiServiceProxyFactoryBean.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
9643,
12,
474,
2021,
13,
288,
3639,
333,
18,
4538,
273,
2021,
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,... | [
1,
1,
1,
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,
377,
1071,
918,
9643,
12,
474,
2021,
13,
288,
3639,
333,
18,
4538,
273,
2021,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
String name = null; Object args = nf.createLeaf(ts.LP); Object body; | private Object function(TokenStream ts, Source source, boolean isExpr) throws IOException, JavaScriptException { String name = null; Object args = nf.createLeaf(ts.LP); Object body; int baseLineno = ts.getLineno(); // line number where source starts // save a reference ... | 19000 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19000/92ccdd736e7a1516e4fb6d1eaf915e7021c8dc95/Parser.java/clean/src/org/mozilla/javascript/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1033,
445,
12,
1345,
1228,
3742,
16,
4998,
1084,
16,
1250,
353,
4742,
13,
3639,
1216,
1860,
16,
11905,
503,
565,
288,
3639,
514,
508,
273,
446,
31,
3639,
1033,
833,
273,
13958,
18... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1033,
445,
12,
1345,
1228,
3742,
16,
4998,
1084,
16,
1250,
353,
4742,
13,
3639,
1216,
1860,
16,
11905,
503,
565,
288,
3639,
514,
508,
273,
446,
31,
3639,
1033,
833,
273,
13958,
18... | |
if (graphic.getGraphic().distance(e.getX(), e.getY()) > 2) { graphic.getStateMachine().setUnselected(); graphic.fireEvent(EOMGCursors.DEFAULT, ""); graphic.redraw(e, true); } else if (graphic.getCanGrabGraphic()) { graphic.fireEvent(EOMGCursors.EDIT, ""); graphic.redraw(e, true); | if (graphic.getGraphic().distance(e.getX(), e.getY()) <= 2) { if (graphic.getCanGrabGraphic()) { graphic.fireEvent(EOMGCursors.EDIT, "", e); graphic.redraw(e, true); } else { graphic.fireEvent(EOMGCursors.DEFAULT, "", e); } } else { graphic.fireEvent(new com.bbn.openmap.omGraphics.event.EOMGEvent()); | public boolean mouseReleased(MouseEvent e) { Debug.message("eomg", "GraphicStateMachine|selected state|mouseReleased"); GrabPoint mp = graphic.getMovingPoint(e); // If the graphic itself was clicked on, then just go to selected // mode. if (mp == null) { if (graphic.getGraphic().distance(e.getX(), e.getY()) > 2... | 47208 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47208/1b2e3ec7c77498aa4aba00851d82b1c25ce3fb88/GraphicSelectedState.java/buggy/src/openmap/com/bbn/openmap/omGraphics/editable/GraphicSelectedState.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
7644,
26363,
12,
9186,
1133,
425,
13,
288,
202,
2829,
18,
2150,
2932,
2880,
75,
3113,
315,
29459,
1119,
6981,
96,
8109,
919,
96,
11697,
26363,
8863,
202,
14571,
70,
2148,
6749... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7644,
26363,
12,
9186,
1133,
425,
13,
288,
202,
2829,
18,
2150,
2932,
2880,
75,
3113,
315,
29459,
1119,
6981,
96,
8109,
919,
96,
11697,
26363,
8863,
202,
14571,
70,
2148,
6749... |
} | } | public void actionPerformed(ActionEvent ae) { } | 7166 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7166/ca3bcb5d6dd283c4553bcbfe50b108dc5d499768/TabChecklist.java/buggy/src_new/org/argouml/cognitive/checklist/ui/TabChecklist.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
26100,
12,
1803,
1133,
14221,
13,
288,
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... | [
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,
282,
1071,
918,
26100,
12,
1803,
1133,
14221,
13,
288,
225,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
getDataSetTabSet().requestConcatOnlyRelation(ds, relation); | getDataSetTabSet().requestSubclassRelation(dataset, relation); | public void actionPerformed(ActionEvent evt) { getDataSetTabSet().requestConcatOnlyRelation(ds, relation); } | 2000 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2000/fe72f47add9743030014f390ef70c1e3c3c1ae96/WindowContext.java/buggy/src/java/org/biomart/builder/view/gui/WindowContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1171,
1071,
918,
26100,
12,
1803,
1133,
6324,
13,
288,
10792,
4303,
694,
5661,
694,
7675,
2293,
1676,
1106,
3963,
12,
8682,
16,
2533,
1769,
7734,
289,
2,
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,
0,
0,
0,
0,
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,
1171,
1071,
918,
26100,
12,
1803,
1133,
6324,
13,
288,
10792,
4303,
694,
5661,
694,
7675,
2293,
1676,
1106,
3963,
12,
8682,
16,
2533,
1769,
7734,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
protected void openConnection(String host, int port, Properties info, String database, String url, Driver d) throws SQLException { // Throw an exception if the user or password properties are missing // This occasionally occurs when the client uses the properties version // of getConnection(), and is a ... | 45497 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45497/45b5d792afa60ae24d57cdceaaec0e03cf6abb2a/Connection.java/buggy/src/interfaces/jdbc/org/postgresql/Connection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
24982,
12,
780,
1479,
16,
509,
1756,
16,
6183,
1123,
16,
514,
2063,
16,
514,
880,
16,
9396,
302,
13,
1216,
6483,
565,
288,
565,
368,
3743,
392,
1520,
309,
326,
729,
578,
22... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
24982,
12,
780,
1479,
16,
509,
1756,
16,
6183,
1123,
16,
514,
2063,
16,
514,
880,
16,
9396,
302,
13,
1216,
6483,
565,
288,
565,
368,
3743,
392,
1520,
309,
326,
729,
578,
22... | ||
private void jbInit() throws Exception { JPanel temp = new JPanel(); temp.setLayout(new BorderLayout()); treePane.setLayout(treeLayout); this.setLayout(mBaseLayout); mElementTreeScrollPane.setMinimumSize(new Dimension(0, 0)); mElementTree.setRootVisible(false); mElemen... | 49828 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49828/6570edc444bc3748e2629f90eab19d87e3a6de67/ConfigContextEditor.java/buggy/modules/jackal/editors/org/vrjuggler/jccl/editors/ConfigContextEditor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
918,
20515,
2570,
1435,
15069,
1185,
95,
46,
5537,
1906,
273,
394,
24048,
5621,
5814,
18,
542,
3744,
12,
2704,
30814,
10663,
3413,
8485,
18,
542,
3744,
12,
3413,
3744,
1769,
2211,
18,
54... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
20515,
2570,
1435,
15069,
1185,
95,
46,
5537,
1906,
273,
394,
24048,
5621,
5814,
18,
542,
3744,
12,
2704,
30814,
10663,
3413,
8485,
18,
542,
3744,
12,
3413,
3744,
1769,
2211,
18,
54... | ||
catch (Exception e) | catch (Exception ignore) | public String getBuyNowForm(Integer itemId, String username, String password) throws RemoteException { int userId = -1; StringBuffer html = new StringBuffer(); PreparedStatement stmt = null; ResultSet rs = null; Connection conn = null; // Authenticate the user who want to comment ... | 5750 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5750/f4e968f06192caa924056050f199dbc663b1dae2/SB_BuyNowBean.java/buggy/EJB_SessionBean/edu/rice/rubis/beans/SB_BuyNowBean.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
514,
2882,
9835,
8674,
1204,
12,
4522,
18424,
16,
514,
2718,
16,
514,
2201,
13,
1216,
18361,
225,
288,
565,
509,
6249,
273,
300,
21,
31,
565,
6674,
1729,
273,
394,
6674,
5621,
565... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
2882,
9835,
8674,
1204,
12,
4522,
18424,
16,
514,
2718,
16,
514,
2201,
13,
1216,
18361,
225,
288,
565,
509,
6249,
273,
300,
21,
31,
565,
6674,
1729,
273,
394,
6674,
5621,
565... |
if (menubarStructure == null) menubarStructure = (ActionSetDisplayItem) structures.get(0); if (toolbarStructure == null) toolbarStructure = (ActionSetDisplayItem) structures.get(1); | if (menubarStructure == null) { menubarStructure = (ActionSetDisplayItem) structures.get(0); } if (toolbarStructure == null) { toolbarStructure = (ActionSetDisplayItem) structures.get(1); } | void handleActionSetSelected(SelectionChangedEvent event) { IStructuredSelection sel = (IStructuredSelection) event.getSelection(); ActionSetDescriptor element = (ActionSetDescriptor) sel .getFirstElement(); if (element == selectedActionSet) return; String actio... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/fa4a8cff0e027f8d3c6b1fcb92b30f46767dd191/CustomizePerspectiveDialog.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
1640,
1803,
694,
7416,
12,
6233,
27553,
871,
13,
288,
3639,
467,
30733,
6233,
357,
273,
261,
45,
30733,
6233,
13,
871,
18,
588,
6233,
5621,
3639,
4382,
694,
3187,
930,
273,
261,
18... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
1640,
1803,
694,
7416,
12,
6233,
27553,
871,
13,
288,
3639,
467,
30733,
6233,
357,
273,
261,
45,
30733,
6233,
13,
871,
18,
588,
6233,
5621,
3639,
4382,
694,
3187,
930,
273,
261,
18... |
this(description, null, true); wasChecked = true; } | this(description, null, true); wasChecked = true; } | public MockConstraint( String description ) { this(description, null, true); wasChecked = true; } | 57371 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57371/c26c57f3ac4851e6bc9c5df8515ac73f4045eebf/MockConstraint.java/buggy/jmock/core/src/test/jmock/core/testsupport/MockConstraint.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
7867,
5806,
12,
514,
2477,
262,
288,
202,
202,
2211,
12,
3384,
16,
446,
16,
638,
1769,
202,
202,
17416,
11454,
273,
638,
31,
202,
97,
2,
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,
0,
0,
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,
7867,
5806,
12,
514,
2477,
262,
288,
202,
202,
2211,
12,
3384,
16,
446,
16,
638,
1769,
202,
202,
17416,
11454,
273,
638,
31,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
... |
public void read() { | public void read(JLabel status) { | public void read() { // get a programmer reference and write Programmer p = InstanceManager.programmerInstance(); if (p != null) { _busy = true; _reading = true; try { p.readCV(_num, this); } catch (Exception e) { log.warn("Exception during CV read: "+e); setBusy(false); } } else { log.error("... | 2652 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2652/d0990d9221e1d87fb80fc569665a23bfcf53f7d7/CvValue.java/buggy/jmri/symbolicprog/CvValue.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
855,
1435,
288,
202,
202,
759,
336,
279,
5402,
6592,
2114,
471,
1045,
202,
202,
9459,
6592,
293,
273,
5180,
1318,
18,
12890,
6592,
1442,
5621,
202,
202,
430,
261,
84,
480... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
855,
1435,
288,
202,
202,
759,
336,
279,
5402,
6592,
2114,
471,
1045,
202,
202,
9459,
6592,
293,
273,
5180,
1318,
18,
12890,
6592,
1442,
5621,
202,
202,
430,
261,
84,
480... |
errString = "Unable to response " + e.toString(); | errString = "Unable to respond: " + e.toString(); if (log.isWarnEnabled()) { log.warn(errString, e); } } if (log.isWarnEnabled()) { log.warn(errString); | public void doPost (HttpServletRequest req, HttpServletResponse res) throws ServletException,IOException { String errString = "request successful"; try { if (log.isDebugEnabled()) { log.debug("doPost"); } res.setContentType("text/html"); // if a request comes in for naming certif... | 12869 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12869/dd3d9ab019e5d74390d6e50a23a62e186a385831/NameServerCertificateServlet.java/buggy/securityservices/src/org/cougaar/core/security/certauthority/servlet/NameServerCertificateServlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
741,
3349,
261,
2940,
18572,
225,
1111,
16,
12446,
400,
13,
565,
1216,
16517,
16,
14106,
225,
288,
565,
514,
393,
780,
273,
315,
2293,
6873,
14432,
565,
775,
288,
1377,
309,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
741,
3349,
261,
2940,
18572,
225,
1111,
16,
12446,
400,
13,
565,
1216,
16517,
16,
14106,
225,
288,
565,
514,
393,
780,
273,
315,
2293,
6873,
14432,
565,
775,
288,
1377,
309,
... |
IPerspectiveDescriptor oldPerspective, IPerspectiveDescriptor newPerspective) { UIListenerLogging.logPerspectiveSavedAs(this, page, oldPerspective, newPerspective); perspectiveListeners.firePerspectiveSavedAs(page, oldPerspective, newPerspective); } | IPerspectiveDescriptor oldPerspective, IPerspectiveDescriptor newPerspective) { UIListenerLogging.logPerspectiveSavedAs(this, page, oldPerspective, newPerspective); perspectiveListeners.firePerspectiveSavedAs(page, oldPerspective, newPerspective); } | void firePerspectiveSavedAs(IWorkbenchPage page, IPerspectiveDescriptor oldPerspective, IPerspectiveDescriptor newPerspective) { UIListenerLogging.logPerspectiveSavedAs(this, page, oldPerspective, newPerspective); perspectiveListeners.firePerspectiveSavedAs(page, oldPerspective, newPerspective... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/97610ef9afbe6c924e048d8d60c2f4721860850b/WorkbenchWindow.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
4452,
14781,
16772,
16776,
1463,
12,
45,
2421,
22144,
1964,
1363,
16,
5411,
2971,
414,
16772,
3187,
1592,
14781,
16772,
16,
2971,
414,
16772,
3187,
394,
14781,
16772,
13,
288,
3639,
64... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
4452,
14781,
16772,
16776,
1463,
12,
45,
2421,
22144,
1964,
1363,
16,
5411,
2971,
414,
16772,
3187,
1592,
14781,
16772,
16,
2971,
414,
16772,
3187,
394,
14781,
16772,
13,
288,
3639,
64... |
UIAction action; | protected JComponent buildComponent(Element current) { String tag = current.getTagName(); JComponent comp = null; String label = null;; // menu tag if (tag.equals(menu_tag)) { Node node; JMenu menu = new MenuCtrl(); String my_id = current.getAttribute(id_attr); comp = menu; ... | 12904 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12904/643daf07863ac7a9460301170008b0c42861828f/XMLMenuBuilder.java/buggy/grendel/ui/XMLMenuBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
29058,
1361,
1841,
12,
1046,
783,
13,
288,
565,
514,
1047,
273,
783,
18,
588,
8520,
5621,
565,
29058,
1161,
273,
446,
31,
565,
514,
1433,
273,
446,
25708,
3639,
368,
3824,
1047,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
29058,
1361,
1841,
12,
1046,
783,
13,
288,
565,
514,
1047,
273,
783,
18,
588,
8520,
5621,
565,
29058,
1161,
273,
446,
31,
565,
514,
1433,
273,
446,
25708,
3639,
368,
3824,
1047,
5... | |
return ds.getConnection(); } | return ds.getConnection(); } | private Connection getConnection() throws SQLException, NamingException { DataSource ds = (DataSource) getInitialContext().lookup(dataSource); return ds.getConnection(); } //getConnection | 4109 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4109/eacf4dd5b0993e24e9a5988e58f9a0cbb200450b/LocalKeyRecoverySessionBean.java/clean/src/java/se/anatom/ejbca/keyrecovery/LocalKeyRecoverySessionBean.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
4050,
6742,
1435,
1216,
6483,
16,
26890,
288,
202,
202,
8597,
3780,
273,
261,
8597,
13,
24044,
1042,
7675,
8664,
12,
892,
1830,
1769,
202,
202,
2463,
3780,
18,
588,
1952,
5621,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
4050,
6742,
1435,
1216,
6483,
16,
26890,
288,
202,
202,
8597,
3780,
273,
261,
8597,
13,
24044,
1042,
7675,
8664,
12,
892,
1830,
1769,
202,
202,
2463,
3780,
18,
588,
1952,
5621,... |
SymmetricKey symkey = ((SecretKeyFacade)key).key; return symkey.getLength(); | public int engineGetKeySize(Key key) throws InvalidKeyException { if( ! (key instanceof SecretKeyFacade) ) { throw new InvalidKeyException("key must be JSS key"); } SymmetricKey symkey = ((SecretKeyFacade)key).key; return symkey.getLength(); } | 54155 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54155/844a47f512fc6f90ce5a4435b8a2511c9ef25adc/JSSCipherSpi.java/buggy/security/jss/org/mozilla/jss/provider/javax/crypto/JSSCipherSpi.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
4073,
967,
653,
1225,
12,
653,
498,
13,
1216,
28885,
288,
3639,
309,
12,
401,
261,
856,
1276,
19391,
12467,
13,
262,
288,
5411,
604,
394,
28885,
2932,
856,
1297,
506,
29686,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
509,
4073,
967,
653,
1225,
12,
653,
498,
13,
1216,
28885,
288,
3639,
309,
12,
401,
261,
856,
1276,
19391,
12467,
13,
262,
288,
5411,
604,
394,
28885,
2932,
856,
1297,
506,
29686,
... | |
public org.quickfix.field.LegIssuer getLegIssuer() throws FieldNotFound { org.quickfix.field.LegIssuer value = new org.quickfix.field.LegIssuer(); | public quickfix.field.LegIssuer getLegIssuer() throws FieldNotFound { quickfix.field.LegIssuer value = new quickfix.field.LegIssuer(); | public org.quickfix.field.LegIssuer getLegIssuer() throws FieldNotFound { org.quickfix.field.LegIssuer value = new org.quickfix.field.LegIssuer(); getField(value); return value; } | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/fecc27f98261270772ff182a1d4dfd94b5daa73d/IndicationOfInterest.java/clean/src/java/src/quickfix/fix44/IndicationOfInterest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
16667,
336,
8329,
16667,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
16667,
460,
273,
394,
2358,
18,
19525,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
16667,
336,
8329,
16667,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
16667,
460,
273,
394,
2358,
18,
19525,... |
public EditableTransaction(TransactionsFrameLayout parent){ this.parent = parent; // date = new JFormattedTextField(Formatter.getInstance().getDateFormat()); date = new JDateChooser(new Date(), PrefsInstance.getInstance().getPrefs().getDateFormat()); amount = new JNumberField(Formatter.getInstance().getDecimalF... | 48285 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48285/9cb2c0ff9149c29aa86cfd420b2e252f8aae9c40/EditableTransaction.java/buggy/src/org/homeunix/drummer/view/components/EditableTransaction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
6651,
9085,
3342,
12,
14186,
3219,
3744,
982,
15329,
202,
202,
2211,
18,
2938,
273,
982,
31,
9506,
202,
759,
202,
202,
712,
273,
394,
804,
18298,
16157,
12,
5074,
18,
588,
144... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6651,
9085,
3342,
12,
14186,
3219,
3744,
982,
15329,
202,
202,
2211,
18,
2938,
273,
982,
31,
9506,
202,
759,
202,
202,
712,
273,
394,
804,
18298,
16157,
12,
5074,
18,
588,
144... | ||
private final void writeBarrier(VM_Address src, VM_Address tgt, VM_Address obj) | private final void writeBarrier(VM_Address src, VM_Address tgt) | private final void writeBarrier(VM_Address src, VM_Address tgt, VM_Address obj) throws VM_PragmaInline { if (GATHER_WRITE_BARRIER_STATS) wbFastPathCounter++; VM_Address old; do { old = VM_Address.fromInt(VM_Magic.prepare(src, 0)); } while (!VM_Magic.attempt(src, 0, old.toInt(), tgt.toInt())); ... | 5245 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5245/d31caf7bd0b332532ed37b4c587c3ffccef6ec87/Plan.java/buggy/rvm/src/vm/memoryManagers/JMTk/plan/refCount/Plan.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
727,
918,
1045,
5190,
10342,
12,
7397,
67,
1887,
1705,
16,
8251,
67,
1887,
11680,
13,
377,
1216,
8251,
67,
2050,
9454,
10870,
288,
565,
309,
261,
43,
3275,
654,
67,
11677,
67,
219... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
727,
918,
1045,
5190,
10342,
12,
7397,
67,
1887,
1705,
16,
8251,
67,
1887,
11680,
13,
377,
1216,
8251,
67,
2050,
9454,
10870,
288,
565,
309,
261,
43,
3275,
654,
67,
11677,
67,
219... |
(componentType != InputSource.class) | (componentType != InputSource.class) && !File.class.isAssignableFrom(componentType) && !InputStream.class.isAssignableFrom(componentType) && !InputSource.class.isAssignableFrom(componentType) | private void processJAXPSchemaSource(Hashtable locationPairs) throws IOException { fJAXPProcessed = true; if (fJAXPSource == null) { return; } Class componentType = fJAXPSource.getClass().getComponentType(); XMLInputSource xis = null; String sid = null; ... | 1831 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1831/a3bd40f2aeab4b4e00ec3b7aba475fb97e01aee7/XMLSchemaLoader.java/buggy/src/org/apache/xerces/impl/xs/XMLSchemaLoader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1207,
17368,
52,
3078,
1830,
12,
5582,
14544,
2117,
10409,
13,
1216,
1860,
288,
3639,
284,
17368,
52,
13533,
273,
638,
31,
3639,
309,
261,
74,
17368,
52,
1830,
422,
446,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1207,
17368,
52,
3078,
1830,
12,
5582,
14544,
2117,
10409,
13,
1216,
1860,
288,
3639,
284,
17368,
52,
13533,
273,
638,
31,
3639,
309,
261,
74,
17368,
52,
1830,
422,
446,
13,
... |
try { for(Iterator i = interfaces.iterator(); i.hasNext(); ) { String interfaceName = (String)i.next(); | for(Iterator i = interfaces.iterator(); i.hasNext(); ) { String interfaceName = (String)i.next(); try { | public void addInterface(String name, short modifiers, Vector interfaces, String javadoc) { Object mInterface = addClassifier(UmlFactory.getFactory().getCore().createInterface(), name, modifiers, javadoc); try { ... | 7166 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7166/022b0ff3f94772ff21f5c4bac6511cf8987e109a/Modeller.java/buggy/src_new/org/argouml/uml/reveng/java/Modeller.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
527,
1358,
12,
780,
508,
16,
11794,
3025,
10429,
16,
11794,
5589,
7349,
16,
11794,
514,
30829,
13,
565,
288,
3639,
1033,
312,
1358,
273,
9058,
1251,
12,
57,
781,
1733,
18,
58... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
527,
1358,
12,
780,
508,
16,
11794,
3025,
10429,
16,
11794,
5589,
7349,
16,
11794,
514,
30829,
13,
565,
288,
3639,
1033,
312,
1358,
273,
9058,
1251,
12,
57,
781,
1733,
18,
58... |
private void scheduleFetcher() { | private synchronized void scheduleFetcher() { | private void scheduleFetcher() { Logger.minor(this, "scheduling fetcher for "+pubUSK.getURI()); synchronized(this) { if(finished) return; fetcher = ctx.uskManager.getFetcherForInsertDontSchedule(pubUSK, parent.priorityClass, this); } fetcher.schedule(); } | 50653 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50653/a6a9cc01004d94d4bdefc0b76c0bdb1962187369/USKInserter.java/buggy/src/freenet/client/async/USKInserter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
4788,
16855,
1435,
288,
202,
202,
3328,
18,
17364,
12,
2211,
16,
315,
87,
13252,
20521,
364,
13773,
10174,
3378,
47,
18,
588,
3098,
10663,
202,
202,
22043,
12,
2211,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
4788,
16855,
1435,
288,
202,
202,
3328,
18,
17364,
12,
2211,
16,
315,
87,
13252,
20521,
364,
13773,
10174,
3378,
47,
18,
588,
3098,
10663,
202,
202,
22043,
12,
2211,
13,
... |
upTbl.put(new Long(header.seqID), msg); | upTbl.put(new Long(header.sequenceID), msg); | private void _recvBcast(Message msg) { Header header = (Header)msg.getHeader(getName()); // i. Put the message in the up pending queue only if it's not // already there, as it seems that the event may be received // multiple times before a view change when all members are // negotiating a common set of stable msg... | 3550 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3550/3b9246c3f8342f832ec4ec90358c7a8110b920c0/TOTAL.java/buggy/src/org/jgroups/protocols/TOTAL.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
389,
18334,
38,
4155,
12,
1079,
1234,
13,
288,
202,
202,
1864,
1446,
273,
261,
1864,
13,
3576,
18,
588,
1864,
12,
17994,
10663,
202,
202,
759,
277,
18,
4399,
326,
883,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
389,
18334,
38,
4155,
12,
1079,
1234,
13,
288,
202,
202,
1864,
1446,
273,
261,
1864,
13,
3576,
18,
588,
1864,
12,
17994,
10663,
202,
202,
759,
277,
18,
4399,
326,
883,
... |
throw new MessageInvalidException(ProtocolErrorMessage.MISSING_FIELD, "No URI", identifier); | throw new MessageInvalidException(ProtocolErrorMessage.MISSING_FIELD, "No URI", identifier, global); | public ClientPutMessage(SimpleFieldSet fs) throws MessageInvalidException { String fnam = null; identifier = fs.get("Identifier"); if(identifier == null) throw new MessageInvalidException(ProtocolErrorMessage.MISSING_FIELD, "No Identifier", null); try { String u = fs.get("URI"); if(u == null) throw new Me... | 46035 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46035/bbb3c23ec38ea1c7abb48040a17f5fc7932248bc/ClientPutMessage.java/clean/src/freenet/node/fcp/ClientPutMessage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2445,
6426,
1079,
12,
5784,
974,
694,
2662,
13,
1216,
2350,
1941,
503,
288,
202,
202,
780,
2295,
301,
273,
446,
31,
202,
202,
5644,
273,
2662,
18,
588,
2932,
3004,
8863,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2445,
6426,
1079,
12,
5784,
974,
694,
2662,
13,
1216,
2350,
1941,
503,
288,
202,
202,
780,
2295,
301,
273,
446,
31,
202,
202,
5644,
273,
2662,
18,
588,
2932,
3004,
8863,
202,
... |
" <b>Linux users</b> can also participate if they have a correctly setup\n" + | " <b>Linux users</b> can also participate if they have a correct\n" + | private void buildAfterStatus(StringBuffer newpage) { newpage.append(" <br />\n" +" <b><big>Which Tool or Editor Is Needed to Work on Translations?</big></b><br />\n" + " <br />\n" + " For <b>Western European Latin-based languages</b>, which can use the US-ASCII\n" +" or ISO-8859-1 charac... | 5134 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5134/54a638c8af72f402cb4a61b10f0af89527aafc87/HTMLOutput.java/buggy/lib/messagebundles/com/limegroup/gnutella/i18n/HTMLOutput.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1361,
4436,
1482,
12,
780,
1892,
394,
2433,
13,
288,
3639,
394,
2433,
18,
6923,
2932,
377,
411,
2848,
342,
5333,
82,
6,
397,
6,
377,
411,
70,
4438,
14002,
34,
2888,
1354,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1361,
4436,
1482,
12,
780,
1892,
394,
2433,
13,
288,
3639,
394,
2433,
18,
6923,
2932,
377,
411,
2848,
342,
5333,
82,
6,
397,
6,
377,
411,
70,
4438,
14002,
34,
2888,
1354,
1... |
else | else { | private int generateICode(Node node, int iCodeTop) { int type = node.getType(); Node child = node.getFirstChild(); Node firstChild = child; switch (type) { case TokenStream.FUNCTION : { iCodeTop = addByt... | 47609 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47609/20d55df771c4a873866009d070fb9b0f89f67ff3/Interpreter.java/buggy/js/rhino/src/org/mozilla/javascript/Interpreter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
509,
2103,
45,
1085,
12,
907,
756,
16,
509,
277,
1085,
3401,
13,
565,
288,
3639,
509,
618,
273,
756,
18,
588,
559,
5621,
3639,
2029,
1151,
273,
756,
18,
588,
3759,
1763,
5621,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2103,
45,
1085,
12,
907,
756,
16,
509,
277,
1085,
3401,
13,
565,
288,
3639,
509,
618,
273,
756,
18,
588,
559,
5621,
3639,
2029,
1151,
273,
756,
18,
588,
3759,
1763,
5621,
3... |
Label note = new Label(buttonComposite, SWT.NONE); note.setText(WorkbenchMessages.getString("WorkInProgressPreference.noEffectOnAllViews")); note.setFont(font); | createNoteComposite( font, buttonComposite, WorkbenchMessages.getString("Preference.note"), WorkbenchMessages.getString("WorkInProgressPreference.noEffectOnAllViews")); | private void createSingleClickGroup(Composite composite) { Font font = composite.getFont(); Group buttonComposite = new Group(composite, SWT.LEFT); GridLayout layout = new GridLayout(); buttonComposite.setLayout(layout); GridData data = new GridData(GridData.HORIZONTAL_ALIGN_FILL | GridData.GRAB_HORIZONTAL); ... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/0f7293c33670797808a746c8b7bba3b0299225a0/WorkbenchPreferencePage.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
752,
5281,
6563,
1114,
12,
9400,
9635,
13,
288,
9506,
202,
5711,
3512,
273,
9635,
18,
588,
5711,
5621,
9506,
202,
1114,
3568,
9400,
273,
394,
3756,
12,
27676,
16,
348,
8... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
752,
5281,
6563,
1114,
12,
9400,
9635,
13,
288,
9506,
202,
5711,
3512,
273,
9635,
18,
588,
5711,
5621,
9506,
202,
1114,
3568,
9400,
273,
394,
3756,
12,
27676,
16,
348,
8... |
if (!(0 <= index && index <= parent.columnCount )) return; int /*long*/ parentHandle = parent.handle; int /*long*/ column = OS.gtk_tree_view_get_column (parentHandle, index); if (column == 0) return; | int count = Math.max (1, parent.getColumnCount ()); if (0 > index || index > count - 1) return; | public void setImage (int index, Image image) { checkWidget (); if (image != null && image.isDisposed()) { error(SWT.ERROR_INVALID_ARGUMENT); } if (!(0 <= index && index <= parent.columnCount )) return; int /*long*/ parentHandle = parent.handle; int /*long*/ column = OS.gtk_tree_view_get_column (parentHandle, index); ... | 12413 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12413/0870332ae1d4f046f57059d8eb6710dfe338d2bd/TableItem.java/buggy/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
18893,
261,
474,
770,
16,
3421,
1316,
13,
288,
202,
1893,
4609,
261,
1769,
202,
430,
261,
2730,
480,
446,
597,
1316,
18,
291,
1669,
7423,
10756,
288,
202,
202,
1636,
12,
55,
8588,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
18893,
261,
474,
770,
16,
3421,
1316,
13,
288,
202,
1893,
4609,
261,
1769,
202,
430,
261,
2730,
480,
446,
597,
1316,
18,
291,
1669,
7423,
10756,
288,
202,
202,
1636,
12,
55,
8588,... |
ArrayList values = new ArrayList(super.size()); | ArrayList values = new ArrayList(); | public Collection values() { ArrayList values = new ArrayList(super.size()); Iterator i = super.entrySet().iterator(); while ( i.hasNext() ) { Map.Entry e = (Map.Entry)i.next(); MapEntry entry = (MapEntry)e.getValue(); if ( entry.isPr... | 15905 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15905/5ee499c417aa594cc7c2572dfbf1d9864ad0e1c7/AbstractReplicatedMap.java/clean/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
2200,
924,
1435,
288,
5411,
2407,
924,
273,
394,
2407,
5621,
5411,
4498,
277,
273,
2240,
18,
4099,
694,
7675,
9838,
5621,
5411,
1323,
261,
277,
18,
5332,
2134,
1435,
262,
288,
7734,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2200,
924,
1435,
288,
5411,
2407,
924,
273,
394,
2407,
5621,
5411,
4498,
277,
273,
2240,
18,
4099,
694,
7675,
9838,
5621,
5411,
1323,
261,
277,
18,
5332,
2134,
1435,
262,
288,
7734,... |
233, 0, 0, 54, 55, 56, 57, 58, 59, 4, 5, 6, 0, 8, 0, 0, 0, 9, 10, 0, 0, 0, 11, 0, 12, 13, 14, 96, 97, 17, 18, 0, 0, 0, 0, 98, 20, 21, 22, 23, 24, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 31, 32... | 233, 0, 0, 0, 54, 55, 56, 57, 58, 59, 4, 5, 6, 0, 8, 0, 0, 0, 9, 10, 0, 0, 0, 11, 0, 12, 13, 14, 96, 97, 17, 18, 0, 0, 0, 0, 98, 99, 100, 22, 23, 24, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 31... | private static final short[] yyTable4() { return new short[] { 54, 19, 20, 21, 22, 23, 24, 25, 0, 0, 26, 0, 0, 0, 0, 56, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 47, 39, 40, 41, 42, 41, 0, 43... | 47984 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47984/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,
1388,
24,
1435,
288,
1377,
327,
394,
3025,
8526,
288,
6647,
22431,
16,
282,
5342,
16,
282,
4200,
16,
282,
9035,
16,
282,
11201,
16,
282,
10213,
16,
282... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1388,
24,
1435,
288,
1377,
327,
394,
3025,
8526,
288,
6647,
22431,
16,
282,
5342,
16,
282,
4200,
16,
282,
9035,
16,
282,
11201,
16,
282,
10213,
16,
282... |
pp_vector.addElement(newPrepositionalPhrase(Constants.Preposition.MAINTAINING, inv)); | Asset resource = inv.getInventoryPG().getResource(); StringBuffer inventoryID = new StringBuffer().append("Inventory:").append(resource.getTypeIdentificationPG().getTypeIdentification()); pp_vector.addElement(newPrepositionalPhrase(Constants.Preposition.MAINTAINING, inventoryID.toString())); | public Task createRefillTask(Inventory inv, double refill_qty, long time) { Asset item = getInventoryAsset(inv); // create request task Vector prefs = new Vector(); Preference p_start, p_end,p_qty; long end_time = defaultRefillEndTime(time,inv);// long start_time = defaultRefillStartTime(time,inv);// p_start = ... | 7171 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7171/a44aad124599fa6573ae7a97762619815907df4e/InventoryManager.java/clean/glm/src/org/cougaar/domain/glm/plugins/inventory/InventoryManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3837,
752,
1957,
737,
2174,
12,
15059,
2198,
16,
1645,
1278,
737,
67,
85,
4098,
16,
1525,
813,
13,
288,
202,
6672,
761,
273,
7854,
7792,
6672,
12,
5768,
1769,
202,
759,
752,
590,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3837,
752,
1957,
737,
2174,
12,
15059,
2198,
16,
1645,
1278,
737,
67,
85,
4098,
16,
1525,
813,
13,
288,
202,
6672,
761,
273,
7854,
7792,
6672,
12,
5768,
1769,
202,
759,
752,
590,
... |
if (popindex < vra.populatedRows.size() && rowlimit == -1) { | if (popindex < vra.populatedRows.size() && ((rowlimit == -1)||(rowNum<=rowlimit))) { | private CellValueRecordInterface findNextCell(CellValueRecordInterface current) { IntList ctRow = null; int rowNum = -1; int colNum = -1; int newCol = -1; boolean wasntFirst = false; if (current != null) { wasntFirst = true; rowNum = current.getRow(); ... | 509 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/509/5b82dc6574ea6ca8c3a93361173b8a438078e8a2/ValueRecordsAggregate.java/clean/src/java/org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
8614,
620,
2115,
1358,
19429,
4020,
12,
27758,
2115,
1358,
783,
13,
288,
3639,
3094,
682,
5691,
1999,
273,
446,
31,
3639,
509,
1027,
2578,
273,
300,
21,
31,
3639,
509,
645,
2578,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8614,
620,
2115,
1358,
19429,
4020,
12,
27758,
2115,
1358,
783,
13,
288,
3639,
3094,
682,
5691,
1999,
273,
446,
31,
3639,
509,
1027,
2578,
273,
300,
21,
31,
3639,
509,
645,
2578,
... |
wlSeq.setEnabled( wUpdate.getSelection() ); | public void setFlags() { boolean enable= ci==null || ci.supportsAutoinc(); wlAutoinc.setEnabled(enable); wAutoinc.setEnabled(enable); boolean seq = ci==null || ci.supportsSequences(); wlSeq.setEnabled(seq); wSeq.setEnabled(seq); ColumnInfo colinf =new ColumnInfo(Messages.getString("DimensionLookupDialog.ColumnI... | 9547 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9547/a3abd573cba3f456078d31f4b9c44af019477a12/DimensionLookupDialog.java/clean/src/be/ibridge/kettle/trans/step/dimensionlookup/DimensionLookupDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
444,
5094,
1435,
202,
95,
202,
202,
6494,
4237,
33,
9039,
631,
2011,
747,
9039,
18,
28064,
7150,
885,
71,
5621,
202,
202,
21504,
7150,
885,
71,
18,
542,
1526,
12,
7589,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
444,
5094,
1435,
202,
95,
202,
202,
6494,
4237,
33,
9039,
631,
2011,
747,
9039,
18,
28064,
7150,
885,
71,
5621,
202,
202,
21504,
7150,
885,
71,
18,
542,
1526,
12,
7589,
... | |
if (connected) | if (isConnected()) | public void finalizer() { if (connected) { try { close (); } catch (Exception e) { } } } | 25352 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/25352/7113237bf329e1245f096787093aed051ea2dd23/SocketChannelImpl.java/clean/libjava/gnu/java/nio/SocketChannelImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
727,
1824,
1435,
225,
288,
565,
309,
261,
291,
8932,
10756,
1377,
288,
3639,
775,
1850,
288,
5411,
1746,
261,
1769,
1850,
289,
3639,
1044,
261,
503,
425,
13,
1850,
288,
1850,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
727,
1824,
1435,
225,
288,
565,
309,
261,
291,
8932,
10756,
1377,
288,
3639,
775,
1850,
288,
5411,
1746,
261,
1769,
1850,
289,
3639,
1044,
261,
503,
425,
13,
1850,
288,
1850,
... |
fInternalSubset.append("PUBLIC '"); fInternalSubset.append(publicId); fInternalSubset.append("' '"); | fInternalSubset.append ("PUBLIC '"); fInternalSubset.append (publicId); fInternalSubset.append ("' '"); | public void externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs) throws XNIException { if (DEBUG_EVENTS) { System.out.println("==>externalEntityDecl: "+name); if (DEBUG_BASEURI) { System.out.println(" e... | 46079 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46079/9d1dbf89c75cf6f564facc2b605dd9f2cf2dac4d/AbstractDOMParser.java/clean/src/org/apache/xerces/parsers/AbstractDOMParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3903,
1943,
3456,
12,
780,
508,
16,
3167,
1420,
3004,
2756,
16,
4766,
282,
432,
14870,
1012,
279,
9024,
13,
1216,
1139,
50,
45,
503,
288,
3639,
309,
261,
9394,
67,
29221,
13,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3903,
1943,
3456,
12,
780,
508,
16,
3167,
1420,
3004,
2756,
16,
4766,
282,
432,
14870,
1012,
279,
9024,
13,
1216,
1139,
50,
45,
503,
288,
3639,
309,
261,
9394,
67,
29221,
13,... |
public org.quickfix.field.ListID getListID() throws FieldNotFound { org.quickfix.field.ListID value = new org.quickfix.field.ListID(); | public quickfix.field.ListID getListID() throws FieldNotFound { quickfix.field.ListID value = new quickfix.field.ListID(); | public org.quickfix.field.ListID getListID() throws FieldNotFound { org.quickfix.field.ListID value = new org.quickfix.field.ListID(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/ListExecute.java/buggy/src/java/src/quickfix/fix43/ListExecute.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
682,
734,
10033,
734,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
682,
734,
460,
273,
394,
2358,
18,
19525,
904,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
682,
734,
10033,
734,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
682,
734,
460,
273,
394,
2358,
18,
19525,
904,
18,
... |
Vector sigParts = new Vector(); Vector encPartsInternal = new Vector(); Vector encPartsExternal = new Vector(); /* * Check if a timestamp is required. If yes create one and add its Id to * signed parts. According to WSP a timestamp must be signed */ WSSecTimestamp timestamp = null; if (policyData.isIncludeTimestamp())... | OMElement elem = ((SecureConversationToken) sigTok) .getIssuerEpr(); String issuerAddress = this.extractIssuerAddress(elem); issuerAddress = (issuerAddress != null) ? issuerAddress : msgCtx.getOptions().getTo().getAddress(); String id = STSRequester.getSct(rmd, issuerAddress, ((SecureConversationToken) sigTok) .getB... | private void processEnvelope(MessageContext msgCtx, RampartPolicyData policyData) throws RampartException, WSSecurityException { log.info("Before create Message assym...."); DocumentBuilderFactoryImpl.setDOOMRequired(true); // TODO: Convert to DOOM SOAPEnvelope env = msgCtx.getEnvel... | 49300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49300/4821185ddb93fcf5c23239ce2637999764705da6/MessageBuilder.java/clean/modules/security/src/org/apache/rampart/MessageBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1207,
10862,
12,
1079,
1042,
1234,
6442,
16,
534,
931,
485,
2582,
751,
3329,
751,
13,
1216,
534,
931,
485,
503,
16,
678,
1260,
557,
2336,
503,
288,
3639,
613,
18,
1376,
2932,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1207,
10862,
12,
1079,
1042,
1234,
6442,
16,
534,
931,
485,
2582,
751,
3329,
751,
13,
1216,
534,
931,
485,
503,
16,
678,
1260,
557,
2336,
503,
288,
3639,
613,
18,
1376,
2932,... |
return "04.02.07.00"; | return "04.02.08.00"; | public static String getBuild() { // (major).(minor).(<99 = preX, 99 = final).(bug fix) return "04.02.07.00"; } //}}} | 8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/a6ec56385810c5dc2070ff1faaf10b10a6584b58/jEdit.java/clean/org/gjt/sp/jedit/jEdit.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
514,
21122,
1435,
202,
95,
202,
202,
759,
261,
14019,
2934,
12,
17364,
2934,
12,
32,
2733,
273,
675,
60,
16,
14605,
273,
727,
2934,
12,
925,
2917,
13,
202,
202,
2463,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
514,
21122,
1435,
202,
95,
202,
202,
759,
261,
14019,
2934,
12,
17364,
2934,
12,
32,
2733,
273,
675,
60,
16,
14605,
273,
727,
2934,
12,
925,
2917,
13,
202,
202,
2463,
3... |
switch (image.alignment() & Image.MIDDLE) { | switch (image.alignment() & (Image.MIDDLE | Image.RIGHT)) { | private float addImage(Image imageOrg, float left, float right, float height, int alignment) { Image image = Image.getInstance(imageOrg); if (image.scaledWidth() > right - left) { image.scaleToFit(right - left, Float.MAX_VALUE); } if (line.size() != 0) lines.add(line); ... | 6653 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6653/7f527c96fc952dc20116521d7ac9536bd072510c/PdfCell.java/buggy/src/com/lowagie/text/pdf/PdfCell.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1431,
527,
2040,
12,
2040,
1316,
6001,
16,
1431,
2002,
16,
1431,
2145,
16,
1431,
2072,
16,
509,
8710,
13,
288,
3639,
3421,
1316,
273,
3421,
18,
588,
1442,
12,
2730,
6001,
1769,
36... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1431,
527,
2040,
12,
2040,
1316,
6001,
16,
1431,
2002,
16,
1431,
2145,
16,
1431,
2072,
16,
509,
8710,
13,
288,
3639,
3421,
1316,
273,
3421,
18,
588,
1442,
12,
2730,
6001,
1769,
36... |
for (Iterator iter=((ArrayNode)node).iterator(); iter.hasNext();){ | for (Iterator iter = ((ArrayNode) node).iterator(); iter.hasNext();) { | private IRubyObject[] setupArgs(IRuby runtime, ThreadContext context, Node node) { if (node == null) { return IRubyObject.NULL_ARRAY; } if (node instanceof ArrayNode) { ISourcePosition position = context.getPosition(); ArrayList list = new ArrayList(((ArrayNode)... | 48300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48300/6e15491217631472c05c6928672f9c7064a978b3/EvaluationState.java/clean/src/org/jruby/evaluator/EvaluationState.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
15908,
10340,
921,
8526,
3875,
2615,
12,
7937,
10340,
3099,
16,
4884,
1042,
819,
16,
2029,
756,
13,
288,
3639,
309,
261,
2159,
422,
446,
13,
288,
5411,
327,
15908,
10340,
921,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
15908,
10340,
921,
8526,
3875,
2615,
12,
7937,
10340,
3099,
16,
4884,
1042,
819,
16,
2029,
756,
13,
288,
3639,
309,
261,
2159,
422,
446,
13,
288,
5411,
327,
15908,
10340,
921,
18,
... |
System.arraycopy(sourceBuffer, 0, tmp, 0, sourceTop); | System.arraycopy(sourceBuffer, 0, tmp, 0, fn_sourceTop); | private void increaseSourceCapacity(int minimalCapacity) { // Call this only when capacity increase is must if (Context.check && minimalCapacity <= sourceBuffer.length) Context.codeBug(); int newCapacity = sourceBuffer.length * 2; if (newCapacity < minimalCapacity) { ... | 19042 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19042/cb9350e1a2eb151e87843cfcd75986fa06c9fdeb/Parser.java/clean/src/org/mozilla/javascript/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
10929,
1830,
7437,
12,
474,
16745,
7437,
13,
288,
3639,
368,
3049,
333,
1338,
1347,
7519,
10929,
353,
1297,
3639,
309,
261,
1042,
18,
1893,
597,
16745,
7437,
1648,
1084,
1892,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
10929,
1830,
7437,
12,
474,
16745,
7437,
13,
288,
3639,
368,
3049,
333,
1338,
1347,
7519,
10929,
353,
1297,
3639,
309,
261,
1042,
18,
1893,
597,
16745,
7437,
1648,
1084,
1892,
... |
public org.quickfix.field.FutSettDate2 getFutSettDate2() throws FieldNotFound { org.quickfix.field.FutSettDate2 value = new org.quickfix.field.FutSettDate2(); | public quickfix.field.FutSettDate2 getFutSettDate2() throws FieldNotFound { quickfix.field.FutSettDate2 value = new quickfix.field.FutSettDate2(); | public org.quickfix.field.FutSettDate2 getFutSettDate2() throws FieldNotFound { org.quickfix.field.FutSettDate2 value = new org.quickfix.field.FutSettDate2(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/NewOrderList.java/buggy/src/java/src/quickfix/fix41/NewOrderList.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
42,
322,
694,
88,
1626,
22,
2812,
322,
694,
88,
1626,
22,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
42,
322,
694,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2358,
18,
19525,
904,
18,
1518,
18,
42,
322,
694,
88,
1626,
22,
2812,
322,
694,
88,
1626,
22,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
42,
322,
694,... |
int top = buffer.length(); int n = top - cursorpos; while(n-- > 0) m_out.write(SPACE); n = top; while(n-- > 0) { m_out.write(BS); m_out.write(SPACE); m_out.write(BS); } buffer.delete(0, buffer.length()); | this.deleteLine(buffer, cursorpos); | protected String innerReadLine(String defaultString, String stopChars, int maxLength, int flags) throws EventDeliveredException, StopCharException, LineOverflowException, LineUnderflowException, IOException, InterruptedException { StringBuffer buffer = new StringBuffer(500); int cursorpos = 0; // Did we get a de... | 3907 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3907/5d6559a6f0b4a8181d31aeec4b1b3a6d16ac7415/LineEditor.java/clean/kom/java/nu/rydin/kom/frontend/text/LineEditor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
514,
3443,
1994,
1670,
12,
780,
805,
780,
16,
514,
2132,
7803,
16,
509,
13642,
16,
509,
2943,
13,
202,
15069,
2587,
20813,
329,
503,
16,
5131,
2156,
503,
16,
5377,
15526,
503... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
3443,
1994,
1670,
12,
780,
805,
780,
16,
514,
2132,
7803,
16,
509,
13642,
16,
509,
2943,
13,
202,
15069,
2587,
20813,
329,
503,
16,
5131,
2156,
503,
16,
5377,
15526,
503... |
if (token.equals("(")) foundOpenParen = true; else if (token.equals("EMPTY")) foundEmpty = true; | foundOpenParen = token.equals("("); foundEmpty = token.equals("EMPTY"); | private int parseCoordinateList(String wktGeometry, StringTokenizer st, int geometryIndex, boolean isMultiPoint) throws MapyrusException { String token; boolean foundOpenParen, foundCloseParen, foundEmpty; boolean foundX, foundY; int index = geometryIndex + 1; int counter = 0; /* * First expect a '(' or the ... | 2501 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2501/9cf8864cb40867b7f43af4cc508ef39051ef0329/Argument.java/clean/src/org/mapyrus/Argument.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
509,
1109,
13503,
682,
12,
780,
341,
8629,
9823,
16,
16370,
384,
16,
202,
202,
474,
5316,
1016,
16,
1250,
25129,
2148,
13,
202,
202,
15069,
1635,
93,
8010,
503,
202,
95,
202,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
509,
1109,
13503,
682,
12,
780,
341,
8629,
9823,
16,
16370,
384,
16,
202,
202,
474,
5316,
1016,
16,
1250,
25129,
2148,
13,
202,
202,
15069,
1635,
93,
8010,
503,
202,
95,
202,... |
this.wc.codeComplete(cursorLocation, requestor); | this.wc.codeComplete(cursorLocation, requestor, this.owner); | public void testCompletionMethodDeclaration12() throws JavaModelException { this.wc = getWorkingCopy( "/Completion/src/test/CompletionMethodDeclaration12.java", "package test;\n" + "public class CompletionMethodDeclaration12 {\n" + " public void foo() {" + " }... | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/f13a740e3b814a194962fd0ef85df91efde745be/CompletionTests.java/clean/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
1842,
11238,
1305,
6094,
2138,
1435,
1216,
5110,
1488,
503,
288,
565,
333,
18,
27594,
273,
336,
14836,
2951,
12,
5411,
2206,
11238,
19,
4816,
19,
3813,
19,
11238,
1305,
6094,
2138,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1842,
11238,
1305,
6094,
2138,
1435,
1216,
5110,
1488,
503,
288,
565,
333,
18,
27594,
273,
336,
14836,
2951,
12,
5411,
2206,
11238,
19,
4816,
19,
3813,
19,
11238,
1305,
6094,
2138,
... |
removeFromLifecycle( mojoDescriptor, lifecycleMappings ); | removeFromLifecycle( forkEntryPoints, lifecycleMappings ); | private void forkProjectLifecycle( MojoDescriptor mojoDescriptor, MavenSession session, MavenProject project ) throws LifecycleExecutionException, BuildFailureException, PluginNotFoundException { PluginDescriptor pluginDescriptor = mojoDescriptor.getPluginDescriptor(); String targetPhase = m... | 1315 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1315/2e89dadbce89d6d5ba6f6cef8bb3e53f486defa6/DefaultLifecycleExecutor.java/buggy/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
12515,
4109,
9977,
12,
15931,
3187,
312,
10007,
3187,
16,
17176,
2157,
1339,
16,
17176,
4109,
1984,
262,
3639,
1216,
14283,
14576,
16,
3998,
14389,
16,
6258,
3990,
565,
288,
3639... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12515,
4109,
9977,
12,
15931,
3187,
312,
10007,
3187,
16,
17176,
2157,
1339,
16,
17176,
4109,
1984,
262,
3639,
1216,
14283,
14576,
16,
3998,
14389,
16,
6258,
3990,
565,
288,
3639... |
Address upper = VM_Magic.objectAsAddress(stack).add(fpOffset).loadAddress(); | Address upper = VM_Magic.objectAsAddress(stack).loadAddress(fpOffset); | private static void dumpStackContent(byte[] stack, int fpOffset) { VM.disableGC(); Address upper = VM_Magic.objectAsAddress(stack).add(fpOffset).loadAddress(); VM.enableGC(); int upOffset = upper.diff(VM_Magic.objectAsAddress(stack)).toInt(); int cmid = VM_Magic.getIntAtOffset(stack, fpOffset + STACKFR... | 4011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4011/71f0481e0131f8f2137e2feea85ae32a28daffcc/OSR_OptExecStateExtractor.java/clean/rvm/src/vm/arch/intel/executionState/OSR_OptExecStateExtractor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
918,
4657,
2624,
1350,
12,
7229,
8526,
2110,
16,
509,
4253,
2335,
13,
288,
565,
8251,
18,
8394,
15396,
5621,
565,
5267,
3854,
273,
8251,
67,
19289,
18,
1612,
1463,
1887,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
760,
918,
4657,
2624,
1350,
12,
7229,
8526,
2110,
16,
509,
4253,
2335,
13,
288,
565,
8251,
18,
8394,
15396,
5621,
565,
5267,
3854,
273,
8251,
67,
19289,
18,
1612,
1463,
1887,
12,
... |
/** * Clean up the OpenGL resources */ | protected void cleanup() { /** * Clean up the OpenGL resources */ gl.destroy(); } | 19503 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19503/09027058bd3bea5b4dde7a31556a7dc49eb2951f/TestApplication.java/buggy/src/test/application/TestApplication.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
6686,
1435,
288,
202,
202,
26873,
1082,
380,
9645,
731,
326,
3502,
11261,
2703,
1082,
1195,
202,
202,
7043,
18,
11662,
5621,
202,
97,
2,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
6686,
1435,
288,
202,
202,
26873,
1082,
380,
9645,
731,
326,
3502,
11261,
2703,
1082,
1195,
202,
202,
7043,
18,
11662,
5621,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100... | |
occurrences = encode.remaining(); } | occurrences = encode.remaining(); } | public static RubyArray unpack(String encodedString, RubyString formatString) { IRuby runtime = formatString.getRuntime(); RubyArray result = runtime.newArray(); PtrList format = new PtrList(formatString.getValue()); PtrList encode = new PtrList(encodedString); char ty... | 47134 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47134/415b1e0db282c02d672a7e34a34a2bea0f69ccb2/Pack.java/buggy/src/org/jruby/util/Pack.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
19817,
1076,
6167,
12,
780,
3749,
780,
16,
2398,
19817,
780,
27107,
13,
288,
3639,
15908,
10340,
3099,
273,
27107,
18,
588,
5576,
5621,
3639,
19817,
1076,
563,
273,
3099,
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,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
19817,
1076,
6167,
12,
780,
3749,
780,
16,
2398,
19817,
780,
27107,
13,
288,
3639,
15908,
10340,
3099,
273,
27107,
18,
588,
5576,
5621,
3639,
19817,
1076,
563,
273,
3099,
18,
2... |
frameOffset += 8; | frameOffset += BYTES_IN_DOUBLE; | public void unwindStackFrame(VM_CompiledMethod cm, VM_Registers registers) { VM_Address fp = registers.getInnermostFramePointer(); VM_OptCompiledMethod compiledMethod = (VM_OptCompiledMethod)cm; // restore non-volatile registers int frameOffset = compiledMethod.getUnsignedNonVolatileOffset(); int first... | 49871 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49871/4d22dd13124900e868c296fd635d282c7c218508/VM_OptExceptionDeliverer.java/buggy/rvm/src/vm/arch/powerPC/compilers/optimizing/vmInterface/services/VM_OptExceptionDeliverer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
640,
10094,
2624,
3219,
12,
7397,
67,
20733,
1305,
5003,
16,
8251,
67,
10277,
10285,
13,
288,
565,
8251,
67,
1887,
4253,
273,
10285,
18,
588,
382,
82,
28055,
3219,
4926,
5621,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
640,
10094,
2624,
3219,
12,
7397,
67,
20733,
1305,
5003,
16,
8251,
67,
10277,
10285,
13,
288,
565,
8251,
67,
1887,
4253,
273,
10285,
18,
588,
382,
82,
28055,
3219,
4926,
5621,
... |
public String getText() { return txtValue.getText(); } | public String getText( ) { return txtValue.getText( ); } | public String getText() { return txtValue.getText(); } | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/979b4ef9e0ecedfdb172d4326b24c2a6033cbbbd/TextEditorComposite.java/buggy/chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TextEditorComposite.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
6701,
1435,
565,
288,
3639,
327,
6463,
620,
18,
588,
1528,
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,
... | [
1,
1,
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,
377,
1071,
514,
6701,
1435,
565,
288,
3639,
327,
6463,
620,
18,
588,
1528,
5621,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
IASTASMDefinition asm = (IASTASMDefinition)parse( "asm ( \"blah blah blah\" );" ).getDeclarations().next(); assertEquals( asm.getBody(), "blah blah blah"); | IASTASMDefinition asm = (IASTASMDefinition)parse( "asm ( \"blah blah blah\" );" ).getDeclarations().next(); assertEquals( asm.getBody(), "blah blah blah"); | public void testASM() throws Exception { IASTASMDefinition asm = (IASTASMDefinition)parse( "asm ( \"blah blah blah\" );" ).getDeclarations().next(); assertEquals( asm.getBody(), "blah blah blah"); } | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/3a6ffef8f855652606f74a14d4b15478c81e5db4/CompleteParseASTTest.java/clean/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/CompleteParseASTTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
3033,
49,
1435,
1216,
1185,
202,
95,
202,
202,
45,
9053,
3033,
49,
1852,
20415,
273,
261,
45,
9053,
3033,
49,
1852,
13,
2670,
12,
315,
23522,
261,
1239,
3083,
9795,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1842,
3033,
49,
1435,
1216,
1185,
202,
95,
202,
202,
45,
9053,
3033,
49,
1852,
20415,
273,
261,
45,
9053,
3033,
49,
1852,
13,
2670,
12,
315,
23522,
261,
1239,
3083,
9795,... |
public void writeEntryHeader(byte[] outbuf) { int offset = 0; offset = TarUtils.getNameBytes(this.name, outbuf, offset, NAMELEN); offset = TarUtils.getOctalBytes(this.mode, outbuf, offset, MODELEN); offset = TarUtils.getOctalBytes(this.userId, outbuf, offset, UIDLEN); offs... | 506 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/506/12d6c01879b76774bb1cb969f3081301b96dab32/TarEntry.java/clean/src/main/org/apache/tools/tar/TarEntry.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1045,
1622,
1864,
12,
7229,
8526,
596,
4385,
13,
288,
3639,
509,
1384,
273,
374,
31,
7734,
1384,
273,
20334,
1989,
18,
17994,
2160,
12,
2211,
18,
529,
16,
596,
4385,
16,
1384... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1045,
1622,
1864,
12,
7229,
8526,
596,
4385,
13,
288,
3639,
509,
1384,
273,
374,
31,
7734,
1384,
273,
20334,
1989,
18,
17994,
2160,
12,
2211,
18,
529,
16,
596,
4385,
16,
1384... | ||
plainBytes = new BASE64Decoder().decodeBuffer(plainText); | plainBytes = new BASE64Decoder().decodeBuffer(encrypted); return crypt(plainBytes, Cipher.DECRYPT_MODE); | private final byte[] decryptStringToByteArray(final String plainText) { final byte[] plainBytes; try { plainBytes = new BASE64Decoder().decodeBuffer(plainText); } catch (IOException ex) { throw new RuntimeException(ex.getMessage()); } ... | 46434 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46434/c115d7a37cdcba89f06d37acc5a9f346d51786cf/Crypt.java/clean/wicket/src/java/wicket/markup/html/form/Crypt.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
727,
1160,
8526,
8420,
23282,
8826,
12,
6385,
514,
7351,
1528,
13,
565,
288,
3639,
727,
1160,
8526,
7351,
2160,
31,
3639,
775,
3639,
288,
5411,
7351,
2160,
273,
394,
10250,
1105,
79... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
727,
1160,
8526,
8420,
23282,
8826,
12,
6385,
514,
7351,
1528,
13,
565,
288,
3639,
727,
1160,
8526,
7351,
2160,
31,
3639,
775,
3639,
288,
5411,
7351,
2160,
273,
394,
10250,
1105,
79... |
emailPublisherElement = builder.build(new StringReader(xml.toString())).getRootElement(); | Element emailPublisherElement = builder.build(new StringReader(xml.toString())).getRootElement(); | public void setUp() throws Exception { PropertiesMapper propertiesMapper = new PropertiesMapper(); // create a temp file to test propertiesmapper Properties props = new Properties(); tmpFile = File.createTempFile("cruise", "Test"); props.setProperty("always1", "always1"); F... | 52149 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52149/c4c9bb3f83019ba6cdff07f309fe569a53c52b99/EmailPublisherTest.java/clean/main/test/net/sourceforge/cruisecontrol/publishers/EmailPublisherTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
24292,
1435,
1216,
1185,
288,
3639,
6183,
4597,
1790,
4597,
273,
394,
6183,
4597,
5621,
3639,
368,
752,
279,
1906,
585,
358,
1842,
1790,
13919,
3639,
6183,
3458,
273,
394,
6183,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
24292,
1435,
1216,
1185,
288,
3639,
6183,
4597,
1790,
4597,
273,
394,
6183,
4597,
5621,
3639,
368,
752,
279,
1906,
585,
358,
1842,
1790,
13919,
3639,
6183,
3458,
273,
394,
6183,
... |
jj_la1[47] = jj_gen; | jj_la1[48] = jj_gen; | final public void process() throws ParseException { skipTo2(END, PROCESS); switch ((jj_ntk==-1)?jj_ntk():jj_ntk) { case IDENT: identifier(); break; default: jj_la1[47] = jj_gen; ; } jj_consume_token(EOS); } | 4167 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4167/1d549ddd82c87451795d80c424ea594397d7215d/VhdlParserCore.java/clean/src/_generated/net/sourceforge/veditor/parser/VhdlParserCore.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
1071,
918,
1207,
1435,
1216,
10616,
288,
565,
2488,
774,
22,
12,
4415,
16,
20647,
1769,
565,
1620,
14015,
78,
78,
67,
496,
79,
631,
17,
21,
9945,
78,
78,
67,
496,
79,
13332,
78,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
727,
1071,
918,
1207,
1435,
1216,
10616,
288,
565,
2488,
774,
22,
12,
4415,
16,
20647,
1769,
565,
1620,
14015,
78,
78,
67,
496,
79,
631,
17,
21,
9945,
78,
78,
67,
496,
79,
13332,
78,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.