rem stringlengths 1 53.3k | add stringlengths 0 80.5k | context stringlengths 6 326k | meta stringlengths 141 403 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|---|
+ "<value-of>GlobalBirt.CurrentPage</value-of>" ; | + "<value-of>pageNumber</value-of>" ; | public boolean preHandleMouseUp( ) { ModuleHandle reportDesignHandle = SessionHandleAdapter.getInstance( ) .getReportDesignHandle( ); // ElementFactory factory = reportDesignHandle.getElementFactory( ); DesignElementFactory factory = DesignElementFactory.getInstance( reportDesignHandle ); String type = (... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/71aff369c2b93e91b8fc3e55ab97c707f28b8c23/BasePaletteFactory.java/buggy/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palette/BasePaletteFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
1250,
675,
3259,
9186,
1211,
12,
262,
202,
202,
95,
1082,
202,
3120,
3259,
2605,
15478,
3259,
273,
3877,
3259,
4216,
18,
588,
1442,
12,
262,
6862,
202,
18,
588,
4820,
15478,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1250,
675,
3259,
9186,
1211,
12,
262,
202,
202,
95,
1082,
202,
3120,
3259,
2605,
15478,
3259,
273,
3877,
3259,
4216,
18,
588,
1442,
12,
262,
6862,
202,
18,
588,
4820,
15478,
... |
.substring(OAI_ID_PREFIX.length()), true); | .substring(OAI_ID_PREFIX.length()), true); | public String getRecord(String identifier, String metadataPrefix) throws OAIInternalServerError, CannotDisseminateFormatException, IdDoesNotExistException { log .info(LogManager.getHeader(null, "oai_request", "verb=getRecord,identifier=" ... | 31338 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31338/931cea5fe9a8f6be2278ec049164087305e38783/DSpaceOAICatalog.java/buggy/dspace/src/org/dspace/app/oai/DSpaceOAICatalog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
11674,
12,
780,
2756,
16,
514,
1982,
2244,
13,
5411,
1216,
531,
18194,
12371,
16,
14143,
1669,
307,
1154,
340,
9291,
16,
5411,
3124,
26621,
565,
288,
3639,
613,
7734,
263,
1376... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
11674,
12,
780,
2756,
16,
514,
1982,
2244,
13,
5411,
1216,
531,
18194,
12371,
16,
14143,
1669,
307,
1154,
340,
9291,
16,
5411,
3124,
26621,
565,
288,
3639,
613,
7734,
263,
1376... |
String hexval = new String(hexChars); try { long read = Fields.hexToLong(hexval); if (read == 0) throw new URLEncodedFormatException("Can't encode" + " 00"); buf.append(new Character((char) read)); } catch (NumberFormatException nfe) { throw new URLEncodedFormatException(s); } | String hexval = new String(hexChars); try { long read = Fields.hexToLong(hexval); if (read == 0) throw new URLEncodedFormatException("Can't encode" + " 00"); decodedBytes.write((int) read); } catch (NumberFormatException nfe) { throw new URLEncodedFormatException(s); } } else decodedBytes.write(c); | public static String decode(String s) throws URLEncodedFormatException { if (s.length()==0) return ""; int len = s.length(); StringBuffer buf = new StringBuffer(); for (int i = 0; i < len; i++) { char c = s.charAt(i); if (Character.isLetterOrDigit(c)) buf.append(c); else if (c == '+') buf.append(' ');... | 52909 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52909/144c6fa8b4af3023cb6f0c50203b29af750a73e7/URLDecoder.java/buggy/src/freenet/support/URLDecoder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
514,
2495,
12,
780,
272,
13,
1216,
1976,
10397,
9291,
288,
202,
430,
261,
87,
18,
2469,
1435,
631,
20,
13,
327,
1408,
31,
202,
474,
562,
273,
272,
18,
2469,
5621,
202,
780,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
514,
2495,
12,
780,
272,
13,
1216,
1976,
10397,
9291,
288,
202,
430,
261,
87,
18,
2469,
1435,
631,
20,
13,
327,
1408,
31,
202,
474,
562,
273,
272,
18,
2469,
5621,
202,
780,... |
AST tmp938_AST_in = (AST)_t; | AST tmp942_AST_in = (AST)_t; | public final void ddegetstate(AST _t) throws RecognitionException { AST ddegetstate_AST_in = (_t == ASTNULL) ? null : (AST)_t; AST __t342 = _t; AST tmp935_AST_in = (AST)_t; match(_t,DDE); _t = _t.getFirstChild(); AST tmp936_AST_in = (AST)_t; match(_t,GET); _t = _t.getNextSibling(); expression(_t); _t = _... | 13952 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13952/daa15e07422d3491bbbb4d0060450c81983332a4/TreeParser01.java/buggy/trunk/org.prorefactor.core/src/org/prorefactor/treeparser01/TreeParser01.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
302,
323,
588,
2019,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
302,
323,
588,
2019,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
302,
323,
588,
2019,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
302,
323,
588,
2019,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
... |
application.getSettings().setStripWicketTags(false); | application.getMarkupSettings().setStripWicketTags(false); | public void testRenderHomePage_1() throws Exception { application.getSettings().setStripWicketTags(false); executeTest(Href_1.class, "HrefExpectedResult_1.html"); } | 46434 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46434/8294ee3b065bff22b5be9701606c00af9fd02f3d/HrefTest.java/buggy/wicket/src/test/wicket/markup/html/link/HrefTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
3420,
8684,
1964,
67,
21,
1435,
1216,
1185,
202,
95,
202,
202,
3685,
18,
588,
2628,
7675,
542,
16632,
59,
29378,
3453,
12,
5743,
1769,
202,
565,
1836,
4709,
12,
159... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
1842,
3420,
8684,
1964,
67,
21,
1435,
1216,
1185,
202,
95,
202,
202,
3685,
18,
588,
2628,
7675,
542,
16632,
59,
29378,
3453,
12,
5743,
1769,
202,
565,
1836,
4709,
12,
159... |
IntItem v2 = vstack.popInt(); IntItem v1 = vstack.popInt(); PrepareForOperation(v1, v2); Register r1 = v1.getRegister(); switch(v2.getKind()) { case Item.REGISTER: os.writeCMP(r1, v2.getRegister()); break; case Item.LOCAL: os.writeCMP(r1, v2.getOffsetToFP(), FP); break; case Item.CONSTANT: int c2 = v2.getValue(); os.... | IntItem v2 = vstack.popInt(); IntItem v1 = vstack.popInt(); PrepareForOperation(v1, v2); Register r1 = v1.getRegister(); switch (v2.getKind()) { case Item.REGISTER: os.writeCMP(r1, v2.getRegister()); break; case Item.LOCAL: os.writeCMP(r1, v2.getOffsetToFP(), FP); break; case Item.CONSTANT: int c2 = v2.getValue(); os... | private final void visit_if_xcmp(int address, int jccOpcode) { IntItem v2 = vstack.popInt(); IntItem v1 = vstack.popInt(); PrepareForOperation(v1, v2); Register r1 = v1.getRegister(); switch(v2.getKind()) { case Item.REGISTER: os.writeCMP(r1, v2.getRegister()); break; case Item.LOCAL: os.writeCMP... | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/d402ee1c5f9ab6d1c5b4f597b70658827f1f304d/X86BytecodeVisitor.java/clean/core/src/core/org/jnode/vm/x86/compiler/l1a/X86BytecodeVisitor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
727,
918,
3757,
67,
430,
67,
6511,
1291,
12,
474,
1758,
16,
509,
525,
952,
22808,
13,
288,
202,
202,
1702,
1180,
331,
22,
273,
19510,
18,
5120,
1702,
5621,
202,
202,
1702,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
727,
918,
3757,
67,
430,
67,
6511,
1291,
12,
474,
1758,
16,
509,
525,
952,
22808,
13,
288,
202,
202,
1702,
1180,
331,
22,
273,
19510,
18,
5120,
1702,
5621,
202,
202,
1702,
... |
String name = pClass.getName(); | String name= pClass.getName(); | private static int getLevel(Class pClass) { String name = pClass.getName(); loglog4testng("Getting level for logger " + name); while (true) { Integer level = loggerLevels.get(name); if (level != null) { loglog4testng("Found level " + level + " for logger " + name); return level.intVal... | 47060 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47060/96769faec3ab62f18300a49b416f1c5e2f108496/Logger.java/clean/src/main/org/testng/log4testng/Logger.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
509,
17236,
12,
797,
27463,
13,
288,
565,
514,
508,
33,
27463,
18,
17994,
5621,
565,
613,
1330,
24,
3813,
3368,
2932,
19213,
1801,
364,
1194,
315,
397,
508,
1769,
565,
1323,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
509,
17236,
12,
797,
27463,
13,
288,
565,
514,
508,
33,
27463,
18,
17994,
5621,
565,
613,
1330,
24,
3813,
3368,
2932,
19213,
1801,
364,
1194,
315,
397,
508,
1769,
565,
1323,
... |
vstack.push(result); | vstack.push(result); | public final void visit_irem() { // Pre-claim result in EDX L1AHelper.requestRegister(eContext, EDX); final IntItem result = IntItem.createReg(EDX); eContext.getPool().transferOwnerTo(EDX, result); final IntItem v2 = vstack.popInt(); final IntItem v1 = vstack.popInt(); // v1 must be in EAX L1AHelper.requestReg... | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/4c9e1b93fdcd3878abf615621ec6a36bf839ab10/X86BytecodeVisitor.java/buggy/core/src/core/org/jnode/vm/x86/compiler/l1a/X86BytecodeVisitor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
3757,
67,
577,
81,
1435,
288,
202,
202,
759,
2962,
17,
14784,
563,
316,
15585,
60,
202,
202,
48,
21,
37,
2276,
18,
2293,
3996,
12,
73,
1042,
16,
15585,
60,
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,
482,
727,
918,
3757,
67,
577,
81,
1435,
288,
202,
202,
759,
2962,
17,
14784,
563,
316,
15585,
60,
202,
202,
48,
21,
37,
2276,
18,
2293,
3996,
12,
73,
1042,
16,
15585,
60,
1769,
... |
File inactiveCacheFile = getInactiveCacheFile(); File inactivePropsFile = getInactivePropsFile(); | if (lastVersion > 0) { File inactiveCacheFile = getInactiveCacheFile(); File inactivePropsFile = getInactivePropsFile(); | public synchronized void restoreLastVersion() { if (isDeleted()) { markAsNotDeleted(); return; } if (isInactive()) { int lastVersion = determineLastActiveVersion(); File inactiveCacheFile = getInactiveCacheFile(); File inactivePropsFile = getInactivePropsFile(); if (!inactiveCac... | 8150 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8150/0258f0bdc8c307aa045b6a94f9792b51ef33391a/RepositoryNodeImpl.java/buggy/src/org/lockss/repository/RepositoryNodeImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
3852,
918,
5217,
3024,
1444,
1435,
288,
565,
309,
261,
291,
7977,
10756,
288,
1377,
2267,
1463,
1248,
7977,
5621,
1377,
327,
31,
565,
289,
565,
309,
261,
291,
24384,
10756,
288,
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,
3852,
918,
5217,
3024,
1444,
1435,
288,
565,
309,
261,
291,
7977,
10756,
288,
1377,
2267,
1463,
1248,
7977,
5621,
1377,
327,
31,
565,
289,
565,
309,
261,
291,
24384,
10756,
288,
137... |
targetModule = getEffectiveModule( ); | { if ( imageRef.getLibraryNamespace( ) != null ) targetModule = getEffectiveModule( ) .getLibraryWithNamespace( imageRef.getLibraryNamespace( ) ); else targetModule = getEffectiveModule( ); } | public EmbeddedImageHandle getEmbeddedImage( ) { if ( !DesignChoiceConstants.IMAGE_REF_TYPE_EMBED .equals( getStringProperty( ImageItem.SOURCE_PROP ) ) ) return null; StructRefValue imageRef = (StructRefValue) getElement( ).getProperty( getModule( ), IImageItemModel.IMAGE_NAME_PROP ); if ( imageRef == null ... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/f7d981acf4bf857fa448418a9d336e47831e5de6/ImageHandle.java/clean/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ImageHandle.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
21829,
2040,
3259,
336,
14980,
2040,
12,
262,
202,
95,
202,
202,
430,
261,
401,
15478,
10538,
2918,
18,
13603,
67,
10771,
67,
2399,
67,
3375,
22235,
9506,
202,
18,
14963,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
21829,
2040,
3259,
336,
14980,
2040,
12,
262,
202,
95,
202,
202,
430,
261,
401,
15478,
10538,
2918,
18,
13603,
67,
10771,
67,
2399,
67,
3375,
22235,
9506,
202,
18,
14963,
12,
... |
private static void paintInline( Context c, InlineBox inline, int lx, int ly, LineBox line ) { if ( InlineLayout.isReplaced( inline.node ) ) { //u.p("painting a replaced block: " + inline); c.getGraphics().translate( line.x, line.y + ( line.baseline - inline.height ) ); Rende... | 8125 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8125/dab5f0ea0f21b11bc9059602a912aff22532b469/InlinePainter.java/clean/src/java/org/xhtmlrenderer/render/InlinePainter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
6015,
270,
395,
2126,
6459,
84,
1598,
10870,
12,
1042,
71,
16,
10870,
3514,
10047,
16,
474,
80,
92,
16,
474,
715,
16,
1670,
3514,
1369,
15329,
430,
12,
10870,
3744,
18,
291,
5729,
72,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
6015,
270,
395,
2126,
6459,
84,
1598,
10870,
12,
1042,
71,
16,
10870,
3514,
10047,
16,
474,
80,
92,
16,
474,
715,
16,
1670,
3514,
1369,
15329,
430,
12,
10870,
3744,
18,
291,
5729,
72,
12,
... | ||
throw getRuntime().newNameError(name + " is not struct member"); | throw notStructMemberError(name); | public IRubyObject set(IRubyObject value) { String name = getRuntime().getCurrentContext().getFrameLastFunc(); if (name.endsWith("=")) { name = name.substring(0, name.length() - 1); } RubyArray member = (RubyArray) getInstanceVariable(classOf(), "__member__"); assert !m... | 49476 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49476/1278c5bb3507a052d150d814f15453542ae41aed/RubyStruct.java/buggy/src/org/jruby/RubyStruct.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15908,
10340,
921,
444,
12,
7937,
10340,
921,
460,
13,
288,
3639,
514,
508,
273,
18814,
7675,
588,
3935,
1042,
7675,
588,
3219,
3024,
2622,
5621,
3639,
309,
261,
529,
18,
5839,
1190... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
15908,
10340,
921,
444,
12,
7937,
10340,
921,
460,
13,
288,
3639,
514,
508,
273,
18814,
7675,
588,
3935,
1042,
7675,
588,
3219,
3024,
2622,
5621,
3639,
309,
261,
529,
18,
5839,
1190... |
if (certs != null) | if (certs == null) | CodeSource getCodeSource() { Certificate[] certs = getCertificates(); if (certs != null) return loader.noCertCodeSource; else return new CodeSource(loader.baseURL, certs); } | 5916 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5916/7808faef8b93f63b1d01c4acf6fd5ed7685528a2/URLClassLoader.java/clean/libjava/java/net/URLClassLoader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3356,
1830,
6583,
1830,
1435,
565,
288,
1377,
6660,
8526,
13870,
273,
1927,
7696,
5621,
1377,
309,
261,
24596,
480,
446,
13,
202,
2463,
4088,
18,
2135,
5461,
1085,
1830,
31,
1377,
469,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3356,
1830,
6583,
1830,
1435,
565,
288,
1377,
6660,
8526,
13870,
273,
1927,
7696,
5621,
1377,
309,
261,
24596,
480,
446,
13,
202,
2463,
4088,
18,
2135,
5461,
1085,
1830,
31,
1377,
469,
20... |
if (sqlCommand.length() != 0) { runStatements(new StringReader(sqlCommand)); } if (srcFile != null) { runStatements(new FileReader(srcFile)); } if (!autocommit) { conn.commit(); | for (Enumeration e = transactions.elements(); e.hasMoreElements();) { ((Transaction) e.nextElement()).runTransaction(); if (!autocommit) { log("Commiting transaction", Project.MSG_VERBOSE); conn.commit(); } | public void execute() throws BuildException { sqlCommand = sqlCommand.trim(); if (srcFile == null && sqlCommand.length() == 0) { throw new BuildException("Source file or sql statement must be set!", location); } if (driver == null) { throw new BuildException("Driver... | 639 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/639/33107ab10098823c23924741100a6c3faf9fd267/SQLExec.java/buggy/src/main/org/apache/tools/ant/taskdefs/SQLExec.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1836,
1435,
1216,
18463,
288,
3639,
1847,
2189,
273,
1847,
2189,
18,
5290,
5621,
3639,
309,
261,
4816,
812,
422,
446,
597,
1847,
2189,
18,
2469,
1435,
422,
374,
13,
288,
5411,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1836,
1435,
1216,
18463,
288,
3639,
1847,
2189,
273,
1847,
2189,
18,
5290,
5621,
3639,
309,
261,
4816,
812,
422,
446,
597,
1847,
2189,
18,
2469,
1435,
422,
374,
13,
288,
5411,
... |
int idx = 0; | idx = 0; | private void load(Preferences node) throws BackingStoreException { // Load preferences name = node.name(); // Type type = node.get(PREF_TYPE, ""); // Specification Version specificationVersion = node.get(PREF_SPECIFICATION_VERISION, null); // Location location = node.get(PREF_LOCA... | 14547 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14547/c47a7f2616c12043b7d9877aa33aae915c4e72ef/OsgiInstall.java/buggy/org.knopflerfish.eclipse.core/src/org/knopflerfish/eclipse/core/OsgiInstall.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
1262,
12,
12377,
756,
13,
1216,
4297,
310,
21151,
288,
565,
368,
4444,
12750,
565,
508,
273,
756,
18,
529,
5621,
3639,
368,
1412,
565,
618,
273,
756,
18,
588,
12,
3670,
42,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1262,
12,
12377,
756,
13,
1216,
4297,
310,
21151,
288,
565,
368,
4444,
12750,
565,
508,
273,
756,
18,
529,
5621,
3639,
368,
1412,
565,
618,
273,
756,
18,
588,
12,
3670,
42,
... |
System.out.println("message set. content should be " + multipart.toString() ); | public void send() { if (getMessageWindow() != null) { try { URLName urlName; urlName = msgWindow.populateMessageHeaders(getMessage()); if (urlName != null) { if (attachments != null && attachments.size() > 0) { MimeBodyPart mbp = new MimeBodyPart(); mbp.setContent(msgWindow.getMessageText(), msg... | 967 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/967/0b9d87a6d8d3d55bd10f46089f7f47d9b2cb082f/NewMessageProxy.java/clean/net/suberic/pooka/gui/NewMessageProxy.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1366,
1435,
288,
202,
430,
261,
24906,
3829,
1435,
480,
446,
13,
288,
3196,
565,
775,
288,
202,
202,
1785,
461,
880,
461,
31,
9506,
202,
718,
461,
273,
1234,
3829,
18,
19936,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1366,
1435,
288,
202,
430,
261,
24906,
3829,
1435,
480,
446,
13,
288,
3196,
565,
775,
288,
202,
202,
1785,
461,
880,
461,
31,
9506,
202,
718,
461,
273,
1234,
3829,
18,
19936,... | |
+ classRequested.getName() + "' value='" + data + "'", null); | + classRequested.getName() + "' value=null", null); | public static Object convert(Object data, Class classRequested) throws FacesException { if (classRequested == null) { return data; } if (data == null) { if (classRequested.isPrimitive() == false) { return null; } ClassConvert... | 6232 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6232/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/Convertor.java/clean/org.rcfaces.core/src/org/rcfaces/core/internal/util/Convertor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1033,
1765,
12,
921,
501,
16,
1659,
667,
11244,
13,
5411,
1216,
12268,
503,
288,
3639,
309,
261,
1106,
11244,
422,
446,
13,
288,
5411,
327,
501,
31,
3639,
289,
3639,
309,
261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1765,
12,
921,
501,
16,
1659,
667,
11244,
13,
5411,
1216,
12268,
503,
288,
3639,
309,
261,
1106,
11244,
422,
446,
13,
288,
5411,
327,
501,
31,
3639,
289,
3639,
309,
261... |
WikiBase.getInstance().purgeVersionsOlderThan(this.virtualWiki, date); | WikiBase.getInstance().purgeVersionsOlderThan(virtualWiki, date); | private void purgeVersions(HttpServletRequest request, ModelAndView next) throws Exception { next.addObject(WikiServlet.PARAMETER_ACTION, WikiServlet.ACTION_ADMIN); next.addObject(WikiServlet.PARAMETER_SPECIAL, new Boolean(true)); next.addObject(JMController.PARAMETER_TITLE, "Special:Admin"); try { DateFormat da... | 50517 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50517/833f6fd2eb2ba7b5f7e0cb4c70619b7f11c78bc0/AdminController.java/buggy/src/java/org/jmwiki/servlets/AdminController.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
11668,
5940,
12,
2940,
18572,
590,
16,
3164,
1876,
1767,
1024,
13,
1216,
1185,
288,
202,
202,
4285,
18,
1289,
921,
12,
25438,
4745,
18,
9819,
67,
12249,
16,
28268,
4745,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11668,
5940,
12,
2940,
18572,
590,
16,
3164,
1876,
1767,
1024,
13,
1216,
1185,
288,
202,
202,
4285,
18,
1289,
921,
12,
25438,
4745,
18,
9819,
67,
12249,
16,
28268,
4745,
... |
kasiMenu_grupiActionPerformed(evt); | kasiMenu_kasiActionPerformed(evt); | public void actionPerformed(java.awt.event.ActionEvent evt) { kasiMenu_grupiActionPerformed(evt); } | 12667 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12667/ba6fed56cb52b278f5b34b26ee3d38610f6a9303/sales_main.java/buggy/src/imakante/sales/sales_main.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
918,
26100,
12,
6290,
18,
2219,
88,
18,
2575,
18,
1803,
1133,
6324,
13,
288,
7734,
417,
31653,
4599,
67,
79,
31653,
19449,
12,
73,
11734,
1769,
5411,
289,
2,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
918,
26100,
12,
6290,
18,
2219,
88,
18,
2575,
18,
1803,
1133,
6324,
13,
288,
7734,
417,
31653,
4599,
67,
79,
31653,
19449,
12,
73,
11734,
1769,
5411,
289,
2,
-100,
-100,
-100,
-1... |
save(false); | save(true); | public void actionPerformed(ActionEvent evt) { Object source = evt.getSource(); if(source == searchCurrentBuffer) hyperSearch.setSelected(false); else if(source == searchSelection || source == searchAllBuffers || source == searchDirectory) hyperSearch.setSelected(true); save(false); updateEnabl... | 6564 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6564/06b9d30f26ad82d14a1d9a99891f02c832e212d1/SearchDialog.java/clean/org/gjt/sp/jedit/search/SearchDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
918,
26100,
12,
1803,
1133,
6324,
13,
202,
202,
95,
1082,
202,
921,
1084,
273,
6324,
18,
588,
1830,
5621,
1082,
202,
430,
12,
3168,
422,
1623,
3935,
1892,
13,
9506,
202,
1720... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
26100,
12,
1803,
1133,
6324,
13,
202,
202,
95,
1082,
202,
921,
1084,
273,
6324,
18,
588,
1830,
5621,
1082,
202,
430,
12,
3168,
422,
1623,
3935,
1892,
13,
9506,
202,
1720... |
msg.append(" -find <file> search for buildfile towards the root of the" + lSep); msg.append(" filesystem and use it" + lSep); | msg.append(" -find <file> (s)earch for buildfile towards the root of" + lSep); msg.append(" -s <file> the filesystem and use it" + lSep); | private static void printUsage() { String lSep = System.getProperty("line.separator"); StringBuffer msg = new StringBuffer(); msg.append("ant [options] [target [target2 [target3] ...]]" + lSep); msg.append("Options: " + lSep); msg.append(" -help print this messag... | 17033 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17033/58c13cd7434297de46f802523246836558272411/Main.java/buggy/src/main/org/apache/tools/ant/Main.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
1172,
5357,
1435,
288,
3639,
514,
328,
5097,
273,
2332,
18,
588,
1396,
2932,
1369,
18,
11287,
8863,
3639,
6674,
1234,
273,
394,
6674,
5621,
3639,
1234,
18,
6923,
2932,
970... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1172,
5357,
1435,
288,
3639,
514,
328,
5097,
273,
2332,
18,
588,
1396,
2932,
1369,
18,
11287,
8863,
3639,
6674,
1234,
273,
394,
6674,
5621,
3639,
1234,
18,
6923,
2932,
970... |
cdrBufOutput output = new cdrBufOutput(); | BufferedCdrOutput output = new BufferedCdrOutput(); | public static boolean insertSysException(Any into, SystemException exception) { try { cdrBufOutput output = new cdrBufOutput(); String m_exception_id = getRepositoryId(exception.getClass()); output.write_string(m_exception_id); output.write_ulong(exception.minor); Completio... | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/e9344cb85925e12da0e0cccb4ba0521d8696a226/ObjectCreator.java/clean/core/src/classpath/gnu/gnu/CORBA/ObjectCreator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
1250,
2243,
12712,
503,
12,
2961,
1368,
16,
26731,
1520,
13,
225,
288,
565,
775,
1377,
288,
3639,
5987,
39,
3069,
1447,
876,
273,
394,
5987,
39,
3069,
1447,
5621,
3639,
514,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1250,
2243,
12712,
503,
12,
2961,
1368,
16,
26731,
1520,
13,
225,
288,
565,
775,
1377,
288,
3639,
5987,
39,
3069,
1447,
876,
273,
394,
5987,
39,
3069,
1447,
5621,
3639,
514,
... |
int zoom = DataTools.read4SignedBytes(in, little); | int zoom = in.readInt(); | protected void initStandardMetadata() { try { Hashtable ifd = ifds[0]; super.initStandardMetadata(); Integer obj = new Integer(0); int offset; Integer k = new Integer(UIC4TAG); long[] temp = (long[]) ifd.get(k); Long[] q = new Long[temp.length]; for (int i=0; i<q.length; i++... | 46826 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46826/2df09d33bfdc966378aae0cc09cb503afb983bc2/MetamorphReader.java/clean/loci/formats/in/MetamorphReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1208,
8336,
2277,
1435,
288,
565,
775,
288,
1377,
18559,
309,
72,
273,
309,
2377,
63,
20,
15533,
1377,
2240,
18,
2738,
8336,
2277,
5621,
1377,
2144,
1081,
273,
394,
2144,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1208,
8336,
2277,
1435,
288,
565,
775,
288,
1377,
18559,
309,
72,
273,
309,
2377,
63,
20,
15533,
1377,
2240,
18,
2738,
8336,
2277,
5621,
1377,
2144,
1081,
273,
394,
2144,
12,
... |
return getPreferredHorizontalSize(); | { int height = getThumbSize().height; if (slider.getPaintTicks() && slider.getMajorTickSpacing() > 0 || slider.getMinorTickSpacing() > 0) height += getTickLength(); if (slider.getPaintLabels()) height += getHeightOfTallestLabel(); height += insets.top + insets.bottom + focusInsets.top + focusInsets.bottom; return ... | public Dimension getMaximumSize(JComponent c) { if (slider.getOrientation() == JSlider.HORIZONTAL) return getPreferredHorizontalSize(); else return getPreferredVerticalSize(); } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/c4eda97e6e5feb8e7650d83d5066d85580f1249c/BasicSliderUI.java/clean/core/src/classpath/javax/javax/swing/plaf/basic/BasicSliderUI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
13037,
25194,
1225,
12,
46,
1841,
276,
13,
225,
288,
565,
309,
261,
28372,
18,
588,
14097,
1435,
422,
804,
21824,
18,
44,
20344,
13,
1377,
288,
225,
509,
2072,
273,
336,
18922,
12... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
13037,
25194,
1225,
12,
46,
1841,
276,
13,
225,
288,
565,
309,
261,
28372,
18,
588,
14097,
1435,
422,
804,
21824,
18,
44,
20344,
13,
1377,
288,
225,
509,
2072,
273,
336,
18922,
12... |
Profile.logTime("Framework.initialze()", "done new URLStream/Content HandlerFactory"); | Profile.logTime("Framework.initialze()", "done new URLStream/Content HandlerFactory"); | protected void initialize(FrameworkAdaptor adaptor) { if (Profile.PROFILE && Profile.STARTUP) Profile.logEnter("Framework.initialze()", null); //$NON-NLS-1$ long start = System.currentTimeMillis(); this.adaptor = adaptor; active = false; installSecurityManager(); if (Debug.DEBUG && Debug.DEBUG_SECURITY) { De... | 2516 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2516/249359ca66714f4fdf660bc095787ad0bc5b442a/Framework.java/buggy/bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/internal/core/Framework.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
4046,
12,
13701,
29888,
9087,
13,
288,
202,
202,
430,
261,
4029,
18,
22462,
597,
11357,
18,
7570,
3079,
13,
1082,
202,
4029,
18,
1330,
10237,
2932,
13701,
18,
6769,
8489,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4046,
12,
13701,
29888,
9087,
13,
288,
202,
202,
430,
261,
4029,
18,
22462,
597,
11357,
18,
7570,
3079,
13,
1082,
202,
4029,
18,
1330,
10237,
2932,
13701,
18,
6769,
8489,
... |
cc.getAxisConfiguration().getTargetResolverChain().resolveTarget(mc); | TargetResolver targetResolver = cc.getAxisConfiguration().getTargetResolverChain(); if(targetResolver != null){ targetResolver.resolveTarget(mc); } | public void execute(boolean block) throws AxisFault { if (completed) { throw new AxisFault(Messages.getMessage("mepiscomplted")); } ConfigurationContext cc = sc.getConfigurationContext(); // set options on the message context if (mc.getSoapAction() == null || "".equals(... | 49300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49300/31b635ff4b70f87cd38fbb0908ed11bdb610403f/OutOnlyAxisOperation.java/buggy/modules/kernel/src/org/apache/axis2/description/OutOnlyAxisOperation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1836,
12,
6494,
1203,
13,
1216,
15509,
7083,
288,
3639,
309,
261,
13615,
13,
288,
5411,
604,
394,
15509,
7083,
12,
5058,
18,
24906,
2932,
81,
881,
291,
832,
412,
2344,
7923,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1836,
12,
6494,
1203,
13,
1216,
15509,
7083,
288,
3639,
309,
261,
13615,
13,
288,
5411,
604,
394,
15509,
7083,
12,
5058,
18,
24906,
2932,
81,
881,
291,
832,
412,
2344,
7923,
... |
public synchronized SSKBlock fetch(NodeSSK key) { | public SSKBlock fetch(NodeSSK key) { | public synchronized SSKBlock fetch(NodeSSK key) { // Can we just lock on sskDatastore here? **FIXME** try { return sskDatastore.fetch(key, false); } catch (IOException e) { Logger.error(this, "Cannot fetch data: "+e, e); return null; } } | 49933 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49933/79d31585331089fa241bcabc60a642461fd7972a/Node.java/clean/src/freenet/node/Node.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
3852,
348,
11129,
1768,
2158,
12,
907,
1260,
47,
498,
13,
288,
202,
202,
759,
4480,
732,
2537,
2176,
603,
5202,
79,
21191,
2674,
35,
225,
2826,
25810,
636,
202,
202,
698,
288,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
3852,
348,
11129,
1768,
2158,
12,
907,
1260,
47,
498,
13,
288,
202,
202,
759,
4480,
732,
2537,
2176,
603,
5202,
79,
21191,
2674,
35,
225,
2826,
25810,
636,
202,
202,
698,
288,... |
GenericDelegator delegator = dctx.getDelegator(); | public static Map getCategoryVariantProducts(DispatchContext dctx, Map context) { Map results = new HashMap(); GenericDelegator delegator = dctx.getDelegator(); LocalDispatcher dispatcher = dctx.getDispatcher(); List productFeatures = (List) context.get("productFeatures"); String ... | 22229 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/22229/166c06edf1473c848416f568a51ea3863679a8a0/ProductFeatureServices.java/buggy/applications/product/src/org/ofbiz/product/feature/ProductFeatureServices.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1635,
19110,
9356,
13344,
12,
5325,
1042,
302,
5900,
16,
1635,
819,
13,
288,
3639,
1635,
1686,
273,
394,
4317,
5621,
9079,
3566,
6681,
7393,
273,
302,
5900,
18,
588,
6681,
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,
760,
1635,
19110,
9356,
13344,
12,
5325,
1042,
302,
5900,
16,
1635,
819,
13,
288,
3639,
1635,
1686,
273,
394,
4317,
5621,
9079,
3566,
6681,
7393,
273,
302,
5900,
18,
588,
6681,
5621... | |
return eaid; } | GIMatrix matrix = new GIMatrix(getExtendedAdjacenyMatrix(atomContainer)); GIMatrix tempMatrix = matrix; GIMatrix fixedMatrix = matrix; for (int i = 2; i < atomContainer.getAtomCount(); i++) { tempMatrix = tempMatrix.multiply(fixedMatrix); matrix = matrix.add(tempMatrix); } for (int i = 0; i < atomContainer.getAtomCou... | public static double getEAIDNumber(AtomContainer atomContainer) throws org.openscience.cdk.exception.NoSuchAtomException, BadMatrixFormatException,IndexOutOfBoundsException { boolean debug = false; GIMatrix matrix = new GIMatrix(getExtendedAdjacenyMatrix(atomContainer)); GIMatrix tempMatrix = matrix; GIMatri... | 1306 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1306/0971906b242e8b5a0e534a085a4db5801b729cca/HuLuIndexTool.java/clean/src/org/openscience/cdk/graph/invariant/HuLuIndexTool.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
1645,
4774,
37,
734,
1854,
12,
3641,
2170,
22487,
13,
1216,
2358,
18,
20346,
71,
6254,
18,
71,
2883,
18,
4064,
18,
28341,
3641,
503,
16,
1082,
202,
6434,
4635,
9291,
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,
225,
202,
482,
760,
1645,
4774,
37,
734,
1854,
12,
3641,
2170,
22487,
13,
1216,
2358,
18,
20346,
71,
6254,
18,
71,
2883,
18,
4064,
18,
28341,
3641,
503,
16,
1082,
202,
6434,
4635,
9291,
16,
... |
IntegerField maxHitsField = dialog.addIntegerField("Maximum number of hits:", maxHits,5); | IntegerField maxHitsField = dialog.addIntegerField("Maximum number of hits:", maxHits,5,1,upperMaxHits); | public boolean queryOptions() { MesquiteInteger buttonPressed = new MesquiteInteger(1); ExtensibleDialog dialog = new ExtensibleDialog(MesquiteTrunk.mesquiteTrunk.containerOfModule(), "Top Blast Matches",buttonPressed); //MesquiteTrunk.mesquiteTrunk.containerOfModule() dialog.addLabel("Options for Top Blast Matche... | 56479 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56479/e196169095dd958806ffe4bba83752cbe67c02e6/TopBlastMatches.java/buggy/Source/mesquite/molec/TopBlastMatches/TopBlastMatches.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
843,
1320,
1435,
288,
202,
202,
49,
281,
372,
1137,
4522,
3568,
24624,
273,
394,
490,
281,
372,
1137,
4522,
12,
21,
1769,
202,
202,
2482,
773,
1523,
6353,
6176,
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,
1250,
843,
1320,
1435,
288,
202,
202,
49,
281,
372,
1137,
4522,
3568,
24624,
273,
394,
490,
281,
372,
1137,
4522,
12,
21,
1769,
202,
202,
2482,
773,
1523,
6353,
6176,
273,
394... |
} else { | } else { | public boolean isSelected(File basedir, String filename, File file) { // throw BuildException on error validate(); int depth = -1; // If you felt daring, you could cache the basedir absolute path String abs_base = basedir.getAbsolutePath(); String abs_file = file.getAbsolut... | 17033 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17033/4ee8397a70d3f74319f2de8b65c35ec4128bacf6/DepthSelector.java/clean/src/main/org/apache/tools/ant/types/selectors/DepthSelector.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
20956,
12,
812,
15573,
16,
514,
1544,
16,
1387,
585,
13,
288,
3639,
368,
604,
18463,
603,
555,
3639,
1954,
5621,
3639,
509,
3598,
273,
300,
21,
31,
3639,
368,
971,
1846,
284... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
20956,
12,
812,
15573,
16,
514,
1544,
16,
1387,
585,
13,
288,
3639,
368,
604,
18463,
603,
555,
3639,
1954,
5621,
3639,
509,
3598,
273,
300,
21,
31,
3639,
368,
971,
1846,
284... |
public void keyPressed(KeyEvent e) { if(e.isShiftDown()) { switch(e.getKeyCode()) { case KeyEvent.VK_UP: { if(actual>0) { playerChatText.setText(lines.get(actual-1)); actual--; } ... | 4438 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4438/2c5d8c48e540e0e8bdaf2b72c3edd55f8838d406/StendhalChatLineListener.java/clean/src/games/stendhal/client/gui/StendhalChatLineListener.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
6459,
856,
24624,
12,
653,
1133,
73,
15329,
430,
12,
73,
18,
291,
10544,
4164,
10756,
95,
9610,
12,
73,
18,
588,
653,
1085,
10756,
95,
3593,
653,
1133,
18,
58,
47,
67,
3079,
18611,
4... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
856,
24624,
12,
653,
1133,
73,
15329,
430,
12,
73,
18,
291,
10544,
4164,
10756,
95,
9610,
12,
73,
18,
588,
653,
1085,
10756,
95,
3593,
653,
1133,
18,
58,
47,
67,
3079,
18611,
4... | ||
Selection s; | public void selectToMatchingBracket() { int bracket = TextUtilities.findMatchingBracket(buffer,caretLine, Math.max(0,caret - buffer.getLineStartOffset(caretLine) - 1)); if(bracket != -1) { // Hack if(bracket < caret) { extendSelection(bracket + 1,caret - 1); } else { extendSelection(caret,bracke... | 8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/16fbd6a2398f65435904d2bd0e80999fad2a4797/JEditTextArea.java/buggy/org/gjt/sp/jedit/textarea/JEditTextArea.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
6233,
272,
31,
225,
918,
6233,
272,
31,
225,
2027,
774,
9517,
11450,
1435,
202,
95,
202,
202,
474,
6233,
272,
31,
225,
9843,
6233,
272,
31,
225,
273,
6233,
272,
31,
225,
386... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6233,
272,
31,
225,
918,
6233,
272,
31,
225,
2027,
774,
9517,
11450,
1435,
202,
95,
202,
202,
474,
6233,
272,
31,
225,
9843,
6233,
272,
31,
225,
273,
6233,
272,
31,
225,
386... | |
return NLS.class.getName().equals(superclass.getFullyQualifiedName()); | return superclass != null && NLS.class.getName().equals(superclass.getFullyQualifiedName()); | public boolean detectIsEclipseNLS() { if (getAccessorClassPackage() != null) { ICompilationUnit accessorCU= getAccessorClassPackage().getCompilationUnit(getAccessorClassName() + ".java"); //$NON-NLS-1$ IType type= accessorCU.getType(getAccessorClassName()); if (type.exists()) { try { String superclassNam... | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/4f0ccd8518fb8b98841e199b860dd5a75a445a45/NLSRefactoring.java/buggy/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
5966,
2520,
23057,
10472,
5106,
1435,
288,
202,
202,
430,
261,
588,
8235,
797,
2261,
1435,
480,
446,
13,
288,
1082,
202,
45,
19184,
2802,
9789,
16001,
33,
336,
8235,
797,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5966,
2520,
23057,
10472,
5106,
1435,
288,
202,
202,
430,
261,
588,
8235,
797,
2261,
1435,
480,
446,
13,
288,
1082,
202,
45,
19184,
2802,
9789,
16001,
33,
336,
8235,
797,
... |
public org.quickfix.field.TradeInputSource getTradeInputSource() throws FieldNotFound { org.quickfix.field.TradeInputSource value = new org.quickfix.field.TradeInputSource(); | public quickfix.field.TradeInputSource getTradeInputSource() throws FieldNotFound { quickfix.field.TradeInputSource value = new quickfix.field.TradeInputSource(); | public org.quickfix.field.TradeInputSource getTradeInputSource() throws FieldNotFound { org.quickfix.field.TradeInputSource value = new org.quickfix.field.TradeInputSource(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/TradeCaptureReport.java/clean/src/java/src/quickfix/fix43/TradeCaptureReport.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
22583,
1210,
1830,
336,
22583,
1210,
1830,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
22583,
1210,
1830,
460,
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,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
22583,
1210,
1830,
336,
22583,
1210,
1830,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
22583,
1210,
1830,
460,
273,
394... |
private void parseMGRLVLLS(int time) throws DRDAProtocolException { int manager, managerLevel; int currentLevel; unknownManagers = new Vector(); knownManagers = new Vector(); errorManagers = new Vector(); errorManagersLevel = new Vector(); if (SanityManager.DEBUG) trace("Manager Levels"); | private void parseMGRLVLLS(int time) throws DRDAProtocolException { int manager, managerLevel; int currentLevel; unknownManagers = new Vector(); knownManagers = new Vector(); errorManagers = new Vector(); errorManagersLevel = new Vector(); if (SanityManager.DEBUG) trace("Manager Levels"); | private void parseMGRLVLLS(int time) throws DRDAProtocolException { int manager, managerLevel; int currentLevel; // set up vectors to keep track of manager information unknownManagers = new Vector(); knownManagers = new Vector(); errorManagers = new Vector(); errorManagersLevel = new Vector(); if (SanityManager.DEB... | 56322 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56322/977561c9de22d12b40a3a2f79a8df22ba7fc7752/DRDAConnThread.java/buggy/java/drda/org/apache/derby/impl/drda/DRDAConnThread.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1109,
49,
6997,
48,
58,
48,
3045,
12,
474,
813,
13,
1216,
16801,
9793,
5752,
503,
288,
202,
474,
3301,
16,
3301,
2355,
31,
202,
474,
783,
2355,
31,
202,
759,
444,
731,
1004... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
49,
6997,
48,
58,
48,
3045,
12,
474,
813,
13,
1216,
16801,
9793,
5752,
503,
288,
202,
474,
3301,
16,
3301,
2355,
31,
202,
474,
783,
2355,
31,
202,
759,
444,
731,
1004... |
if (right instanceof CastExpr) right = ((CastExpr)right).getExpr(); if (right instanceof Step) _step = (Step)right; | if (right instanceof CastExpr) { right = ((CastExpr)right).getExpr(); } if (right instanceof Step) { _step = (Step)right; } | public Step getStep() { if (_step != null) return _step; if (_exp == null) return null; if (_exp instanceof EqualityExpr) { EqualityExpr exp = (EqualityExpr)_exp; Expression left = exp.getLeft(); Expression right = exp.getRight(); if (left instanceof CastExpr) left = ((CastExpr)left).getExpr(); ... | 46591 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46591/44b55b7c88b424e0adf3862a4914876f6ad4b7c1/Predicate.java/buggy/src/org/apache/xalan/xsltc/compiler/Predicate.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
8693,
30909,
1435,
288,
202,
430,
261,
67,
4119,
480,
446,
13,
327,
389,
4119,
31,
202,
430,
261,
67,
2749,
422,
446,
13,
327,
446,
31,
202,
430,
261,
67,
2749,
1276,
9057,
560,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8693,
30909,
1435,
288,
202,
430,
261,
67,
4119,
480,
446,
13,
327,
389,
4119,
31,
202,
430,
261,
67,
2749,
422,
446,
13,
327,
446,
31,
202,
430,
261,
67,
2749,
1276,
9057,
560,... |
public void run() { if (treeSelection != null) { //TODO: Code to remove Element does here. Node deletionElement = (Element) treeSelection.getFirstElement(); Node deletionParent = deletionElement.getParentNode(); deletionParent.removeChild(deletionElement); treeViewer.refresh(); } } | 2719 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2719/b99535819efd1875f5e5d41699cba4fa5e205f0f/SiteXMLView.java/buggy/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/eclipse/views/SiteXMLView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
6459,
2681,
1435,
95,
9506,
202,
430,
12,
3413,
6233,
5,
33,
2011,
15329,
6862,
202,
759,
6241,
30,
29633,
278,
479,
8501,
1046,
2896,
4607,
822,
18,
6862,
202,
907,
19003,
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,
1875,
202,
482,
6459,
2681,
1435,
95,
9506,
202,
430,
12,
3413,
6233,
5,
33,
2011,
15329,
6862,
202,
759,
6241,
30,
29633,
278,
479,
8501,
1046,
2896,
4607,
822,
18,
6862,
202,
907,
19003,
2... | ||
case 590: { | case 587: { | public void ruleAction(int ruleNumber) { if (bad_rule != 0) return; switch (ruleNumber) { // // Rule 1: identifier ::= IDENTIFIER // case 1: { if (prsStream.getKind(btParser.getToken(1)) != X10Parsersym.TK_IDENTIFIER) ... | 1832 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1832/f14971e321c6a9348df794730cae61aaf3cfbf90/X10Parser.java/clean/x10.compiler/src/x10/parser/X10Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1720,
1803,
12,
474,
1720,
1854,
13,
565,
288,
3639,
309,
261,
8759,
67,
5345,
480,
374,
13,
5411,
327,
31,
3639,
1620,
261,
5345,
1854,
13,
3639,
288,
2398,
368,
5411,
368,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1720,
1803,
12,
474,
1720,
1854,
13,
565,
288,
3639,
309,
261,
8759,
67,
5345,
480,
374,
13,
5411,
327,
31,
3639,
1620,
261,
5345,
1854,
13,
3639,
288,
2398,
368,
5411,
368,
... |
this.field_225_fcPlcocx = field_225_fcPlcocx; | this.field_224_fcPlcocx = field_224_fcPlcocx; | public void setFcPlcocx(int field_225_fcPlcocx) { this.field_225_fcPlcocx = field_225_fcPlcocx; } | 509 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/509/944c40af98f9912ed6835ed6cbadaea6cc8815cf/FIBAbstractType.java/clean/src/scratchpad/src/org/apache/poi/hdf/model/hdftypes/definitions/FIBAbstractType.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
24340,
71,
1749,
71,
504,
92,
12,
474,
652,
67,
22,
2947,
67,
7142,
1749,
71,
504,
92,
13,
565,
288,
3639,
333,
18,
1518,
67,
23622,
67,
7142,
1749,
71,
504,
92,
273,
652... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
24340,
71,
1749,
71,
504,
92,
12,
474,
652,
67,
22,
2947,
67,
7142,
1749,
71,
504,
92,
13,
565,
288,
3639,
333,
18,
1518,
67,
23622,
67,
7142,
1749,
71,
504,
92,
273,
652... |
rec.origttl = in.readInt(); | rec.origttl = in.readUnsignedInt(); | rrFromWire(Name name, int type, int dclass, long ttl, int length, DataByteInputStream in)throws IOException{ SIGRecord rec = new SIGRecord(name, dclass, ttl); if (in == null) return rec; int start = in.getPos(); rec.covered = in.readUnsignedShort(); rec.alg = in.readByte(); rec.labels = in.readByte(); rec.origttl =... | 4227 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4227/81370f62d73bebd8d1008ff1fe16b14a1b81732c/SIGRecord.java/clean/org/xbill/DNS/SIGRecord.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
8354,
1265,
15249,
12,
461,
508,
16,
509,
618,
16,
509,
302,
1106,
16,
1525,
6337,
16,
509,
769,
16,
202,
282,
1910,
3216,
4348,
316,
13,
15069,
1860,
95,
202,
18513,
2115,
1950,
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,
8354,
1265,
15249,
12,
461,
508,
16,
509,
618,
16,
509,
302,
1106,
16,
1525,
6337,
16,
509,
769,
16,
202,
282,
1910,
3216,
4348,
316,
13,
15069,
1860,
95,
202,
18513,
2115,
1950,
273,
394,
... |
super("project", TemplateMessages.getString("JavaContextType.variable.description.project"), IJavaElement.JAVA_PROJECT); | super("enclosing_project", TemplateMessages.getString("JavaContextType.variable.description.enclosing.project"), IJavaElement.JAVA_PROJECT); | public Project() { super("project", TemplateMessages.getString("JavaContextType.variable.description.project"), IJavaElement.JAVA_PROJECT); } | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/a0ea2a1a0d113ed52a3e6d8c5d45409afb8d88f0/CompilationUnitContextType.java/buggy/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContextType.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
5420,
1435,
288,
1082,
202,
9565,
2932,
4406,
3113,
5035,
5058,
18,
588,
780,
2932,
5852,
1042,
559,
18,
6105,
18,
3384,
18,
4406,
6,
3631,
467,
5852,
1046,
18,
27264,
67,
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,
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,
5420,
1435,
288,
1082,
202,
9565,
2932,
4406,
3113,
5035,
5058,
18,
588,
780,
2932,
5852,
1042,
559,
18,
6105,
18,
3384,
18,
4406,
6,
3631,
467,
5852,
1046,
18,
27264,
67,
17... |
setIcon(EMPTY_ICON); | public Component getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, ... | 56598 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56598/245da178d413eea24d068084b4127ccf905c25f5/QuickListPanel.java/clean/source/com/intellij/openapi/keymap/impl/ui/QuickListPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
5435,
15867,
4020,
6747,
1841,
12,
46,
2471,
2151,
16,
4766,
5375,
1033,
460,
16,
4766,
5375,
1250,
357,
16,
4766,
5375,
1250,
8406,
16,
4766,
5375,
1250,
7839,
16,
4766,
5375,
509,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5435,
15867,
4020,
6747,
1841,
12,
46,
2471,
2151,
16,
4766,
5375,
1033,
460,
16,
4766,
5375,
1250,
357,
16,
4766,
5375,
1250,
8406,
16,
4766,
5375,
1250,
7839,
16,
4766,
5375,
509,... | |
{ return new String("Catalog"); } | { return new String("Catalog"); } | public String getCatalogTerm() throws SQLException { return new String("Catalog"); } | 49504 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49504/6a061da272f04e1463864065f87f1f3fd61d6162/DatabaseMetaData.java/buggy/src/interfaces/jdbc/postgresql/DatabaseMetaData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
1927,
4392,
4065,
1435,
1216,
6483,
202,
95,
202,
202,
2463,
394,
514,
2932,
9769,
8863,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
1927,
4392,
4065,
1435,
1216,
6483,
202,
95,
202,
202,
2463,
394,
514,
2932,
9769,
8863,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
addAlert(state, PERMISSION_POST_MESSAGE); | addAlert(state, rb.getString("youdonot3")); | public void doSend(RunData runData, Context context) { // access the portlet element id to find our state // %%% use CHEF api instead of Jetspeed to get state String peid = ((JetspeedRunData) runData).getJs_peid(); SessionState state = ((JetspeedRunData) runData).getPortletSessionState(peid); // read in the messa... | 2021 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2021/f7519b4a8868ce43dfb2f6750a1dd19306ca2226/ChatAction.java/buggy/chat/chat-tool/tool/src/java/org/sakaiproject/chat/tool/ChatAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
741,
3826,
12,
1997,
751,
1086,
751,
16,
1772,
819,
13,
202,
95,
202,
202,
759,
2006,
326,
13114,
930,
612,
358,
1104,
3134,
919,
202,
202,
759,
738,
11438,
999,
14274,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
741,
3826,
12,
1997,
751,
1086,
751,
16,
1772,
819,
13,
202,
95,
202,
202,
759,
2006,
326,
13114,
930,
612,
358,
1104,
3134,
919,
202,
202,
759,
738,
11438,
999,
14274,
... |
StringBuffer tableTemplate = new StringBuffer(defaultTableTemplate + "\n"); List publicFieldsFound = new ArrayList(); List publicMethodsFound = new ArrayList(); getPublicMembers(fixtureClass, publicFieldsFound, publicMethodsFound); addCellsForColumnFixture(tableTemplate, publicFieldsFound, publicMethodsFound); return ... | return makeFixtureTemplate(defaultTableTemplate, fixtureClass, ColumnFixture.class); } | private StringBuffer makeColumnFixtureTemplate(String defaultTableTemplate, Class fixtureClass) { StringBuffer tableTemplate = new StringBuffer(defaultTableTemplate + "\n"); List publicFieldsFound = new ArrayList(); List publicMethodsFound = new ArrayList(); getPublicMembers(fixtureClass, publicFieldsFound, public... | 47223 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47223/ec2576158a28bfaeeb5879001e3d4802a1e122b1/FixtureTemplateCreator.java/clean/src/fitnesse/FixtureTemplateCreator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
6674,
1221,
1494,
26392,
2283,
12,
780,
805,
1388,
2283,
16,
1659,
16678,
797,
13,
202,
95,
202,
202,
780,
1892,
1014,
2283,
273,
394,
6674,
12,
1886,
1388,
2283,
397,
1548,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6674,
1221,
1494,
26392,
2283,
12,
780,
805,
1388,
2283,
16,
1659,
16678,
797,
13,
202,
95,
202,
202,
780,
1892,
1014,
2283,
273,
394,
6674,
12,
1886,
1388,
2283,
397,
1548,
... |
final Block parent, final Indent indent, XmlFormattingPolicy policy) { final Block firstBlock = subBlocks.get(0); /* if (firstBlock instanceof AbstractBlock && !isTagDescription(((AbstractBlock)firstBlock).getNode()) && (policy.getShouldKeepWhiteSpaces() || policy.keepWhiteSpacesInsideTag(((XmlTagBlock)parent).getTag()... | final Block parent, final Indent indent, XmlFormattingPolicy policy, final Indent childIndent) { return new SyntheticBlock(subBlocks, parent, indent, policy, childIndent); | public static Block createSynteticBlock(final List<Block> subBlocks, final Block parent, final Indent indent, XmlFormattingPolicy policy) { final Block firstBlock = sub... | 12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/f60ec9ccfb32dfdeb9231297a53181ad9b7e8bc0/AbstractSyntheticBlock.java/buggy/source/com/intellij/psi/formatter/xml/AbstractSyntheticBlock.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
3914,
752,
10876,
496,
7943,
1768,
12,
6385,
987,
32,
1768,
34,
720,
6450,
16,
4766,
5375,
727,
3914,
982,
16,
4766,
5375,
727,
28653,
3504,
16,
4766,
5375,
5714,
23974,
2582,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3914,
752,
10876,
496,
7943,
1768,
12,
6385,
987,
32,
1768,
34,
720,
6450,
16,
4766,
5375,
727,
3914,
982,
16,
4766,
5375,
727,
28653,
3504,
16,
4766,
5375,
5714,
23974,
2582,
... |
return null; | return null; | public Timestamp getTimestamp(int columnIndex) throws SQLException { String s = getString(columnIndex); DateFormat df = DateFormat.getDateInstance(); if (s != null) { try { java.sql.Date d = (java.sql.Date)df.parse(s); return new Timestamp(d.getTime()); } catch (ParseException e) { ... | 47288 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47288/0e583068579748ad528685fa6040636b374177c6/ResultSet.java/buggy/src/interfaces/jdbc/postgresql/ResultSet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
8159,
11940,
12,
474,
14882,
13,
1216,
6483,
225,
288,
565,
514,
272,
273,
4997,
12,
2827,
1016,
1769,
565,
18371,
3013,
273,
18371,
18,
588,
1626,
1442,
5621,
3639,
309,
261,
87,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8159,
11940,
12,
474,
14882,
13,
1216,
6483,
225,
288,
565,
514,
272,
273,
4997,
12,
2827,
1016,
1769,
565,
18371,
3013,
273,
18371,
18,
588,
1626,
1442,
5621,
3639,
309,
261,
87,
... |
Node exn = createNewLocal(new Node(Token.VOID)); | Node exn = createNewLocal(new Node(Token.EMPTY)); | public Object createTryCatchFinally(Object tryblock, Object catchblocks, Object finallyblock, int lineno) { Node trynode = (Node)tryblock; boolean hasFinally = false; Node finallyNode = null; if (finallyblock != null) { finallyNode = (... | 12904 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12904/807d553c04eb8159dc56447b1a1504dc55853034/IRFactory.java/buggy/js/rhino/src/org/mozilla/javascript/IRFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
752,
7833,
14842,
29987,
12,
921,
775,
2629,
16,
1033,
1044,
7996,
16,
4766,
3639,
1033,
3095,
2629,
16,
509,
7586,
13,
565,
288,
3639,
2029,
775,
2159,
273,
261,
907,
13,
6... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
752,
7833,
14842,
29987,
12,
921,
775,
2629,
16,
1033,
1044,
7996,
16,
4766,
3639,
1033,
3095,
2629,
16,
509,
7586,
13,
565,
288,
3639,
2029,
775,
2159,
273,
261,
907,
13,
6... |
MethodNode body = searchMethod(name); RubyModule origin = body.getMethodOrigin(); | MethodNode body = searchMethod(name); RubyModule origin = body.getMethodOrigin(); | public void exportMethod(RubyId name, int noex) { if (this == getRuby().getClasses().getObjectClass()) { getRuby().secure(4); } MethodNode body = searchMethod(name); RubyModule origin = body.getMethodOrigin(); if (body == null && isModule()) { body = getRuby().getClasses().getObjectClass().searchMethod(name);... | 49476 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49476/0a7181933af700ea8025a4197f3a5ebcc08333c3/RubyModule.java/buggy/org/jruby/RubyModule.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
3359,
1305,
12,
54,
10340,
548,
508,
16,
509,
1158,
338,
13,
288,
202,
202,
430,
261,
2211,
422,
4170,
10340,
7675,
588,
4818,
7675,
588,
921,
797,
10756,
288,
1082,
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,
918,
3359,
1305,
12,
54,
10340,
548,
508,
16,
509,
1158,
338,
13,
288,
202,
202,
430,
261,
2211,
422,
4170,
10340,
7675,
588,
4818,
7675,
588,
921,
797,
10756,
288,
1082,
202,... |
m_anticipator.anticipateEvent(node1.createDownEvent()); m_anticipator.anticipateEvent(icmpService.createDownEvent()); | anticipateDown(node1); anticipateDown(icmpService); | public void testInterfaceReparented() { m_pollerConfig.setNodeOutageProcessingEnabled(true); MockNode node1 = m_network.getNode(1); MockNode node2 = m_network.getNode(2); MockInterface node1Iface = m_network.getInterface(1, "192.168.1.1"); MockInterface reparentedIface = m_network... | 48885 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48885/1b7e71797635707c6240118505031a07f85bb533/PollerTest.java/buggy/src/services/org/opennms/netmgt/poller/PollerTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
1358,
426,
2938,
329,
1435,
288,
3639,
312,
67,
3915,
749,
809,
18,
542,
907,
1182,
410,
7798,
1526,
12,
3767,
1769,
3639,
7867,
907,
756,
21,
273,
312,
67,
5185,
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,
1071,
918,
1842,
1358,
426,
2938,
329,
1435,
288,
3639,
312,
67,
3915,
749,
809,
18,
542,
907,
1182,
410,
7798,
1526,
12,
3767,
1769,
3639,
7867,
907,
756,
21,
273,
312,
67,
5185,
18,
... |
public TransactionTimer(SIPServerTransaction myTransaction) { this.myTransaction = myTransaction; this.sipStack = myTransaction.sipStack; } | public TransactionTimer() { if (sipStack.logWriter.isLoggingEnabled()) { sipStack.logWriter.logDebug("TransactionTimer() : " + getTransactionId()); } } | public TransactionTimer(SIPServerTransaction myTransaction) { this.myTransaction = myTransaction; this.sipStack = myTransaction.sipStack; } | 7607 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7607/d3bce65e49e71ee7df15bd72fd338535d4501bc1/SIPServerTransaction.java/clean/trunk/src/gov/nist/javax/sip/stack/SIPServerTransaction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
5947,
6777,
12,
17739,
2081,
3342,
3399,
3342,
13,
288,
5411,
333,
18,
4811,
3342,
273,
3399,
3342,
31,
5411,
333,
18,
28477,
2624,
273,
3399,
3342,
18,
28477,
2624,
31,
3639,
289,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
5947,
6777,
12,
17739,
2081,
3342,
3399,
3342,
13,
288,
5411,
333,
18,
4811,
3342,
273,
3399,
3342,
31,
5411,
333,
18,
28477,
2624,
273,
3399,
3342,
18,
28477,
2624,
31,
3639,
289,
... |
Query query = new Query(nutchConf); | Query query = new Query(conf); | public void testProhibitedTerm() throws Exception { Query query = new Query(nutchConf); query.addProhibitedTerm("bobo"); testQuery(query, "-bobo"); } | 46828 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46828/25437bc825d50715dcc9a289a1b4c8fbbc6aced1/TestQuery.java/buggy/src/test/org/apache/nutch/searcher/TestQuery.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1842,
626,
29993,
4065,
1435,
1216,
1185,
288,
565,
2770,
843,
273,
394,
2770,
12,
3923,
1769,
565,
843,
18,
1289,
626,
29993,
4065,
2932,
70,
947,
83,
8863,
565,
1842,
1138,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1842,
626,
29993,
4065,
1435,
1216,
1185,
288,
565,
2770,
843,
273,
394,
2770,
12,
3923,
1769,
565,
843,
18,
1289,
626,
29993,
4065,
2932,
70,
947,
83,
8863,
565,
1842,
1138,
... |
throw new PainterException("wrong arguments"); | throw new PainterException("length: wrong arguments"); | protected HashMap constructSystemDict() { HashMap systemDict = new HashMap(); // newpath systemDict.put("newpath", new PACommand() { public void execute(PAContext context) throws PainterException { context.pencil.newpath(); } }); // moveto systemDict.put("moveto", new PACommand() { ... | 6653 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6653/08b9cb86387ddf1aef04a5e5fe9279f80315eadf/PAContext.java/clean/src/com/lowagie/text/pdf/codec/postscript/PAContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
4317,
4872,
3163,
5014,
1435,
288,
565,
4317,
2619,
5014,
273,
394,
4317,
5621,
565,
368,
25094,
565,
2619,
5014,
18,
458,
2932,
2704,
803,
3113,
394,
15662,
2189,
1435,
288,
1377,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4317,
4872,
3163,
5014,
1435,
288,
565,
4317,
2619,
5014,
273,
394,
4317,
5621,
565,
368,
25094,
565,
2619,
5014,
18,
458,
2932,
2704,
803,
3113,
394,
15662,
2189,
1435,
288,
1377,
... |
sink.addTestSuite(documentimportnode03.class); | public static Test suite() { TestSuite sink= new TestSuite(); // sink.addTestSuite(attrgetownerelement01.class); sink.addTestSuite(attrgetownerelement02.class); sink.addTestSuite(attrgetownerelement03.class); // sink.addTestSuite(attrgetownerelement04.class); sink.addTestSuite(attrgetow... | 3520 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3520/854ef5fea27ea8024096ec221835d8f83deb7308/ibmtests.java/buggy/v2/test/src/dom/detailed/w3c/ibmtests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
7766,
11371,
1435,
288,
4202,
7766,
13587,
9049,
33,
394,
7766,
13587,
5621,
377,
368,
9049,
18,
1289,
4709,
13587,
12,
1747,
588,
8443,
2956,
1611,
18,
1106,
1769,
1377,
9049,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
7766,
11371,
1435,
288,
4202,
7766,
13587,
9049,
33,
394,
7766,
13587,
5621,
377,
368,
9049,
18,
1289,
4709,
13587,
12,
1747,
588,
8443,
2956,
1611,
18,
1106,
1769,
1377,
9049,
... | |
logger.finer(sessionEvent.toString()); | Log.debug(sessionEvent.toString()); | public void chatMessageReceived(SessionChatEvent sessionEvent) { logger.finer(sessionEvent.toString()); try { Message message = new Message(); message.setTo(gatewaySession.getSessionJID()); message.setBody(sessionEvent.getMessage()); message.setFrom(this.gat... | 51636 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51636/9965e1e02a95a3353ab10a1b613fc995ce3f666c/YahooSessionListener.java/clean/src/plugins/gateway/src/java/org/jivesoftware/wildfire/gateway/protocols/yahoo/YahooSessionListener.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
7916,
1079,
8872,
12,
2157,
14163,
1133,
1339,
1133,
13,
288,
3639,
1827,
18,
4148,
12,
3184,
1133,
18,
10492,
10663,
3639,
775,
288,
5411,
2350,
883,
273,
394,
2350,
5621,
541... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7916,
1079,
8872,
12,
2157,
14163,
1133,
1339,
1133,
13,
288,
3639,
1827,
18,
4148,
12,
3184,
1133,
18,
10492,
10663,
3639,
775,
288,
5411,
2350,
883,
273,
394,
2350,
5621,
541... |
public void deregisterWebWindow( final WebWindow webWindow ) { Assert.notNull("webWindow", webWindow); webWindows_.remove(webWindow); if( currentWindow_ == webWindow ) { if( webWindows_.size() == 0 ) { // Create a new one - we always have to have at least one w... | 47843 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47843/bdaea4b93aa2ca0057c7896bcb492d723586caf6/WebClient.java/clean/htmlunit/src/java/com/gargoylesoftware/htmlunit/WebClient.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
24310,
4079,
3829,
12,
727,
2999,
3829,
3311,
3829,
262,
288,
3639,
5452,
18,
902,
2041,
2932,
4875,
3829,
3113,
3311,
3829,
1769,
3639,
3311,
10399,
27799,
4479,
12,
4875,
3829,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
24310,
4079,
3829,
12,
727,
2999,
3829,
3311,
3829,
262,
288,
3639,
5452,
18,
902,
2041,
2932,
4875,
3829,
3113,
3311,
3829,
1769,
3639,
3311,
10399,
27799,
4479,
12,
4875,
3829,... | ||
stringBuffer.append(",activeWorkbenchWindow="); stringBuffer.append(activeWorkbenchWindow); | public String toString() { if (string == null) { final StringBuffer stringBuffer = new StringBuffer(); stringBuffer.append("[activeWorkbenchSite="); //$NON-NLS-1$ stringBuffer.append(activeWorkbenchSite); stringBuffer.append(",activeWorkbenchWindow="); //$NON-NLS-1... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/664efbbd6fd6dba5c4d118b10afe31ab34b6890a/EnabledSubmission.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/contexts/EnabledSubmission.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1762,
1435,
288,
3639,
309,
261,
1080,
422,
446,
13,
288,
5411,
727,
6674,
533,
1892,
273,
394,
6674,
5621,
5411,
533,
1892,
18,
6923,
2932,
63,
3535,
2421,
22144,
4956,
1546,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1762,
1435,
288,
3639,
309,
261,
1080,
422,
446,
13,
288,
5411,
727,
6674,
533,
1892,
273,
394,
6674,
5621,
5411,
533,
1892,
18,
6923,
2932,
63,
3535,
2421,
22144,
4956,
1546,
... | |
if (name.equals("_")) { return 0; } else if (name.equals("~")) { return 1; | if (name != null) { if (name.equals("_")) { return 0; } else if (name.equals("~")) { return 1; } | public int registerLocal(String name) { if (localNames == null) { localNames = new ArrayList(); localNames.add("_"); localNames.add("~"); if (name.equals("_")) { return 0; } else if (name.equals("~")) { return 1; ... | 49687 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49687/580f3017bb64fb7c2bf269b73a8f918801c19963/LocalNamesElement.java/buggy/src/org/jruby/parser/LocalNamesElement.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
1744,
2042,
12,
780,
508,
13,
288,
3639,
309,
261,
3729,
1557,
422,
446,
13,
288,
5411,
1191,
1557,
273,
394,
2407,
5621,
5411,
1191,
1557,
18,
1289,
2932,
67,
8863,
5411,
11... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
1744,
2042,
12,
780,
508,
13,
288,
3639,
309,
261,
3729,
1557,
422,
446,
13,
288,
5411,
1191,
1557,
273,
394,
2407,
5621,
5411,
1191,
1557,
18,
1289,
2932,
67,
8863,
5411,
11... |
Token xsp; while (true) { xsp = jj_scanpos; if (jj_3R_288()) { jj_scanpos = xsp; break; } | } } } } } } } } } } | final private boolean jj_3R_225() { if (jj_3R_248()) return true; Token xsp; while (true) { xsp = jj_scanpos; if (jj_3R_288()) { jj_scanpos = xsp; break; } } return false; } | 41673 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/41673/30dbed0065b5a20aa4e60ae16f7a8e47197c4cee/JavaParser.java/clean/pmd/src/net/sourceforge/pmd/ast/JavaParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
3238,
1250,
10684,
67,
23,
54,
67,
22,
2947,
1435,
288,
565,
309,
261,
78,
78,
67,
23,
54,
67,
3247,
28,
10756,
327,
638,
31,
565,
3155,
619,
1752,
31,
565,
1323,
261,
3767,
13... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
3238,
1250,
10684,
67,
23,
54,
67,
22,
2947,
1435,
288,
565,
309,
261,
78,
78,
67,
23,
54,
67,
3247,
28,
10756,
327,
638,
31,
565,
3155,
619,
1752,
31,
565,
1323,
261,
3767,
13... |
private String subPrompt() throws EOFException, UnsupportedEncodingException, IOException { return Readline.readline("% ", historyOn); } | private String subPrompt() throws EOFException, UnsupportedEncodingException, IOException { return Readline.readline("% ", historyOn); } | private String subPrompt() throws EOFException, UnsupportedEncodingException, IOException { return Readline.readline("% ", historyOn); } | 2000 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2000/1bb374fdc19d6902ec83ac710293297de1e6cb6a/MartShell.java/buggy/src/java/org/ensembl/mart/shell/MartShell.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
514,
720,
15967,
1435,
1216,
30051,
16,
15367,
16,
1860,
288,
202,
202,
2463,
2720,
1369,
18,
896,
1369,
27188,
3104,
4927,
1398,
1769,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
514,
720,
15967,
1435,
1216,
30051,
16,
15367,
16,
1860,
288,
202,
202,
2463,
2720,
1369,
18,
896,
1369,
27188,
3104,
4927,
1398,
1769,
202,
97,
2,
-100,
-100,
-100,
-100,
-100... |
return RubyString.newString(input.getRuntime(), input.unmarshalString()); | RubyString result = RubyString.newString(input.getRuntime(), input.unmarshalString()); input.register(result); return result; | public static RubyString unmarshalFrom(UnmarshalStream input) throws java.io.IOException { return RubyString.newString(input.getRuntime(), input.unmarshalString()); } | 1060 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1060/9db4d278a734c4fdfd9a83ed95575a45577f1e1b/RubyString.java/clean/org/jruby/RubyString.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
19817,
780,
11401,
1265,
12,
9593,
1228,
810,
13,
1216,
2252,
18,
1594,
18,
14106,
288,
202,
202,
2463,
19817,
780,
18,
2704,
780,
12,
2630,
18,
588,
5576,
9334,
810,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
19817,
780,
11401,
1265,
12,
9593,
1228,
810,
13,
1216,
2252,
18,
1594,
18,
14106,
288,
202,
202,
2463,
19817,
780,
18,
2704,
780,
12,
2630,
18,
588,
5576,
9334,
810,
18,... |
public static void prepareWebArchive(String webAppsDir, String warFile) throws Exception, IOException { String webModule = warFile; if (webModule.indexOf("/") != -1) webModule = webModule.substring(webModule.lastIndexOf("/") + 1); if (webModule.indexOf(dirDelim) != -1) ... | 51810 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51810/00086a1ad6a1efd1fb392a944b4ca282a135942c/Deploy.java/buggy/portal/src/java/org/apache/pluto/portalImpl/Deploy.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2911,
4079,
7465,
12,
780,
3311,
16339,
1621,
16,
514,
21983,
812,
13,
3639,
1216,
1185,
16,
1860,
288,
3639,
514,
3311,
3120,
273,
21983,
812,
31,
3639,
309,
261,
4875,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2911,
4079,
7465,
12,
780,
3311,
16339,
1621,
16,
514,
21983,
812,
13,
3639,
1216,
1185,
16,
1860,
288,
3639,
514,
3311,
3120,
273,
21983,
812,
31,
3639,
309,
261,
4875,
... | ||
public Object invokeMethod(final Method method, final Object[] args, final Object[] implementations) | public Object invokeMethod(final JavaMethod method, final Object[] args, final Object[] implementations) | public Object invokeMethod(final Method method, final Object[] args, final Object[] implementations) throws IllegalAccessException, InvocationTargetException { for (final Object implementation : implementations) { if (!((Boolean)method.invoke(implementation, args))) { return Bool... | 56598 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56598/54db96a7e7eb53da6fe993c656f312cdf31aaaa7/ModelMergerImpl.java/buggy/dom/impl/src/com/intellij/util/xml/ModelMergerImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
1071,
1033,
27632,
12,
6385,
5110,
1305,
707,
16,
727,
1033,
8526,
833,
16,
727,
1033,
8526,
16164,
13,
3639,
1216,
11900,
16,
15342,
288,
3639,
364,
261,
6385,
1033,
4471,
294,
16164,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1033,
27632,
12,
6385,
5110,
1305,
707,
16,
727,
1033,
8526,
833,
16,
727,
1033,
8526,
16164,
13,
3639,
1216,
11900,
16,
15342,
288,
3639,
364,
261,
6385,
1033,
4471,
294,
16164,
1... |
return get(agentConfig, oids)[0]; | return get(snmpAgentConfig, oids)[0]; | public SnmpValue get(SnmpAgentConfig agentConfig, SnmpObjId oid) { SnmpObjId[] oids = { oid }; return get(agentConfig, oids)[0]; } | 48885 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48885/c7fb1c0267a7b284c70383a68c91521d57e9172c/JoeSnmpStrategy.java/clean/src/services/org/opennms/netmgt/snmp/joesnmp/JoeSnmpStrategy.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
18961,
1291,
620,
336,
12,
10461,
1291,
3630,
809,
4040,
809,
16,
18961,
1291,
2675,
548,
7764,
13,
288,
3639,
18961,
1291,
2675,
548,
8526,
26629,
273,
288,
7764,
289,
31,
3639,
32... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
18961,
1291,
620,
336,
12,
10461,
1291,
3630,
809,
4040,
809,
16,
18961,
1291,
2675,
548,
7764,
13,
288,
3639,
18961,
1291,
2675,
548,
8526,
26629,
273,
288,
7764,
289,
31,
3639,
32... |
if (undoContext == null) | if (undoContext == null) { | boolean shouldBeEnabled() { // make sure a context is set. If a part doesn't provide // a context, then we should not enable. if (undoContext == null) return false; return getHistory().canRedo(undoContext); } | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/fa4a8cff0e027f8d3c6b1fcb92b30f46767dd191/RedoActionHandler.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/RedoActionHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6494,
1410,
1919,
1526,
1435,
288,
202,
202,
759,
1221,
3071,
279,
819,
353,
444,
18,
971,
279,
1087,
3302,
1404,
5615,
202,
202,
759,
279,
819,
16,
1508,
732,
1410,
486,
4237,
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,
6494,
1410,
1919,
1526,
1435,
288,
202,
202,
759,
1221,
3071,
279,
819,
353,
444,
18,
971,
279,
1087,
3302,
1404,
5615,
202,
202,
759,
279,
819,
16,
1508,
732,
1410,
486,
4237,
18,... |
StringBuffer buf = new StringBuffer(20 * list.size()); buf.append(((InternetHeader) list.get(0)).getValue()); for (int i = 1; i < list.size(); i++) { buf.append(delimiter); buf.append(((InternetHeader) list.get(i)).getValue()); | String[] result = new String[headers.size()]; for (int i = 0; i < headers.size(); i++) { InternetHeader header = (InternetHeader) headers.get(i); result[i] = header.getValue(); | public String getHeader(String name, String delimiter) { List list = getHeaderList(name); if (list == null) { return null; } else if (list.isEmpty()) { return ""; } else if (list.size() == 1) { return ((InternetHeader) list.get(0)).getValue(); } el... | 8608 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8608/0db1885ee852e3f39071d525c709c04b4278c38d/InternetHeaders.java/buggy/geronimo-spec-javamail/src/main/java/javax/mail/internet/InternetHeaders.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
7911,
12,
780,
508,
16,
514,
5654,
13,
288,
3639,
987,
666,
273,
7911,
682,
12,
529,
1769,
3639,
309,
261,
1098,
422,
446,
13,
288,
5411,
327,
446,
31,
3639,
289,
469,
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,
514,
7911,
12,
780,
508,
16,
514,
5654,
13,
288,
3639,
987,
666,
273,
7911,
682,
12,
529,
1769,
3639,
309,
261,
1098,
422,
446,
13,
288,
5411,
327,
446,
31,
3639,
289,
469,
309,... |
case 407 : if (DEBUG) { System.out.println("MultiplicativeExpression ::= MultiplicativeExpression..."); } | case 408 : if (DEBUG) { System.out.println("MultiplicativeExpression ::= MultiplicativeExpression..."); } | protected void consumeRule(int act) { switch ( act ) { case 27 : if (DEBUG) { System.out.println("Type ::= PrimitiveType"); } //$NON-NLS-1$ consumePrimitiveType(); break; case 41 : if (DEBUG) { System.out.println("ReferenceType ::= ClassOrInterfaceType"); } //$NON-NLS-1$ consumeReferenceType(); ... | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/836fef68856b7e7f6b208deb388901eeda69de4b/Parser.java/buggy/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
918,
7865,
2175,
12,
474,
1328,
13,
288,
225,
1620,
261,
1328,
262,
288,
565,
648,
12732,
294,
309,
261,
9394,
13,
288,
2332,
18,
659,
18,
8222,
2932,
559,
493,
33,
14488,
559,
8863,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
918,
7865,
2175,
12,
474,
1328,
13,
288,
225,
1620,
261,
1328,
262,
288,
565,
648,
12732,
294,
309,
261,
9394,
13,
288,
2332,
18,
659,
18,
8222,
2932,
559,
493,
33,
14488,
559,
8863,
... |
{ int codePoint; String strVal; | { int codePoint; String strVal; | private void parseEXCSAT() throws DRDAProtocolException { int codePoint; String strVal; // There are three kinds of EXCSAT's we might get. // 1) Initial Exchange attributes. // For this we need to initialize the apprequester. // Session state is set to ATTEXC and then the AR must // follow up with ACC... | 56322 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56322/9ab36fe5be3632bbd1703a025618a585f0db4a57/DRDAConnThread.java/buggy/java/drda/org/apache/derby/impl/drda/DRDAConnThread.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1109,
2294,
4596,
789,
1435,
1216,
16801,
9793,
5752,
503,
202,
95,
202,
202,
474,
18614,
31,
202,
202,
780,
609,
3053,
31,
202,
202,
759,
6149,
854,
8925,
21961,
434,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1109,
2294,
4596,
789,
1435,
1216,
16801,
9793,
5752,
503,
202,
95,
202,
202,
474,
18614,
31,
202,
202,
780,
609,
3053,
31,
202,
202,
759,
6149,
854,
8925,
21961,
434,
5... |
return this.realInputStream.read (data, offset, length); | return this.realInputStream.read (); | public int read (byte[] data, int offset, int length) throws IOException { if (this.readDataFromBlock) { if (this.blockDataPosition + length > this.blockDataBytes) { int remain = this.blockDataBytes - this.blockDataPosition; if (remain != 0) { System.arraycopy (this.blockData, this.blockData... | 5916 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5916/07fea4789bd395e94460b94cceac2e1f925dd607/ObjectInputStream.java/buggy/libjava/java/io/ObjectInputStream.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
855,
261,
7229,
8526,
501,
16,
509,
1384,
16,
509,
769,
13,
1216,
1860,
225,
288,
565,
309,
261,
2211,
18,
896,
751,
1265,
1768,
13,
1377,
288,
202,
430,
261,
2211,
18,
262... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
509,
855,
261,
7229,
8526,
501,
16,
509,
1384,
16,
509,
769,
13,
1216,
1860,
225,
288,
565,
309,
261,
2211,
18,
896,
751,
1265,
1768,
13,
1377,
288,
202,
430,
261,
2211,
18,
262... |
cssDictionary.put( Style.FONT_SIZE_PROP, | cssDictionary.put( IStyleModel.FONT_SIZE_PROP, | private static void populateCSSDictionary( ) { cssDictionary.put( Style.BACKGROUND_ATTACHMENT_PROP, DesignSchemaConstants.BACKGROUND_ATTACHMENT_ATTRIB ); cssDictionary.put( Style.BACKGROUND_COLOR_PROP, DesignSchemaConstants.BACKGROUND_COLOR_ATTRIB ); cssDictionary.put( Style.BACKGROUND_IMAGE_PROP, DesignSc... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/d802c33711e0d111551ae23575895cd060f085b6/Style.java/clean/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/Style.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
918,
6490,
10276,
10905,
12,
262,
202,
95,
202,
202,
5212,
10905,
18,
458,
12,
9767,
18,
8720,
20166,
67,
789,
9833,
1792,
3212,
67,
15811,
16,
9506,
202,
15478,
3078,
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,
760,
918,
6490,
10276,
10905,
12,
262,
202,
95,
202,
202,
5212,
10905,
18,
458,
12,
9767,
18,
8720,
20166,
67,
789,
9833,
1792,
3212,
67,
15811,
16,
9506,
202,
15478,
3078,
2... |
IEntryResult[] methodrefresults = ind.queryEntries(IIndexConstants.METHOD_REF); | IEntryResult[] methodrefresults = ind.queryEntries(IndexerOutput.METHOD_REF); | public void testRefs() throws Exception{ //Add a new file to the project importFile("reftest.cpp","resources/indexer/reftest.cpp"); //$NON-NLS-1$ //$NON-NLS-2$ //Make sure project got added to index IPath testProjectPath = testProject.getFullPath(); IIndex ind = sourceIndexer.getIndex(testProject... | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/cf1d5bf0d12520585deffeb5e217fc8ff5159112/SourceIndexerTests.java/buggy/core/org.eclipse.cdt.core.tests/indexer/org/eclipse/cdt/core/indexer/tests/SourceIndexerTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1842,
9837,
1435,
1216,
1185,
95,
1082,
225,
368,
986,
279,
394,
585,
358,
326,
1984,
1082,
225,
1930,
812,
2932,
266,
1222,
395,
18,
4057,
84,
15937,
4683,
19,
24541,
19,
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,
282,
1071,
918,
1842,
9837,
1435,
1216,
1185,
95,
1082,
225,
368,
986,
279,
394,
585,
358,
326,
1984,
1082,
225,
1930,
812,
2932,
266,
1222,
395,
18,
4057,
84,
15937,
4683,
19,
24541,
19,
26... |
if (GlobalInputStream.isMoreRecentThan(f)) | if (GlobalInputStream.isMoreRecentThan(file)) | public void print(PrintWriter _ps) { try { // only generate class files for explicitly // defined sequence types, i.e. for typedef'd ones if ((!written) && typedefd) { // write holder file String fullName = full_name(); ... | 46355 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46355/1fa4fca3642e870636f7373973e37568c93c654b/SequenceType.java/clean/src/org/jacorb/idl/SequenceType.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1172,
12,
5108,
2289,
389,
1121,
13,
565,
288,
3639,
775,
3639,
288,
5411,
368,
1338,
2103,
667,
1390,
364,
8122,
5411,
368,
2553,
3102,
1953,
16,
277,
18,
73,
18,
364,
618,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1172,
12,
5108,
2289,
389,
1121,
13,
565,
288,
3639,
775,
3639,
288,
5411,
368,
1338,
2103,
667,
1390,
364,
8122,
5411,
368,
2553,
3102,
1953,
16,
277,
18,
73,
18,
364,
618,
... |
{ | { | private void sendReadinessParameters(PlanServiceContext psc, PrintStream out) { Iterator itSet, itDOs; int ii, jj, kk; // Get the readiness assessment HashMap sendData = getAssetAV3s (psc); if (sendData == null) { sendData = getRollUpData(psc); if (sendData == null) { out.... | 7171 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7171/66cbbfcc24b4b0ed473ee80cfd37d73e7e78f870/PSP_ReadinessAssessor.java/clean/glm/src/org/cougaar/domain/mlm/ui/readiness/PSP_ReadinessAssessor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1366,
1994,
6336,
2402,
12,
5365,
1179,
1042,
293,
1017,
16,
21677,
596,
13,
202,
95,
565,
4498,
518,
694,
16,
518,
3191,
87,
31,
565,
509,
6072,
16,
10684,
16,
17654,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1366,
1994,
6336,
2402,
12,
5365,
1179,
1042,
293,
1017,
16,
21677,
596,
13,
202,
95,
565,
4498,
518,
694,
16,
518,
3191,
87,
31,
565,
509,
6072,
16,
10684,
16,
17654,
... |
diskFile.close(); incomingData.close(); } catch (Exception e) { System.out .println("Error receiving file in BINARY format for STOR"); System.out.println(e); return; } | diskFile.close(); incomingData.close(); | public void storI(File saveFile, String fileName, boolean append) { BufferedInputStream incomingData = null; BufferedOutputStream diskFile = null; int byt = -1; Socket dataSocket = getDataConnection(); output("150 Opening BINARY mode data connection to receive " + fileName); ... | 46419 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46419/a457f8cb2a16bdeabc16fbe1278f38ef45783f6e/FtpConnection.java/buggy/src/org/carion/s3ftp/FtpConnection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
19705,
45,
12,
812,
1923,
812,
16,
514,
3968,
16,
1250,
714,
13,
288,
3639,
24742,
6935,
751,
273,
446,
31,
3639,
28649,
4234,
812,
273,
446,
31,
3639,
509,
635,
88,
273,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
19705,
45,
12,
812,
1923,
812,
16,
514,
3968,
16,
1250,
714,
13,
288,
3639,
24742,
6935,
751,
273,
446,
31,
3639,
28649,
4234,
812,
273,
446,
31,
3639,
509,
635,
88,
273,
3... |
if (fNormalizeData) { if (fUnionType) { if (augs != null) fDocumentHandler.characters(fEmptyXMLStr, augs); } else { fDocumentHandler.characters(fNormalizedStr, augs); } } else { | if (fNormalizeData && fUnionType) { if (augs != null) fDocumentHandler.characters(fEmptyXMLStr, augs); } else { | public void characters(XMLString text, Augmentations augs) throws XNIException { handleCharacters(text); // call handlers if (fDocumentHandler != null) { if (fNormalizeData) { if (fUnionType) { // for union types we can't normalize data ... | 4434 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4434/b23bcf2a5319b4bb0551e9f81757dd617a044fb0/XMLSchemaValidator.java/clean/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3949,
12,
4201,
780,
977,
16,
432,
14870,
1012,
279,
9024,
13,
1216,
1139,
50,
45,
503,
288,
3639,
1640,
11600,
12,
955,
1769,
3639,
368,
745,
4919,
3639,
309,
261,
74,
2519,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3949,
12,
4201,
780,
977,
16,
432,
14870,
1012,
279,
9024,
13,
1216,
1139,
50,
45,
503,
288,
3639,
1640,
11600,
12,
955,
1769,
3639,
368,
745,
4919,
3639,
309,
261,
74,
2519,... |
RepositoryIndexSearcher repoSearcher = factory.createPomRepositoryIndexSearcher( indexer ); Query qry = new SinglePhraseQuery( PomRepositoryIndex.FLD_ID, PomRepositoryIndex.POM_TYPE + pom.getId() ); | RepositoryIndexSearcher repoSearcher = factory.createDefaultRepositoryIndexSearcher( indexer ); Query qry = new SinglePhraseQuery( PomRepositoryIndex.FLD_ID, PomRepositoryIndex.POM + pom.getId() ); | public void testDeletePomDocument() throws Exception { createTestIndex(); RepositoryIndexingFactory factory = (RepositoryIndexingFactory) lookup( RepositoryIndexingFactory.ROLE ); PomRepositoryIndex indexer = factory.createPomRepositoryIndex( indexPath, repository ); Model pom ... | 28441 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/28441/b06ee5cab37ea8091419fd4d369457271ce9c12f/PomRepositoryIndexingTest.java/buggy/maven-repository-indexer/src/test/java/org/apache/maven/repository/indexing/PomRepositoryIndexingTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
2613,
52,
362,
2519,
1435,
3639,
1216,
1185,
565,
288,
3639,
752,
4709,
1016,
5621,
3639,
6281,
24465,
1733,
3272,
273,
261,
3305,
24465,
1733,
13,
3689,
12,
6281,
24465,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2613,
52,
362,
2519,
1435,
3639,
1216,
1185,
565,
288,
3639,
752,
4709,
1016,
5621,
3639,
6281,
24465,
1733,
3272,
273,
261,
3305,
24465,
1733,
13,
3689,
12,
6281,
24465,
... |
} else if ( dpct == DataPointComponentType.PERCENTILE_ORTHOGONAL_VALUE_LITERAL ) { | public final ISeriesRenderingHints getSeriesRenderingHints( SeriesDefinition sdOrthogonal, Series seOrthogonal ) throws ChartException, IllegalArgumentException { if ( seOrthogonal == null || seOrthogonal.getClass( ) == SeriesImpl.class ) { // EMPTY PLOT RENDERING TECHNIQUE return null; } OneAxis oaxOrt... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/65c7a4aef75a07b56d9cec83d077f59629977738/PlotWith2DAxes.java/clean/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
467,
6485,
14261,
13368,
336,
6485,
14261,
13368,
12,
1082,
202,
6485,
1852,
8349,
1162,
451,
28396,
16,
9225,
695,
1162,
451,
28396,
262,
1082,
202,
15069,
14804,
503,
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,
225,
202,
482,
727,
467,
6485,
14261,
13368,
336,
6485,
14261,
13368,
12,
1082,
202,
6485,
1852,
8349,
1162,
451,
28396,
16,
9225,
695,
1162,
451,
28396,
262,
1082,
202,
15069,
14804,
503,
16,
... | |
public org.quickfix.field.SolicitedFlag getSolicitedFlag() throws FieldNotFound { org.quickfix.field.SolicitedFlag value = new org.quickfix.field.SolicitedFlag(); | public quickfix.field.SolicitedFlag getSolicitedFlag() throws FieldNotFound { quickfix.field.SolicitedFlag value = new quickfix.field.SolicitedFlag(); | public org.quickfix.field.SolicitedFlag getSolicitedFlag() throws FieldNotFound { org.quickfix.field.SolicitedFlag value = new org.quickfix.field.SolicitedFlag(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/OrderCancelReplaceRequest.java/buggy/src/java/src/quickfix/fix43/OrderCancelReplaceRequest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
55,
1415,
16261,
4678,
1322,
1415,
16261,
4678,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
55,
1415,
16261,
4678,
460,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
55,
1415,
16261,
4678,
1322,
1415,
16261,
4678,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
55,
1415,
16261,
4678,
460,... |
String dest = constant ? "constant" : "class variable"; | String dest = constant ? "constant" : "class variable"; | protected void setAv(RubyId id, RubyObject value, boolean constant) { String dest = constant ? "constant" : "class variable"; if (!isTaint() && getRuby().getSecurityLevel() >= 4) { throw new RubySecurityException(getRuby(), "Insecure: can't set " + dest); } if (isFrozen()) { throw new RubyFrozenException(getRu... | 50661 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50661/0a7181933af700ea8025a4197f3a5ebcc08333c3/RubyModule.java/buggy/org/jruby/RubyModule.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
444,
3769,
12,
54,
10340,
548,
612,
16,
19817,
921,
460,
16,
1250,
5381,
13,
288,
202,
202,
780,
1570,
273,
5381,
692,
315,
14384,
6,
294,
315,
1106,
2190,
14432,
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,
918,
444,
3769,
12,
54,
10340,
548,
612,
16,
19817,
921,
460,
16,
1250,
5381,
13,
288,
202,
202,
780,
1570,
273,
5381,
692,
315,
14384,
6,
294,
315,
1106,
2190,
14432,
202,
... |
else if( windowName.equals("_parent") ) { window = opener.getParentWindow(); windowName = ""; | else if( windowToOpen.equals("_parent") ) { webWindow = opener.getParentWindow(); windowToOpen = ""; | private WebWindow openTargetWindow( final WebWindow opener, String windowName, String defaultName ) { Assert.notNull("opener", opener); Assert.notNull("defaultName", defaultName); if( windowName == null || windowName.length() == 0 ) { windowName = defaultName; } ... | 3508 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3508/bfbb9e2a2e54bf7040308f5f0b4fd744c80370c8/WebClient.java/clean/htmlunit/src/java/com/gargoylesoftware/htmlunit/WebClient.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
2999,
3829,
1696,
2326,
3829,
12,
727,
2999,
3829,
20532,
16,
3639,
514,
2742,
461,
16,
514,
805,
461,
262,
288,
3639,
5452,
18,
902,
2041,
2932,
25098,
3113,
20532,
1769,
3639,
545... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3829,
1696,
2326,
3829,
12,
727,
2999,
3829,
20532,
16,
3639,
514,
2742,
461,
16,
514,
805,
461,
262,
288,
3639,
5452,
18,
902,
2041,
2932,
25098,
3113,
20532,
1769,
3639,
545... |
updateRunnableQueue.resumeExecution(); | resume(); | public void manageUpdates(final ImageRenderer r) { updateRunnableQueue.preemptLater(new Runnable() { public void run() { synchronized (UpdateManager.this) { running = true; updateTracker = new UpdateTracker(); ... | 46680 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46680/6cc5a61ef36c52d789980a155601bb84dd6c06d5/UpdateManager.java/clean/sources/org/apache/batik/bridge/UpdateManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
10680,
5121,
12,
6385,
3421,
6747,
436,
13,
288,
3639,
1089,
20013,
3183,
18,
1484,
5744,
20607,
12,
2704,
10254,
1435,
288,
7734,
1071,
918,
1086,
1435,
288,
10792,
3852,
261,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
10680,
5121,
12,
6385,
3421,
6747,
436,
13,
288,
3639,
1089,
20013,
3183,
18,
1484,
5744,
20607,
12,
2704,
10254,
1435,
288,
7734,
1071,
918,
1086,
1435,
288,
10792,
3852,
261,
... |
Channel channel = getChannel(); if (channel != null && channel instanceof SelectableChannel) { try { ((SelectableChannel)channel).configureBlocking(block); } catch (IOException e) { throw getRuntime().newIOError(e.getMessage()); } } | if(!(handler instanceof IOHandlerNio)) { throw getRuntime().newNotImplementedError("FCNTL only works with Nio based handlers"); } try { ((IOHandlerNio) handler).setBlocking(block); } catch (IOException e) { throw getRuntime().newIOError(e.getMessage()); } | public IRubyObject fcntl(IRubyObject cmd, IRubyObject arg) throws IOException { long realCmd = cmd.convertToInteger().getLongValue(); // Fixme: Arg may also be true, false, and nil and still be valid. Strangely enough, // protocol conversion is not happening in Ruby on this arg? ... | 48300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48300/404fdac0a79f1b57c3fb97914fbafb91618ca119/RubyIO.java/clean/src/org/jruby/RubyIO.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15908,
10340,
921,
30894,
12,
7937,
10340,
921,
1797,
16,
15908,
10340,
921,
1501,
13,
1216,
1860,
288,
3639,
1525,
2863,
5931,
273,
1797,
18,
6283,
774,
4522,
7675,
588,
3708,
620,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
15908,
10340,
921,
30894,
12,
7937,
10340,
921,
1797,
16,
15908,
10340,
921,
1501,
13,
1216,
1860,
288,
3639,
1525,
2863,
5931,
273,
1797,
18,
6283,
774,
4522,
7675,
588,
3708,
620,
... |
protected Integer getProfessorShipId(HttpServletRequest request, DynaActionForm actionForm, IUserView userView, Integer executionCourseId) throws FenixServiceException { Integer professorShipId = null; if (request.getParameter("byTeacher") != null && request.getParameter("byTeacher").length... | 2645 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2645/532b9d5d6ec03e6058efc4199415a3e0a33d6bd2/SummaryManagerAction.java/clean/src/ServidorApresentacao/Action/teacher/SummaryManagerAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
4522,
588,
27012,
403,
280,
26358,
548,
12,
2940,
18572,
2293,
16,
10419,
69,
1803,
1204,
1128,
1204,
16,
45,
1299,
1767,
1355,
1767,
16,
4522,
16414,
39,
3117,
548,
13,
15069,
42,
275,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
4522,
588,
27012,
403,
280,
26358,
548,
12,
2940,
18572,
2293,
16,
10419,
69,
1803,
1204,
1128,
1204,
16,
45,
1299,
1767,
1355,
1767,
16,
4522,
16414,
39,
3117,
548,
13,
15069,
42,
275,
... | ||
} | } | protected void readHeader() { String id = ""; for (int i = 0; i < 6; i++) { id += (char) read(); } if (!id.startsWith("GIF")) { status = STATUS_FORMAT_ERROR; return; } readLSD(); if (gctFlag && !err()) { gct = readColorTabl... | 6965 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6965/38deb5a3770dd936982e996839c13f192aaf5f29/GifDecoder.java/buggy/Ajax/src/com/zimbra/ajax/imagemerge/GifDecoder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
855,
1864,
1435,
288,
3639,
514,
612,
273,
1408,
31,
3639,
364,
261,
474,
277,
273,
374,
31,
277,
411,
1666,
31,
277,
27245,
288,
5411,
612,
1011,
261,
3001,
13,
855,
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,
4750,
918,
855,
1864,
1435,
288,
3639,
514,
612,
273,
1408,
31,
3639,
364,
261,
474,
277,
273,
374,
31,
277,
411,
1666,
31,
277,
27245,
288,
5411,
612,
1011,
261,
3001,
13,
855,
5621,
... |
in = parent.getResource("TargetPanel.dir.unix"); | in = parentFrame.getResource("TargetPanel.dir.unix"); | public void loadDefaultDir() { BufferedReader br = null; try { String os = System.getProperty("os.name"); InputStream in = null; if (os.regionMatches(true, 0, "windows", 0, 7)) in = parent.getResource("TargetPanel.dir.windows"); else if (os.regionMatches(true, 0, "mac os x", 0, 8)... | 54145 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54145/08ecc635ba8049aeb419722893f373a4a7f99a77/TargetPanel.java/clean/src/lib/com/izforge/izpack/panels/TargetPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1262,
1868,
1621,
1435,
225,
288,
565,
10633,
5186,
273,
446,
31,
565,
775,
565,
288,
1377,
514,
1140,
273,
2332,
18,
588,
1396,
2932,
538,
18,
529,
8863,
1377,
5037,
316,
27... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1262,
1868,
1621,
1435,
225,
288,
565,
10633,
5186,
273,
446,
31,
565,
775,
565,
288,
1377,
514,
1140,
273,
2332,
18,
588,
1396,
2932,
538,
18,
529,
8863,
1377,
5037,
316,
27... |
if (c2 == 'e') curToken = OP_LEQ; else if (c2 == 't') curToken = OP_LSS; | if (c2 == 'e') curToken = OP_LE; else if (c2 == 't') curToken = OP_LT; | int peekOperator() throws java.io.IOException, SyntaxException { while (curToken == EOL_TOKEN) { if (nesting == 0) return EOL_TOKEN; getRawToken(); } if (curToken == NCNAME_TOKEN) { int len = tokenBufferLength; char c1, c2, c3; switch (len) { case 2: ... | 41089 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/41089/a49073f28e6abf096614ea5875106f6c12604ca5/XQParser.java/buggy/gnu/xquery/lang/XQParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
509,
8032,
5592,
1435,
1377,
1216,
2252,
18,
1594,
18,
14106,
16,
11517,
503,
225,
288,
565,
1323,
261,
1397,
1345,
422,
19995,
67,
8412,
13,
1377,
288,
202,
430,
261,
82,
10100,
422,
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,
282,
509,
8032,
5592,
1435,
1377,
1216,
2252,
18,
1594,
18,
14106,
16,
11517,
503,
225,
288,
565,
1323,
261,
1397,
1345,
422,
19995,
67,
8412,
13,
1377,
288,
202,
430,
261,
82,
10100,
422,
3... |
if(args.length != 2 + firstArg) { System.err.println( "Usage: java MetaGenerator [-debug] [-test] " + "<XML model file> <output directory>"); System.exit(2); } | if(args.length != 2 + firstArg) { System.err.println( "Usage: java MetaGenerator [-debug] [-test] " + "<XML model file> <output directory>"); System.exit(2); } | public static void main(String[] args) { int firstArg = 0; boolean testMode = false; if (firstArg < args.length && args[firstArg].equals("-debug")) { System.err.println("MetaGenerator pausing for debugging. " + "Attach your debugger " + "and press return."); try { System.in.read(); firs... | 51263 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51263/b5b5168edc3af09cb74945a80b0c36e6630ed502/MetaGenerator.java/clean/src/main/mondrian/xom/MetaGenerator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
2774,
12,
780,
8526,
833,
13,
202,
95,
202,
202,
474,
1122,
4117,
273,
374,
31,
202,
202,
6494,
1842,
2309,
273,
629,
31,
202,
202,
430,
261,
3645,
4117,
411,
833,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
2774,
12,
780,
8526,
833,
13,
202,
95,
202,
202,
474,
1122,
4117,
273,
374,
31,
202,
202,
6494,
1842,
2309,
273,
629,
31,
202,
202,
430,
261,
3645,
4117,
411,
833,... |
} catch ( IOException e ) { log.log( Level.WARNING, "Error copying resources {0} to platform.", e ); | catch ( IOException e ) { log.log( Level.WARNING, "Error copying resources {0} to platform.", e ); } | private void copyResources( String resourcePath, String platform ) { Set paths = context.getResourcePaths( resourcePath ); for ( Iterator it = paths.iterator( ); it.hasNext( ); ) { String path = (String) it.next( ); File newFile = new File( platform, path.substring( RESOURCE_BASE .length( ) ) ); if ( path... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/b954e94d3e77241981eabba93277c656d140c5e0/PlatformServletContext.java/buggy/core/org.eclipse.birt.core/src/org/eclipse/birt/core/framework/PlatformServletContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1610,
3805,
12,
514,
15467,
16,
514,
4072,
262,
202,
95,
202,
202,
694,
2953,
273,
819,
18,
588,
1420,
4466,
12,
15467,
11272,
202,
202,
1884,
261,
4498,
518,
273,
2953,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1610,
3805,
12,
514,
15467,
16,
514,
4072,
262,
202,
95,
202,
202,
694,
2953,
273,
819,
18,
588,
1420,
4466,
12,
15467,
11272,
202,
202,
1884,
261,
4498,
518,
273,
2953,... |
private AnAction processActionElement(Element element, final ClassLoader loader, PluginId pluginId) { final Application app = ApplicationManager.getApplication(); final IdeaPluginDescriptor plugin = app.getPlugin(pluginId); @NonNls final String resBundleName = plugin != null ? plugin.getResourceBundleBaseNam... | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/4972de74093751aa507c641e7a852c8feb15d5e3/ActionManagerImpl.java/clean/action-system/impl/com/intellij/openapi/actionSystem/impl/ActionManagerImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
1922,
1803,
1207,
1803,
1046,
12,
1046,
930,
16,
727,
9403,
4088,
16,
6258,
548,
1909,
548,
13,
288,
6385,
4257,
595,
273,
4257,
1318,
18,
588,
3208,
5621,
6385,
23062,
69,
3773,
3187,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1922,
1803,
1207,
1803,
1046,
12,
1046,
930,
16,
727,
9403,
4088,
16,
6258,
548,
1909,
548,
13,
288,
6385,
4257,
595,
273,
4257,
1318,
18,
588,
3208,
5621,
6385,
23062,
69,
3773,
3187,
... | ||
private static Color getColor(String s) | private static Color getColor(String colorName) | private static Color getColor(String s) { String s2 = (String)colorMap.get(s.toLowerCase()); if( s2 == null ) s2 = s; try { return Color.decode(s2); } catch(NumberFormatException nfe) { return null; } } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/53983e95556bf4b775130b06570aa2ea08d85628/CharacterAttributeTranslator.java/clean/core/src/classpath/gnu/gnu/javax/swing/text/html/CharacterAttributeTranslator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
5563,
15672,
12,
780,
2036,
461,
13,
225,
288,
565,
514,
272,
22,
273,
261,
780,
13,
3266,
863,
18,
588,
12,
87,
18,
869,
5630,
10663,
565,
309,
12,
272,
22,
422,
446,
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,
282,
3238,
760,
5563,
15672,
12,
780,
2036,
461,
13,
225,
288,
565,
514,
272,
22,
273,
261,
780,
13,
3266,
863,
18,
588,
12,
87,
18,
869,
5630,
10663,
565,
309,
12,
272,
22,
422,
446,
26... |
for (; isIdentifierChar(c); c = support.read()) { token.append(c); } support.unread(); list.add(new GlobalVarNode(token.getPosition(), token.getToken())); token.newToken(support.getPosition()); return true; case '@' : token.append(c); c = support.read(); if (c == '@') { token.append(c); c = support.read(); } for (; isI... | for (; isIdentifierChar(c); c = support.read()) { token.append(c); } support.unread(); list.add(new GlobalVarNode(token.getPosition(), token.getToken())); token.newToken(support.getPosition()); return true; case '@' : token.append(c); c = support.read(); if (c == '@') { token.append(c); c = support.read(); } for (; isI... | private boolean parseExpressionString(IListNode list, char closeQuote, StringToken token) throws EOFException { char c = support.read(); switch (c) { case '$' : case '@' : case '{' : break; default : token.append('#'); support.unread(); return false; } if (token.getLength() > 0) { ... | 49687 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49687/af104711597d4d5b2089320e2517b95b8df14492/RubyYaccLexer.java/buggy/org/jruby/lexer/yacc/RubyYaccLexer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1152,
1250,
30838,
780,
12,
45,
682,
907,
666,
16,
1149,
1746,
10257,
16,
514,
1345,
1147,
13,
1216,
30051,
288,
1082,
202,
3001,
276,
273,
2865,
18,
896,
5621,
1082,
202,
9610,
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,
3196,
202,
1152,
1250,
30838,
780,
12,
45,
682,
907,
666,
16,
1149,
1746,
10257,
16,
514,
1345,
1147,
13,
1216,
30051,
288,
1082,
202,
3001,
276,
273,
2865,
18,
896,
5621,
1082,
202,
9610,
2... |
DirectoryMojo mojo = (DirectoryMojo) lookupMojo( "directory", resource.getPath() ); | DirectoryMojo mojo = (DirectoryMojo) lookupMojo( "directory", pluginConfigFile.getAbsolutePath() ); | private void testDependencyMapping( String pluginConfig, List requiredDependencies ) throws Exception { ClassLoader cloader = Thread.currentThread().getContextClassLoader(); String pluginConfigResource = "basicAbstractAssemblyMojoFeaturesTest/" + pluginConfig; URL resource = ... | 51807 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51807/9bbf4a5e4ef6893d3bcab1dd542c87f5327b02dc/BasicAbstractAssemblyMojoFeaturesTest.java/clean/maven-assembly-plugin/src/test/java/org/apache/maven/plugin/assembly/BasicAbstractAssemblyMojoFeaturesTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1842,
7787,
3233,
12,
514,
1909,
809,
16,
987,
1931,
8053,
262,
1216,
1185,
565,
288,
3639,
9403,
276,
6714,
273,
4884,
18,
2972,
3830,
7675,
29120,
7805,
5621,
7734,
514,
1909... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1842,
7787,
3233,
12,
514,
1909,
809,
16,
987,
1931,
8053,
262,
1216,
1185,
565,
288,
3639,
9403,
276,
6714,
273,
4884,
18,
2972,
3830,
7675,
29120,
7805,
5621,
7734,
514,
1909... |
Blockette1000 b1000 = (Blockette1000)allBs[0]; | Blockette1000 b1000 = (Blockette1000)allBs[0]; | protected DataRecord readDataRecord(DataHeader header) throws IOException, SeedFormatException { Assert.isTrue(header.getDataBlocketteOffset()>= header.getSize(), "Offset to first blockette must be larger than the header size"); byte[] garbage = new byte[header.getDataBlocketteOffset()- ... | 52623 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52623/77c8cda668e90df6b4ea1146b770db148d0a4a7a/MiniSeedRead.java/buggy/src/edu/sc/seis/fissuresUtil/mseed/MiniSeedRead.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1910,
2115,
20913,
2115,
12,
751,
1864,
1446,
13,
565,
1216,
1860,
16,
28065,
9291,
288,
565,
5452,
18,
291,
5510,
12,
3374,
18,
588,
751,
1768,
7637,
2335,
1435,
34,
33,
1446,
18... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1910,
2115,
20913,
2115,
12,
751,
1864,
1446,
13,
565,
1216,
1860,
16,
28065,
9291,
288,
565,
5452,
18,
291,
5510,
12,
3374,
18,
588,
751,
1768,
7637,
2335,
1435,
34,
33,
1446,
18... |
((RubyString)args[1]).cat(buf); ret = args[1]; | ret = args[1].convertToString(); ((RubyString)ret).setValue(buf); | public IRubyObject read(IRubyObject[] args) { String buf = null; if (!(pos >= internal.length() || eof)) { if (args.length > 0 && !args[0].isNil()) { int end = ((int)pos) + RubyNumeric.fix2int(args[0]); if (end > internal.length()) { buf = in... | 1060 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1060/ea4e25f1262c817873877b14c2a82825f1420dd0/RubyStringIO.java/clean/src/org/jruby/RubyStringIO.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15908,
10340,
921,
855,
12,
7937,
10340,
921,
8526,
833,
13,
288,
3639,
514,
1681,
273,
446,
31,
3639,
309,
16051,
12,
917,
1545,
2713,
18,
2469,
1435,
747,
14813,
3719,
288,
5411,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
15908,
10340,
921,
855,
12,
7937,
10340,
921,
8526,
833,
13,
288,
3639,
514,
1681,
273,
446,
31,
3639,
309,
16051,
12,
917,
1545,
2713,
18,
2469,
1435,
747,
14813,
3719,
288,
5411,
... |
public Object fastpath(int fnid, boolean resulttype, FastpathArg[] args) throws SQLException { // added Oct 7 1998 to give us thread safety synchronized (stream) { // send the function call try { // 70 is 'F' in ASCII. Note: don't use SendChar() here as it adds padding // that confuses the backend. The ... | 45454 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45454/ef7d7910745cf2812007668138eaaf0a8e1d8d99/Fastpath.java/buggy/src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1033,
14469,
12,
474,
2295,
350,
16,
1250,
563,
723,
16,
9545,
803,
4117,
8526,
833,
13,
1216,
6483,
202,
95,
202,
202,
759,
3096,
29482,
2371,
23673,
28,
358,
8492,
584,
2650... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1033,
14469,
12,
474,
2295,
350,
16,
1250,
563,
723,
16,
9545,
803,
4117,
8526,
833,
13,
1216,
6483,
202,
95,
202,
202,
759,
3096,
29482,
2371,
23673,
28,
358,
8492,
584,
2650... | ||
public ClientPutDir(SimpleFieldSet fs, FCPClient client) throws PersistenceParseException, IOException { super(fs, client); SimpleFieldSet files = fs.subset("Files"); defaultName = fs.get("DefaultName"); int fileCount = 0; long size = 0; Vector v = new Vector(); for(int i=0;;i++) { String num = Integer.toString(i); Si... | public ClientPutDir(FCPConnectionHandler handler, ClientPutDirMessage message, HashMap manifestElements) throws IdentifierCollisionException { super(message.uri, message.identifier, message.verbosity, handler, message.priorityClass, message.persistenceType, message.clientToken, message.global, message.getCHKOnly, messa... | public ClientPutDir(SimpleFieldSet fs, FCPClient client) throws PersistenceParseException, IOException { super(fs, client); SimpleFieldSet files = fs.subset("Files"); defaultName = fs.get("DefaultName"); // Flattened for disk, sort out afterwards int fileCount = 0; long size = 0; Vector v = new Vector(); for(i... | 8026 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8026/022b3b641f81edc10e6026a8efd1ca7217d42d0c/ClientPutDir.java/buggy/src/freenet/node/fcp/ClientPutDir.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2445,
6426,
1621,
12,
5784,
974,
694,
2662,
16,
478,
4258,
1227,
1004,
13,
1216,
13381,
13047,
16,
1860,
288,
202,
202,
9565,
12,
2556,
16,
1004,
1769,
202,
202,
5784,
974,
69... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2445,
6426,
1621,
12,
5784,
974,
694,
2662,
16,
478,
4258,
1227,
1004,
13,
1216,
13381,
13047,
16,
1860,
288,
202,
202,
9565,
12,
2556,
16,
1004,
1769,
202,
202,
5784,
974,
69... |
if (selectionService == null || originalSelection == null) | if (selectionService == null || originalSelection == null) { | private IStructuredSelection convertToResources( IStructuredSelection originalSelection) { Object selectionService = PlatformUI.getWorkbench().getService( ISelectionConversionService.class); if (selectionService == null || originalSelection == null) return StructuredSelection.EMPTY; return ((ISelectionConver... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/fa4a8cff0e027f8d3c6b1fcb92b30f46767dd191/WorkbenchWizardElement.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchWizardElement.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
467,
30733,
6233,
8137,
3805,
12,
1082,
202,
45,
30733,
6233,
2282,
6233,
13,
288,
202,
202,
921,
4421,
1179,
273,
11810,
5370,
18,
588,
2421,
22144,
7675,
588,
1179,
12,
9506,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
467,
30733,
6233,
8137,
3805,
12,
1082,
202,
45,
30733,
6233,
2282,
6233,
13,
288,
202,
202,
921,
4421,
1179,
273,
11810,
5370,
18,
588,
2421,
22144,
7675,
588,
1179,
12,
9506,... |
BufferedInputStream bin = (BufferedInputStream) in; if (bin.pos > 0) bin.pos--; | next_c = read(); next_ch = (char) (next_c & 0xFF); if ((next_ch != '\n') && (next_c >= 0)) { BufferedInputStream bin = (BufferedInputStream) in; if (bin.pos > 0) bin.pos--; } | public final String readLine() throws IOException { StringBuffer strb = new StringBuffer(); while (true) { int c = read(); if (c < 0) // got an EOF return strb.length() > 0 ? strb.toString() : null; char ch = (char) c; if ((ch &= 0xFF) == '\n') break; if (ch == '\r') { // FIXME: The following co... | 13625 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13625/b05ff674e18d58060e4a787690c02125d76d015b/DataInputStream.java/buggy/libjava/java/io/DataInputStream.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
727,
514,
12273,
1435,
1216,
1860,
225,
288,
565,
6674,
609,
70,
273,
394,
6674,
5621,
565,
1323,
261,
3767,
13,
1377,
288,
202,
474,
276,
273,
855,
5621,
202,
430,
261,
71,
411,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
727,
514,
12273,
1435,
1216,
1860,
225,
288,
565,
6674,
609,
70,
273,
394,
6674,
5621,
565,
1323,
261,
3767,
13,
1377,
288,
202,
474,
276,
273,
855,
5621,
202,
430,
261,
71,
411,
... |
tuple[9] = "2".getBytes(); | tuple[9] = encoding.encode("2"); | public java.sql.ResultSet getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException { Vector v = new Vector(); // The new ResultSet tuple stuff Field f[] = new Field[18]; // The field descriptors for the new ResultSet f[0] = new Field(connection, "TABL... | 52628 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52628/f9d3ed65c43e04c595b097a59d4d1c4542d82794/AbstractJdbc1DatabaseMetaData.java/clean/src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2252,
18,
4669,
18,
13198,
14226,
12,
780,
6222,
16,
514,
1963,
3234,
16,
514,
4775,
3234,
16,
514,
7578,
3234,
13,
1216,
6483,
202,
95,
202,
202,
5018,
331,
273,
394,
5589,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2252,
18,
4669,
18,
13198,
14226,
12,
780,
6222,
16,
514,
1963,
3234,
16,
514,
4775,
3234,
16,
514,
7578,
3234,
13,
1216,
6483,
202,
95,
202,
202,
5018,
331,
273,
394,
5589,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.