rem stringlengths 1 226k | add stringlengths 0 227k | context stringlengths 6 326k | meta stringlengths 143 403 | input_ids listlengths 256 256 | attention_mask listlengths 256 256 | labels listlengths 128 128 |
|---|---|---|---|---|---|---|
try { theGroup.add(ProActive.newActive(classeName, leParam, leNode)); ((org.objectweb.proactive.core.group.ProxyForGroup)theGroup).decrementTheWaitedCreation(); } catch (Exception e) { e.printStackTrace(); } } | try { theGroup.add(ProActive.newActive(classeName, leParam, leNode)); ((org.objectweb.proactive.core.group.ProxyForGroup) theGroup).decrementWaitedAndNotifyAll(); } catch (Exception e) { e.printStackTrace(); } } | public void run() { try { theGroup.add(ProActive.newActive(classeName, leParam, leNode)); ((org.objectweb.proactive.core.group.ProxyForGroup)theGroup).decrementTheWaitedCreation(); } catch (Exception e) { e.printStackTrace(); } ... | 50951 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50951/b5b6b2bb6ded96a8d2ca2db6f12836cec349b290/ProxyForGroup.java/clean/src/org/objectweb/proactive/core/group/ProxyForGroup.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
1086,
1435,
288,
5411,
775,
288,
7734,
326,
1114,
18,
1289,
12,
626,
3896,
18,
2704,
3896,
12,
830,
345,
307,
461,
16,
884,
786,
16,
884,
907,
10019,
7734,
14015,
3341,
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,
540,
1071,
918,
1086,
1435,
288,
5411,
775,
288,
7734,
326,
1114,
18,
1289,
12,
626,
3896,
18,
2704,
3896,
12,
830,
345,
307,
461,
16,
884,
786,
16,
884,
907,
10019,
7734,
14015,
3341,
18,
... |
if (loc.y >= endY) | if (loc.y >= endY) { | private UIJob getSlideJob(){ UIJob slideJob = new UIJob("Sliding Message") { //$NON-NLS-1$ public IStatus runInUIThread(IProgressMonitor monitor) { if(!monitor.isCanceled() && !control.isDisposed()){ Point loc = control.getLocation(); switch (getAnimationState()) { case OPENING: loc.y--; if... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/229fa3ff73e62189c51c61c3f11fc1aafcd37f5f/WorkbenchControlAnimator.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchControlAnimator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
6484,
2278,
1322,
8130,
2278,
1435,
95,
202,
202,
5370,
2278,
12701,
2278,
273,
394,
6484,
2278,
2932,
3738,
10415,
2350,
7923,
288,
4329,
3993,
17,
5106,
17,
21,
8,
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,
1152,
6484,
2278,
1322,
8130,
2278,
1435,
95,
202,
202,
5370,
2278,
12701,
2278,
273,
394,
6484,
2278,
2932,
3738,
10415,
2350,
7923,
288,
4329,
3993,
17,
5106,
17,
21,
8,
1082,
202,... |
return (VmMethod)Unsafe.getObject(sf, getMethodOffset(sf)); | final Object obj = Unsafe.getObject(sf, getMethodOffset(sf)); if (obj instanceof VmMethod) { return (VmMethod)obj; } else if (obj == null) { return null; } else { Unsafe.debug("Method on stacktrace is not instanceof VmMethod but "); Unsafe.debug(obj.getClass().getName()); Unsafe.die("Fatal stack error"); return null; }... | final VmMethod getMethod(Address sf) { return (VmMethod)Unsafe.getObject(sf, getMethodOffset(sf)); } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/5fd2b1e0180cda24cafbd8288788f03fd5464c0f/VmStackReader.java/buggy/core/src/core/org/jnode/vm/VmStackReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6385,
776,
81,
1305,
6272,
12,
1887,
9033,
13,
288,
202,
202,
2463,
261,
22143,
1305,
13,
23912,
18,
588,
921,
12,
21668,
16,
6272,
2335,
12,
21668,
10019,
202,
97,
2,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6385,
776,
81,
1305,
6272,
12,
1887,
9033,
13,
288,
202,
202,
2463,
261,
22143,
1305,
13,
23912,
18,
588,
921,
12,
21668,
16,
6272,
2335,
12,
21668,
10019,
202,
97,
2,
-100,
-100,
... |
indent = 1; | indent = true; | private int yylex() { int c; int space_seen = 0; kwtable kw; retry : for (;;) { switch (c = nextc()) { case '\0' : // NUL case '\004' : // ^D case '\032' : // ^Z case -1 : //end of script. return 0;... | 47134 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47134/d31a76ee29d5978a9bec41e3ac9134cee024bcab/DefaultRubyScanner.java/buggy/org/jruby/parser/DefaultRubyScanner.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
509,
677,
1362,
92,
1435,
288,
3639,
509,
276,
31,
3639,
509,
3476,
67,
15156,
273,
374,
31,
3639,
5323,
2121,
5323,
31,
3639,
3300,
294,
364,
261,
25708,
13,
288,
5411,
1620,
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,
3238,
509,
677,
1362,
92,
1435,
288,
3639,
509,
276,
31,
3639,
509,
3476,
67,
15156,
273,
374,
31,
3639,
5323,
2121,
5323,
31,
3639,
3300,
294,
364,
261,
25708,
13,
288,
5411,
1620,
261... |
DefaultViewNode documentNode = new ApplicationViewNode("document",contentNode); | DefaultViewNode documentNode = new DefaultViewNode("document",contentNode); | public void initializeStandardViews(ViewHandler handler){ setApplicationRoot(iwma,handler); DefaultViewNode builderNode = new ApplicationViewNode("builder",getWorkspaceRoot()); DefaultViewNode contentNode = new ApplicationViewNode("content",getWorkspaceRoot()); contentNode.setJspUri("/idegaweb/bundles/com.id... | 52727 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52727/ab336fe7d2721be8c0ff289af8340b43dcd3d75b/ViewManager.java/buggy/src/java/com/idega/faces/view/ViewManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
4046,
8336,
9959,
12,
1767,
1503,
1838,
15329,
9506,
202,
542,
3208,
2375,
12,
22315,
2540,
16,
4176,
1769,
9506,
202,
1868,
1767,
907,
2089,
907,
273,
394,
4257,
1767,
907... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4046,
8336,
9959,
12,
1767,
1503,
1838,
15329,
9506,
202,
542,
3208,
2375,
12,
22315,
2540,
16,
4176,
1769,
9506,
202,
1868,
1767,
907,
2089,
907,
273,
394,
4257,
1767,
907... |
mLog.debug("\t\tWrote "+(int)toRead+" bytes with checksum "+check.getValue()); | mLog.debug("\tWriting file: \""+files[i]+"\" len="+fileLen); | public synchronized void backupIndex(OutputStream out) throws IOException { flush(); // make sure all writes are complete. // TODO - steal Lucene's much more efficient primitive-types-to-binary-file code and use that, instead of the ObjectOutputStream... ObjectOutputStream outStr = new Objec... | 6965 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6965/9f6861227b0f9808a28547edf4255cb279354a1d/MailboxIndex.java/buggy/ZimbraServer/src/java/com/zimbra/cs/index/MailboxIndex.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3852,
918,
5114,
1016,
12,
4632,
596,
13,
1216,
1860,
565,
288,
3639,
3663,
5621,
368,
1221,
3071,
777,
7262,
854,
3912,
18,
3639,
368,
2660,
300,
18654,
287,
511,
14152,
1807,
9816... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3852,
918,
5114,
1016,
12,
4632,
596,
13,
1216,
1860,
565,
288,
3639,
3663,
5621,
368,
1221,
3071,
777,
7262,
854,
3912,
18,
3639,
368,
2660,
300,
18654,
287,
511,
14152,
1807,
9816... |
if ( element instanceof TableRow ) if ( element.getContainer( ) instanceof GroupElement ) element = element.getContainer( ); | public void end( ) throws SAXException { // only when the row is in the Group. if ( element.getContainer( ) instanceof GroupElement ) { // special case to delegate the property value to its container. element = element.getContainer( ); super.end( ); } } | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/029da3d34dd6074fefd6e97b8f8f0d1826f7d18a/CompatiblePageBreakPropState.java/buggy/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/CompatiblePageBreakPropState.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
282,
309,
261,
930,
1276,
3555,
1999,
262,
309,
261,
930,
18,
588,
2170,
12,
262,
1276,
3756,
1046,
262,
930,
273,
930,
18,
588,
2170,
12,
11272,
918,
282,
309,
261,
930,
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,
282,
309,
261,
930,
1276,
3555,
1999,
262,
309,
261,
930,
18,
588,
2170,
12,
262,
1276,
3756,
1046,
262,
930,
273,
930,
18,
588,
2170,
12,
11272,
918,
282,
309,
261,
930,
12... | |
pq.addNode(new DefaultPersistentHeapNode(-5, new DefaultPersistentKey(-5))); | pq.addNode(new DefaultHeapNode<Integer, Integer>(65, 65)); System.out.println("ADD " + 65); System.out.println(pq); pq.addNode(new DefaultHeapNode<Integer, Integer>(-5, -5)); System.out.println("ADD " + (-5)); System.out.println(pq); | public static void main(String[] args) { PersistentHeap pq = new PersistentHeap("pqtest", 372, 372 * 3, new DefaultPersistentHeapNode(5, new DefaultPersistentKey(5))); pq.addNode(new DefaultPersistentHeapNode(7, new DefaultPersistentKey(7)));// System.out.println(7);// System.out.println(pq); pq.addNod... | 5508 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5508/17e0a555a410337c1b14a8bebe3bd4840afbdfb7/PersistentHeap.java/buggy/src/de/lmu/ifi/dbs/utilities/heap/PersistentHeap.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
2774,
12,
780,
8526,
833,
13,
288,
565,
11049,
15648,
14619,
273,
394,
11049,
15648,
2932,
84,
85,
3813,
3113,
890,
9060,
16,
890,
9060,
380,
890,
16,
394,
2989,
11906,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
2774,
12,
780,
8526,
833,
13,
288,
565,
11049,
15648,
14619,
273,
394,
11049,
15648,
2932,
84,
85,
3813,
3113,
890,
9060,
16,
890,
9060,
380,
890,
16,
394,
2989,
11906,
... |
Thread thread = new Thread(handlers[looper], "nioWriteHandlerThread"); | Thread thread = new Thread(tg, handlers[looper], "nioWriteHandlerThread"); | private static WriteHandler[] create(int workerThreads) { WriteHandler[] handlers = new WriteHandler[workerThreads]; for (int looper = 0; looper < workerThreads; looper++) { handlers[looper] = new WriteHandler(); Thread thread = new Thread(handlers[looper], "nioW... | 51463 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51463/820cff78bb2b2f435c6dccaa33a34c8147be04f6/ConnectionTableNIO.java/clean/src/org/jgroups/blocks/ConnectionTableNIO.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
3238,
760,
2598,
1503,
8526,
752,
12,
474,
4322,
13233,
13,
1377,
288,
540,
2598,
1503,
8526,
4919,
273,
394,
2598,
1503,
63,
10124,
13233,
15533,
540,
364,
261,
474,
437,
4063,
273,
374... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
3238,
760,
2598,
1503,
8526,
752,
12,
474,
4322,
13233,
13,
1377,
288,
540,
2598,
1503,
8526,
4919,
273,
394,
2598,
1503,
63,
10124,
13233,
15533,
540,
364,
261,
474,
437,
4063,
273,
374... |
public CallbackMethod(Callback callback) { | public CallbackMethod(Callback callback, Visibility visibility) { super(visibility); | public CallbackMethod(Callback callback) { this.callback = callback; } | 46217 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46217/f05423516c2d1bfe54c4363eedb9654f7cfb6898/CallbackMethod.java/buggy/org/jruby/internal/runtime/methods/CallbackMethod.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
8444,
1305,
12,
2428,
1348,
16,
27791,
9478,
13,
288,
2240,
12,
14422,
1769,
3639,
333,
18,
3394,
273,
1348,
31,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
8444,
1305,
12,
2428,
1348,
16,
27791,
9478,
13,
288,
2240,
12,
14422,
1769,
3639,
333,
18,
3394,
273,
1348,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
catch (IOException e) | catch ( IOException e ) | protected void execute() throws ArchiverException, IOException { TarInputStream tis = null; try { getLogger().info( "Expanding: " + getSourceFile() + " into " + getDestDirectory() ); tis = new TarInputStream( compression.decompress( getSourceFile(), n... | 55907 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55907/4da7a225ba9c01ca94805923e06e3fb2d46bf201/TarUnArchiver.java/buggy/plexus-archiver/src/main/java/org/codehaus/plexus/archiver/tar/TarUnArchiver.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1836,
1435,
1216,
16959,
1667,
503,
16,
1860,
565,
288,
3639,
20334,
4348,
268,
291,
273,
446,
31,
3639,
775,
3639,
288,
5411,
7156,
7675,
1376,
12,
315,
12271,
310,
30,
315,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1836,
1435,
1216,
16959,
1667,
503,
16,
1860,
565,
288,
3639,
20334,
4348,
268,
291,
273,
446,
31,
3639,
775,
3639,
288,
5411,
7156,
7675,
1376,
12,
315,
12271,
310,
30,
315,
... |
System.out.println("struct link { int i; int j; struct link * next} *"); parser.parse("struct link { int i; int j; struct link * next} *"); | System.out.println("struct link { int i; int j; struct link * next} *"); parser.parse("struct link { int i; int j; struct link * next} *"); | public static void main(String[] args) { GDBTypeParser parser = new GDBTypeParser(); System.out.println("struct link { int i; int j; struct link * next} *"); parser.parse("struct link { int i; int j; struct link * next} *"); System.out.println(parser.getGDBType().verbose()); System.out.println("char **argv"); pa... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/f3a9fae6384fd8bb36474b1661bb6d0b65b38d5f/GDBTypeParser.java/buggy/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
2774,
12,
780,
8526,
833,
13,
288,
202,
202,
43,
2290,
559,
2678,
2082,
273,
394,
611,
2290,
559,
2678,
5621,
202,
202,
3163,
18,
659,
18,
8222,
2932,
1697,
1692,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
288,
202,
202,
43,
2290,
559,
2678,
2082,
273,
394,
611,
2290,
559,
2678,
5621,
202,
202,
3163,
18,
659,
18,
8222,
2932,
1697,
1692,
... |
private MavenProject processProjectLogic( String pomLocation, MavenProject project, List remoteRepositories, List externalProfiles ) | private MavenProject processProjectLogic( String pomLocation, MavenProject project, List remoteRepositories, ProfileManager profileMgr ) | private MavenProject processProjectLogic( String pomLocation, MavenProject project, List remoteRepositories, List externalProfiles ) throws ProjectBuildingException, ModelInterpolationException { Model model = project.getModel(); String key = crea... | 50542 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50542/fe5a91b0d626193d59db343dd9d5e582d0ef289b/DefaultMavenProjectBuilder.java/clean/maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
17176,
4109,
1207,
4109,
20556,
12,
514,
21400,
2735,
16,
17176,
4109,
1984,
16,
987,
2632,
18429,
16,
4766,
2868,
987,
3903,
12450,
262,
3639,
1216,
5420,
16713,
503,
16,
3164,
15665... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
17176,
4109,
1207,
4109,
20556,
12,
514,
21400,
2735,
16,
17176,
4109,
1984,
16,
987,
2632,
18429,
16,
4766,
2868,
987,
3903,
12450,
262,
3639,
1216,
5420,
16713,
503,
16,
3164,
15665... |
if ((protoProp instanceof Scriptable) && (protoProp != Undefined.instance)) { try { protoProp = ((FlattenedObject)protoProp).getObject(); return ScriptRuntime.jsDelegatesTo(instance, (Scriptable)protoProp); } catch (ClassCastException e) { } | if (protoProp instanceof FlattenedObject) { protoProp = ((FlattenedObject)protoProp).getObject(); if (protoProp != Undefined.instance) return ScriptRuntime.jsDelegatesTo(instance, (Scriptable)protoProp); | public boolean hasInstance(Scriptable instance) { FlattenedObject flat = new FlattenedObject(this); Object protoProp = flat.getProperty("prototype"); if ((protoProp instanceof Scriptable) && (protoProp != Undefined.instance)) { try { protoProp =... | 12904 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12904/33535e3b14b3b19bde53f39af1ce0c3a20a5e4a4/NativeFunction.java/buggy/js/rhino/src/org/mozilla/javascript/NativeFunction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
711,
1442,
12,
3651,
429,
791,
13,
288,
3639,
24226,
23016,
3569,
273,
394,
24226,
23016,
12,
2211,
1769,
3639,
1033,
3760,
4658,
273,
3569,
18,
588,
1396,
2932,
18541,
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,
377,
1071,
1250,
711,
1442,
12,
3651,
429,
791,
13,
288,
3639,
24226,
23016,
3569,
273,
394,
24226,
23016,
12,
2211,
1769,
3639,
1033,
3760,
4658,
273,
3569,
18,
588,
1396,
2932,
18541,
8863,
... |
J2EEModuleCreationOperationOld createProjectCreationOperation(J2EEModuleCreationDataModelOld dataModel); | J2EEComponentCreationOperation createProjectCreationOperation(J2EEComponentCreationDataModel dataModel); | J2EEModuleCreationOperationOld createProjectCreationOperation(J2EEModuleCreationDataModelOld dataModel); | 8196 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8196/6341dfb449367626e401b6a9953dd664eaa3def4/EarModuleExtension.java/clean/plugins/org.eclipse.jst.j2ee/earproject/org/eclipse/jst/j2ee/internal/moduleextension/EarModuleExtension.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
46,
22,
9383,
3120,
9906,
2988,
7617,
752,
4109,
9906,
2988,
12,
46,
22,
9383,
3120,
9906,
26349,
7617,
27600,
1769,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
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,
46,
22,
9383,
3120,
9906,
2988,
7617,
752,
4109,
9906,
2988,
12,
46,
22,
9383,
3120,
9906,
26349,
7617,
27600,
1769,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
String result = null; if (part != null && part instanceof IWorkbenchPart2) { IWorkbenchPart2 part2 = (IWorkbenchPart2)part; result = part2.getContentDescription(); } if (contentDescription != null) { result = contentDescription; } return Util.safeString(result); | return Util.safeString(contentDescription); | public String getContentDescription() { String result = null; if (part != null && part instanceof IWorkbenchPart2) { IWorkbenchPart2 part2 = (IWorkbenchPart2)part; result = part2.getContentDescription(); } if (contentDescription != null) { result = contentDescription; } return Util.safeString(result)... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/de079ab96737361d5d75a0187a9cf4701530d4cc/WorkbenchPartReference.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
5154,
3291,
1435,
288,
202,
202,
780,
563,
273,
446,
31,
9506,
202,
430,
261,
2680,
480,
446,
597,
1087,
1276,
467,
2421,
22144,
1988,
22,
13,
288,
1082,
202,
45,
2421,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
5154,
3291,
1435,
288,
202,
202,
780,
563,
273,
446,
31,
9506,
202,
430,
261,
2680,
480,
446,
597,
1087,
1276,
467,
2421,
22144,
1988,
22,
13,
288,
1082,
202,
45,
2421,
... |
result = 4; | return 4; | public static int getConversionWeight(Object fromObj, Class to) { int fromCode = getJSTypeCode(fromObj); int result = CONVERSION_NONE; switch (fromCode) { case JSTYPE_UNDEFINED: if (to == ScriptRuntime.StringClass || to == ScriptRuntime.ObjectClass) { ... | 19042 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19042/11eddf0c611b2537267e99835d22096964c80528/NativeJavaObject.java/buggy/src/org/mozilla/javascript/NativeJavaObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
509,
336,
6814,
6544,
12,
921,
628,
2675,
16,
1659,
358,
13,
288,
3639,
509,
628,
1085,
273,
30257,
15460,
12,
2080,
2675,
1769,
3639,
509,
563,
273,
3492,
5757,
67,
9826,
31... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
509,
336,
6814,
6544,
12,
921,
628,
2675,
16,
1659,
358,
13,
288,
3639,
509,
628,
1085,
273,
30257,
15460,
12,
2080,
2675,
1769,
3639,
509,
563,
273,
3492,
5757,
67,
9826,
31... |
public BackingStoreHashtable( TransactionController tc, RowSource row_source, int[] key_column_numbers, boolean remove_duplicates, long estimated_rowcnt, long max_inmemory_rowcnt, int initialCapacity, float ... | private BackingStoreHashtable(){} | public BackingStoreHashtable( TransactionController tc, RowSource row_source, int[] key_column_numbers, boolean remove_duplicates, long estimated_rowcnt, long max_inmemory_rowcnt, int ini... | 56322 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56322/aaea35714b16a9df552eb9d0d624d9404763f92e/BackingStoreHashtable.java/clean/java/engine/org/apache/derby/iapi/store/access/BackingStoreHashtable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4297,
310,
2257,
5582,
14544,
12,
565,
5947,
2933,
282,
1715,
16,
565,
6556,
1830,
9079,
1027,
67,
3168,
16,
565,
509,
8526,
10402,
498,
67,
2827,
67,
13851,
16,
565,
1250,
1171,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4297,
310,
2257,
5582,
14544,
12,
565,
5947,
2933,
282,
1715,
16,
565,
6556,
1830,
9079,
1027,
67,
3168,
16,
565,
509,
8526,
10402,
498,
67,
2827,
67,
13851,
16,
565,
1250,
1171,
... |
getPrefix(), getSuffix())); | CACHED_PNG_PREFIX, CACHED_PNG_SUFFIX)); | public CachedImageHandlerPNGEncoder(String imageDir, String urlRoot) throws SVGGraphics2DIOException { super(imageDir, urlRoot); setImageCacher(new ImageCacher.External(imageDir, getPrefix(), getSuffix... | 46680 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46680/1262a064d5862c02af115350829e8eef6c64787a/CachedImageHandlerPNGEncoder.java/clean/sources/org/apache/batik/svggen/CachedImageHandlerPNGEncoder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15771,
2040,
1503,
23092,
7204,
12,
780,
1316,
1621,
16,
514,
880,
2375,
13,
3639,
1216,
11281,
17558,
22,
2565,
51,
503,
288,
3639,
2240,
12,
2730,
1621,
16,
880,
2375,
1769,
3639,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15771,
2040,
1503,
23092,
7204,
12,
780,
1316,
1621,
16,
514,
880,
2375,
13,
3639,
1216,
11281,
17558,
22,
2565,
51,
503,
288,
3639,
2240,
12,
2730,
1621,
16,
880,
2375,
1769,
3639,... |
throw getRuntime().newNameError("undefined method '" + name + "' for " + (isModule() ? "module" : "class") + " '" + getName() + "'"); | throw getRuntime().newNameError("undefined method '" + name + "' for " + (isModule() ? "module" : "class") + " '" + getName() + "'", name); | public void exportMethod(String name, Visibility visibility) { if (this == getRuntime().getObject()) { getRuntime().secure(4); } ICallable method = searchMethod(name); if (method.isUndefined()) { throw getRuntime().newNameError("undefined method '" + name + "' for "... | 45753 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45753/1278c5bb3507a052d150d814f15453542ae41aed/RubyModule.java/buggy/src/org/jruby/RubyModule.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3359,
1305,
12,
780,
508,
16,
27791,
9478,
13,
288,
3639,
309,
261,
2211,
422,
18814,
7675,
588,
921,
10756,
288,
5411,
18814,
7675,
8869,
12,
24,
1769,
3639,
289,
3639,
467,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3359,
1305,
12,
780,
508,
16,
27791,
9478,
13,
288,
3639,
309,
261,
2211,
422,
18814,
7675,
588,
921,
10756,
288,
5411,
18814,
7675,
8869,
12,
24,
1769,
3639,
289,
3639,
467,
... |
protected static synchronized void cleanup() { removeAllBots(); } | 49082 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49082/f67f2ce500c0650f1156cddabad1912a044f5e91/BotManager.java/buggy/ctSim/controller/BotManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
760,
3852,
918,
6686,
1435,
288,
9506,
202,
4479,
1595,
6522,
87,
5621,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
760,
3852,
918,
6686,
1435,
288,
9506,
202,
4479,
1595,
6522,
87,
5621,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... | ||
refData.put(ViewConstants.OPTIONS, preferences); | protected Map referenceData(PortletRequest request, Object command, Errors errors) throws Exception { final BookmarkSet bookmarkSet = this.bookmarkSetRequestResolver.getBookmarkSet(request, false); final Preferences preferences = this.preferencesRequestResolver.getPreferences(request, false); f... | 53163 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/53163/f6f75dcfb31be9c4cd7a53a139d48b58d25fed18/BaseBookmarksFormController.java/clean/src/edu/wisc/my/portlets/bookmarks/web/BaseBookmarksFormController.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1635,
2114,
751,
12,
18566,
691,
590,
16,
1033,
1296,
16,
9372,
1334,
13,
1216,
1185,
288,
3639,
727,
20258,
3355,
694,
13696,
694,
273,
333,
18,
3618,
3355,
27538,
4301,
18,
588,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1635,
2114,
751,
12,
18566,
691,
590,
16,
1033,
1296,
16,
9372,
1334,
13,
1216,
1185,
288,
3639,
727,
20258,
3355,
694,
13696,
694,
273,
333,
18,
3618,
3355,
27538,
4301,
18,
588,
... | |
cms = setupOpenCms("simpletest", "/sites/default/"); | cms = setupOpenCms("simpletest", "/sites/default/"); | public void testCmsSetup() throws Throwable { CmsObject cms; // setup OpenCms using the base test class cms = setupOpenCms("simpletest", "/sites/default/"); // check the returned CmsObject assertEquals(cms.getRequestContext().currentUser(), cms.read... | 8585 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8585/6f754ad872cb162fb0d29d167cdd6d159d8112a0/TestCmsShell.java/clean/test/org/opencms/main/TestCmsShell.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
4747,
7365,
1435,
1216,
4206,
288,
7734,
14371,
6166,
31,
13491,
368,
3875,
10319,
1450,
326,
1026,
1842,
667,
3639,
6166,
273,
3875,
3678,
4747,
2932,
9812,
1469,
395,
311... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4747,
7365,
1435,
1216,
4206,
288,
7734,
14371,
6166,
31,
13491,
368,
3875,
10319,
1450,
326,
1026,
1842,
667,
3639,
6166,
273,
3875,
3678,
4747,
2932,
9812,
1469,
395,
311... |
/* if (! Utilities.TextAreaMessageDialog.TEST_MODE) */ | /* if (! Utilities.TEST_MODE) */ | public void actionPerformed(ActionEvent ae) { initGotoFileDialog(); List<OpenDefinitionsDocument> docs = _model.getOpenDefinitionsDocuments(); if ((docs==null) || (docs.size() == 0)) { return; // do nothing } GoToFileListEntry currentEntry = null; ArrayList<GoToFileListEntry> li... | 11192 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11192/deccdad7d1e1e890f5a05d651027f51330f6ca59/MainFrame.java/buggy/drjava/src/edu/rice/cs/drjava/ui/MainFrame.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
26100,
12,
1803,
1133,
14221,
13,
288,
1377,
1208,
43,
6302,
812,
6353,
5621,
1377,
987,
32,
3678,
7130,
2519,
34,
3270,
273,
389,
2284,
18,
588,
3678,
7130,
12922,
5621,
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,
377,
1071,
918,
26100,
12,
1803,
1133,
14221,
13,
288,
1377,
1208,
43,
6302,
812,
6353,
5621,
1377,
987,
32,
3678,
7130,
2519,
34,
3270,
273,
389,
2284,
18,
588,
3678,
7130,
12922,
5621,
1377,... |
"message(" + msgId + | "reader: message(" + msgId + | public void run() { String reason = null; try { for(;;) { // ------------------------------------------------------------ // Decode an RfcLDAPMessage directly from the socket. // ------------------------------------------------------------ ... | 9947 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9947/e5d4b814b143ee720bbd966352d461577b9db35a/Connection.java/clean/com/novell/ldap/Connection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1086,
1435,
288,
3639,
514,
3971,
273,
446,
31,
3639,
775,
288,
5411,
364,
12,
25708,
13,
288,
7734,
368,
24702,
7734,
368,
6209,
392,
534,
7142,
15496,
1079,
5122,
628,
326,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1086,
1435,
288,
3639,
514,
3971,
273,
446,
31,
3639,
775,
288,
5411,
364,
12,
25708,
13,
288,
7734,
368,
24702,
7734,
368,
6209,
392,
534,
7142,
15496,
1079,
5122,
628,
326,
... |
if (decorator != null && decorator.isLabelProperty(element, property)) { | if (decorator != null && decorator.isLabelProperty(element, property)) { | public boolean isLabelProperty(Object element, String property) { if (getLabelProvider().isLabelProperty(element, property)) { return true; } if (decorator != null && decorator.isLabelProperty(element, property)) { return true; } return false; } | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/f667f72c7bc0f7d35e80a5caebc32bd801c20054/DecoratingLabelProvider.java/buggy/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingLabelProvider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
353,
2224,
1396,
12,
921,
930,
16,
514,
1272,
13,
288,
3639,
309,
261,
588,
2224,
2249,
7675,
291,
2224,
1396,
12,
2956,
16,
1272,
3719,
288,
1082,
202,
2463,
638,
31,
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,
377,
1071,
1250,
353,
2224,
1396,
12,
921,
930,
16,
514,
1272,
13,
288,
3639,
309,
261,
588,
2224,
2249,
7675,
291,
2224,
1396,
12,
2956,
16,
1272,
3719,
288,
1082,
202,
2463,
638,
31,
202,
... |
UIType uitype = UITypes.forName(uitypename); | public SubmittedValueEntry parseFossil(String key, String value) { SubmittedValueEntry togo = new SubmittedValueEntry(); int firsthash = value.indexOf('#'); String uitypename = value.substring(1, firsthash); int endcurly = value.indexOf('}'); togo.valuebinding = value.substring(firsthash + 2, endcu... | 49142 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49142/3144b717a81b5655b944577f9dc659308d602e03/FossilizedConverter.java/clean/src/uk/org/ponder/rsf/request/FossilizedConverter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2592,
7948,
620,
1622,
1109,
42,
8464,
330,
12,
780,
498,
16,
514,
460,
13,
288,
565,
2592,
7948,
620,
1622,
358,
3240,
273,
394,
2592,
7948,
620,
1622,
5621,
3639,
509,
1122,
281... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2592,
7948,
620,
1622,
1109,
42,
8464,
330,
12,
780,
498,
16,
514,
460,
13,
288,
565,
2592,
7948,
620,
1622,
358,
3240,
273,
394,
2592,
7948,
620,
1622,
5621,
3639,
509,
1122,
281... | |
timeoutThread.setPriority(lowPriority+1); | timeoutThread.setPriority(TIMEOUT_PRIORITY); | private void startTimeoutMonitor() { synchronized (potentialTimeouts) { finished = false; if (timeoutThread == null) { timeoutThread = new Thread(this, toString() + "-timeouts"); timeoutThread.setPriority(lowPriority+1); timeoutThread.start(); // to our run method } } } | 51914 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51914/7cbd5d6f4f0df10940a220e19b80788d8f0e1b0b/DownloadMonitor.java/buggy/ecologylab/generic/DownloadMonitor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
3238,
918,
787,
2694,
7187,
1435,
282,
288,
1377,
3852,
261,
26451,
2694,
87,
13,
1377,
288,
202,
6708,
202,
202,
33,
629,
31,
202,
309,
261,
4538,
3830,
422,
446,
13,
202,
288,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
3238,
918,
787,
2694,
7187,
1435,
282,
288,
1377,
3852,
261,
26451,
2694,
87,
13,
1377,
288,
202,
6708,
202,
202,
33,
629,
31,
202,
309,
261,
4538,
3830,
422,
446,
13,
202,
288,
202,
... |
} catch(IOException io) { io.printStackTrace(log_); | } catch (IOException io) { logStackTrace(io); | public void run() { byte [] line; try { long num = 0; while((line=UTF8ByteArrayUtils.readLine((InputStream)clientErr_)) != null) { num++; String lineStr = new String(line, "UTF-8"); logprintln(lineStr); if(num < 10) { String hline = "MRErr: ... | 51718 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51718/e10b40e8014547113799b2653164e8c990d41209/PipeMapRed.java/buggy/src/contrib/streaming/src/java/org/apache/hadoop/streaming/PipeMapRed.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1086,
1435,
565,
288,
1377,
1160,
5378,
980,
31,
1377,
775,
288,
3639,
1525,
818,
273,
374,
31,
3639,
1323,
12443,
1369,
33,
5159,
28,
8826,
1989,
18,
896,
1670,
12443,
4348,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1086,
1435,
565,
288,
1377,
1160,
5378,
980,
31,
1377,
775,
288,
3639,
1525,
818,
273,
374,
31,
3639,
1323,
12443,
1369,
33,
5159,
28,
8826,
1989,
18,
896,
1670,
12443,
4348,
... |
public nsIComponentManager getComponentManager() throws XPCOMException; | nsIComponentManager getComponentManager() throws XPCOMException; | public nsIComponentManager getComponentManager() throws XPCOMException; | 12376 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12376/e2a484d63cf155eba2a5cce4f4959afd4d2fa2bf/IXPCOM.java/clean/extensions/java/xpcom/interfaces/org/mozilla/xpcom/IXPCOM.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
3153,
45,
1841,
1318,
10322,
1318,
1435,
1216,
1139,
3513,
1872,
503,
31,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
3153,
45,
1841,
1318,
10322,
1318,
1435,
1216,
1139,
3513,
1872,
503,
31,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
setModified(true); | public void setUserId(String userId) { if (((userId == null) && (_userId != null)) || ((userId != null) && (_userId == null)) || ((userId != null) && (_userId != null) && !userId.equals(_userId))) { if (!XSS_ALLOW_USERID) { userId = XSSUtil.strip(userId); } _userId = userId; setModified(true); } ... | 57692 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57692/f4d6afc6707f57fd84bf6b624f0c119657b0a766/LayoutSetModel.java/clean/portal-ejb/src/com/liferay/portal/model/LayoutSetModel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
444,
10502,
12,
780,
6249,
13,
288,
202,
202,
430,
261,
12443,
18991,
422,
446,
13,
597,
261,
67,
18991,
480,
446,
3719,
747,
9506,
202,
12443,
18991,
480,
446,
13,
597,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
444,
10502,
12,
780,
6249,
13,
288,
202,
202,
430,
261,
12443,
18991,
422,
446,
13,
597,
261,
67,
18991,
480,
446,
3719,
747,
9506,
202,
12443,
18991,
480,
446,
13,
597,
... | |
public static void boot() { if (initialized) return; // fill an array of JNI names setNames(); // fill in the IP entries for each AIX linkage triplet VM_TypeReference tRef = VM_TypeReference.findOrCreate(VM_SystemClassLoader.getVMClassLoader(), VM_Atom.findOrCreateAsciiAtom("Lcom/ibm/Jike... | 49871 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49871/82b734510ac9600511c6996f7cd13904a6e62ef7/VM_JNIEnvironment.java/clean/rvm/src/vm/arch/intel/jni/VM_JNIEnvironment.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
4835,
1435,
288,
565,
309,
261,
13227,
13,
1377,
327,
31,
565,
368,
3636,
392,
526,
434,
804,
50,
45,
1257,
565,
444,
1557,
5621,
565,
368,
3636,
316,
326,
2971,
3222,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
4835,
1435,
288,
565,
309,
261,
13227,
13,
1377,
327,
31,
565,
368,
3636,
392,
526,
434,
804,
50,
45,
1257,
565,
444,
1557,
5621,
565,
368,
3636,
316,
326,
2971,
3222,
... | ||
protected Object doInvokeInternal(final Class clazz, String methodName, Object[] arguments) { List expressions = new ArrayList(); Matcher match = super.getPattern().matcher( methodName ); // find match match.find(); String[] queryParameters = null; int totalRequiredArguments = 0; // get the sequence clauses... | 51826 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51826/eb420a51890989f6ca7f281725a19ebec728f77c/AbstractClausedStaticPersistentMethod.java/clean/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass/AbstractClausedStaticPersistentMethod.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
1033,
741,
10969,
3061,
12,
6385,
1659,
4003,
16,
514,
4918,
16,
1082,
202,
921,
8526,
1775,
13,
288,
202,
202,
682,
8041,
273,
394,
2407,
5621,
202,
202,
6286,
845,
273,
224... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1033,
741,
10969,
3061,
12,
6385,
1659,
4003,
16,
514,
4918,
16,
1082,
202,
921,
8526,
1775,
13,
288,
202,
202,
682,
8041,
273,
394,
2407,
5621,
202,
202,
6286,
845,
273,
224... | ||
if((ch < 0x20 || ch == 0x7f || ch == 0xff) && ch != '\b') | if((ch < 0x20 || ch == 0x7f || ch == 0xff) && ch != '\b' && ch != '\t' && ch != '\n') | public static KeyEvent processKeyEvent(KeyEvent evt) { int keyCode = evt.getKeyCode(); char ch = evt.getKeyChar(); switch(evt.getID()) { //{{{ KEY_PRESSED... case KeyEvent.KEY_PRESSED: lastKeyTime = System.currentTimeMillis(); // get rid of keys we never need to handle switch(keyCode) { case KeyEvent.V... | 8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/7a6301176b0699fe32478044d643be8cbac4fe83/KeyEventWorkaround.java/clean/org/gjt/sp/jedit/gui/KeyEventWorkaround.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
23737,
1207,
653,
1133,
12,
653,
1133,
6324,
13,
202,
95,
202,
202,
474,
16369,
273,
6324,
18,
588,
653,
1085,
5621,
202,
202,
3001,
462,
273,
6324,
18,
588,
653,
2156,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
23737,
1207,
653,
1133,
12,
653,
1133,
6324,
13,
202,
95,
202,
202,
474,
16369,
273,
6324,
18,
588,
653,
1085,
5621,
202,
202,
3001,
462,
273,
6324,
18,
588,
653,
2156,
... |
Value v = interpreter.invokeMethod(threadRef, method2Call, args, ObjectReference.INVOKE_SINGLE_THREADED); if (v != null) { v = _convertToActualType(threadRef, localVar, v); } | Value v = _getValueOfLocalVariable(localVar, threadRef); | private void _copyBack(ThreadReference threadRef) throws InvalidTypeException, ClassNotLoadedException, IncompatibleThreadStateException, AbsentInformationException, InvocationException, DebugException { if( printMessages ) System.out.println("Getting debug interpreter"); ObjectReference interpreter =... | 11192 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11192/a42a1005ad3faca50638e0131df3bc7c45ba82de/JPDADebugger.java/buggy/drjava/src/edu/rice/cs/drjava/model/debug/JPDADebugger.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
389,
3530,
2711,
12,
3830,
2404,
2650,
1957,
13,
565,
1216,
1962,
14144,
16,
1659,
1248,
8835,
503,
16,
565,
657,
10943,
3830,
5060,
16,
15084,
319,
5369,
503,
16,
565,
11298,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
389,
3530,
2711,
12,
3830,
2404,
2650,
1957,
13,
565,
1216,
1962,
14144,
16,
1659,
1248,
8835,
503,
16,
565,
657,
10943,
3830,
5060,
16,
15084,
319,
5369,
503,
16,
565,
11298,
... |
if ((CF < 0) || (CF > 1)) { throw new Exception("CF has to be between zero and one!"); | if ((CF <= 0) || (CF >= 1)) { throw new Exception("CF has to be greater than zero and smaller than one!"); | public void setOptions(String[] options) throws Exception{ String confidenceString = Utils.getOption('C', options); String minNumString = Utils.getOption('M', options); String numFoldsString = Utils.getOption('N', options); reducedErrorPruning = Utils.getFlag('R', options); binarySplits = Utils.get... | 4179 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4179/bc3379817055f4147358a48e8f9bbf4700e97fda/PART.java/buggy/trunk/weka/classifiers/j48/PART.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
16526,
12,
780,
8526,
702,
13,
1216,
1185,
95,
3639,
514,
15588,
780,
273,
6091,
18,
588,
1895,
2668,
39,
2187,
702,
1769,
565,
514,
1131,
2578,
780,
273,
6091,
18,
588,
1895... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
16526,
12,
780,
8526,
702,
13,
1216,
1185,
95,
3639,
514,
15588,
780,
273,
6091,
18,
588,
1895,
2668,
39,
2187,
702,
1769,
565,
514,
1131,
2578,
780,
273,
6091,
18,
588,
1895... |
else if (((LA(1)=='"') && (true) && (true))&&( !(parseStringLiterals || inElementContent) )) { | else if (((LA(1)=='"') && (true) && (true) && (true))&&( !(parseStringLiterals || inElementContent) )) { | public final void mNEXT_TOKEN(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { int _ttype; Token _token=null; int _begin=text.length(); _ttype = NEXT_TOKEN; int _saveIndex; Token attr=null; Token ncname=null; switch ( LA(1)) { case '{': { mLCURLY(false); if (... | 2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/bb9e62961cd54f3562f2a8e34ebe8f272b7123b5/XQueryLexer.java/buggy/src/org/exist/xquery/parser/XQueryLexer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
312,
25539,
67,
8412,
12,
6494,
389,
2640,
1345,
13,
1216,
9539,
16,
3703,
1228,
503,
16,
3155,
1228,
503,
288,
202,
202,
474,
389,
88,
723,
31,
3155,
389,
2316,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
312,
25539,
67,
8412,
12,
6494,
389,
2640,
1345,
13,
1216,
9539,
16,
3703,
1228,
503,
16,
3155,
1228,
503,
288,
202,
202,
474,
389,
88,
723,
31,
3155,
389,
2316,
3... |
if (checkSelf) check(n++ < occupiedCount); | if (checkSelf) { if (n >= occupiedCount) Context.codeBug(); ++n; } | private int ensureIndex(int key, boolean intType) { int index = -1; int firstDeleted = -1; int[] keys = this.keys; if (keys != null) { int fraction = key * A; index = fraction >>> (32 - power); int entry = keys[index]; if (entry == key) { retur... | 54155 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54155/b5141d614d4ae3c0a7455df83312be1a30e1b2e6/UintMap.java/clean/js/rhino/src/org/mozilla/javascript/UintMap.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
509,
3387,
1016,
12,
474,
498,
16,
1250,
509,
559,
13,
288,
3639,
509,
770,
273,
300,
21,
31,
3639,
509,
1122,
7977,
273,
300,
21,
31,
3639,
509,
8526,
1311,
273,
333,
18,
2452,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
509,
3387,
1016,
12,
474,
498,
16,
1250,
509,
559,
13,
288,
3639,
509,
770,
273,
300,
21,
31,
3639,
509,
1122,
7977,
273,
300,
21,
31,
3639,
509,
8526,
1311,
273,
333,
18,
2452,... |
cr.outputline("void (*"+funptr.getSafeSymbol()+") ("+name+"_state *,"+name+"*,RepairHash *"+parttype+"int,int,int)="+"(void (*) ("+name+"_state *,"+name+"*,RepairHash *"+parttype+"int,int,int)) "+tmpptr.getSafeSymbol()); | cr.outputline("void (*"+funptr.getSafeSymbol()+") ("+name+"_state *,"+name+"*,RepairHash *"+parttype+",int,int,int)="+"(void (*) ("+name+"_state *,"+name+"*,RepairHash *"+parttype+",int,int,int)) "+tmpptr.getSafeSymbol()); | public void generate_dispatch(CodeWriter cr, RelationDescriptor rd, String leftvar, String rightvar) { boolean usageimage=rd.testUsage(RelationDescriptor.IMAGE); boolean usageinvimage=rd.testUsage(RelationDescriptor.INVIMAGE); if (!(usageinvimage||usageimage)) /* not used at all*/ return; cr.outputline("... | 2866 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2866/6091181d3fe178a6044ef58ac01675807545ad69/RepairGenerator.java/clean/RepairCompiler/MCC/IR/RepairGenerator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2103,
67,
10739,
12,
1085,
2289,
4422,
16,
7317,
3187,
9437,
16,
514,
2002,
1401,
16,
514,
2145,
1401,
13,
288,
202,
6494,
4084,
2730,
33,
13623,
18,
3813,
5357,
12,
3963,
31... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2103,
67,
10739,
12,
1085,
2289,
4422,
16,
7317,
3187,
9437,
16,
514,
2002,
1401,
16,
514,
2145,
1401,
13,
288,
202,
6494,
4084,
2730,
33,
13623,
18,
3813,
5357,
12,
3963,
31... |
private void createOverviewSection(Composite parent, FormToolkit toolkit) { Section section = toolkit.createSection(parent, ExpandableComposite.TITLE_BAR); section.setText(DESCRIPTION_OVERVIEW); section.setLayout(new TableWrapLayout()); section.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB)); section.ad... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/558f40fad2aeb69f17a96cb2eabee4fb34ccd036/TaskInfoEditor.java/buggy/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasklist/ui/TaskInfoEditor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
752,
26648,
5285,
12,
9400,
982,
16,
2748,
6364,
8691,
5226,
8691,
13,
288,
202,
202,
5285,
2442,
273,
5226,
8691,
18,
2640,
5285,
12,
2938,
16,
16429,
429,
9400,
18,
14... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
752,
26648,
5285,
12,
9400,
982,
16,
2748,
6364,
8691,
5226,
8691,
13,
288,
202,
202,
5285,
2442,
273,
5226,
8691,
18,
2640,
5285,
12,
2938,
16,
16429,
429,
9400,
18,
14... | ||
private SipStack createStack(Properties properties) throws PeerUnavailableException { try { // create parameters argument to identify constructor Class[] paramTypes = new Class[1]; paramTypes[0] = Class.forName("java.util.Properties"); // get constructor of SipSatck in order to instantiate Constructor sip... | 7607 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7607/0282820aed7903986d1e63d08c8c15d092df3925/SipFactory.java/buggy/trunk/src/javax/sip/SipFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
13475,
2624,
752,
2624,
12,
2297,
1790,
13,
1082,
202,
15069,
10669,
15357,
288,
202,
202,
698,
288,
1082,
202,
759,
752,
1472,
1237,
358,
9786,
3885,
1082,
202,
797,
8526,
212... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
13475,
2624,
752,
2624,
12,
2297,
1790,
13,
1082,
202,
15069,
10669,
15357,
288,
202,
202,
698,
288,
1082,
202,
759,
752,
1472,
1237,
358,
9786,
3885,
1082,
202,
797,
8526,
212... | ||
case 41: | case 43: | public final java_cup.runtime.Symbol CUP$Parser$do_action( int CUP$Parser$act_num, java_cup.runtime.lr_parser CUP$Parser$parser, java.util.Stack CUP$Parser$stack, int CUP$Parser$top) throws java.lang.Exception { /* Symbol object for retur... | 11982 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11982/f7a22f06ae24542157b958c8ffa45618139f10ab/Parser.java/clean/tools/ppg/src/ppg/parse/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
727,
2252,
67,
71,
416,
18,
9448,
18,
5335,
385,
3079,
8,
2678,
8,
2896,
67,
1128,
12,
565,
509,
13491,
385,
3079,
8,
2678,
8,
621,
67,
2107,
16,
565,
2252,
67,
71,
416,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
727,
2252,
67,
71,
416,
18,
9448,
18,
5335,
385,
3079,
8,
2678,
8,
2896,
67,
1128,
12,
565,
509,
13491,
385,
3079,
8,
2678,
8,
621,
67,
2107,
16,
565,
2252,
67,
71,
416,
18,
... |
if(bps.width != 0) { | if (bps.width != 0) { | public static void addBorders(Area curBlock, BorderAndPadding bordProps) { BorderProps bps = getBorderProps(bordProps, BorderAndPadding.TOP); if(bps.width != 0) { curBlock.addTrait(Trait.BORDER_BEFORE, bps); } bps = getBorderProps(bordProps, BorderAndPadding.BOTTOM); if... | 5268 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5268/ffbbd945e41d5bade0d5a24929b77b29fbf538ed/TraitSetter.java/buggy/src/org/apache/fop/layoutmgr/TraitSetter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
527,
21621,
12,
5484,
662,
1768,
16,
13525,
1876,
9485,
324,
517,
5047,
13,
288,
3639,
13525,
5047,
324,
1121,
273,
2882,
1019,
5047,
12,
70,
517,
5047,
16,
13525,
1876,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
527,
21621,
12,
5484,
662,
1768,
16,
13525,
1876,
9485,
324,
517,
5047,
13,
288,
3639,
13525,
5047,
324,
1121,
273,
2882,
1019,
5047,
12,
70,
517,
5047,
16,
13525,
1876,
... |
unpruned = frequencies.get(bitSet) / size >= minfreq; | unpruned = support.get(bitSet).doubleValue() / size >= minfreq; | protected BitSet[] prune(BitSet[] candidates, int size) { List<BitSet> candidateList = new ArrayList<BitSet>(); for (BitSet bitSet : candidates) { boolean unpruned = true; for (int i = bitSet.nextSetBit(0); i <= 0 && unpruned; i = bitSet.nextSetBit(i + 1)) { bitSet.clear(i); unpruned = f... | 5508 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5508/bc7cee5bf289268b8a7881febae3ea5c8d481acb/APRIORI.java/clean/src/de/lmu/ifi/dbs/algorithm/APRIORI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
21199,
8526,
13293,
12,
5775,
694,
8526,
7965,
16,
509,
963,
13,
288,
565,
987,
32,
5775,
694,
34,
5500,
682,
273,
394,
2407,
32,
5775,
694,
34,
5621,
565,
364,
261,
5775,
694,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
21199,
8526,
13293,
12,
5775,
694,
8526,
7965,
16,
509,
963,
13,
288,
565,
987,
32,
5775,
694,
34,
5500,
682,
273,
394,
2407,
32,
5775,
694,
34,
5621,
565,
364,
261,
5775,
694,
... |
StringBuffer buf = new StringBuffer(); | StringBuilder buf = new StringBuilder(); | public static String format(String text, int maxLineLength, int tabSize) { StringBuffer buf = new StringBuffer(); int index = 0; for(;;) { int newIndex = text.indexOf("\n\n",index); if(newIndex == -1) break; formatParagraph(text.substring(index,newIndex), maxLineLength,tabSize,buf); buf.append("\n\n"... | 8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/8942c6ad25ec2a6e9c924783fffc66d5a278f975/TextUtilities.java/clean/org/gjt/sp/jedit/TextUtilities.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
514,
740,
12,
780,
977,
16,
509,
943,
1670,
1782,
16,
509,
3246,
1225,
13,
202,
95,
202,
202,
780,
1892,
1681,
273,
394,
6674,
5621,
202,
202,
474,
770,
273,
374,
31,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
514,
740,
12,
780,
977,
16,
509,
943,
1670,
1782,
16,
509,
3246,
1225,
13,
202,
95,
202,
202,
780,
1892,
1681,
273,
394,
6674,
5621,
202,
202,
474,
770,
273,
374,
31,
... |
public void work(Collection files) throws CoreException { int count = 0; if (files != null) { if (this.monitor != null) { this.monitor.beginTask("FindBugs", files.size()); } String findBugsHome = FindbugsPlugin.getFindBugsEnginePluginLocation(); if (DEBUG) { System.out.println("Looking for detecors in:... | 10715 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10715/1433e1b05ca471120d4a710d5a1128290eb4fdbc/FindBugsWorker.java/clean/findbugs/src/eclipsePlugin/de.tobject.findbugs/src/de/tobject/findbugs/builder/FindBugsWorker.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
6459,
1252,
12,
2532,
2354,
13,
15069,
25341,
95,
202,
202,
474,
1883,
33,
20,
31,
202,
202,
430,
12,
2354,
5,
33,
2011,
15329,
1082,
202,
430,
12,
2211,
18,
10259,
5,
33,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
6459,
1252,
12,
2532,
2354,
13,
15069,
25341,
95,
202,
202,
474,
1883,
33,
20,
31,
202,
202,
430,
12,
2354,
5,
33,
2011,
15329,
1082,
202,
430,
12,
2211,
18,
10259,
5,
33,
... | ||
bbs.publishChange(chng.object, chng.changes); | ArrayList changes_list = new ArrayList(1); changes_list.add(chng.change); if (log.isDebugEnabled()) log.debug("Publish change " + chng.change); bbs.publishChange(chng.object, changes_list); | public void processQueue() { ArrayList changes = null; synchronized (change_queue_lock) { changes = new ArrayList(change_queue); change_queue = new ArrayList(); } int count = changes.size(); for (int i=0; i<count; i++) { Object change = changes.get(i); if (log.isDebugEnabled()) log.debug("about ... | 7173 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7173/0aed06bf51b87863f8206665dd83a6eefe143f67/SingleInheritanceFrameSet.java/buggy/qos/src/org/cougaar/core/qos/frame/SingleInheritanceFrameSet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1207,
3183,
1435,
565,
288,
202,
19558,
3478,
273,
446,
31,
202,
22043,
261,
3427,
67,
4000,
67,
739,
13,
288,
202,
565,
3478,
273,
394,
2407,
12,
3427,
67,
4000,
1769,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1207,
3183,
1435,
565,
288,
202,
19558,
3478,
273,
446,
31,
202,
22043,
261,
3427,
67,
4000,
67,
739,
13,
288,
202,
565,
3478,
273,
394,
2407,
12,
3427,
67,
4000,
1769,
202,
... |
super(); this.hierarchy = hierarchy; } | super(); this.hierarchy = hierarchy; } | public MondrianJolapHierarchy(mondrian.olap.Hierarchy hierarchy) { super(); this.hierarchy = hierarchy; } | 4891 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4891/b5b5168edc3af09cb74945a80b0c36e6630ed502/MondrianJolapHierarchy.java/buggy/src/main/mondrian/jolap/MondrianJolapHierarchy.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
490,
1434,
566,
304,
46,
355,
438,
12074,
12,
81,
1434,
566,
304,
18,
355,
438,
18,
12074,
9360,
13,
288,
202,
202,
9565,
5621,
202,
202,
2211,
18,
17937,
273,
9360,
31,
202... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
490,
1434,
566,
304,
46,
355,
438,
12074,
12,
81,
1434,
566,
304,
18,
355,
438,
18,
12074,
9360,
13,
288,
202,
202,
9565,
5621,
202,
202,
2211,
18,
17937,
273,
9360,
31,
202... |
logger.error("Could not parse atom string: " + s); | logger.error("Could not parse atom string: ", s); | private Atom assembleAtom(String s, int nodeCounter) throws InvalidSmilesException { logger.debug("assembleAtom(): Assembling atom from: " + s); Atom atom = null; int position = 0; String currentSymbol = null; StringBuffer isotopicNumber = new StringBuffer(); char mychar; ... | 45254 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45254/5cb2054a7ec466e45a6cd58fd93f6451940a4fac/SmilesParser.java/buggy/src/org/openscience/cdk/smiles/SmilesParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
7149,
19540,
3641,
12,
780,
272,
16,
509,
756,
4789,
13,
1216,
1962,
9552,
1449,
503,
288,
3639,
1194,
18,
4148,
2932,
29676,
3641,
13332,
2970,
5747,
2456,
3179,
628,
30,
315,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7149,
19540,
3641,
12,
780,
272,
16,
509,
756,
4789,
13,
1216,
1962,
9552,
1449,
503,
288,
3639,
1194,
18,
4148,
2932,
29676,
3641,
13332,
2970,
5747,
2456,
3179,
628,
30,
315,... |
bytePos = writeBytes( compressedLines, nCompressed, bytePos ); crc.update( compressedLines, 0, nCompressed ); | bytePos = writeBytes(compressedLines, nCompressed, bytePos); crc.update(compressedLines, 0, nCompressed); | protected boolean writeImageData() { int rowsLeft = height; // number of rows remaining to write int startRow = 0; // starting row to process this time through int nRows; // how many rows to grab at a time byte[] scanLines; // the scan lines to be compressed ... | 57341 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57341/f1a2e8bd347e294e5391728379b76d4500a7093d/PNGEncoder.java/buggy/freehep-graphicsio/src/main/java/org/freehep/graphicsio/png/PNGEncoder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1250,
1045,
2040,
751,
1435,
565,
288,
3639,
509,
2595,
3910,
273,
2072,
31,
225,
368,
1300,
434,
2595,
4463,
358,
1045,
3639,
509,
787,
1999,
273,
374,
31,
4202,
368,
5023,
1027,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1250,
1045,
2040,
751,
1435,
565,
288,
3639,
509,
2595,
3910,
273,
2072,
31,
225,
368,
1300,
434,
2595,
4463,
358,
1045,
3639,
509,
787,
1999,
273,
374,
31,
4202,
368,
5023,
1027,
... |
super.sent(); | void sent() { synchronized(ackRequestQueue) { ackRequestQueue.update(this); } super.sent(); } | 8026 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8026/21276300a9c32d3ca00717599f1ee0ff9c5443f3/KeyTracker.java/clean/src/freenet/node/KeyTracker.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
918,
3271,
1435,
288,
5411,
3852,
12,
484,
691,
3183,
13,
288,
7734,
8479,
691,
3183,
18,
2725,
12,
2211,
1769,
5411,
289,
10402,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
918,
3271,
1435,
288,
5411,
3852,
12,
484,
691,
3183,
13,
288,
7734,
8479,
691,
3183,
18,
2725,
12,
2211,
1769,
5411,
289,
10402,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... | |
recentFilesEditor = new IntegerFieldEditor(IPreferenceConstants.RECENT_FILES, WorkbenchMessages.getString("WorkbenchPreference.recentFiles"), groupComposite); | recentFilesEditor = new IntegerFieldEditor(IPreferenceConstants.RECENT_FILES, WorkbenchMessages.getString("WorkbenchPreference.recentFiles"), groupComposite); | private void createEditorHistoryGroup(Composite composite) { Composite groupComposite = new Composite(composite, SWT.LEFT); GridLayout layout = new GridLayout(); layout.numColumns = 2; groupComposite.setLayout(layout); GridData gd = new GridData(); gd.horizontalAlignment = gd.FILL; gd.grabExcessHorizontalSpace ... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/80cfecc0fb5392981e25acee0f567feb8ed55185/WorkbenchPreferencePage.java/buggy/bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
752,
6946,
5623,
1114,
12,
9400,
9635,
13,
288,
202,
202,
9400,
1041,
9400,
273,
394,
14728,
12,
27676,
16,
348,
8588,
18,
10066,
1769,
202,
202,
6313,
3744,
3511,
273,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
752,
6946,
5623,
1114,
12,
9400,
9635,
13,
288,
202,
202,
9400,
1041,
9400,
273,
394,
14728,
12,
27676,
16,
348,
8588,
18,
10066,
1769,
202,
202,
6313,
3744,
3511,
273,
... |
} } | } } | public String getTypeName() throws XavaException { if (Is.emptyString(typeName)){ if (hasValidValues()) setTypeName("int"); if (!Is.emptyString(getStereotype())) { try { String t = TypeStereotypeDefault.forStereotype(getStereotype()); setTypeName(t); } catch (ElementNotFoundException ex) { ... | 14127 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14127/3777ec3070bd6374a6669703922643b68e2817b9/MetaProperty.java/clean/OpenXava/src/org/openxava/model/meta/MetaProperty.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
17898,
1435,
1216,
1139,
1629,
503,
288,
202,
202,
430,
261,
2520,
18,
5531,
780,
12,
723,
461,
3719,
95,
1082,
202,
430,
261,
5332,
1556,
1972,
10756,
444,
7947,
2932,
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,
225,
202,
482,
514,
17898,
1435,
1216,
1139,
1629,
503,
288,
202,
202,
430,
261,
2520,
18,
5531,
780,
12,
723,
461,
3719,
95,
1082,
202,
430,
261,
5332,
1556,
1972,
10756,
444,
7947,
2932,
4... |
int moveNumber = NodeUtils.getMoveNumber(node); | int moveNumber = NodeUtil.getMoveNumber(node); | public void addNewSingleChild(Node node) { assert(node.getNumberChildren() == 0); Node father = node.getFather(); assert(father != null); assert(father.getNumberChildren() == 1); GameTreeNode fatherGameNode = getGameTreeNode(father); assert(! isExpanded(father)); ... | 2255 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2255/1f50ffb219183ddaf94720a4aba453e11f412425/GameTreePanel.java/buggy/src/net/sf/gogui/gui/GameTreePanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
20973,
5281,
1763,
12,
907,
756,
13,
565,
288,
3639,
1815,
12,
2159,
18,
588,
1854,
4212,
1435,
422,
374,
1769,
3639,
2029,
284,
4806,
273,
756,
18,
588,
42,
4806,
5621,
3639... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
20973,
5281,
1763,
12,
907,
756,
13,
565,
288,
3639,
1815,
12,
2159,
18,
588,
1854,
4212,
1435,
422,
374,
1769,
3639,
2029,
284,
4806,
273,
756,
18,
588,
42,
4806,
5621,
3639... |
EquipSet es = (EquipSet) e.next(); if (!es.getParentIdPath().startsWith(idPath)) | if (!eqSet.getParentIdPath().startsWith(idPath)) | private static boolean canAddEquip(PlayerCharacter pc, EquipSet eSet, String locName, Equipment eqI) { String idPath = eSet.getIdPath(); // If Carried/Equipped/Not Carried slot // allow as many as they would like if (locName.startsWith(Constants.S_CARRIED) || locName.startsWith(Constants.S_EQUIPPED) || locName.s... | 48301 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48301/746f9fbe7d3bb98c609b2f38fbc5ffad4e685726/EncounterPlugin.java/clean/code/src/java/plugin/encounter/EncounterPlugin.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
1250,
848,
986,
13142,
625,
12,
12148,
7069,
6125,
16,
19008,
625,
694,
20199,
16,
514,
1515,
461,
16,
19008,
11568,
7555,
45,
13,
202,
95,
202,
202,
780,
612,
743,
273,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
1250,
848,
986,
13142,
625,
12,
12148,
7069,
6125,
16,
19008,
625,
694,
20199,
16,
514,
1515,
461,
16,
19008,
11568,
7555,
45,
13,
202,
95,
202,
202,
780,
612,
743,
273,... |
super(); setRootDomainObject(RootDomainObject.getInstance()); | super(); setRootDomainObject(RootDomainObject.getInstance()); | protected Section() { super(); setRootDomainObject(RootDomainObject.getInstance()); } | 2645 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2645/0109c25dd214d2427e911066a1345afb9ddc8372/Section.java/buggy/src/net/sourceforge/fenixedu/domain/Section.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
10092,
1435,
288,
202,
9565,
5621,
202,
542,
2375,
3748,
921,
12,
2375,
3748,
921,
18,
588,
1442,
10663,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
10092,
1435,
288,
202,
9565,
5621,
202,
542,
2375,
3748,
921,
12,
2375,
3748,
921,
18,
588,
1442,
10663,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
content = message.getContent(); if (content instanceof Multipart) { Multipart multipart = (Multipart) content; for (int i = 0; i < multipart.getCount(); i++) { try { Part part = multipart.getBodyPart(i); if (matchFound(part)) { return mail.getRecipients(); } } catch (MessagingException e) { anException = e; } } } else ... | } catch (Exception e) { if (isDebug) { log("Malformed message", e); | public Collection match(Mail mail) throws MessagingException { Exception anException = null; try { MimeMessage message = mail.getMessage(); Object content; /* * if there is an attachment and no inline text, * the cont... | 47102 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47102/f3f15bd8786fa530581d349f6977e38a11bbc7a0/AttachmentFileNameIs.java/buggy/branches/branch_2_1_fcs/src/java/org/apache/james/transport/matchers/AttachmentFileNameIs.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2200,
845,
12,
6759,
4791,
13,
1216,
23794,
503,
288,
7734,
1185,
392,
503,
273,
446,
31,
7734,
775,
288,
5411,
22059,
1079,
883,
273,
4791,
18,
24906,
5621,
5411,
1033,
913,
31,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2200,
845,
12,
6759,
4791,
13,
1216,
23794,
503,
288,
7734,
1185,
392,
503,
273,
446,
31,
7734,
775,
288,
5411,
22059,
1079,
883,
273,
4791,
18,
24906,
5621,
5411,
1033,
913,
31,
... |
public int getNumActive(Object key) { try { return ((Integer)_activeCount.get(key)).intValue(); } catch(NoSuchElementException e) { return 0; } catch(NullPointerException e) { return 0; } | public int getNumActive() { return _totActive; | public int getNumActive(Object key) { try { return ((Integer)_activeCount.get(key)).intValue(); } catch(NoSuchElementException e) { return 0; } catch(NullPointerException e) { return 0; } } | 50977 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50977/0cb929e62f4a0e70106497426bf6922eab710f51/StackKeyedObjectPool.java/buggy/src/java/org/apache/commons/pool/impl/StackKeyedObjectPool.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
11187,
3896,
12,
921,
498,
13,
288,
3639,
775,
288,
5411,
327,
14015,
4522,
13,
67,
3535,
1380,
18,
588,
12,
856,
13,
2934,
474,
620,
5621,
3639,
289,
1044,
12,
28341,
20826,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11187,
3896,
12,
921,
498,
13,
288,
3639,
775,
288,
5411,
327,
14015,
4522,
13,
67,
3535,
1380,
18,
588,
12,
856,
13,
2934,
474,
620,
5621,
3639,
289,
1044,
12,
28341,
20826,... |
new TextMethods().linkageToHaps(markerResultArray,checkPanel.getPedFile(),filenames[0]+".haps"); | new TextMethods().linkageToHaps(markerResultArray,checkPanel.getPedFile(),inputOptions[0]+".haps"); | public void actionPerformed(ActionEvent e) { String command = e.getActionCommand(); if (command == READ_GENOTYPES){ ReadDataDialog readDialog = new ReadDataDialog("Open new data", this); readDialog.pack(); readDialog.setVisible(true); }else if (command == "Conti... | 51222 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51222/d81e1d9bdef655e35838e72c0630bea5e07b45e4/HaploView.java/clean/edu/mit/wi/haploview/HaploView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
26100,
12,
1803,
1133,
425,
13,
288,
3639,
514,
1296,
273,
425,
18,
588,
1803,
2189,
5621,
3639,
309,
261,
3076,
422,
10746,
67,
16652,
1974,
1738,
55,
15329,
5411,
2720,
751,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
26100,
12,
1803,
1133,
425,
13,
288,
3639,
514,
1296,
273,
425,
18,
588,
1803,
2189,
5621,
3639,
309,
261,
3076,
422,
10746,
67,
16652,
1974,
1738,
55,
15329,
5411,
2720,
751,
... |
case LEFT_BOTTOM: if (decDatas[LEFT_TOP] == null || decDatas[LEFT_TOP].data.width < newWidth) { formData.left = new FormAttachment(decData.label); } else | /* * The only real difference in right side cases is that we are attaching * the right side of the control to the wider decoration instead * of the left. Other concerns (horizontally aligning the smaller * decoration) are the same. */ case RIGHT_TOP: case RIGHT_BOTTOM: if (index == RIGHT_TOP) opposing = RIGHT_BOTTOM; ... | private void updateControlAttachments(int index, FieldDecorationData decData) { FormData formData = (FormData) control.getLayoutData(); int newWidth = widthOf(decData.decoration.getImage()); switch (index) { case LEFT_TOP: if (decDatas[LEFT_BOTTOM] == null || decDatas[LEFT_BOTTOM].data.width < newWidth) { ... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/57eca2855ada69e3c2227fdebe39dcb1a59b059d/DecoratedField.java/buggy/bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/DecoratedField.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1089,
3367,
12961,
12,
474,
770,
16,
2286,
7859,
367,
751,
2109,
751,
13,
288,
202,
202,
30079,
14224,
273,
261,
30079,
13,
3325,
18,
588,
3744,
751,
5621,
202,
202,
474... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1089,
3367,
12961,
12,
474,
770,
16,
2286,
7859,
367,
751,
2109,
751,
13,
288,
202,
202,
30079,
14224,
273,
261,
30079,
13,
3325,
18,
588,
3744,
751,
5621,
202,
202,
474... |
TrimLayout layout = window.getTrimLayout(); | ITrimManager layout = window.getTrimManager(); | public void testGetIDs() throws Throwable { WorkbenchWindow window = (WorkbenchWindow) openTestWindow(); TrimLayout layout = window.getTrimLayout(); int[] ids = layout.getAreaIds(); assertEquals("number of trim areas", 4, ids.length); } | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/0a88114a4db76de6611663f5760e59600623bbd3/TrimLayoutTest.java/buggy/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
967,
5103,
1435,
1216,
4206,
288,
202,
202,
2421,
22144,
3829,
2742,
273,
261,
2421,
22144,
3829,
13,
1696,
4709,
3829,
5621,
202,
202,
14795,
3744,
3511,
273,
2742,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
967,
5103,
1435,
1216,
4206,
288,
202,
202,
2421,
22144,
3829,
2742,
273,
261,
2421,
22144,
3829,
13,
1696,
4709,
3829,
5621,
202,
202,
14795,
3744,
3511,
273,
2742,
... |
public void ruleAction(int ruleNumber) { switch (ruleNumber) { // // Rule 1: TypeName ::= TypeName . ErrorId // case 1: { //#line 6 "C:/Docume~1/Administrator/MyDocu~1/work/x10/cvs/x10.compiler/src/x10/parser/MissingId.gi" ... | 1769 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1769/c6a9c5919552b91fb0c4af00afd67a30f78acfc4/X10Parser.java/buggy/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,
1620,
261,
5345,
1854,
13,
3639,
288,
2398,
368,
5411,
368,
6781,
404,
30,
225,
21036,
493,
33,
21036,
263,
1068,
548,
54... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1720,
1803,
12,
474,
1720,
1854,
13,
565,
288,
3639,
1620,
261,
5345,
1854,
13,
3639,
288,
2398,
368,
5411,
368,
6781,
404,
30,
225,
21036,
493,
33,
21036,
263,
1068,
548,
54... | ||
throw new IllegalArgumentException("Unable to convert [" + text + "] to type: [" + type.getName() + "]"); | throw new IllegalArgumentException( "Unable to convert [" + text + "] to type: [" + type.getName() + "]" ); | private Object convert(String text, Class type) { if ( type == Integer.class || type == int.class) { return new Integer( text ) ; } else if ( text == "null" ) { return null; } else if ( type == Character.class || type == char.class ) { ... | 6736 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6736/952fcbc554d440f1b636c24be032d12e62bbd038/MethodDataProvider.java/clean/drools-core/src/main/java/org/drools/base/dataproviders/MethodDataProvider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1033,
1765,
12,
780,
977,
16,
21821,
1659,
618,
13,
288,
3639,
309,
261,
618,
422,
2144,
18,
1106,
747,
618,
422,
509,
18,
1106,
13,
288,
5411,
327,
394,
2144,
12,
977,
262,
274... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1033,
1765,
12,
780,
977,
16,
21821,
1659,
618,
13,
288,
3639,
309,
261,
618,
422,
2144,
18,
1106,
747,
618,
422,
509,
18,
1106,
13,
288,
5411,
327,
394,
2144,
12,
977,
262,
274... |
if (messageImage.getVisible()) { | if (showingError) { | public void setErrorMessage(String errorMessage) { if (errorMessage == null) { if (messageImage.getVisible()) { // we were previously showing an error messageLabel.setBackground(normalMsgAreaBackground); messageImage.setBackground(normalMsgAreaBackground); messageArea.setBackground(normalMsgAreaBackground); ... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/c4f6eea0242519035d1255fb52958492b9739dbf/TitleAreaDialog.java/buggy/bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/dialogs/TitleAreaDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
9967,
1079,
12,
780,
9324,
13,
288,
202,
430,
261,
1636,
1079,
422,
446,
13,
288,
202,
202,
430,
261,
2150,
2040,
18,
588,
6207,
10756,
288,
1082,
202,
759,
732,
4591,
7243,
17253... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
9967,
1079,
12,
780,
9324,
13,
288,
202,
430,
261,
1636,
1079,
422,
446,
13,
288,
202,
202,
430,
261,
2150,
2040,
18,
588,
6207,
10756,
288,
1082,
202,
759,
732,
4591,
7243,
17253... |
for (int i=0; i<resTypes.size(); i++) { | for (int i = 0; i < resTypes.size(); i++) { | public static Map getDefaultValuesFromMessages(CmsMessages messages) { HashMap result = new HashMap(); List resTypes = OpenCms.getResourceManager().getResourceTypes(); for (int i=0; i<resTypes.size(); i++) { I_CmsResourceType type = (I_CmsResourceType)resTypes.get(i); ... | 8585 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8585/98f698d905eee245c2e39e11531b99a5f27e0d0f/CmsTemplateContentListItem.java/buggy/src/org/opencms/jsp/util/CmsTemplateContentListItem.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1635,
4829,
1972,
1265,
5058,
12,
4747,
5058,
2743,
13,
288,
3639,
4317,
563,
273,
394,
4317,
5621,
3639,
987,
400,
2016,
273,
10319,
18,
588,
1420,
1318,
7675,
588,
1420,
2016... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4829,
1972,
1265,
5058,
12,
4747,
5058,
2743,
13,
288,
3639,
4317,
563,
273,
394,
4317,
5621,
3639,
987,
400,
2016,
273,
10319,
18,
588,
1420,
1318,
7675,
588,
1420,
2016... |
public void testUndeploy() throws Exception { System.setProperty(MuleProperties.DISABLE_SERVER_CONNECTIONS_SYSTEM_PROPERTY, "true"); final UMOManager manager = getManager(); final UMOConnector connector = getTestConnector(); connector.setName("TEST_CONNECTOR"); final JmxAgent j... | 28323 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/28323/b656e0806058d87c5db05880209b51a8d57416d0/ConnectorServiceTestCase.java/buggy/mule/src/test/java/org/mule/management/mbeans/ConnectorServiceTestCase.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
6459,
3813,
984,
12411,
1435,
15069,
503,
95,
3163,
18,
542,
1396,
12,
49,
725,
2297,
18,
13498,
2782,
67,
4370,
67,
15461,
55,
67,
14318,
67,
9900,
10837,
3767,
8863,
6385,
2799,
1872,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3813,
984,
12411,
1435,
15069,
503,
95,
3163,
18,
542,
1396,
12,
49,
725,
2297,
18,
13498,
2782,
67,
4370,
67,
15461,
55,
67,
14318,
67,
9900,
10837,
3767,
8863,
6385,
2799,
1872,
... | ||
{ ChatWindow win = (ChatWindow)we.getWindow(); | { ChatWindow win = (ChatWindow)we.getWindow(); | public void windowClosed(WindowEvent we) { ChatWindow win = (ChatWindow)we.getWindow(); mChatWindows.remove(win); JavolinMenuBar.notifyUpdateWindowMenu(); mUserChatW... | 49579 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49579/fa2d8985af9550bb199cf13d2cfbca62b1d66e2f/JavolinApp.java/buggy/Javolin/source/org/volity/javolin/JavolinApp.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
7682,
1071,
918,
2742,
7395,
12,
3829,
1133,
732,
13,
13491,
288,
18701,
16903,
3829,
5657,
273,
261,
14163,
3829,
13,
1814,
18,
588,
3829,
5621,
18701,
312,
14163,
10399,
18,
4479,
12,
8082,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
7682,
1071,
918,
2742,
7395,
12,
3829,
1133,
732,
13,
13491,
288,
18701,
16903,
3829,
5657,
273,
261,
14163,
3829,
13,
1814,
18,
588,
3829,
5621,
18701,
312,
14163,
10399,
18,
4479,
12,
8082,
... |
DrawableSequence ds = fromString(sequence); | DrawableSequence ds = fromString(e.getAccessionCode(),sequence); | public void newSequence(SequenceEvent e) { String sequence = e.getSequence(); DrawableSequence ds = fromString(sequence); Iterator iter = seqRenderers.iterator(); while (iter.hasNext()){ SequenceRenderer renderer = (SequenceRenderer)iter.next(); ... | 52521 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52521/ecb4a47453fdced2ed52496382d460000175b151/SequenceManager.java/clean/src/org/biojava/spice/manypanel/managers/SequenceManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
394,
4021,
12,
4021,
1133,
425,
13,
288,
3639,
514,
3102,
273,
425,
18,
588,
4021,
5621,
3639,
28074,
4021,
3780,
273,
14855,
12,
73,
18,
588,
1862,
285,
1085,
9334,
6178,
17... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
394,
4021,
12,
4021,
1133,
425,
13,
288,
3639,
514,
3102,
273,
425,
18,
588,
4021,
5621,
3639,
28074,
4021,
3780,
273,
14855,
12,
73,
18,
588,
1862,
285,
1085,
9334,
6178,
17... |
if (bSalvo) { phaseReport.append(hits + sSalvoType + "hit" + toHit.getTableDesc() + "."); if (amsHits > 0) { phaseReport.append("\n\tAMS shoots down " + amsHits + " missile(s)."); } /* 2002-10-24 Suvarov454 : commented out to clean up weapons phase. phaseReport.append("\n\t"); */ } | private void resolveWeaponAttack(WeaponAttackAction waa, int lastEntityId) { final Entity ae = game.getEntity(waa.getEntityId()); final Entity te = game.getEntity(waa.getTargetId()); final Mounted weapon = ae.getEquipment(waa.getWeaponId()); final WeaponType wtype = (WeaponType)weapon.ge... | 3464 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3464/0433a26a5561ef841c00051e6bcddfdb757fc34d/Server.java/clean/megamek/src/megamek/server/Server.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
309,
261,
70,
55,
287,
12307,
13,
288,
6855,
4820,
18,
6923,
12,
15173,
397,
272,
55,
287,
12307,
559,
397,
315,
15989,
6,
397,
358,
13616,
18,
588,
1388,
4217,
1435,
397,
4585,
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,
282,
309,
261,
70,
55,
287,
12307,
13,
288,
6855,
4820,
18,
6923,
12,
15173,
397,
272,
55,
287,
12307,
559,
397,
315,
15989,
6,
397,
358,
13616,
18,
588,
1388,
4217,
1435,
397,
4585,
1769,
... | |
throw new RubyNameException(ruby, name + " is not struct member"); | throw new NameError(ruby, name + " is not struct member"); | public RubyObject set(RubyObject value) { String name = ruby.getRubyFrame().getLastFunc(); RubyArray member = (RubyArray) getInstanceVariable(classOf(), "__member__"); if (member.isNil()) { throw new RubyBugException("uninitialized struct"); } modify(); for (int ... | 48300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48300/8140cac1b7c2375c549787852e38fa6c52b199df/RubyStruct.java/clean/org/jruby/RubyStruct.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
921,
444,
12,
54,
10340,
921,
460,
13,
288,
3639,
514,
508,
273,
22155,
18,
588,
54,
10340,
3219,
7675,
588,
3024,
2622,
5621,
3639,
19817,
1076,
3140,
273,
261,
54,
10340,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
19817,
921,
444,
12,
54,
10340,
921,
460,
13,
288,
3639,
514,
508,
273,
22155,
18,
588,
54,
10340,
3219,
7675,
588,
3024,
2622,
5621,
3639,
19817,
1076,
3140,
273,
261,
54,
10340,
... |
IdFunction.define(scope, name, obj, id, ScriptableObject.DONTENUM, sealed); | IdFunction f = new IdFunction(FTAG, obj, name, id); f.defineAsScopeProperty(scope, sealed); | public static void init(Context cx, Scriptable scope, boolean sealed) { NativeGlobal obj = new NativeGlobal(); obj.scopeSlaveFlag = true; for (int id = 1; id <= LAST_SCOPE_FUNCTION_ID; ++id) { String name; switch (id) { case Id_decodeURI: name = "de... | 12376 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12376/8f28fc868ac3f30ea37494abfddb6358154786c3/NativeGlobal.java/buggy/js/rhino/src/org/mozilla/javascript/NativeGlobal.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
1208,
12,
1042,
9494,
16,
22780,
2146,
16,
1250,
695,
18931,
13,
288,
3639,
16717,
5160,
1081,
273,
394,
16717,
5160,
5621,
3639,
1081,
18,
4887,
20302,
4678,
273,
638,
31... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
1208,
12,
1042,
9494,
16,
22780,
2146,
16,
1250,
695,
18931,
13,
288,
3639,
16717,
5160,
1081,
273,
394,
16717,
5160,
5621,
3639,
1081,
18,
4887,
20302,
4678,
273,
638,
31... |
rb_define_method(rb_cString, "dup", rb_str_dup, 0); rb_define_method(rb_cString, "<=>", rb_str_cmp_m, 1); rb_define_method(rb_cString, "==", rb_str_equal, 1); rb_define_method(rb_cString, "===", rb_str_equal, 1); rb_define_method(rb_cString, "eql?", rb_str_equal, 1); rb_define_method(rb_cString, "hash", rb_str_hash_m, ... | rb_define_method(rb_cString, "dup", rb_str_dup, 0);*/ stringClass.defineMethod("<=>", getMethod("op_cmp", RubyObject.class)); stringClass.defineMethod("==", getMethod("m_equal", RubyObject.class)); stringClass.defineMethod("===", getMethod("m_equal", RubyObject.class)); stringClass.defineMethod("eql?", getMethod("m_eq... | public static RubyClass createStringClass(Ruby ruby) { RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); stringClass.includeModule(ruby.getRubyClass("Comparable")); // stringClass.includeModule(ruby.getModules().getEnumerable()); stringClass.defin... | 50993 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50993/60d09f0d06e157ff7d9bb828d89273706e4e2798/RbString.java/clean/org/jruby/core/RbString.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
19817,
797,
752,
780,
797,
12,
54,
10340,
22155,
13,
288,
3639,
19817,
797,
533,
797,
273,
22155,
18,
11255,
797,
2932,
780,
3113,
22155,
18,
588,
921,
797,
10663,
7734,
533,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
19817,
797,
752,
780,
797,
12,
54,
10340,
22155,
13,
288,
3639,
19817,
797,
533,
797,
273,
22155,
18,
11255,
797,
2932,
780,
3113,
22155,
18,
588,
921,
797,
10663,
7734,
533,
... |
public org.quickfix.field.PartyID getPartyID() throws FieldNotFound { org.quickfix.field.PartyID value = new org.quickfix.field.PartyID(); | public quickfix.field.PartyID getPartyID() throws FieldNotFound { quickfix.field.PartyID value = new quickfix.field.PartyID(); | public org.quickfix.field.PartyID getPartyID() throws FieldNotFound { org.quickfix.field.PartyID value = new org.quickfix.field.PartyID(); getField(value); return value; } | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/fecc27f98261270772ff182a1d4dfd94b5daa73d/QuoteCancel.java/clean/src/java/src/quickfix/fix43/QuoteCancel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
17619,
734,
1689,
7325,
734,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
17619,
734,
460,
273,
394,
2358,
18,
19525,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
17619,
734,
1689,
7325,
734,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
17619,
734,
460,
273,
394,
2358,
18,
19525,
... |
void attachTo(ContextFactory factory) { | public void attachTo(ContextFactory factory) { detach(); | void attachTo(ContextFactory factory) { this.contextFactory = factory; factory.addListener(new DimIProxy(this, IPROXY_LISTEN)); } | 7555 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7555/2d4fc75b74d717c754829dde488ff0a7456682cc/Dim.java/buggy/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/Dim.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
3306,
774,
12,
29871,
3272,
13,
565,
288,
3639,
333,
18,
2472,
1733,
273,
3272,
31,
3639,
3272,
18,
1289,
2223,
12,
2704,
463,
381,
45,
3886,
12,
2211,
16,
2971,
1457,
8546,
67,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
3306,
774,
12,
29871,
3272,
13,
565,
288,
3639,
333,
18,
2472,
1733,
273,
3272,
31,
3639,
3272,
18,
1289,
2223,
12,
2704,
463,
381,
45,
3886,
12,
2211,
16,
2971,
1457,
8546,
67,
... |
return null; | throw org.postgresql.Driver.notImplemented(); | public java.sql.ResultSet getVersionColumns(String catalog, String schema, String table) throws SQLException { // XXX-Not Implemented return null; } | 47288 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47288/44ae35cab91f1e5a6452da489d4a0c34e181afb9/DatabaseMetaData.java/clean/src/interfaces/jdbc/org/postgresql/jdbc2/DatabaseMetaData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
1071,
2252,
18,
4669,
18,
13198,
8343,
3380,
12,
780,
6222,
16,
514,
1963,
16,
514,
1014,
13,
1216,
6483,
225,
288,
565,
368,
11329,
17,
1248,
18788,
282,
604,
2358,
18,
2767,
24330,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
1071,
2252,
18,
4669,
18,
13198,
8343,
3380,
12,
780,
6222,
16,
514,
1963,
16,
514,
1014,
13,
1216,
6483,
225,
288,
565,
368,
11329,
17,
1248,
18788,
282,
604,
2358,
18,
2767,
24330,
18... |
int offset = getOffset(error, textArea); if(caretPosition > offset) { | int offset = RubyPlugin.getNonSpaceStartOffset(error.getLineNumber()); if (caretPosition > offset) { | public static void previousError(JEditTextArea textArea) { int caretPosition = textArea.getCaretPosition(); List<ErrorSource.Error> errors = Arrays.asList(RubySideKickParser.getErrors()); Collections.reverse(errors); for (ErrorSource.Error error : errors) { int offset = getOff... | 13291 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13291/78910396db526f1a2c23d8031643a45e6343ce79/RubyActions.java/clean/src/org/jedit/ruby/RubyActions.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2416,
668,
12,
46,
4666,
1528,
5484,
977,
5484,
13,
288,
3639,
509,
21683,
2555,
273,
977,
5484,
18,
588,
39,
20731,
2555,
5621,
3639,
987,
32,
668,
1830,
18,
668,
34,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2416,
668,
12,
46,
4666,
1528,
5484,
977,
5484,
13,
288,
3639,
509,
21683,
2555,
273,
977,
5484,
18,
588,
39,
20731,
2555,
5621,
3639,
987,
32,
668,
1830,
18,
668,
34,
... |
return getWorkbenchIntroManager(); } | return getWorkbenchIntroManager(); } | public IIntroManager getIntroManager() { return getWorkbenchIntroManager(); } | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/9337b828e86179850647141c34d497be28275ed2/Workbench.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
467,
1702,
303,
1318,
8145,
303,
1318,
1435,
288,
3639,
327,
29026,
22144,
1702,
303,
1318,
5621,
565,
289,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
467,
1702,
303,
1318,
8145,
303,
1318,
1435,
288,
3639,
327,
29026,
22144,
1702,
303,
1318,
5621,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
if (activePart == newPart) return; | if (activePart == newPart) { return; } | public void updateActivePart(IWorkbenchPart newPart) { if (activePart == newPart) return; boolean isNewPartAnEditor = newPart instanceof IEditorPart; if (isNewPartAnEditor) { String oldId = null; if (topEditor != null) ... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/fa4a8cff0e027f8d3c6b1fcb92b30f46767dd191/WorkbenchPage.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
1089,
3896,
1988,
12,
45,
2421,
22144,
1988,
394,
1988,
13,
288,
5411,
309,
261,
3535,
1988,
422,
394,
1988,
13,
7734,
327,
31,
5411,
1250,
10783,
1988,
979,
6946,
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,
540,
1071,
918,
1089,
3896,
1988,
12,
45,
2421,
22144,
1988,
394,
1988,
13,
288,
5411,
309,
261,
3535,
1988,
422,
394,
1988,
13,
7734,
327,
31,
5411,
1250,
10783,
1988,
979,
6946,
273,
394,
... |
CmsContextInfo contextInfo = new CmsContextInfo(cms.getRequestContext().currentUser(), cms.getRequestContext() .currentProject(), vfsName, "/", i18nInfo.getLocale(), i18nInfo.getEncoding(), remoteAddr); | CmsContextInfo contextInfo = new CmsContextInfo( cms.getRequestContext().currentUser(), cms.getRequestContext().currentProject(), vfsName, "/", i18nInfo.getLocale(), i18nInfo.getEncoding(), remoteAddr); | public int export(HttpServletRequest req, HttpServletResponse res, CmsObject cms, CmsStaticExportData data) throws CmsException, IOException, ServletException, CmsStaticExportException { int status = -1; CmsFile file; String vfsName = data.getVfsName(); String rfsName = data.getRfsNam... | 8585 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8585/d6b5089281646a808cd03ce9039138d8b4818362/CmsStaticExportManager.java/buggy/src/org/opencms/staticexport/CmsStaticExportManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
3359,
12,
2940,
18572,
1111,
16,
12446,
400,
16,
14371,
6166,
16,
2149,
5788,
6144,
751,
501,
13,
565,
1216,
11228,
16,
1860,
16,
16517,
16,
2149,
5788,
6144,
503,
288,
3639,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
3359,
12,
2940,
18572,
1111,
16,
12446,
400,
16,
14371,
6166,
16,
2149,
5788,
6144,
751,
501,
13,
565,
1216,
11228,
16,
1860,
16,
16517,
16,
2149,
5788,
6144,
503,
288,
3639,
... |
next_ops = new HashSet(); | next_ops = new HashSet<SIROperator>(); | public void findPhases(SIROperator top) { phases.put(top, new Integer(0)); current_ops.add(top); do { findNextPhase(); current_ops = next_ops; next_ops = new HashSet(); number_of_phases++; } while (current_ops.size() != 0); } | 47772 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47772/1516f387f74fbdce50ff03ef09b7d356ac47e938/DiscoverSchedule.java/buggy/streams/src/at/dms/kjc/cluster/DiscoverSchedule.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1104,
3731,
3304,
12,
2320,
1457,
457,
639,
1760,
13,
288,
202,
844,
3304,
18,
458,
12,
3669,
16,
394,
2144,
12,
20,
10019,
202,
2972,
67,
4473,
18,
1289,
12,
3669,
1769,
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,
377,
1071,
918,
1104,
3731,
3304,
12,
2320,
1457,
457,
639,
1760,
13,
288,
202,
844,
3304,
18,
458,
12,
3669,
16,
394,
2144,
12,
20,
10019,
202,
2972,
67,
4473,
18,
1289,
12,
3669,
1769,
5... |
final List<String> addList = SettingsHandler.getGame().getACTypeAddString(ACType); final List<String> removeList = SettingsHandler.getGame().getACTypeRemoveString(ACType); | final List<String> addList = SettingsHandler.getGame() .getACTypeAddString(ACType); final List<String> removeList = SettingsHandler.getGame() .getACTypeRemoveString(ACType); | public int calcACOfType(final String ACType) { final List<String> addList = SettingsHandler.getGame().getACTypeAddString(ACType); final List<String> removeList = SettingsHandler.getGame().getACTypeRemoveString(ACType); if ((addList == null) && (removeList == null)) { Logging.errorPrint("Invalid ACType: " + ACTyp... | 48301 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48301/376816acf8bf134fa77bd6ea5c602dbe9af9bfbd/PlayerCharacter.java/clean/code/src/java/pcgen/core/PlayerCharacter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
509,
7029,
2226,
18859,
12,
6385,
514,
12048,
559,
13,
202,
95,
202,
202,
6385,
987,
32,
780,
34,
527,
682,
273,
8709,
1503,
18,
588,
12496,
7675,
588,
2226,
559,
986,
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,
225,
202,
482,
509,
7029,
2226,
18859,
12,
6385,
514,
12048,
559,
13,
202,
95,
202,
202,
6385,
987,
32,
780,
34,
527,
682,
273,
8709,
1503,
18,
588,
12496,
7675,
588,
2226,
559,
986,
780,
... |
if (dockedArea != SWT.NONE) undock(); | if (dockedArea != SWT.NONE) { undock(); } | private void trackOutsideTrimArea(Point pos) { // If we -were- docked then undock if (dockedArea != SWT.NONE) undock(); border.setLocation(pos, SWT.BOTTOM); } | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/fa4a8cff0e027f8d3c6b1fcb92b30f46767dd191/TrimDropTarget.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/TrimDropTarget.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
3238,
918,
3298,
28018,
14795,
5484,
12,
2148,
949,
13,
288,
540,
202,
759,
971,
732,
300,
91,
822,
17,
5822,
329,
1508,
22927,
975,
540,
202,
430,
261,
72,
975,
329,
5484,
480,
348,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
3238,
918,
3298,
28018,
14795,
5484,
12,
2148,
949,
13,
288,
540,
202,
759,
971,
732,
300,
91,
822,
17,
5822,
329,
1508,
22927,
975,
540,
202,
430,
261,
72,
975,
329,
5484,
480,
348,
... |
for(int j=0;j<out.length;j++) | for(int j=0;j<inner.length;j++) | public void clear() { filter=null; inWeights=null; outWeights=null; if(in!=null) { for(int i=0;i<in.length;i++) in[i]=null; in=null; } if(out!=null) { for(int i=0;i<out.length;i++) { UnflatEdge[] inner=out[i]; if(inner!=null) { for(int j=0;j<out.length;j++) inner[j]=null; out[i]=null; } ... | 5955 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5955/9adc9fba733f893fc1f459025b6dcabc6dfe366b/UnflatFilter.java/clean/streams/src/at/dms/kjc/flatgraph2/UnflatFilter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2424,
1435,
288,
202,
2188,
33,
2011,
31,
202,
267,
16595,
33,
2011,
31,
202,
659,
16595,
33,
2011,
31,
202,
430,
12,
267,
5,
33,
2011,
13,
288,
202,
565,
364,
12,
474,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2424,
1435,
288,
202,
2188,
33,
2011,
31,
202,
267,
16595,
33,
2011,
31,
202,
659,
16595,
33,
2011,
31,
202,
430,
12,
267,
5,
33,
2011,
13,
288,
202,
565,
364,
12,
474,
2... |
}; } verifyingGuard.setArguments(container); verifyingGuard.observe(getComponentImplementation()); } catch (PicoVerificationException ex) { throw ex; } catch (Exception ex) { final List list = new LinkedList(); list.add(ex); throw new PicoVerificationException(list); | return null; } }; | public void verify(final PicoContainer container) throws PicoVerificationException { try { if (verifyingGuard == null) { verifyingGuard = new Guard() { public Object run() { final Parameter[] currentParameters = getMatchingParameterListForSe... | 14040 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14040/cc6d9b2f6949bf9597d75d25765944fa44410cdc/SetterInjectionComponentAdapter.java/clean/java/picocontainer/src/java/org/picocontainer/defaults/SetterInjectionComponentAdapter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3929,
12,
6385,
453,
10764,
2170,
1478,
13,
1216,
453,
10764,
13483,
503,
288,
3639,
775,
288,
5411,
309,
261,
8705,
310,
16709,
422,
446,
13,
288,
7734,
3929,
310,
16709,
273,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3929,
12,
6385,
453,
10764,
2170,
1478,
13,
1216,
453,
10764,
13483,
503,
288,
3639,
775,
288,
5411,
309,
261,
8705,
310,
16709,
422,
446,
13,
288,
7734,
3929,
310,
16709,
273,... |
public final void markProgramOnAir() { if (!new devplugin.Date().equals(getDate())) { return; } Iterator it = getPrograms(); Program p; int diff = Integer.MAX_VALUE; int nDiff; Calendar cal = new GregorianCalendar(); cal.setTime(new Date(System.currentTimeMillis())); int time = cal.get(Calendar.HOUR_OF_DAY) * 60 + cal... | public synchronized void markProgramOnAir() { Program newProgramOnAir = null; devplugin.Date today = new devplugin.Date(); int time = IOUtilities.getMinutesAfterMidnight(); if (today.equals(getDate())) { Iterator iter = getPrograms(); while (iter.hasNext()) { Program prog = (Program) iter.next(); int startTime = pr... | public final void markProgramOnAir() { if (!new devplugin.Date().equals(getDate())) { return; } Iterator it = getPrograms(); Program p; int diff = Integer.MAX_VALUE; int nDiff; Calendar cal = new GregorianCalendar(); cal.setTime(new Date(System.currentTimeMillis())); int time = cal.get... | 9266 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9266/e9dd428c6cab411077a6f521a36ae5e5c44d94bb/MutableChannelDayProgram.java/buggy/tvbrowser/src/tvdataservice/MutableChannelDayProgram.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
727,
918,
2267,
9459,
1398,
29752,
1435,
288,
565,
309,
16051,
2704,
4461,
4094,
18,
1626,
7675,
14963,
12,
588,
1626,
1435,
3719,
288,
1377,
327,
31,
565,
289,
565,
4498,
518,
273,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
727,
918,
2267,
9459,
1398,
29752,
1435,
288,
565,
309,
16051,
2704,
4461,
4094,
18,
1626,
7675,
14963,
12,
588,
1626,
1435,
3719,
288,
1377,
327,
31,
565,
289,
565,
4498,
518,
273,... |
offsetToJavaArg += 8; | offsetToJavaArg = offsetToJavaArg.add(8); | private final boolean genMagic (VM_MethodReference m) { VM_Atom methodName = m.getName(); if (m.getType() == VM_TypeReference.Address) { // Address magic VM_TypeReference[] types = m.getParameterTypes(); // Loads all take the form: // ..., Address, [Offset] -> ..., Value if (methodName ... | 5245 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5245/c19269673fcdd14e39a92c30e8ccef4cb7ce0402/VM_Compiler.java/clean/rvm/src/vm/arch/intel/compilers/baseline/VM_Compiler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
727,
1250,
3157,
19289,
261,
7397,
67,
1305,
2404,
312,
13,
288,
565,
8251,
67,
3641,
4918,
273,
312,
18,
17994,
5621,
565,
309,
261,
81,
18,
588,
559,
1435,
422,
8251,
67,
7534,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
727,
1250,
3157,
19289,
261,
7397,
67,
1305,
2404,
312,
13,
288,
565,
8251,
67,
3641,
4918,
273,
312,
18,
17994,
5621,
565,
309,
261,
81,
18,
588,
559,
1435,
422,
8251,
67,
7534,
... |
formatStr = RequestUtils.message(pageContext, this.bundle, this.localeKey, FLOAT_FORMAT_KEY ); | formatStr = retrieveFormatString( FLOAT_FORMAT_KEY ); | protected String formatValue(Object valueToFormat) throws JspException { Format format = null; Object value = valueToFormat; Locale locale = RequestUtils.retrieveUserLocale( pageContext, this.localeKey ); boolean formatStrFromResources = false; // Return String object as is. ... | 2722 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2722/664fdf0f39beb4012452b93390247fcc78a63f66/WriteTag.java/buggy/src/share/org/apache/struts/taglib/bean/WriteTag.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
514,
740,
620,
12,
921,
30605,
1630,
13,
1216,
27485,
288,
3639,
4077,
740,
273,
446,
31,
3639,
1033,
460,
273,
30605,
1630,
31,
3639,
6458,
2573,
273,
1567,
1989,
18,
17466,
1299,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
740,
620,
12,
921,
30605,
1630,
13,
1216,
27485,
288,
3639,
4077,
740,
273,
446,
31,
3639,
1033,
460,
273,
30605,
1630,
31,
3639,
6458,
2573,
273,
1567,
1989,
18,
17466,
1299,
... |
separatorArea.setIPD(curPV.getCurrentSpan().getColumnWidth()); | separatorArea.setIPD(curPV.getRegionReference(Constants.FO_REGION_BODY).getIPD()); | protected void addAreas(PositionIterator posIter, LayoutContext context) { if (footnoteSeparatorLM != null) { StaticContent footnoteSeparator = pageSeq.getStaticContent( "xsl-footnote-separator"); // create a Block area that will contain the separa... | 5268 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5268/733cf3bd2c34d00ba2c42c1f18d915bd19cef724/PageSequenceLayoutManager.java/buggy/src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
4750,
918,
527,
28377,
12,
2555,
3198,
949,
2360,
16,
9995,
1042,
819,
13,
288,
5411,
309,
261,
10923,
7652,
6581,
17063,
480,
446,
13,
288,
7734,
10901,
1350,
14200,
7652,
6581,
273,
136... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
4750,
918,
527,
28377,
12,
2555,
3198,
949,
2360,
16,
9995,
1042,
819,
13,
288,
5411,
309,
261,
10923,
7652,
6581,
17063,
480,
446,
13,
288,
7734,
10901,
1350,
14200,
7652,
6581,
273,
136... |
return m_multiplicity == REQUIRED; | return !m_prop.isNullable() && !m_prop.isCollection(); | public boolean isRequired() { return m_multiplicity == REQUIRED; } | 12196 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12196/33d40a30749ceabf445a17f71fe56c89d7fc913c/Property.java/buggy/archive/proto/src/com/arsdigita/persistence/metadata/Property.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
14967,
1435,
288,
3639,
327,
401,
81,
67,
5986,
18,
291,
13349,
1435,
597,
401,
81,
67,
5986,
18,
291,
2532,
5621,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
14967,
1435,
288,
3639,
327,
401,
81,
67,
5986,
18,
291,
13349,
1435,
597,
401,
81,
67,
5986,
18,
291,
2532,
5621,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
EDataType dataType = attribute.getEAttributeType(); if (!dataType.getInstanceClass().equals("java.lang.String")) { return 0; | if (!returnsString(attribute)) { return -1; | public int getFieldLengthOf(EAttribute attribute) { EDataType dataType = attribute.getEAttributeType(); if (!dataType.getInstanceClass().equals("java.lang.String")) { return 0; } Map<String,String> attributeDetails = emfFacade.getAnnotationDetails(attribute, ExtendedProgModelConstants.ANNOTATION_ATTRIBUTE); ... | 13434 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13434/2d19b4c80cef7040b7fb05095f6b60cbb5de00be/ExtendedDomainClass.java/buggy/trunk/workspace/de.berlios.rcpviewer.domain/src/de/berlios/rcpviewer/progmodel/extended/ExtendedDomainClass.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
509,
5031,
1782,
951,
12,
41,
1499,
1566,
13,
288,
202,
202,
41,
6273,
8891,
273,
1566,
18,
588,
41,
19529,
5621,
202,
202,
430,
16051,
892,
559,
18,
588,
1442,
797,
7675,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
509,
5031,
1782,
951,
12,
41,
1499,
1566,
13,
288,
202,
202,
41,
6273,
8891,
273,
1566,
18,
588,
41,
19529,
5621,
202,
202,
430,
16051,
892,
559,
18,
588,
1442,
797,
7675,
1... |
initializeVariables (); | initializeVariables(); | void doParse ( String systemId, String publicId, Reader reader, InputStream stream, String encoding ) throws Exception { if (handler == null) throw new IllegalStateException ("no callback handler"); initializeVariables (); // predeclare the built-in entities here (replacement texts) // we don't need t... | 56365 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56365/7fb7568e63c3fe14af521de4699cb37898923ca7/XmlParser.java/buggy/libjava/gnu/xml/aelfred2/XmlParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
741,
3201,
261,
202,
780,
202,
202,
4299,
548,
16,
202,
780,
202,
202,
482,
548,
16,
202,
2514,
202,
202,
10530,
16,
202,
4348,
202,
3256,
16,
202,
780,
202,
202,
5999,
565,
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,
377,
918,
741,
3201,
261,
202,
780,
202,
202,
4299,
548,
16,
202,
780,
202,
202,
482,
548,
16,
202,
2514,
202,
202,
10530,
16,
202,
4348,
202,
3256,
16,
202,
780,
202,
202,
5999,
565,
262,... |
newComposites = new HashMap(); | newComposites = new java.util.HashMap(); | private void scanGlyphs(FontFileReader in, HashMap glyphs) throws IOException { TTFDirTabEntry entry = (TTFDirTabEntry)dirTabs.get("glyf"); HashMap newComposites = null; HashMap allComposites = new HashMap(); int newIndex = glyphs.size(); if (entry != nu... | 5268 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5268/2e2226dd0dd6733fdab0c36331723114a46eddd8/TTFSubSetFile.java/clean/src/org/apache/fop/fonts/TTFSubSetFile.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
4135,
25399,
12,
5711,
812,
2514,
316,
16,
18701,
4317,
23404,
13,
1216,
1860,
288,
3639,
399,
17963,
1621,
5661,
1622,
1241,
273,
261,
1470,
42,
1621,
5661,
1622,
13,
1214,
17... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
4135,
25399,
12,
5711,
812,
2514,
316,
16,
18701,
4317,
23404,
13,
1216,
1860,
288,
3639,
399,
17963,
1621,
5661,
1622,
1241,
273,
261,
1470,
42,
1621,
5661,
1622,
13,
1214,
17... |
public void clientDidLogon (Client client) { // if we were provided with a machine identifier, write it out BangAuthResponseData bard = (BangAuthResponseData) client.getAuthResponseData(); if (bard != null && bard.ident != null) { IdentUtil.setMachineIdentifier(bard.ide... | 8059 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8059/45485b539feed12796bea5b0c89e07f43a783a31/BangClient.java/clean/src/java/com/threerings/bang/client/BangClient.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1004,
18250,
1343,
265,
261,
1227,
1004,
13,
565,
288,
3639,
368,
309,
732,
4591,
2112,
598,
279,
5228,
2756,
16,
1045,
518,
596,
3639,
605,
539,
1730,
1064,
751,
324,
1060,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1004,
18250,
1343,
265,
261,
1227,
1004,
13,
565,
288,
3639,
368,
309,
732,
4591,
2112,
598,
279,
5228,
2756,
16,
1045,
518,
596,
3639,
605,
539,
1730,
1064,
751,
324,
1060,
... | ||
static java.lang.Object add_item_element(java.lang.Object c, java.lang.Object n, java.lang.Object c) { | static void add_item_element(java.lang.Object c, java.lang.Object n, java.lang.Object e) { | static java.lang.Object add_item_element(java.lang.Object c, java.lang.Object n, java.lang.Object c) { java.lang.Object cn = null; Map m = getItem(); if (m != null) { cn = m.add(n, c); } else { java.lang.System.out.println("ERROR: Could not add item element. The ite... | 11597 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11597/3782a05d6060577c74da6f3ba52480037d828396/ItemHandler.java/buggy/trunk/src/cyboi/cyboi/ItemHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
918,
527,
67,
1726,
67,
2956,
12,
6290,
18,
4936,
18,
921,
276,
16,
2252,
18,
4936,
18,
921,
290,
16,
2252,
18,
4936,
18,
921,
425,
13,
288,
3639,
2252,
18,
4936,
18,
921,
6227... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
918,
527,
67,
1726,
67,
2956,
12,
6290,
18,
4936,
18,
921,
276,
16,
2252,
18,
4936,
18,
921,
290,
16,
2252,
18,
4936,
18,
921,
425,
13,
288,
3639,
2252,
18,
4936,
18,
921,
6227... |
message = messageString == null ? "" : messageString; if (messageLabel == null || messageLabel.isDisposed()) { | message = messageString == null ? "" : messageString; if (messageLabel == null || messageLabel.isDisposed()) { | private void setMessage(String messageString) { //must not set null text in a label message = messageString == null ? "" : messageString; //$NON-NLS-1$ if (messageLabel == null || messageLabel.isDisposed()) { return; } messageLabel.setText(message); } | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/3a0562fdabac5839be163527744a56eaeeb31ec5/JobErrorDialog.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobErrorDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
15227,
12,
780,
883,
780,
13,
288,
3639,
368,
11926,
486,
444,
446,
977,
316,
279,
1433,
3639,
883,
273,
883,
780,
422,
446,
692,
1408,
294,
883,
780,
31,
4329,
3993,
17,
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,
377,
3238,
918,
15227,
12,
780,
883,
780,
13,
288,
3639,
368,
11926,
486,
444,
446,
977,
316,
279,
1433,
3639,
883,
273,
883,
780,
422,
446,
692,
1408,
294,
883,
780,
31,
4329,
3993,
17,
5... |
protected synchronized void saveToken(HttpServletRequest request) { HttpSession session = request.getSession(); String token = generateToken(request); if (token != null) { session.setAttribute(Globals.TRANSACTION_TOKEN_KEY, token); } | protected void saveToken(HttpServletRequest request) { token.saveToken(request); | protected synchronized void saveToken(HttpServletRequest request) { HttpSession session = request.getSession(); String token = generateToken(request); if (token != null) { session.setAttribute(Globals.TRANSACTION_TOKEN_KEY, token); } } | 54704 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54704/22f5c2c1ad1982dde458d75730bfcbb75463de39/Action.java/buggy/src/share/org/apache/struts/action/Action.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
3852,
918,
1923,
1345,
12,
2940,
18572,
590,
13,
288,
3639,
26166,
1339,
273,
590,
18,
588,
2157,
5621,
3639,
514,
1147,
273,
2103,
1345,
12,
2293,
1769,
3639,
309,
261,
2316,
480,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
3852,
918,
1923,
1345,
12,
2940,
18572,
590,
13,
288,
3639,
26166,
1339,
273,
590,
18,
588,
2157,
5621,
3639,
514,
1147,
273,
2103,
1345,
12,
2293,
1769,
3639,
309,
261,
2316,
480,
... |
public TA_RetCode KAMA( int startIdx, int endIdx, double inReal[], int optInTimePeriod, MInteger outBegIdx, MInteger outNbElement, double outReal[] ){ final double constMax = 2.0/(30.0+1.0); final double constDiff = 2.0/(2.0+1.0) - constMax; double tempReal, tempReal2; double sumROC1, periodROC, prevKAMA; int i, t... | 7231 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7231/1bccb7a13486c61b10e8ebdf0c938797539a3f3d/Core.java/clean/ta-lib/java/src/TA/Lib/Core.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
1071,
399,
37,
67,
7055,
1085,
1475,
2192,
37,
12,
509,
27108,
16,
509,
679,
4223,
16,
1645,
316,
6955,
63,
6487,
509,
2153,
382,
26540,
16,
490,
4522,
596,
24059,
4223,
16,
490,
4522,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1071,
399,
37,
67,
7055,
1085,
1475,
2192,
37,
12,
509,
27108,
16,
509,
679,
4223,
16,
1645,
316,
6955,
63,
6487,
509,
2153,
382,
26540,
16,
490,
4522,
596,
24059,
4223,
16,
490,
4522,
... | ||
return new LiteralConstraint( field, extractor, evaluator ); | return new LiteralConstraint( extractor, evaluator, field ); | private FieldConstraint getLiteralConstraint(final Column column, final String fieldName, final Object fieldValue, final Evaluator evaluator) { final Class clazz = (... | 31577 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31577/5cc4d6101cd80cc861e20f1898b2f7c0a67a16c2/LeapsRuleBaseTest.java/clean/drools-core/src/test/java/org/drools/leaps/LeapsRuleBaseTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
2286,
5806,
336,
6177,
5806,
12,
6385,
4753,
1057,
16,
4766,
1171,
727,
514,
4289,
16,
4766,
1171,
727,
1033,
10729,
16,
4766,
1171,
727,
31956,
18256,
13,
288,
3639,
727,
1659,
400... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2286,
5806,
336,
6177,
5806,
12,
6385,
4753,
1057,
16,
4766,
1171,
727,
514,
4289,
16,
4766,
1171,
727,
1033,
10729,
16,
4766,
1171,
727,
31956,
18256,
13,
288,
3639,
727,
1659,
400... |
loaded.clear(); | store = new SoundStore(); | public void clear() { loaded.clear(); } | 47738 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47738/42f685e71e65b7655225e37dc24736951612d9a7/SoundStore.java/buggy/src/org/newdawn/slick/openal/SoundStore.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
2424,
1435,
288,
202,
202,
4230,
18,
8507,
5621,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
2424,
1435,
288,
202,
202,
4230,
18,
8507,
5621,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
{ | public Expr clone(Object context) { NamespaceContext n = nsctx; if (context instanceof NamespaceContext) { n = (NamespaceContext) context; } FunctionAvailableFunction f = new FunctionAvailableFunction(n); int len = args.size(); List args2 = new ArrayList(len); for (int i = 0; i < l... | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/27e9978154ebcb2e4d9c4e05e11bf17d1b8e1ef5/FunctionAvailableFunction.java/buggy/core/src/classpath/gnu/gnu/xml/transform/FunctionAvailableFunction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
8074,
3236,
12,
921,
819,
13,
377,
6005,
1042,
290,
273,
3153,
5900,
31,
565,
309,
261,
2472,
1276,
6005,
1042,
13,
2398,
290,
273,
261,
3402,
1042,
13,
819,
31,
1377,
289,
565,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
8074,
3236,
12,
921,
819,
13,
377,
6005,
1042,
290,
273,
3153,
5900,
31,
565,
309,
261,
2472,
1276,
6005,
1042,
13,
2398,
290,
273,
261,
3402,
1042,
13,
819,
31,
1377,
289,
565,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.