rem stringlengths 1 226k | add stringlengths 0 227k | context stringlengths 6 326k | meta stringlengths 143 403 | input_ids listlengths 256 256 | attention_mask listlengths 256 256 | labels listlengths 128 128 |
|---|---|---|---|---|---|---|
for (;;) { try { wait(); } catch(InterruptedException e) { ; } | protected synchronized void receive(int b) throws IOException { if (buffer == null) throw new IOException("pipe closed"); // TBD: Spec says to throw IOException if thread reading from input stream // died. What does this really mean? Theoretically, multiple threads // could be reading to this obje... | 1023 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1023/8d285042d388a7105e3b50a5f438a5cd5ecdb499/PipedInputStream.java/buggy/libjava/java/io/PipedInputStream.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
3852,
918,
6798,
12,
474,
324,
13,
1216,
1860,
225,
288,
1884,
261,
25708,
13,
288,
225,
775,
288,
2529,
5621,
289,
1044,
12,
24485,
503,
425,
13,
288,
274,
289,
309,
261,
4106,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3852,
918,
6798,
12,
474,
324,
13,
1216,
1860,
225,
288,
1884,
261,
25708,
13,
288,
225,
775,
288,
2529,
5621,
289,
1044,
12,
24485,
503,
425,
13,
288,
274,
289,
309,
261,
4106,
... | |
buffer.append((char) c); | strbuff.append(c); | protected String getNextIdentifier() throws ScannerException { StringBuffer buffer = new StringBuffer(); skipOverWhitespace(); int c = getChar(); if (((c >= 'a') && (c <= 'z')) || ((c >= 'A') && (c <= 'Z')) | (c == '_')) { buffer.append((char) c); c = getChar(); while (((c >= 'a') && (c <= 'z')) || ((c ... | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/9ebf2c99093949be13d33b05a6695fc9d76e14fc/Scanner.java/clean/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner/Scanner.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
514,
6927,
3004,
1435,
1216,
19074,
503,
288,
202,
202,
780,
1892,
1613,
273,
394,
6674,
5621,
202,
202,
7457,
4851,
9431,
5621,
202,
202,
474,
276,
273,
23577,
5621,
202,
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,
1117,
514,
6927,
3004,
1435,
1216,
19074,
503,
288,
202,
202,
780,
1892,
1613,
273,
394,
6674,
5621,
202,
202,
7457,
4851,
9431,
5621,
202,
202,
474,
276,
273,
23577,
5621,
202,
202,... |
synchronized(members) { for(int i=0; i < members.size(); i++) { mbr=(Address)members.elementAt(i); win=(NakReceiverWindow)received_msgs.get(mbr); if(win != null) highest_deliv[i]=win.getHighestDelivered(); } } return highest_deliv; } | synchronized(members) { for(int i=0; i < members.size(); i++) { mbr=(Address)members.elementAt(i); win=(NakReceiverWindow)received_msgs.get(mbr); if(win != null) highest_deliv[i]=win.getHighestDelivered(); } } return highest_deliv; } | long[] getHighestSeqnosDelivered() { long[] highest_deliv=members != null ? new long[members.size()] : null; Address mbr; NakReceiverWindow win; if(highest_deliv == null) return null; for(int i=0; i < highest_deliv.length; i++) highest_deliv[i]=-1; synchronized(members) ... | 49475 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49475/75359f4186603c5a949e15ffab51fb811f04ed8e/NAKACK.java/clean/src/org/jgroups/protocols/NAKACK.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
5748,
8526,
7628,
2031,
395,
6926,
18050,
20813,
329,
1435,
288,
202,
565,
1525,
8526,
2398,
9742,
67,
3771,
427,
33,
7640,
480,
446,
692,
394,
1525,
63,
7640,
18,
1467,
1435,
65,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5748,
8526,
7628,
2031,
395,
6926,
18050,
20813,
329,
1435,
288,
202,
565,
1525,
8526,
2398,
9742,
67,
3771,
427,
33,
7640,
480,
446,
692,
394,
1525,
63,
7640,
18,
1467,
1435,
65,
... |
firePropertyChange(LOCALIZE_IMAGE_DISPLAY, oldObject, newObject); | firePropertyChange(ClipBoard.LOCALIZE_IMAGE_DISPLAY, oldObject, newObject); | void setSelectedNode() { DefaultMutableTreeNode node = (DefaultMutableTreeNode) getLastSelectedPathComponent(); if (selectedNode == node) return; ImageDisplay newObject = (ImageDisplay) node.getUserObject(); ImageDisplay oldObject = null; if (selectedNode != null) ... | 55636 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55636/b4992016524102ee0a5c7465d4cc7a94e9ffce2d/SearchResultsPane.java/buggy/SRC/org/openmicroscopy/shoola/agents/hiviewer/clipboard/SearchResultsPane.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
23006,
907,
1435,
565,
288,
3639,
2989,
19536,
12513,
756,
273,
5411,
261,
1868,
19536,
12513,
13,
7595,
7416,
743,
1841,
5621,
3639,
309,
261,
8109,
907,
422,
756,
13,
327,
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,
918,
23006,
907,
1435,
565,
288,
3639,
2989,
19536,
12513,
756,
273,
5411,
261,
1868,
19536,
12513,
13,
7595,
7416,
743,
1841,
5621,
3639,
309,
261,
8109,
907,
422,
756,
13,
327,
31,
3639... |
assertEquals( "310", DurationFormatUtils.formatPeriod(time1970, time, "yM") ); assertEquals( "3 years 10 months", DurationFormatUtils.formatPeriod(time1970, time, "y' years 'M' months'") ); assertEquals( "03/10", DurationFormatUtils.formatPeriod(time1970, time, "yy/MM") ); | assertEquals("310", DurationFormatUtils.formatPeriod(time1970, time, "yM")); assertEquals("3 years 10 months", DurationFormatUtils.formatPeriod(time1970, time, "y' years 'M' months'")); assertEquals("03/10", DurationFormatUtils.formatPeriod(time1970, time, "yy/MM")); | public void testFormatPeriod() { Calendar cal1970 = Calendar.getInstance(); cal1970.set(1970, 0, 1, 0, 0, 0); cal1970.set(Calendar.MILLISECOND, 0); long time1970 = cal1970.getTime().getTime(); assertEquals( "0", DurationFormatUtils.formatPeriod(time1970, time1970, "y") ); ... | 7060 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7060/f0f0bf81e7010b213be89b477eaaba339a3d9fbc/DurationFormatUtilsTest.java/buggy/src/test/org/apache/commons/lang/time/DurationFormatUtilsTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
1630,
5027,
1435,
288,
3639,
5542,
1443,
3657,
7301,
273,
5542,
18,
588,
1442,
5621,
3639,
1443,
3657,
7301,
18,
542,
12,
3657,
7301,
16,
374,
16,
404,
16,
374,
16,
374... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1630,
5027,
1435,
288,
3639,
5542,
1443,
3657,
7301,
273,
5542,
18,
588,
1442,
5621,
3639,
1443,
3657,
7301,
18,
542,
12,
3657,
7301,
16,
374,
16,
404,
16,
374,
16,
374... |
Header key = new Header(name); String old = (String) super.get(key); if (old == null) { super.put(key, value); } else { super.put(key, old + ", " + value); } | headers.add(headers.size(), new HeaderElement(name, value)); | private void addValue(String name, String value) { Header key = new Header(name); String old = (String) super.get(key); if (old == null) { super.put(key, value); } else { super.put(key, old + ", " + value); } } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/eea27f084742358ddb097f7118c05cd257029453/Headers.java/buggy/core/src/classpath/gnu/gnu/java/net/protocol/http/Headers.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
17663,
12,
780,
508,
16,
514,
460,
13,
225,
288,
565,
4304,
498,
273,
394,
4304,
12,
529,
1769,
565,
514,
1592,
273,
261,
780,
13,
2240,
18,
588,
12,
856,
1769,
565,
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,
3238,
918,
17663,
12,
780,
508,
16,
514,
460,
13,
225,
288,
565,
4304,
498,
273,
394,
4304,
12,
529,
1769,
565,
514,
1592,
273,
261,
780,
13,
2240,
18,
588,
12,
856,
1769,
565,
309,
... |
public static Test suite() { TestSuite suite = new Suite(ASTConverterTest.class.getName()); Class c = ASTConverterTest.class; Method[] methods = c.getMethods(); for (int i = 0, max = methods.length; i < max; i++) { if (methods[i].getName().startsWith("test")) { suite.addTest(new ASTConverterTest(methods[i].... | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/95caafe5d5c2d961ca8fd355b42818fe4745ffb5/ASTConverterTest.java/clean/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
7766,
11371,
1435,
288,
202,
202,
4709,
13587,
11371,
273,
394,
348,
9519,
12,
9053,
5072,
4709,
18,
1106,
18,
17994,
10663,
9506,
202,
797,
276,
273,
9183,
5072,
4709,
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,
225,
202,
482,
760,
7766,
11371,
1435,
288,
202,
202,
4709,
13587,
11371,
273,
394,
348,
9519,
12,
9053,
5072,
4709,
18,
1106,
18,
17994,
10663,
9506,
202,
797,
276,
273,
9183,
5072,
4709,
18,... | ||
protected void handleCodeWHI(long expressionReference, String value, int round, Highlight h) { | protected void handleCodeWHI(long expressionReference, String value, int round, Highlight h) { | protected void handleCodeWHI(long expressionReference, String value, int round, Highlight h) { Value result = (Value) values.remove(new Long(expressionReference)); if (round == 0) { if (value.equals(Boolean.TRUE.toString())) { director.enterLoop(propertiesBundle ... | 49293 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49293/5ef437d8b8621983333af90d2ca218c9d8fbfe52/TheaterMCodeInterpreter.java/clean/src/jeliot/mcode/TheaterMCodeInterpreter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1640,
1085,
12557,
45,
12,
5748,
2652,
2404,
16,
514,
460,
16,
5411,
509,
3643,
16,
31386,
366,
13,
288,
3639,
1445,
563,
273,
261,
620,
13,
924,
18,
4479,
12,
2704,
3407,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1640,
1085,
12557,
45,
12,
5748,
2652,
2404,
16,
514,
460,
16,
5411,
509,
3643,
16,
31386,
366,
13,
288,
3639,
1445,
563,
273,
261,
620,
13,
924,
18,
4479,
12,
2704,
3407,
... |
return super.execMethod(methodId, f, cx, scope, thisObj, args); | return super.execMethod(f, cx, scope, thisObj, args); | public Object execMethod (int methodId, IdFunction f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) throws JavaScriptException { switch (methodId) { case Id_constructor: { if (thisObj != null) { // BaseFunction.construct... | 7555 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7555/8f28fc868ac3f30ea37494abfddb6358154786c3/NativeObject.java/clean/js/rhino/src/org/mozilla/javascript/NativeObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1196,
1305,
3639,
261,
474,
707,
548,
16,
3124,
2083,
284,
16,
540,
1772,
9494,
16,
22780,
2146,
16,
22780,
15261,
16,
1033,
8526,
833,
13,
3639,
1216,
11905,
503,
565,
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,
377,
1071,
1033,
1196,
1305,
3639,
261,
474,
707,
548,
16,
3124,
2083,
284,
16,
540,
1772,
9494,
16,
22780,
2146,
16,
22780,
15261,
16,
1033,
8526,
833,
13,
3639,
1216,
11905,
503,
565,
288,
... |
anticipateAndSend(false, true, "uei.opennms.org/default/trap", "v1", null, 6, 1); } | anticipateAndSend(false, true, "uei.opennms.org/default/trap", "v1", null, 6, 1); } | public void testV1TrapDefaultEvent() throws Exception { anticipateAndSend(false, true, "uei.opennms.org/default/trap", "v1", null, 6, 1); } | 11849 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11849/558a43453220889056781293ae024c1128609c99/TrapHandlerTest.java/clean/opennms-services/src/test/java/org/opennms/netmgt/trapd/TrapHandlerTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
58,
21,
56,
1266,
1868,
1133,
1435,
1216,
1185,
288,
3639,
17841,
24629,
340,
1876,
3826,
12,
5743,
16,
638,
16,
315,
344,
77,
18,
3190,
82,
959,
18,
3341,
19,
1886,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1071,
918,
1842,
58,
21,
56,
1266,
1868,
1133,
1435,
1216,
1185,
288,
3639,
17841,
24629,
340,
1876,
3826,
12,
5743,
16,
638,
16,
315,
344,
77,
18,
3190,
82,
959,
18,
3341,
19,
1886,
... |
log.info("Rejecting illegal move request [who=" + user.who() + ", piece=" + piece + "]."); | log.warning("Rejecting illegal move request [who=" + user.who() + ", piece=" + piece + "]."); | public void move (ClientObject caller, int pieceId, short x, short y, int targetId, BangService.InvocationListener il) throws InvocationException { BangUserObject user = (BangUserObject)caller; int pidx = _bangobj.getPlayerIndex(user.username); Piece piece = (Piec... | 8059 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8059/71e15c3e8950d372bafcaf23688424b63722883d/BangManager.java/buggy/src/java/com/threerings/bang/game/server/BangManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3635,
261,
1227,
921,
4894,
16,
509,
11151,
548,
16,
3025,
619,
16,
3025,
677,
16,
8227,
509,
27729,
16,
605,
539,
1179,
18,
9267,
2223,
14254,
13,
3639,
1216,
11298,
503,
56... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3635,
261,
1227,
921,
4894,
16,
509,
11151,
548,
16,
3025,
619,
16,
3025,
677,
16,
8227,
509,
27729,
16,
605,
539,
1179,
18,
9267,
2223,
14254,
13,
3639,
1216,
11298,
503,
56... |
public FieldInfo createFieldInfo (AttributeDecl attribute, ClassInfoResolver resolver) { String memberName = JavaNaming.toJavaMemberName(attribute.getName()); if (!memberName.startsWith("_")) memberName = "_"+memberName; FieldInfo fieldInfo = null; SimpleT... | 3614 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3614/5c9639ebaf1f34ea3ae90bcab716dcf0bf4e6da9/MemberFactory.java/clean/trunk/castor-2002/castor/src/main/org/exolab/castor/builder/MemberFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19723,
752,
974,
966,
3639,
261,
1499,
3456,
1566,
16,
19010,
4301,
5039,
13,
565,
288,
3639,
514,
3140,
461,
5411,
273,
5110,
24102,
18,
869,
5852,
4419,
461,
12,
4589,
18,
17994,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
19723,
752,
974,
966,
3639,
261,
1499,
3456,
1566,
16,
19010,
4301,
5039,
13,
565,
288,
3639,
514,
3140,
461,
5411,
273,
5110,
24102,
18,
869,
5852,
4419,
461,
12,
4589,
18,
17994,
... | ||
groupId = doc.get( ArtifactRepositoryIndex.FLD_GROUPID ); artifactId = doc.get( ArtifactRepositoryIndex.FLD_ARTIFACTID ); version = doc.get( ArtifactRepositoryIndex.FLD_VERSION ); name = doc.get( ArtifactRepositoryIndex.FLD_NAME ); packaging = name.substring( name.lastIndexOf( '.' ) + 1 ); | groupId = doc.get( RepositoryIndex.FLD_GROUPID ); artifactId = doc.get( RepositoryIndex.FLD_ARTIFACTID ); version = doc.get( RepositoryIndex.FLD_VERSION ); name = doc.get( RepositoryIndex.FLD_NAME ); packaging = doc.get( RepositoryIndex.FLD_PACKAGING ); | protected Object createSearchedObjectFromIndexDocument( Document doc ) throws MalformedURLException, IOException, XmlPullParserException { String groupId, artifactId, version, name, packaging; if ( doc.get( index.FLD_DOCTYPE ).equals( index.ARTIFACT ) ) { groupId = doc.get(... | 28441 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/28441/edd8a998aa6006fddaf4d4a404bbdd6ddfd246d7/DefaultRepositoryIndexSearcher.java/clean/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/DefaultRepositoryIndexSearcher.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1033,
30396,
23016,
1265,
1016,
2519,
12,
4319,
997,
262,
3639,
1216,
20710,
16,
1860,
16,
5714,
9629,
25746,
565,
288,
3639,
514,
6612,
16,
25496,
16,
1177,
16,
508,
16,
2298,
5755... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
30396,
23016,
1265,
1016,
2519,
12,
4319,
997,
262,
3639,
1216,
20710,
16,
1860,
16,
5714,
9629,
25746,
565,
288,
3639,
514,
6612,
16,
25496,
16,
1177,
16,
508,
16,
2298,
5755... |
vPhaseReport.addAll( | addReport( | public void doSetLocationsExposure(Entity entity, IHex hex, boolean isJump, int elevation) { if ( hex.terrainLevel(Terrains.WATER) > 0 && !isJump && elevation < 0) { if (entity instanceof Mech && !entity.isProne() && hex.terrainLe... | 4135 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4135/393a9905cc0201927e4535bd40befa92f4014c31/Server.java/buggy/megamek/src/megamek/server/Server.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
741,
694,
10985,
424,
11291,
12,
1943,
1522,
16,
467,
7037,
3827,
16,
1250,
353,
26743,
16,
509,
19051,
13,
288,
3639,
309,
261,
3827,
18,
387,
7596,
2355,
12,
56,
264,
354,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
741,
694,
10985,
424,
11291,
12,
1943,
1522,
16,
467,
7037,
3827,
16,
1250,
353,
26743,
16,
509,
19051,
13,
288,
3639,
309,
261,
3827,
18,
387,
7596,
2355,
12,
56,
264,
354,
... |
_searchBackwards.setNextFocusableComponent(_findNextButton); | _searchBackwards.setNextFocusableComponent(_searchAllDocuments); _searchAllDocuments.setNextFocusableComponent(_findNextButton); | public FindReplaceDialog(MainFrame frame, SingleDisplayModel model) { super(frame, "Find/Replace"); _model = model; int i = this.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT; //i = this.WHEN_FOCUSED; //i = this.WHEN_IN_FOCUSED_WINDOW; //InputMap im = _mainPanel.getInputMap(i); InputMap im = _findField.... | 11192 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11192/6df23b9d947a754084cff460e34d203b0d81fd48/FindReplaceDialog.java/clean/drjava/src/edu/rice/cs/drjava/ui/FindReplaceDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
4163,
5729,
6353,
12,
6376,
3219,
2623,
16,
10326,
4236,
1488,
938,
13,
288,
565,
2240,
12,
3789,
16,
315,
3125,
19,
5729,
8863,
565,
389,
2284,
273,
938,
31,
3639,
509,
277,
273,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4163,
5729,
6353,
12,
6376,
3219,
2623,
16,
10326,
4236,
1488,
938,
13,
288,
565,
2240,
12,
3789,
16,
315,
3125,
19,
5729,
8863,
565,
389,
2284,
273,
938,
31,
3639,
509,
277,
273,... |
newRubyClass.defineConstant(fields[i].getName(), JavaUtil.convertJavaToRuby(ruby, fields[i].get(null), fields[i].getType())); | String name = fields[i].getName(); if (Character.isLowerCase(name.charAt(0))) { name = Character.toUpperCase(name.charAt(0)) + name.substring(1); } newRubyClass.defineConstant(name, JavaUtil.convertJavaToRuby(ruby, fields[i].get(null), fields[i].getType())); | public static RubyModule loadClass(Ruby ruby, Class javaClass, String rubyName) { RubyModule newRubyClass = getRubyClass(ruby, javaClass); if (newRubyClass != null) { return newRubyClass; } if (rubyName == null) { String javaName = javaClass.getName(); ru... | 46258 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46258/addcb75d5d86d9b1fd628d84d22b74cfc41f078e/RubyJavaObject.java/clean/org/jruby/RubyJavaObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
19817,
3120,
16038,
12,
54,
10340,
22155,
16,
1659,
2252,
797,
16,
514,
22155,
461,
13,
288,
3639,
19817,
3120,
394,
54,
10340,
797,
273,
4170,
10340,
797,
12,
27768,
16,
2252,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3120,
16038,
12,
54,
10340,
22155,
16,
1659,
2252,
797,
16,
514,
22155,
461,
13,
288,
3639,
19817,
3120,
394,
54,
10340,
797,
273,
4170,
10340,
797,
12,
27768,
16,
2252,... |
} else { throw new AssertionError("unexpected attribute"); | public Class getValueType() { if (attribute.equals(SWTBindingConstants.SELECTION)) { return Object.class; } else { throw new AssertionError("unexpected attribute"); } } | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/72f1f804799a0ffd127eeb44d2c1cc0229cf194a/StructuredViewerUpdatableValue.java/buggy/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/binding/internal/viewers/StructuredViewerUpdatableValue.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1659,
2366,
559,
1435,
288,
202,
202,
430,
261,
4589,
18,
14963,
12,
55,
8588,
5250,
2918,
18,
1090,
15445,
3719,
288,
1082,
202,
2463,
1033,
18,
1106,
31,
202,
202,
97,
469,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
225,
202,
482,
1659,
2366,
559,
1435,
288,
202,
202,
430,
261,
4589,
18,
14963,
12,
55,
8588,
5250,
2918,
18,
1090,
15445,
3719,
288,
1082,
202,
2463,
1033,
18,
1106,
31,
202,
202,
97,
469,
... | |
if (stringValue != null) | if (currentNamespacePrefix != null) | private void endAttribute() { inAttribute = false; if (stringValue == null || namespacePrefixes) tlist.endAttribute(); if (stringValue != null) { String uri = stringValue.toString(); uri = uri.length() == 0 ? null : uri.intern(); namespaceBindings.uri = uri; stringValue = null; } } | 36870 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/36870/9d897bcbf3a3b9fcff1d0b32e8553c98f87311f6/ParsedXMLToConsumer.java/clean/gnu/xml/ParsedXMLToConsumer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
679,
1499,
1435,
225,
288,
565,
316,
1499,
273,
629,
31,
565,
309,
261,
1080,
620,
422,
446,
747,
1981,
11700,
13,
1377,
268,
1098,
18,
409,
1499,
5621,
565,
309,
261,
2972,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
679,
1499,
1435,
225,
288,
565,
316,
1499,
273,
629,
31,
565,
309,
261,
1080,
620,
422,
446,
747,
1981,
11700,
13,
1377,
268,
1098,
18,
409,
1499,
5621,
565,
309,
261,
2972,
... |
return sortAdviceDefinitions(allAdvices); | return allAdvices; | public List getAdviceDefinitions() { final List allAdvices = new ArrayList(); allAdvices.addAll(m_aroundAdviceDefinitions); allAdvices.addAll(m_beforeAdviceDefinitions); allAdvices.addAll(m_afterAdviceDefinitions); return sortAdviceDefinitions(allAdvices); } | 7954 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7954/b38ed0bd135533a456fab3fc227ac6850e810150/AspectDefinition.java/buggy/aspectwerkz3/src/main/org/codehaus/aspectwerkz/definition/AspectDefinition.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
987,
336,
1871,
633,
7130,
1435,
288,
3639,
727,
987,
777,
1871,
2094,
273,
394,
2407,
5621,
3639,
777,
1871,
2094,
18,
1289,
1595,
12,
81,
67,
12716,
1871,
633,
7130,
1769,
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,
987,
336,
1871,
633,
7130,
1435,
288,
3639,
727,
987,
777,
1871,
2094,
273,
394,
2407,
5621,
3639,
777,
1871,
2094,
18,
1289,
1595,
12,
81,
67,
12716,
1871,
633,
7130,
1769,
3639,
... |
case '0': state.index = index; num = doOctal(state); index = state.index; ren = new RENode(state, REOP_FLAT1, null); c = (char) num; break; case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': num = unDigit(c); while (++index < source.length && isDigit(c = source[index])) num = 10 ... | case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': /* Yuk. Keeping the old style \n interpretation for 1.2 compatibility. */ if (state.cx.getLanguageVersion() == Context.VERSION_1_2) { switch (c) { case '0': state.index = index; num = doOctal(state); index = state.index;... | RENode parseAtom(CompilerState state) { int num = 0, len; RENode ren = null; RENode ren2; char c; byte op; boolean skipCommon = false; boolean doFlat = false; char[] source = state.source; int index = state.index; int ocp = index; if (inde... | 11366 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11366/a845f3ca488cb9b56327d490291b84dccf128a1d/NativeRegExp.java/buggy/js/rhino/org/mozilla/javascript/regexp/NativeRegExp.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
2438,
907,
1109,
3641,
12,
9213,
1119,
919,
13,
288,
3639,
509,
818,
273,
374,
16,
562,
31,
3639,
2438,
907,
1654,
273,
446,
31,
3639,
2438,
907,
1654,
22,
31,
3639,
1149,
276,
31,
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,
2438,
907,
1109,
3641,
12,
9213,
1119,
919,
13,
288,
3639,
509,
818,
273,
374,
16,
562,
31,
3639,
2438,
907,
1654,
273,
446,
31,
3639,
2438,
907,
1654,
22,
31,
3639,
1149,
276,
31,
36... |
encoded = true; | void encode() { try { splitfileAlgo.encode(dataBlocks, checkBlocks, CHKBlock.DATA_LENGTH, blockInsertContext.persistentBucketFactory); // Start the inserts for(int i=0;i<checkBlockInserters.length;i++) { if(checkBlocks[i] != null) { // else already finished on creation checkBlockInserters[i] = new ... | 46731 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46731/e6accf6fde724c33588e68c749fd47456ab50691/SplitFileInserterSegment.java/clean/src/freenet/client/async/SplitFileInserterSegment.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
2017,
1435,
288,
202,
202,
698,
288,
1082,
202,
4939,
768,
22430,
18,
3015,
12,
892,
6450,
16,
866,
6450,
16,
6469,
47,
1768,
18,
4883,
67,
7096,
16,
1203,
4600,
1042,
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,
225,
202,
6459,
2017,
1435,
288,
202,
202,
698,
288,
1082,
202,
4939,
768,
22430,
18,
3015,
12,
892,
6450,
16,
866,
6450,
16,
6469,
47,
1768,
18,
4883,
67,
7096,
16,
1203,
4600,
1042,
18,
... | |
System.out.println("Wrote row: "+data.previous); | public boolean processRow(StepMetaInterface smi, StepDataInterface sdi) throws KettleException { debug="processRow"; Row r=getRow(); // get row! if (r==null) // no more input to be expected... { // Don't forget the last set of rows... if (data.previous!=null) { deNormalise(data.previous... | 9547 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9547/43f489c3f83060422ec91c325315e1500aa579b4/Denormaliser.java/clean/src/be/ibridge/kettle/trans/step/denormaliser/Denormaliser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
1207,
1999,
12,
4160,
2781,
1358,
3029,
77,
16,
8693,
751,
1358,
272,
3211,
13,
1216,
1475,
278,
5929,
503,
202,
95,
202,
202,
4148,
1546,
2567,
1999,
14432,
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,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
1207,
1999,
12,
4160,
2781,
1358,
3029,
77,
16,
8693,
751,
1358,
272,
3211,
13,
1216,
1475,
278,
5929,
503,
202,
95,
202,
202,
4148,
1546,
2567,
1999,
14432,
9506,
202,
... | |
if (memento == null) throw new NullPointerException(); | if (memento == null) { throw new NullPointerException(); } | static ActivityPatternBindingDefinition readActivityPatternBindingDefinition( IMemento memento, String sourceIdOverride) { if (memento == null) throw new NullPointerException(); String activityId = memento.getString(TAG_ACTIVITY_ID); if (activityId == null) retu... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/fa4a8cff0e027f8d3c6b1fcb92b30f46767dd191/Persistence.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/Persistence.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
9621,
3234,
5250,
1852,
855,
6193,
3234,
5250,
1852,
12,
5411,
6246,
820,
83,
312,
820,
83,
16,
514,
27572,
6618,
13,
288,
3639,
309,
261,
81,
820,
83,
422,
446,
13,
5411,
604,
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,
760,
9621,
3234,
5250,
1852,
855,
6193,
3234,
5250,
1852,
12,
5411,
6246,
820,
83,
312,
820,
83,
16,
514,
27572,
6618,
13,
288,
3639,
309,
261,
81,
820,
83,
422,
446,
13,
5411,
604,
3... |
byte[] zipData = baos.toByteArray(); ByteArrayOutputStream base64 = new ByteArrayOutputStream ( (4*zipData.length+2)/3 ); Base64.encode( new ByteArrayInputStream(zipData), base64, false ); | ByteArrayOutputStream baos = new ByteArrayOutputStream(); Writer zipOut = new BufferedWriter ( new OutputStreamWriter ( new GZIPOutputStream(baos) ) ); PacketEncoder.encodeData( packet, zipOut ); zipOut.close(); | public static void encode( Packet packet, Writer out ) throws IOException { // First, validate our input. if ( null == packet ) { throw new IllegalArgumentException( "The packet is null." ); } if ( null == out ) { throw new IllegalArgumentException( "The w... | 4135 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4135/2e249088efbace03816e726900086724c02553fa/PacketEncoder.java/buggy/megamek/src/megamek/common/xml/PacketEncoder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2017,
12,
11114,
4414,
16,
5497,
596,
262,
3639,
1216,
1860,
565,
288,
3639,
368,
5783,
16,
1954,
3134,
810,
18,
3639,
309,
261,
446,
422,
4414,
262,
288,
5411,
604,
394... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
2017,
12,
11114,
4414,
16,
5497,
596,
262,
3639,
1216,
1860,
565,
288,
3639,
368,
5783,
16,
1954,
3134,
810,
18,
3639,
309,
261,
446,
422,
4414,
262,
288,
5411,
604,
394... |
consume(IToken.tRBRACE); | last = consume(IToken.tRBRACE); | protected IASTInitializerClause initializerClause(IASTScope scope, boolean constructInitializers) throws EndOfFileException, BacktrackException { if (LT(1) == IToken.tLBRACE) { IToken t = consume(IToken.tLBRACE); if (LT(1) == (IToken.tRBRACE)) { consume(IToken.tRBRACE); try { return createInitialize... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/36ec31dca2ce38ed47d0f35d5d3993c54f09c5ff/Parser.java/clean/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
467,
9053,
14729,
7044,
12562,
7044,
12,
45,
9053,
3876,
2146,
16,
1082,
202,
6494,
4872,
4435,
8426,
13,
1216,
4403,
951,
812,
503,
16,
1082,
202,
2711,
4101,
503,
288,
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,
1117,
467,
9053,
14729,
7044,
12562,
7044,
12,
45,
9053,
3876,
2146,
16,
1082,
202,
6494,
4872,
4435,
8426,
13,
1216,
4403,
951,
812,
503,
16,
1082,
202,
2711,
4101,
503,
288,
202,
... |
ser.fFeatures.put(Constants.DOM_SPLIT_CDATA, Boolean.TRUE); | ser.fFeatures.put(Constants.DOM_VALIDATE_IF_SCHEMA, Boolean.FALSE); | private void initSerializer(XMLSerializer ser) { ser.fNamespaces = true; ser.fNSBinder = new NamespaceSupport(); ser.fLocalNSBinder = new NamespaceSupport(); ser.fSymbolTable = new SymbolTable(); ser.fFeatures = new Hashtable(); ser.fFeatures.put(Constants.NAMESPACES_FEATUR... | 46079 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46079/8eddf8658a4037adbc5f580f1e045a2d978fde56/DOMWriterImpl.java/clean/src/org/apache/xml/serialize/DOMWriterImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1208,
6306,
12,
4201,
6306,
703,
13,
288,
3639,
703,
18,
74,
13180,
273,
638,
31,
3639,
703,
18,
74,
3156,
17700,
273,
394,
6005,
6289,
5621,
3639,
703,
18,
74,
2042,
3156,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1208,
6306,
12,
4201,
6306,
703,
13,
288,
3639,
703,
18,
74,
13180,
273,
638,
31,
3639,
703,
18,
74,
3156,
17700,
273,
394,
6005,
6289,
5621,
3639,
703,
18,
74,
2042,
3156,
... |
return "Unknown tag <" + opTag + ">"; } | return "Unknown tag <" + opTag + ">"; } | public static String toString(int opTag) { if (FIRST_TAG <= opTag && opTag <= LAST_TAG) return opStrings[opTag-FIRST_TAG]; if (opTag<FIRST_TAG) return GeneratedTags.toString(opTag); return "Unknown tag <" + opTag + ">"; } | 46634 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46634/113fdf7bac10aba7f608549e2a888798eaf22afd/OperatorTags.java/buggy/src/escjava/trunk/ESCTools/Javafe/java/javafe/ast/OperatorTags.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
514,
1762,
12,
474,
1061,
1805,
13,
288,
377,
309,
261,
15354,
67,
7927,
1648,
1061,
1805,
597,
1061,
1805,
1648,
15612,
67,
7927,
13,
4202,
327,
1061,
7957,
63,
556,
1805,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
1762,
12,
474,
1061,
1805,
13,
288,
377,
309,
261,
15354,
67,
7927,
1648,
1061,
1805,
597,
1061,
1805,
1648,
15612,
67,
7927,
13,
4202,
327,
1061,
7957,
63,
556,
1805,
1... |
"@Property Long id\n" + "@Property Long version\n" + "@Property String name\n" + | "Long id\n" + "Long version\n" + "String name\n" + | protected void onSetUp() throws Exception { GroovyClassLoader cl = new GroovyClassLoader(); Thread.currentThread().setContextClassLoader(cl); Class tmpClass = cl.parseClass( "class ScaffoldController {\n" + "@Property boolean scaffold = true" + "}" ); Class tmpClass2 = cl.parseClass( "class Scaffold {\... | 6460 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6460/d93525c713d1d4d77372f926046f0e25c7a36a8f/ControllerScaffoldingTests.java/clean/test/scaffolding/org/codehaus/groovy/grails/scaffolding/ControllerScaffoldingTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
603,
694,
1211,
1435,
1216,
1185,
288,
202,
202,
43,
12859,
7805,
927,
273,
394,
20841,
7805,
5621,
202,
202,
3830,
18,
2972,
3830,
7675,
542,
1042,
7805,
12,
830,
1769,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
603,
694,
1211,
1435,
1216,
1185,
288,
202,
202,
43,
12859,
7805,
927,
273,
394,
20841,
7805,
5621,
202,
202,
3830,
18,
2972,
3830,
7675,
542,
1042,
7805,
12,
830,
1769,
... |
return ((Comparable)a).compareTo(b); | return a.compareTo(b); | public int compare(Object a, Object b) { int cmp = bugInstanceClassComparator.compare(a, b); if (cmp != 0) return cmp; return ((Comparable)a).compareTo(b); } | 10715 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10715/dc23a4411c774f7da54f7de77b96f51b65252702/FindBugsFrame.java/clean/findbugs/src/java/edu/umd/cs/findbugs/gui/FindBugsFrame.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
509,
3400,
12,
921,
279,
16,
1033,
324,
13,
288,
5411,
509,
9411,
273,
7934,
1442,
797,
5559,
18,
9877,
12,
69,
16,
324,
1769,
5411,
309,
261,
9625,
480,
374,
13,
7734,
327,
941... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
509,
3400,
12,
921,
279,
16,
1033,
324,
13,
288,
5411,
509,
9411,
273,
7934,
1442,
797,
5559,
18,
9877,
12,
69,
16,
324,
1769,
5411,
309,
261,
9625,
480,
374,
13,
7734,
327,
941... |
ValuationPhase oldValuationPhase) { Map<ExecutionPeriod, ExecutionPeriod> oldAndNewExecutionPeriodMap = new HashMap<ExecutionPeriod, ExecutionPeriod>(); for (ExecutionPeriod executionPeriod : oldValuationPhase.getTeacherServiceDistribution().getExecutionPeriods()) { oldAndNewExecutionPeriodMap.put(executionPeriod, exec... | ValuationPhase oldValuationPhase) { Map<ExecutionPeriod, ExecutionPeriod> oldAndNewExecutionPeriodMap = new HashMap<ExecutionPeriod, ExecutionPeriod>(); for (ExecutionPeriod executionPeriod : oldValuationPhase.getTeacherServiceDistribution() .getExecutionPeriods()) { oldAndNewExecutionPeriodMap.put(executionPeriod, exe... | private Map<ExecutionPeriod, ExecutionPeriod> getSimpleExecutionPeriodsTranslationMap( ValuationPhase oldValuationPhase) { Map<ExecutionPeriod, ExecutionPeriod> oldAndNewExecutionPeriodMap = new HashMap<ExecutionPeriod, ExecutionPeriod>(); for (ExecutionPeriod executionPeriod : oldValuationPhase.getTeacherServiceD... | 2645 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2645/a985ac1a24c8a3130973c5a5174de51d9b8412aa/ValuationPhase.java/buggy/src/net/sourceforge/fenixedu/domain/teacherServiceDistribution/ValuationPhase.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
1635,
32,
3210,
5027,
16,
8687,
5027,
34,
8120,
3210,
30807,
6717,
863,
12,
1082,
202,
58,
700,
367,
11406,
1592,
58,
700,
367,
11406,
13,
288,
202,
202,
863,
32,
3210,
5027,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1635,
32,
3210,
5027,
16,
8687,
5027,
34,
8120,
3210,
30807,
6717,
863,
12,
1082,
202,
58,
700,
367,
11406,
1592,
58,
700,
367,
11406,
13,
288,
202,
202,
863,
32,
3210,
5027,... |
public DOMTestIncompatibleException(Throwable ex,DocumentBuilderSetting setting) { if (ex != null) { msg = ex.toString(); } else { if (setting != null) { msg = setting.toString(); } else { msg = super.toString(); } } | private DOMTestIncompatibleException(String msg) { this.msg = msg; | public DOMTestIncompatibleException(Throwable ex,DocumentBuilderSetting setting) { if (ex != null) { msg = ex.toString(); } else { if (setting != null) { msg = setting.toString(); } else { msg = super.toString(); } } } | 54650 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54650/19ecf80dd539cb3920fc52530e5ddff6102cf9f2/DOMTestIncompatibleException.java/buggy/java/org/w3c/domts/DOMTestIncompatibleException.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
4703,
4709,
24272,
503,
12,
15155,
431,
16,
2519,
1263,
5568,
3637,
13,
288,
565,
309,
261,
338,
480,
446,
13,
288,
3639,
1234,
273,
431,
18,
10492,
5621,
565,
289,
469,
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,
282,
1071,
4703,
4709,
24272,
503,
12,
15155,
431,
16,
2519,
1263,
5568,
3637,
13,
288,
565,
309,
261,
338,
480,
446,
13,
288,
3639,
1234,
273,
431,
18,
10492,
5621,
565,
289,
469,
288,
3639... |
private void maybeSlowShrink(boolean dontCheck, boolean inStartUp) throws DatabaseException, IOException { Vector wantedKeep = new Vector(); // keep; content is wanted, and is in the right place Vector unwantedIgnore = new Vector(); // ignore; content is not wanted, and is not in the right place Vector wantedMove =... | 51738 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51738/c7d89e185f8060750493b680a989e7dc864babcd/BerkeleyDBFreenetStore.java/buggy/src/freenet/store/BerkeleyDBFreenetStore.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
6459,
19133,
28733,
28747,
12,
1075,
790,
464,
1580,
1564,
16,
6494,
267,
1685,
1211,
13,
15069,
4254,
503,
16,
14106,
95,
202,
202,
5018,
25861,
11523,
33,
2704,
5018,
5621,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6459,
19133,
28733,
28747,
12,
1075,
790,
464,
1580,
1564,
16,
6494,
267,
1685,
1211,
13,
15069,
4254,
503,
16,
14106,
95,
202,
202,
5018,
25861,
11523,
33,
2704,
5018,
5621,
7... | ||
SwingUtilities.invokeLater(new Runnable() { public void run() { stageNameLabel.setText(L10N.getLocalString("msg.finishedanalysis_txt","Finishing analysis")); | SwingUtilities.invokeLater(new Runnable() { public void run() { stageNameLabel.setText(L10N.getLocalString("msg.finishedanalysis_txt", "Finishing analysis")); } }); | public void finishPerClassAnalysis() { SwingUtilities.invokeLater(new Runnable() { public void run() { stageNameLabel.setText(L10N.getLocalString("msg.finishedanalysis_txt","Finishing analysis")); } }); } | 7352 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7352/4748a5a9b76f3dd763ee6bc7755c932a711bd6a6/RunAnalysisDialog.java/clean/findbugs/src/java/edu/umd/cs/findbugs/gui/RunAnalysisDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
4076,
2173,
797,
9418,
1435,
288,
202,
565,
26145,
11864,
18,
14407,
20607,
12,
2704,
10254,
1435,
288,
202,
202,
482,
918,
1086,
1435,
288,
1082,
565,
6009,
461,
2224,
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,
225,
202,
482,
918,
4076,
2173,
797,
9418,
1435,
288,
202,
565,
26145,
11864,
18,
14407,
20607,
12,
2704,
10254,
1435,
288,
202,
202,
482,
918,
1086,
1435,
288,
1082,
565,
6009,
461,
2224,
18,... |
JPanel panel = new JPanel(); | protected JPanel getGeneralConfigPanel(){ JPanel panel = new JPanel(); TitledBorder dasborder; dasborder = BorderFactory.createTitledBorder("general"); JPanel generalConfigForm = new JPanel(); generalConfigForm.setBorder(dasborder); Box v = B... | 52521 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52521/64d6eb33a490ec8423376a20d451a209c2004242/ConfigGui.java/clean/src/org/biojava/spice/Config/ConfigGui.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
24048,
336,
12580,
809,
5537,
1435,
95,
13491,
399,
305,
1259,
8107,
30255,
8815,
31,
3639,
30255,
8815,
273,
13525,
1733,
18,
2640,
56,
305,
1259,
8107,
2932,
12259,
8863,
7734,
2404... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
24048,
336,
12580,
809,
5537,
1435,
95,
13491,
399,
305,
1259,
8107,
30255,
8815,
31,
3639,
30255,
8815,
273,
13525,
1733,
18,
2640,
56,
305,
1259,
8107,
2932,
12259,
8863,
7734,
2404... | |
{ char c = readCh (); if (isWhitespace (c)) { skipWhitespace (); } else { error ("whitespace required", c, null); } } | { char c = readCh(); if (isWhitespace(c)) { skipWhitespace(); } else { error("whitespace required", c, null); } } | private void requireWhitespace () throws SAXException, IOException { char c = readCh (); if (isWhitespace (c)) { skipWhitespace (); } else { error ("whitespace required", c, null); } } | 56365 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56365/7fb7568e63c3fe14af521de4699cb37898923ca7/XmlParser.java/clean/libjava/gnu/xml/aelfred2/XmlParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
2583,
9431,
1832,
565,
1216,
14366,
16,
1860,
565,
288,
202,
3001,
276,
273,
855,
782,
261,
1769,
202,
430,
261,
291,
9431,
261,
71,
3719,
288,
202,
565,
2488,
9431,
261,
176... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2583,
9431,
1832,
565,
1216,
14366,
16,
1860,
565,
288,
202,
3001,
276,
273,
855,
782,
261,
1769,
202,
430,
261,
291,
9431,
261,
71,
3719,
288,
202,
565,
2488,
9431,
261,
176... |
public void beginGroup(int index) | public void beginGroup(String typeName, Object type) | public void beginGroup(int index) { ensureSpace(3 + 1 + 7); gapEnd -= 7; data[gapStart++] = BEGIN_GROUP_LONG; setIntN(gapStart, gapEnd - data.length); // end_offset gapStart += 2; data[gapEnd] = END_GROUP_LONG; setIntN(gapEnd + 1, index); // begin_offset setIntN(gapEnd + 3, gapStart - 3); /... | 36870 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/36870/73c163c9d937b791d1a320569c0c531bbb2b0173/TreeList.java/buggy/gnu/lists/TreeList.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
2376,
1114,
12,
780,
8173,
16,
1033,
618,
13,
225,
288,
565,
3387,
3819,
12,
23,
397,
404,
397,
2371,
1769,
565,
9300,
1638,
3947,
2371,
31,
565,
501,
63,
14048,
1685,
9904,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2376,
1114,
12,
780,
8173,
16,
1033,
618,
13,
225,
288,
565,
3387,
3819,
12,
23,
397,
404,
397,
2371,
1769,
565,
9300,
1638,
3947,
2371,
31,
565,
501,
63,
14048,
1685,
9904,
... |
out.println ("<input type=hidden name=\"action\" value=\"addTab\">"); | out.println ("<input type=hidden name=\"tab\" value=\"" + iTab + "\">"); out.println ("<input type=hidden name=\"action\" value=\"addColumn\">"); | public void writePersonalizeLayoutPage (HttpServletRequest req, HttpServletResponse res, JspWriter out) { try { // Hard coded for now, but eventually // retrieve available channels from database Vector vChannels = new Vector (); vChannels.addElement ("ABC News"); vChannels.addEle... | 1895 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1895/19685c69ecbd64f2210f66111757e2523bc3ef28/LayoutBean.java/clean/source/org/jasig/portal/LayoutBean.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1045,
8346,
287,
554,
3744,
1964,
261,
2940,
18572,
1111,
16,
12446,
400,
16,
19300,
2289,
596,
13,
225,
288,
3639,
775,
377,
288,
4202,
368,
670,
1060,
29512,
364,
2037,
16,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1045,
8346,
287,
554,
3744,
1964,
261,
2940,
18572,
1111,
16,
12446,
400,
16,
19300,
2289,
596,
13,
225,
288,
3639,
775,
377,
288,
4202,
368,
670,
1060,
29512,
364,
2037,
16,
... |
jjstateSet[jjnewStateCnt++] = 20; break; case 24: | jjCheckNAdd(30); break; case 39: | private final int jjMoveNfa_4(int startState, int curPos){ int[] nextStates; int startsAt = 0; jjnewStateCnt = 30; int i = 1; jjstateSet[0] = startState; int j, kind = 0x7fffffff; for (;;) { if (++jjround == 0x7fffffff) ReInitRounds(); if (curChar < 64) { long l = 1L << cu... | 9291 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9291/8e9e155e88430402b0d51d6b344267b73292ca2c/ParserTokenManager.java/clean/src/java/org/apache/velocity/runtime/parser/ParserTokenManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
727,
509,
10684,
7607,
50,
507,
67,
24,
12,
474,
787,
1119,
16,
509,
662,
1616,
15329,
282,
509,
8526,
1024,
7629,
31,
282,
509,
2542,
861,
273,
374,
31,
282,
10684,
2704,
1119,
11750,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
727,
509,
10684,
7607,
50,
507,
67,
24,
12,
474,
787,
1119,
16,
509,
662,
1616,
15329,
282,
509,
8526,
1024,
7629,
31,
282,
509,
2542,
861,
273,
374,
31,
282,
10684,
2704,
1119,
11750,... |
protected void processPacket(Packet packet) throws Exception { | protected void processPacket(SendPacket packet) throws Exception { | private void initThreads() { Runnable receiverRunnable = new Runnable() { public void run() { while (receiver == Thread.currentThread()) { INetworkPacket np=null; try { np = readNetworkPacket(); if (... | 3464 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3464/4bf1f51f4a256abd27dcedae1644dc0ce4102eab/Connection.java/buggy/megamek/src/megamek/common/net/Connection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1208,
13233,
1435,
288,
3639,
10254,
5971,
20013,
273,
394,
10254,
1435,
288,
5411,
1071,
918,
1086,
1435,
288,
7734,
1323,
261,
24454,
422,
4884,
18,
2972,
3830,
10756,
288,
107... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1208,
13233,
1435,
288,
3639,
10254,
5971,
20013,
273,
394,
10254,
1435,
288,
5411,
1071,
918,
1086,
1435,
288,
7734,
1323,
261,
24454,
422,
4884,
18,
2972,
3830,
10756,
288,
107... |
throw new ArtifactHandlerNotFoundException( "Artifact handler for type '" + type + "' cannot be found." ); | throw new ArtifactHandlerNotFoundException( "Artifact handler for type '" + type + "' cannot be found." ); | public ArtifactHandler getArtifactHandler( String type ) throws ArtifactHandlerNotFoundException { ArtifactHandler handler = (ArtifactHandler) artifactHandlers.get( type ); if ( handler == null ) { throw new ArtifactHandlerNotFoundException( "Artifact handler... | 1315 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1315/a949eb66dedc63459e4897d50c37374814750c66/DefaultArtifactHandlerManager.java/clean/maven-artifact/src/main/java/org/apache/maven/artifact/handler/manager/DefaultArtifactHandlerManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
14022,
1503,
24957,
1503,
12,
514,
618,
262,
3639,
1216,
14022,
1503,
3990,
565,
288,
3639,
14022,
1503,
1838,
273,
261,
7581,
1503,
13,
6462,
6919,
18,
588,
12,
618,
11272,
3639,
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,
14022,
1503,
24957,
1503,
12,
514,
618,
262,
3639,
1216,
14022,
1503,
3990,
565,
288,
3639,
14022,
1503,
1838,
273,
261,
7581,
1503,
13,
6462,
6919,
18,
588,
12,
618,
11272,
3639,
3... |
if (!currentResource.getParent().equals(firstParent)) return false; | if (!currentResource.getParent().equals(firstParent)) { return false; } | protected boolean updateSelection(IStructuredSelection selection) { if (!super.updateSelection(selection)) return false; if (getSelectedNonResources().size() > 0) return false; List selectedResources = getSelectedResources(); if (selectedResources.size() == 0) ... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/3a23c3b9bac4db696a0452560047155775a707b7/CopyAction.java/clean/bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/CopyAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1250,
1089,
6233,
12,
45,
30733,
6233,
4421,
13,
288,
3639,
309,
16051,
9565,
18,
2725,
6233,
12,
10705,
3719,
5411,
327,
629,
31,
3639,
309,
261,
588,
7416,
3989,
3805,
7675,
1467,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1250,
1089,
6233,
12,
45,
30733,
6233,
4421,
13,
288,
3639,
309,
16051,
9565,
18,
2725,
6233,
12,
10705,
3719,
5411,
327,
629,
31,
3639,
309,
261,
588,
7416,
3989,
3805,
7675,
1467,... |
final String appearanceValue = elementAttributes.getValue("appearance"); final String appearanceLocalname = (appearanceValue == null) ? null : XMLUtils.localNameFromQName(appearanceValue); final String appearanceURI = (appearanceValue == null) ? null : uriFromQName(appearanceValue); final String mediaType = controlInf... | public void end(String uri, String localname, String qName) throws SAXException { final ContentHandler contentHandler = handlerContext.getController().getOutput(); final String effectiveId = handlerContext.getEffectiveId(elementAttributes); final XFormsControls.OutputControlInfo controlInfo = h... | 51410 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51410/be5df06f28b202fc38cd73bf04037c0ca691a9d6/XFormsOutputHandler.java/buggy/src/java/org/orbeon/oxf/xforms/processor/handlers/XFormsOutputHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
679,
12,
780,
2003,
16,
514,
1191,
529,
16,
514,
22914,
13,
1216,
14366,
288,
3639,
727,
3697,
1503,
913,
1503,
273,
1838,
1042,
18,
588,
2933,
7675,
588,
1447,
5621,
3639,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
679,
12,
780,
2003,
16,
514,
1191,
529,
16,
514,
22914,
13,
1216,
14366,
288,
3639,
727,
3697,
1503,
913,
1503,
273,
1838,
1042,
18,
588,
2933,
7675,
588,
1447,
5621,
3639,
7... | |
int start = getLineStartOffset(line); int end = getLineEndOffset(line); | buffer.getLineText(caretLine,lineSegment); int start = getLineStartOffset(caretLine); int end = getLineEndOffset(caretLine); | private boolean doWordWrap(int line, boolean spaceInserted) { if(!hardWrap || maxLineLen <= 0) return false; int start = getLineStartOffset(line); int end = getLineEndOffset(line); int len = end - start - 1; // don't wrap unless we're at the end of the line if(getCaretPosition() != end - 1) return false; bo... | 6564 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6564/760913f735df094c2b0efdfb3cc7cf70013592b1/JEditTextArea.java/clean/org/gjt/sp/jedit/textarea/JEditTextArea.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
1250,
741,
3944,
2964,
12,
474,
980,
16,
1250,
3476,
27329,
13,
202,
95,
202,
202,
430,
12,
5,
20379,
2964,
747,
943,
1670,
2891,
1648,
374,
13,
1082,
202,
2463,
629,
31,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
1250,
741,
3944,
2964,
12,
474,
980,
16,
1250,
3476,
27329,
13,
202,
95,
202,
202,
430,
12,
5,
20379,
2964,
747,
943,
1670,
2891,
1648,
374,
13,
1082,
202,
2463,
629,
31,
2... |
} else | } else | public void partitionPartners(Atom atom, AtomContainer unplacedPartners, AtomContainer placedPartners) { Atom[] atoms = molecule.getConnectedAtoms(atom); for (int i = 0; i < atoms.length; i++) { if (atoms[i].getFlag(CDKConstants.ISPLACED)) { placedPartners.addAtom(atoms[i]); } else { unplacedPartner... | 45254 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45254/9f992723c3f44cadad1a2525a16a572d7af62f39/AtomPlacer.java/clean/src/org/openscience/cdk/layout/AtomPlacer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
3590,
1988,
9646,
12,
3641,
3179,
16,
7149,
2170,
640,
28238,
1988,
9646,
16,
7149,
2170,
15235,
1988,
9646,
13,
202,
95,
202,
202,
3641,
8526,
9006,
273,
13661,
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,
918,
3590,
1988,
9646,
12,
3641,
3179,
16,
7149,
2170,
640,
28238,
1988,
9646,
16,
7149,
2170,
15235,
1988,
9646,
13,
202,
95,
202,
202,
3641,
8526,
9006,
273,
13661,
18,
588,
... |
if( executable == null || executable.length() == 0 ) | if( executable == null || executable.length() == 0 ) { | public void setExecutable( final String executable ) { if( executable == null || executable.length() == 0 ) return; m_executable = executable.replace( '/', File.separatorChar ) .replace( '\\', File.separatorChar ); } | 506 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/506/8ce1de2178a0422105fa437c327b49fb5637ff28/Commandline.java/clean/proposal/myrmidon/src/main/org/apache/tools/ant/types/Commandline.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
444,
17709,
12,
727,
514,
9070,
262,
565,
288,
3639,
309,
12,
9070,
422,
446,
747,
9070,
18,
2469,
1435,
422,
374,
262,
288,
5411,
327,
31,
3639,
312,
67,
17751,
273,
9070,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
444,
17709,
12,
727,
514,
9070,
262,
565,
288,
3639,
309,
12,
9070,
422,
446,
747,
9070,
18,
2469,
1435,
422,
374,
262,
288,
5411,
327,
31,
3639,
312,
67,
17751,
273,
9070,
... |
} else if (this.inStream != null) { if (this.inStream != System.in) { | } else if ( this.inStream != null ) { if ( this.inStream != System.in ) { | public void close() throws IOException { if (this.debug) { System.err.println("TarBuffer.closeBuffer()."); } if (this.outStream != null) { this.flushBlock(); if (this.outStream != System.out && this.outStream != System.err) { th... | 55907 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55907/4da7a225ba9c01ca94805923e06e3fb2d46bf201/TarBuffer.java/buggy/plexus-archiver/src/main/java/org/codehaus/plexus/archiver/tar/TarBuffer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1746,
1435,
1216,
1860,
288,
3639,
309,
261,
2211,
18,
4148,
13,
288,
5411,
2332,
18,
370,
18,
8222,
2932,
20464,
1892,
18,
4412,
1892,
1435,
1199,
1769,
3639,
289,
3639,
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,
377,
1071,
918,
1746,
1435,
1216,
1860,
288,
3639,
309,
261,
2211,
18,
4148,
13,
288,
5411,
2332,
18,
370,
18,
8222,
2932,
20464,
1892,
18,
4412,
1892,
1435,
1199,
1769,
3639,
289,
3639,
309,
... |
public void mT36() throws RecognitionException { int T36_StartIndex = input.index(); try { int type = T36; int start = getCharIndex(); int line = getLine(); int charPosition = getCharPositionInLine(); int channel = Token.DEFAULT_CHANNEL; ... | 31577 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31577/cb210a30853642e270a3bba6ce570409f6046852/RuleParserLexer.java/buggy/drools-compiler/src/main/java/org/drools/lang/RuleParserLexer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
21115,
5718,
1435,
1216,
9539,
288,
3639,
509,
399,
5718,
67,
16792,
273,
810,
18,
1615,
5621,
3639,
775,
288,
5411,
509,
618,
273,
399,
5718,
31,
5411,
509,
787,
273,
23577,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
21115,
5718,
1435,
1216,
9539,
288,
3639,
509,
399,
5718,
67,
16792,
273,
810,
18,
1615,
5621,
3639,
775,
288,
5411,
509,
618,
273,
399,
5718,
31,
5411,
509,
787,
273,
23577,
... | ||
break _loop34; | break _loop658; | public final void codeRef() throws RecognitionException, TokenStreamException { Token name = null; Token a = null; Token b = null; Token c = null; Token d = null; try { // for error handling match(CODE_REF); name = LT(1); match(ADR); addVar("Code->"+name.getText()," ");setVal(name.getText()... | 48756 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48756/4179c9f6d0a36bc8b8ca5cdef30d4178930114cd/PerlParserSimple.java/buggy/org.epic.debug/src/org/epic/debug/varparser/PerlParserSimple.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
981,
1957,
1435,
1216,
9539,
16,
3155,
1228,
503,
288,
9506,
202,
1345,
225,
508,
273,
446,
31,
202,
202,
1345,
225,
279,
273,
446,
31,
202,
202,
1345,
225,
324,
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,
225,
202,
482,
727,
918,
981,
1957,
1435,
1216,
9539,
16,
3155,
1228,
503,
288,
9506,
202,
1345,
225,
508,
273,
446,
31,
202,
202,
1345,
225,
279,
273,
446,
31,
202,
202,
1345,
225,
324,
2... |
String iconPath = "icons/full/"; try { AbstractUIPlugin plugin = (AbstractUIPlugin) Platform .getPlugin(PlatformUI.PLUGIN_ID); URL installURL = plugin.getDescriptor().getInstallURL(); URL url = new URL(installURL, iconPath + relativePath); return ImageDescriptor.createFromURL(url); } catch (MalformedURLException e) { ... | return WorkbenchImages.getWorkbenchImageDescriptor(relativePath); | private ImageDescriptor getImageDescriptor(String relativePath) { String iconPath = "icons/full/";//$NON-NLS-1$ try { AbstractUIPlugin plugin = (AbstractUIPlugin) Platform .getPlugin(PlatformUI.PLUGIN_ID); URL installURL = plugin.getDescriptor().getInstallURL(... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/8fd0f2b4fd47f07d36004083215b102b7c5bcc8b/FileSystemExportWizard.java/clean/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/FileSystemExportWizard.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
3421,
3187,
10567,
3187,
12,
780,
12820,
13,
288,
3639,
514,
4126,
743,
273,
315,
14516,
19,
2854,
4898,
31,
759,
8,
3993,
17,
5106,
17,
21,
8,
202,
3639,
775,
288,
5411,
4115,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3421,
3187,
10567,
3187,
12,
780,
12820,
13,
288,
3639,
514,
4126,
743,
273,
315,
14516,
19,
2854,
4898,
31,
759,
8,
3993,
17,
5106,
17,
21,
8,
202,
3639,
775,
288,
5411,
4115,
... |
changeState( CDebugElementState.SUSPENDING ); | final CDebugElementState newState = CDebugElementState.SUSPENDING; changeState( newState ); | public void suspend() throws DebugException { if ( !canSuspend() ) return; changeState( CDebugElementState.SUSPENDING ); try { getCDITarget().suspend(); } catch( CDIException e ) { restoreOldState(); targetRequestFailed( e.getMessage(), null ); } } | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/4dda6937d9079ae47697952e11a7229f5f5b3791/CDebugTarget.java/buggy/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/model/CDebugTarget.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
20413,
1435,
1216,
4015,
503,
288,
202,
202,
430,
261,
401,
4169,
55,
18815,
1435,
262,
1082,
202,
2463,
31,
202,
202,
3427,
1119,
12,
385,
2829,
1046,
1119,
18,
6639,
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,
20413,
1435,
1216,
4015,
503,
288,
202,
202,
430,
261,
401,
4169,
55,
18815,
1435,
262,
1082,
202,
2463,
31,
202,
202,
3427,
1119,
12,
385,
2829,
1046,
1119,
18,
6639,
31... |
private String content_ = IOUtils.toString(method.getResponseBodyAsStream(), getContentCharSet()); | private String content_ = content; private String contentCharSet_ = contentCharSet; | private WebResponse makeWebResponse( final int statusCode, final HttpMethod method, final URL originatingURL, final long loadTime ) throws IOException { return new WebResponse() { private String content_ = IOUtils.toString(method.getResponseBodyAsStream(), getContentCharSet()); ... | 3508 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3508/e19ce3a44dd60780bd582bfe20fbda6df961b020/HttpWebConnection.java/buggy/htmlunit/src/java/com/gargoylesoftware/htmlunit/HttpWebConnection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
2999,
1064,
1221,
4079,
1064,
12,
3639,
727,
509,
6593,
16,
727,
17069,
707,
16,
727,
1976,
4026,
1776,
1785,
16,
727,
1525,
1262,
950,
262,
540,
1216,
1860,
288,
3639,
327,
394,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2999,
1064,
1221,
4079,
1064,
12,
3639,
727,
509,
6593,
16,
727,
17069,
707,
16,
727,
1976,
4026,
1776,
1785,
16,
727,
1525,
1262,
950,
262,
540,
1216,
1860,
288,
3639,
327,
394,
... |
private void performFileImport(IProgressMonitor monitor,IContainer target, String filePath) { File toImport = new File(filePath); if (target.getLocation().equals(toImport)) return; IOverwriteQuery query = new IOverwriteQuery() { public String queryOverwrite(String pathString) { if (alwaysOverwrite) re... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/bf752ac27dbe2a869d9900197181599a8561dc6a/CopyFilesAndFoldersOperation.java/buggy/bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
3073,
812,
5010,
12,
45,
5491,
7187,
6438,
16,
45,
2170,
1018,
16,
514,
4612,
13,
288,
202,
202,
812,
358,
5010,
273,
394,
1387,
12,
22787,
1769,
202,
202,
430,
261,
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,
225,
202,
1152,
918,
3073,
812,
5010,
12,
45,
5491,
7187,
6438,
16,
45,
2170,
1018,
16,
514,
4612,
13,
288,
202,
202,
812,
358,
5010,
273,
394,
1387,
12,
22787,
1769,
202,
202,
430,
261,
3... | ||
public WebRoleManager() { List list = new LinkedList(); for(int i = 0; i < 11; i++) { list.add(new WebRole()); } m_roles = list; | public WebRoleManager(GroupManager groupManager) { m_groupManager = groupManager; | public WebRoleManager() { List list = new LinkedList(); for(int i = 0; i < 11; i++) { list.add(new WebRole()); } m_roles = list; } | 47678 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47678/706ae9a9c41b58e508fa716d64e3d6f6ca56ee0e/WebRoleManager.java/buggy/src/web/src/org/opennms/web/admin/roles/WebRoleManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2999,
2996,
1318,
1435,
288,
3639,
987,
666,
273,
394,
10688,
5621,
3639,
364,
12,
474,
277,
273,
374,
31,
277,
411,
4648,
31,
277,
27245,
288,
1850,
666,
18,
1289,
12,
2704,
2999... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2999,
2996,
1318,
1435,
288,
3639,
987,
666,
273,
394,
10688,
5621,
3639,
364,
12,
474,
277,
273,
374,
31,
277,
411,
4648,
31,
277,
27245,
288,
1850,
666,
18,
1289,
12,
2704,
2999... |
pageContext.setAttribute(Action.EXCEPTION_KEY, ex, PageContext.REQUEST_SCOPE); | saveException(ex); | public int doEndTag() throws JspException { try { pageContext.include(template); } catch(Exception ex) { // IOException or ServletException pageContext.setAttribute(Action.EXCEPTION_KEY, ex, PageContext.REQUEST_SCOPE); throw new JspException(ex.... | 2722 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2722/377700f76e22370285a5828bcf4bc1caed504aac/InsertTag.java/buggy/src/share/org/apache/struts/taglib/template/InsertTag.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
509,
741,
25633,
1435,
1216,
27485,
288,
1377,
775,
288,
540,
21442,
18,
6702,
12,
3202,
1769,
1377,
289,
1377,
1044,
12,
503,
431,
13,
288,
368,
1860,
578,
16517,
540,
21442,
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,
565,
1071,
509,
741,
25633,
1435,
1216,
27485,
288,
1377,
775,
288,
540,
21442,
18,
6702,
12,
3202,
1769,
1377,
289,
1377,
1044,
12,
503,
431,
13,
288,
368,
1860,
578,
16517,
540,
21442,
18,
... |
suite.addTestSuite(CModelElementsFailedTests.class); | public static Test suite() { final AutomatedIntegrationSuite suite = new AutomatedIntegrationSuite(); // Add all success tests suite.addTest(ManagedBuildTests.suite()); suite.addTest(StandardBuildTests.suite()); suite.addTest(ParserTestSuite.suite()); suite.addTest(AllCoreTests.suite()); suite.addTest(BinaryT... | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/a38f5c4f0dd1208b4df07f8a318b103677fbf77a/AutomatedIntegrationSuite.java/buggy/core/org.eclipse.cdt.core.tests/suite/org/eclipse/cdt/core/suite/AutomatedIntegrationSuite.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
7766,
11371,
1435,
288,
202,
202,
6385,
11809,
362,
690,
15372,
13587,
11371,
273,
394,
11809,
362,
690,
15372,
13587,
5621,
9506,
202,
759,
1436,
777,
2216,
7434,
202,
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,
760,
7766,
11371,
1435,
288,
202,
202,
6385,
11809,
362,
690,
15372,
13587,
11371,
273,
394,
11809,
362,
690,
15372,
13587,
5621,
9506,
202,
759,
1436,
777,
2216,
7434,
202,
202,
... | |
return (editable == null) ? false : editable.equalsIgnoreCase("true"); | return (editable == null) ? false : editable.equalsIgnoreCase("true"); | public boolean isEditable() throws CDIException { if (editable == null) { MISession mi = ((Session) (getTarget().getSession())).getMISession(); CommandFactory factory = mi.getCommandFactory(); MIVarShowAttributes var = factory.createMIVarShowAttributes(miVar.getVarName()); try { mi.postCommand(var); MIV... | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/f3a9fae6384fd8bb36474b1661bb6d0b65b38d5f/Variable.java/clean/debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
353,
15470,
1435,
1216,
385,
2565,
503,
288,
202,
202,
430,
261,
19653,
422,
446,
13,
288,
1082,
202,
7492,
2157,
12837,
273,
14015,
2157,
13,
261,
588,
2326,
7675,
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,
1250,
353,
15470,
1435,
1216,
385,
2565,
503,
288,
202,
202,
430,
261,
19653,
422,
446,
13,
288,
1082,
202,
7492,
2157,
12837,
273,
14015,
2157,
13,
261,
588,
2326,
7675,
588,
... |
public void onSuccess() { | public void onSuccess(ClientSSKBlock block) { | public void onSuccess() { checker = null; succeeded = true; USKFetcher.this.onSuccess(this, false); } | 50493 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50493/453d4b996fb63d69f900accadc2e27f5ed795af0/USKFetcher.java/buggy/src/freenet/client/async/USKFetcher.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
918,
20613,
1435,
288,
1082,
202,
19243,
273,
446,
31,
1082,
202,
87,
20983,
273,
638,
31,
1082,
202,
3378,
47,
16855,
18,
2211,
18,
265,
4510,
12,
2211,
16,
629,
1769,
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,
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,
3196,
202,
482,
918,
20613,
1435,
288,
1082,
202,
19243,
273,
446,
31,
1082,
202,
87,
20983,
273,
638,
31,
1082,
202,
3378,
47,
16855,
18,
2211,
18,
265,
4510,
12,
2211,
16,
629,
1769,
202,
... |
deferPrimary = new ArrayList(50); | deferPrimary = new HashSet(); | public boolean readElement(IConfigurationElement element) { if (element.getName().equals(TAG_CATEGORY)) { deferCategory(element); return true; } else if (element.getName().equals(TAG_PRIMARYWIZARD)) { if (deferPrimary == null) deferPrimary = new ArrayLis... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/286934ccf2547390b1ffb9538e1d693e7e6dd6cc/NewWizardsRegistryReader.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/NewWizardsRegistryReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
855,
1046,
12,
45,
1750,
1046,
930,
13,
288,
3639,
309,
261,
2956,
18,
17994,
7675,
14963,
12,
7927,
67,
24847,
3719,
288,
5411,
2220,
4457,
12,
2956,
1769,
5411,
327,
638,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
855,
1046,
12,
45,
1750,
1046,
930,
13,
288,
3639,
309,
261,
2956,
18,
17994,
7675,
14963,
12,
7927,
67,
24847,
3719,
288,
5411,
2220,
4457,
12,
2956,
1769,
5411,
327,
638,
... |
boolean writeable = (flagData[2] & 0x08) > 0; | boolean caseSensitive = (flagData[2] & 0x02) > 0; boolean writeable = (flagData[2] & 0x0C) > 0; | private PacketColumnInfoResult processColumnInfo() throws java.io.IOException, com.internetcds.jdbc.tds.TdsException { Columns columns = new Columns(); int precision; int scale; int totalLen = comm.getTdsShort(); int bytesRead = 0; int numColumns = 0; ... | 2029 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2029/f7245b119e1e341f7c98206b4350b59dec0be333/Tds.java/clean/src.old/main/com/internetcds/jdbc/tds/Tds.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
11114,
1494,
966,
1253,
1207,
1494,
966,
1435,
2398,
1216,
2252,
18,
1594,
18,
14106,
16,
532,
18,
267,
798,
14175,
2377,
18,
24687,
18,
88,
2377,
18,
56,
2377,
503,
565,
288,
363... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11114,
1494,
966,
1253,
1207,
1494,
966,
1435,
2398,
1216,
2252,
18,
1594,
18,
14106,
16,
532,
18,
267,
798,
14175,
2377,
18,
24687,
18,
88,
2377,
18,
56,
2377,
503,
565,
288,
363... |
indexManager.reset(); | protected void setUp() throws Exception { super.setUp(); try{ project.setSessionProperty(IndexManager.indexerIDKey, sourceIndexerID); project.setSessionProperty( SourceIndexer.activationKey, new Boolean( true ) ); } catch ( CoreException e ) { //boo } TypeCacheManager typeCacheManager = TypeCacheM... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/a936f8db56194cc04f1c7ba6c2594c3bf15615c6/SearchRegressionTests.java/clean/core/org.eclipse.cdt.core.tests/regression/org/eclipse/cdt/core/tests/SearchRegressionTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
24292,
1435,
1216,
1185,
288,
3639,
2240,
18,
542,
1211,
5621,
202,
202,
698,
95,
1082,
202,
4406,
18,
542,
2157,
1396,
12,
1016,
1318,
18,
24541,
734,
653,
16,
1084,
20877,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
24292,
1435,
1216,
1185,
288,
3639,
2240,
18,
542,
1211,
5621,
202,
202,
698,
95,
1082,
202,
4406,
18,
542,
2157,
1396,
12,
1016,
1318,
18,
24541,
734,
653,
16,
1084,
20877,
... | |
public boolean generateGCTrace() { return false; } | public boolean generateGCTrace() { return false; } | public boolean generateGCTrace() { return false; } | 4011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4011/30524c62fa391922d51289c03075f714c772951c/PlanConstraints.java/buggy/MMTk/src/org/mmtk/plan/PlanConstraints.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1250,
2103,
43,
1268,
9963,
1435,
288,
327,
629,
31,
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,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1250,
2103,
43,
1268,
9963,
1435,
288,
327,
629,
31,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
while(bytesRead < bucketLength || bucketLength == -1) { | while((bytesRead < bucketLength) || (bucketLength == -1)) { | public static byte[] hash(Bucket data) throws IOException { InputStream is = null; try { MessageDigest md = MessageDigest.getInstance("SHA-256"); is = data.getInputStream(); long bucketLength = data.size(); long bytesRead = 0; byte[] buf = new byte[4096]; while(bytesRead < bucketLength || bucketLength ==... | 52909 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52909/ca136843ae9ecb30cadada58a33a5dc2cf8ad064/BucketTools.java/buggy/src/freenet/support/BucketTools.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
1160,
8526,
1651,
12,
4103,
501,
13,
1216,
1860,
288,
202,
202,
4348,
353,
273,
446,
31,
202,
202,
698,
288,
1082,
202,
1079,
9568,
3481,
273,
22485,
18,
588,
1442,
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,
225,
202,
482,
760,
1160,
8526,
1651,
12,
4103,
501,
13,
1216,
1860,
288,
202,
202,
4348,
353,
273,
446,
31,
202,
202,
698,
288,
1082,
202,
1079,
9568,
3481,
273,
22485,
18,
588,
1442,
2932,... |
testSize(dstReg, mode.getSize()); | public final void writeMOV_Const(GPR dstReg, int imm32) { testSize(dstReg, mode.getSize()); testSize(dstReg, BITS32 | BITS64); if (dstReg.getSize() == BITS32) { write1bOpcodeReg(0xB8, dstReg); write32(imm32); } else { writeMOV_Const(dstReg, (long) imm32); } } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/a80d251626f7174aa2accf0086cc28c796bf1d18/X86BinaryAssembler.java/clean/core/src/core/org/jnode/assembler/x86/X86BinaryAssembler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
1045,
5980,
58,
67,
9661,
12,
43,
8025,
3046,
1617,
16,
509,
709,
81,
1578,
13,
288,
3639,
1842,
1225,
12,
11057,
1617,
16,
1965,
18,
588,
1225,
10663,
202,
202,
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,
225,
202,
482,
727,
918,
1045,
5980,
58,
67,
9661,
12,
43,
8025,
3046,
1617,
16,
509,
709,
81,
1578,
13,
288,
3639,
1842,
1225,
12,
11057,
1617,
16,
1965,
18,
588,
1225,
10663,
202,
202,
3... | |
String originalPageNumber = autoText.getText( ); NumberFormatter nf = new NumberFormatter( ); String patternStr = autoText.getComputedStyle( ) .getNumberFormat( ); nf.applyPattern( patternStr ); autoText.setText( nf.format( Integer .parseInt( originalPageNumber ) ) ); | if ( parent instanceof PDFLineAreaLM ) { String originalPageNumber = autoText.getText( ); NumberFormatter nf = new NumberFormatter( ); String patternStr = autoText.getComputedStyle( ) .getNumberFormat( ); nf.applyPattern( patternStr ); try { autoText.setText( nf.format( Integer .parseInt( originalPageNumber ) ) ); } ca... | public Object visitAutoText( IAutoTextContent autoText, Object value ) { if ( IAutoTextContent.PAGE_NUMBER == autoText.getType( ) ) { String originalPageNumber = autoText.getText( ); NumberFormatter nf = new NumberFormatter( ); String patternStr = autoText.getComputedStyle( ) .getNumberFormat( ); ... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/780b556b8c5e77a8cccdb3af3168c80895d45c25/PDFLayoutManagerFactory.java/clean/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutManagerFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
1033,
3757,
4965,
1528,
12,
467,
4965,
1528,
1350,
3656,
1528,
16,
1033,
460,
262,
202,
202,
95,
1082,
202,
430,
261,
467,
4965,
1528,
1350,
18,
11219,
67,
9931,
422,
3656,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3196,
202,
482,
1033,
3757,
4965,
1528,
12,
467,
4965,
1528,
1350,
3656,
1528,
16,
1033,
460,
262,
202,
202,
95,
1082,
202,
430,
261,
467,
4965,
1528,
1350,
18,
11219,
67,
9931,
422,
3656,
1... |
doDispose(); | public final void dispose() { disposing.set(true); workManager.dispose(); doDispose(); } | 28323 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/28323/6d1384234fa2d746fa6e85cc0f07784d8993c8e4/AbstractMessageReceiver.java/buggy/mule/src/java/org/mule/providers/AbstractMessageReceiver.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
727,
918,
15825,
1435,
288,
3639,
1015,
24014,
18,
542,
12,
3767,
1769,
3639,
1440,
1318,
18,
2251,
4150,
5621,
6647,
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,
0,
0,
0,
0,
0,
0,
0,
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,
727,
918,
15825,
1435,
288,
3639,
1015,
24014,
18,
542,
12,
3767,
1769,
3639,
1440,
1318,
18,
2251,
4150,
5621,
6647,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... | |
return AccessibleJTree.this.getAccessibleChild(i); | TreeModel mod = tree.getModel(); if (mod != null) { Object child = mod.getChild(tp.getLastPathComponent(), i); if (child != null) return new AccessibleJTreeNode(tree, tp.pathByAddingChild(child), acc); } return null; | public Accessible getAccessibleChild(int i) { return AccessibleJTree.this.getAccessibleChild(i); } | 45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/4cfb23bf0c3cfbad22f148e981d49bf1ca6def84/JTree.java/buggy/libraries/javalib/javax/swing/JTree.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
1071,
5016,
1523,
336,
10451,
1763,
12,
474,
277,
13,
1377,
288,
3639,
4902,
1488,
681,
273,
2151,
18,
588,
1488,
5621,
309,
261,
1711,
480,
446,
13,
288,
1033,
1151,
273,
681,
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,
4202,
1071,
5016,
1523,
336,
10451,
1763,
12,
474,
277,
13,
1377,
288,
3639,
4902,
1488,
681,
273,
2151,
18,
588,
1488,
5621,
309,
261,
1711,
480,
446,
13,
288,
1033,
1151,
273,
681,
18,
588... |
} finally { Context.exit(); } | }; contextFactory.call(initAction); | public RhinoInterpreter(URL documentURL) { try { rhinoClassLoader = new RhinoClassLoader (documentURL, getClass().getClassLoader()); } catch (SecurityException se) { rhinoClassLoader = null; } // entering a context Context ctx = enterContext()... | 45946 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45946/72112e8a44596cd1549ebd8c6dc70da3dd95b9d4/RhinoInterpreter.java/buggy/sources/org/apache/batik/script/rhino/RhinoInterpreter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
534,
76,
15020,
30010,
12,
1785,
1668,
1785,
13,
288,
3639,
775,
288,
2398,
6259,
15020,
7805,
273,
394,
534,
76,
15020,
7805,
7734,
261,
5457,
1785,
16,
2900,
7675,
588,
7805,
1066... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
534,
76,
15020,
30010,
12,
1785,
1668,
1785,
13,
288,
3639,
775,
288,
2398,
6259,
15020,
7805,
273,
394,
534,
76,
15020,
7805,
7734,
261,
5457,
1785,
16,
2900,
7675,
588,
7805,
1066... |
if (overloadedMethods.size() < 2) Context.codeBug(); methods = new Method[overloadedMethods.size()]; overloadedMethods.toArray(methods); | int N = overloadedMethods.size(); if (N < 2) Context.codeBug(); methods = new MemberBox[N]; for (int i = 0; i != N; ++i) { Method method = (Method)overloadedMethods.get(i); methods[i] = new MemberBox(method); } | private static void initNativeMethods(Hashtable ht, Scriptable scope) { Enumeration e = ht.keys(); while (e.hasMoreElements()) { String name = (String)e.nextElement(); Method[] methods; Object value = ht.get(name); if (value instanceof Method) { ... | 19042 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19042/1b620bbe9ad9c387f8202d7df9e1281bbd4ef637/JavaMembers.java/clean/src/org/mozilla/javascript/JavaMembers.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
1208,
9220,
4712,
12,
5582,
14544,
14049,
16,
22780,
2146,
13,
565,
288,
3639,
13864,
425,
273,
14049,
18,
2452,
5621,
3639,
1323,
261,
73,
18,
5332,
7417,
3471,
10756,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
760,
918,
1208,
9220,
4712,
12,
5582,
14544,
14049,
16,
22780,
2146,
13,
565,
288,
3639,
13864,
425,
273,
14049,
18,
2452,
5621,
3639,
1323,
261,
73,
18,
5332,
7417,
3471,
10756,
28... |
return (BootstrapperDetail[]) server.getAttribute(ccMgr, "AvailableBootstrappers"); | return (PluginDetail[]) server.getAttribute(ccMgr, "AvailableBootstrappers"); | public BootstrapperDetail[] getBootstrappers() throws AttributeNotFoundException, InstanceNotFoundException, MBeanException, ReflectionException, IOException { return (BootstrapperDetail[]) server.getAttribute(ccMgr, "AvailableBootstrappers"); } | 55334 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55334/58385a8ca18a8444f0b8574ed4938f974ef47267/Configuration.java/buggy/reporting/jsp/src/net/sourceforge/cruisecontrol/Configuration.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
11830,
457,
6109,
8526,
2882,
1632,
701,
2910,
414,
1435,
1216,
3601,
3990,
16,
5180,
3990,
16,
5411,
16622,
503,
16,
28818,
16,
1860,
288,
3639,
327,
261,
3773,
6109,
63,
5717,
143... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
377,
1071,
11830,
457,
6109,
8526,
2882,
1632,
701,
2910,
414,
1435,
1216,
3601,
3990,
16,
5180,
3990,
16,
5411,
16622,
503,
16,
28818,
16,
1860,
288,
3639,
327,
261,
3773,
6109,
63,
5717,
143... |
{ | { | public void transform(Source source) throws TransformerException { if(source instanceof DOMSource) { DOMSource dsource = (DOMSource)source; m_urlOfSource = dsource.getSystemId(); Node dNode = dsource.getNode(); if (null != dNode) { this.transformNode(dsource.getNode()); ... | 2723 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2723/c736f17b9444627f273abb55d5d543623637654b/TransformerImpl.java/buggy/src/org/apache/xalan/transformer/TransformerImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
2510,
12,
1830,
1084,
13,
377,
1216,
21684,
225,
288,
565,
309,
12,
3168,
1276,
4703,
1830,
13,
565,
288,
1377,
4703,
1830,
302,
3168,
273,
261,
8168,
1830,
13,
3168,
31,
137... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2510,
12,
1830,
1084,
13,
377,
1216,
21684,
225,
288,
565,
309,
12,
3168,
1276,
4703,
1830,
13,
565,
288,
1377,
4703,
1830,
302,
3168,
273,
261,
8168,
1830,
13,
3168,
31,
137... |
if(val != null){ msgPart.setDescriptor(context.translateQualifiedName(val)); msgPart.setDescriptorKind(SchemaKinds.XSD_ELEMENT); }else{ val = XmlUtil.getAttributeOrNull(msgPartElm, "type"); if(val == null) return; msgPart.setDescriptor(context.translateQualifiedName(val)); msgPart.setDescriptorKind(SchemaKinds.XSD_TYPE... | private void parseParameter(ParserContext context, JAXWSBinding jaxwsBinding, Element e) { String part = XmlUtil.getAttributeOrNull(e, JAXWSBindingsConstants.PART_ATTR); Element msgPartElm = evaluateXPathNode(e.getOwnerDocument(), part, new NamespaceContextImpl(e)); MessagePart msgPart = new Me... | 9667 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9667/ecd8df208c3f576e282af2b7cb16983528284c13/JAXWSBindingExtensionHandler.java/clean/jaxws-ri/tools/wscompile/src/com/sun/tools/ws/wsdl/parser/JAXWSBindingExtensionHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1109,
1662,
12,
2678,
1042,
819,
16,
7431,
2651,
5250,
20516,
4749,
5250,
16,
3010,
425,
13,
288,
3639,
514,
1087,
273,
5714,
1304,
18,
588,
1499,
18936,
12,
73,
16,
7431,
26... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1109,
1662,
12,
2678,
1042,
819,
16,
7431,
2651,
5250,
20516,
4749,
5250,
16,
3010,
425,
13,
288,
3639,
514,
1087,
273,
5714,
1304,
18,
588,
1499,
18936,
12,
73,
16,
7431,
26... | |
Map<Long, byte[]> updateMap, Set insertSet); | Map<Long, byte[]> updateMap, Set insertSet) throws DataSpaceClosedException; | public void atomicUpdate(boolean clear, Map<String, Long> newNames, Set<Long> deleteSet, Map<Long, byte[]> updateMap, Set insertSet); | 55380 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55380/987e5fd762c50fabd2d33a1688473f28f21457f4/DataSpace.java/buggy/src/com/sun/gi/objectstore/tso/dataspace/DataSpace.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
7960,
1891,
12,
6494,
2424,
16,
1082,
202,
863,
32,
780,
16,
3407,
34,
394,
1557,
16,
1000,
32,
3708,
34,
1430,
694,
16,
1082,
202,
863,
32,
3708,
16,
1160,
8526,
34,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
7960,
1891,
12,
6494,
2424,
16,
1082,
202,
863,
32,
780,
16,
3407,
34,
394,
1557,
16,
1000,
32,
3708,
34,
1430,
694,
16,
1082,
202,
863,
32,
3708,
16,
1160,
8526,
34,
... |
String filename = request.getPartAsString("filename",1024); | String message = request.getPartAsString("message",1024); if(message.length() == 0) message = request.getPartAsString("filename", 1024); | public void handlePost(URI uri, Bucket data, ToadletContext ctx) throws ToadletContextClosedException, IOException { if(data.size() > 1024*1024) { this.writeReply(ctx, 400, "text/plain", "Too big", "Data exceeds 1MB limit"); return; } HTTPRequest request = new HTTPRequest(uri,data,ctx); String passwd = req... | 51834 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51834/e34f01be68ed7e80fd4097bafbb4cefa2ac237fd/WelcomeToadlet.java/clean/src/freenet/clients/http/WelcomeToadlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1640,
3349,
12,
3098,
2003,
16,
7408,
501,
16,
2974,
361,
1810,
1042,
1103,
13,
1216,
2974,
361,
1810,
1042,
7395,
503,
16,
1860,
288,
9506,
202,
430,
12,
892,
18,
1467,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1640,
3349,
12,
3098,
2003,
16,
7408,
501,
16,
2974,
361,
1810,
1042,
1103,
13,
1216,
2974,
361,
1810,
1042,
7395,
503,
16,
1860,
288,
9506,
202,
430,
12,
892,
18,
1467,
... |
int end = doc.getLength(); if (end - commandStart == 0) return; try { String command = doc.getText(commandStart, end - commandStart); commandStart = end; doc.insertString(commandStart++, "\n", defaultAttrs); if (command != null) { process.setAction(command); Readline.addToHistory(command); currentHistory = Readline.get... | int end = doc.getLength(); if (end - commandStart == 0) return; try { String command = doc.getText(commandStart, end - commandStart); commandStart = end; doc.insertString(commandStart++, "\n", defaultAttrs); if (command != null) { process.setAction(command); Readline.addToHistory(command); currentHistory = Readline.get... | private void enter() { int end = doc.getLength(); if (end - commandStart == 0) return; try { String command = doc.getText(commandStart, end - commandStart); commandStart = end; doc.insertString(commandStart++, "\n", defaultAttrs); if (command != null) { process.setAction(command); Readline.addToHist... | 2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/bb8a54acfbfbffcfe066b31fa92b8aa8bb954641/ClientFrame.java/clean/src/org/exist/client/ClientFrame.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
6103,
1435,
288,
202,
202,
474,
679,
273,
997,
18,
588,
1782,
5621,
202,
202,
430,
261,
409,
300,
1296,
1685,
422,
374,
13,
1082,
202,
2463,
31,
202,
202,
698,
288,
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,
225,
202,
1152,
918,
6103,
1435,
288,
202,
202,
474,
679,
273,
997,
18,
588,
1782,
5621,
202,
202,
430,
261,
409,
300,
1296,
1685,
422,
374,
13,
1082,
202,
2463,
31,
202,
202,
698,
288,
10... |
doc = abdera.getParser().parse(pipein); | try { doc = abdera.getParser().parse(pipein); } catch (IRISyntaxException e) { } | public <T extends Element>Document<T> getDocument() { if (doc == null) { if (pipein == null) return null; doc = abdera.getParser().parse(pipein); } return doc; } | 46425 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46425/a7724f57b1ed9f7e36f7b511e06e7dbc231182d4/AbderaResult.java/buggy/core/src/main/java/org/apache/abdera/util/AbderaResult.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
411,
56,
3231,
3010,
34,
2519,
32,
56,
34,
9956,
1435,
288,
565,
309,
261,
2434,
422,
446,
13,
288,
1377,
309,
261,
14772,
267,
422,
446,
13,
327,
446,
31,
1377,
775,
288,
997,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
411,
56,
3231,
3010,
34,
2519,
32,
56,
34,
9956,
1435,
288,
565,
309,
261,
2434,
422,
446,
13,
288,
1377,
309,
261,
14772,
267,
422,
446,
13,
327,
446,
31,
1377,
775,
288,
997,
... |
pStmt1.setInt(2, 42); pStmt1.setInt(3, 2); count = pStmt1.executeUpdate(); assertTrue(count == 1); | pStmt1.setInt(2, 42); pStmt1.setInt(3, 2); count = pStmt1.executeUpdate(); assertTrue(count == 1); | public void testPreparedStatement0042() throws Exception { Connection cx = getConnection(); dropTable("#t0042"); Statement stmt = cx.createStatement(); stmt.executeUpdate("create table #t0042 (s char(5) null, i integer null, j integer not null)"); PreparedStatement pStmt1 = cx.prepareStatement("insert into #t0042... | 2029 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2029/7df6dc0065b654cd4e2b156461e0394d01dd13aa/TimestampTest.java/buggy/src.old/test/freetds/TimestampTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
29325,
713,
9452,
1435,
1216,
1185,
202,
95,
202,
202,
1952,
9494,
273,
6742,
5621,
202,
202,
7285,
1388,
2932,
7,
88,
713,
9452,
8863,
202,
202,
3406,
3480,
273,
9... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
29325,
713,
9452,
1435,
1216,
1185,
202,
95,
202,
202,
1952,
9494,
273,
6742,
5621,
202,
202,
7285,
1388,
2932,
7,
88,
713,
9452,
8863,
202,
202,
3406,
3480,
273,
9... |
SizeConstraint c = (SizeConstraint)this.appliedConstraints.get( SIZE_CONSTRAINT ); if(c == null) return null; return c.getRange(); } | SizeConstraint c = (SizeConstraint)this.appliedConstraints.get( SIZE_CONSTRAINT ); if(c == null) return null; return c.getRange(); } | public Range getSize() { SizeConstraint c = (SizeConstraint)this.appliedConstraints.get( SIZE_CONSTRAINT ); if(c == null) return null; return c.getRange(); } | 50465 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50465/975905c7e8c55e5fe91c94dc583c4269318ca341/ConstrainedProperty.java/clean/src/commons/org/codehaus/groovy/grails/validation/ConstrainedProperty.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
8086,
9950,
1435,
288,
202,
202,
1225,
5806,
276,
273,
261,
1225,
5806,
13,
2211,
18,
438,
3110,
4878,
18,
588,
12,
11963,
67,
15199,
11272,
202,
202,
430,
12,
71,
422,
446,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
225,
202,
482,
8086,
9950,
1435,
288,
202,
202,
1225,
5806,
276,
273,
261,
1225,
5806,
13,
2211,
18,
438,
3110,
4878,
18,
588,
12,
11963,
67,
15199,
11272,
202,
202,
430,
12,
71,
422,
446,
... |
} catch (IOException ioe) { connection.setClosed(); throw Support.linkException( new SQLException( Messages.get( "error.generic.ioerror", ioe.getMessage()), "08S01"), ioe); | } finally { if ((sendNow || sendFailed) && connectionLock != null) { connectionLock.release(); connectionLock = null; } inBatch = false; | synchronized void executeSQL(String sql, String procName, ParamInfo[] parameters, boolean noMetaData, int timeOut, int maxRows, ... | 439 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/439/1e35749e3999006e55f5fcf79cb36b5060b07123/TdsCore.java/buggy/trunk/jtds/src/main/net/sourceforge/jtds/jdbc/TdsCore.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3852,
918,
1836,
3997,
12,
780,
1847,
16,
4766,
514,
5418,
461,
16,
4766,
3014,
966,
8526,
1472,
16,
4766,
1250,
1158,
6998,
16,
4766,
509,
813,
1182,
16,
4766,
509,
943,
4300,
16,
4766... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3852,
918,
1836,
3997,
12,
780,
1847,
16,
4766,
514,
5418,
461,
16,
4766,
3014,
966,
8526,
1472,
16,
4766,
1250,
1158,
6998,
16,
4766,
509,
813,
1182,
16,
4766,
509,
943,
4300,
16,
4766... |
try { restoreView(this); } catch (PartInitException e) { } | IStatus status = restoreView(this); /* * Views are not lazy created so this code will not run for now. */ | public IWorkbenchPart getPart(boolean restore) { if(part != null) return part; if(restore) { try { restoreView(this); } catch (PartInitException e) { } } return part; } | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/49a9dbfbab938deb979d8dde7bb398e791ff2406/ViewFactory.java/buggy/bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ViewFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
2421,
22144,
1988,
13657,
12,
6494,
5217,
13,
288,
202,
202,
430,
12,
2680,
480,
446,
13,
1082,
202,
2463,
1087,
31,
202,
202,
430,
12,
13991,
13,
288,
1082,
202,
698,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
467,
2421,
22144,
1988,
13657,
12,
6494,
5217,
13,
288,
202,
202,
430,
12,
2680,
480,
446,
13,
1082,
202,
2463,
1087,
31,
202,
202,
430,
12,
13991,
13,
288,
1082,
202,
698,
... |
public void tryBlock() throws RecognitionException { try { // /Users/bob/Documents/workspace/jbossrules/drools-compiler/src/main/java/org/drools/semantics/java/parser/java.g:455:17: ( 'try' compoundStatement ( handler )* ( finallyClause )? ) // /Users/bob/Documents/workspace/jbossrul... | 31577 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31577/024138fd0e08f5f4cd91a30959fe962d30fec435/JavaParser.java/clean/drools-compiler/src/main/java/org/drools/semantics/java/parser/JavaParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
6459,
698,
1768,
1435,
15069,
5650,
7909,
503,
95,
698,
95,
28111,
6588,
19,
70,
947,
19,
12922,
19,
14915,
19,
10649,
8464,
7482,
19,
12215,
17,
9576,
19,
4816,
19,
5254,
19,
6290,
19... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6459,
698,
1768,
1435,
15069,
5650,
7909,
503,
95,
698,
95,
28111,
6588,
19,
70,
947,
19,
12922,
19,
14915,
19,
10649,
8464,
7482,
19,
12215,
17,
9576,
19,
4816,
19,
5254,
19,
6290,
19... | ||
}else if(paramBinding.isUnbound()){ unboundParams.add(param); | private void applyRpcLitParamBinding(String opName, WrapperParameter wrapperParameter, Binding wsdlBinding, Mode mode) { RpcLitPayload payload = new RpcLitPayload(wrapperParameter.getName()); BindingOperation bo = wsdlBinding.get(opName); Map<Integer, Parameter> params = new HashMap<Integer, Pa... | 9667 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9667/3a9675ad9d0a09b85ffc682d52703310f2ee9427/RuntimeModel.java/clean/jaxws-ri/rt/src/com/sun/xml/ws/model/RuntimeModel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
2230,
11647,
23707,
786,
5250,
12,
780,
1061,
461,
16,
18735,
1662,
4053,
1662,
16,
15689,
17642,
5250,
16,
8126,
1965,
13,
288,
3639,
18564,
23707,
6110,
2385,
273,
394,
18564,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2230,
11647,
23707,
786,
5250,
12,
780,
1061,
461,
16,
18735,
1662,
4053,
1662,
16,
15689,
17642,
5250,
16,
8126,
1965,
13,
288,
3639,
18564,
23707,
6110,
2385,
273,
394,
18564,
... | |
match(LITERAL_parent); if ( inputState.guessing==0 ) { name= "parent"; } reservedKeywords_AST = (org.exist.xquery.parser.XQueryAST)currentAST.root; break; } case LITERAL_self: | match(LITERAL_and); if ( inputState.guessing==0 ) { name= "and"; } reservedKeywords_AST = (org.exist.xquery.parser.XQueryAST)currentAST.root; break; } case LITERAL_child: | public final String reservedKeywords() throws RecognitionException, TokenStreamException { String name; returnAST = null; ASTPair currentAST = new ASTPair(); org.exist.xquery.parser.XQueryAST reservedKeywords_AST = null; name= null; switch ( LA(1)) { case LITERAL_element: { org.exist.xquery.parser.XQuer... | 2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/969210006e6cb9fde8b28d06ed5a9eca60042541/XQueryParser.java/clean/src/org/exist/xquery/parser/XQueryParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
514,
225,
8735,
14149,
1435,
1216,
9539,
16,
3155,
1228,
503,
288,
202,
202,
780,
508,
31,
9506,
202,
2463,
9053,
273,
446,
31,
202,
202,
9053,
4154,
783,
9053,
273,
394,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
727,
514,
225,
8735,
14149,
1435,
1216,
9539,
16,
3155,
1228,
503,
288,
202,
202,
780,
508,
31,
9506,
202,
2463,
9053,
273,
446,
31,
202,
202,
9053,
4154,
783,
9053,
273,
394,... |
NewsContentDefinition editCD = new NewsContentDefinition(cms, new Integer(idIntValue2)); | NewsContentDefinition editCD = new NewsContentDefinition(cms, new Integer(idIntValue2)); | public byte[] getContentEdit(CmsObject cms, CmsXmlWpTemplateFile template, String elementName, Hashtable parameters, String templateSelector) throws CmsException { boolean dateError = false; // System.err.println("--- Edit -"+template.toString()); String error = ""; Greg... | 51784 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51784/a80dad293083ec36179f99a238625d3037b6083c/NewsBackoffice.java/buggy/modules/news/src/com/opencms/modules/homepage/news/NewsBackoffice.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1160,
8526,
5154,
4666,
12,
4747,
921,
6166,
16,
6862,
6862,
16084,
59,
84,
2283,
812,
1542,
16,
6862,
6862,
514,
14453,
16,
6862,
6862,
18559,
1472,
16,
6862,
6862,
514,
1542,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1160,
8526,
5154,
4666,
12,
4747,
921,
6166,
16,
6862,
6862,
16084,
59,
84,
2283,
812,
1542,
16,
6862,
6862,
514,
14453,
16,
6862,
6862,
18559,
1472,
16,
6862,
6862,
514,
1542,
... |
protected final boolean hasListeners() { | protected boolean hasListeners() { | protected final boolean hasListeners() { return handlerListeners != null; } | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/3dbf866b2b941a3bbaff8b6d250b7f0a91f06384/AbstractHandler.java/buggy/bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/AbstractHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
727,
1250,
711,
5583,
1435,
288,
202,
202,
2463,
1838,
5583,
480,
446,
31,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
727,
1250,
711,
5583,
1435,
288,
202,
202,
2463,
1838,
5583,
480,
446,
31,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
variablesValue.put(variableName, indexObj); | if(variableName != null) variablesValue.put(variableName, indexObj); | public void setRepeatIdIndex(String repeatId, String variableName, int index) { // Update current element of nodeset in stack nodesetStack.pop(); nodesetStack.push(((List) nodesetStack.peek()).get(index - 1)); Integer indexObj = new Integer(index); // Store index for current repea... | 52783 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52783/9f23108664aa921b76166c942dce7fc38794d16d/XFormsElementContext.java/buggy/src/java/org/orbeon/oxf/processor/xforms/output/element/XFormsElementContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
444,
16750,
548,
1016,
12,
780,
7666,
548,
16,
514,
17834,
16,
509,
770,
13,
288,
3639,
368,
2315,
783,
930,
434,
2199,
278,
316,
2110,
3639,
2199,
278,
2624,
18,
5120,
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,
444,
16750,
548,
1016,
12,
780,
7666,
548,
16,
514,
17834,
16,
509,
770,
13,
288,
3639,
368,
2315,
783,
930,
434,
2199,
278,
316,
2110,
3639,
2199,
278,
2624,
18,
5120,
5621,... |
return s67; | return s70; | public DFA.State transition(IntStream input) throws RecognitionException { switch ( input.LA(1) ) { case EOL: case 15: return s63; case 23: return s30; case 22: return s39; ... | 31577 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31577/31d63bcc9d3d8766c62d2c237554a38462a57456/RuleParser.java/clean/drools-compiler/src/main/java/org/drools/lang/RuleParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
463,
2046,
18,
1119,
6007,
12,
1702,
1228,
810,
13,
1216,
9539,
288,
7734,
1620,
261,
810,
18,
2534,
12,
21,
13,
262,
288,
7734,
648,
19995,
30,
7734,
648,
4711,
30,
10792,
327,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2398,
1071,
463,
2046,
18,
1119,
6007,
12,
1702,
1228,
810,
13,
1216,
9539,
288,
7734,
1620,
261,
810,
18,
2534,
12,
21,
13,
262,
288,
7734,
648,
19995,
30,
7734,
648,
4711,
30,
10792,
327,
... |
XMLStringBuffer buffer = new XMLStringBuffer(); | public void parse() throws IOException { // REVISIT: This method needs to be rewritten to improve performance: both // time and memory. We should be reading chunks and reporting chunks instead // of reading characters individually and reporting all the characters in // one callback. Al... | 1831 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1831/562d16d2afda3a9a7941964eb8b1fc9c5a09f609/XIncludeTextReader.java/clean/src/org/apache/xerces/xinclude/XIncludeTextReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1109,
1435,
1216,
1860,
288,
3639,
368,
2438,
26780,
1285,
30,
1220,
707,
4260,
358,
506,
26768,
358,
21171,
9239,
30,
3937,
3639,
368,
813,
471,
3778,
18,
1660,
1410,
506,
645... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1435,
1216,
1860,
288,
3639,
368,
2438,
26780,
1285,
30,
1220,
707,
4260,
358,
506,
26768,
358,
21171,
9239,
30,
3937,
3639,
368,
813,
471,
3778,
18,
1660,
1410,
506,
645... | |
newFilters[i] = createFilter(sections[i].getName()); | newFilters[i] = createFilter(sections[i].getID()); | private void restoreFilters() { IDialogSettings settings = getFiltersSection(false); if (settings == null){ //Check if we have an old filter setting around IDialogSettings mainSettings = getDialogSettings(); IDialogSettings filtersSection = mainSettings.getSection(OLD_FILTER_SECTION); if(filtersSection != nu... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/09a4c864bb83fb62a685d497a2df9ce5451376bd/MarkerView.java/buggy/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
5217,
5422,
1435,
288,
202,
202,
734,
3529,
2628,
1947,
273,
25175,
5285,
12,
5743,
1769,
202,
202,
430,
261,
4272,
422,
446,
15329,
1082,
202,
759,
1564,
309,
732,
1240,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5217,
5422,
1435,
288,
202,
202,
734,
3529,
2628,
1947,
273,
25175,
5285,
12,
5743,
1769,
202,
202,
430,
261,
4272,
422,
446,
15329,
1082,
202,
759,
1564,
309,
732,
1240,
... |
_log.error("Timeout: found? " + _found, getAddedBy()); | if (_log.shouldLog(Log.WARN)) _log.warn("Timeout: found? " + _found, getAddedBy()); | public void runJob() { _log.error("Timeout: found? " + _found, getAddedBy()); if (!_found) testFailed(getContext().clock().now() - _started); } | 27493 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/27493/9e5fe7d2b6b1021feed75ebf5156f3ae8688026f/TestJob.java/buggy/router/java/src/net/i2p/router/tunnel/pool/TestJob.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
1086,
2278,
1435,
288,
5411,
309,
261,
67,
1330,
18,
13139,
1343,
12,
1343,
18,
27999,
3719,
389,
1330,
18,
8935,
2932,
2694,
30,
1392,
35,
315,
397,
389,
7015,
16,
336,
8602... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
1086,
2278,
1435,
288,
5411,
309,
261,
67,
1330,
18,
13139,
1343,
12,
1343,
18,
27999,
3719,
389,
1330,
18,
8935,
2932,
2694,
30,
1392,
35,
315,
397,
389,
7015,
16,
336,
8602... |
if (setOption != option) { getToolSettingsPreferenceStore().setValue(setOption.getId(), listStr); } | public boolean performOk() { // Do the super-class thang boolean result = super.performOk(); //parse and store all build options in the corresponding preference store //parseAllOptions(); // Write the preference store values back to the build model IOptionCategory category = (IOptionCategory)tool; Object[][]... | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/ca2e8c288e0d3b7b382d3418afbe110662fcfed4/BuildToolSettingsPage.java/clean/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/BuildToolSettingsPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
3073,
8809,
1435,
288,
202,
202,
759,
2256,
326,
2240,
17,
1106,
286,
539,
202,
202,
6494,
563,
273,
225,
2240,
18,
16092,
8809,
5621,
9506,
202,
759,
2670,
471,
1707,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1250,
3073,
8809,
1435,
288,
202,
202,
759,
2256,
326,
2240,
17,
1106,
286,
539,
202,
202,
6494,
563,
273,
225,
2240,
18,
16092,
8809,
5621,
9506,
202,
759,
2670,
471,
1707,
7... | |
if(m_pattern != null) { regexp = new RegularExpr(m_pattern); | if(pattern != null) { regexp = new RegularExpr(pattern); | public boolean doLIST(String argument, Writer out) throws IOException { // parse argument if(!parse(argument)) { return false; } FileObject[] files = null; try { files = m_fileSystemView.listFiles(m_file); } catch(FtpException ex... | 48500 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48500/f8bdbb2dab0d67be139dd05d6110e466306c8868/DirectoryLister.java/clean/src/java/org/apache/ftpserver/DirectoryLister.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
741,
7085,
12,
780,
1237,
16,
5497,
596,
13,
1216,
1860,
288,
7734,
368,
1109,
1237,
3639,
309,
12,
5,
2670,
12,
3446,
3719,
288,
5411,
327,
629,
31,
3639,
289,
7734,
1387,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
741,
7085,
12,
780,
1237,
16,
5497,
596,
13,
1216,
1860,
288,
7734,
368,
1109,
1237,
3639,
309,
12,
5,
2670,
12,
3446,
3719,
288,
5411,
327,
629,
31,
3639,
289,
7734,
1387,
... |
public List constraints() throws RecognitionException { List constraints; constraints = new ArrayList(); try { // /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/lang/drl.g:642:17: ( opt_eol ( constraint[constraints] | predicate[constraints... | 6736 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6736/2c627236020a6a6e3e349b38b1010bfe64567df7/RuleParser.java/buggy/drools-compiler/src/main/java/org/drools/lang/RuleParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
987,
6237,
1435,
1216,
9539,
288,
6647,
987,
6237,
31,
540,
202,
202,
11967,
273,
394,
2407,
5621,
540,
202,
3639,
775,
288,
5411,
368,
342,
6588,
19,
70,
947,
19,
17300,
87,
19,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
987,
6237,
1435,
1216,
9539,
288,
6647,
987,
6237,
31,
540,
202,
202,
11967,
273,
394,
2407,
5621,
540,
202,
3639,
775,
288,
5411,
368,
342,
6588,
19,
70,
947,
19,
17300,
87,
19,
... | ||
case TokenStream.BINDNAME : name = strings[getShort(iCode, pc + 1)]; | } case TokenStream.BINDNAME : { String name = strings[getShort(iCode, pc + 1)]; | public static Object interpret(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, NativeFunction fnOrScript, InterpreterData theData) throws JavaScriptException { if (cx.interpreterSe... | 47609 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47609/052726b68e684efc593535d50a73767571084837/Interpreter.java/clean/js/rhino/src/org/mozilla/javascript/Interpreter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1033,
10634,
12,
1042,
9494,
16,
22780,
2146,
16,
4766,
282,
22780,
15261,
16,
1033,
8526,
833,
16,
4766,
282,
16717,
2083,
2295,
1162,
3651,
16,
4766,
282,
5294,
11599,
751,
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,
760,
1033,
10634,
12,
1042,
9494,
16,
22780,
2146,
16,
4766,
282,
22780,
15261,
16,
1033,
8526,
833,
16,
4766,
282,
16717,
2083,
2295,
1162,
3651,
16,
4766,
282,
5294,
11599,
751,
3... |
RecognizerUtilities.debugMessageOut("loading " + grammarURL); | static private void loadImports(Recognizer R, RuleGrammar G,URL context, boolean recurse,boolean relo,Vector grams) throws GrammarException, IOException { RuleGrammar G2=null; RuleName imports[] = G.listImports(); if (imports != null) { for (int i=0; i<imports.length... | 8350 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8350/a276c7c88efa494a8d70071a274079246448a2ac/BaseRecognizer.java/buggy/com/sun/speech/engine/recognition/BaseRecognizer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
3238,
918,
1262,
13347,
12,
28131,
534,
16,
6781,
18576,
611,
16,
1785,
819,
16,
6862,
565,
1250,
11502,
16,
6494,
283,
383,
16,
5018,
24663,
87,
13,
3639,
1216,
27809,
503,
16,
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,
760,
3238,
918,
1262,
13347,
12,
28131,
534,
16,
6781,
18576,
611,
16,
1785,
819,
16,
6862,
565,
1250,
11502,
16,
6494,
283,
383,
16,
5018,
24663,
87,
13,
3639,
1216,
27809,
503,
16,
18... | |
super (bb.remaining () >> 1, bb.remaining () >> 1, bb.position (), 0); | super (capacity, capacity, 0, -1); | public CharViewBufferImpl (ByteBuffer bb, boolean readOnly) { super (bb.remaining () >> 1, bb.remaining () >> 1, bb.position (), 0); this.bb = bb; this.readOnly = readOnly; // FIXME: What if this is called from CharByteBufferImpl and ByteBuffer has changed its endianess ? this.endian = bb.order (); } | 45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/cbc6b01a62d01a3bd4a11282dcdebf781800adb9/CharViewBufferImpl.java/clean/libraries/javalib/java/nio/CharViewBufferImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
3703,
1767,
1892,
2828,
261,
12242,
7129,
16,
1250,
15075,
13,
225,
288,
565,
2240,
261,
16017,
16,
7519,
16,
374,
16,
300,
21,
1769,
565,
333,
18,
9897,
273,
7129,
31,
565,
333,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3703,
1767,
1892,
2828,
261,
12242,
7129,
16,
1250,
15075,
13,
225,
288,
565,
2240,
261,
16017,
16,
7519,
16,
374,
16,
300,
21,
1769,
565,
333,
18,
9897,
273,
7129,
31,
565,
333,
... |
String taskTempDir = systemDir + "/" + task.getJobId() + "/" + task.getTipId(); fs.delete(new Path(taskTempDir)) ; | Path taskTempDir = new Path(systemDir + "/" + task.getJobId() + "/" + task.getTipId()); if( fs.exists(taskTempDir)){ fs.delete(taskTempDir) ; } | public synchronized void jobHasFinished() throws IOException { if (getRunState() == TaskStatus.State.RUNNING) { killAndCleanup(false); } else { cleanup(); } if (keepJobFiles) return; // Delete... | 53958 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/53958/9720bb8d357706bdee97a5c5d8321f72c3e07cbb/TaskTracker.java/buggy/src/java/org/apache/hadoop/mapred/TaskTracker.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
3852,
918,
1719,
5582,
10577,
1435,
1216,
1860,
288,
540,
202,
2398,
309,
261,
588,
1997,
1119,
1435,
422,
29628,
18,
1119,
18,
29358,
13,
288,
7734,
8673,
1876,
15007,
12,
5743,
17... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3852,
918,
1719,
5582,
10577,
1435,
1216,
1860,
288,
540,
202,
2398,
309,
261,
588,
1997,
1119,
1435,
422,
29628,
18,
1119,
18,
29358,
13,
288,
7734,
8673,
1876,
15007,
12,
5743,
17... |
public MCParticle getMCParticle() | public MCParticle getMCParticle() throws DataNotAvailableException | public MCParticle getMCParticle() { if (particle instanceof SIORef) particle = ((SIORef) particle).getObject(); return (MCParticle) particle; } | 1507 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1507/9ece36295a1c0dab686ac92503623de5bfd3c117/SIOSimTrackerHit.java/clean/src/java/hep/lcio/implementation/sio/SIOSimTrackerHit.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
24105,
1988,
3711,
2108,
39,
1988,
3711,
1435,
225,
1216,
1910,
1248,
5268,
503,
282,
288,
1377,
309,
261,
2680,
3711,
1276,
348,
4294,
1957,
13,
540,
20036,
273,
14015,
2320,
51,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
565,
1071,
24105,
1988,
3711,
2108,
39,
1988,
3711,
1435,
225,
1216,
1910,
1248,
5268,
503,
282,
288,
1377,
309,
261,
2680,
3711,
1276,
348,
4294,
1957,
13,
540,
20036,
273,
14015,
2320,
51,
1... |
void dispatchInputMethodEvent(int id, AttributedCharacterIterator text, int count, TextHitInfo caret, TextHitInfo visiblePosition); | void dispatchInputMethodEvent(int id, AttributedCharacterIterator text, int count, TextHitInfo caret, TextHitInfo visiblePosition); | void dispatchInputMethodEvent(int id, AttributedCharacterIterator text, int count, TextHitInfo caret, TextHitInfo visiblePosition); | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/2d7debfa0b9e176eb89b1dd2089f53cb5079cc16/InputMethodContext.java/clean/core/src/classpath/java/java/awt/im/spi/InputMethodContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
3435,
1210,
1305,
1133,
12,
474,
612,
16,
2380,
11050,
7069,
3198,
977,
16,
509,
1056,
16,
3867,
13616,
966,
21683,
16,
3867,
13616,
966,
6021,
2555,
1769,
2,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
3435,
1210,
1305,
1133,
12,
474,
612,
16,
2380,
11050,
7069,
3198,
977,
16,
509,
1056,
16,
3867,
13616,
966,
21683,
16,
3867,
13616,
966,
6021,
2555,
1769,
2,
-100,
-100,
-100,... |
Rectangle r = getBounds(); | Rectangle r = getBounds(); | public FigSeqObject() { _name.setLineWidth(0); _name.setFilled(false); _name.setUnderline(true); Dimension nameMin = _name.getMinimumSize(); _name.setBounds(10, 10, 90, nameMin.height); _bigPort = new FigRect(10, 10, 90, 50, Color.cyan, Color.cyan); _cover = new FigRect(10, 10, 90, 50, Color.blac... | 7166 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7166/ca3bcb5d6dd283c4553bcbfe50b108dc5d499768/FigSeqObject.java/buggy/src_new/org/argouml/uml/diagram/sequence/ui/FigSeqObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
478,
360,
6926,
921,
1435,
288,
565,
389,
529,
18,
542,
1670,
2384,
12,
20,
1769,
565,
389,
529,
18,
542,
29754,
12,
5743,
1769,
565,
389,
529,
18,
542,
14655,
1369,
12,
3767,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
478,
360,
6926,
921,
1435,
288,
565,
389,
529,
18,
542,
1670,
2384,
12,
20,
1769,
565,
389,
529,
18,
542,
29754,
12,
5743,
1769,
565,
389,
529,
18,
542,
14655,
1369,
12,
3767,
1... |
collectElements(_model,profile,false); | if(_model != null) { collectElements(_model,profile,false); } | public void targetChanged() { Object target = _container.getTarget(); if(target instanceof MModelElement) { MModel model = ((MModelElement) target).getModel(); if(model != _model) { _model = model; _set.clear(); Profile profile = _cont... | 7166 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7166/149fac739d5456cf1dd33740c1e9d498e2046fa6/UMLComboBoxModel.java/buggy/src_new/org/argouml/uml/ui/UMLComboBoxModel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1018,
5033,
1435,
288,
3639,
1033,
1018,
273,
389,
3782,
18,
588,
2326,
5621,
3639,
309,
12,
3299,
1276,
490,
1488,
1046,
13,
288,
5411,
490,
1488,
938,
273,
14015,
49,
1488,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1018,
5033,
1435,
288,
3639,
1033,
1018,
273,
389,
3782,
18,
588,
2326,
5621,
3639,
309,
12,
3299,
1276,
490,
1488,
1046,
13,
288,
5411,
490,
1488,
938,
273,
14015,
49,
1488,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.