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 |
|---|---|---|---|---|---|---|
final int ch1 = mbuf.data[mbuf.off + 0] & MASK_FF; final int ch2 = mbuf.data[mbuf.off + 1] & MASK_FF; final int ch3 = mbuf.data[mbuf.off + 2] & MASK_FF; final int ch4 = mbuf.data[mbuf.off + 3] & MASK_FF; | int ch1 = mbuf.data[mbuf.off + 0] & 0xFF; int ch2 = mbuf.data[mbuf.off + 1] & 0xFF; int ch3 = mbuf.data[mbuf.off + 2] & 0xFF; int ch4 = mbuf.data[mbuf.off + 3] & 0xFF; | public int peekInt() { mbuf.len = INTSIZE; peekReadOnly(mbuf); final int ch1 = mbuf.data[mbuf.off + 0] & MASK_FF; final int ch2 = mbuf.data[mbuf.off + 1] & MASK_FF; final int ch3 = mbuf.data[mbuf.off + 2] & MASK_FF; final int ch4 = mbuf.data[mbuf.off + 3] & MASK_FF; if ((ch1 | ch2 | ch3 | ch4) < 0) throw ne... | 47988 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47988/cbbbe50f14c3ebcc2a939948e5ca87c12b95eda3/Message.java/clean/trunk/appia/src/org/continuent/appia/core/message/Message.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
509,
8032,
1702,
1435,
288,
202,
202,
1627,
696,
18,
1897,
273,
6137,
4574,
31,
202,
202,
347,
3839,
12066,
12,
1627,
696,
1769,
9506,
202,
6385,
509,
462,
21,
273,
312,
4385,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
509,
8032,
1702,
1435,
288,
202,
202,
1627,
696,
18,
1897,
273,
6137,
4574,
31,
202,
202,
347,
3839,
12066,
12,
1627,
696,
1769,
9506,
202,
6385,
509,
462,
21,
273,
312,
4385,... |
assert(ex.getMessage(),false); | fail(ex.getMessage()); | public void testAcceptsURL() { try { // Load the driver (note clients should never do it this way!) org.postgresql.Driver drv = new org.postgresql.Driver(); assert(drv!=null); // These are always correct assert(drv.acceptsURL("jdbc:postgresql:test")); assert(drv.acceptsURL("jdbc:postg... | 45497 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45497/b75814aee320ef2b67ad01ba72c266dbbf94db45/DriverTest.java/clean/src/interfaces/jdbc/org/postgresql/test/jdbc2/DriverTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1842,
26391,
1785,
1435,
288,
565,
775,
288,
1377,
368,
4444,
326,
3419,
261,
7652,
7712,
1410,
5903,
741,
518,
333,
4031,
24949,
1377,
2358,
18,
2767,
24330,
18,
4668,
302,
49... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1842,
26391,
1785,
1435,
288,
565,
775,
288,
1377,
368,
4444,
326,
3419,
261,
7652,
7712,
1410,
5903,
741,
518,
333,
4031,
24949,
1377,
2358,
18,
2767,
24330,
18,
4668,
302,
49... |
public Module openModule( String fileName, InputStream is ) throws DesignFileException { if ( is == null ) throw new IllegalArgumentException( "The input stream must not be null" ); //$NON-NLS-1$ Module module = GenericModuleReader.getInstance( ).read( this, fileName, is ); assert module instanceof Lib... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/5094a982ace4669ab77118191d422873a0a0dc18/DesignSession.java/clean/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignSession.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
5924,
1696,
3120,
12,
514,
3968,
16,
5037,
353,
262,
1082,
202,
15069,
29703,
812,
503,
202,
95,
202,
202,
430,
261,
353,
422,
446,
262,
1082,
202,
12849,
394,
2754,
12,
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,
225,
202,
482,
5924,
1696,
3120,
12,
514,
3968,
16,
5037,
353,
262,
1082,
202,
15069,
29703,
812,
503,
202,
95,
202,
202,
430,
261,
353,
422,
446,
262,
1082,
202,
12849,
394,
2754,
12,
6862,... | ||
ModelAndView modelAndView = execute("/test", null); | ModelAndView modelAndView = execute("/test/test", null); | public void testSimpleControllerSuccess() throws Exception { ModelAndView modelAndView = execute("/test", null); assertNotNull(modelAndView); } | 46315 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46315/ec8428beed9d55121015b550a80c58624d3dc975/SimpleGrailsControllerTests.java/buggy/grails/test/web/org/codehaus/groovy/grails/web/servlet/mvc/SimpleGrailsControllerTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
5784,
2933,
4510,
1435,
1216,
1185,
288,
202,
202,
1488,
1876,
1767,
938,
1876,
1767,
273,
1836,
2932,
19,
3813,
3113,
446,
1769,
202,
202,
11231,
5962,
12,
2284,
187... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
5784,
2933,
4510,
1435,
1216,
1185,
288,
202,
202,
1488,
1876,
1767,
938,
1876,
1767,
273,
1836,
2932,
19,
3813,
3113,
446,
1769,
202,
202,
11231,
5962,
12,
2284,
187... |
JavaScriptClassLoader classLoader = new JavaScriptClassLoader(); | public Object compile(Context cx, Scriptable scope, Node tree, Object securityDomain, SecuritySupport securitySupport, ClassNameHelper nameHelper) throws IOException { Vector classFiles = new Vector(); Vector names =... | 54155 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54155/db930451b80adb882355c17111ebab2705827b0b/Codegen.java/buggy/js/rhino/org/mozilla/javascript/optimizer/Codegen.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
4074,
12,
1042,
9494,
16,
22780,
2146,
16,
2029,
2151,
16,
21821,
1033,
4373,
3748,
16,
12900,
6036,
6289,
4373,
6289,
16,
12900,
19811,
2276,
508,
2276,
13,
3639,
1216,
1860,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
4074,
12,
1042,
9494,
16,
22780,
2146,
16,
2029,
2151,
16,
21821,
1033,
4373,
3748,
16,
12900,
6036,
6289,
4373,
6289,
16,
12900,
19811,
2276,
508,
2276,
13,
3639,
1216,
1860,
... | |
if (redoAction != null) redoAction.removePropertyChangeListener(redoActionListener); | if (redoAction != null) { redoAction.removePropertyChangeListener(redoActionListener); } | public void setRedoAction(IAction action) { if (redoAction == action) return; if (redoAction != null) redoAction.removePropertyChangeListener(redoActionListener); redoAction = action; if (redoAction != null) redoAction.addPropertyChangeListener(redoAction... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/fa4a8cff0e027f8d3c6b1fcb92b30f46767dd191/CellEditorActionHandler.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/CellEditorActionHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
444,
3715,
83,
1803,
12,
45,
1803,
1301,
13,
288,
3639,
309,
261,
1118,
83,
1803,
422,
1301,
13,
5411,
327,
31,
3639,
309,
261,
1118,
83,
1803,
480,
446,
13,
5411,
24524,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
444,
3715,
83,
1803,
12,
45,
1803,
1301,
13,
288,
3639,
309,
261,
1118,
83,
1803,
422,
1301,
13,
5411,
327,
31,
3639,
309,
261,
1118,
83,
1803,
480,
446,
13,
5411,
24524,
1... |
PacketLocal packet = new PacketLocal(_context, _connection.getRemotePeer()); | PacketLocal packet = new PacketLocal(_context, _connection.getRemotePeer(), _connection); | private PacketLocal buildPacket(byte buf[], int off, int size) { boolean ackOnly = isAckOnly(size); PacketLocal packet = new PacketLocal(_context, _connection.getRemotePeer()); byte data[] = new byte[size]; if (size > 0) System.arraycopy(buf, off, data, 0, size); packet... | 45677 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45677/48cdf17a4f63829c28b653f83ae10d01c3f7e752/ConnectionDataReceiver.java/clean/apps/streaming/java/src/net/i2p/client/streaming/ConnectionDataReceiver.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
11114,
2042,
1361,
6667,
12,
7229,
1681,
63,
6487,
509,
3397,
16,
509,
963,
13,
288,
3639,
1250,
8479,
3386,
273,
353,
11931,
3386,
12,
1467,
1769,
3639,
11114,
2042,
4414,
273,
394... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
11114,
2042,
1361,
6667,
12,
7229,
1681,
63,
6487,
509,
3397,
16,
509,
963,
13,
288,
3639,
1250,
8479,
3386,
273,
353,
11931,
3386,
12,
1467,
1769,
3639,
11114,
2042,
4414,
273,
394... |
switch (f.methodId) { | switch (f.methodId()) { | public Object execMethod(IdFunction f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) { if (prototypeFlag) { switch (f.methodId) { case Id_constructor: return jsConstructor(cx, scope, args, f, thisObj == null); ... | 13991 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13991/204d41ff43a8af9396620af92205c720e2d60c5c/NativeArray.java/clean/js/rhino/src/org/mozilla/javascript/NativeArray.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1196,
1305,
12,
548,
2083,
284,
16,
1772,
9494,
16,
22780,
2146,
16,
11794,
22780,
15261,
16,
1033,
8526,
833,
13,
565,
288,
3639,
309,
261,
18541,
4678,
13,
288,
5411,
1620,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1196,
1305,
12,
548,
2083,
284,
16,
1772,
9494,
16,
22780,
2146,
16,
11794,
22780,
15261,
16,
1033,
8526,
833,
13,
565,
288,
3639,
309,
261,
18541,
4678,
13,
288,
5411,
1620,
... |
throws ConfigurationException | throws CascadingException | private void setReference( final ObjectConfigurer configurer, final Object object, final String name, final String id, final Context context ) throws ConfigurationException { // L... | 506 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/506/f52a170159f6dc5beebe07bfb945cb5b3fa5290b/DefaultConfigurer.java/clean/proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer/DefaultConfigurer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
31098,
12,
727,
1033,
809,
11278,
642,
11278,
16,
1171,
9079,
727,
1033,
733,
16,
1171,
9079,
727,
514,
508,
16,
1171,
9079,
727,
514,
612,
16,
1171,
9079,
727,
1772,
819,
26... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
31098,
12,
727,
1033,
809,
11278,
642,
11278,
16,
1171,
9079,
727,
1033,
733,
16,
1171,
9079,
727,
514,
508,
16,
1171,
9079,
727,
514,
612,
16,
1171,
9079,
727,
1772,
819,
26... |
DefaultLoggerImpl.instance().log(ILogger.FATAL, Messages.getString( "error.eclenv.cannot.find.dsp", new Object[] { sFQClassName }, Locale.getDefault() ) ); | DefaultLoggerImpl.instance().log(ILogger.FATAL, Messages.getString("error.eclenv.cannot.find.dsp", new Object[] { sFQClassName }, Locale.getDefault() )); | public final IDataSetProcessor getDataSetProcessor(Class cSeries) throws PluginException { final String sFQClassName = cSeries.getName(); if (inEclipseEnv()) { final Object oDSP = getPluginXmlObject("datasetprocessors", "datasetProcessor", "series", "processor", //$NON-NLS-1$ //$N... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/4c3f1cb28dd9925df77890697e8cb172fe5ebfe8/PluginSettings.java/buggy/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/PluginSettings.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
727,
467,
13676,
5164,
4303,
694,
5164,
12,
797,
276,
6485,
13,
1216,
6258,
503,
565,
288,
3639,
727,
514,
272,
23032,
3834,
273,
276,
6485,
18,
17994,
5621,
3639,
309,
261,
267,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
727,
467,
13676,
5164,
4303,
694,
5164,
12,
797,
276,
6485,
13,
1216,
6258,
503,
565,
288,
3639,
727,
514,
272,
23032,
3834,
273,
276,
6485,
18,
17994,
5621,
3639,
309,
261,
267,
... |
expectedReply.add(FILE_3); | addExpectedReply(expectedReply, FILE_3); | public void testSendReceive() throws Exception { //test random query QueryRequest qr = QueryRequest.createQuery("asdfadf", (byte)2); CONN_1.send(qr); CONN_1.flush(); getFirstQueryReply(CONN_1); assertTrue("should not have received a QueryReply", !drain(CONN... | 5134 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5134/2efe8c2e0c3750583b43507e167e64f08cdbc580/I18NSendReceiveTest.java/buggy/components/gnutella-core/src/test/java/com/limegroup/gnutella/I18NSendReceiveTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
3826,
11323,
1435,
1216,
1185,
288,
7734,
368,
3813,
2744,
843,
540,
2770,
691,
12677,
273,
2770,
691,
18,
2640,
1138,
2932,
345,
2180,
361,
74,
3113,
261,
7229,
13,
22,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
3826,
11323,
1435,
1216,
1185,
288,
7734,
368,
3813,
2744,
843,
540,
2770,
691,
12677,
273,
2770,
691,
18,
2640,
1138,
2932,
345,
2180,
361,
74,
3113,
261,
7229,
13,
22,
... |
protected Paint createPaint(BridgeContext ctx, GraphicsNode paintedNode, Element paintedElement, Element paintElement){ // // Get unit processor to compute gradient control points // CSSStyleDecl... | 45946 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45946/94eb1826d4d8a3c54ea7f79fdb50ab133be0dc95/SVGRadialGradientBridge.java/clean/sources/org/apache/batik/refimpl/bridge/SVGRadialGradientBridge.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
4750,
30001,
752,
12699,
12,
13691,
1042,
1103,
16,
225,
16830,
907,
12574,
329,
907,
16,
225,
3010,
12574,
329,
1046,
16,
225,
3010,
12574,
1046,
15329,
225,
368,
225,
368,
968,
2836,
66... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4750,
30001,
752,
12699,
12,
13691,
1042,
1103,
16,
225,
16830,
907,
12574,
329,
907,
16,
225,
3010,
12574,
329,
1046,
16,
225,
3010,
12574,
1046,
15329,
225,
368,
225,
368,
968,
2836,
66... | ||
if (!super.updateSelection(selection)) { return false; } if (getSelectedNonResources().size() > 0) { return false; } List selectedResources = getSelectedResources(); if (selectedResources.size() == 0) return false; IContainer firstParent = ((IResource) selectedResources.get(0)).getParent(); if (firstParent == null) {... | if (!super.updateSelection(selection)) { | protected boolean updateSelection(IStructuredSelection selection) { if (!super.updateSelection(selection)) { return false; } if (getSelectedNonResources().size() > 0) { return false; } // to enable this command all selected resources must be siblings List selectedResources = getSelectedResources(); if (selectedResour... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/bf752ac27dbe2a869d9900197181599a8561dc6a/CopyResourceAction.java/buggy/bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/actions/CopyResourceAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
1250,
1089,
6233,
12,
45,
30733,
6233,
4421,
13,
288,
202,
430,
16051,
9565,
18,
2725,
6233,
12,
10705,
3719,
288,
202,
202,
2463,
629,
31,
202,
97,
202,
430,
261,
588,
7416,
3989,
380... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
1250,
1089,
6233,
12,
45,
30733,
6233,
4421,
13,
288,
202,
430,
16051,
9565,
18,
2725,
6233,
12,
10705,
3719,
288,
202,
202,
2463,
629,
31,
202,
97,
202,
430,
261,
588,
7416,
3989,
380... |
return createSetValueInvocation(getConverter(method, false), method); | return createSetValueInvocation(getScalarConverter(method, false), method); | protected final Invocation createInvocation(final Method method) throws IllegalAccessException, InstantiationException { if (DomImplUtil.isTagValueGetter(method)) { return createGetValueInvocation(getConverter(method, true), method); } if (DomImplUtil.isTagValueSetter(method)) { return createSetVal... | 56598 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56598/957b1e5003ec45a9bb74b62c713b2b21c7ec791b/DomInvocationHandler.java/clean/source/com/intellij/util/xml/impl/DomInvocationHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
727,
11298,
752,
9267,
12,
6385,
2985,
707,
13,
1216,
11900,
16,
19248,
288,
565,
309,
261,
8832,
2828,
1304,
18,
291,
1805,
620,
8461,
12,
2039,
3719,
288,
1377,
327,
752,
967,
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,
282,
4750,
727,
11298,
752,
9267,
12,
6385,
2985,
707,
13,
1216,
11900,
16,
19248,
288,
565,
309,
261,
8832,
2828,
1304,
18,
291,
1805,
620,
8461,
12,
2039,
3719,
288,
1377,
327,
752,
967,
6... |
} else { throw new IllegalStateException("sql "+sql+" returned no result!"); | public int rowCount() { EOFetchSpecification spec = databaseDataSource().fetchSpecificationForFetch(); EOEditingContext ec = databaseDataSource().editingContext(); EOModel model = ERXEOAccessUtilities.modelForFetchSpecificationAndEditingContext(spec, ec); String sql = ERXEOAccessUtilitie... | 22541 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/22541/7baa021ac9328a5fc4e3add562699805d25558b0/ERXBatchingDisplayGroup.java/buggy/Common/Frameworks/ERExtensions/Sources/er/extensions/ERXBatchingDisplayGroup.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
14888,
1435,
288,
3639,
6431,
1593,
8615,
857,
273,
2063,
8597,
7675,
5754,
8615,
1290,
5005,
5621,
3639,
512,
51,
28029,
1042,
6557,
273,
2063,
8597,
7675,
4619,
310,
1042,
5621... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
14888,
1435,
288,
3639,
6431,
1593,
8615,
857,
273,
2063,
8597,
7675,
5754,
8615,
1290,
5005,
5621,
3639,
512,
51,
28029,
1042,
6557,
273,
2063,
8597,
7675,
4619,
310,
1042,
5621... | |
public Symbol linkedModule() { return NONE; | public ModuleSymbol linkedModule() { assert isClassType(): "not a class: " + Debug.show(this); return null; | public Symbol linkedModule() { return NONE; } | 10130 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10130/c07702b37e088aa67e697b3bfebb4cc4d71e51c9/Symbol.java/buggy/sources/scalac/symtab/Symbol.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
8565,
8459,
3120,
1435,
288,
3639,
327,
11829,
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,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
8565,
8459,
3120,
1435,
288,
3639,
327,
11829,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
newChart.setOrientation(Orientation.VERTICAL_LITERAL); | public Chart getModel(String sSubType, Orientation orientation, String sDimension, Chart currentChart) { ChartWithAxes newChart = null; if (currentChart != null) { newChart = (ChartWithAxes) getConvertedChart(currentChart, sSubType, orientation, sDimension); if (newChar... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/115883f400d24bbd25060b6a5288f7b530763cfa/StockChart.java/clean/chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/StockChart.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
14804,
7454,
12,
780,
272,
30511,
16,
531,
12556,
9820,
16,
514,
272,
8611,
16,
14804,
783,
7984,
13,
565,
288,
3639,
14804,
1190,
26494,
394,
7984,
273,
446,
31,
3639,
309,
261,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
14804,
7454,
12,
780,
272,
30511,
16,
531,
12556,
9820,
16,
514,
272,
8611,
16,
14804,
783,
7984,
13,
565,
288,
3639,
14804,
1190,
26494,
394,
7984,
273,
446,
31,
3639,
309,
261,
... | |
} | public void startProduction(ImageConsumer ic) { if (!(consumers.contains(ic))) { consumers.addElement(ic); } Vector list = (Vector) consumers.clone(); for(int i = 0; i < list.size(); i++) { ic = (ImageConsumer) list.elementAt(i); sendPicture( ic ); ic.imageComplete( ImageConsumer.STATICIMAGEDONE ); } } | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/24330cfb4cc445da21a71a819ce54efe764fab6e/MemoryImageSource.java/buggy/core/src/classpath/java/java/awt/image/MemoryImageSource.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
787,
31590,
12,
2040,
5869,
13579,
13,
288,
202,
430,
16051,
12,
17664,
414,
18,
12298,
12,
335,
20349,
288,
202,
565,
18350,
18,
1289,
1046,
12,
335,
1769,
202,
202,
97,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
787,
31590,
12,
2040,
5869,
13579,
13,
288,
202,
430,
16051,
12,
17664,
414,
18,
12298,
12,
335,
20349,
288,
202,
565,
18350,
18,
1289,
1046,
12,
335,
1769,
202,
202,
97,... | |
Connection dbConn = Vault.getDbConnection(); | Connection dbConn = m_dbConnection; if(m_dbConnection==null) dbConn = Vault.getDbConnection(); | public static Element[] getAllMapMapElements() throws SQLException, MapsException { final String sqlQuery = "SELECT * FROM element WHERE elementtype = 'M' "; Connection dbConn = Vault.getDbConnection(); PreparedStatement statement = dbConn.prepareStatement(sqlQuery); ResultSet rs = statement.execu... | 47678 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47678/069d0e7b3a96289b7c94aecc6c8a14fee3498895/Factory.java/clean/opennms-webapp/src/main/java/org/opennms/web/map/db/Factory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
3010,
8526,
5514,
863,
863,
3471,
1435,
1216,
6483,
16,
19837,
503,
288,
1377,
727,
514,
24451,
273,
315,
4803,
380,
4571,
930,
4852,
930,
723,
273,
296,
49,
11,
13636,
1377,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
3010,
8526,
5514,
863,
863,
3471,
1435,
1216,
6483,
16,
19837,
503,
288,
1377,
727,
514,
24451,
273,
315,
4803,
380,
4571,
930,
4852,
930,
723,
273,
296,
49,
11,
13636,
1377,
... |
super(spawnArgs); | fPickupSoundIndex = Engine.getSoundIndex(getPickupSound()); | public GenericItem(String[] spawnArgs) throws GameException { super(spawnArgs); setupEntity(); fEntity.linkEntity(); // precache pickup sound fPickupSoundIndex = Engine.getSoundIndex(getPickupSound()); //precache icon Engine.getImageIndex(getIconName()); // schedule a one-shot runFrame() call so we can // drop to th... | 1990 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1990/578d435afa17c19ab50dae1f666d2a43a2c4c175/GenericItem.java/buggy/classes/q2java/baseq2/GenericItem.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
7928,
1180,
12,
780,
8526,
12560,
2615,
13,
1216,
14121,
503,
202,
95,
202,
9565,
12,
1752,
9533,
2615,
1769,
202,
8401,
1943,
5621,
202,
74,
1943,
18,
1232,
1943,
5621,
202,
759,
675,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
7928,
1180,
12,
780,
8526,
12560,
2615,
13,
1216,
14121,
503,
202,
95,
202,
9565,
12,
1752,
9533,
2615,
1769,
202,
8401,
1943,
5621,
202,
74,
1943,
18,
1232,
1943,
5621,
202,
759,
675,
... |
List mobilityParams = new ArrayList(2); mobilityParams.add(theMessenger); mobilityParams.add(agentManager); this.agentMobility = new RootMobilityComponent( mobilityParams); add(agentMobility); agentMobility.provideServices(rootsb); | protected void loadInternalPriorityComponents() { ServiceBroker localsb = getServiceBroker(); ServiceBroker rootsb = agentServiceBroker; AgentManager am = agentManager; { ThreadServiceProvider tsp = new ThreadServiceProvider(rootsb, "Node " + nodeName); tsp.provideServices(rootsb); } try {... | 7981 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7981/c3370b234baec937662510897e0d01d7e2d3ef46/NodeAgent.java/clean/core/src/org/cougaar/core/node/NodeAgent.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1262,
3061,
8183,
7171,
1435,
288,
565,
1956,
11194,
8985,
70,
273,
6373,
11194,
5621,
565,
1956,
11194,
12876,
70,
273,
4040,
1179,
11194,
31,
565,
8669,
1318,
2125,
273,
4040,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1262,
3061,
8183,
7171,
1435,
288,
565,
1956,
11194,
8985,
70,
273,
6373,
11194,
5621,
565,
1956,
11194,
12876,
70,
273,
4040,
1179,
11194,
31,
565,
8669,
1318,
2125,
273,
4040,
... | |
while (firstChild != null) { short lType = firstChild.getNodeType(); | private boolean canModifyNext(Node node) { boolean textFirstChild = false; short type = node.getNodeType(); if (type == Node.ENTITY_REFERENCE_NODE) { //If the previous sibling was entityreference //check if its content is replaceable Node firstChild = node.getFi... | 1831 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1831/1db1139127c11e16043f0cbd38ab1b65575e8b32/TextImpl.java/clean/src/org/apache/xerces/dom/TextImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1250,
848,
11047,
2134,
12,
907,
756,
13,
288,
3639,
1250,
977,
3759,
1763,
273,
629,
31,
3639,
3025,
618,
273,
756,
18,
588,
15101,
5621,
3639,
309,
261,
723,
422,
2029,
18,
1110... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1250,
848,
11047,
2134,
12,
907,
756,
13,
288,
3639,
1250,
977,
3759,
1763,
273,
629,
31,
3639,
3025,
618,
273,
756,
18,
588,
15101,
5621,
3639,
309,
261,
723,
422,
2029,
18,
1110... | |
if(!tokenType.equals(JavaTokenType.PLUSPLUS) && !tokenType.equals(JavaTokenType.MINUSMINUS)){ | if (!tokenType.equals(JavaTokenType.PLUSPLUS) && !tokenType.equals(JavaTokenType.MINUSMINUS)) { | public void visitPostfixExpression( @NotNull PsiPostfixExpression expression){ super.visitPostfixExpression(expression); final PsiJavaToken sign = expression.getOperationSign(); if(sign == null){ return; } final IElementType to... | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/4b42b074cf297292458172fa176168ee705ab721/AssignmentToMethodParameterInspection.java/buggy/plugins/InspectionGadgets/src/com/siyeh/ig/assignment/AssignmentToMethodParameterInspection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
3757,
24505,
2300,
12,
7734,
632,
5962,
453,
7722,
24505,
2300,
2652,
15329,
5411,
2240,
18,
11658,
24505,
2300,
12,
8692,
1769,
5411,
727,
453,
7722,
5852,
1345,
1573,
273,
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,
540,
1071,
918,
3757,
24505,
2300,
12,
7734,
632,
5962,
453,
7722,
24505,
2300,
2652,
15329,
5411,
2240,
18,
11658,
24505,
2300,
12,
8692,
1769,
5411,
727,
453,
7722,
5852,
1345,
1573,
273,
2652... |
return randomData.nextGaussian(mu,sigma); | return randomData.nextGaussian(mu, sigma); | private double getNextGaussian() { return randomData.nextGaussian(mu,sigma); } | 9305 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9305/a6c324e669d05dc92e999ae78a29d0ac598d235f/ValueServer.java/buggy/src/java/org/apache/commons/math/ValueServer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1645,
6927,
43,
12086,
1435,
288,
3639,
327,
2744,
751,
18,
4285,
43,
12086,
12,
13297,
16,
7299,
1769,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1645,
6927,
43,
12086,
1435,
288,
3639,
327,
2744,
751,
18,
4285,
43,
12086,
12,
13297,
16,
7299,
1769,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
if(!logDir.exists()) { | if (!logDir.exists()) { | protected void init() throws CruiseControlException { ProjectXMLHelper helper = new ProjectXMLHelper(new File(_configFileName), _name); _sleepMillis = 1000 * helper.getBuildInterval(); _logDir = helper.getLogDir(); _logXmlEncoding = helper.getLogXmlEncoding(); File logDir = new File(_lo... | 52149 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52149/5edc2fe63b98aa771bdcfeb2b63b1207b5ac3071/Project.java/buggy/main/src/net/sourceforge/cruisecontrol/Project.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1208,
1435,
1216,
385,
8653,
784,
3367,
503,
288,
3639,
5420,
4201,
2276,
4222,
273,
394,
5420,
4201,
2276,
12,
2704,
1387,
24899,
1425,
4771,
3631,
389,
529,
1769,
3639,
389,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1208,
1435,
1216,
385,
8653,
784,
3367,
503,
288,
3639,
5420,
4201,
2276,
4222,
273,
394,
5420,
4201,
2276,
12,
2704,
1387,
24899,
1425,
4771,
3631,
389,
529,
1769,
3639,
389,
... |
if (needLegacy) return legacy.getSizeZ(id); | public int getSizeZ(String id) throws FormatException, IOException { if (!id.equals(currentId)) initFile(id); if (needLegacy) return legacy.getSizeZ(id); return zSize; } | 46826 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46826/05c616aac453ef88a5b085f1c7bb89e0fc08f28b/ZeissZVIReader.java/buggy/loci/formats/in/ZeissZVIReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
9950,
62,
12,
780,
612,
13,
1216,
4077,
503,
16,
1860,
288,
565,
309,
16051,
350,
18,
14963,
12,
2972,
548,
3719,
1208,
812,
12,
350,
1769,
4202,
327,
998,
1225,
31,
225,
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,
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,
509,
9950,
62,
12,
780,
612,
13,
1216,
4077,
503,
16,
1860,
288,
565,
309,
16051,
350,
18,
14963,
12,
2972,
548,
3719,
1208,
812,
12,
350,
1769,
4202,
327,
998,
1225,
31,
225,
2... | |
dialog.setInput( (ReportItemHandle) inputArray[1] ); if ( dialog.open( ) == Window.OK ) | if ( inputArray.length == 2 && inputArray[1] instanceof ReportItemHandle ) | public void doubleClick( DoubleClickEvent event ) { IStructuredSelection selection = (IStructuredSelection) event.getSelection( ); if ( selection.isEmpty( ) ) { return; } if ( event.getSource( ) == functionTable ) { if ( selection.getFirstElement( ) instanceof Object[] ) { ColumnBindingDialo... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/d896bbc06c1ff8a9070d08f645b18f903d18e6ef/ExpressionBuilder.java/buggy/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
918,
1645,
6563,
12,
3698,
6563,
1133,
871,
262,
202,
202,
95,
1082,
202,
45,
30733,
6233,
4421,
273,
261,
45,
30733,
6233,
13,
871,
18,
588,
6233,
12,
11272,
1082,
202,
430,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
918,
1645,
6563,
12,
3698,
6563,
1133,
871,
262,
202,
202,
95,
1082,
202,
45,
30733,
6233,
4421,
273,
261,
45,
30733,
6233,
13,
871,
18,
588,
6233,
12,
11272,
1082,
202,
430,... |
public Cvs(){ | public Cvs() { | public Cvs(){ setTaskName("cvs"); } | 639 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/639/49ac8075b87fecb96138ec2fd569af101aa80743/Cvs.java/clean/src/main/org/apache/tools/ant/taskdefs/Cvs.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
385,
6904,
1435,
288,
4202,
444,
2174,
461,
2932,
71,
6904,
8863,
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,
385,
6904,
1435,
288,
4202,
444,
2174,
461,
2932,
71,
6904,
8863,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
index = i > 0 ? i : 0; } | index = i; | private void updateJavaClasspathLibs(String[] oldPaths, String[] newPaths) { IProject project = ((IModel)getPage().getModel()).getUnderlyingResource().getProject(); IJavaProject jproject = JavaCore.create(project); try { IClasspathEntry[] entries = jproject.getRawClasspath(); ArrayList toBeAdded = new ArrayList... | 14404 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14404/6c58a898667ea1adda4c49bdcf632ebd7647a611/LibrarySection.java/buggy/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/LibrarySection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1089,
5852,
17461,
5664,
87,
12,
780,
8526,
1592,
4466,
16,
514,
8526,
394,
4466,
13,
288,
202,
202,
45,
4109,
1984,
273,
14015,
45,
1488,
13,
588,
1964,
7675,
588,
1488... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1089,
5852,
17461,
5664,
87,
12,
780,
8526,
1592,
4466,
16,
514,
8526,
394,
4466,
13,
288,
202,
202,
45,
4109,
1984,
273,
14015,
45,
1488,
13,
588,
1964,
7675,
588,
1488... |
public static void zeroSmall(Address start, Extent bytes) throws InlinePragma { | public static void zeroSmall(Address start, Extent bytes) throws InlinePragma { | public static void zeroSmall(Address start, Extent bytes) throws InlinePragma { if (Assert.VERIFY_ASSERTIONS) { assertAligned(start); assertAligned(bytes); } Address end = start.plus(bytes); for (Address addr = start; addr.LT(end); addr = addr.plus(BYTES_IN_INT)) addr.store(0); } | 4011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4011/30524c62fa391922d51289c03075f714c772951c/Memory.java/clean/MMTk/src/org/mmtk/utility/Memory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
3634,
19187,
12,
1887,
787,
16,
6419,
319,
1731,
13,
377,
1216,
16355,
2050,
9454,
288,
565,
309,
261,
8213,
18,
23756,
67,
8423,
11539,
1146,
55,
13,
288,
1377,
1815,
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,
1071,
760,
918,
3634,
19187,
12,
1887,
787,
16,
6419,
319,
1731,
13,
377,
1216,
16355,
2050,
9454,
288,
565,
309,
261,
8213,
18,
23756,
67,
8423,
11539,
1146,
55,
13,
288,
1377,
1815,
2... |
rrToWire(Compression c) throws IOException { | rrToWire(Compression c, int index) throws IOException { | rrToWire(Compression c) throws IOException { if (target == null) return null; ByteArrayOutputStream bs = new ByteArrayOutputStream(); CountedDataOutputStream ds = new CountedDataOutputStream(bs); target.toWire(ds, c); return bs.toByteArray();} | 4227 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4227/c25a4c5d42282b477123aad2f2331346fd1ab504/NS_CNAME_PTRRecord.java/clean/DNS/NS_CNAME_PTRRecord.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
8354,
774,
15249,
12,
15270,
276,
13,
1216,
1860,
288,
202,
430,
261,
3299,
422,
446,
13,
202,
202,
2463,
446,
31,
202,
8826,
4632,
7081,
273,
394,
11559,
5621,
202,
1380,
329,
751,
4632,
37... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
8354,
774,
15249,
12,
15270,
276,
13,
1216,
1860,
288,
202,
430,
261,
3299,
422,
446,
13,
202,
202,
2463,
446,
31,
202,
8826,
4632,
7081,
273,
394,
11559,
5621,
202,
1380,
329,
751,
4632,
37... |
}; | }; | protected static GrailsMethodExpression create(final GrailsApplication application,Class clazz, String queryParameter) { if(queryParameter.endsWith( LESS_THAN_OR_EQUAL )) { return new GrailsMethodExpression( application, clazz, calcPropertyName(queryParameter, LESS_THAN_OR_EQUAL), LESS_THAN_O... | 50670 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50670/eb420a51890989f6ca7f281725a19ebec728f77c/AbstractClausedStaticPersistentMethod.java/clean/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass/AbstractClausedStaticPersistentMethod.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1117,
760,
10812,
14573,
1305,
2300,
752,
12,
6385,
10812,
14573,
3208,
2521,
16,
797,
4003,
16,
514,
843,
1662,
13,
288,
1082,
202,
430,
12,
2271,
1662,
18,
5839,
1190,
12,
21216,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1117,
760,
10812,
14573,
1305,
2300,
752,
12,
6385,
10812,
14573,
3208,
2521,
16,
797,
4003,
16,
514,
843,
1662,
13,
288,
1082,
202,
430,
12,
2271,
1662,
18,
5839,
1190,
12,
21216,
... |
private String generatePassword() { String BASE_LETTERS = "abcdefghijklmnopqrstuvwxyz"; String BASE_DIGITS = "1234567890"; String BASE_SYMBOLS = "!@#$%^&*()"; StringBuffer pwSet = new StringBuffer(); UserPreferences.reload(); // make sure we have a fresh copy UserPreferences preferenceStore = UserPreferences.g... | 10818 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10818/177fabc5fc0fbd5f95c4794e1f27ca31c5b0b857/EditDialog.java/buggy/PasswordSafeSWT/src/org/pwsafe/passwordsafeswt/dialog/EditDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
514,
2103,
3913,
1435,
288,
202,
202,
780,
10250,
67,
900,
1470,
11367,
273,
315,
28953,
17680,
8302,
16391,
13607,
556,
85,
16114,
30900,
17177,
14432,
202,
202,
780,
10250,
67,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2103,
3913,
1435,
288,
202,
202,
780,
10250,
67,
900,
1470,
11367,
273,
315,
28953,
17680,
8302,
16391,
13607,
556,
85,
16114,
30900,
17177,
14432,
202,
202,
780,
10250,
67,... | ||
public void rule_attributes(RuleDescr rule) throws RecognitionException { AttributeDescr a = null; try { // /home/michael/projects/jboss-rules/drools-compiler/src/main/resources/org/drools/lang/drl.g:447:25: ( ( 'attributes' )? ( ':' )? opt_eol ( ( ',' )? a= rule_attribute opt_eol )* ) ... | 5490 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5490/cb210a30853642e270a3bba6ce570409f6046852/RuleParser.java/buggy/drools-compiler/src/main/java/org/drools/lang/RuleParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1720,
67,
4350,
12,
2175,
16198,
1720,
13,
1216,
9539,
288,
6647,
3601,
16198,
279,
273,
446,
31,
3639,
775,
288,
5411,
368,
342,
8712,
19,
81,
1354,
69,
292,
19,
13582,
19,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1720,
67,
4350,
12,
2175,
16198,
1720,
13,
1216,
9539,
288,
6647,
3601,
16198,
279,
273,
446,
31,
3639,
775,
288,
5411,
368,
342,
8712,
19,
81,
1354,
69,
292,
19,
13582,
19,
... | ||
public void setIndexedExpr(String indexedExpr) { this.indexedExpr = indexedExpr; } | public void setIndexedExpr(String indexedExpr) { this.indexedExpr = indexedExpr; } | public void setIndexedExpr(String indexedExpr) { this.indexedExpr = indexedExpr; } | 8610 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8610/2dbb705eab3659c5c2ceb6398f2eec56e1f6994d/ELTextTag.java/clean/struts-el/src/share/org/apache/strutsel/taglib/html/ELTextTag.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
225,
918,
377,
444,
15034,
4742,
12,
780,
8808,
4742,
13,
565,
288,
333,
18,
19626,
4742,
225,
273,
8808,
4742,
31,
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,
225,
918,
377,
444,
15034,
4742,
12,
780,
8808,
4742,
13,
565,
288,
333,
18,
19626,
4742,
225,
273,
8808,
4742,
31,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Rawify.run(schedule.iterator(), rawChip, false); | Rawify.run(scheduler, rawChip, false); | public static void run(SIRStream str, JInterfaceDeclaration[] interfaces, SIRInterfaceTable[] interfaceTables, SIRStructure[] structs) { structures = structs; //first of all enable altcodegen by default KjcOptions.altcodegen = true; int rawRows = -1; int rawColumns = -1; //set number... | 5955 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5955/720e4c6f6578f50ffd0fcfcec2e39a4837883e9e/SpaceTimeBackend.java/buggy/streams/src/at/dms/kjc/spacetime/SpaceTimeBackend.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
1086,
12,
2320,
54,
1228,
609,
16,
9506,
282,
804,
1358,
6094,
8526,
4697,
282,
7349,
16,
9506,
282,
5705,
54,
1358,
1388,
8526,
9506,
282,
1560,
6905,
16,
9506,
282,
57... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1086,
12,
2320,
54,
1228,
609,
16,
9506,
282,
804,
1358,
6094,
8526,
4697,
282,
7349,
16,
9506,
282,
5705,
54,
1358,
1388,
8526,
9506,
282,
1560,
6905,
16,
9506,
282,
57... |
preferences.use_tab = true; | preferences.tab_char = DefaultCodeFormatterOptions.TAB; | public void test145() { DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); preferences.use_tab = true; DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); runTest(codeFormatter, "test145", "A.java", CodeFormatter.... | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/c6f78f890c1ca00b0157b632da091fae2c781833/FormatterRegressionTests.java/buggy/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
30379,
1435,
288,
202,
202,
1868,
1085,
5074,
1320,
12750,
273,
394,
2989,
1085,
5074,
1320,
12,
1868,
1085,
5074,
2918,
18,
588,
23057,
10472,
5340,
2628,
10663,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
30379,
1435,
288,
202,
202,
1868,
1085,
5074,
1320,
12750,
273,
394,
2989,
1085,
5074,
1320,
12,
1868,
1085,
5074,
2918,
18,
588,
23057,
10472,
5340,
2628,
10663,
202,
... |
extractZipFile(srcZip.getLocation().toFile(), dest.getFullPath(), monitor); | extractZipFile(srcZip.getLocation().toFile(), dest.getFullPath(), new SubProgressMonitor(monitor, 1)); | private void importAsSource(IProject project, IPluginModelBase model, SubProgressMonitor monitor) throws CoreException { monitor.beginTask("", 3); //$NON-NLS-1$ importAsBinary(project, model, false, new SubProgressMonitor(monitor, 2)); WorkspaceBuildModel buildModel = new WorkspaceBuildModel(project.getFile("buil... | 8783 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8783/4472217a291214221a3c1ce7f17bd4d60cd105a6/PluginImportOperation.java/clean/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1930,
1463,
1830,
12,
45,
4109,
1984,
16,
467,
3773,
1488,
2171,
938,
16,
2592,
5491,
7187,
6438,
13,
1216,
30015,
288,
202,
202,
10259,
18,
10086,
2174,
2932,
3113,
890,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1930,
1463,
1830,
12,
45,
4109,
1984,
16,
467,
3773,
1488,
2171,
938,
16,
2592,
5491,
7187,
6438,
13,
1216,
30015,
288,
202,
202,
10259,
18,
10086,
2174,
2932,
3113,
890,
... |
public void initConfiguration() { ExtendedProperties config = new ExtendedProperties(); config.putAll(m_configuration); m_jspRepository = config.getString("jsp.repository"); if (m_jspRepository == null) { m_jspRepository = OpenCms.getSystemInfo().getWebApplicationRfsPath(); ... | 8585 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8585/feb7737a52ef484aa149b11b44837884465aa199/CmsJspLoader.java/buggy/src/org/opencms/loader/CmsJspLoader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1208,
1750,
1435,
288,
3639,
14094,
2297,
642,
273,
394,
14094,
2297,
5621,
3639,
642,
18,
458,
1595,
12,
81,
67,
7025,
1769,
3639,
312,
67,
24926,
3305,
273,
642,
18,
588,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1208,
1750,
1435,
288,
3639,
14094,
2297,
642,
273,
394,
14094,
2297,
5621,
3639,
642,
18,
458,
1595,
12,
81,
67,
7025,
1769,
3639,
312,
67,
24926,
3305,
273,
642,
18,
588,
7... | ||
lineNumber = ival.intValue(); } else if(ival.intValue() < lineNumber) { lineNumber = ival.intValue(); | lineNumber = lns[i]; } else if(lns[i] < lineNumber) { lineNumber = lns[i]; | public void actionPerformed(ActionEvent e) { String cmd = e.getActionCommand(); if(cmd.equals("Cancel")) { setVisible(false); value = null; } else if(cmd.equals("Select")) { if(list.getSelectedIndex() < 0) { return; } try { value = (String)list.getSelectedValue(); } catch(ArrayIndexOutOfBo... | 51275 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51275/bd4398308e7a90b8c0479568416af0bb30da587c/Main.java/buggy/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/Main.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
26100,
12,
1803,
1133,
425,
13,
288,
202,
780,
1797,
273,
425,
18,
588,
1803,
2189,
5621,
202,
430,
12,
4172,
18,
14963,
2932,
6691,
6,
3719,
288,
202,
565,
16697,
12,
5743,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
26100,
12,
1803,
1133,
425,
13,
288,
202,
780,
1797,
273,
425,
18,
588,
1803,
2189,
5621,
202,
430,
12,
4172,
18,
14963,
2932,
6691,
6,
3719,
288,
202,
565,
16697,
12,
5743,
... |
BacktrackException { IToken start = LA(1); int startingOffset = start.getOffset(); int endOffset = 0; start = null; List list = new ArrayList(); | BacktrackException { IToken start = LA(1); int startingOffset = start.getOffset(); int endOffset = 0; start = null; List list = new ArrayList(); | protected List templateArgumentList() throws EndOfFileException, BacktrackException { IToken start = LA(1); int startingOffset = start.getOffset(); int endOffset = 0; start = null; List list = new ArrayList(); boolean completedArg = false; boolean failed = false; templ... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/8b59056395eb6c26e898030e7e1cd1b78d4db999/GNUCPPSourceParser.java/buggy/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/GNUCPPSourceParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
4750,
987,
1542,
1379,
682,
1435,
1216,
4403,
951,
812,
503,
16,
540,
4297,
4101,
503,
288,
1377,
467,
1345,
787,
273,
2928,
12,
21,
1769,
1377,
509,
5023,
2335,
273,
787,
18,
588,
2335... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
4750,
987,
1542,
1379,
682,
1435,
1216,
4403,
951,
812,
503,
16,
540,
4297,
4101,
503,
288,
1377,
467,
1345,
787,
273,
2928,
12,
21,
1769,
1377,
509,
5023,
2335,
273,
787,
18,
588,
2335... |
new_task.setVerb(new Verb(SUPPLY_VERB)); | new_task.setVerb(Verb.get(SUPPLY_VERB)); | public static Task createNewTask( double price_weight, double ship_weight, double cpu_weight, double ram_weight, ClusterObjectFactory theLDMF) { // Create task and null out u... | 11320 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11320/d205a7e6ac243c74ce42d3d9f90a14d2e9808e39/ComputerUtils.java/buggy/tutorial/src/org/cougaar/tutorial/faststart/computer/ComputerUtils.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
3837,
15291,
2174,
12,
1645,
6205,
67,
4865,
16,
4766,
565,
1645,
24316,
67,
4865,
16,
4766,
565,
1645,
8326,
67,
4865,
16,
4766,
565,
1645,
24975,
67,
4865,
16,
4766,
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,
1071,
760,
3837,
15291,
2174,
12,
1645,
6205,
67,
4865,
16,
4766,
565,
1645,
24316,
67,
4865,
16,
4766,
565,
1645,
8326,
67,
4865,
16,
4766,
565,
1645,
24975,
67,
4865,
16,
4766,
565,
5... |
setModified(true); | public void setModifiedDate(Date modifiedDate) { if (((modifiedDate == null) && (_modifiedDate != null)) || ((modifiedDate != null) && (_modifiedDate == null)) || ((modifiedDate != null) && (_modifiedDate != null) && !modifiedDate.equals(_modifiedDate))) { _modifiedDate = modifiedDate; setModified(true);... | 57692 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57692/f4d6afc6707f57fd84bf6b624f0c119657b0a766/PhoneModel.java/clean/portal-ejb/src/com/liferay/portal/model/PhoneModel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
27277,
1626,
12,
1626,
4358,
1626,
13,
288,
202,
202,
430,
261,
12443,
7342,
1626,
422,
446,
13,
597,
261,
67,
7342,
1626,
480,
446,
3719,
747,
9506,
202,
12443,
7342,
16... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
27277,
1626,
12,
1626,
4358,
1626,
13,
288,
202,
202,
430,
261,
12443,
7342,
1626,
422,
446,
13,
597,
261,
67,
7342,
1626,
480,
446,
3719,
747,
9506,
202,
12443,
7342,
16... | |
for (Iterator iter= toAdd.keySet().iterator(); iter.hasNext();) { | for (Iterator iter= toAdd.keySet().iterator(); iter.hasNext();) { | public synchronized void elementsChanged(Object[] updatedElements) { AbstractTreeViewer viewer= (AbstractTreeViewer) getPage().getViewer(); if (fResult == null) return; Set toRemove= new HashSet(); Set toUpdate= new HashSet(); Map toAdd= new HashMap(); for (int i= 0; i < updatedElements.length; i++) { if (ge... | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/f3c554994db893810dc3cbb84abca14bbb487911/LevelTreeContentProvider.java/buggy/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/LevelTreeContentProvider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
3852,
918,
2186,
5033,
12,
921,
8526,
3526,
3471,
13,
288,
202,
202,
7469,
2471,
18415,
14157,
33,
261,
7469,
2471,
18415,
13,
8957,
7675,
588,
18415,
5621,
202,
202,
430,
261,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
3852,
918,
2186,
5033,
12,
921,
8526,
3526,
3471,
13,
288,
202,
202,
7469,
2471,
18415,
14157,
33,
261,
7469,
2471,
18415,
13,
8957,
7675,
588,
18415,
5621,
202,
202,
430,
261,
... |
&& classConstant.equals("java/lang/String") && nameConstant.equals("<init>") && sigConstant.equals("()V")) if (alreadyReported.add(refConstant)) | && getClassConstantOperand().equals("java/lang/String") && getNameConstantOperand().equals("<init>") && getSigConstantOperand().equals("()V")) if (alreadyReported.add(getRefConstantOperand())) | public void sawOpcode(int seen) { if ((seen == INVOKESPECIAL) && classConstant.equals("java/lang/String") && nameConstant.equals("<init>") && sigConstant.equals("(Ljava/lang/String;)V")) if (alreadyReported.add(refConstant)) bugReporter.reportBug(new BugInstance("DM_STRING_CTOR", NORMAL_PRIORITY) .add... | 10715 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10715/25ad10cbe95e7dda9a87fe50b448c051f108b7e2/DumbMethods.java/clean/findbugs/src/java/edu/umd/cs/findbugs/detect/DumbMethods.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
918,
19821,
22808,
12,
474,
5881,
13,
288,
202,
430,
14015,
15156,
422,
20694,
3991,
10106,
6365,
13,
9506,
202,
10,
10,
667,
6902,
18,
14963,
2932,
6290,
19,
4936,
19,
780,
7923,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
918,
19821,
22808,
12,
474,
5881,
13,
288,
202,
430,
14015,
15156,
422,
20694,
3991,
10106,
6365,
13,
9506,
202,
10,
10,
667,
6902,
18,
14963,
2932,
6290,
19,
4936,
19,
780,
7923,
... |
public void set(org.quickfix.field.LegSecurityAltID value) | public void set(quickfix.field.LegSecurityAltID value) | public void set(org.quickfix.field.LegSecurityAltID value) { setField(value); } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/NewOrderMultileg.java/buggy/src/java/src/quickfix/fix43/NewOrderMultileg.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
444,
12,
19525,
904,
18,
1518,
18,
8329,
4368,
10655,
734,
460,
13,
225,
288,
16331,
12,
1132,
1769,
289,
2,
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,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
444,
12,
19525,
904,
18,
1518,
18,
8329,
4368,
10655,
734,
460,
13,
225,
288,
16331,
12,
1132,
1769,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
} e.printStackTrace(); throw new LSException(LSException.SERIALIZE_ERR, e.toString()); | } throw (LSException) DOMUtil.createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace(); | public boolean write(Node node, LSOutput destination) throws LSException{ if (node == null) return false; Method getVersion = null; XMLSerializer ser = null; String ver = null; Document fDocument =(node.getNodeType() == Node.DOCUMENT_NODE) ? (... | 1831 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1831/495a254c9720ad9b63524a034d2d7bdc60e40d52/DOMSerializerImpl.java/buggy/src/org/apache/xml/serialize/DOMSerializerImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
1045,
12,
907,
756,
16,
29204,
1447,
2929,
13,
1216,
29204,
503,
95,
3639,
309,
261,
2159,
422,
446,
13,
5411,
327,
629,
31,
10792,
2985,
8343,
273,
446,
31,
3639,
3167,
630... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
1045,
12,
907,
756,
16,
29204,
1447,
2929,
13,
1216,
29204,
503,
95,
3639,
309,
261,
2159,
422,
446,
13,
5411,
327,
629,
31,
10792,
2985,
8343,
273,
446,
31,
3639,
3167,
630... |
super(runtime, runtime.getClasses().getClassClass(), null, null, "Object"); | super(runtime, null /*Would be Class if it existed yet */, null, null, "Object"); | public ObjectMetaClass(Ruby runtime) { super(runtime, runtime.getClasses().getClassClass(), null, null, "Object"); this.builtinClass = RubyObject.class; initializeClass(); } | 47134 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47134/ca6b16e996ea9af83ce593594b9c69b9364a9924/ObjectMetaClass.java/buggy/src/org/jruby/runtime/builtin/meta/ObjectMetaClass.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
14648,
797,
12,
54,
10340,
3099,
13,
288,
377,
202,
9565,
12,
9448,
16,
446,
1748,
59,
1006,
506,
1659,
309,
518,
20419,
4671,
1195,
16,
446,
16,
446,
16,
315,
921,
8863,
377,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
14648,
797,
12,
54,
10340,
3099,
13,
288,
377,
202,
9565,
12,
9448,
16,
446,
1748,
59,
1006,
506,
1659,
309,
518,
20419,
4671,
1195,
16,
446,
16,
446,
16,
315,
921,
8863,
377,
2... |
(final long[] value, final int offset, final int length) | (final long[] value, final int offset, final int length) | public final void read_ulonglong_array (final long[] value, final int offset, final int length) { int remainder = 8 - (index % 8); if (remainder != 8) { index += remainder; pos += remainder; } if (littleEndian) { for (int j = offset; j < offset+length; j++) ... | 46355 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46355/f25633d19b7861362f36c276c63853cf974f9a02/CDRInputStream.java/buggy/src/org/jacorb/orb/CDRInputStream.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
727,
918,
855,
67,
332,
932,
5748,
67,
1126,
3639,
261,
6385,
1525,
8526,
460,
16,
727,
509,
1384,
16,
727,
509,
769,
13,
565,
288,
225,
202,
474,
10022,
273,
1725,
300,
261,
16... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
727,
918,
855,
67,
332,
932,
5748,
67,
1126,
3639,
261,
6385,
1525,
8526,
460,
16,
727,
509,
1384,
16,
727,
509,
769,
13,
565,
288,
225,
202,
474,
10022,
273,
1725,
300,
261,
16... |
public void close() { /*nothing*/ } | public void close() { /* nothing */ } | protected void addEntry(Attributes atts) throws SAXException { String name = atts.getValue("name"); if (name == null) { throw this.exception = new SAXException("No name given to the Zip entry"); } String src = atts.getValue("src"); String serializerType =... | 46428 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46428/400099146ffb4ae647f65a01b99953a7cbe02371/ZipArchiveSerializer.java/clean/src/java/org/apache/cocoon/serialization/ZipArchiveSerializer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
527,
1622,
12,
2498,
15687,
13,
1216,
14366,
288,
3639,
514,
508,
273,
15687,
18,
24805,
2932,
529,
8863,
3639,
309,
261,
529,
422,
446,
13,
288,
5411,
604,
333,
18,
4064,
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,
4750,
918,
527,
1622,
12,
2498,
15687,
13,
1216,
14366,
288,
3639,
514,
508,
273,
15687,
18,
24805,
2932,
529,
8863,
3639,
309,
261,
529,
422,
446,
13,
288,
5411,
604,
333,
18,
4064,
27... |
++i; } | } } else if (token != TokenStream.SCRIPT) { throw new RuntimeException(); | private static void decompile_r(NativeFunction f, int indent, boolean toplevel, boolean justbody, StringBuffer result) { String source = f.source; if (source == null) { if (!justbody) { result.append("fu... | 51275 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51275/99c0da59df8a477345ea61355f46260118b3760e/NativeFunction.java/clean/js/rhino/src/org/mozilla/javascript/NativeFunction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
443,
11100,
67,
86,
12,
9220,
2083,
284,
16,
509,
3504,
16,
4766,
565,
1250,
28999,
16,
1250,
2537,
3432,
16,
4766,
565,
6674,
563,
13,
565,
288,
3639,
514,
1084,
273,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
443,
11100,
67,
86,
12,
9220,
2083,
284,
16,
509,
3504,
16,
4766,
565,
1250,
28999,
16,
1250,
2537,
3432,
16,
4766,
565,
6674,
563,
13,
565,
288,
3639,
514,
1084,
273,
... |
new String[]{"<xml-fragment>attribute in #other namespace</xml-fragment>"})); | new String[]{"<xml-fragment xmlns:p=\"uri:other_namespace\">attribute in #other namespace</xml-fragment>"})); | public void testSelect() throws XmlException { String uri = "http://xml.apache.org/test/selectChldAtt"; String xml = "<doc xmlns='" + uri + "'>\n" + " <int>7</int>\n" + " <string> ... some text ... </string>\n" + " <elemA price='4.321'>\n" + " <topL... | 3520 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3520/fe5b8cc05a0f658bafdab9c3d418b70fc053f999/SelectChldAttTests.java/clean/v2/test/src/xmlobject/checkin/SelectChldAttTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
3391,
1435,
1216,
5714,
503,
565,
288,
3639,
514,
2003,
273,
315,
2505,
2207,
2902,
18,
19211,
18,
3341,
19,
3813,
19,
4025,
782,
1236,
3075,
14432,
3639,
514,
2025,
273,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
3391,
1435,
1216,
5714,
503,
565,
288,
3639,
514,
2003,
273,
315,
2505,
2207,
2902,
18,
19211,
18,
3341,
19,
3813,
19,
4025,
782,
1236,
3075,
14432,
3639,
514,
2025,
273,... |
System.out.println("Bad merging stacks"); System.out.println("current stack: " + mergeInto); System.out.println("jump stack: " + mergeFrom); | System.out.println("Bad merging items"); System.out.println("current items: " + mergeInto); System.out.println("jump items: " + mergeFrom); | private void mergeLists(List<Item> mergeInto, List<Item> mergeFrom, boolean errorIfSizesDoNotMatch) { // merge stacks int intoSize = mergeInto.size(); int fromSize = mergeFrom.size(); if (errorIfSizesDoNotMatch && intoSize != fromSize) { if (DEBUG) { System.out.println("Bad merging stacks"); System.out.pri... | 7352 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7352/0e33859708aeb1e10c22650b9d6cf3d1b008eec0/OpcodeStack.java/buggy/findbugs/src/java/edu/umd/cs/findbugs/OpcodeStack.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
2691,
7432,
12,
682,
32,
1180,
34,
2691,
5952,
16,
987,
32,
1180,
34,
2691,
1265,
16,
1250,
555,
2047,
11923,
3244,
1248,
2060,
13,
288,
202,
202,
759,
2691,
19838,
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,
918,
2691,
7432,
12,
682,
32,
1180,
34,
2691,
5952,
16,
987,
32,
1180,
34,
2691,
1265,
16,
1250,
555,
2047,
11923,
3244,
1248,
2060,
13,
288,
202,
202,
759,
2691,
19838,
202,... |
return "$" + name; | StringBuffer buf = new StringBuffer("$"); String prefix = name.getPrefix(); if (prefix != null && !"".equals(prefix)) { buf.append(prefix); buf.append(':'); } buf.append(name.getLocalPart()); return buf.toString(); | public String toString() { return "$" + name; } | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/11aafc23ec4e191f57d02c34f8e6bfeb90bed5a2/VariableReference.java/buggy/core/src/classpath/gnu/gnu/xml/xpath/VariableReference.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
514,
1762,
1435,
225,
288,
565,
6674,
1681,
273,
394,
6674,
2932,
8,
8863,
514,
1633,
273,
508,
18,
588,
2244,
5621,
309,
261,
3239,
480,
446,
597,
401,
3660,
18,
14963,
12,
3239,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
514,
1762,
1435,
225,
288,
565,
6674,
1681,
273,
394,
6674,
2932,
8,
8863,
514,
1633,
273,
508,
18,
588,
2244,
5621,
309,
261,
3239,
480,
446,
597,
401,
3660,
18,
14963,
12,
3239,... |
while (type != null) { | while (type != null && type != oldType) { | private boolean isDerivedByAny(String ancestorNS, String ancestorName, int derivationMethod, XSTypeDefinition type) { boolean derivedFrom = false; while (type != null) { // If the ancestor type is reached or is the same as this type. if ((ancestorNa... | 1831 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1831/e46c49004bfd32d97c79a434d165ad891b930fb1/XSComplexTypeDecl.java/clean/src/org/apache/xerces/impl/xs/XSComplexTypeDecl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1250,
353,
21007,
858,
2961,
12,
780,
9731,
3156,
16,
514,
9731,
461,
16,
5411,
509,
4854,
8482,
1305,
16,
1139,
55,
559,
1852,
618,
13,
288,
7734,
1250,
10379,
1265,
273,
629,
31... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1250,
353,
21007,
858,
2961,
12,
780,
9731,
3156,
16,
514,
9731,
461,
16,
5411,
509,
4854,
8482,
1305,
16,
1139,
55,
559,
1852,
618,
13,
288,
7734,
1250,
10379,
1265,
273,
629,
31... |
return new ResultTransformation(nextRowShiftNumber, endRow - origEndRow); | ResultTransformation r = new ResultTransformation(nextRowShiftNumber, endRow - origEndRow); r.setTagProcessResult( hasTagProcessing ); r.setLastProcessedRow( lastProcessedRow ); return r; | public ResultTransformation processRows(SheetTransformationController stc, Sheet sheet, int startRow, int endRow, Map beans, Row parentRow) throws ParsePropertyException { int origEndRow = endRow; int nextRowShiftNumber = 0; for (int i = startRow; i <= endRow; i++) { HSSFRow hssfRow ... | 45923 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45923/82f9b59da2909a52c277d4347a3b930516398c8b/SheetTransformer.java/buggy/jxls-core/src/main/java/net/sf/jxls/transformer/SheetTransformer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3438,
15292,
1207,
4300,
12,
8229,
15292,
2933,
384,
71,
16,
18707,
6202,
16,
509,
787,
1999,
16,
509,
679,
1999,
16,
1635,
15709,
16,
6556,
982,
1999,
13,
1216,
2884,
1396,
503,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3438,
15292,
1207,
4300,
12,
8229,
15292,
2933,
384,
71,
16,
18707,
6202,
16,
509,
787,
1999,
16,
509,
679,
1999,
16,
1635,
15709,
16,
6556,
982,
1999,
13,
1216,
2884,
1396,
503,
... |
result = shortName + "0"; | result = shortName + "0"; | public static String getInstanceName(Class type) { String result = null; String fullName; String shortName; Integer iNum; if (type.isArray()) { fullName = getCompName(type); shortName = fullName; } else { ... | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/fbebe792ba7d15ca09ee75a1c409e3a37b2da0db/XMLEncoder.java/buggy/modules/beans/src/main/java/java/beans/XMLEncoder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
760,
514,
3694,
461,
12,
797,
618,
13,
288,
5411,
514,
563,
273,
446,
31,
5411,
514,
12424,
31,
5411,
514,
19276,
31,
5411,
2144,
277,
2578,
31,
5411,
309,
261,
723,
18,
291,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
760,
514,
3694,
461,
12,
797,
618,
13,
288,
5411,
514,
563,
273,
446,
31,
5411,
514,
12424,
31,
5411,
514,
19276,
31,
5411,
2144,
277,
2578,
31,
5411,
309,
261,
723,
18,
291,
10... |
context.create("abort_on_exception", S_ABORT_ON_EXCEPTION, 0); context.create("abort_on_exception=", S_ABORT_ON_EXCEPTION_SET, 1); context.create("current", CURRENT, 0); context.create("exit", S_EXIT, 0); context.createOptional("fork", NEW); context.create("list", LIST, 0); context.createOptional("new", NEW); context.c... | context.create("current", CURRENT, 0); context.createOptional("fork", NEWINSTANCE, 0); context.create("list", LIST, 0); context.createOptional("new", NEWINSTANCE, 0); context.create("pass", PASS, 0); context.createOptional("start", START, 0); } | protected void defineSingletonMethods(SingletonMethodContext context) { context.create("abort_on_exception", S_ABORT_ON_EXCEPTION, 0); context.create("abort_on_exception=", S_ABORT_ON_EXCEPTION_SET, 1); context.create("current", CURRENT, 0); context.create("exit", S_EXIT, 0); cont... | 46770 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46770/dc7ce748a0710f6824ce88e4621f4479beb195fc/ThreadDefinition.java/buggy/src/org/jruby/internal/runtime/builtin/definitions/ThreadDefinition.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
4426,
19571,
4712,
12,
19571,
1305,
1042,
819,
13,
288,
3639,
819,
18,
2640,
2932,
18623,
67,
265,
67,
4064,
3113,
348,
67,
2090,
3871,
67,
673,
67,
12658,
16,
374,
1769,
363... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
4426,
19571,
4712,
12,
19571,
1305,
1042,
819,
13,
288,
3639,
819,
18,
2640,
2932,
18623,
67,
265,
67,
4064,
3113,
348,
67,
2090,
3871,
67,
673,
67,
12658,
16,
374,
1769,
363... |
handle.setContentType( DesignChoiceConstants.TEXT_CONTENT_TYPE_PLAIN ); | IChoice choice = contentTypeChoiceSet.findChoice( textTypeChoicer.getText( ) ); if ( choice == null ) { handle.setContentType( DesignChoiceConstants.TEXT_CONTENT_TYPE_AUTO ); } else { handle.setContentType( choice.getDisplayName( ) ); } | protected void okPressed( ) { String result = textEditor.getText( ); try { if ( textTypeChoicer.getSelectionIndex( ) == 1 ) { handle.setContentType( DesignChoiceConstants.TEXT_CONTENT_TYPE_HTML ); } else { handle.setContentType( DesignChoiceConstants.TEXT_CONTENT_TYPE_PLAIN ); } handle.setConten... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/7588db38847b4517c5fe1a854054106d86442fd8/TextEditor.java/clean/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/TextEditor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
1529,
24624,
12,
262,
202,
95,
202,
202,
780,
563,
273,
977,
6946,
18,
588,
1528,
12,
11272,
202,
202,
698,
202,
202,
95,
1082,
202,
430,
261,
977,
559,
9636,
21349,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
1529,
24624,
12,
262,
202,
95,
202,
202,
780,
563,
273,
977,
6946,
18,
588,
1528,
12,
11272,
202,
202,
698,
202,
202,
95,
1082,
202,
430,
261,
977,
559,
9636,
21349,
1... |
} if (available) { availablePlugins.add(descriptor); ExtensionPoint[] points = descriptor.getExtenstionPoints(); for (int j = 0; j < points.length; j++) { ExtensionPoint point = points[j]; String xpId = point.getId(); fExtensionPoints.put(xpId, point); } } | return availablePlugins; | private ArrayList getDependencyCheckedPlugins(ArrayList pLoadedPlugins) { ArrayList availablePlugins = new ArrayList(); for (int i = 0; i < pLoadedPlugins.size(); i++) { PluginDescriptor descriptor = (PluginDescriptor) pLoadedPlugins.get(i); String[] dependencyIDs = descriptor.getDependencies(); ... | 57484 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57484/6154a5b267bdd33616cb8e8453840821319d816c/PluginRepository.java/clean/src/java/org/apache/nutch/plugin/PluginRepository.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
2407,
336,
7787,
11454,
9461,
12,
19558,
293,
8835,
9461,
13,
288,
565,
2407,
2319,
9461,
273,
394,
2407,
5621,
565,
364,
261,
474,
277,
273,
374,
31,
277,
411,
293,
8835,
9461,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2407,
336,
7787,
11454,
9461,
12,
19558,
293,
8835,
9461,
13,
288,
565,
2407,
2319,
9461,
273,
394,
2407,
5621,
565,
364,
261,
474,
277,
273,
374,
31,
277,
411,
293,
8835,
9461,
1... |
classFile.startMethod("<clinit>", "()V", | cfw.startMethod("<clinit>", "()V", | private void emitConstantDudeInitializers() { int N = itsConstantListSize; if (N == 0) return; classFile.startMethod("<clinit>", "()V", (short)(ClassFileWriter.ACC_STATIC + ClassFileWriter.ACC_FINAL)); double[] array = itsConstantList; for (int i = 0; i != N;... | 51996 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51996/bd2594e6ebd6d8099b587934641c8f7650d87761/Codegen.java/buggy/js/rhino/src/org/mozilla/javascript/optimizer/Codegen.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
3626,
6902,
40,
1317,
4435,
8426,
1435,
288,
3639,
509,
423,
273,
2097,
6902,
682,
1225,
31,
3639,
309,
261,
50,
422,
374,
13,
5411,
327,
31,
3639,
6080,
91,
18,
1937,
1305,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6902,
40,
1317,
4435,
8426,
1435,
288,
3639,
509,
423,
273,
2097,
6902,
682,
1225,
31,
3639,
309,
261,
50,
422,
374,
13,
5411,
327,
31,
3639,
6080,
91,
18,
1937,
1305,
... |
else if (message.indexOf("REPEATABLE READ") != -1) | else if (level.indexOf("REPEATABLE READ") != -1) | public int getTransactionIsolation() throws SQLException { clearWarnings(); ExecSQL("show transaction isolation level"); SQLWarning warning = getWarnings(); if (warning != null) { String message = warning.getMessage(); clearWarnings(); if (message.indexOf("READ COMMITTED") != -1) return java.sql.Connecti... | 45497 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45497/d634a5903f615a45cb463155c04d3df904e1b91a/AbstractJdbc1Connection.java/clean/src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
509,
15674,
22982,
1435,
1216,
6483,
202,
95,
202,
202,
8507,
4312,
5621,
202,
202,
1905,
3997,
2932,
4500,
2492,
25155,
1801,
8863,
202,
202,
3997,
6210,
3436,
273,
336,
4312,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
509,
15674,
22982,
1435,
1216,
6483,
202,
95,
202,
202,
8507,
4312,
5621,
202,
202,
1905,
3997,
2932,
4500,
2492,
25155,
1801,
8863,
202,
202,
3997,
6210,
3436,
273,
336,
4312,
... |
Address sender=msg.getSrc(); | Address sender=msg.getSrc(); | void receive(long id, Message msg, Vector stable_msgs) { Address sender=msg.getSrc(); // first thing: send ACK back to sender Message ack_msg=new Message(msg.getSrc(), null, null); NakAckHeader hdr=new NakAckHeader(NakAckHeader.OUT_OF_BAND_RSP, id, null); ack_msg.putHeader(getName(), hdr); ... | 47927 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47927/75359f4186603c5a949e15ffab51fb811f04ed8e/NAKACK.java/buggy/src/org/jgroups/protocols/NAKACK.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
6798,
12,
5748,
612,
16,
2350,
1234,
16,
5589,
14114,
67,
27439,
13,
288,
202,
565,
5267,
5793,
33,
3576,
18,
588,
7740,
5621,
202,
565,
368,
1122,
7757,
30,
1366,
26069,
147... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
6798,
12,
5748,
612,
16,
2350,
1234,
16,
5589,
14114,
67,
27439,
13,
288,
202,
565,
5267,
5793,
33,
3576,
18,
588,
7740,
5621,
202,
565,
368,
1122,
7757,
30,
1366,
26069,
147... |
Hashtable.this.clear(); | Hashtable.this.clear(); | public void clear() { Hashtable.this.clear(); } | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/d2f49355c2a41e91604b3433a30429b9c4c35cb5/Hashtable.java/buggy/modules/luni/src/main/java/java/util/Hashtable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1171,
1071,
918,
2424,
1435,
288,
377,
9506,
202,
5582,
14544,
18,
2211,
18,
8507,
5621,
377,
1082,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1171,
1071,
918,
2424,
1435,
288,
377,
9506,
202,
5582,
14544,
18,
2211,
18,
8507,
5621,
377,
1082,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
mantissa * Math.pow(2.0, exponent)); | mantissa.getDoubleValue() * Math.pow(2.0, exponent.getDoubleValue())); | public static RubyFloat ldexp(IRubyObject recv, IRubyObject x, IRubyObject y) { double mantissa = RubyNumeric.numericValue(x).getDoubleValue(); double exponent = RubyNumeric.numericValue(y).getDoubleValue(); return RubyFloat.newFloat(recv.getRuntime(), mantissa * Math.pow(2.0, exponent)); } | 47619 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47619/1c602493a83e2050f401fa6925ec7e9269b45e4e/RubyMath.java/buggy/src/org/jruby/RubyMath.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
19817,
4723,
328,
561,
84,
12,
7937,
10340,
921,
10665,
16,
15908,
10340,
921,
619,
16,
4405,
225,
15908,
10340,
921,
677,
13,
288,
202,
9056,
31340,
273,
19817,
9902,
18,
5246... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4723,
328,
561,
84,
12,
7937,
10340,
921,
10665,
16,
15908,
10340,
921,
619,
16,
4405,
225,
15908,
10340,
921,
677,
13,
288,
202,
9056,
31340,
273,
19817,
9902,
18,
5246... |
&& transactionResponse.getStatusCode() == 100 ) { | && transactionResponse.getStatusCode() == 100) { | public synchronized void processResponse( SIPResponse transactionResponse, MessageChannel sourceChannel) { // Log the incoming response in our log file. if (sipStack .serverLog .needsLogging(ServerLog.TRACE_MESSAGES)) this.logResponse(transactionResponse, ... | 7607 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7607/48d0f5aefaaec7a6c6f768504e4d3fcffcc8313f/SIPClientTransaction.java/clean/trunk/src/gov/nist/javax/sip/stack/SIPClientTransaction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3852,
918,
1207,
1064,
12,
565,
348,
2579,
1064,
2492,
1064,
16,
565,
2350,
2909,
1084,
2909,
13,
288,
3639,
368,
1827,
326,
6935,
766,
316,
3134,
613,
585,
18,
3639,
309,
261,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3852,
918,
1207,
1064,
12,
565,
348,
2579,
1064,
2492,
1064,
16,
565,
2350,
2909,
1084,
2909,
13,
288,
3639,
368,
1827,
326,
6935,
766,
316,
3134,
613,
585,
18,
3639,
309,
261,
28... |
public String toExternal(Field f) { | public String toExternal(Fieldable f) { | public String toExternal(Field f) { return indexedToReadable(f.stringValue()); } | 45745 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45745/a660d7e67e18dcab8ef1510d39fbae835d5f4ab8/BoolField.java/clean/src/java/org/apache/solr/schema/BoolField.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
514,
358,
6841,
12,
974,
429,
284,
13,
288,
565,
327,
8808,
774,
14151,
12,
74,
18,
1080,
620,
10663,
225,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
514,
358,
6841,
12,
974,
429,
284,
13,
288,
565,
327,
8808,
774,
14151,
12,
74,
18,
1080,
620,
10663,
225,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
continue; } if (arg.equals("-continuations")) { shellContextFactory.setEnableContinuations(true); shellContextFactory.setOptimizationLevel(-1); | public static String[] processOptions(String args[]) { String usageError; goodUsage: for (int i = 0; ; ++i) { if (i == args.length) { return new String[0]; } String arg = args[i]; if (!arg.startsWith("-")) { processStdin = fa... | 12564 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12564/f905f9d31c74bdb3208c5195cff3244f29533915/Main.java/buggy/toolsrc/org/mozilla/javascript/tools/shell/Main.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
514,
8526,
1207,
1320,
12,
780,
833,
63,
5717,
565,
288,
3639,
514,
4084,
668,
31,
3639,
7494,
5357,
30,
364,
261,
474,
277,
273,
374,
31,
274,
965,
77,
13,
288,
5411,
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,
760,
514,
8526,
1207,
1320,
12,
780,
833,
63,
5717,
565,
288,
3639,
514,
4084,
668,
31,
3639,
7494,
5357,
30,
364,
261,
474,
277,
273,
374,
31,
274,
965,
77,
13,
288,
5411,
309,... | |
Object values[] = new Object[3]; values[0] = super.saveState(context); values[1] = plugins; values[2] = allowFontSelection; return (Object) values; | Object values[] = new Object[3]; values[0] = super.saveState(context); values[1] = plugins; values[2] = allowFontSelection; return (Object) values; | public Object saveState(FacesContext context) { Object values[] = new Object[3]; values[0] = super.saveState(context); values[1] = plugins; values[2] = allowFontSelection; return (Object) values; } | 10080 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10080/a72f167baba7a27ad8238e897cc8166f4659bba2/HTMLArea.java/buggy/src/java/com/idega/webface/htmlarea/HTMLArea.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1033,
1923,
1119,
12,
17268,
1042,
819,
13,
225,
288,
202,
225,
1033,
924,
8526,
273,
394,
1033,
63,
23,
15533,
202,
225,
924,
63,
20,
65,
273,
2240,
18,
5688,
1119,
12,
2472,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1033,
1923,
1119,
12,
17268,
1042,
819,
13,
225,
288,
202,
225,
1033,
924,
8526,
273,
394,
1033,
63,
23,
15533,
202,
225,
924,
63,
20,
65,
273,
2240,
18,
5688,
1119,
12,
2472,
1... |
return getColumnHandleAdapter( obj, null ); | ColumnHandleAdapter retValue = (ColumnHandleAdapter) map.get( obj ); if ( retValue == null ) { retValue = new ColumnHandleAdapter( (ColumnHandle) obj, mark ); map.put( obj, retValue ); } return retValue; | public ColumnHandleAdapter getColumnHandleAdapter( Object obj ) { return getColumnHandleAdapter( obj, null ); } | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/04c0fff3428d48e39b79934e3718691f7e83ec98/HandleAdapterFactory.java/buggy/UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/HandleAdapterFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4753,
3259,
4216,
6716,
3259,
4216,
12,
1033,
1081,
262,
202,
95,
202,
202,
2463,
6716,
3259,
4216,
12,
1081,
16,
446,
11272,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4753,
3259,
4216,
6716,
3259,
4216,
12,
1033,
1081,
262,
202,
95,
202,
202,
2463,
6716,
3259,
4216,
12,
1081,
16,
446,
11272,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
if (expandLevel > 1) { expandLevel--; treeViewer.collapseAll(); treeViewer.expandToLevel(expandLevel); } } | if (expandLevel > 1) { expandLevel--; treeViewer.collapseAll(); treeViewer.expandToLevel(expandLevel); } } | public void run() { if (expandLevel > 1) { expandLevel--; treeViewer.collapseAll(); treeViewer.expandToLevel(expandLevel); } } | 9028 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9028/5c1d5a6eebc4f1ddc954f8411994545f49c0f99f/TexOutlineTreeView.java/clean/source/net/sourceforge/texlipse/treeview/views/TexOutlineTreeView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
1086,
1435,
288,
9506,
202,
430,
261,
12320,
2355,
405,
404,
13,
288,
6862,
202,
12320,
2355,
413,
31,
6862,
202,
3413,
18415,
18,
21405,
1595,
5621,
6862,
202,
3413,
1841... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
1086,
1435,
288,
9506,
202,
430,
261,
12320,
2355,
405,
404,
13,
288,
6862,
202,
12320,
2355,
413,
31,
6862,
202,
3413,
18415,
18,
21405,
1595,
5621,
6862,
202,
3413,
1841... |
" formatString='00.00'/>\n" + | " formatString='00.0'/>\n" + | protected String getCubeDescription() { return "<Cube name='Cheques'>\n" + "<Table name='cheques'>\n" + "<AggName name='agg_lp_xxx_cheques'>\n" + "<AggFactCount column='FACT_COUNT'/>\n" + "<AggForeignKey factColumn='store_id' aggColumn='store_id' />\n" + ... | 37907 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/37907/f8496cb5fb35a79b46c9a881d1412df84493baef/BUG_1541077.java/clean/testsrc/main/mondrian/rolap/aggmatcher/BUG_1541077.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
514,
1927,
4895,
3291,
1435,
288,
3639,
327,
3532,
39,
4895,
508,
2218,
39,
580,
29896,
11,
5333,
82,
6,
397,
5411,
3532,
1388,
508,
2218,
343,
14298,
281,
11,
5333,
82,
6,
397,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
514,
1927,
4895,
3291,
1435,
288,
3639,
327,
3532,
39,
4895,
508,
2218,
39,
580,
29896,
11,
5333,
82,
6,
397,
5411,
3532,
1388,
508,
2218,
343,
14298,
281,
11,
5333,
82,
6,
397,
... |
reply.datadata = data.get_data(); | reply.datadata = data.getData(); | public void pget(DbDispatcher server, __dbc_pget_msg args, __dbc_pget_reply reply) { try { Dbt skey = new Dbt(args.skeydata); skey.set_dlen(args.skeydlen); skey.set_doff(args.skeydoff); skey.set_ulen(args.skeyulen); skey.set_flags(Db.DB_DBT_MALLOC | (args.skeyflags & Db.DB_DBT_PARTIAL)); Dbt pkey ... | 9203 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9203/1765c2598bb92e59ff55807fab4076d1b5d838f2/RpcDbc.java/buggy/db/rpc_server/java/RpcDbc.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
225,
918,
293,
588,
12,
4331,
6681,
1438,
16,
202,
202,
972,
9137,
67,
84,
588,
67,
3576,
833,
16,
1001,
9137,
67,
84,
588,
67,
10629,
4332,
13,
202,
95,
202,
202,
698,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
225,
918,
293,
588,
12,
4331,
6681,
1438,
16,
202,
202,
972,
9137,
67,
84,
588,
67,
3576,
833,
16,
1001,
9137,
67,
84,
588,
67,
10629,
4332,
13,
202,
95,
202,
202,
698,
28... |
"@Property int id; " + "@Property int version; " + "@Property List transients = [ \"age\" ]; " + "@Property List optionals = [ \"lastName\" ]; " + "@Property String firstName; " + "@Property String lastName; " + "@Property java.util.Date age; " + | " int id; " + " int version; " + " List transients = [ \"age\" ]; " + " List optionals = [ \"lastName\" ]; " + " String firstName; " + " String lastName; " + " java.util.Date age; " + | public void testDefaultGrailsDomainClass() throws Exception { Class clazz = cl.parseClass("class UserTest { " + "@Property int id; " + "@Property int version; " + "@Property List transients = [ \"age\" ]; " + "@Property List optionals = [ \"lastName\" ]; ... | 51763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51763/fe351f9f0f376d45dd59d502c6d56321bf14f907/DefaultGrailsDomainClassTests.java/clean/test/persistence/org/codehaus/groovy/grails/domain/DefaultGrailsDomainClassTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
1868,
14571,
14573,
3748,
797,
1435,
202,
202,
15069,
1185,
288,
1082,
202,
797,
4003,
273,
927,
18,
2670,
797,
2932,
1106,
2177,
4709,
288,
315,
397,
7734,
8787,
139... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1868,
14571,
14573,
3748,
797,
1435,
202,
202,
15069,
1185,
288,
1082,
202,
797,
4003,
273,
927,
18,
2670,
797,
2932,
1106,
2177,
4709,
288,
315,
397,
7734,
8787,
139... |
MutableTree targetTree; | MutableTree targetTree; | public TreeAnnotator(int burnin, int heightsOption, double posteriorLimit, int targetOption, String targetTreeFileName, String inputFileName, String outputFileName) throws IOException { this.posteriorLimit = posteriorLimit; System.out.println("Reading trees..."); CladeSystem cladeSystem = new C... | 49053 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49053/f5c99fa52041b3059823acb6b294c2af22d3e85a/TreeAnnotator.java/buggy/trunk/src/dr/app/tools/TreeAnnotator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4902,
11280,
639,
12,
474,
18305,
267,
16,
509,
24779,
1895,
16,
1645,
22089,
3039,
16,
509,
1018,
1895,
16,
514,
1018,
2471,
4771,
16,
514,
810,
4771,
16,
514,
876,
4771,
13,
121... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4902,
11280,
639,
12,
474,
18305,
267,
16,
509,
24779,
1895,
16,
1645,
22089,
3039,
16,
509,
1018,
1895,
16,
514,
1018,
2471,
4771,
16,
514,
810,
4771,
16,
514,
876,
4771,
13,
121... |
double K = 0.0; | double k = 0.0; | public DescriptorResult calculate(AtomContainer container) throws CDKException { double sum = 0.0; Molecule ac = new Molecule(container); // do aromaticity detecttion for calculating polarizability later on //HueckelAromaticityDetector had = new HueckelAromaticityDetector(); //had... | 45167 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45167/0a7f0ac7459a9f9ba3f69e907ae5192937b6f0bd/WHIMDescriptor.java/clean/src/org/openscience/cdk/qsar/WHIMDescriptor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
12823,
1253,
4604,
12,
3641,
2170,
1478,
13,
1216,
24570,
288,
3639,
1645,
2142,
273,
374,
18,
20,
31,
3639,
490,
10545,
1721,
273,
394,
490,
10545,
12,
3782,
1769,
3639,
368,
741,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12823,
1253,
4604,
12,
3641,
2170,
1478,
13,
1216,
24570,
288,
3639,
1645,
2142,
273,
374,
18,
20,
31,
3639,
490,
10545,
1721,
273,
394,
490,
10545,
12,
3782,
1769,
3639,
368,
741,
... |
"Valid values for first subidentifier are 0, 1 and 2"); | Messages.getString("security.9A")); | public static int[] toIntArray(String str) { if (str == null) { throw new IllegalArgumentException( "ObjectIdentifier string is null"); } int length = str.length(); if (length == 0) { throw new IllegalArgumentException("Incorrect syntax"); ... | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/c7fdc88348ff6da63262b6309c2810876f42c6d8/ObjectIdentifier.java/buggy/modules/security/src/main/java/common/org/apache/harmony/security/asn1/ObjectIdentifier.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
509,
8526,
20771,
1076,
12,
780,
609,
13,
288,
3639,
309,
261,
701,
422,
446,
13,
288,
5411,
604,
394,
2754,
12,
10792,
315,
921,
3004,
533,
353,
446,
8863,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
509,
8526,
20771,
1076,
12,
780,
609,
13,
288,
3639,
309,
261,
701,
422,
446,
13,
288,
5411,
604,
394,
2754,
12,
10792,
315,
921,
3004,
533,
353,
446,
8863,
3639,
289,
3639,
... |
MDependency dep = (MDependency)it.next(); | MDependency dep = (MDependency) it.next(); | public Collection getDependencies( Object supplierObj, Object clientObj) { if ( !(supplierObj instanceof MModelElement) || !(clientObj instanceof MModelElement)) return null; MModelElement supplier = (MModelElement)supplierObj; MModelEleme... | 7166 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7166/ca3bcb5d6dd283c4553bcbfe50b108dc5d499768/CoreHelper.java/buggy/src_new/org/argouml/model/uml/foundation/core/CoreHelper.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2200,
29333,
12,
3639,
1033,
17402,
2675,
16,
3639,
1033,
1004,
2675,
13,
288,
10792,
309,
261,
401,
12,
2859,
5742,
2675,
1276,
490,
1488,
1046,
13,
747,
5411,
401,
12,
2625,
2675,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2200,
29333,
12,
3639,
1033,
17402,
2675,
16,
3639,
1033,
1004,
2675,
13,
288,
10792,
309,
261,
401,
12,
2859,
5742,
2675,
1276,
490,
1488,
1046,
13,
747,
5411,
401,
12,
2625,
2675,... |
if (input == null) { haveShortcutSpec = false; return; } | private void readShortcutSpec() throws Exception { // open an input stream InputStream input = null; try { input = parent.getResource(TargetFactory.getCurrentOSPrefix() + SPEC_FILE_NAME); } catch (ResourceNotFoundException rnfE) { input = par... | 28044 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/28044/ea2c1c334b491cd6926af6502699f487604c17bc/ShortcutPanel.java/clean/src/lib/com/izforge/izpack/panels/ShortcutPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
855,
15576,
1990,
1435,
1216,
1185,
565,
288,
3639,
368,
1696,
392,
810,
1407,
3639,
5037,
810,
273,
446,
31,
3639,
775,
3639,
288,
5411,
810,
273,
982,
18,
588,
1420,
12,
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,
3238,
918,
855,
15576,
1990,
1435,
1216,
1185,
565,
288,
3639,
368,
1696,
392,
810,
1407,
3639,
5037,
810,
273,
446,
31,
3639,
775,
3639,
288,
5411,
810,
273,
982,
18,
588,
1420,
12,
23... | |
ICard card = (ICard) cardEnum.nextElement(); | ICard card = (ICard) cardEnum.nextElement(); | public Vector query (String aSearchString) { Vector retVecVec = new Vector(); //return vector of vectors. // try { //open a connection to the LDAP server System.out.println ("Opening server " + mReadableName); ICardSource Four11AddressBook = getCardSource(); ... | 13991 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13991/3cd6e9d81112e3ab17a910eaef36b9e56b2a8b6a/AddressBook.java/clean/grendel/sources/grendel/addressbook/AddressBook.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
5589,
282,
843,
261,
780,
279,
2979,
780,
13,
288,
4202,
5589,
325,
12991,
12991,
273,
394,
5589,
5621,
282,
368,
2463,
3806,
434,
10046,
18,
1850,
368,
2868,
775,
288,
4202,
368,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
5589,
282,
843,
261,
780,
279,
2979,
780,
13,
288,
4202,
5589,
325,
12991,
12991,
273,
394,
5589,
5621,
282,
368,
2463,
3806,
434,
10046,
18,
1850,
368,
2868,
775,
288,
4202,
368,
... |
if (Assert.VERIFY_ASSERTIONS) Assert._assert(!addr1.isZero()); if (Assert.VERIFY_ASSERTIONS) Assert._assert(!addr2.isZero()); | if (Assert.VERIFY_ASSERTIONS) Assert._assert(!addr1.isZero()); if (Assert.VERIFY_ASSERTIONS) Assert._assert(!addr2.isZero()); | public final void insert(Address addr1, Address addr2) { if (Assert.VERIFY_ASSERTIONS) Assert._assert(!addr1.isZero()); if (Assert.VERIFY_ASSERTIONS) Assert._assert(!addr2.isZero()); checkTailInsert(2); uncheckedTailInsert(addr1); uncheckedTailInsert(addr2); } | 49871 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49871/57a34fa3e6e607d84b46e06082997a4771a25a85/AddressPairDeque.java/buggy/MMTk/src/org/mmtk/utility/deque/AddressPairDeque.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
727,
918,
2243,
12,
1887,
3091,
21,
16,
5267,
3091,
22,
13,
288,
565,
309,
261,
8213,
18,
23756,
67,
8423,
11539,
1146,
55,
13,
5452,
6315,
11231,
12,
5,
4793,
21,
18,
291,
7170... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
727,
918,
2243,
12,
1887,
3091,
21,
16,
5267,
3091,
22,
13,
288,
565,
309,
261,
8213,
18,
23756,
67,
8423,
11539,
1146,
55,
13,
5452,
6315,
11231,
12,
5,
4793,
21,
18,
291,
7170... |
opt2Box = new JComboBox(new String[] {"(select a connection method first)"}); opt2Box.addActionListener( new ActionListener() { public void actionPerformed(ActionEvent e) { opt2Selected(); } }); opt2Box.setToolTipText("This is disabled until you select a connection method"); opt2Box.setEnabled(false); | opt2Box = new JComboBox(new String[] {"(select a connection method first)"}); opt2Box.addActionListener( new ActionListener() { public void actionPerformed(ActionEvent e) { opt2Selected(); } }); opt2Box.setToolTipText("This is disabled until you select a connection method"); opt2Box.setEnabled(false); | JPanel createConnectionPane() { JPanel j = new JPanel(); JLabel l; j.setLayout(new GridLayout(5,2)); protocolBox = new JComboBox(availableProtocols()); protocolBox.addActionListener( new ActionListener() { public void actionPerformed(ActionEvent e) { protocolSelected(); } }); protocolBox.setToolTipText("... | 2652 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2652/ef71f46c03aa0831907f2e6de38e45931e1b5167/AbstractConfigFrame.java/clean/apps/AbstractConfigFrame.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
46,
5537,
27870,
8485,
1435,
288,
202,
202,
46,
5537,
525,
273,
394,
24048,
5621,
202,
202,
46,
2224,
328,
31,
202,
202,
78,
18,
542,
3744,
12,
2704,
7145,
3744,
12,
25,
16,
22,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
46,
5537,
27870,
8485,
1435,
288,
202,
202,
46,
5537,
525,
273,
394,
24048,
5621,
202,
202,
46,
2224,
328,
31,
202,
202,
78,
18,
542,
3744,
12,
2704,
7145,
3744,
12,
25,
16,
22,
... |
this.fEditor = editor; | public COutlineInformationControl(CEditor editor, Shell parent, int shellStyle, int treeStyle) { super(); this.fEditor = editor; createShell(parent, shellStyle); createComposite(); createToolbar(); createHorizontalSeparator(); createTreeeViewer(treeStyle);... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/0482b3954404fd528d629e737114a70d018a10db/COutlineInformationControl.java/buggy/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/COutlineInformationControl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
385,
21805,
5369,
3367,
12,
1441,
72,
1811,
4858,
16,
19433,
982,
16,
5411,
509,
5972,
2885,
16,
509,
2151,
2885,
13,
288,
3639,
2240,
5621,
9079,
752,
13220,
12,
2938,
16,
5972,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
385,
21805,
5369,
3367,
12,
1441,
72,
1811,
4858,
16,
19433,
982,
16,
5411,
509,
5972,
2885,
16,
509,
2151,
2885,
13,
288,
3639,
2240,
5621,
9079,
752,
13220,
12,
2938,
16,
5972,
... | |
public TA_RetCode PLUS_DM( int startIdx, int endIdx, double inHigh[], double inLow[], int optInTimePeriod, MInteger outBegIdx, MInteger outNbElement, double outReal[] ){ int today, lookbackTotal, outIdx; double prevHigh, prevLow, tempReal; double prevPlusDM; double diffP, diffM; int i; if( startIdx < 0 ) return TA_Re... | 2365 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2365/69e0567047ad75d101e30d35826ecbb51165ba43/Core.java/buggy/ta-lib/java/src/TA/Lib/Core.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
9833,
67,
7055,
1085,
6253,
3378,
67,
16125,
12,
474,
1937,
4223,
16,
474,
409,
4223,
16,
9056,
267,
8573,
63,
6487,
9056,
267,
10520,
63,
6487,
474,
3838,
382,
26540,
16,
49,
4522,
65... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
9833,
67,
7055,
1085,
6253,
3378,
67,
16125,
12,
474,
1937,
4223,
16,
474,
409,
4223,
16,
9056,
267,
8573,
63,
6487,
9056,
267,
10520,
63,
6487,
474,
3838,
382,
26540,
16,
49,
4522,
65... | ||
decls = tu.getDeclarations(name_i.resolveBinding()); | decls = tu.getDeclarationsInAST(name_i.resolveBinding()); | public void testFunctionTypes() throws Exception { StringBuffer buffer = new StringBuffer(); buffer.append("struct A; \n"); //$NON-NLS-1$ buffer.append("int * f( int i, char c ); \n"); //$NON-NLS-1$ buffer.append("void ( *g ) ( struct A * ); \n... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/75cbff035e927043ff1116bbd1e33e89ab93b9cb/AST2Tests.java/buggy/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2Tests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
2083,
2016,
1435,
1216,
1185,
288,
3639,
6674,
1613,
273,
394,
6674,
5621,
3639,
1613,
18,
6923,
2932,
1697,
432,
31,
21821,
521,
82,
8863,
4329,
3993,
17,
5106,
17,
21,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2083,
2016,
1435,
1216,
1185,
288,
3639,
6674,
1613,
273,
394,
6674,
5621,
3639,
1613,
18,
6923,
2932,
1697,
432,
31,
21821,
521,
82,
8863,
4329,
3993,
17,
5106,
17,
21,
... |
case Game.PHASE_TARGETING : | case IGame.PHASE_TARGETING : | private Component initializePanel(int phase) { // Create the components for this phase. String name = String.valueOf(phase); Component component = null; String secondary = null; String main = null; switch (phase) { case Game.PHASE_LOUNGE : componen... | 4135 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4135/f76b85e1165e7f2dc730b78b34cf2b925d97622d/ClientGUI.java/buggy/megamek/src/megamek/client/ui/AWT/ClientGUI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
5435,
4046,
5537,
12,
474,
6855,
13,
288,
3639,
368,
1788,
326,
4085,
364,
333,
6855,
18,
3639,
514,
508,
273,
514,
18,
1132,
951,
12,
13961,
1769,
3639,
5435,
1794,
273,
446,
31,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
5435,
4046,
5537,
12,
474,
6855,
13,
288,
3639,
368,
1788,
326,
4085,
364,
333,
6855,
18,
3639,
514,
508,
273,
514,
18,
1132,
951,
12,
13961,
1769,
3639,
5435,
1794,
273,
446,
31,... |
Rectangle2D bounds = layout.getBounds(); return new Rectangle2D.Double(bounds.getX()+offset.getX(), bounds.getY()+offset.getY(), bounds.getWidth(), bounds.getHeight()); | Shape bounds = layout.getBounds(); return transform.createTransformedShape(bounds).getBounds2D(); | public Rectangle2D getBounds() { Rectangle2D bounds = layout.getBounds(); return new Rectangle2D.Double(bounds.getX()+offset.getX(), bounds.getY()+offset.getY(), bounds.getWidth(), bounds.get... | 45946 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45946/722077ac2ba94a100164f684d159431c68c5e607/TextLayoutAdapter.java/buggy/sources/org/apache/batik/gvt/text/TextLayoutAdapter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
13264,
22,
40,
22107,
1435,
288,
3639,
13264,
22,
40,
4972,
273,
3511,
18,
588,
5694,
5621,
3639,
327,
394,
13264,
22,
40,
18,
5265,
12,
10576,
18,
588,
60,
1435,
15,
3348,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
13264,
22,
40,
22107,
1435,
288,
3639,
13264,
22,
40,
4972,
273,
3511,
18,
588,
5694,
5621,
3639,
327,
394,
13264,
22,
40,
18,
5265,
12,
10576,
18,
588,
60,
1435,
15,
3348,
18,
... |
synchronized(requests) { copy=new ArrayList(requests.values()); } | copy=new ArrayList(requests.values()); | public void receiveSuspect(Address mbr) { RequestEntry entry; ArrayList copy; if(mbr == null) return; if(log.isDebugEnabled()) log.debug("suspect=" + mbr); // copy so we don't run into bug #761804 - Bela June 27 2003 synchronized(requests) { copy=new ArrayList... | 51463 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51463/518afeb99e473e84aa07a96c27e0dfc450023639/RequestCorrelator.java/clean/src/org/jgroups/blocks/RequestCorrelator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
6798,
55,
407,
1181,
12,
1887,
312,
2848,
13,
288,
3639,
1567,
1622,
1241,
31,
3639,
2407,
565,
1610,
31,
3639,
309,
12,
1627,
86,
422,
446,
13,
327,
31,
3639,
309,
12,
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,
377,
1071,
918,
6798,
55,
407,
1181,
12,
1887,
312,
2848,
13,
288,
3639,
1567,
1622,
1241,
31,
3639,
2407,
565,
1610,
31,
3639,
309,
12,
1627,
86,
422,
446,
13,
327,
31,
3639,
309,
12,
133... |
lastDigitRE = value; | lastHighlightDigits = (isSpecified) ? (value.equals("TRUE")) : false; | public void attribute(String aname, String value, boolean isSpecified) { String tag = peekElement(); aname = (aname == null) ? null : aname.intern(); if (aname == "NAME") { propName = value; } else if (aname == "VALUE") { propValue = value; } else if (aname == "TYPE") { lastTokenID = stringToToken(valu... | 6564 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6564/56cf2547004766beec12af601c4653c6de94eee9/XModeHandler.java/buggy/org/gjt/sp/jedit/syntax/XModeHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1566,
12,
780,
392,
339,
16,
514,
460,
16,
1250,
353,
17068,
13,
202,
95,
202,
202,
780,
1047,
273,
8032,
1046,
5621,
202,
202,
304,
339,
273,
261,
304,
339,
422,
446,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1566,
12,
780,
392,
339,
16,
514,
460,
16,
1250,
353,
17068,
13,
202,
95,
202,
202,
780,
1047,
273,
8032,
1046,
5621,
202,
202,
304,
339,
273,
261,
304,
339,
422,
446,
... |
int min = Math.min(locA.getMin(), locB.getMin()); int max = Math.max(locA.getMax(), locB.getMax()); | Collections.sort(componentLocations, Location.naturalOrder); | public static MergeLocation mergeLocations(Location locA, Location locB) throws BioException{ int min = Math.min(locA.getMin(), locB.getMin()); int max = Math.max(locA.getMax(), locB.getMax()); List l = new ArrayList(2); l.add(locA); l.add(locB); return new MergeLocation(min, max, l); } | 50115 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50115/fcbeda1e0bc8dc82a3c505af04fa6bb0330580f8/MergeLocation.java/buggy/src/org/biojava/bio/symbol/MergeLocation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
8964,
2735,
2691,
10985,
12,
2735,
1515,
37,
16,
1377,
7050,
1515,
38,
13,
1216,
21209,
503,
95,
565,
509,
1131,
273,
2361,
18,
1154,
12,
1829,
37,
18,
588,
2930,
9334,
1515,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8964,
2735,
2691,
10985,
12,
2735,
1515,
37,
16,
1377,
7050,
1515,
38,
13,
1216,
21209,
503,
95,
565,
509,
1131,
273,
2361,
18,
1154,
12,
1829,
37,
18,
588,
2930,
9334,
1515,... |
public void visitWhileStatement(@NotNull PsiWhileStatement statement) { final PsiStatement prevContainer = currentContainer; currentContainer = statement; super.visitWhileStatement(statement); currentContainer = prevContainer; } | public void visitWhileStatement( @NotNull PsiWhileStatement statement) { final PsiStatement prevContainer = currentContainer; currentContainer = statement; super.visitWhileStatement(statement); currentContainer = prevContainer; } | public void visitWhileStatement(@NotNull PsiWhileStatement statement) { final PsiStatement prevContainer = currentContainer; currentContainer = statement; super.visitWhileStatement(statement); currentContainer = prevContainer; } | 12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/0c22d3bce35a1ee7d70c329328f649614cf6f21a/UnnecessaryLabelOnContinueStatementInspection.java/clean/plugins/InspectionGadgets/src/com/siyeh/ig/controlflow/UnnecessaryLabelOnContinueStatementInspection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3757,
15151,
3406,
26964,
5962,
453,
7722,
15151,
3406,
3021,
13,
288,
1377,
727,
453,
7722,
3406,
2807,
2170,
273,
783,
2170,
31,
1377,
783,
2170,
273,
3021,
31,
1377,
2240,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
377,
1071,
918,
3757,
15151,
3406,
26964,
5962,
453,
7722,
15151,
3406,
3021,
13,
288,
1377,
727,
453,
7722,
3406,
2807,
2170,
273,
783,
2170,
31,
1377,
783,
2170,
273,
3021,
31,
1377,
2240,
1... |
ResourceValue authzRes = getServiceResourceValue(aPK); | ResourceValue authzRes = getServiceResourceValue(serviceId); | public void changeServiceOwner(AuthzSubjectValue who, Integer serviceId, AuthzSubjectValue newOwner) throws FinderException, PermissionException, CreateException { try { ServicePK aPK = new ServicePK(service... | 52591 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52591/5b5340cb0d18f5736d423826ddf9afcd22ec015f/ServiceManagerEJBImpl.java/clean/src/org/hyperic/hq/appdef/server/session/ServiceManagerEJBImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2549,
1179,
5541,
12,
1730,
94,
6638,
620,
10354,
16,
4766,
6647,
2144,
17130,
16,
4766,
6647,
3123,
94,
6638,
620,
394,
5541,
13,
3639,
1216,
19307,
503,
16,
8509,
503,
16,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2549,
1179,
5541,
12,
1730,
94,
6638,
620,
10354,
16,
4766,
6647,
2144,
17130,
16,
4766,
6647,
3123,
94,
6638,
620,
394,
5541,
13,
3639,
1216,
19307,
503,
16,
8509,
503,
16,
... |
if(plugins.size() == 0) return null; | if(plugins.size() == 0) return ""; | public String get() { if(plugins.size() == 0) return null; StringBuffer optionValue = new StringBuffer(); synchronized (syncObject) { Iterator pluginIterator = plugins.iterator(); while (pluginIterator.hasNext()) { Plugin plugin = (Plugin) pluginIterator.next(); if (optionValue.length() !=... | 48807 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48807/0e6f479d63714a3b91c7638886b5e0c74d856a31/PluginManager.java/clean/src/freenet/plugin/PluginManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
514,
336,
1435,
288,
9506,
202,
430,
12,
8057,
18,
1467,
1435,
422,
374,
13,
327,
446,
31,
9506,
202,
780,
1892,
28272,
273,
394,
6674,
5621,
9506,
202,
22043,
261,
8389,
921... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
336,
1435,
288,
9506,
202,
430,
12,
8057,
18,
1467,
1435,
422,
374,
13,
327,
446,
31,
9506,
202,
780,
1892,
28272,
273,
394,
6674,
5621,
9506,
202,
22043,
261,
8389,
921... |
ib.paint(c, line, padX + inline.x, (int)padding.right() + border.right, BorderPainter.RIGHT + BorderPainter.TOP + BorderPainter.BOTTOM); | ib.paint(c, line, padX + inline.x, (int)padding.right() + (int)border.right(), BorderPainter.RIGHT + BorderPainter.TOP + BorderPainter.BOTTOM); | public static void paintRightPadding( Context c, LineBox line, InlineBox inline, int padX, Border border, RectPropertySet padding) { InlineBorder ib = (InlineBorder) c.getInlineBorders().removeLast(); for (Iterator i = c.getInlineBorder... | 57883 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57883/8ea25aa585e94d56872f163ff3c60962f3a3ddce/InlineRendering.java/buggy/src/java/org/xhtmlrenderer/render/InlineRendering.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
12574,
4726,
9485,
12,
5411,
1772,
276,
16,
5411,
5377,
3514,
980,
16,
5411,
16355,
3514,
6370,
16,
5411,
509,
4627,
60,
16,
5411,
13525,
5795,
16,
5411,
9315,
1396,
694,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
12574,
4726,
9485,
12,
5411,
1772,
276,
16,
5411,
5377,
3514,
980,
16,
5411,
16355,
3514,
6370,
16,
5411,
509,
4627,
60,
16,
5411,
13525,
5795,
16,
5411,
9315,
1396,
694,
... |
return false; | return true; | private static boolean flattenExpression( CompiledExpression expr ) { int type = expr.getType( ); switch ( type ) { case CompiledExpression.TYPE_COMPLEX_EXPR : { Iterator col = ( (ComplexExpression) expr ).getSubExpressions( ) .iterator( ); while ( col.hasNext( ) ) { if ( flattenExpression( (C... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/94d003ae514639cbb7e4b2c145e27079a03963b2/ExpressionCompilerUtil.java/buggy/data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExpressionCompilerUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
1250,
5341,
2300,
12,
25854,
2300,
3065,
262,
202,
95,
202,
202,
474,
618,
273,
3065,
18,
588,
559,
12,
11272,
202,
202,
9610,
261,
618,
262,
202,
202,
95,
1082,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
1250,
5341,
2300,
12,
25854,
2300,
3065,
262,
202,
95,
202,
202,
474,
618,
273,
3065,
18,
588,
559,
12,
11272,
202,
202,
9610,
261,
618,
262,
202,
202,
95,
1082,
202,
... |
super("settings", (frame.getWidth()-WIDTH)/2, 50, WIDTH, 200 ); | super("settings", (frame.getWidth()-WIDTH)/2, 0, WIDTH, 200 ); | public SettingsPanel(Panel frame, GameObjects gameObjects) { super("settings", (frame.getWidth()-WIDTH)/2, 50, WIDTH, 200 ); setTitletext("Settings"); setFrame(true); setTitleBar(true); setMinimizeable(true); setCloseable(false); minimapEnabled = true; characterEnabled = true; inventoryEna... | 4438 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4438/2262aeaee9f3c13d0c8ba6718ba9f830970b1db8/SettingsPanel.java/clean/src/games/stendhal/client/gui/wt/SettingsPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
8709,
5537,
12,
5537,
2623,
16,
14121,
4710,
7920,
4710,
13,
225,
288,
565,
2240,
2932,
4272,
3113,
261,
3789,
18,
588,
2384,
1435,
17,
10023,
13176,
22,
16,
374,
16,
22631,
16,
4... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
8709,
5537,
12,
5537,
2623,
16,
14121,
4710,
7920,
4710,
13,
225,
288,
565,
2240,
2932,
4272,
3113,
261,
3789,
18,
588,
2384,
1435,
17,
10023,
13176,
22,
16,
374,
16,
22631,
16,
4... |
mPath.append(ellipse, false); | mMoveTos.add(pt); | public void ellipseTo(double xMin, double yMin, double xMax, double yMax) { Point2D pt; pt = new Point2D.Float((float)xMax, (float)((yMin + yMax) / 2)); mMoveTos.add(pt); /* * Create elliptical shape and add it to path. */ Ellipse2D.Double ellipse = new Ellipse2D.Double(xMin, yMin, xMax - xMin, yMax - yMin)... | 2501 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2501/319e532e92ccd2e267864623260647b9d930dce5/GeometricPath.java/clean/src/org/mapyrus/GeometricPath.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
26838,
774,
12,
9056,
619,
2930,
16,
1645,
677,
2930,
16,
1645,
619,
2747,
16,
1645,
677,
2747,
13,
202,
95,
202,
202,
2148,
22,
40,
5818,
31,
202,
202,
337,
273,
394,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
26838,
774,
12,
9056,
619,
2930,
16,
1645,
677,
2930,
16,
1645,
619,
2747,
16,
1645,
677,
2747,
13,
202,
95,
202,
202,
2148,
22,
40,
5818,
31,
202,
202,
337,
273,
394,
... |
ByteVector v2 = v; | ByteVector v2 = new ByteVector(v.size()); v2.add(v.toByteArray()); | public byte[] mjpbUncompress(byte[] input) throws FormatException { byte[] raw = null; byte[] raw2 = null; int pt = 16; // pointer into the compressed data // official documentation at // http://developer.apple.com/documentation/QuickTime/QTFF/QTFFChap3/ // chapter_4_section_2.html // information... | 11426 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11426/fefa794cb8501463488091c20d90b89f0f91fac9/QTReader.java/buggy/loci/formats/QTReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1160,
8526,
312,
78,
5733,
984,
14706,
12,
7229,
8526,
810,
13,
1216,
4077,
503,
288,
565,
1160,
8526,
1831,
273,
446,
31,
565,
1160,
8526,
1831,
22,
273,
446,
31,
565,
509,
5818,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1160,
8526,
312,
78,
5733,
984,
14706,
12,
7229,
8526,
810,
13,
1216,
4077,
503,
288,
565,
1160,
8526,
1831,
273,
446,
31,
565,
1160,
8526,
1831,
22,
273,
446,
31,
565,
509,
5818,... |
public org.quickfix.field.LegSecurityDesc getLegSecurityDesc() throws FieldNotFound { org.quickfix.field.LegSecurityDesc value = new org.quickfix.field.LegSecurityDesc(); | public quickfix.field.LegSecurityDesc getLegSecurityDesc() throws FieldNotFound { quickfix.field.LegSecurityDesc value = new quickfix.field.LegSecurityDesc(); | public org.quickfix.field.LegSecurityDesc getLegSecurityDesc() throws FieldNotFound { org.quickfix.field.LegSecurityDesc value = new org.quickfix.field.LegSecurityDesc(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/QuoteStatusReport.java/clean/src/java/src/quickfix/fix44/QuoteStatusReport.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
4368,
4217,
336,
8329,
4368,
4217,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
4368,
4217,
460,
273,
394,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
4368,
4217,
336,
8329,
4368,
4217,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
4368,
4217,
460,
273,
394,
... |
finish(VERIFY_FAILURE, next); return; | break; | public void run() { short origHTL = htl; node.addSender(key, htl, this); HashSet nodesRoutedTo = new HashSet(); HashSet nodesNotIgnored = new HashSet(); try { while(true) { Logger.minor(this, "htl="+htl); if(htl == 0) { // RNF ... | 50619 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50619/9040e74c9d4bed81c0517ea0a84d34bc23f54def/RequestSender.java/clean/src/freenet/node/RequestSender.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1086,
1435,
288,
3639,
3025,
1647,
5062,
48,
273,
366,
6172,
31,
3639,
756,
18,
1289,
12021,
12,
856,
16,
366,
6172,
16,
333,
1769,
3639,
6847,
2199,
4583,
329,
774,
273,
394... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1086,
1435,
288,
3639,
3025,
1647,
5062,
48,
273,
366,
6172,
31,
3639,
756,
18,
1289,
12021,
12,
856,
16,
366,
6172,
16,
333,
1769,
3639,
6847,
2199,
4583,
329,
774,
273,
394... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.