rem stringlengths 1 53.3k | add stringlengths 0 80.5k | context stringlengths 6 326k | meta stringlengths 141 403 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|---|
protected void addCharacters(char data[], int start, int length) { | protected void addCharacters(char data[], int start, int length, Locator locator) { | protected void addCharacters(char data[], int start, int length) { if (textInfo == null) { // Really only need one of these, but need to get fontInfo // stored in propMgr for later use. propMgr.setFontInfo(getFOTreeControl()); textInfo = propMgr.getTextLayoutProps(... | 5268 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5268/a9562b6773199d07aefd242da47f89acd59becf0/FObjMixed.java/clean/src/java/org/apache/fop/fo/FObjMixed.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
527,
11600,
12,
3001,
501,
63,
6487,
509,
787,
16,
509,
769,
16,
2851,
639,
8871,
13,
288,
3639,
309,
261,
955,
966,
422,
446,
13,
288,
5411,
368,
868,
1230,
1338,
1608,
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,
377,
4750,
918,
527,
11600,
12,
3001,
501,
63,
6487,
509,
787,
16,
509,
769,
16,
2851,
639,
8871,
13,
288,
3639,
309,
261,
955,
966,
422,
446,
13,
288,
5411,
368,
868,
1230,
1338,
1608,
12... |
this.shell = shellToAdd; this.shell.attachTo(coreToUse); | this._shell = shell; this._shell.attachTo(core); | public void addShell(Shell shellToAdd, Core coreToUse) { this.shell = shellToAdd; this.shell.attachTo(coreToUse); if (this.stdOutAppender != null) { this.stdOutAppender.watch(this.shell); } if (this.stdErrAppender != null) { this.stdErrAppend... | 49735 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49735/6a34a4cb5cc8374e5588b5833b5726f8ca03111d/Console.java/buggy/JavaSource/org/aitools/programd/interfaces/Console.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
527,
13220,
12,
13220,
5972,
13786,
16,
4586,
2922,
18762,
13,
565,
288,
3639,
333,
18,
10304,
273,
5972,
13786,
31,
3639,
333,
18,
10304,
18,
7331,
774,
12,
3644,
18762,
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,
377,
1071,
918,
527,
13220,
12,
13220,
5972,
13786,
16,
4586,
2922,
18762,
13,
565,
288,
3639,
333,
18,
10304,
273,
5972,
13786,
31,
3639,
333,
18,
10304,
18,
7331,
774,
12,
3644,
18762,
1769,... |
public int getNormOffset(Point p0, Point p1, Point p2){ dd = (float)( ( (p2.x-p1.x)*(p0.y-p1.y) - (p0.x-p1.x)*(p2.y-p1.y) ) / Math.sqrt( (p2.x-p1.x)*(p2.x-p1.x) + (p2.y-p1.y)*(p2.y-p1.y) ) ); offset = -1 * (int) Math.round(dd); return offset; } | public static final int getNormOffset(Point p0, Point p1, Point p2){ float dd = (float)( ( (p2.x-p1.x)*(p0.y-p1.y) - (p0.x-p1.x)*(p2.y-p1.y) ) / Math.sqrt( (p2.x-p1.x)*(p2.x-p1.x) + (p2.y-p1.y)*(p2.y-p1.y) ) ); int offset = -1 * (int) Math.round(dd); return offset; } | public int getNormOffset(Point p0, Point p1, Point p2){ // p0: annotation's position // p1: edge's starting point // p2: edge's ending point dd = (float)( ( (p2.x-p1.x)*(p0.y-p1.y) - (p0.x-p1.x)*(p2.y-p1.y) ) / Math.sqrt( (p2.x-p1.x)*(p2.x-p1.x) + (p2.y-p1.y)*(p2.y-p1.y) ) ); offset = -1 * (... | 1732 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1732/74651828ffb41ff6412406677303505af1edf469/AnnotationHelper.java/clean/src/org/tigris/gef/presentation/AnnotationHelper.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
509,
11069,
535,
2335,
12,
2148,
293,
20,
16,
4686,
293,
21,
16,
4686,
293,
22,
15329,
202,
202,
759,
293,
20,
30,
3204,
1807,
1754,
202,
282,
202,
759,
293,
21,
30,
3591,
1807,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
509,
11069,
535,
2335,
12,
2148,
293,
20,
16,
4686,
293,
21,
16,
4686,
293,
22,
15329,
202,
202,
759,
293,
20,
30,
3204,
1807,
1754,
202,
282,
202,
759,
293,
21,
30,
3591,
1807,... |
if (modes.isWriteable()) { | if (modes.isWriteable() && output != System.out && output != System.err) { | public void close() throws IOException, BadDescriptorException { if (!isOpen()) { throw new BadDescriptorException(); } isOpen = false; if (modes.isReadable()) { input.close(); } if (modes.isWriteable()) { output.close(); ... | 47619 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47619/24fc00ac9f647542a77f440ea686cea2d209f347/IOHandlerUnseekable.java/buggy/src/org/jruby/util/IOHandlerUnseekable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1746,
1435,
1216,
1860,
16,
6107,
3187,
503,
288,
3639,
309,
16051,
291,
3678,
10756,
288,
540,
202,
12849,
394,
6107,
3187,
503,
5621,
3639,
289,
7734,
16633,
273,
629,
31,
36... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1746,
1435,
1216,
1860,
16,
6107,
3187,
503,
288,
3639,
309,
16051,
291,
3678,
10756,
288,
540,
202,
12849,
394,
6107,
3187,
503,
5621,
3639,
289,
7734,
16633,
273,
629,
31,
36... |
output.dumpObject(RubySymbol.newSymbol(runtime, className)); | output.dumpObject(RubySymbol.newSymbol(getRuntime(), className)); | public void marshalTo(MarshalStream output) throws java.io.IOException { output.write('S'); String className = getMetaClass().getName(); if (className == null) { throw new ArgumentError(runtime, "can't dump anonymous class"); } output.dumpObject(RubySymbol.newSymbol(run... | 47134 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47134/870e1da9b41bfdbae259e1fc5f18fc8b76686998/RubyStruct.java/clean/src/org/jruby/RubyStruct.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
10893,
774,
12,
8105,
1228,
876,
13,
1216,
2252,
18,
1594,
18,
14106,
288,
3639,
876,
18,
2626,
2668,
55,
8284,
3639,
514,
2658,
273,
11312,
797,
7675,
17994,
5621,
3639,
309,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
10893,
774,
12,
8105,
1228,
876,
13,
1216,
2252,
18,
1594,
18,
14106,
288,
3639,
876,
18,
2626,
2668,
55,
8284,
3639,
514,
2658,
273,
11312,
797,
7675,
17994,
5621,
3639,
309,
... |
public Feature getFeature() throws IOException { if (outputQueue.size() == 0) { if (segmentEnd) { segmentEnd = false; outputQueue.add(new Feature(Signal.SEGMENT_END, featureID.getNextID())); } else { ... | 8321 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8321/1543530d5450786e7ca159628ae7754c75a95409/FeatureExtractor.java/clean/sphinx4/edu/cmu/sphinx/frontend/FeatureExtractor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
225,
7881,
225,
17961,
1435,
225,
1216,
225,
1860,
225,
288,
7734,
309,
225,
261,
2844,
3183,
18,
1467,
1435,
225,
422,
225,
374,
13,
225,
288,
13491,
309,
225,
261,
9273,
1638,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
225,
7881,
225,
17961,
1435,
225,
1216,
225,
1860,
225,
288,
7734,
309,
225,
261,
2844,
3183,
18,
1467,
1435,
225,
422,
225,
374,
13,
225,
288,
13491,
309,
225,
261,
9273,
1638,
1... | ||
prefsDialog.addPanel(faderbox); | public PatchEdit () { super("JSynthLib"); instance = this; // phil@muqus.com (so can pop-up windows with PatchEdit as the boolean loadPrefsSuccessfull,loadDriverSuccessfull; this.appConfig = new AppConfig(); prefsDialog=new PrefsDialog (this); loadPrefsSu... | 7591 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7591/8a19252880179e41617863bfe75fd833bc064a4d/PatchEdit.java/clean/JSynthLib/core/PatchEdit.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
12042,
4666,
1832,
565,
288,
3639,
2240,
2932,
6479,
878,
451,
5664,
8863,
3639,
791,
273,
333,
31,
2868,
368,
1844,
330,
36,
13297,
372,
87,
18,
832,
261,
2048,
848,
1843,
17,
41... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12042,
4666,
1832,
565,
288,
3639,
2240,
2932,
6479,
878,
451,
5664,
8863,
3639,
791,
273,
333,
31,
2868,
368,
1844,
330,
36,
13297,
372,
87,
18,
832,
261,
2048,
848,
1843,
17,
41... | |
rb_define_method(rb_cString, "to_f", rb_str_to_f, 0); rb_define_method(rb_cString, "to_s", rb_str_to_s, 0); rb_define_method(rb_cString, "to_str", rb_str_to_s, 0); | */ stringClass.defineMethod("to_s", getMethod("m_to_s", false)); stringClass.defineMethod("to_str", getMethod("m_to_s", false)); /* | public static RubyClass createStringClass(Ruby ruby) { org.jruby.RubyClass stringClass = ruby.defineClass("String", ruby.getObjectClass()); // stringClass.includeModule(ruby.getModules().getComparable()); // stringClass.includeModule(ruby.getModules().getEnumerable()); st... | 46770 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46770/12847c6fd28fea4e223d132ced46eb1b4cb9de9a/RbString.java/buggy/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,
2358,
18,
78,
27768,
18,
54,
10340,
797,
533,
797,
273,
22155,
18,
11255,
797,
2932,
780,
3113,
22155,
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,
1071,
760,
19817,
797,
752,
780,
797,
12,
54,
10340,
22155,
13,
288,
3639,
2358,
18,
78,
27768,
18,
54,
10340,
797,
533,
797,
273,
22155,
18,
11255,
797,
2932,
780,
3113,
22155,
18,
588... |
if( fileName.toUpperCase().endsWith(".XSD")) | if ( fileName.toUpperCase( ).endsWith( ".XSD" ) ) | public static ATreeNode getSchemaTree( String fileName ) throws OdaException { if( fileName.toUpperCase().endsWith(".XSD")) return XSDFileSchemaTreePopulator.getSchemaTree( fileName ); else return new XMLFileSchemaTreePopulator().getSchemaTree( fileName ); } | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/145a679d5a271527073531183c90d5bb2a955ab0/SchemaPopulationUtil.java/buggy/data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopulationUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
432,
12513,
11088,
2471,
12,
514,
3968,
262,
1082,
202,
15069,
531,
2414,
503,
202,
95,
202,
202,
430,
12,
3968,
18,
869,
8915,
7675,
5839,
1190,
2932,
18,
31244,
6,
3719... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
432,
12513,
11088,
2471,
12,
514,
3968,
262,
1082,
202,
15069,
531,
2414,
503,
202,
95,
202,
202,
430,
12,
3968,
18,
869,
8915,
7675,
5839,
1190,
2932,
18,
31244,
6,
3719... |
layoutBlock( xs, cm, p.getBounds( ), p.getInsets( ), cbl, rtc ); | layoutBlock( xs, cm, pl.getBounds( ), pl.getInsets( ), cbl, rtc ); | private void doLayout_tmp( IDisplayServer xs, Chart cm, Bounds boFull, RunTimeContext rtc ) throws ChartException { final boolean isRightToLeft = rtc.isRightToLeft( ); Block bl = cm.getBlock( ); bl.setBounds( boFull ); Insets ins = bl.getInsets( ); Bounds bo = boFull.adjustedInstance( ins ); Legend lg = cm.get... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/bdbe857d641e2e27600409e7bb20f1950ed1536b/LayoutManager.java/clean/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/layout/LayoutManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
741,
3744,
67,
5645,
12,
1599,
291,
1601,
2081,
9280,
16,
14804,
5003,
16,
20382,
800,
5080,
16,
1082,
202,
1997,
950,
1042,
436,
5111,
262,
1216,
14804,
503,
202,
95,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
741,
3744,
67,
5645,
12,
1599,
291,
1601,
2081,
9280,
16,
14804,
5003,
16,
20382,
800,
5080,
16,
1082,
202,
1997,
950,
1042,
436,
5111,
262,
1216,
14804,
503,
202,
95,
2... |
if (_dtd == null) _dtd = new DTDMonitor(); | public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException { // Create new contained for unparsed entities if (_dtd == null) _dtd = new DTDMonitor(); _dtd.unparsedEntityDecl(name, publicId, systemId, notationName); } | 2723 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2723/b5ae7f28ec2079614308680de6424fe233f827dc/TransformerHandlerImpl.java/buggy/src/org/apache/xalan/xsltc/trax/TransformerHandlerImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
27810,
1943,
3456,
12,
780,
508,
16,
514,
1071,
548,
16,
6862,
282,
514,
30083,
16,
514,
12155,
461,
13,
202,
15069,
14366,
377,
288,
202,
759,
1788,
394,
7542,
364,
27810,
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,
27810,
1943,
3456,
12,
780,
508,
16,
514,
1071,
548,
16,
6862,
282,
514,
30083,
16,
514,
12155,
461,
13,
202,
15069,
14366,
377,
288,
202,
759,
1788,
394,
7542,
364,
27810,
5... | |
public BadPaddingException(String msg) { super(msg); | public BadPaddingException() { super(); | public BadPaddingException(String msg) { super(msg); } | 13991 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13991/3634d4d94b208431471fe506f413f97d460c7602/BadPaddingException.java/buggy/security/jss/org/mozilla/jss/crypto/BadPaddingException.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
6107,
9485,
503,
12,
780,
1234,
13,
288,
3639,
2240,
12,
3576,
1769,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
6107,
9485,
503,
12,
780,
1234,
13,
288,
3639,
2240,
12,
3576,
1769,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
this.me.stopProtocol(this); | this.jimmy_.stopProtocol(this); | public boolean tlvDecode(ICQTlv t){ switch(t.getType()){ case 0: break; case 1: break; case 2: break; case 3: break; case 4: break; case 5: System.out.println("Got Cookie"); this.bos = new String(t.getContent()); this.cookie = this.response.getTlv(2).getContent(); break; case 6: break; ... | 56431 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56431/074ac828d109cf303158742492d96658346a515c/ICQProtocol.java/buggy/trunk/jimmy/icq/ICQProtocol.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
268,
3070,
6615,
12,
2871,
53,
56,
3070,
268,
15329,
9506,
202,
9610,
12,
88,
18,
588,
559,
10756,
95,
202,
202,
3593,
202,
374,
30,
1082,
202,
8820,
31,
202,
202,
359... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
268,
3070,
6615,
12,
2871,
53,
56,
3070,
268,
15329,
9506,
202,
9610,
12,
88,
18,
588,
559,
10756,
95,
202,
202,
3593,
202,
374,
30,
1082,
202,
8820,
31,
202,
202,
359... |
return Character.isLetterOrDigit(ch) || ch == '_'; | return Character.isLetterOrDigit(ch) || ch == '_'; | public static final boolean isIdentChar(char ch) { return Character.isLetterOrDigit(ch) || ch == '_'; } | 47134 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47134/0a7181933af700ea8025a4197f3a5ebcc08333c3/RubyId.java/clean/org/jruby/RubyId.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
727,
1250,
353,
6106,
2156,
12,
3001,
462,
13,
288,
202,
2463,
6577,
18,
291,
13938,
1162,
10907,
12,
343,
13,
747,
462,
422,
4427,
31,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
727,
1250,
353,
6106,
2156,
12,
3001,
462,
13,
288,
202,
2463,
6577,
18,
291,
13938,
1162,
10907,
12,
343,
13,
747,
462,
422,
4427,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
... |
return configElement; } | return configElement; } | public IConfigurationElement getConfigElement() { return configElement; } | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/78fbd411aa8150e2bef41f7938bc2fc29c4fe55d/PerspectiveDescriptor.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveDescriptor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
467,
1750,
1046,
4367,
1046,
1435,
288,
3639,
327,
642,
1046,
31,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
467,
1750,
1046,
4367,
1046,
1435,
288,
3639,
327,
642,
1046,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Callback s_new = new ReflectionCallbackMethod(RubyTime.class, "s_new", false, true); | Callback s_new = CallbackFactory.getSingletonMethod(RubyTime.class, "s_new"); | public static RubyClass createTimeClass(Ruby ruby) { RubyClass timeClass = ruby.defineClass("Time", ruby.getClasses().getObjectClass()); Callback s_new = new ReflectionCallbackMethod(RubyTime.class, "s_new", false, true); timeClass.defineSingletonMethod("new", s_new); timeClass.defineSin... | 48300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48300/6076c5ab87d25a488469aa1a32f1d2c9c9e470b2/RubyTime.java/clean/org/jruby/RubyTime.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
19817,
797,
752,
950,
797,
12,
54,
10340,
22155,
13,
288,
3639,
19817,
797,
813,
797,
273,
22155,
18,
11255,
797,
2932,
950,
3113,
22155,
18,
588,
4818,
7675,
588,
921,
797,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
19817,
797,
752,
950,
797,
12,
54,
10340,
22155,
13,
288,
3639,
19817,
797,
813,
797,
273,
22155,
18,
11255,
797,
2932,
950,
3113,
22155,
18,
588,
4818,
7675,
588,
921,
797,
... |
existingPlatformValue.getId(), | existingPlatform.getId(), | public void visitPlatform ( AIPlatform aiplatform, AuthzSubjectValue subject, Log log, PlatformManagerLocal pmLocal, ConfigManagerLocal configMgr, CPropManager... | 52591 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52591/2ea002db9a39d87298688a383be6dd90e8782fe5/AIQRV_approve.java/buggy/src/org/hyperic/hq/appdef/server/session/AIQRV_approve.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3757,
8201,
261,
432,
45,
8201,
14679,
9898,
16,
27573,
3123,
94,
6638,
620,
3221,
16,
4766,
1827,
613,
16,
4766,
11810,
1318,
2042,
7430,
2042,
16,
27573,
1903,
1318,
2042,
64... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3757,
8201,
261,
432,
45,
8201,
14679,
9898,
16,
27573,
3123,
94,
6638,
620,
3221,
16,
4766,
1827,
613,
16,
4766,
11810,
1318,
2042,
7430,
2042,
16,
27573,
1903,
1318,
2042,
64... |
if (focusControl == proposalTable || focusControl == control || scrollbarClicked) | if (focusControl == proposalTable || scrollbarClicked) | public void handleEvent(final Event e) { // If focus is leaving an important widget if (e.type == SWT.FocusOut) { scrollbarClicked = false; // Ignore this event if it's only happening because focus // is moving between the popup shell, control, or scrollbar. // Do this in an async since the foc... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/e86767bca90c6512253f517086ea9c4cc5f088bd/ContentProposalAdapter.java/clean/bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
1640,
1133,
12,
6385,
2587,
425,
13,
288,
9506,
202,
759,
971,
7155,
353,
15086,
392,
10802,
3604,
9506,
202,
430,
261,
73,
18,
723,
422,
348,
8588,
18,
9233,
1182,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
1640,
1133,
12,
6385,
2587,
425,
13,
288,
9506,
202,
759,
971,
7155,
353,
15086,
392,
10802,
3604,
9506,
202,
430,
261,
73,
18,
723,
422,
348,
8588,
18,
9233,
1182,
13,
... |
} | } | private void initializePlugins() { for (Iterator i = plugins.values().iterator(); i.hasNext();) { Object plugin = i.next(); if(plugin instanceof ApplicationContextAware) { ((ApplicationContextAware)plugin).setApplicationContext(applicationContext); } } } | 26970 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/26970/9a48c67ca976a6eec32ecffd53cc3161656dc01a/DefaultGrailsPluginManager.java/buggy/src/commons/org/codehaus/groovy/grails/plugins/DefaultGrailsPluginManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
4046,
9461,
1435,
288,
202,
202,
1884,
261,
3198,
277,
273,
4799,
18,
2372,
7675,
9838,
5621,
277,
18,
5332,
2134,
5621,
13,
288,
1082,
202,
921,
1909,
273,
277,
18,
428... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4046,
9461,
1435,
288,
202,
202,
1884,
261,
3198,
277,
273,
4799,
18,
2372,
7675,
9838,
5621,
277,
18,
5332,
2134,
5621,
13,
288,
1082,
202,
921,
1909,
273,
277,
18,
428... |
fieldPointcuts[i].getExpression(), fieldPointcuts[i]); | callerSidePointcuts[i].getExpression(), callerSidePointcuts[i]); | public void addCallerSidePointcuts(final CallerSidePointcut[] fieldPointcuts) { synchronized (m_callerSidePointcuts) { for (int i = 0; i < fieldPointcuts.length; i++) { m_callerSidePointcuts.put( fieldPointcuts[i].getExpression(), fieldP... | 7954 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7954/c0ad9fd621e3e04228079c4d3161cf221ca08acb/Aspect.java/buggy/aspectwerkz/src/main/org/codehaus/aspectwerkz/Aspect.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
527,
11095,
8895,
2148,
5150,
87,
12,
6385,
20646,
8895,
2148,
5150,
8526,
652,
2148,
5150,
87,
13,
288,
3639,
3852,
261,
81,
67,
16140,
8895,
2148,
5150,
87,
13,
288,
5411,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
527,
11095,
8895,
2148,
5150,
87,
12,
6385,
20646,
8895,
2148,
5150,
8526,
652,
2148,
5150,
87,
13,
288,
3639,
3852,
261,
81,
67,
16140,
8895,
2148,
5150,
87,
13,
288,
5411,
... |
evaluateReader(cx, scope, in, filename, 1, securityDomain); | evaluateScript(cx, scope, in, null, filename, 1, securityDomain); | static void processFileSecure(Context cx, Scriptable scope, String filename, Object securityDomain) { Reader in = null; // Try filename first as URL try { URL url = new URL(filename); InputStream is = url.openStream(); in = ne... | 19000 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19000/ddfb9f0bb7279a9ff4f16a972c23b88fc6e367a4/Main.java/clean/toolsrc/org/mozilla/javascript/tools/shell/Main.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
918,
1207,
812,
12834,
12,
1042,
9494,
16,
22780,
2146,
16,
21394,
514,
1544,
16,
1033,
4373,
3748,
13,
565,
288,
3639,
5393,
316,
273,
446,
31,
3639,
368,
6161,
1544,
1122,
487,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1207,
812,
12834,
12,
1042,
9494,
16,
22780,
2146,
16,
21394,
514,
1544,
16,
1033,
4373,
3748,
13,
565,
288,
3639,
5393,
316,
273,
446,
31,
3639,
368,
6161,
1544,
1122,
487,
1... |
d.date = ScriptRuntime.NaN; return d.date; | this.date = ScriptRuntime.NaN; return this.date; | private static double makeTime(Scriptable dateObj, Object[] args, int maxargs, boolean local, Function funObj) { int i; double conv[] = new double[4]; double hour, min, sec, msec; double lorutime; /* Local or UTC vers... | 11366 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11366/1f40b84b6c54487dd6f26829d1ebda36a7567a38/NativeDate.java/clean/js/rhino/src/org/mozilla/javascript/NativeDate.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
1645,
1221,
950,
12,
3651,
429,
1509,
2675,
16,
1033,
8526,
833,
16,
4766,
282,
509,
943,
1968,
16,
1250,
1191,
16,
4766,
282,
4284,
9831,
2675,
13,
565,
288,
3639,
509,
277,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
1645,
1221,
950,
12,
3651,
429,
1509,
2675,
16,
1033,
8526,
833,
16,
4766,
282,
509,
943,
1968,
16,
1250,
1191,
16,
4766,
282,
4284,
9831,
2675,
13,
565,
288,
3639,
509,
277,... |
variables.put(getVarName(), Integer.toString(current)); | variables.put(getVarName(), Long.toString(current)); | public synchronized void iterationStart(LoopIterationEvent event) { // Cannot use getThreadContext() as not cloned per thread JMeterVariables variables = JMeterContextService.getContext().getVariables(); int start = getStart(), end = getEnd(), increment = getIncrement(); if (!isPerUser()) { if (globalCounter == ... | 50179 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50179/82cda7240c4c8ade1a7b2f9e884f395b64cd0a0f/CounterConfig.java/clean/src/components/org/apache/jmeter/modifiers/CounterConfig.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
3852,
918,
6532,
1685,
12,
6452,
10795,
1133,
871,
13,
288,
202,
202,
759,
14143,
999,
24459,
1042,
1435,
487,
486,
13027,
1534,
2650,
202,
202,
46,
16935,
6158,
3152,
273,
804,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
3852,
918,
6532,
1685,
12,
6452,
10795,
1133,
871,
13,
288,
202,
202,
759,
14143,
999,
24459,
1042,
1435,
487,
486,
13027,
1534,
2650,
202,
202,
46,
16935,
6158,
3152,
273,
804,... |
TextFieldBean servicename_input = new TextFieldBean(); | TextFieldBean servicename_input = event.getTextFieldBean("TFSERVICENAME"+tmfservice.getMessageType()); | private DefaultTableModel getMessagingFrame(FormEvent event, boolean readonly) { DefaultTableModel model = new DefaultTableModel(); PortletRequest req = event.getPortletRequest(); TableRowBean trMessaging = new TableRowBean(); TableCellBean tcMessagingDesc = new TableCellBean(); T... | 49343 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49343/2c7b61a379ee875c3e084b017c62aa1566e3c27d/ProfileManagerPortlet.java/clean/src/org/gridlab/gridsphere/portlets/core/user/ProfileManagerPortlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
2989,
1388,
1488,
30926,
3219,
12,
1204,
1133,
871,
16,
1250,
17102,
13,
288,
3639,
2989,
1388,
1488,
938,
273,
394,
2989,
1388,
1488,
5621,
3639,
21305,
691,
1111,
273,
871,
18,
58... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
2989,
1388,
1488,
30926,
3219,
12,
1204,
1133,
871,
16,
1250,
17102,
13,
288,
3639,
2989,
1388,
1488,
938,
273,
394,
2989,
1388,
1488,
5621,
3639,
21305,
691,
1111,
273,
871,
18,
58... |
final SortedSet modifierKeys = new TreeSet(); NaturalKey naturalKey = null; if ((accelerator & SWT.ALT) != 0) modifierKeys.add(ModifierKey.ALT); if ((accelerator & SWT.COMMAND) != 0) modifierKeys.add(ModifierKey.COMMAND); if ((accelerator & SWT.CTRL) != 0) modifierKeys.add(ModifierKey.CTRL); if ((accelerator & SWT.... | final int modifierKeys = accelerator & SWT.MODIFIER_MASK; final int naturalKey; if (accelerator == modifierKeys) { naturalKey = Integer.MIN_VALUE; | public static final KeyStroke convertAcceleratorToKeyStroke(int accelerator) { final SortedSet modifierKeys = new TreeSet(); NaturalKey naturalKey = null; if ((accelerator & SWT.ALT) != 0) modifierKeys.add(ModifierKey.ALT); if ((accelerator & SWT.COMMAND) != 0) modifierKeys.add(ModifierKey.COMMAND); if ((acce... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/092230ba080f34842abb8d636b3b6894254f8cc5/SWTKeySupport.java/buggy/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/SWTKeySupport.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
727,
1929,
14602,
1765,
28417,
774,
653,
14602,
12,
474,
15153,
7385,
13,
288,
202,
202,
6385,
22123,
9606,
2396,
273,
394,
19461,
5621,
202,
202,
23779,
3766,
653,
15145,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
727,
1929,
14602,
1765,
28417,
774,
653,
14602,
12,
474,
15153,
7385,
13,
288,
202,
202,
6385,
22123,
9606,
2396,
273,
394,
19461,
5621,
202,
202,
23779,
3766,
653,
15145,
... |
public List getGetFieldPointcuts(final String className, | public List getGetFieldPointcuts(final ClassMetaData classMetaData, | public List getGetFieldPointcuts(final String className, final FieldMetaData fieldMetaData) { if (className == null) throw new IllegalArgumentException("class name can not be null"); if (fieldMetaData == null) throw new IllegalArgumentException("field meta-data can ... | 7954 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7954/797e662bcd4bca47d6ac84f41fbf32bf15013a33/AspectWerkz.java/buggy/aspectwerkz/src/main/org/codehaus/aspectwerkz/AspectWerkz.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
987,
336,
967,
974,
2148,
5150,
87,
12,
6385,
1659,
6998,
667,
6998,
16,
19694,
727,
2286,
6998,
652,
6998,
13,
288,
3639,
309,
261,
12434,
422,
446,
13,
604,
394,
2754,
2932,
110... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
987,
336,
967,
974,
2148,
5150,
87,
12,
6385,
1659,
6998,
667,
6998,
16,
19694,
727,
2286,
6998,
652,
6998,
13,
288,
3639,
309,
261,
12434,
422,
446,
13,
604,
394,
2754,
2932,
110... |
il.insert(fact.createBranchInstruction(Constants.GOTO, sk)); | il.insert(InstructionFactory.createBranchInstruction(Constants.GOTO, sk)); | private InstructionList createJumpBasedOnBooleanOnStack() { InstructionList il = new InstructionList(); if (sk == fk) { // don't bother generating if it doesn't matter if (sk != next) { il.insert(fact.createBranchInstruction(Constants.GOTO, sk)); } ret... | 53148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/53148/fde423ac335eb547834bb6f1b0ec51ddfac51cd6/BcelRenderer.java/clean/weaver/src/org/aspectj/weaver/bcel/BcelRenderer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
24605,
682,
752,
26743,
9802,
1398,
5507,
1398,
2624,
1435,
288,
202,
202,
11983,
682,
14254,
273,
394,
24605,
682,
5621,
3639,
309,
261,
7771,
422,
10949,
13,
288,
5411,
368,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
24605,
682,
752,
26743,
9802,
1398,
5507,
1398,
2624,
1435,
288,
202,
202,
11983,
682,
14254,
273,
394,
24605,
682,
5621,
3639,
309,
261,
7771,
422,
10949,
13,
288,
5411,
368,
... |
vertex[normalIndex - 2] .cross(vertex[normalIndex + 1]) .normalize(); | vertex[normalIndex - 2].subtract(vertex[normalIndex]) .cross(vertex[normalIndex + 1].subtract(vertex[normalIndex])) .normalizeLocal(); | public void tessellate() { if(patch == null) { return; } int u = 0, v; float py, px, pyold; int detailLevel = patch.getDetailLevel(); Vector3f[] temp = new Vector3f[4]; Vector3f[] last = new Vector3f[detailLevel + 1]; temp[0] = patch.getAnchor(0, 3)... | 19503 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19503/74f7f4695fcdb311614f78a197f5fc2164aa1b95/BezierMesh.java/buggy/src/com/jme/scene/BezierMesh.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
268,
403,
1165,
340,
1435,
288,
3639,
309,
12,
2272,
422,
446,
13,
288,
5411,
327,
31,
3639,
289,
3639,
509,
582,
273,
374,
16,
331,
31,
3639,
1431,
2395,
16,
10318,
16,
23... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
268,
403,
1165,
340,
1435,
288,
3639,
309,
12,
2272,
422,
446,
13,
288,
5411,
327,
31,
3639,
289,
3639,
509,
582,
273,
374,
16,
331,
31,
3639,
1431,
2395,
16,
10318,
16,
23... |
public boolean isFocusCycleRoot() | public boolean isFocusCycleRoot(Container c) | public boolean isFocusCycleRoot() { return false; } | 13625 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13625/0da56f8faf07352467cbff76f7f508bd42b6fb73/Container.java/buggy/libjava/java/awt/Container.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1250,
353,
9233,
13279,
2375,
12,
2170,
276,
13,
225,
288,
565,
327,
629,
31,
225,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1250,
353,
9233,
13279,
2375,
12,
2170,
276,
13,
225,
288,
565,
327,
629,
31,
225,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
{if(PAContext.DebugExecution){System.out.print("\nparser "+context.engine.litMode()+":\""+x.image+"\"");System.out.flush();System.err.flush();}} | {if(PAContext.DebugExecution){System.out.print("\nparser ["+jj_input_stream.getBeginLine()+","+jj_input_stream.getBeginColumn()+"]"+context.engine.litMode()+":\""+x.image+"\"");System.out.flush();System.err.flush();}} | final public void parse(PAContext context) throws ParseException { Token x = null; try { label_1: while (true) { switch ((jj_ntk==-1)?jj_ntk():jj_ntk) { case INTEGER_LITERAL: case FLOATING_POINT_LITERAL: case STRING_LITERAL: case IDENTIFIER: case KEY_IDENT... | 3011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3011/3cd4a973dbdca1f7072d8e189d388c5a878cc9a6/PAParser.java/buggy/itext/src/com/lowagie/text/pdf/codec/postscript/PAParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
1071,
918,
1109,
12,
4066,
1042,
819,
13,
1216,
10616,
288,
3639,
3155,
619,
273,
446,
31,
565,
775,
288,
1377,
1433,
67,
21,
30,
1377,
1323,
261,
3767,
13,
288,
3639,
1620,
14015,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
1071,
918,
1109,
12,
4066,
1042,
819,
13,
1216,
10616,
288,
3639,
3155,
619,
273,
446,
31,
565,
775,
288,
1377,
1433,
67,
21,
30,
1377,
1323,
261,
3767,
13,
288,
3639,
1620,
14015,... |
public void tearDown() { v1=v2=v3=null; | public void tearDown() throws Exception { super.tearDown(); v1=v2=v3=null; | public void tearDown() { v1=v2=v3=null; } | 3550 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3550/13de68466e3cf7fde6ee0bde0cee09a33e837e89/ViewIdTest.java/clean/tests/junit/org/jgroups/tests/ViewIdTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
268,
2091,
4164,
1435,
288,
202,
90,
21,
33,
90,
22,
33,
90,
23,
33,
2011,
31,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
268,
2091,
4164,
1435,
288,
202,
90,
21,
33,
90,
22,
33,
90,
23,
33,
2011,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
init = nf.createLeaf(Token.VOID); | init = nf.createLeaf(Token.EMPTY); | private Object statementHelper(TokenStream ts) throws IOException, ParserException { Object pn = null; // If skipsemi == true, don't add SEMI + EOL to source at the // end of this statment. For compound statements, IF/FOR etc. boolean skipsemi = false; int tt; tt... | 51275 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51275/9fce703481e10b63f4a6c2a5b81c29dc4fac9dca/Parser.java/buggy/js/rhino/src/org/mozilla/javascript/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1033,
3021,
2276,
12,
1345,
1228,
3742,
13,
3639,
1216,
1860,
16,
27990,
565,
288,
3639,
1033,
11059,
273,
446,
31,
3639,
368,
971,
2488,
307,
9197,
422,
638,
16,
2727,
1404,
527,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3021,
2276,
12,
1345,
1228,
3742,
13,
3639,
1216,
1860,
16,
27990,
565,
288,
3639,
1033,
11059,
273,
446,
31,
3639,
368,
971,
2488,
307,
9197,
422,
638,
16,
2727,
1404,
527,
... |
if (isStaticMethod) { Class[] types = new Class[argumentTypes.length + 1]; System.arraycopy(argumentTypes, 0, types, 1, argumentTypes.length); types[0] = IRubyObject.class; argumentTypes = types; } try { | if (isStaticMethod) { Class[] types = new Class[argumentTypes.length + 1]; System.arraycopy(argumentTypes, 0, types, 1, argumentTypes.length); types[0] = IRubyObject.class; argumentTypes = types; } try { | public ReflectionCallback( Class type, String methodName, Class[] argumentTypes, boolean isRestArgs, boolean isStaticMethod, Arity arity) { super(type, methodName, argumentTypes, isRestArgs, isStaticMethod, arity); if (isStaticMethod) { Class[] types = ne... | 49687 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49687/765ab8f2eeed4e7c0c131b35b7ecadb0ee2855fd/ReflectionCallback.java/buggy/src/org/jruby/runtime/callback/ReflectionCallback.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
5685,
2428,
12,
3639,
1659,
618,
16,
3639,
514,
4918,
16,
3639,
1659,
8526,
1237,
2016,
16,
3639,
1250,
353,
5188,
2615,
16,
3639,
1250,
16116,
1305,
16,
3639,
1201,
560,
19353,
13,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
5685,
2428,
12,
3639,
1659,
618,
16,
3639,
514,
4918,
16,
3639,
1659,
8526,
1237,
2016,
16,
3639,
1250,
353,
5188,
2615,
16,
3639,
1250,
16116,
1305,
16,
3639,
1201,
560,
19353,
13,... |
attributeName), attributeType); | attributeName, attributeType), attributeType); | public static IObservableList observeDetailList(Realm realm, IObservableValue master, String attributeName, Class attributeType) { return MasterDetailObservables.detailList(master, listFactory(realm, attributeName), attributeType); } | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/ffebdcfaf4de61ff1c556d0208f0146a8ce45e70/BeansObservables.java/buggy/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/BeansObservables.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
1665,
3745,
682,
19389,
6109,
682,
12,
22545,
11319,
16,
1082,
202,
4294,
3745,
620,
4171,
16,
514,
9734,
16,
1659,
1566,
559,
13,
288,
202,
202,
2463,
13453,
6109,
26199,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1665,
3745,
682,
19389,
6109,
682,
12,
22545,
11319,
16,
1082,
202,
4294,
3745,
620,
4171,
16,
514,
9734,
16,
1659,
1566,
559,
13,
288,
202,
202,
2463,
13453,
6109,
26199,
... |
WorkbenchJob job = new WorkbenchJob(window.getShell().getDisplay(), ActivityMessages.getString("ManagerJob")) { | public void activityManagerChanged(ActivityManagerEvent activityManagerEvent) { Set activityIds = mutableActivityManager.getEnabledActivityIds(); // only update the windows if we've not processed this new enablement state already. if (!activityIds.equals(lastEnabled)) { lastEnabled = new HashSet(activit... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/4dd90155ddf8107b3b465a7558ab3121d6bd2652/WorkbenchActivitySupport.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/ws/WorkbenchActivitySupport.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
5728,
1318,
5033,
12,
6193,
1318,
1133,
5728,
1318,
1133,
13,
288,
9506,
202,
694,
5728,
2673,
273,
16074,
6193,
1318,
18,
588,
1526,
6193,
2673,
5621,
9506,
202,
759,
133... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
5728,
1318,
5033,
12,
6193,
1318,
1133,
5728,
1318,
1133,
13,
288,
9506,
202,
694,
5728,
2673,
273,
16074,
6193,
1318,
18,
588,
1526,
6193,
2673,
5621,
9506,
202,
759,
133... | |
public FileConnector() { | public FileConnector() { | public FileConnector() { filenameParser = new SimpleFilenameParser(); } | 28323 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/28323/a8694feed791240a786f09082dcf342f719e5760/FileConnector.java/buggy/providers/file/src/java/org/mule/providers/file/FileConnector.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1387,
7487,
1435,
565,
288,
3639,
1544,
2678,
273,
394,
4477,
5359,
2678,
5621,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1387,
7487,
1435,
565,
288,
3639,
1544,
2678,
273,
394,
4477,
5359,
2678,
5621,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
((ToHeader) ringing.getHeader(ToHeader.NAME)).getTag(), | riToTag, | public void testDialogProperties() { try { //CallId assertEquals( "The Dialog did not have the right Call ID.", ((CallIdHeader) riInvite.getHeader(CallIdHeader.NAME)) .getCallId(), dialog.getCallId().getCallId()); //Tran assertSame( "The Dialog.getTransaction did not return the right transacti... | 7607 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7607/843e5bbf3c6787d0081582193c197162522f77ae/DialogTest.java/buggy/trunk/src/test/tck/msgflow/DialogTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
6353,
2297,
1435,
288,
202,
202,
698,
288,
1082,
202,
759,
1477,
548,
1082,
202,
11231,
8867,
12,
9506,
202,
6,
1986,
17242,
5061,
486,
1240,
326,
2145,
3049,
1599,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6353,
2297,
1435,
288,
202,
202,
698,
288,
1082,
202,
759,
1477,
548,
1082,
202,
11231,
8867,
12,
9506,
202,
6,
1986,
17242,
5061,
486,
1240,
326,
2145,
3049,
1599,
... |
if (lastDecompiledResult == null || lastDecompiledResult.getDecompiledCode() == null) { | if (lastDecompiledResult == null) { | private void setSelectionInBytecodeView() { if (lastDecompiledResult == null || lastDecompiledResult.getDecompiledCode() == null) { return; } int startLine = currentSelection.getStartLine() + 1; String linePattern = DecompileResult.SOURCE_LINE_PREFIX + st... | 8320 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8320/06956b11ae8b08a76d08092c252b9a202d4d1ab8/BytecodeOutlineView.java/clean/eclipse/plugin/src/de/loskutov/bco/views/BytecodeOutlineView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
444,
6233,
382,
858,
16651,
1767,
1435,
288,
3639,
309,
261,
2722,
17731,
84,
1411,
1253,
422,
446,
5411,
747,
1142,
17731,
84,
1411,
1253,
18,
588,
17731,
84,
1411,
1085,
1435... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
444,
6233,
382,
858,
16651,
1767,
1435,
288,
3639,
309,
261,
2722,
17731,
84,
1411,
1253,
422,
446,
5411,
747,
1142,
17731,
84,
1411,
1253,
18,
588,
17731,
84,
1411,
1085,
1435... |
String size = (String) DesignerConstants.fontMap .get( DesignChoiceConstants.FONT_SIZE_MEDIUM ); | String size = (String) DesignerConstants.fontMap.get( DesignChoiceConstants.FONT_SIZE_MEDIUM ); | private static int getSmallerFontSizeIntValue( DesignElementHandle handle ) { if ( !( handle instanceof ReportItemHandle ) ) { if ( handle instanceof ModuleHandle ) { // return 10. String size = (String) DesignerConstants.fontMap .get( DesignChoiceConstants.FONT_SIZE_MEDIUM ); return Integer.parseI... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/32c331232f8bfd4ee9610e9105bb35ff9427651f/DEUtil.java/clean/UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
509,
1322,
81,
454,
264,
22688,
1702,
620,
12,
29703,
1046,
3259,
1640,
262,
202,
95,
202,
202,
430,
261,
401,
12,
1640,
1276,
8706,
1180,
3259,
262,
262,
202,
202,
95,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
509,
1322,
81,
454,
264,
22688,
1702,
620,
12,
29703,
1046,
3259,
1640,
262,
202,
95,
202,
202,
430,
261,
401,
12,
1640,
1276,
8706,
1180,
3259,
262,
262,
202,
202,
95,
... |
public ConstantInstruction(int opcode, Object constant) { this(opcode, constant, -1); | ConstantInstruction(int opcode, Object constant) { super(opcode); this.constant = constant; | public ConstantInstruction(int opcode, Object constant) { this(opcode, constant, -1); } | 5628 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5628/3b2648f2701255bc1c18283b0e4f29f3befd3216/ConstantInstruction.java/buggy/jode/jode/bytecode/ConstantInstruction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
10551,
11983,
12,
474,
11396,
16,
1033,
5381,
13,
288,
202,
2211,
12,
556,
710,
16,
5381,
16,
300,
21,
1769,
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,
10551,
11983,
12,
474,
11396,
16,
1033,
5381,
13,
288,
202,
2211,
12,
556,
710,
16,
5381,
16,
300,
21,
1769,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
forms.addElement(sexp); | if (isImportedInstance) { forms.insertElementAt(sexp, formsStart); formsStart++; } else forms.addElement(sexp); | public static boolean importDefinitions (Type type, String uri, Vector forms, ScopeExp defs, Compilation tr) { Language language = tr.getLanguage(); boolean immediate = tr.immediate && defs instanceof ModuleExp; String tname = type.getName(); Object instance = null; ClassType t = (ClassType) ty... | 36952 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/36952/f525ea41b4380e2b2e69fbe8acaaeac1d8735f65/require.java/clean/kawa/standard/require.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
1250,
1930,
7130,
261,
559,
618,
16,
514,
2003,
16,
5589,
10138,
16,
25083,
282,
5468,
2966,
17588,
16,
22416,
433,
13,
225,
288,
565,
9889,
2653,
273,
433,
18,
588,
3779,
56... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
1250,
1930,
7130,
261,
559,
618,
16,
514,
2003,
16,
5589,
10138,
16,
25083,
282,
5468,
2966,
17588,
16,
22416,
433,
13,
225,
288,
565,
9889,
2653,
273,
433,
18,
588,
3779,
56... |
StoreIncomingBlob redoRecorder = new StoreIncomingBlob(mDigest, mMsgSize, mMailboxIdList); redoRecorder.start(getTimestamp()); redoRecorder.setBlobBodyInfo(mData, mPath, mVolumeId); redoRecorder.log(); | StoreIncomingBlob redoRecorder = null; if (!getUnloggedReplay()) { redoRecorder = new StoreIncomingBlob(mDigest, mMsgSize, mMailboxIdList); redoRecorder.start(getTimestamp()); redoRecorder.setBlobBodyInfo(mData, mPath, mVolumeId); redoRecorder.log(); } | public void redo() throws Exception { // Execution of redo is logged to current redo logger. For most other // ops this is handled by Mailbox class, but StoreIncomingBlob is an // exception because of the way it is used in Mailbox. StoreIncomingBlob redoRecorder = new StoreIncom... | 6965 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6965/08650de5e4f902628b2f20a31d7080319cc9e188/StoreIncomingBlob.java/buggy/ZimbraServer/src/java/com/zimbra/cs/redolog/op/StoreIncomingBlob.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
24524,
1435,
1216,
1185,
288,
3639,
368,
8687,
434,
24524,
353,
7545,
358,
783,
24524,
1194,
18,
225,
2457,
4486,
1308,
3639,
368,
6727,
333,
353,
7681,
635,
11542,
2147,
667,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
24524,
1435,
1216,
1185,
288,
3639,
368,
8687,
434,
24524,
353,
7545,
358,
783,
24524,
1194,
18,
225,
2457,
4486,
1308,
3639,
368,
6727,
333,
353,
7681,
635,
11542,
2147,
667,
... |
log.debug("RESPONSE: " + response.getText()); | if (log.isDebugEnabled()) { log.debug("RESPONSE: " + response.getText()); } | public void doTest(String jspName) throws Exception { WebRequest request = new GetMethodWebRequest(jspName); WebResponse response = runner.getResponse(request); log.debug("RESPONSE: " + response.getText()); WebTable[] tables = response.getTables(); assertEquals("Expected one ta... | 7284 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7284/3b50c79e3280d9a33c9a06029bc6d0021644bdb0/GroupTest.java/clean/displaytag/src/test/java/org/displaytag/tags/GroupTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
741,
4709,
12,
780,
22535,
461,
13,
1216,
1185,
565,
288,
3639,
2999,
691,
590,
273,
394,
968,
1305,
4079,
691,
12,
24926,
461,
1769,
3639,
2999,
1064,
766,
273,
8419,
18,
58... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
741,
4709,
12,
780,
22535,
461,
13,
1216,
1185,
565,
288,
3639,
2999,
691,
590,
273,
394,
968,
1305,
4079,
691,
12,
24926,
461,
1769,
3639,
2999,
1064,
766,
273,
8419,
18,
58... |
debugMessage("reconfiguring item: begin"); | debug("reconfiguring item: begin"); | protected void reconfigItem() { debugMessage("reconfiguring item: begin"); Image old = _item.getImage(); Image icon = getIcon(); if (icon != null) { Rectangle bounds = icon.getBounds(); if ( (bounds.width > TAB_ICON_SIZE) || (bounds.height > TAB_ICON_SIZE) ) ... | 27487 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/27487/faa7191e3c6c23c9bf8c3a1ef3c62476b25b1150/BrowserTab.java/buggy/src/syndie/gui/BrowserTab.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
283,
1425,
1180,
1435,
288,
3639,
1198,
2932,
266,
1425,
4017,
761,
30,
2376,
8863,
3639,
3421,
1592,
273,
389,
1726,
18,
588,
2040,
5621,
3639,
3421,
4126,
273,
21724,
5621,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
283,
1425,
1180,
1435,
288,
3639,
1198,
2932,
266,
1425,
4017,
761,
30,
2376,
8863,
3639,
3421,
1592,
273,
389,
1726,
18,
588,
2040,
5621,
3639,
3421,
4126,
273,
21724,
5621,
3... |
String canonicalName = cs.name (); | String canonicalName = cs.name().toLowerCase(); | private void addCharset (Charset cs) { String canonicalName = cs.name (); charsets.put (canonicalName, cs); for (Iterator i = cs.aliases ().iterator (); i.hasNext (); ) canonicalNames.put (i.next (), canonicalName); } | 1739 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1739/8b9521b543363733791b0cb3aa8b0aad118ae75e/Provider.java/clean/libjava/gnu/java/nio/charset/Provider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
527,
9652,
261,
9652,
2873,
13,
225,
288,
565,
514,
7378,
461,
273,
2873,
18,
529,
7675,
869,
5630,
5621,
565,
1149,
4424,
18,
458,
261,
18288,
461,
16,
2873,
1769,
565,
364,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
527,
9652,
261,
9652,
2873,
13,
225,
288,
565,
514,
7378,
461,
273,
2873,
18,
529,
7675,
869,
5630,
5621,
565,
1149,
4424,
18,
458,
261,
18288,
461,
16,
2873,
1769,
565,
364,... |
setText(s); | public void setTextContents(String s) throws NotImplementedException { // TODO } | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/ff4d557efcee4a2c3a25a9cac2252bc626fb10fe/JTextComponent.java/clean/core/src/classpath/javax/javax/swing/text/JTextComponent.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
7883,
12,
87,
1769,
7883,
12,
87,
1769,
7883,
12,
87,
1769,
7883,
12,
87,
1769,
1071,
542,
1528,
12,
87,
1769,
918,
542,
1528,
12,
87,
1769,
7883,
6323,
12,
780,
542,
1528,
12,
87,
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,
7883,
12,
87,
1769,
7883,
12,
87,
1769,
7883,
12,
87,
1769,
7883,
12,
87,
1769,
1071,
542,
1528,
12,
87,
1769,
918,
542,
1528,
12,
87,
1769,
7883,
6323,
12,
780,
542,
1528,
12,
87,
1769,
... | |
AST __t1779 = _t; | AST __t1783 = _t; | public final void putstate(AST _t) throws RecognitionException { AST putstate_AST_in = (_t == ASTNULL) ? null : (AST)_t; AST __t1767 = _t; AST tmp1127_AST_in = (AST)_t; match(_t,PUT); _t = _t.getFirstChild(); { if (_t==null) _t=ASTNULL; if ((_t.getType()==STREAM)) { stream_name(_t); _t = _retTree; } ... | 13952 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13952/daa15e07422d3491bbbb4d0060450c81983332a4/JPTreeParser.java/clean/trunk/org.prorefactor.core/src/org/prorefactor/treeparserbase/JPTreeParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
1378,
2019,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
1378,
2019,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,
261,
9053... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1378,
2019,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
1378,
2019,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,
261,
9053... |
public void setMessage(String newMessage, int newType) { message = newMessage; messageType = newType; | public void setMessage(String newMessage) { setMessage(newMessage, NONE); | public void setMessage(String newMessage, int newType) { message = newMessage; messageType = newType; } | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/5abf6fabfddc9bb4eb33acac1f3b4c05f76ac7b1/DialogPage.java/buggy/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
15227,
12,
780,
394,
1079,
16,
509,
23319,
13,
288,
3639,
883,
273,
394,
1079,
31,
3639,
22402,
273,
23319,
31,
565,
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,
377,
1071,
918,
15227,
12,
780,
394,
1079,
16,
509,
23319,
13,
288,
3639,
883,
273,
394,
1079,
31,
3639,
22402,
273,
23319,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
"Possible Bugzilla Failure", | "Possible Bugzilla Client Failure", | protected void execute(final IProgressMonitor monitor) throws CoreException { try { form.post(); PlatformUI.getWorkbench().getDisplay().asyncExec(new Runnable(){ public void run() { // TODO what do we do if the editor is closed if (ExistingBugEditor.this != null && !ExistingBu... | 51989 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51989/e0585963d6415b2b9656625939c1d2145719eafc/ExistingBugEditor.java/buggy/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/editor/ExistingBugEditor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
1117,
918,
1836,
12,
6385,
467,
5491,
7187,
6438,
13,
6862,
202,
15069,
30015,
288,
9506,
202,
698,
288,
6862,
202,
687,
18,
2767,
5621,
6862,
202,
8201,
5370,
18,
588,
2421,
22144,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
1117,
918,
1836,
12,
6385,
467,
5491,
7187,
6438,
13,
6862,
202,
15069,
30015,
288,
9506,
202,
698,
288,
6862,
202,
687,
18,
2767,
5621,
6862,
202,
8201,
5370,
18,
588,
2421,
22144,... |
GUI.startView(de.willuhn.jameica.fibu.gui.views.BuchungListe.class,null); | GUI.startView(de.willuhn.jameica.fibu.gui.views.BuchungListe.class,context); | public void handleAction(Object context) throws ApplicationException { GUI.startView(de.willuhn.jameica.fibu.gui.views.BuchungListe.class,null); } | 47584 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47584/5be46f337965e08dfa80c210ca2a97dbb334da07/BuchungListe.java/clean/src/de/willuhn/jameica/fibu/gui/action/BuchungListe.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1640,
1803,
12,
921,
819,
13,
1216,
28816,
225,
288,
565,
10978,
18,
1937,
1767,
12,
323,
18,
20194,
89,
76,
82,
18,
78,
339,
26433,
18,
74,
495,
89,
18,
20292,
18,
7061,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1640,
1803,
12,
921,
819,
13,
1216,
28816,
225,
288,
565,
10978,
18,
1937,
1767,
12,
323,
18,
20194,
89,
76,
82,
18,
78,
339,
26433,
18,
74,
495,
89,
18,
20292,
18,
7061,
... |
if(response!=null) { return response; } | public Object getPayload() { if(response!=null) { return response; } if(in!=null) { return in; } return nullPayload; } | 2370 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2370/ac61a4c8fd733ad8da69574e3acbf85511d4472f/StreamMessageAdapter.java/buggy/mule/src/main/java/org/mule/providers/streaming/StreamMessageAdapter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
19275,
1435,
288,
3639,
309,
12,
2740,
5,
33,
2011,
13,
288,
5411,
327,
766,
31,
3639,
289,
3639,
309,
12,
267,
5,
33,
2011,
13,
288,
5411,
327,
316,
31,
3639,
289,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
19275,
1435,
288,
3639,
309,
12,
2740,
5,
33,
2011,
13,
288,
5411,
327,
766,
31,
3639,
289,
3639,
309,
12,
267,
5,
33,
2011,
13,
288,
5411,
327,
316,
31,
3639,
289,
3639,
... | |
angle = angle + addAngle; | angle = angle + addAngle; | public void populatePolygonCorners(Vector atomsToDraw, Point2d rotationCenter, double startAngle, double addAngle, double radius) { Atom connectAtom = null; double angle = startAngle; double newX; double newY; double x; double y; logger.debug("populatePolygonCorners->startAngle: ", Math.toDegrees(angle)); Vect... | 46046 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46046/f4a9dcb7738a0078daa9b6cc35cec13ebc5a3207/AtomPlacer.java/clean/src/org/openscience/cdk/layout/AtomPlacer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
6490,
11787,
6217,
9646,
12,
5018,
9006,
774,
6493,
16,
4686,
22,
72,
6752,
8449,
16,
1645,
787,
8467,
16,
1645,
527,
8467,
16,
1645,
5725,
13,
202,
95,
202,
202,
3641,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6490,
11787,
6217,
9646,
12,
5018,
9006,
774,
6493,
16,
4686,
22,
72,
6752,
8449,
16,
1645,
787,
8467,
16,
1645,
527,
8467,
16,
1645,
5725,
13,
202,
95,
202,
202,
3641,
... |
StringBuilder buffer = new StringBuilder(); TypeInterface elType = array.getElementType(); if (elType instanceof TypeInstantiation) { ExpressionEmitter exprEmitter = new ExpressionEmitter(); TypeInstantiation inst = (TypeInstantiation)elType; Iterable<Expression> arguments = inst.getArguments(); for (Expression arg : a... | StringBuilder buffer = new StringBuilder(); TypeInterface elType = array.getElementType(); if (elType instanceof TypeInstantiation) { ExpressionEmitter exprEmitter = new ExpressionEmitter(); TypeInstantiation inst = (TypeInstantiation) elType; Iterable<Expression> arguments = inst.getArguments(); for (Expression arg : ... | public String getActualParameterList() { StringBuilder buffer = new StringBuilder(); TypeInterface elType = array.getElementType(); if (elType instanceof TypeInstantiation) { ExpressionEmitter exprEmitter = new ExpressionEmitter(); TypeInstantiation inst = (TypeInstantiation)elType... | 57502 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57502/927ade2ec2397ef48ee3d4b21e29c5c9b7eccde2/ArrayEmitter.java/clean/trunk/dstools-antlr/src/datascript/emit/java/ArrayEmitter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
20208,
1662,
682,
1435,
565,
288,
377,
202,
21253,
1613,
273,
394,
3225,
5621,
377,
202,
559,
1358,
415,
559,
273,
526,
18,
588,
17481,
5621,
377,
202,
377,
202,
430,
261,
29... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
20208,
1662,
682,
1435,
565,
288,
377,
202,
21253,
1613,
273,
394,
3225,
5621,
377,
202,
559,
1358,
415,
559,
273,
526,
18,
588,
17481,
5621,
377,
202,
377,
202,
430,
261,
29... |
results.add(row); | results.add(row); | public List rows(String sql) throws SQLException { List results = new ArrayList(); Connection connection = createConnection(); Statement statement = connection.createStatement(); configure(statement); ResultSet rs = null; try { log.fine(sql); rs = statem... | 6462 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6462/c7f166c8667836098e1b5d24208dcf93c2f4669c/Sql.java/buggy/src/main/groovy/sql/Sql.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1377,
1071,
987,
2595,
12,
780,
1847,
13,
1216,
6483,
288,
377,
202,
682,
1686,
273,
394,
2407,
5621,
3639,
4050,
1459,
273,
27870,
5621,
3639,
8056,
3021,
273,
1459,
18,
2640,
3406,
5621,
363... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1377,
1071,
987,
2595,
12,
780,
1847,
13,
1216,
6483,
288,
377,
202,
682,
1686,
273,
394,
2407,
5621,
3639,
4050,
1459,
273,
27870,
5621,
3639,
8056,
3021,
273,
1459,
18,
2640,
3406,
5621,
363... |
else if(property.isManyToMany()) { if(!property.isOwningSide()) collection.setInverse(true); bindSimpleValue( property,key,mappings ); | else if(property.isManyToMany() /*&& property.isOwningSide()*/) { bindDependentKeyValue(property,key,mappings); | private static void bindCollectionSecondPass(GrailsDomainClassProperty property, Mappings mappings, Map persistentClasses, Collection collection, Map inheritedMetas) { PersistentClass associatedClass = null; // Configure one-to-many if(collection.isOneToMany()) { OneToMany oneToMany = (OneToMany)collection.getEle... | 52953 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52953/fe351f9f0f376d45dd59d502c6d56321bf14f907/GrailsDomainBinder.java/clean/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg/GrailsDomainBinder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
918,
1993,
2532,
8211,
6433,
12,
14571,
14573,
3748,
797,
1396,
1272,
16,
1635,
4675,
7990,
16,
1635,
9195,
4818,
16,
2200,
1849,
16,
1635,
12078,
30853,
13,
288,
202,
202... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
918,
1993,
2532,
8211,
6433,
12,
14571,
14573,
3748,
797,
1396,
1272,
16,
1635,
4675,
7990,
16,
1635,
9195,
4818,
16,
2200,
1849,
16,
1635,
12078,
30853,
13,
288,
202,
202... |
List<DataProxy> runners = AbstractEngine.getDataContext().retrieveByRestriction( YNetRunner.class, new LogicalRestriction( new PropertyRestriction( "archived", Comparison.EQUAL, false), Operation.AND, new PropertyRestriction( "YNetID", Comparison.EQUAL, "singletask" ) ), null ); /* * When we cancel a case, should we *... | List<DataProxy> runners = AbstractEngine.getDataContext().retrieveByRestriction( YNetRunner.class, new LogicalRestriction( new PropertyRestriction( "archived", Comparison.EQUAL, false), Operation.AND, new PropertyRestriction( "YNetID", Comparison.EQUAL, "singletask" ) ), null ); /* * When we cancel a case, should we *... | public void testTransaction() { try { System.out.println("Testing transactions"); StringProducer spx = StringProducerYAWL.getInstance(); File f = spx.getTranslatedFile("SingleTask.xml", true); YEngineInterface engine = (YEngineInterface) EngineFactory.getTransactionalEngine(); DataContext context = Abs... | 51637 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51637/8bb1bc0b226c7853a6ed2d9451cc4db680fe84d8/TestPersistenceTransactions.java/buggy/yawl/test/au/edu/qut/yawl/persistence/engine/TestPersistenceTransactions.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
3342,
1435,
288,
202,
202,
698,
288,
6862,
202,
3163,
18,
659,
18,
8222,
2932,
22218,
8938,
8863,
1082,
202,
780,
12140,
1694,
92,
273,
514,
12140,
61,
12999,
48,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
3342,
1435,
288,
202,
202,
698,
288,
6862,
202,
3163,
18,
659,
18,
8222,
2932,
22218,
8938,
8863,
1082,
202,
780,
12140,
1694,
92,
273,
514,
12140,
61,
12999,
48,
1... |
throw new TypeError(runtime, name + " is not a module."); | throw getRuntime().newTypeError(name + " is not a module."); | public RubyModule defineModuleUnder(String name) { IRubyObject type = getConstantAt(name); if (type == null) { return (RubyModule) setConstant(name, getRuntime().defineModuleUnder(name, this)); } if (!(type instanceof RubyModule)) { throw new Typ... | 49687 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49687/870e1da9b41bfdbae259e1fc5f18fc8b76686998/RubyModule.java/buggy/src/org/jruby/RubyModule.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
3120,
4426,
3120,
14655,
12,
780,
508,
13,
288,
3639,
15908,
10340,
921,
618,
273,
24337,
861,
12,
529,
1769,
7734,
309,
261,
723,
422,
446,
13,
288,
5411,
327,
261,
54,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
3120,
4426,
3120,
14655,
12,
780,
508,
13,
288,
3639,
15908,
10340,
921,
618,
273,
24337,
861,
12,
529,
1769,
7734,
309,
261,
723,
422,
446,
13,
288,
5411,
327,
261,
54,
10... |
messageBuffer.append( "inside the definition for plugin: \'" + mojo.getPluginDescriptor().getArtifactId() + "\'specify the following:\n\n<configuration>\n ...\n <" + param.getName() + ">VALUE</" + param.getName() + ">\n</configuration>" ); | messageBuffer.append( "inside the definition for plugin: \'" + mojo.getPluginDescriptor().getArtifactId() + "\'specify the following:\n\n<configuration>\n ...\n <" + param.getName() + ">VALUE</" + param.getName() + ">\n</configuration>" ); | private void decomposeParameterIntoUserInstructions( MojoDescriptor mojo, Parameter param, StringBuffer messageBuffer ) { String expression = param.getExpression(); if ( param.isEditable() ) { messageBuffer.append( "inside th... | 50542 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50542/63b3f71f6d4ab4ca0093d626eb5551c5c567120a/PluginConfigurationDiagnoser.java/clean/maven-core/src/main/java/org/apache/maven/usability/PluginConfigurationDiagnoser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
24476,
1662,
5952,
1299,
26712,
12,
15931,
3187,
312,
10007,
16,
5498,
579,
16,
4766,
7682,
6674,
883,
1892,
262,
565,
288,
3639,
514,
2652,
273,
579,
18,
588,
2300,
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,
3238,
918,
24476,
1662,
5952,
1299,
26712,
12,
15931,
3187,
312,
10007,
16,
5498,
579,
16,
4766,
7682,
6674,
883,
1892,
262,
565,
288,
3639,
514,
2652,
273,
579,
18,
588,
2300,
5621,
3639... |
private String createSelect(DFAgentDescription dfdTemplate){ | private String createSelect(DFAgentDescription dfdTemplate) throws Exception { | private String createSelect(DFAgentDescription dfdTemplate){ StringBuffer select = new StringBuffer("SELECT dfagentdescr.aid, dfagentdescr.lease FROM dfagentdescr"); List lAs = new ArrayList(); List lWhere = new ArrayList(); // Name AID agentAID = dfdTemplate.getName(); if(agentAID != null){ lWhere.add(" ... | 5505 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5505/38d217b88886a386e2b9e42d9dee681a431b19cd/DFDBKB.java/clean/src/jade/domain/DFDBKB.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
514,
752,
3391,
12,
40,
2046,
75,
319,
3291,
3013,
72,
2283,
15329,
1082,
202,
780,
1892,
2027,
273,
394,
6674,
2932,
4803,
3013,
5629,
28313,
18,
20736,
16,
3013,
5629,
28313,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
752,
3391,
12,
40,
2046,
75,
319,
3291,
3013,
72,
2283,
15329,
1082,
202,
780,
1892,
2027,
273,
394,
6674,
2932,
4803,
3013,
5629,
28313,
18,
20736,
16,
3013,
5629,
28313,... |
vars.put(refName + "_matchNr", "" + matches.size()); | vars.put(refName + REF_MATCH_NR, "" + matches.size()); | public void process() { initTemplate(); JMeterContext context = getThreadContext(); if (context.getPreviousResult() == null || context.getPreviousResult().getResponseData() == null) { return; } log.debug("RegexExtractor processing result"); // Fetch some variables JMeterVariables vars = context.getVariables()... | 50179 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50179/704a4705c2a23947abe2e4e37e6e56ecbf1c6948/RegexExtractor.java/buggy/src/components/org/apache/jmeter/extractor/RegexExtractor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1207,
1435,
288,
202,
202,
2738,
2283,
5621,
202,
202,
46,
16935,
1042,
819,
273,
24459,
1042,
5621,
202,
202,
430,
261,
2472,
18,
588,
8351,
1253,
1435,
422,
446,
747,
8... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1207,
1435,
288,
202,
202,
2738,
2283,
5621,
202,
202,
46,
16935,
1042,
819,
273,
24459,
1042,
5621,
202,
202,
430,
261,
2472,
18,
588,
8351,
1253,
1435,
422,
446,
747,
8... |
private void restyle(InlineBox ib) { | private void restyle(Box ib) { | private void restyle(InlineBox ib) { if(prev == ib) { return; } if(ib == null) panel.hovered_element = null; else panel.hovered_element = ib.getRealElement(); // if moved out of the old block then unstyle it if(prev != null) { boolean restyled = panel.... | 57883 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57883/95d146365b773a18a7e529af5965f0a6034c5e7b/HoverListener.java/buggy/src/java/org/xhtmlrenderer/swing/HoverListener.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
3127,
1362,
12,
3514,
9834,
13,
288,
3639,
309,
12,
10001,
422,
9834,
13,
288,
5411,
327,
31,
3639,
289,
3639,
309,
12,
495,
422,
446,
13,
6594,
18,
24969,
329,
67,
2956,
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,
3238,
918,
3127,
1362,
12,
3514,
9834,
13,
288,
3639,
309,
12,
10001,
422,
9834,
13,
288,
5411,
327,
31,
3639,
289,
3639,
309,
12,
495,
422,
446,
13,
6594,
18,
24969,
329,
67,
2956,
2... |
private void setRefPart(String partID, LayoutPart part) { | /*package*/ void setRefPart(String partID, LayoutPart part) { | private void setRefPart(String partID, LayoutPart part) { mapIDtoPart.put(partID, part);} | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/c0af1544b5ec57401dd4ae96da6647fd73a74363/PageLayout.java/clean/bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/PageLayout.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
918,
444,
1957,
1988,
12,
780,
1087,
734,
16,
9995,
1988,
1087,
13,
288,
202,
1458,
734,
869,
1988,
18,
458,
12,
2680,
734,
16,
1087,
1769,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
918,
444,
1957,
1988,
12,
780,
1087,
734,
16,
9995,
1988,
1087,
13,
288,
202,
1458,
734,
869,
1988,
18,
458,
12,
2680,
734,
16,
1087,
1769,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
... |
jj_la1[4] = jj_gen; | jj_la1[6] = jj_gen; | final public void TypeDeclaration() throws ParseException { /*@bgen(jjtree) TypeDeclaration */ ASTTypeDeclaration jjtn000 = new ASTTypeDeclaration(this, JJTTYPEDECLARATION); boolean jjtc000 = true; jjtree.openNodeScope(jjtn000); try { if (jj_2_1(2147483647)) { ClassDeclaration(); } else { ... | 45569 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45569/6b2ea5d38e0b6b4adb468f80aa5e82b2d9884c6d/JavaParser.java/buggy/pmd/src/net/sourceforge/pmd/ast/JavaParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
1071,
918,
1412,
6094,
1435,
1216,
10616,
288,
1748,
36,
70,
4507,
12,
78,
78,
3413,
13,
1412,
6094,
1195,
225,
9183,
559,
6094,
10684,
5088,
3784,
273,
394,
9183,
559,
6094,
12,
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,
282,
727,
1071,
918,
1412,
6094,
1435,
1216,
10616,
288,
1748,
36,
70,
4507,
12,
78,
78,
3413,
13,
1412,
6094,
1195,
225,
9183,
559,
6094,
10684,
5088,
3784,
273,
394,
9183,
559,
6094,
12,
2... |
defineClass(scope, clazz, false); | defineClass(scope, clazz, false, false); | public static void defineClass(Scriptable scope, Class clazz) throws IllegalAccessException, InstantiationException, InvocationTargetException { defineClass(scope, clazz, false); } | 7555 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7555/90e539e23a63f1d6163bcf5ecbba210f41ec355b/ScriptableObject.java/buggy/js/rhino/src/org/mozilla/javascript/ScriptableObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
4426,
797,
12,
3651,
429,
2146,
16,
1659,
4003,
13,
3639,
1216,
11900,
16,
19248,
16,
9079,
15342,
565,
288,
3639,
4426,
797,
12,
4887,
16,
4003,
16,
629,
16,
629,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
4426,
797,
12,
3651,
429,
2146,
16,
1659,
4003,
13,
3639,
1216,
11900,
16,
19248,
16,
9079,
15342,
565,
288,
3639,
4426,
797,
12,
4887,
16,
4003,
16,
629,
16,
629,
1769,... |
updateNodeDescriptor(node, descriptor); | updateNodeDescriptor(descriptor); | public void run() { updateNodeDescriptor(node, descriptor); Object element = descriptor.getElement(); if (element != null) { myUnbuiltNodes.remove(node); myUpdater.addSubtreeToUpdateByElement(element); myUpdater.performUpdate(); for (int i = 0; i < node.get... | 12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/79983140f40dc8ecc67455148b033588aa3927ee/AbstractTreeBuilder.java/buggy/openapi/src/com/intellij/ide/util/treeView/AbstractTreeBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
1071,
918,
1086,
1435,
288,
3639,
1089,
907,
3187,
12,
12628,
1769,
3639,
1033,
930,
273,
4950,
18,
21336,
5621,
3639,
309,
261,
2956,
480,
446,
13,
288,
1850,
3399,
984,
12406,
3205,
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,
4202,
1071,
918,
1086,
1435,
288,
3639,
1089,
907,
3187,
12,
12628,
1769,
3639,
1033,
930,
273,
4950,
18,
21336,
5621,
3639,
309,
261,
2956,
480,
446,
13,
288,
1850,
3399,
984,
12406,
3205,
18... |
public org.quickfix.field.UnderlyingSecurityIDSource getUnderlyingSecurityIDSource() throws FieldNotFound { org.quickfix.field.UnderlyingSecurityIDSource value = new org.quickfix.field.UnderlyingSecurityIDSource(); | public quickfix.field.UnderlyingSecurityIDSource getUnderlyingSecurityIDSource() throws FieldNotFound { quickfix.field.UnderlyingSecurityIDSource value = new quickfix.field.UnderlyingSecurityIDSource(); | public org.quickfix.field.UnderlyingSecurityIDSource getUnderlyingSecurityIDSource() throws FieldNotFound { org.quickfix.field.UnderlyingSecurityIDSource value = new org.quickfix.field.UnderlyingSecurityIDSource(); getField(value); return value; } | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/fecc27f98261270772ff182a1d4dfd94b5daa73d/NewOrderSingle.java/clean/src/java/src/quickfix/fix44/NewOrderSingle.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
14655,
6291,
4368,
734,
1830,
10833,
765,
6291,
4368,
734,
1830,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
14655,
629... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
14655,
6291,
4368,
734,
1830,
10833,
765,
6291,
4368,
734,
1830,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
14655,
629... |
endOfDoubleBondConfiguration.push(((Vector)v.get(positionInVector-1)).get(0)); | if(v.get(positionInVector-1) instanceof Vector) endOfDoubleBondConfiguration.push(((Vector)v.get(positionInVector-1)).get(0)); else endOfDoubleBondConfiguration.push((Atom)v.get(positionInVector-2)); | private void parseChain(Vector v, StringBuffer buffer, AtomContainer container, Atom parent, boolean chiral, boolean[] doubleBondConfiguration, Vector vectorBefore){ int positionInVector=0; Atom atom; for(int h=0;h<v.size();h++){ Object o=v.get(h); if(o instanceof Atom) { atom = (Atom)o; ... | 46046 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46046/1dba54ed56688a58f5f2db4d67ace4d758a40669/SmilesGenerator.java/buggy/src/org/openscience/cdk/smiles/SmilesGenerator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
1109,
3893,
12,
5018,
331,
16,
6674,
1613,
16,
7149,
2170,
1478,
16,
7149,
982,
16,
1250,
462,
481,
287,
16,
1250,
8526,
1645,
9807,
1750,
16,
5589,
3806,
4649,
15329,
565,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
1109,
3893,
12,
5018,
331,
16,
6674,
1613,
16,
7149,
2170,
1478,
16,
7149,
982,
16,
1250,
462,
481,
287,
16,
1250,
8526,
1645,
9807,
1750,
16,
5589,
3806,
4649,
15329,
565,
5... |
setCompletionValues(scope,CompletionKind.VARIABLE_TYPE, KeywordSetKey.DECLARATION ); endDeclaration( namespaceDefinition ); namespaceDeclarationLoop : while (LT(1) != IToken.tRBRACE) { int checkToken = LA(1).hashCode(); switch (LT(1)) { case IToken.tRBRACE : break namespaceDeclarationLoop; default : try { declaration(... | try { setCompletionValues(scope,CompletionKind.VARIABLE_TYPE, KeywordSetKey.DECLARATION ); endDeclaration( namespaceDefinition ); namespaceDeclarationLoop : while (LT(1) != IToken.tRBRACE) { int checkToken = LA(1).hashCode(); switch (LT(1)) { case IToken.tRBRACE : break namespaceDeclarationLoop; default : try { declar... | protected IASTDeclaration namespaceDefinition(IASTScope scope) throws BacktrackException, EndOfFileException { IToken first = consume(IToken.t_namespace); IASTCompletionNode.CompletionKind kind = getCompletionKindForDeclaration(scope, null); setCompletionValues(scope,Completi... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/903d1ac7a89ce402e80c5c3f7a46d78291b0ffd1/Parser.java/clean/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
467,
9053,
6094,
1981,
1852,
12,
45,
9053,
3876,
2146,
13,
3639,
1216,
4297,
4101,
503,
16,
4403,
951,
812,
503,
565,
288,
3639,
467,
1345,
1122,
273,
7865,
12,
1285,
969,
18,
88,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
467,
9053,
6094,
1981,
1852,
12,
45,
9053,
3876,
2146,
13,
3639,
1216,
4297,
4101,
503,
16,
4403,
951,
812,
503,
565,
288,
3639,
467,
1345,
1122,
273,
7865,
12,
1285,
969,
18,
88,... |
double bsign = (coll.tri1.getBody() == body1) ? -vsign : vsign; for (MeshVertex v : coll.tri1.getVertices()) { double dist = bsign*v.getPosition().subtract(planePoint).mult(planeNormal); | for (MeshVertex v : coll.getTri1().getVertices()) { double dist = -vsign*v.getPosition().subtract(planePoint).mult(planeNormal); | private void calcPlane() { // Find a point on the plane by averaging all collision line endpoints planePoint = new Vector3D(); for (CollisionPoint coll : intersections) { planePoint = planePoint.add(coll.lineFrom).add(coll.lineTo); } planePoint = planePoint.mult(0.5/int... | 46524 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46524/2dde958d369cd70298e4ef110082197e41b35d42/Collision.java/buggy/de/kleppmann/maniation/geometry/Collision.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
7029,
19505,
1435,
288,
3639,
368,
4163,
279,
1634,
603,
326,
11017,
635,
23713,
5755,
777,
17740,
980,
7902,
3639,
11017,
2148,
273,
394,
5589,
23,
40,
5621,
3639,
364,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
7029,
19505,
1435,
288,
3639,
368,
4163,
279,
1634,
603,
326,
11017,
635,
23713,
5755,
777,
17740,
980,
7902,
3639,
11017,
2148,
273,
394,
5589,
23,
40,
5621,
3639,
364,
261,
1... |
environment.setVariable(name, parser.parse(valueString)); } | environment.setVariable(name, parser.parse(valueString)); } | public void setVariable( String name, String valueString ) throws CalculatorException { environment.setVariable(name, parser.parse(valueString)); } | 57371 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57371/c26c57f3ac4851e6bc9c5df8515ac73f4045eebf/Calculator.java/buggy/jmock/examples/calculator/src/org/jmock/examples/calculator/Calculator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
20357,
12,
514,
508,
16,
514,
24998,
262,
1216,
15994,
639,
503,
288,
202,
202,
10274,
18,
542,
3092,
12,
529,
16,
2082,
18,
2670,
12,
1132,
780,
10019,
202,
97,
2,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
20357,
12,
514,
508,
16,
514,
24998,
262,
1216,
15994,
639,
503,
288,
202,
202,
10274,
18,
542,
3092,
12,
529,
16,
2082,
18,
2670,
12,
1132,
780,
10019,
202,
97,
2,
-10... |
cfw.addALoad(2); | private void emitRegExpInit(ClassFileWriter cfw) { // precompile all regexp literals int totalRegCount = 0; for (int i = 0; i != scriptOrFnNodes.length; ++i) { totalRegCount += scriptOrFnNodes[i].getRegexpCount(); } if (totalRegCount == 0) { return; ... | 12564 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12564/40f7554390dea10ea64bd490d09230d2c0814929/Codegen.java/buggy/src/org/mozilla/javascript/optimizer/Codegen.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
3626,
13673,
2570,
12,
797,
812,
2289,
6080,
91,
13,
565,
288,
3639,
368,
675,
11100,
777,
7195,
18228,
3639,
509,
2078,
1617,
1380,
273,
374,
31,
3639,
364,
261,
474,
277,
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,
3238,
918,
3626,
13673,
2570,
12,
797,
812,
2289,
6080,
91,
13,
565,
288,
3639,
368,
675,
11100,
777,
7195,
18228,
3639,
509,
2078,
1617,
1380,
273,
374,
31,
3639,
364,
261,
474,
277,
2... | |
private static boolean startsWithXml(String s, int i) { if (s.length() < i + 3) return false; if (s.charAt(i) != 'X' && s.charAt(i) != 'x') return false; if (s.charAt(i + 1) != 'M' && s.charAt(i + 1) != 'm') return false; if (s.charAt(i + 2) !=... | 3520 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3520/d2e93dc48652df02041fc2d02a6828d06d2ac5fb/QNameHelper.java/clean/v1/src/common/org/apache/xmlbeans/impl/common/QNameHelper.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
1250,
4969,
4432,
12,
780,
272,
16,
509,
277,
13,
565,
288,
3639,
309,
261,
87,
18,
2469,
1435,
411,
277,
397,
890,
13,
5411,
327,
629,
31,
7734,
309,
261,
87,
18,
3001,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
1250,
4969,
4432,
12,
780,
272,
16,
509,
277,
13,
565,
288,
3639,
309,
261,
87,
18,
2469,
1435,
411,
277,
397,
890,
13,
5411,
327,
629,
31,
7734,
309,
261,
87,
18,
3001,
... | ||
Server server = serverLocalHome.findByPrimaryKey(new ServerPK(id)); | Server server = serverLocalHome.findById(id); | public ServerLightValue getServerLightValue(Integer id) throws ServerNotFoundException { try { ServerDAO serverLocalHome = getServerDAO(); Server server = serverLocalHome.findByPrimaryKey(new ServerPK(id)); return server.getServerLightValue(); } c... | 52591 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52591/5b5340cb0d18f5736d423826ddf9afcd22ec015f/ServerManagerEJBImpl.java/clean/src/org/hyperic/hq/appdef/server/session/ServerManagerEJBImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3224,
12128,
620,
11543,
12128,
620,
12,
4522,
612,
13,
3639,
1216,
3224,
3990,
288,
3639,
775,
288,
5411,
3224,
18485,
1438,
2042,
8684,
273,
11543,
18485,
5621,
5411,
3224,
1438,
27... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3224,
12128,
620,
11543,
12128,
620,
12,
4522,
612,
13,
3639,
1216,
3224,
3990,
288,
3639,
775,
288,
5411,
3224,
18485,
1438,
2042,
8684,
273,
11543,
18485,
5621,
5411,
3224,
1438,
27... |
private int traverseAttributeGroupDeclFromAnotherSchema( String attGrpName , String uriStr, ComplexTypeInfo typeInfo, Vector anyAttDecls ) throws Exception { SchemaGrammar aGrammar... | 6373 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6373/87731f2b2070ba79da173a5e6be82410b096d7c5/TraverseSchema.java/buggy/src/org/apache/xerces/validators/schema/TraverseSchema.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
509,
10080,
1499,
1114,
3456,
1265,
37,
24413,
3078,
12,
514,
2403,
43,
13832,
461,
269,
514,
2003,
1585,
16,
4766,
17311,
16060,
17305,
23112,
16,
4766,
11794,
5589,
1281,
3075,
1799... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
10080,
1499,
1114,
3456,
1265,
37,
24413,
3078,
12,
514,
2403,
43,
13832,
461,
269,
514,
2003,
1585,
16,
4766,
17311,
16060,
17305,
23112,
16,
4766,
11794,
5589,
1281,
3075,
1799... | ||
typePrint(inType); | printType(inType); | private void printHeader(SIRStream self, String type) { CType inType = self.getInputType(); CType outType = self.getOutputType(); // Consider special-case inputs and outputs for feedback loops. if (self instanceof SIRFeedbackLoop) { SIRFeedbackLoop fl = (SIRFeedbackL... | 5955 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5955/32b92db6e0fa0cfebda2c73d104665aa19efdd90/SIRToStreamIt.java/clean/streams/src/at/dms/kjc/sir/SIRToStreamIt.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1172,
1864,
12,
2320,
54,
1228,
365,
16,
514,
618,
13,
565,
288,
3639,
385,
559,
316,
559,
273,
365,
18,
588,
1210,
559,
5621,
3639,
385,
559,
596,
559,
273,
365,
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,
3238,
918,
1172,
1864,
12,
2320,
54,
1228,
365,
16,
514,
618,
13,
565,
288,
3639,
385,
559,
316,
559,
273,
365,
18,
588,
1210,
559,
5621,
3639,
385,
559,
596,
559,
273,
365,
18,
588,
... |
selectors = new DataDefinitionSelector[seriesDefnsArray.length]; for ( int i = 0; i < seriesDefnsArray.length; i++ ) | if ( wizardContext.isMoreAxesSupported( ) ) | public Composite createArea( Composite parent ) { Label topAngle = new Label( parent, SWT.NONE ); { topAngle.setLayoutData( new GridData( GridData.HORIZONTAL_ALIGN_END ) ); topAngle.setImage( UIHelper.getImage( ChartUIConstancts.IMAGE_RA_TOPRIGHT ) ); } cmpLeft = new Group( parent, SWT.NONE ); { GridLayout ... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/28738ea1377c73d595430451bea56e1444db4233/MultipleSeriesSelectorComponent.java/buggy/chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/MultipleSeriesSelectorComponent.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
14728,
752,
5484,
12,
14728,
982,
262,
202,
95,
202,
202,
2224,
1760,
8467,
273,
394,
5287,
12,
982,
16,
348,
8588,
18,
9826,
11272,
202,
202,
95,
1082,
202,
3669,
8467,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
14728,
752,
5484,
12,
14728,
982,
262,
202,
95,
202,
202,
2224,
1760,
8467,
273,
394,
5287,
12,
982,
16,
348,
8588,
18,
9826,
11272,
202,
202,
95,
1082,
202,
3669,
8467,
18,
... |
FrontEnd fe = new SimpleFrontEnd("FrontEnd", testName, fet.getAudioSource()); | FrontEnd fe = new SimpleFrontEnd(); fe.initialize("FrontEnd", testName, fet.getAudioSource()); | public static void main(String[] argv) { if (argv.length < 3) { System.out.println ("Usage: java testClass <testName> " + "<propertiesFile> <audiofilename>"); } try { String testName = argv[0]; String propertiesFile = argv[1]; String audioFi... | 47105 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47105/58131397bfe3bc5758921efabffa9de421265967/FrontEndTest.java/clean/sphinx4/tests/frontend/FrontEndTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2774,
12,
780,
8526,
5261,
13,
288,
202,
430,
261,
19485,
18,
2469,
411,
890,
13,
288,
202,
565,
2332,
18,
659,
18,
8222,
7734,
7566,
5357,
30,
2252,
1842,
797,
411,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2774,
12,
780,
8526,
5261,
13,
288,
202,
430,
261,
19485,
18,
2469,
411,
890,
13,
288,
202,
565,
2332,
18,
659,
18,
8222,
7734,
7566,
5357,
30,
2252,
1842,
797,
411,
3... |
body.unsetExceptionHandler(exception); | body.unsetExceptionHandler(exception); | public static Handler unsetExceptionHandler(Class exception, int levelID, Object target) { // We keep a trace of the removed handler Class handlerClass = null; Handler handler = null; // The correct level is identified HashMap level = null; switch (levelID) { ... | 23362 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/23362/2f1b7c86a3954051c326f351de2d6cf4d7c5f89b/ProActive.java/buggy/src/org/objectweb/proactive/ProActive.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
4663,
2646,
18894,
12,
797,
1520,
16,
509,
1801,
734,
16,
3639,
1033,
1018,
13,
288,
3639,
368,
1660,
3455,
279,
2606,
434,
326,
3723,
1838,
3639,
1659,
1838,
797,
273,
446,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
4663,
2646,
18894,
12,
797,
1520,
16,
509,
1801,
734,
16,
3639,
1033,
1018,
13,
288,
3639,
368,
1660,
3455,
279,
2606,
434,
326,
3723,
1838,
3639,
1659,
1838,
797,
273,
446,
... |
public void resolvePrefixTables() throws SAXException | public void resolvePrefixTables() throws SAXException | public void resolvePrefixTables() throws SAXException { // Always start with a fresh prefix table! m_prefixTable = null; Vector m_declaredPrefixes = getDeclaredPrefixes(); // If we have declared declarations, then we look for // a parent that has namespace decls, and add them // to this el... | 46591 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46591/77ad973f1d6ad8f28fd358f2ba4d4c63da65d953/ElemLiteralResult.java/buggy/src/org/apache/xalan/templates/ElemLiteralResult.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
2245,
2244,
6905,
1435,
565,
1216,
14366,
225,
288,
565,
368,
14178,
787,
598,
279,
12186,
1633,
1014,
5,
565,
312,
67,
3239,
1388,
273,
446,
31,
565,
5589,
312,
67,
16571,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2245,
2244,
6905,
1435,
565,
1216,
14366,
225,
288,
565,
368,
14178,
787,
598,
279,
12186,
1633,
1014,
5,
565,
312,
67,
3239,
1388,
273,
446,
31,
565,
5589,
312,
67,
16571,
1... |
public void setDate(int parameterIndex, java.sql.Date x) throws SQLException { if (null == x) { setNull(parameterIndex, Types.OTHER); } else { SimpleDateFormat df = (SimpleDateFormat) tl_df.get(); if (df == null) { df = new SimpleDateFormat("''yyyy-MM-dd''"); tl_df.set(df); } set(parameterIndex,... | 52628 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52628/cdebcad6af70ec13bd89f11cf7f3d8b7d5278f50/PreparedStatement.java/buggy/src/interfaces/jdbc/org/postgresql/jdbc2/PreparedStatement.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
17604,
12,
474,
25412,
16,
2252,
18,
4669,
18,
1626,
619,
13,
1216,
6483,
202,
95,
202,
202,
430,
261,
2011,
422,
619,
13,
202,
202,
95,
1082,
202,
542,
2041,
12,
6775,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
17604,
12,
474,
25412,
16,
2252,
18,
4669,
18,
1626,
619,
13,
1216,
6483,
202,
95,
202,
202,
430,
261,
2011,
422,
619,
13,
202,
202,
95,
1082,
202,
542,
2041,
12,
6775,... | ||
type.setPosition(Position.line(clazz.pos), getSourceFilename()); | if (global.args.debuginfo.value) type.setPosition(Position.line(clazz.pos), getSourceFilename()); | private void genClass(Symbol clazz, Tree[] body) { Symbol outerClass = currentClass; currentClass = clazz; if (clazz.isModuleClass()) { tc.getModuleField(clazz); } final TypeBuilder type = (TypeBuilder)tc.getType(clazz); type.setPosition(Position.line(clazz.pos), getSourceFilename()); emitSymtab(clazz); for (in... | 48012 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48012/e62db728e857ced8d60fdac6c655b89f77ca4f50/GenMSIL.java/buggy/sources/scalac/backend/msil/GenMSIL.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
3157,
797,
12,
5335,
4003,
16,
4902,
8526,
1417,
13,
288,
202,
5335,
6390,
797,
273,
28742,
31,
202,
2972,
797,
273,
4003,
31,
202,
430,
261,
830,
3638,
18,
291,
3120,
797,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
3157,
797,
12,
5335,
4003,
16,
4902,
8526,
1417,
13,
288,
202,
5335,
6390,
797,
273,
28742,
31,
202,
2972,
797,
273,
4003,
31,
202,
430,
261,
830,
3638,
18,
291,
3120,
797,
... |
program.addCompilationUnit(cu); String prettyPrint = cu.toString(); Collection collection = new LinkedList(); cu.errorCheck(collection); System.out.println("Errors:"); for(Iterator iter = collection.iterator(); iter.hasNext(); ) { String s = (String)iter.next(); System.out.println(s); if(!s.equals("")) error = true; | catch (FileNotFoundException e) { System.err.println(e); error = false; | public static void main(String args[]) { Program program = new Program(); ServerSocket server = null; try { server = new ServerSocket(12345); } catch(IOException e) { System.err.println("Could not listen to port 12345"); System.exit(1); } System.out.println("Server active"); while(... | 236 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/236/ad6f036d996954056152df7c1ea9d17320047aac/TestServer.java/buggy/JastAddJ/Java1.4Frontend/server/TestServer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
2774,
12,
780,
833,
63,
5717,
288,
565,
13586,
5402,
273,
394,
13586,
5621,
565,
3224,
4534,
1438,
273,
446,
31,
565,
775,
288,
1377,
1438,
273,
394,
3224,
4534,
12,
213... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
833,
63,
5717,
288,
565,
13586,
5402,
273,
394,
13586,
5621,
565,
3224,
4534,
1438,
273,
446,
31,
565,
775,
288,
1377,
1438,
273,
394,
3224,
4534,
12,
213... |
public void assertCreation(IJavaElement newElement) { assertCreation(new IJavaElement[] {newElement}); | public void assertCreation(IJavaElement[] newElements) { for (int i = 0; i < newElements.length; i++) { IJavaElement newElement = newElements[i]; assertTrue("Element should be present after creation", newElement.exists()); } | public void assertCreation(IJavaElement newElement) { assertCreation(new IJavaElement[] {newElement});} | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/0a6cb9139841c5f6143bc94201bfcbd6024601de/AbstractJavaModelTests.java/buggy/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
1815,
9906,
12,
45,
5852,
1046,
31308,
13,
288,
202,
11231,
9906,
12,
2704,
467,
5852,
1046,
8526,
288,
2704,
1046,
22938,
97,
2,
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,
1071,
918,
1815,
9906,
12,
45,
5852,
1046,
31308,
13,
288,
202,
11231,
9906,
12,
2704,
467,
5852,
1046,
8526,
288,
2704,
1046,
22938,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
s[i] = (byte) Integer.parseInt(f[i], 16); | String[] f = findTA.getText().split(" "); byte[] s = new byte[f.length]; for (int i = 0; i < f.length; i++) { s[i] = (byte) Integer.parseInt(f[i], 16); } int off = rom.find(findOff, s); if (off == -1) { JOptionPane.showMessageDialog(findWindow, "The search you entered\n" + "is not in the ROM.", "Unable to find", JOptio... | protected void find() { String[] f = findTA.getText().split(" "); byte[] s = new byte[f.length]; for (int i = 0; i < f.length; i++) { s[i] = (byte) Integer.parseInt(f[i], 16); } int off = rom.find(findOff, s); if (off == -1) { JOptionP... | 3699 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3699/f7dbfa5edc01271e916180f10a34f91dc84c503d/HexEditor.java/clean/src/net/starmen/pkhack/HexEditor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1104,
1435,
565,
288,
3639,
514,
8526,
284,
273,
1104,
9833,
18,
588,
1528,
7675,
4939,
2932,
315,
1769,
3639,
1160,
8526,
272,
273,
394,
1160,
63,
74,
18,
2469,
15533,
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,
4750,
918,
1104,
1435,
565,
288,
3639,
514,
8526,
284,
273,
1104,
9833,
18,
588,
1528,
7675,
4939,
2932,
315,
1769,
3639,
1160,
8526,
272,
273,
394,
1160,
63,
74,
18,
2469,
15533,
3639,
... |
String elementName = ( (DesignElementHandle) firstSelectedElement ) .getDefn( ).getName( ); | String elementName = ( (DesignElementHandle) firstSelectedElement ).getDefn( ) .getName( ); | public void buildContextMenu( IMenuManager menuManager ) { GEFActionConstants.addStandardActionGroups( menuManager ); Object firstSelectedElement = getFirstElement( ); Object selectedElements = getSelectedElement( ); Object multiSelection = getMultiSelectedElement( ); // special for dealing with multi selected el... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/d23060ee35f066be9e9cce3acd409c8723a10ff5/SchematicContextMenuProvider.java/clean/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1361,
27315,
12,
467,
4599,
1318,
3824,
1318,
262,
202,
95,
202,
202,
7113,
42,
1803,
2918,
18,
1289,
8336,
1803,
3621,
12,
3824,
1318,
11272,
202,
202,
921,
1122,
7416,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1361,
27315,
12,
467,
4599,
1318,
3824,
1318,
262,
202,
95,
202,
202,
7113,
42,
1803,
2918,
18,
1289,
8336,
1803,
3621,
12,
3824,
1318,
11272,
202,
202,
921,
1122,
7416,
... |
Name name6 = new LdapDN( "cn=HomeDir" ); Name name7 = new LdapDN( "cn=HomeDir,cn=John" ); Name name8 = new LdapDN( "cn=HomeDir,cn=John,ou=Marketing" ); | Name name6 = new LdapDN( "cn=HomeDir" ); Name name7 = new LdapDN( "cn=HomeDir,cn=John" ); Name name8 = new LdapDN( "cn=HomeDir,cn=John,ou=Marketing" ); | public void testEndsWith() throws Exception { Name name0 = new LdapDN( "cn=HomeDir,cn=John,ou=Marketing,ou=East" ); Name name1 = new LdapDN( "cn=HomeDir,cn=John,ou=Marketing,ou=East" ); Name name2 = new LdapDN( "cn=John,ou=Marketing,ou=East" ); Name name3 = new LdapDN( "ou=Marketing,o... | 54578 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54578/34d16a3366af953bef4b3d5f4cf0e7c6bda29ba6/LdapDNTest.java/clean/ldap/src/test/java/org/apache/directory/shared/ldap/name/LdapDNTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
24980,
1190,
1435,
1216,
1185,
565,
288,
3639,
1770,
508,
20,
273,
394,
18053,
8609,
12,
315,
10305,
33,
8684,
1621,
16,
10305,
33,
46,
22223,
16,
1395,
33,
3882,
21747,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
24980,
1190,
1435,
1216,
1185,
565,
288,
3639,
1770,
508,
20,
273,
394,
18053,
8609,
12,
315,
10305,
33,
8684,
1621,
16,
10305,
33,
46,
22223,
16,
1395,
33,
3882,
21747,
... |
}); } catch (final Throwable t) { SwingUtilities.invokeLater(new Runnable() { public void run() { DataSetTabSet.this.martTab.getMartTabSet() .getMartBuilder().showStackTrace(t); } }); } } | public void run() { try { // Add the restriction. MartBuilderUtils .restrictRelation(dataset, relation, expression, firstColumnAliases, secondColumnAliases); SwingUtilities.invokeLater(new Runnable() { public void run() { // If it is an internal relation, repaint the schema ... | 2000 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2000/697fc52b912bb5a1524113edc0e15bf091f78336/DataSetTabSet.java/clean/src/java/org/biomart/builder/view/gui/DataSetTabSet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
1086,
1435,
288,
9506,
202,
698,
288,
6862,
202,
759,
1436,
326,
9318,
18,
6862,
202,
49,
485,
1263,
1989,
6862,
1082,
202,
18,
30604,
3963,
12,
8682,
16,
2533,
16,
2652... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
1086,
1435,
288,
9506,
202,
698,
288,
6862,
202,
759,
1436,
326,
9318,
18,
6862,
202,
49,
485,
1263,
1989,
6862,
1082,
202,
18,
30604,
3963,
12,
8682,
16,
2533,
16,
2652... | |
throw new NO_RESOURCES("Unable to open the server socket"); | NO_RESOURCES bad = new NO_RESOURCES("Unable to open the server socket."); bad.initCause(ex); throw bad; | public int getFreePort() throws BAD_OPERATION { ServerSocket s; try { // If there are some previously freed ports, use them first. if (!freed_ports.isEmpty()) { Integer free = (Integer) freed_ports.getLast(); freed_ports.removeLast(); ... | 45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/530b07ccb0c4fb1bf75b0623599a435d741fe9e8/Functional_ORB.java/buggy/libraries/javalib/gnu/CORBA/Functional_ORB.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
2812,
992,
2617,
1435,
5375,
1216,
16467,
67,
22040,
225,
288,
565,
3224,
4534,
272,
31,
565,
775,
1377,
288,
3639,
368,
971,
1915,
854,
2690,
7243,
28004,
9048,
16,
999,
2182,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
2812,
992,
2617,
1435,
5375,
1216,
16467,
67,
22040,
225,
288,
565,
3224,
4534,
272,
31,
565,
775,
1377,
288,
3639,
368,
971,
1915,
854,
2690,
7243,
28004,
9048,
16,
999,
2182,... |
return ResourceNavigatorMessages.getString("ResourceManager.toolTip"); | return ResourceNavigatorMessages.getString("ResourceManager.toolTip"); | String getToolTipText(Object element) { if (element instanceof IResource) { IPath path = ((IResource) element).getFullPath(); if (path.isRoot()) { return ResourceNavigatorMessages.getString("ResourceManager.toolTip"); //$NON-NLS-1$ } else { return path.makeRelative().toString(); } } else { return ... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/80cfecc0fb5392981e25acee0f567feb8ed55185/ResourceNavigator.java/clean/bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/navigator/ResourceNavigator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
780,
336,
29250,
1528,
12,
921,
930,
13,
288,
202,
202,
430,
261,
2956,
1276,
467,
1420,
13,
288,
1082,
202,
45,
743,
589,
273,
14015,
45,
1420,
13,
930,
2934,
588,
24173,
5621,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
780,
336,
29250,
1528,
12,
921,
930,
13,
288,
202,
202,
430,
261,
2956,
1276,
467,
1420,
13,
288,
1082,
202,
45,
743,
589,
273,
14015,
45,
1420,
13,
930,
2934,
588,
24173,
5621,
... |
tuple[3] = relKind.getBytes(); | tuple[3] = (relKind==null) ? null : relKind.getBytes(); | public java.sql.ResultSet getTables(String catalog, String schemaPattern, String tableNamePattern, String types[]) throws SQLException { // Handle default value for types if(types==null) types = defaultTableTypes; if(tableNamePattern==null) tableNamePattern="%"; // the field descriptors... | 49504 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49504/863c9d11f13cf8afff70242660d39bd70b5743c8/DatabaseMetaData.java/clean/src/interfaces/jdbc/org/postgresql/jdbc1/DatabaseMetaData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2252,
18,
4669,
18,
13198,
29002,
12,
780,
6222,
16,
514,
1963,
3234,
16,
514,
4775,
3234,
16,
514,
1953,
63,
5717,
1216,
6483,
225,
288,
565,
368,
5004,
805,
460,
364,
1953,
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,
2252,
18,
4669,
18,
13198,
29002,
12,
780,
6222,
16,
514,
1963,
3234,
16,
514,
4775,
3234,
16,
514,
1953,
63,
5717,
1216,
6483,
225,
288,
565,
368,
5004,
805,
460,
364,
1953,
565,... |
private int lang_id; private int user_type; | private int lang_id; private int user_type; | public imcode.server.User verifyUser(String login, String password) { login = login.trim() ; User user = null ; String[] user_data = sqlProcedure("GetUserByLogin ", new String[] { login } ) ; /* The columns are: 0 user_id, 1 login_name, 2 login_password, 3 first_name, 4 last_name, 5 title, 6 company... | 8781 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8781/f231d16af5b11e6f3f5820c909b7c86f64a2db7a/IMCService.java/buggy/server/src/imcode/server/IMCService.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
709,
710,
18,
3567,
18,
1299,
3929,
1299,
12,
780,
3925,
16,
514,
2201,
13,
288,
202,
5819,
273,
3925,
18,
5290,
1435,
274,
202,
1299,
729,
273,
446,
274,
202,
780,
8526,
729,
6... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
709,
710,
18,
3567,
18,
1299,
3929,
1299,
12,
780,
3925,
16,
514,
2201,
13,
288,
202,
5819,
273,
3925,
18,
5290,
1435,
274,
202,
1299,
729,
273,
446,
274,
202,
780,
8526,
729,
6... |
if(shouldInject(classNode)) { injectIdProperty(classNode); injectVersionProperty(classNode); injectToStringMethod(classNode); injectAssociations(classNode); } | public void performInjection(SourceUnit source, GeneratorContext context, ClassNode classNode) { // TODO Implement injection of properties } | 53275 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/53275/b6ef9ddec7862d8efa8e6b63db67dfa714830c8a/DefaultGrailsDomainClassInjector.java/buggy/src/commons/org/codehaus/groovy/grails/injection/DefaultGrailsDomainClassInjector.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
309,
12,
13139,
15598,
12,
1106,
907,
3719,
288,
4590,
548,
1396,
12,
1106,
907,
1769,
225,
4590,
1444,
1396,
12,
1106,
907,
1769,
225,
4590,
5808,
1305,
12,
1106,
907,
1769,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
309,
12,
13139,
15598,
12,
1106,
907,
3719,
288,
4590,
548,
1396,
12,
1106,
907,
1769,
225,
4590,
1444,
1396,
12,
1106,
907,
1769,
225,
4590,
5808,
1305,
12,
1106,
907,
1769,
... | |
if (item.hasimage && item.hastext) { NavParams sideparams = new NavParams(); sideparams.viewtype = NavParams.SIDE_VIEW; sideparams.viewID = FramesetProducer.VIEWID; UIInternalLink.make(tofill, "switch-side", sideparams); } if (item.hasimage) { NavParams sideparams = new NavParams(); sideparams.viewtype = NavParams.IM... | String next = itemcollection.adjust(recparams.itemID, ItemCollection.NEXT); if (next != null) { UIInternalLink.make(tofill, "next", new RecordParams(next)); | public void fillComponents(UIContainer tofill, ViewParameters viewparams, ComponentChecker checker) { RecordParams recparams = (RecordParams) viewparams; ItemDetails item = itemcollection.getItem(recparams.itemID); UIOutput.make(tofill, "identifier", recparams.itemID); if (item.hasima... | 8847 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8847/e0263fb3c855109c1e7186377b5df7c8ff69d29a/RecordProducer.java/buggy/src/java/uk/org/ponder/darwin/rsf/producers/RecordProducer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
3636,
7171,
12,
5370,
2170,
358,
5935,
16,
4441,
2402,
1476,
2010,
16,
4202,
5435,
8847,
12489,
13,
288,
565,
5059,
1370,
1950,
2010,
273,
261,
2115,
1370,
13,
1476,
2010,
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,
282,
1071,
918,
3636,
7171,
12,
5370,
2170,
358,
5935,
16,
4441,
2402,
1476,
2010,
16,
4202,
5435,
8847,
12489,
13,
288,
565,
5059,
1370,
1950,
2010,
273,
261,
2115,
1370,
13,
1476,
2010,
31,
... |
if (linkTargetPath != null) fileHandle.createLink(linkTargetPath, | if (linkTargetPath != null) { fileHandle.createLink(linkTargetPath, | protected void createFile(IFile fileHandle, InputStream contents, IProgressMonitor monitor) throws CoreException { if (contents == null) contents = new ByteArrayInputStream(new byte[0]); try { // Create a new file resource in the workspace if (linkTargetPath... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/e38d295ea613cf9f08aadb93a84a33d2e91abc5f/WizardNewFileCreationPage.java/clean/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
21266,
12,
45,
812,
26662,
16,
5037,
2939,
16,
5411,
467,
5491,
7187,
6438,
13,
1216,
30015,
288,
3639,
309,
261,
3980,
422,
446,
13,
5411,
2939,
273,
394,
16180,
12,
2704,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
21266,
12,
45,
812,
26662,
16,
5037,
2939,
16,
5411,
467,
5491,
7187,
6438,
13,
1216,
30015,
288,
3639,
309,
261,
3980,
422,
446,
13,
5411,
2939,
273,
394,
16180,
12,
2704,
1... |
public void run() { // TODO: clean up exception handling if (throwable.getCause() instanceof BugzillaException) { MessageDialog.openError(null, IBugzillaConstants.TITLE_MESSAGE_DIALOG, "Bugzilla could not post your bug."); } else if (throwable.getCause() instanceof Possible... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/5e1b9d2e7e1408c07add5d8461b84651ed66e89a/BugzillaRepositoryConnector.java/buggy/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositoryConnector.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
15106,
202,
482,
6459,
2681,
1435,
95,
6862,
9506,
202,
759,
6241,
30,
16732,
4064,
26822,
6862,
9506,
202,
430,
12,
12849,
429,
18,
588,
10683,
1435,
1336,
792,
19865,
15990,
503,
15329,
6862,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
15106,
202,
482,
6459,
2681,
1435,
95,
6862,
9506,
202,
759,
6241,
30,
16732,
4064,
26822,
6862,
9506,
202,
430,
12,
12849,
429,
18,
588,
10683,
1435,
1336,
792,
19865,
15990,
503,
15329,
6862,
... | ||
return viewer.getControl( ); | return container; | public Control getControl( ) { if ( viewer == null ) return null; return viewer.getControl( ); } | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/97ec512e11440a7aef4cabaf9a1d56dca5de4b0b/ReportPropertySheetPage.java/clean/UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/views/property/ReportPropertySheetPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
8888,
27174,
12,
262,
202,
95,
202,
202,
430,
261,
14157,
422,
446,
262,
1082,
202,
2463,
446,
31,
202,
202,
2463,
14157,
18,
588,
3367,
12,
11272,
202,
97,
2,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8888,
27174,
12,
262,
202,
95,
202,
202,
430,
261,
14157,
422,
446,
262,
1082,
202,
2463,
446,
31,
202,
202,
2463,
14157,
18,
588,
3367,
12,
11272,
202,
97,
2,
-100,
-100,
-... |
return displayDiff((ElementDef)other, null, 0); | return displayDiff((ElementDef)other, null, 0); | public boolean equals(Object other) { try { return displayDiff((ElementDef)other, null, 0); } catch (ClassCastException ex) { return false; } } | 4891 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4891/b5b5168edc3af09cb74945a80b0c36e6630ed502/ElementDef.java/buggy/src/main/mondrian/xom/ElementDef.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
1606,
12,
921,
1308,
13,
202,
95,
5411,
775,
288,
202,
202,
2463,
2562,
5938,
12443,
1046,
3262,
13,
3011,
16,
446,
16,
374,
1769,
5411,
289,
1044,
261,
797,
22768,
431,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
1606,
12,
921,
1308,
13,
202,
95,
5411,
775,
288,
202,
202,
2463,
2562,
5938,
12443,
1046,
3262,
13,
3011,
16,
446,
16,
374,
1769,
5411,
289,
1044,
261,
797,
22768,
431,... |
if (j != null) _context.jobQueue().addJob(j); | j.getTiming().setStartAfter(_context.clock().now()); _context.jobQueue().addJob(j); | public void publish(LeaseSet localLeaseSet) { if (!_initialized) return; Hash h = localLeaseSet.getDestination().calculateHash(); try { store(h, localLeaseSet); } catch (IllegalArgumentException iae) { _log.error("wtf, locally published leaseSet is not valid?", iae)... | 27493 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/27493/bc626ece2d2f61e1246a0c597f733962ed58b0db/KademliaNetworkDatabaseFacade.java/clean/router/java/src/net/i2p/router/networkdb/kademlia/KademliaNetworkDatabaseFacade.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3808,
12,
17746,
694,
1191,
17746,
694,
13,
288,
3639,
309,
16051,
67,
13227,
13,
327,
31,
3639,
2474,
366,
273,
1191,
17746,
694,
18,
588,
5683,
7675,
11162,
2310,
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,
3808,
12,
17746,
694,
1191,
17746,
694,
13,
288,
3639,
309,
16051,
67,
13227,
13,
327,
31,
3639,
2474,
366,
273,
1191,
17746,
694,
18,
588,
5683,
7675,
11162,
2310,
5621,
3639,... |
} else if (in.match('=')) { | } else if (matchChar('=')) { | public int getToken() throws IOException { int c; tokenno++; // Check for pushed-back token if (this.pushbackToken != EOF) { int result = this.pushbackToken; this.pushbackToken = EOF; return result; } // Eat whitespace, possibly sensitive to... | 11366 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11366/8d78476dde863807579dcd20202decfcfcc9f7f1/TokenStream.java/buggy/js/rhino/src/org/mozilla/javascript/TokenStream.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
9162,
1435,
1216,
1860,
288,
3639,
509,
276,
31,
3639,
1147,
2135,
9904,
31,
3639,
368,
2073,
364,
18543,
17,
823,
1147,
3639,
309,
261,
2211,
18,
6206,
823,
1345,
480,
6431,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9162,
1435,
1216,
1860,
288,
3639,
509,
276,
31,
3639,
1147,
2135,
9904,
31,
3639,
368,
2073,
364,
18543,
17,
823,
1147,
3639,
309,
261,
2211,
18,
6206,
823,
1345,
480,
6431,
... |
jj_la1[95] = jj_gen; | jj_la1[97] = jj_gen; | final public void StatementExpression() throws ParseException { /*@bgen(jjtree) StatementExpression */ ASTStatementExpression jjtn000 = new ASTStatementExpression(this, JJTSTATEMENTEXPRESSION); boolean jjtc000 = true; jjtree.openNodeScope(jjtn000); try { switch ((jj_ntk==-1)?jj_ntk():jj_ntk) { case IN... | 41673 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/41673/6b2ea5d38e0b6b4adb468f80aa5e82b2d9884c6d/JavaParser.java/clean/pmd/src/net/sourceforge/pmd/ast/JavaParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
1071,
918,
8056,
2300,
1435,
1216,
10616,
288,
1748,
36,
70,
4507,
12,
78,
78,
3413,
13,
8056,
2300,
1195,
225,
9183,
3406,
2300,
10684,
5088,
3784,
273,
394,
9183,
3406,
2300,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
1071,
918,
8056,
2300,
1435,
1216,
10616,
288,
1748,
36,
70,
4507,
12,
78,
78,
3413,
13,
8056,
2300,
1195,
225,
9183,
3406,
2300,
10684,
5088,
3784,
273,
394,
9183,
3406,
2300,
12,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.