rem stringlengths 1 226k | add stringlengths 0 227k | context stringlengths 6 326k | meta stringlengths 143 403 | input_ids listlengths 256 256 | attention_mask listlengths 256 256 | labels listlengths 128 128 |
|---|---|---|---|---|---|---|
return 0; | return -1; | static public synchronized int getDecodedDataLength( byte[] base64Data ) { if (base64Data == null) return 0; //byte[] normalizedBase64Data = removeWhiteSpace( base64Data );//Remove any whiteSpace byte[] decodedData = null; if ((decodedData = decode( base64Data ) ) == null)//... | 6373 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6373/45e22dff1ad897916568881983b72f7b21d75377/Base64.java/buggy/src/org/apache/xerces/utils/Base64.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
1071,
3852,
509,
336,
24888,
751,
1782,
12,
1160,
8526,
1026,
1105,
751,
262,
288,
3639,
309,
261,
1969,
1105,
751,
422,
446,
13,
5411,
327,
300,
21,
31,
3639,
368,
7229,
8526,
564... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
1071,
3852,
509,
336,
24888,
751,
1782,
12,
1160,
8526,
1026,
1105,
751,
262,
288,
3639,
309,
261,
1969,
1105,
751,
422,
446,
13,
5411,
327,
300,
21,
31,
3639,
368,
7229,
8526,
564... |
if ('0' <= c && c <= '9') { return c - '0'; } if ('a' <= c && c <= 'f') { return c - ('a' - 10); } if ('A' <= c && c <= 'F') { return c - ('A' - 10); } | if (c <= '9') { c -= '0'; if (0 <= c) { return c; } } else if (c <= 'F') { if ('A' <= c) { return c - ('A' - 10); } } else if (c <= 'f') { if ('a' <= c) { return c - ('a' - 10); } } | static int xDigitToInt(int c) { if ('0' <= c && c <= '9') { return c - '0'; } if ('a' <= c && c <= 'f') { return c - ('a' - 10); } if ('A' <= c && c <= 'F') { return c - ('A' - 10); } return -1; } | 19042 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19042/5739d875ab983543fdf729f70a15773fdbe9b1bd/TokenStream.java/clean/src/org/mozilla/javascript/TokenStream.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
509,
619,
10907,
17864,
12,
474,
276,
13,
288,
3639,
309,
7707,
20,
11,
1648,
276,
597,
276,
1648,
296,
29,
6134,
288,
327,
276,
300,
296,
20,
13506,
289,
3639,
309,
7707,
69,
11... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
509,
619,
10907,
17864,
12,
474,
276,
13,
288,
3639,
309,
7707,
20,
11,
1648,
276,
597,
276,
1648,
296,
29,
6134,
288,
327,
276,
300,
296,
20,
13506,
289,
3639,
309,
7707,
69,
11... |
getHistory().removeOperationHistoryListener(this); site.getPage().removePartListener(partListener); | public void dispose() { // nothing to dispose } | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/f2e3de5ef2b8a6e3f7ff548a57814536495aa48d/OperationHistoryActionHandler.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
588,
5623,
7675,
4479,
2988,
5623,
2223,
12,
2211,
1769,
2834,
18,
588,
1964,
7675,
4479,
1988,
2223,
12,
2680,
2223,
1769,
282,
918,
588,
5623,
7675,
4479,
2988,
5623,
2223,
12... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
588,
5623,
7675,
4479,
2988,
5623,
2223,
12,
2211,
1769,
2834,
18,
588,
1964,
7675,
4479,
1988,
2223,
12,
2680,
2223,
1769,
282,
918,
588,
5623,
7675,
4479,
2988,
5623,
2223,
12... | |
} protected void dropSource( Object source ) throws SemanticException | } | public void execute( ) { try { dropSource( model ); if ( !embeddedImageList.isEmpty( ) ) { for ( int i = 0; i < embeddedImageList.size( ); i++ ) { IStructure item = ((EmbeddedImageHandle)embeddedImageList.get( i )).getStructure(); String name = ((EmbeddedImageHandle)embeddedImageList.get( i )).get... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/e2d8ec77281fa364175bddf06c365b04defdce9a/DeleteCommand.java/buggy/UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/commands/DeleteCommand.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
1836,
12,
262,
202,
95,
202,
202,
698,
202,
202,
95,
1082,
202,
7285,
1830,
12,
938,
11272,
1082,
202,
430,
261,
401,
20722,
2040,
682,
18,
291,
1921,
12,
262,
262,
1082,
202,
9... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
1836,
12,
262,
202,
95,
202,
202,
698,
202,
202,
95,
1082,
202,
7285,
1830,
12,
938,
11272,
1082,
202,
430,
261,
401,
20722,
2040,
682,
18,
291,
1921,
12,
262,
262,
1082,
202,
9... |
int outputPointer = 0; | int outputPointer = 1; | private void processNewNoderef(byte[] data, int offset, int length) throws FSParseException { if(length == 0) throw new FSParseException("Too short"); // Firstly, is it compressed? if(data[offset] == 1) { // Gzipped Inflater i = new Inflater(); i.setInput(data, ... | 50619 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50619/0bd1514e258f4d6614ab3151315b5068c279da0d/PeerNode.java/buggy/src/freenet/node/PeerNode.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1207,
1908,
50,
369,
822,
74,
12,
7229,
8526,
501,
16,
509,
1384,
16,
509,
769,
13,
1216,
9247,
13047,
288,
3639,
309,
12,
2469,
422,
374,
13,
604,
394,
9247,
13047,
2932,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1207,
1908,
50,
369,
822,
74,
12,
7229,
8526,
501,
16,
509,
1384,
16,
509,
769,
13,
1216,
9247,
13047,
288,
3639,
309,
12,
2469,
422,
374,
13,
604,
394,
9247,
13047,
2932,
... |
long curLatest = uskManager.lookup(origUSK); | void onDNF(USKAttempt att) { Logger.minor(this, "DNF: "+att); boolean finished = false; synchronized(this) { if(completed || cancelled) return; lastFetchedEdition = Math.max(lastFetchedEdition, att.number); runningAttempts.remove(att); if(runningAttempts.isEmpty()) { long curLatest = uskManager.lookup(or... | 50915 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50915/03e3c37737640c23e25aacfa0ab1bf8a0d4b535f/USKFetcher.java/clean/src/freenet/client/async/USKFetcher.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
603,
8609,
42,
12,
3378,
47,
7744,
2403,
13,
288,
202,
202,
3328,
18,
17364,
12,
2211,
16,
315,
8609,
42,
30,
13773,
4558,
1769,
202,
202,
6494,
6708,
273,
629,
31,
202,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
603,
8609,
42,
12,
3378,
47,
7744,
2403,
13,
288,
202,
202,
3328,
18,
17364,
12,
2211,
16,
315,
8609,
42,
30,
13773,
4558,
1769,
202,
202,
6494,
6708,
273,
629,
31,
202,
20... | |
verifyAnticipated(10000); | verifyAnticipated(10000); | public void testBug709() { m_pollerConfig.setNodeOutageProcessingEnabled(true); MockNode node = m_network.getNode(2); MockService icmpService = m_network.getService(2, "192.168.1.3", "ICMP"); MockService httpService = m_network.getService(2, "192.168.1.3", "HTTP"); // start the po... | 48885 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48885/b4e7756e33fc2d9129c42f673171d390be34705f/PollerTest.java/clean/opennms-services/src/test/java/org/opennms/netmgt/poller/PollerTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
19865,
27,
5908,
1435,
288,
3639,
312,
67,
3915,
749,
809,
18,
542,
907,
1182,
410,
7798,
1526,
12,
3767,
1769,
3639,
7867,
907,
756,
273,
312,
67,
5185,
18,
588,
907,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
19865,
27,
5908,
1435,
288,
3639,
312,
67,
3915,
749,
809,
18,
542,
907,
1182,
410,
7798,
1526,
12,
3767,
1769,
3639,
7867,
907,
756,
273,
312,
67,
5185,
18,
588,
907,
... |
if( response!=null ) { | if (response != null) { | public TransportConnection(TransportConnector connector, final Transport transport, Broker broker, TaskRunnerFactory taskRunnerFactory) { super(connector, broker, taskRunnerFactory); connector.setBrokerName(broker.getBrokerName()); this.transport = transport; this.transport.setTransportL... | 17032 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17032/4b595ea6dc2d0bd3dcd7e80d0ddb670ead17245d/TransportConnection.java/clean/activemq-core/src/main/java/org/apache/activemq/broker/TransportConnection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
9514,
1952,
12,
6568,
7487,
8703,
16,
727,
9514,
4736,
16,
20438,
8625,
16,
3837,
9709,
1733,
1562,
9709,
1733,
13,
288,
3639,
2240,
12,
23159,
16,
8625,
16,
1562,
9709,
1733,
1769,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
9514,
1952,
12,
6568,
7487,
8703,
16,
727,
9514,
4736,
16,
20438,
8625,
16,
3837,
9709,
1733,
1562,
9709,
1733,
13,
288,
3639,
2240,
12,
23159,
16,
8625,
16,
1562,
9709,
1733,
1769,... |
public org.quickfix.field.AsgnRptID get(org.quickfix.field.AsgnRptID value) | public quickfix.field.AsgnRptID get(quickfix.field.AsgnRptID value) | public org.quickfix.field.AsgnRptID get(org.quickfix.field.AsgnRptID value) throws FieldNotFound { getField(value); return value; } | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/fecc27f98261270772ff182a1d4dfd94b5daa73d/AssignmentReport.java/buggy/src/java/src/quickfix/fix44/AssignmentReport.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
9549,
904,
18,
1518,
18,
37,
1055,
82,
54,
337,
734,
336,
12,
19525,
904,
18,
1518,
18,
37,
1055,
82,
54,
337,
734,
225,
460,
13,
565,
1216,
2286,
2768,
225,
288,
5031,
12,
11... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
9549,
904,
18,
1518,
18,
37,
1055,
82,
54,
337,
734,
336,
12,
19525,
904,
18,
1518,
18,
37,
1055,
82,
54,
337,
734,
225,
460,
13,
565,
1216,
2286,
2768,
225,
288,
5031,
12,
11... |
semanticHint = UMLVisualIDRegistry.getType(org.eclipse.uml2.diagram.profile.edit.parts.Stereotype2EditPart.VISUAL_ID); | semanticHint = UMLVisualIDRegistry.getType(Stereotype2EditPart.VISUAL_ID); | protected void decorateView(View containerView, View view, IAdaptable semanticAdapter, String semanticHint, int index, boolean persisted) { if (semanticHint == null) { semanticHint = UMLVisualIDRegistry.getType(org.eclipse.uml2.diagram.profile.edit.parts.Stereotype2EditPart.VISUAL_ID); view.setType(semanticHint);... | 56962 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56962/c8f96358e1fd7a3bf8a8fc61b57f2694f6ab2aee/Stereotype2ViewFactory.java/buggy/plugins/org.eclipse.uml2.diagram.profile/src/org/eclipse/uml2/diagram/profile/view/factories/Stereotype2ViewFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
15752,
1767,
12,
1767,
1478,
1767,
16,
4441,
1476,
16,
467,
13716,
429,
15178,
4216,
16,
514,
15178,
7002,
16,
509,
770,
16,
1250,
14249,
13,
288,
202,
202,
430,
261,
12... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
15752,
1767,
12,
1767,
1478,
1767,
16,
4441,
1476,
16,
467,
13716,
429,
15178,
4216,
16,
514,
15178,
7002,
16,
509,
770,
16,
1250,
14249,
13,
288,
202,
202,
430,
261,
12... |
this(); update(vars); | super(); | public IpAddrTableEntry(SnmpVarBind[] vars) { this(); update(vars); } | 48885 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48885/b3612967cb053036bdb295ee74cb2e369c6ca18d/IpAddrTableEntry.java/buggy/src/services/org/opennms/netmgt/capsd/snmp/IpAddrTableEntry.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
14709,
3178,
1388,
1622,
12,
10461,
1291,
1537,
3357,
8526,
4153,
13,
202,
95,
202,
202,
2211,
5621,
202,
202,
2725,
12,
4699,
1769,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
14709,
3178,
1388,
1622,
12,
10461,
1291,
1537,
3357,
8526,
4153,
13,
202,
95,
202,
202,
2211,
5621,
202,
202,
2725,
12,
4699,
1769,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
... |
int currentSize = Geometry.getDimension(currentPane.getBounds(), isVertical); | int currentSize = Geometry.getDimension(getBounds(), isVertical); | public float getCurrentRatio() { if (currentPane == null) { return 0.0f; } boolean isVertical = !Geometry.isHorizontal(side); Rectangle clientArea = clientComposite.getClientArea(); int clientSize = Geometry.getDimension(clientArea, isVertical); int currentSize = Geometry.getDimension(currentPane.getBounds()... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/a98cad1adde6ab0253cd08ca00c5be95f5fb13a0/FastViewPane.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewPane.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1431,
5175,
8541,
1435,
288,
202,
202,
430,
261,
2972,
8485,
422,
446,
13,
288,
1082,
202,
2463,
374,
18,
20,
74,
31,
202,
202,
97,
9506,
202,
6494,
353,
15704,
273,
401,
98... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1431,
5175,
8541,
1435,
288,
202,
202,
430,
261,
2972,
8485,
422,
446,
13,
288,
1082,
202,
2463,
374,
18,
20,
74,
31,
202,
202,
97,
9506,
202,
6494,
353,
15704,
273,
401,
98... |
if ((style & SWT.APPLICATION_MODAL | style & SWT.SYSTEM_MODAL | style & SWT.PRIMARY_MODAL) > 0) { defer[0] = true; | if ((style & modal) != 0) { schedule(LONG_OPERATION_MILLISECONDS); | private void scheduleProgressMonitorJob( final ProgressMonitorJobsDialog dialog, final boolean[] busy) { final boolean[] defer = new boolean[1]; defer[0] = false; final WorkbenchJob updateJob = new WorkbenchJob(ProgressMessages.getString("ProgressManager.openJobName")) {//$NON-NLS-1$ /* * (non-Javadoc) * * @... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/e0ca3cd35ce03d54a636441b2cdd9e3502bb60a7/ProgressManager.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
4788,
5491,
7187,
2278,
12,
202,
202,
6385,
10980,
7187,
7276,
6353,
6176,
16,
202,
202,
6385,
1250,
8526,
21697,
13,
288,
202,
202,
6385,
1250,
8526,
2220,
273,
394,
1250... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4788,
5491,
7187,
2278,
12,
202,
202,
6385,
10980,
7187,
7276,
6353,
6176,
16,
202,
202,
6385,
1250,
8526,
21697,
13,
288,
202,
202,
6385,
1250,
8526,
2220,
273,
394,
1250... |
String[] files = new Glob(System.getProperty("user.dir"), pattern).getNames(); | String[] files = new Glob(NormalizedFile.getFileProperty("user.dir"), pattern).getNames(); | public static RubyArray glob(IRubyObject recv, RubyString pat) { String pattern = pat.toString(); String[] files = new Glob(System.getProperty("user.dir"), pattern).getNames(); return recv.getRuntime().newArray(JavaUtil.convertJavaArrayToRuby(recv.getRuntime(), files)); } | 50993 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50993/c506a9979e35512d57d5f29f0d18b3da14ef2919/RubyDir.java/buggy/src/org/jruby/RubyDir.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
19817,
1076,
4715,
12,
7937,
10340,
921,
10665,
16,
19817,
780,
9670,
13,
288,
3639,
514,
1936,
273,
9670,
18,
10492,
5621,
3639,
514,
8526,
1390,
273,
394,
18901,
12,
15577,
8... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
19817,
1076,
4715,
12,
7937,
10340,
921,
10665,
16,
19817,
780,
9670,
13,
288,
3639,
514,
1936,
273,
9670,
18,
10492,
5621,
3639,
514,
8526,
1390,
273,
394,
18901,
12,
15577,
8... |
} else if(!sm.containsFig(underMouse)) { | } else if(!sm.containsFig(underMouse)) { | public void mousePressed(MouseEvent me) { if(me.isConsumed()) { //System.out.println("ModeSelect consumed"); return; } if(me.getModifiers() == InputEvent.BUTTON3_MASK) { _selectAnchor = new Point(me.getX(), me.getY()); //System.out.println("ModeSelect... | 1732 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1732/c8d8a2522f9b4372bce6903200fed4c04e3517f4/ModeSelect.java/clean/src/org/tigris/gef/base/ModeSelect.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
7644,
24624,
12,
9186,
1133,
1791,
13,
288,
3639,
309,
12,
3501,
18,
291,
20554,
10756,
288,
5411,
368,
3163,
18,
659,
18,
8222,
2932,
2309,
3391,
12393,
8863,
5411,
327,
31,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
7644,
24624,
12,
9186,
1133,
1791,
13,
288,
3639,
309,
12,
3501,
18,
291,
20554,
10756,
288,
5411,
368,
3163,
18,
659,
18,
8222,
2932,
2309,
3391,
12393,
8863,
5411,
327,
31,
... |
if (jj_scan_token(15)) { jj_scanpos = xsp; | final private boolean jj_3R_18() { Token xsp; xsp = jj_scanpos; if (jj_scan_token(15)) { jj_scanpos = xsp; if (jj_3R_23()) { jj_scanpos = xsp; if (jj_scan_token(0)) return true; } } return false; } | 1316 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1316/0faf643f0efa6f2ad848fed686443d8e4c4ad978/NutchAnalysis.java/buggy/src/java/org/apache/nutch/analysis/NutchAnalysis.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
3238,
1250,
10684,
67,
23,
54,
67,
2643,
1435,
288,
565,
3155,
619,
1752,
31,
565,
619,
1752,
273,
10684,
67,
9871,
917,
31,
565,
309,
261,
78,
78,
67,
9871,
67,
2316,
12,
3600,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
3238,
1250,
10684,
67,
23,
54,
67,
2643,
1435,
288,
565,
3155,
619,
1752,
31,
565,
619,
1752,
273,
10684,
67,
9871,
917,
31,
565,
309,
261,
78,
78,
67,
9871,
67,
2316,
12,
3600,
... | |
FormattedTextFieldMacFix.apply(regexField); | public JComponent createOptionsPanel() { final GridBagLayout layout = new GridBagLayout(); final JPanel panel = new JPanel(layout); final JLabel patternLabel = new JLabel("Pattern:"); patternLabel.setHorizontalAlignment(SwingConstants.TRAILING); final JLabel minLengthLabel = new J... | 56598 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56598/af4548d755b24ddbf38f521ab4bbaeda65f8d0d9/ConventionInspection.java/clean/plugins/InspectionGadgets/src/com/siyeh/ig/naming/ConventionInspection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4077,
2344,
16157,
9990,
8585,
18,
9010,
12,
7584,
974,
1769,
4077,
2344,
16157,
9990,
8585,
18,
9010,
12,
7584,
974,
1769,
4077,
2344,
16157,
9990,
8585,
18,
9010,
12,
7584,
974,
1769,
4077,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4077,
2344,
16157,
9990,
8585,
18,
9010,
12,
7584,
974,
1769,
4077,
2344,
16157,
9990,
8585,
18,
9010,
12,
7584,
974,
1769,
4077,
2344,
16157,
9990,
8585,
18,
9010,
12,
7584,
974,
1769,
4077,
... | |
result = compare(retEnv, tempPath); assertTrue(result); | compareXML(retEnv, tempPath); | public void testR3GDI3EchoStruct() throws AxisFault { url = "http://mssoapinterop.org/stkV3/wsdl/import3.wsdl"; soapAction = "http://soapinterop.org/"; util = new GDImport2EchoStructUtil(); retEnv = client.sendMsg(util, url, soapAction); tempPath = resFilePath + "MsStkv3GDImport3S... | 49300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49300/6295a3864398ed319578fb0b345f1adafef73782/MsStkv3Round3InteropTest.java/clean/modules/integration/itest/test/interop/whitemesa/round3/MsStkv3Round3InteropTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
54,
23,
43,
2565,
23,
19704,
3823,
1435,
1216,
15509,
7083,
288,
3639,
880,
273,
315,
2505,
2207,
959,
19215,
30376,
18,
3341,
19,
334,
79,
58,
23,
19,
4749,
5761,
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,
1842,
54,
23,
43,
2565,
23,
19704,
3823,
1435,
1216,
15509,
7083,
288,
3639,
880,
273,
315,
2505,
2207,
959,
19215,
30376,
18,
3341,
19,
334,
79,
58,
23,
19,
4749,
5761,
19,
... |
return new Parser(handler.getCommands()); | return new Parser(handler.getCommands(), handler.getCategories()); | public static Parser load(String filename, Context context) throws IOException, UnexpectedException { MessageFormatter formatter = context.getMessageFormatter(); try { List list = new ArrayList(); BufferedReader rdr = new BufferedReader(new InputStreamReader(... | 3907 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3907/8dc548aaf5b524952e65a5e03b1ec3f2d44b5e4b/Parser.java/clean/kom/java/nu/rydin/kom/frontend/text/parser/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
6783,
1262,
12,
780,
1544,
16,
1772,
819,
13,
5411,
1216,
1860,
16,
9649,
503,
565,
288,
3639,
2350,
5074,
4453,
273,
819,
18,
24906,
5074,
5621,
3639,
775,
3639,
288,
5411,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
6783,
1262,
12,
780,
1544,
16,
1772,
819,
13,
5411,
1216,
1860,
16,
9649,
503,
565,
288,
3639,
2350,
5074,
4453,
273,
819,
18,
24906,
5074,
5621,
3639,
775,
3639,
288,
5411,
... |
pages.addDimensionView(channelView); pages.addDimensionView(measView); | pages.getDimensionView().add(channelView); pages.getDimensionView().add(measView); | private CubeCursor foo() throws OLAPException { // Create a DimensionView for each dimension Connection connection = getConnection(); Cube salesCube = getCube(connection, "Sales"); DimensionView channelView = connection.createDimensionView(); channelView.setDimension(getDimension(salesCube, "Promotions" /*"Channe... | 37907 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/37907/7d6a0c3d02156aab207b5017ce3ba65883fef640/JolapTest.java/buggy/src/main/mondrian/test/JolapTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
385,
4895,
6688,
8431,
1435,
1216,
531,
48,
2203,
503,
288,
202,
202,
759,
1788,
279,
13037,
1767,
364,
1517,
4968,
202,
202,
1952,
1459,
273,
6742,
5621,
202,
202,
39,
4895,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
385,
4895,
6688,
8431,
1435,
1216,
531,
48,
2203,
503,
288,
202,
202,
759,
1788,
279,
13037,
1767,
364,
1517,
4968,
202,
202,
1952,
1459,
273,
6742,
5621,
202,
202,
39,
4895,
... |
switch(areq) { case AUTH_REQ_OK: break; | switch(areq) { case AUTH_REQ_OK: break; | protected void openConnection(String host, int port, Properties info, String database, String url, Driver d) throws SQLException { // Throw an exception if the user or password properties are missing // This occasionally occurs when the client uses the properties version // of getConnection(), and is a ... | 52628 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52628/839b9bc0117946afd62ee385a4c8a36c01b3053b/Connection.java/buggy/src/interfaces/jdbc/org/postgresql/Connection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
24982,
12,
780,
1479,
16,
509,
1756,
16,
6183,
1123,
16,
514,
2063,
16,
514,
880,
16,
9396,
302,
13,
1216,
6483,
565,
288,
565,
368,
3743,
392,
1520,
309,
326,
729,
578,
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,
4750,
918,
24982,
12,
780,
1479,
16,
509,
1756,
16,
6183,
1123,
16,
514,
2063,
16,
514,
880,
16,
9396,
302,
13,
1216,
6483,
565,
288,
565,
368,
3743,
392,
1520,
309,
326,
729,
578,
22... |
Event ev; | protected void dispatchSVGLoad(Element elt, boolean checkCanRun, String lang) { for (Node n = elt.getFirstChild(); n != null; n = n.getNextSibling()) { if (n.getNodeType() == Node.ELEMENT_NODE) { ... | 46680 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46680/e0f764dff72dfeed9e7f33e5d48e195946accb74/BaseScriptingEnvironment.java/clean/sources/org/apache/batik/bridge/BaseScriptingEnvironment.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
3435,
26531,
2563,
12,
1046,
11572,
16,
4766,
282,
1250,
866,
2568,
1997,
16,
4766,
282,
514,
3303,
13,
288,
3639,
364,
261,
907,
290,
273,
11572,
18,
588,
3759,
1763,
5621,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
3435,
26531,
2563,
12,
1046,
11572,
16,
4766,
282,
1250,
866,
2568,
1997,
16,
4766,
282,
514,
3303,
13,
288,
3639,
364,
261,
907,
290,
273,
11572,
18,
588,
3759,
1763,
5621,
... | |
getViewer().refresh(false); | getViewer().refresh(false); | private void restoreState() { if (taskListMemento != null) { IMemento taskListWidth = taskListMemento.getChild(columnWidthIdentifier); if (taskListWidth != null) { for (int i = 0; i < columnWidths.length; i++) { IMemento m = taskListWidth.getChild("col" + i); if (m != null) { int width = m.getInte... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/27288d503c710fca7552d26676afc1a7c8ba63b5/TaskListView.java/clean/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasklist/ui/views/TaskListView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
5217,
1119,
1435,
288,
202,
202,
430,
261,
4146,
682,
49,
820,
83,
480,
446,
13,
288,
1082,
202,
3445,
820,
83,
1562,
682,
2384,
273,
1562,
682,
49,
820,
83,
18,
588,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
5217,
1119,
1435,
288,
202,
202,
430,
261,
4146,
682,
49,
820,
83,
480,
446,
13,
288,
1082,
202,
3445,
820,
83,
1562,
682,
2384,
273,
1562,
682,
49,
820,
83,
18,
588,
... |
realOutput.write (b, off, len); | realOutput.write (data); | public void write (byte b[], int off, int len) throws IOException { if (writeDataAsBlocks) { if (len < 0) throw new IndexOutOfBoundsException (); if (blockDataCount + len < BUFFER_SIZE) { System.arraycopy (b, off, blockData, blockDataCount, len); blockDataCount += len; } else { dr... | 25337 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/25337/19f06d8622c5119a2b265f34d018cd1646e244f1/ObjectOutputStream.java/buggy/libjava/java/io/ObjectOutputStream.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1045,
261,
7229,
324,
63,
6487,
509,
3397,
16,
509,
562,
13,
1216,
1860,
225,
288,
565,
309,
261,
2626,
751,
1463,
6450,
13,
565,
288,
1377,
309,
261,
1897,
411,
374,
13,
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,
918,
1045,
261,
7229,
324,
63,
6487,
509,
3397,
16,
509,
562,
13,
1216,
1860,
225,
288,
565,
309,
261,
2626,
751,
1463,
6450,
13,
565,
288,
1377,
309,
261,
1897,
411,
374,
13,
2... |
String source) { | String source) { | public void handleCompilationDone(Context cx, DebuggableScript fnOrScript, String source) { String sourceName = fnOrScript.getSourceName(); if (sourceName == null) { sourceName = "<stdin>"; } if (sourceName.endsWith("(eval)")) { ... | 13991 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13991/ba0661c4930bce05ad78b222083c34077170a9e4/Main.java/clean/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/Main.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1640,
19184,
7387,
12,
1042,
9494,
16,
4015,
8455,
3651,
2295,
1162,
3651,
16,
4766,
1377,
514,
1084,
13,
288,
3639,
514,
28337,
273,
2295,
1162,
3651,
18,
588,
1830,
461,
5621... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1640,
19184,
7387,
12,
1042,
9494,
16,
4015,
8455,
3651,
2295,
1162,
3651,
16,
4766,
1377,
514,
1084,
13,
288,
3639,
514,
28337,
273,
2295,
1162,
3651,
18,
588,
1830,
461,
5621... |
keyCell.addChild("span", "class", "key_is").addChild("a", "href", '/' + uri.toString(false), uri.toShortString()); | keyCell.addChild("span", "class", "key_is").addChild("a", "href", '/' + uri.toString(), uri.toShortString()); | private HTMLNode createKeyCell(FreenetURI uri) { HTMLNode keyCell = new HTMLNode("td", "class", "request-key"); if (uri != null) { keyCell.addChild("span", "class", "key_is").addChild("a", "href", '/' + uri.toString(false), uri.toShortString()); } else { keyCell.addChild("span", "class", "key_unknown", "unknown... | 48807 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48807/1c876261ab73159d57a26624667ec7bf7acd15b8/QueueToadlet.java/clean/src/freenet/clients/http/QueueToadlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
3982,
907,
752,
653,
4020,
12,
42,
2842,
278,
3098,
2003,
13,
288,
202,
202,
4870,
907,
498,
4020,
273,
394,
3982,
907,
2932,
4465,
3113,
315,
1106,
3113,
315,
2293,
17,
856,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3982,
907,
752,
653,
4020,
12,
42,
2842,
278,
3098,
2003,
13,
288,
202,
202,
4870,
907,
498,
4020,
273,
394,
3982,
907,
2932,
4465,
3113,
315,
1106,
3113,
315,
2293,
17,
856,... |
return new CASTReturnStatement(); } | return new CASTReturnStatement(); } | protected IASTReturnStatement createReturnStatement() { return new CASTReturnStatement(); } | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/8d833f012a81dac41a0d33c7e0f047c1dfe415f2/GNUCSourceParser.java/buggy/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/c/GNUCSourceParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
4750,
467,
9053,
990,
3406,
752,
990,
3406,
1435,
288,
1377,
327,
394,
6425,
882,
990,
3406,
5621,
282,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
565,
4750,
467,
9053,
990,
3406,
752,
990,
3406,
1435,
288,
1377,
327,
394,
6425,
882,
990,
3406,
5621,
282,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
field = FBField.createField(longField); } | field = FBField.createField(longField); } | protected void setUp() throws SQLException{ XSQLVAR longField = new XSQLVAR(); longField.sqldata = new Long(TEST_LONG); longField.sqlind = 0; longField.sqltype = GDS.SQL_INT64; field = FBField.createField(longField); } | 6960 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6960/026a06cad7ac909fff09e3c7d23e34e158b0f803/TestFBLongField.java/clean/src/org/firebirdsql/jdbc/TestFBLongField.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
24292,
1435,
1216,
6483,
95,
202,
202,
60,
3997,
7716,
1525,
974,
273,
394,
1139,
3997,
7716,
5621,
202,
202,
5748,
974,
18,
4669,
892,
273,
394,
3407,
12,
16961,
67,
14... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
24292,
1435,
1216,
6483,
95,
202,
202,
60,
3997,
7716,
1525,
974,
273,
394,
1139,
3997,
7716,
5621,
202,
202,
5748,
974,
18,
4669,
892,
273,
394,
3407,
12,
16961,
67,
14... |
public AttributeDescr rule_attribute() throws RecognitionException { AttributeDescr d; AttributeDescr a = null; d = null; try { // C:\Projects\jboss-rules\drools-compiler\src\main\resources\org\drools\lang\drl.g:265:25: (a= salience | a= no_loop | a= agen... | 6736 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6736/afa2dad261bf082d1acd2655e8290f80c6bffb15/RuleParser.java/clean/drools-compiler/src/main/java/org/drools/lang/RuleParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3601,
16198,
1720,
67,
4589,
1435,
1216,
9539,
288,
6647,
3601,
16198,
302,
31,
3639,
3601,
16198,
279,
273,
446,
31,
1171,
202,
202,
72,
273,
446,
31,
540,
202,
3639,
775,
288,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3601,
16198,
1720,
67,
4589,
1435,
1216,
9539,
288,
6647,
3601,
16198,
302,
31,
3639,
3601,
16198,
279,
273,
446,
31,
1171,
202,
202,
72,
273,
446,
31,
540,
202,
3639,
775,
288,
5... | ||
if (log) { os.log("Start of basic block " + bb); } if (debug) { BootLog.debug("-- Start of BB " + bb); } startOfBB = true; this.vstack.reset(); eContext.getPool().reset(os); if (inlinedMethod != null) { inlinedMethod.pushOuterMethodStack(vstack); } final TypeStack tstack = bb.getStartStack(); vstack.pushAll(tstack); | if (log) { os.log("Start of basic block " + bb); } if (debug) { BootLog.debug("-- Start of BB " + bb); } startOfBB = true; this.vstack.reset(); eContext.getPool().reset(os); if (inlinedMethod != null) { inlinedMethod.pushOuterMethodStack(vstack); } final TypeStack tstack = bb.getStartStack(); vstack.pushAll(tstack); | public void startBasicBlock(BasicBlock bb) { if (log) { os.log("Start of basic block " + bb); } if (debug) { BootLog.debug("-- Start of BB " + bb); } startOfBB = true; this.vstack.reset(); eContext.getPool().reset(os); // Push the result from the outer method stack on the vstack if (inlinedMethod != null)... | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/4c9e1b93fdcd3878abf615621ec6a36bf839ab10/X86BytecodeVisitor.java/buggy/core/src/core/org/jnode/vm/x86/compiler/l1a/X86BytecodeVisitor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
787,
8252,
1768,
12,
8252,
1768,
7129,
13,
288,
202,
202,
430,
261,
1330,
13,
288,
1082,
202,
538,
18,
1330,
2932,
1685,
434,
5337,
1203,
315,
397,
7129,
1769,
202,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
787,
8252,
1768,
12,
8252,
1768,
7129,
13,
288,
202,
202,
430,
261,
1330,
13,
288,
1082,
202,
538,
18,
1330,
2932,
1685,
434,
5337,
1203,
315,
397,
7129,
1769,
202,
202,
... |
Logger.debug(this, "Map: "+getKeyMap().size()); Logger.debug(this, "Contains "+key+"?: "+getKeyMap().containsKey(key)); | private DataBlock getBlockByKey(Key key) { Logger.debug(this, "Map: "+getKeyMap().size()); Logger.debug(this, "Contains "+key+"?: "+getKeyMap().containsKey(key)); return (DataBlock) getKeyMap().get(key); } | 48807 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48807/468622124d6c873f5829a9d551c994b13f38cb37/DataStore.java/buggy/src/freenet/store/DataStore.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
1910,
1768,
11902,
14560,
12,
653,
498,
13,
288,
202,
565,
4242,
18,
4148,
12,
2211,
16,
315,
863,
30,
13773,
588,
653,
863,
7675,
1467,
10663,
202,
565,
4242,
18,
4148,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
1910,
1768,
11902,
14560,
12,
653,
498,
13,
288,
202,
565,
4242,
18,
4148,
12,
2211,
16,
315,
863,
30,
13773,
588,
653,
863,
7675,
1467,
10663,
202,
565,
4242,
18,
4148,
12,
... | |
if(m_statistics != null) { m_statistics.setObserver(null); m_statistics.setFileObserver(null); | if(statistics != null) { statistics.setObserver(null); statistics.setFileObserver(null); | public void refresh(IFtpConfig ftpConfig) { m_ftpConfig = ftpConfig; if (m_ftpConfig != null) { m_statistics = (IFtpStatistics)m_ftpConfig.getFtpStatistics(); m_statistics.setObserver(this); m_statistics.setFileObserver(this); // reset component ... | 48500 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48500/f8bdbb2dab0d67be139dd05d6110e466306c8868/StatisticsPanel.java/buggy/src/java/org/apache/ftpserver/gui/StatisticsPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
4460,
12,
5501,
6834,
809,
13487,
809,
13,
288,
3639,
312,
67,
11727,
809,
273,
13487,
809,
31,
3639,
309,
261,
81,
67,
11727,
809,
480,
446,
13,
288,
5411,
312,
67,
14438,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4460,
12,
5501,
6834,
809,
13487,
809,
13,
288,
3639,
312,
67,
11727,
809,
273,
13487,
809,
31,
3639,
309,
261,
81,
67,
11727,
809,
480,
446,
13,
288,
5411,
312,
67,
14438,
... |
mode = ((RubyString) args[1]).toString(); | newModes = new IOModes(getRuntime(), ((RubyString) args[1]).toString()); | public IRubyObject reopen(IRubyObject[] args) { if (args.length < 1) { throw getRuntime().newArgumentError("wrong number of arguments"); } if (args[0].isKindOf(getRuntime().getClass("IO"))) { RubyIO ios = (RubyIO) args[0]; int keepFileno = handler.getFileno(); ... | 47619 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47619/24fc00ac9f647542a77f440ea686cea2d209f347/RubyIO.java/buggy/src/org/jruby/RubyIO.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15908,
10340,
921,
31563,
12,
7937,
10340,
921,
8526,
833,
13,
288,
377,
202,
430,
261,
1968,
18,
2469,
411,
404,
13,
288,
5411,
604,
18814,
7675,
2704,
1379,
668,
2932,
21530,
1300... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15908,
10340,
921,
31563,
12,
7937,
10340,
921,
8526,
833,
13,
288,
377,
202,
430,
261,
1968,
18,
2469,
411,
404,
13,
288,
5411,
604,
18814,
7675,
2704,
1379,
668,
2932,
21530,
1300... |
{ Connection cx = getConnection(); Statement stmt = cx.createStatement(); | { Connection cx = getConnection(); Statement stmt = cx.createStatement(); | public void testResultSet0043() throws Exception { Connection cx = getConnection(); Statement stmt = cx.createStatement(); try { ResultSet rs = stmt.executeQuery("select 1"); assertNotNull(rs); rs.getInt(1); assertTrue("Did not expect to reach here", false); } catch (SQLException e) { assertTrue(e.get... | 439 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/439/d9d3f9d24e5fe3f189bd2899a4d10846c0832a3b/TimestampTest.java/buggy/trunk/jtds/src.old/test/freetds/TimestampTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
13198,
713,
8942,
1435,
1216,
1185,
202,
95,
202,
202,
1952,
9494,
273,
6742,
5621,
202,
202,
3406,
3480,
273,
9494,
18,
2640,
3406,
5621,
202,
202,
698,
202,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
13198,
713,
8942,
1435,
1216,
1185,
202,
95,
202,
202,
1952,
9494,
273,
6742,
5621,
202,
202,
3406,
3480,
273,
9494,
18,
2640,
3406,
5621,
202,
202,
698,
202,
202,
... |
vec.add( ""+image.getBorder() ); | vec.add( ""+imageDomainObject.getBorder() ); | public void doGet( HttpServletRequest req, HttpServletResponse res ) throws ServletException, IOException { IMCServiceInterface imcref = ApplicationServer.getIMCServiceInterface(); Utility.setDefaultHtmlContentType( res ); PrintWriter out = res.getWriter(); String metaIdStr = req.getPara... | 8781 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8781/ff9b2edfb82af582993934591d4051e42e2887ab/ChangeImage.java/clean/server/src/com/imcode/imcms/servlet/admin/ChangeImage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
23611,
12,
9984,
1111,
16,
12446,
400,
262,
1216,
16517,
16,
1860,
288,
3639,
6246,
39,
18348,
709,
71,
1734,
273,
4257,
2081,
18,
588,
3445,
39,
18348,
5621,
3639,
13134,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
23611,
12,
9984,
1111,
16,
12446,
400,
262,
1216,
16517,
16,
1860,
288,
3639,
6246,
39,
18348,
709,
71,
1734,
273,
4257,
2081,
18,
588,
3445,
39,
18348,
5621,
3639,
13134,
18,
... |
result = ERXExtensions.rawPrimaryKeyFromPrimaryKeyAndEO(pk, this); | NSArray primaryKeyAttributeNames=primaryKeyAttributeNames(); if (primaryKeyAttributeNames.count()>1) throw new RuntimeException("rawPrimaryKeyInTransaction does not support compound primary keys"); result=pk.objectForKey(primaryKeyAttributeNames.lastObject()); | public Object rawPrimaryKeyInTransaction() { Object result = rawPrimaryKey(); if (result == null) { NSDictionary pk = primaryKeyDictionary(false); if (cat.isDebugEnabled()) cat.debug("pk: " + pk); // FIXME: What the heck is this?!?! result = ERXExtensions.ra... | 22541 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/22541/b0f544472d1c1d3ccc96b88298a3965feadb64c5/ERXGenericRecord.java/clean/Common/Frameworks/ERExtensions/Sources/er/extensions/ERXGenericRecord.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1831,
11575,
382,
3342,
1435,
288,
3639,
1033,
563,
273,
1831,
11575,
5621,
3639,
309,
261,
2088,
422,
446,
13,
288,
5411,
423,
9903,
3192,
2365,
273,
8841,
10905,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1831,
11575,
382,
3342,
1435,
288,
3639,
1033,
563,
273,
1831,
11575,
5621,
3639,
309,
261,
2088,
422,
446,
13,
288,
5411,
423,
9903,
3192,
2365,
273,
8841,
10905,
12,
5743,
1... |
if (element instanceof CompositeElement) { ASTNode parent = element; ChameleonTransforming.transformChildren(parent); child1 = null; child2 = Helper.shiftForwardToNonSpace(parent.getFirstChildNode()); int indent = -1; for (; child2 != null; child1 = child2, child2 = Helper.shiftForwardToNonSpace(child2.getTreeNext())... | public ASTNode process(ASTNode element, int parent_indent) { final FormattingModelBuilder builder = SourceTreeToPsiMap.treeElementToPsi(element).getContainingFile().getLanguage() .getFormattingModelBuilder(); if (builder != null) { TextRange range = element.getTextRange(); return processRange(ele... | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/b0751de4f90f5cf60ea788424eae6a1c0e6435f9/CodeFormatterFacade.java/buggy/source/com/intellij/psi/impl/source/codeStyle/CodeFormatterFacade.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
9183,
907,
1207,
12,
9053,
907,
930,
16,
509,
982,
67,
9355,
13,
288,
565,
727,
4077,
1787,
1488,
1263,
2089,
273,
4998,
2471,
774,
52,
7722,
863,
18,
3413,
1046,
774,
52,
7722,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9183,
907,
1207,
12,
9053,
907,
930,
16,
509,
982,
67,
9355,
13,
288,
565,
727,
4077,
1787,
1488,
1263,
2089,
273,
4998,
2471,
774,
52,
7722,
863,
18,
3413,
1046,
774,
52,
7722,
... | |
finally { try { logstr.close(); } catch( IOException e ) { throw new TaskException( "Error", e ); } } | public boolean execute() throws TaskException { getLogger().debug( "Using SUN rmic compiler" ); Commandline cmd = setupRmicCommand(); // Create an instance of the rmic, redirecting output to // the project log try { Class c = Class.forName( "sun.rmi.rmi... | 639 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/639/0c1e2fd1049fcf9b534ff1e4c07d646990aee62e/SunRmic.java/buggy/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/rmic/SunRmic.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
1836,
1435,
3639,
1216,
3837,
503,
565,
288,
3639,
7156,
7675,
4148,
12,
315,
7736,
348,
2124,
6692,
335,
5274,
6,
11272,
3639,
3498,
1369,
1797,
273,
3875,
54,
27593,
2189,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
1836,
1435,
3639,
1216,
3837,
503,
565,
288,
3639,
7156,
7675,
4148,
12,
315,
7736,
348,
2124,
6692,
335,
5274,
6,
11272,
3639,
3498,
1369,
1797,
273,
3875,
54,
27593,
2189,
5... | |
floatingWindow = new ProgressFloatingWindow(window, imageCanvas); | synchronized(windowLock){ floatingWindow = new ProgressFloatingWindow(window, imageCanvas); } | void openFloatingWindow() { //Do we already have one? if (floatingWindow != null) return; //Don't bother if there is nothing showing yet if (!window.getShell().isVisible()) return; floatingWindow = new ProgressFloatingWindow(window, imageCanvas); WorkbenchJob floatingJob = new WorkbenchJob(ProgressMessages ... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/cc098a5f454d6e378ebe3305bdbd85ec68305434/AnimationItem.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/AnimationItem.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
1696,
28344,
3829,
1435,
288,
202,
202,
759,
3244,
732,
1818,
1240,
1245,
35,
202,
202,
430,
261,
5659,
310,
3829,
480,
446,
13,
1082,
202,
2463,
31,
202,
202,
759,
22293,
14... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
1696,
28344,
3829,
1435,
288,
202,
202,
759,
3244,
732,
1818,
1240,
1245,
35,
202,
202,
430,
261,
5659,
310,
3829,
480,
446,
13,
1082,
202,
2463,
31,
202,
202,
759,
22293,
14... |
public static String getReportDocument( HttpServletRequest request ) { String filePath = getParameter( request, PARAM_REPORT_DOCUMENT ); filePath = preProcess( filePath ); if ( "".equals( filePath ) ) //$NON-NLS-1$ { filePath = generateDocumentFromReport( request ); filePath = createDocumentPath( filePath, req... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/5c8dd96b2b7249db362e597132210258101979a5/ParameterAccessor.java/clean/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
514,
22452,
2519,
12,
9984,
590,
262,
202,
95,
202,
202,
780,
4612,
273,
5575,
12,
590,
16,
4655,
67,
22710,
67,
18450,
11272,
202,
202,
22787,
273,
675,
2227,
12,
4612,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
514,
22452,
2519,
12,
9984,
590,
262,
202,
95,
202,
202,
780,
4612,
273,
5575,
12,
590,
16,
4655,
67,
22710,
67,
18450,
11272,
202,
202,
22787,
273,
675,
2227,
12,
4612,
... | ||
subArrayElementJavaType == java.lang.String.class); | subArrayElementJavaType == java.lang.String.class || isNIOBufferClass(subArrayElementJavaType)); | protected boolean javaArgTypeNeedsDataCopy(JavaType javaArgType) { if (javaArgType.isArray()) { Class subArrayElementJavaType = javaArgType.getJavaClass().getComponentType(); return (subArrayElementJavaType.isArray() || subArrayElementJavaType == java.lang.String.class); } return false... | 47702 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47702/4b93bb531605fa082bdad6452d3e6a51cbb15bed/CMethodBindingEmitter.java/buggy/src/net/java/games/gluegen/CMethodBindingEmitter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
1250,
2252,
4117,
559,
26419,
751,
2951,
12,
31819,
2252,
4117,
559,
13,
288,
565,
309,
261,
6290,
4117,
559,
18,
291,
1076,
10756,
288,
1377,
1659,
720,
1076,
1046,
31819,
273,
225... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1250,
2252,
4117,
559,
26419,
751,
2951,
12,
31819,
2252,
4117,
559,
13,
288,
565,
309,
261,
6290,
4117,
559,
18,
291,
1076,
10756,
288,
1377,
1659,
720,
1076,
1046,
31819,
273,
225... |
String editName= RefactoringCoreMessages.getString("RenamePrivateMethodRefactoring.rename_method"); | String editName= "Update method reference"; | private void addReferenceUpdates(TextChange change) throws JavaModelException{ SearchResultGroup[] grouped= getOccurrences(null); if (grouped.length != 0){ SearchResult[] results= grouped[0].getSearchResults(); for (int i= 0; i < results.length; i++){ String editName= RefactoringCoreMessages.getString("Re... | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/4eadb7bc2e48237df21551b8d58cc1e7a3f7bcca/RenamePrivateMethodRefactoring.java/buggy/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePrivateMethodRefactoring.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
527,
2404,
5121,
12,
1528,
3043,
2549,
13,
1216,
5110,
1488,
503,
95,
202,
202,
24916,
1114,
8526,
10303,
33,
336,
12397,
12228,
12,
2011,
1769,
1082,
202,
430,
261,
25472... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
527,
2404,
5121,
12,
1528,
3043,
2549,
13,
1216,
5110,
1488,
503,
95,
202,
202,
24916,
1114,
8526,
10303,
33,
336,
12397,
12228,
12,
2011,
1769,
1082,
202,
430,
261,
25472... |
public void wrap(InputStream inStream, OutputStream outStream, MessageProp mp) throws GSSException { //System.out.println("GSSUPContextSpi.wrap"); } | 46355 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46355/2e5a24f22ae8a6308d5b0dcf6a5ef1926141f3e6/GSSUPContextSpi.java/buggy/src/org/jacorb/security/sas/GSSUPContextSpi.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
6459,
4113,
12,
4348,
267,
1228,
16,
4632,
659,
1228,
16,
1079,
4658,
1291,
13,
15069,
43,
1260,
503,
95,
759,
3163,
18,
659,
18,
8222,
2932,
43,
1260,
3079,
1042,
21887,
18,
4113,
886... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1071,
6459,
4113,
12,
4348,
267,
1228,
16,
4632,
659,
1228,
16,
1079,
4658,
1291,
13,
15069,
43,
1260,
503,
95,
759,
3163,
18,
659,
18,
8222,
2932,
43,
1260,
3079,
1042,
21887,
18,
4113,
886... | ||
public final void emitSTFDtoc (int FRT, Offset off, int Rz) { int offset = off.toInt(); if (VM.VerifyAssertions) VM._assert(fits(offset, 32)); | public final void emitSTFDtoc (int FRT, Offset offset, int Rz) { | public final void emitSTFDtoc (int FRT, Offset off, int Rz) { //KV:todo int offset = off.toInt(); if (VM.VerifyAssertions) VM._assert(fits(offset, 32)); if (fits(offset, 16)) { emitSTFD(FRT, offset, JTOC); } else if (0 == (offset&0x8000)) { emitADDIS ( Rz, JTOC, offset>>16); emitSTFD(FRT... | 49871 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49871/9b22bffbb06319b08a93aed2a8f11de10ba3fecf/VM_Assembler.java/clean/rvm/src/vm/arch/powerPC/compilers/baseline/VM_Assembler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
727,
918,
3626,
882,
16894,
1391,
261,
474,
478,
12185,
16,
9874,
3397,
16,
509,
534,
94,
13,
288,
565,
368,
16945,
30,
9012,
565,
509,
1384,
273,
3397,
18,
869,
1702,
5621,
565,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
727,
918,
3626,
882,
16894,
1391,
261,
474,
478,
12185,
16,
9874,
3397,
16,
509,
534,
94,
13,
288,
565,
368,
16945,
30,
9012,
565,
509,
1384,
273,
3397,
18,
869,
1702,
5621,
565,
... |
public int hashCode() | public final int hashCode() | public int hashCode() { return port + addr.hashCode(); } | 45163 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45163/b36f8eef237505f078dd95cd2d50183f990c35aa/InetSocketAddress.java/buggy/libjava/java/net/InetSocketAddress.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
727,
509,
13374,
1435,
565,
288,
202,
2463,
1756,
397,
3091,
18,
2816,
1085,
5621,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
727,
509,
13374,
1435,
565,
288,
202,
2463,
1756,
397,
3091,
18,
2816,
1085,
5621,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
public String getName() { if (getBaseName() == null) { if (isClass()) { return "#<" + "Class" + ":01x" + Integer.toHexString(System.identityHashCode(this)) + ">"; } else { return "#<" + "Module" + ":01x" + Integer.toHexString(System.identityHashCode(this)) + ">";... | 45221 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45221/1278c5bb3507a052d150d814f15453542ae41aed/RubyModule.java/buggy/src/org/jruby/RubyModule.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1723,
1435,
288,
3639,
309,
261,
588,
29907,
1435,
422,
446,
13,
288,
540,
202,
430,
261,
291,
797,
10756,
288,
7734,
327,
6619,
32,
6,
397,
315,
797,
6,
397,
6398,
1611,
9... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1723,
1435,
288,
3639,
309,
261,
588,
29907,
1435,
422,
446,
13,
288,
540,
202,
430,
261,
291,
797,
10756,
288,
7734,
327,
6619,
32,
6,
397,
315,
797,
6,
397,
6398,
1611,
9... | ||
private static int PushLocalFrame(VM_JNIEnvironment env) { | private static int PushLocalFrame(VM_JNIEnvironment env, int capacity) { | private static int PushLocalFrame(VM_JNIEnvironment env) { if (traceJNI) VM.sysWrite("JNI called: PushLocalFrame \n"); VM.sysWrite("JNI ERROR: PushLocalFrame not implemented yet, exiting ...\n"); VM.sysExit(VM.exitStatusUnsupportedInternalOp); return -1; } | 49871 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49871/6092d61f50a21ad2a2c1edb89aa22449a5d0a9c1/VM_JNIFunctions.java/buggy/rvm/src/vm/jni/VM_JNIFunctions.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
509,
8547,
2042,
3219,
12,
7397,
67,
46,
50,
45,
5494,
1550,
16,
509,
7519,
13,
288,
565,
309,
261,
5129,
46,
50,
45,
13,
8251,
18,
9499,
3067,
2932,
46,
50,
45,
2566,
30... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
509,
8547,
2042,
3219,
12,
7397,
67,
46,
50,
45,
5494,
1550,
16,
509,
7519,
13,
288,
565,
309,
261,
5129,
46,
50,
45,
13,
8251,
18,
9499,
3067,
2932,
46,
50,
45,
2566,
30... |
ListBandDesign header = createListBand( headerSlot ); header.setBandType( ListBandDesign.BAND_HEADER ); listItem.setHeader( header ); listItem.setRepeatHeader( handle.repeatHeader( ) ); | if ( headerSlot.getCount( ) > 0 ) { ListBandDesign header = createListBand( headerSlot ); header.setBandType( ListBandDesign.BAND_HEADER ); listItem.setHeader( header ); listItem.setRepeatHeader( handle.repeatHeader( ) ); } | public void visitList( ListHandle handle ) { // Create ListItem ListItemDesign listItem = new ListItemDesign( ); setupListingItem( listItem, handle ); // Header SlotHandle headerSlot = handle.getHeader( ); ListBandDesign header = createListBand( headerSlot ); header.setBandType( ListBandDesign.BAND_HEADER ); l... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/aae2e17b3a4d3ea45b489ef2f0c59ab5e9576e76/EngineIRVisitor.java/buggy/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
3757,
682,
12,
987,
3259,
1640,
262,
202,
95,
202,
202,
759,
1788,
987,
1180,
202,
202,
13575,
15478,
19859,
273,
394,
987,
1180,
15478,
12,
11272,
202,
202,
8401,
19081,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3757,
682,
12,
987,
3259,
1640,
262,
202,
95,
202,
202,
759,
1788,
987,
1180,
202,
202,
13575,
15478,
19859,
273,
394,
987,
1180,
15478,
12,
11272,
202,
202,
8401,
19081,
... |
notifyViewerSelectionManager(getSelectedRange().x, getSelectedRange().y); | setModel(model, null); | public void setModel(IStructuredModel model, IAnnotationModel annotationModel) { // due to various forms of init, sometimes // the same variable is set more than once // with the same data, causing unneccesary updates, so // we do nothing if someones' trying to set the same // model we already have // if ((fMo... | 13989 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13989/425ffe7b68526a8574007dbae9d4ecfb097cff08/StructuredTextViewer.java/buggy/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/StructuredTextViewer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
19027,
12,
45,
30733,
1488,
938,
16,
467,
3257,
1488,
3204,
1488,
13,
288,
202,
202,
759,
6541,
358,
11191,
10138,
434,
1208,
16,
16594,
202,
202,
759,
326,
1967,
2190,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
19027,
12,
45,
30733,
1488,
938,
16,
467,
3257,
1488,
3204,
1488,
13,
288,
202,
202,
759,
6541,
358,
11191,
10138,
434,
1208,
16,
16594,
202,
202,
759,
326,
1967,
2190,
3... |
public int TRIMA_Lookback( int optInTimePeriod ){ return optInTimePeriod-1;} | 7231 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7231/1bccb7a13486c61b10e8ebdf0c938797539a3f3d/Core.java/clean/ta-lib/java/src/TA/Lib/Core.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
474,
6566,
5535,
67,
9794,
823,
12,
474,
3838,
382,
26540,
15329,
2463,
3838,
382,
26540,
17,
21,
31,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
474,
6566,
5535,
67,
9794,
823,
12,
474,
3838,
382,
26540,
15329,
2463,
3838,
382,
26540,
17,
21,
31,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... | ||
public void run(ITask task) {// MylarPlugin.getContextManager().actionObserved(this, Boolean.FALSE.toString()); try { if (task != null) { MylarTaskListPlugin.getTaskListManager().deactivateTask(task); TaskListView.getDefault().refreshAndFocus(); TaskUiUtil.closeEditorInActivePage(task);// TaskListView.... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/df356cadf6d39e7b743e798df40d5dec91871dcc/TaskDeactivateAction.java/buggy/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasklist/ui/actions/TaskDeactivateAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
6459,
2681,
12,
1285,
835,
4146,
15329,
759,
202,
202,
12062,
7901,
3773,
18,
29120,
1318,
7675,
1128,
9013,
2155,
12,
2211,
16,
5507,
18,
21053,
18,
10492,
10663,
202,
202,
698... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
6459,
2681,
12,
1285,
835,
4146,
15329,
759,
202,
202,
12062,
7901,
3773,
18,
29120,
1318,
7675,
1128,
9013,
2155,
12,
2211,
16,
5507,
18,
21053,
18,
10492,
10663,
202,
202,
698... | ||
layout(); | layout(false); | public void setBorderVisible(boolean show) { checkWidget(); if (showBorder == show) return; showBorder = show; if (showBorder) { borderLeft = borderTop = borderRight = borderBottom = 1; if ((getStyle() & SWT.FLAT)== 0) highlight = 2; } else { borderBottom = borderTop = borderLeft = borderRight = 0; highlight = 0; ... | 12413 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12413/a6b48034db4656132c943ef122f732c8fe096a59/ViewForm.java/clean/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
25715,
6207,
12,
6494,
2405,
13,
288,
202,
1893,
4609,
5621,
202,
430,
261,
4500,
8107,
422,
2405,
13,
327,
31,
202,
202,
4500,
8107,
273,
2405,
31,
202,
430,
261,
4500,
8107,
13,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
25715,
6207,
12,
6494,
2405,
13,
288,
202,
1893,
4609,
5621,
202,
430,
261,
4500,
8107,
422,
2405,
13,
327,
31,
202,
202,
4500,
8107,
273,
2405,
31,
202,
430,
261,
4500,
8107,
13,... |
specialGetArrayDesignForPhysicalBioAssay( ( ( MeasuredBioAssay ) bioAssay ).getFeatureExtraction() .getPhysicalBioAssaySource(), result ); | specialConvertAssociationsForPhysicalBioAssay( ( ( MeasuredBioAssay ) bioAssay ) .getFeatureExtraction().getPhysicalBioAssaySource(), result ); | public ubic.gemma.model.expression.bioAssay.BioAssay convertDerivedBioAssay( DerivedBioAssay mageObj ) { if ( mageObj == null ) return null; ubic.gemma.model.expression.bioAssay.BioAssay result = convertBioAssay( mageObj ); // Attempt to get the array design for this bioassay. ( so far this has... | 4335 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4335/3c425ed09e57d6c9d829aedb2fb6033a1097bae8/MageMLConverterHelper.java/buggy/gemma-core/src/main/java/ubic/gemma/loader/expression/mage/MageMLConverterHelper.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
13910,
335,
18,
23465,
2540,
18,
2284,
18,
8692,
18,
21010,
2610,
528,
18,
38,
1594,
2610,
528,
1765,
21007,
38,
1594,
2610,
528,
12,
14969,
2950,
38,
1594,
2610,
528,
312,
410,
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,
13910,
335,
18,
23465,
2540,
18,
2284,
18,
8692,
18,
21010,
2610,
528,
18,
38,
1594,
2610,
528,
1765,
21007,
38,
1594,
2610,
528,
12,
14969,
2950,
38,
1594,
2610,
528,
312,
410,
2... |
public org.quickfix.field.PartyRole getPartyRole() throws FieldNotFound { org.quickfix.field.PartyRole value = new org.quickfix.field.PartyRole(); | public quickfix.field.PartyRole getPartyRole() throws FieldNotFound { quickfix.field.PartyRole value = new quickfix.field.PartyRole(); | public org.quickfix.field.PartyRole getPartyRole() throws FieldNotFound { org.quickfix.field.PartyRole value = new org.quickfix.field.PartyRole(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/NewOrderMultileg.java/buggy/src/java/src/quickfix/fix44/NewOrderMultileg.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
17619,
2996,
1689,
7325,
2996,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
17619,
2996,
460,
273,
394,
2358,
18,
19525,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
17619,
2996,
1689,
7325,
2996,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
17619,
2996,
460,
273,
394,
2358,
18,
19525,... |
list.setFont(defaultFont); | list.setFont(getDefaultFont()); | public NewProgressViewer(Composite parent, int flags) { super(parent, flags); Tree c = getTree(); if (c instanceof Tree) c.dispose(); dialogContext = (flags & SWT.BORDER) != 0; // hack to determine context finishedJobs = FinishedJobs.getInstance(); finishedJobs.a... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/55f2c478759fd3ded9d317bd7990fdd9e1ccbf88/NewProgressViewer.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/NewProgressViewer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1166,
5491,
18415,
12,
9400,
982,
16,
509,
2943,
13,
288,
3639,
2240,
12,
2938,
16,
2943,
1769,
3639,
4902,
276,
273,
15867,
5621,
3639,
309,
261,
71,
1276,
4902,
13,
5411,
276,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1166,
5491,
18415,
12,
9400,
982,
16,
509,
2943,
13,
288,
3639,
2240,
12,
2938,
16,
2943,
1769,
3639,
4902,
276,
273,
15867,
5621,
3639,
309,
261,
71,
1276,
4902,
13,
5411,
276,
1... |
public void bracketingTheMinimum(GVector kPoint, GVector searchDirection, PotentialFunction forceFieldFunction, int iterNum) { //System.out.println("Bracketing the minimum:"); //System.out.print("X" + iterNum + " = " + kPoint + " "); //System.out.println("f(X" + iterNum + ") = " + forceFieldFunction.energyFunction(... | 46046 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46046/9adcbd5769512fe518277f87ee5cc7c84de1ccb0/LineSearch.java/buggy/src/org/openscience/cdk/modeling/forcefield/LineSearch.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
6459,
21025,
310,
1986,
13042,
12,
25269,
386,
778,
2148,
16,
43,
5018,
3072,
8212,
16,
24947,
2083,
5734,
974,
2083,
16,
474,
2165,
2578,
15329,
202,
202,
759,
3163,
18,
659,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
6459,
21025,
310,
1986,
13042,
12,
25269,
386,
778,
2148,
16,
43,
5018,
3072,
8212,
16,
24947,
2083,
5734,
974,
2083,
16,
474,
2165,
2578,
15329,
202,
202,
759,
3163,
18,
659,
... | ||
assertNumberOf("proposals", proposals.size(), 1); | assertNumberOf("proposals", proposals.size(), 2); | public void testNativeMethodWithBody() throws Exception { IPackageFragment pack1= fSourceFolder.createPackageFragment("test1", false, null); StringBuffer buf= new StringBuffer(); buf.append("package test1;\n"); buf.append("public class E {\n"); buf.append(" public native void foo() {\n"); buf.append(" }\n... | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/d8cdb97f3fe970aed161fcf2c5e8dac3b0822890/ModifierCorrectionsQuickFixTest.java/buggy/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
9220,
1305,
1190,
2250,
1435,
1216,
1185,
288,
1082,
202,
45,
2261,
7456,
2298,
21,
33,
284,
1830,
3899,
18,
2640,
2261,
7456,
2932,
3813,
21,
3113,
629,
16,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
9220,
1305,
1190,
2250,
1435,
1216,
1185,
288,
1082,
202,
45,
2261,
7456,
2298,
21,
33,
284,
1830,
3899,
18,
2640,
2261,
7456,
2932,
3813,
21,
3113,
629,
16,
446,
1... |
input.setKeySpeed(100); | protected void simpleInitGame() { // Point to a URL of my model URL model=HelloModelLoading.class.getClassLoader().getResource("jmetest/data/model/maggie.obj"); // Create something to convert .obj format to .jme FormatConverter converter=new ObjToJme(); // Point the converter to w... | 19503 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19503/71de8e2a1358dc7c08dd8fd2daecf0bcd07579ec/HelloLOD.java/buggy/src/jmetest/TutorialGuide/HelloLOD.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
4143,
2570,
12496,
1435,
288,
3639,
368,
4686,
358,
279,
1976,
434,
3399,
938,
3639,
1976,
938,
33,
18601,
1488,
10515,
18,
1106,
18,
588,
7805,
7675,
588,
1420,
2932,
78,
1057... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4143,
2570,
12496,
1435,
288,
3639,
368,
4686,
358,
279,
1976,
434,
3399,
938,
3639,
1976,
938,
33,
18601,
1488,
10515,
18,
1106,
18,
588,
7805,
7675,
588,
1420,
2932,
78,
1057... | |
VM.sysWrite("JNI ERROR: ToReflectedField not implemented yet, exiting ...\n"); VM.sysExit(VM.exitStatusUnsupportedInternalOp); return -1; | VM_Field field = VM_MemberReference.getMemberRef(fieldID).asFieldReference().resolve(); return env.pushJNIRef (java.lang.reflect.JikesRVMSupport.createField(field)); | private static int ToReflectedField(VM_JNIEnvironment env) { if (traceJNI) VM.sysWrite("JNI called: ToReflectedField \n"); VM.sysWrite("JNI ERROR: ToReflectedField not implemented yet, exiting ...\n"); VM.sysExit(VM.exitStatusUnsupportedInternalOp); return -1; } | 4011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4011/98179d29994efc2448ad73f979061d014897af7b/VM_JNIFunctions.java/buggy/rvm/src/vm/jni/VM_JNIFunctions.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
509,
2974,
24452,
329,
974,
12,
7397,
67,
46,
50,
45,
5494,
1550,
13,
288,
565,
309,
261,
5129,
46,
50,
45,
13,
8251,
18,
9499,
3067,
2932,
46,
50,
45,
2566,
30,
2974,
24... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
509,
2974,
24452,
329,
974,
12,
7397,
67,
46,
50,
45,
5494,
1550,
13,
288,
565,
309,
261,
5129,
46,
50,
45,
13,
8251,
18,
9499,
3067,
2932,
46,
50,
45,
2566,
30,
2974,
24... |
int totalLen = comm.getTdsShort(); | final int totalLen = comm.getTdsShort(); | private PacketColumnNamesResult processColumnNames() throws java.io.IOException, net.sourceforge.jtds.jdbc.TdsException { Columns columns = new Columns(); int totalLen = comm.getTdsShort(); int bytesRead = 0; int i = 0; while (bytesRead < totalLen) { int colN... | 439 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/439/d40d3f03f21e7087ea2cd7d2b5b43625542770cc/Tds.java/buggy/trunk/jtds/src/main/net/sourceforge/jtds/jdbc/Tds.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
11114,
20718,
1253,
1207,
20718,
1435,
5411,
1216,
2252,
18,
1594,
18,
14106,
16,
2901,
18,
3168,
1884,
908,
18,
78,
88,
2377,
18,
24687,
18,
56,
2377,
503,
288,
3639,
14962,
2168,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
20718,
1253,
1207,
20718,
1435,
5411,
1216,
2252,
18,
1594,
18,
14106,
16,
2901,
18,
3168,
1884,
908,
18,
78,
88,
2377,
18,
24687,
18,
56,
2377,
503,
288,
3639,
14962,
2168,
... |
return null; } | return null; } | protected String getInitialScopeId() { return null; } | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/afe32b7cd5a2841a41e657289a0d2b7cf1ef5416/PartSite.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
514,
24044,
3876,
548,
1435,
288,
3639,
327,
446,
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,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
514,
24044,
3876,
548,
1435,
288,
3639,
327,
446,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
int maxWidth = FieldDecorationRegistry.getDefault() .geMaximumDecorationWidth(); | int newWidth = widthOf(decData.decoration.getImage()); | private void updateControlAttachments(int index, FieldDecorationData decData) { FormData formData = (FormData) control.getLayoutData(); int maxWidth = FieldDecorationRegistry.getDefault() .geMaximumDecorationWidth(); switch (index) { case LEFT_TOP: if (decDatas[LEFT_BOTTOM] == null || decDatas[LEFT_BOTTOM... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/4a358afc8d93c75badf1e31f688464be70e02b8d/DecoratedField.java/buggy/bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/DecoratedField.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1089,
3367,
12961,
12,
474,
770,
16,
2286,
7859,
367,
751,
2109,
751,
13,
288,
202,
202,
30079,
14224,
273,
261,
30079,
13,
3325,
18,
588,
3744,
751,
5621,
202,
202,
474... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1089,
3367,
12961,
12,
474,
770,
16,
2286,
7859,
367,
751,
2109,
751,
13,
288,
202,
202,
30079,
14224,
273,
261,
30079,
13,
3325,
18,
588,
3744,
751,
5621,
202,
202,
474... |
isDragging = false; | public void mousePressed(MouseEvent event) { // Check to see that the slider is enabled before proceeeding. if (!slider.isEnabled()) return; // Get mouse x, y positions. currentMouseX = event.getX(); currentMouseY = event.getY(); // If the slider has {@link #setFocusEnabled} true then // request ... | 55636 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55636/1c6472710140ce7700bb1cb3c30b584ae3057a53/OneKnobSliderUI.java/clean/SRC/org/openmicroscopy/shoola/util/ui/slider/OneKnobSliderUI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
918,
7644,
24624,
12,
9186,
1133,
871,
13,
3196,
202,
95,
1082,
202,
759,
2073,
358,
2621,
716,
326,
18442,
353,
3696,
1865,
450,
311,
73,
329,
310,
18,
1875,
202,
430,
16051... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7644,
24624,
12,
9186,
1133,
871,
13,
3196,
202,
95,
1082,
202,
759,
2073,
358,
2621,
716,
326,
18442,
353,
3696,
1865,
450,
311,
73,
329,
310,
18,
1875,
202,
430,
16051... | |
return value == null ? defaultValue : Long.parseLong(value); | if (value == null) { return defaultValue; } try { return Long.parseLong(value); } catch (NumberFormatException e) { throw (NumberFormatException) new NumberFormatException( "The value of the " + name + " property must be a valid " + "long: \"" + value + "\"").initCause(e); } | public static long getLongProperty( Properties properties, String name, long defaultValue) { String value = properties.getProperty(name); return value == null ? defaultValue : Long.parseLong(value); } | 55380 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55380/3be8ecaaa7c3a5e0596ab32fe08bd5a1b114ec27/PropertiesUtil.java/buggy/src/server/j2se/com/sun/sgs/impl/util/PropertiesUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1525,
11105,
1396,
12,
202,
2297,
1790,
16,
514,
508,
16,
1525,
4593,
13,
565,
288,
202,
780,
460,
273,
1790,
18,
588,
1396,
12,
529,
1769,
202,
430,
261,
1132,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1525,
11105,
1396,
12,
202,
2297,
1790,
16,
514,
508,
16,
1525,
4593,
13,
565,
288,
202,
780,
460,
273,
1790,
18,
588,
1396,
12,
529,
1769,
202,
430,
261,
1132,
422,
446,
1... |
} catch(ArrayIndexOutOfBoundsException aioobe) { setRow(getRow() + 1); } | } catch(ArrayIndexOutOfBoundsException aioobe) { setRow(getRow() + 1); } | public void mOneRowMinus() { if(getRow() >= 0) { if(getRow() > 0) { setRow(getRow() - 1); } setAtEnd(false); try {// setAllVariables(); table.changeSelection(getRow(), 2, false, false); } catch(ArrayIndexOutO... | 12667 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12667/355f2fb7070ecb8a0f602a1fa44e0f58ef00fb55/FrmCopiuri.java/buggy/src/imakante/sales/FrmCopiuri.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
225,
918,
312,
3335,
1999,
18434,
1435,
288,
3639,
309,
12,
588,
1999,
1435,
1545,
374,
13,
288,
5411,
309,
12,
588,
1999,
1435,
405,
374,
13,
288,
7734,
444,
1999,
12,
588,
1999,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
225,
918,
312,
3335,
1999,
18434,
1435,
288,
3639,
309,
12,
588,
1999,
1435,
1545,
374,
13,
288,
5411,
309,
12,
588,
1999,
1435,
405,
374,
13,
288,
7734,
444,
1999,
12,
588,
1999,... |
setVisible(false); | dispose(); | private void closeOrKeepDialog() { if(keepDialog.isSelected()) return; else { GUIUtilities.saveGeometry(this,"search"); setVisible(false); } } | 8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/e558666642895259956d98b00ac352973beb1d14/SearchDialog.java/buggy/org/gjt/sp/jedit/search/SearchDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1746,
1162,
11523,
6353,
1435,
202,
95,
202,
202,
430,
12,
10102,
6353,
18,
291,
7416,
10756,
1082,
202,
2463,
31,
202,
202,
12107,
202,
202,
95,
1082,
202,
43,
5370,
11... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1746,
1162,
11523,
6353,
1435,
202,
95,
202,
202,
430,
12,
10102,
6353,
18,
291,
7416,
10756,
1082,
202,
2463,
31,
202,
202,
12107,
202,
202,
95,
1082,
202,
43,
5370,
11... |
runtime.getRubyClass()); | (ArrayStack)threadContext.getClassStack().clone()); | public void visitDefsNode(DefsNode iVisited) { IRubyObject receiver = eval(iVisited.getReceiverNode()); if (runtime.getSafeLevel() >= 4 && !receiver.isTaint()) { throw new SecurityError(runtime, "Insecure; can't define singleton method."); } if (receiver.isFrozen()) { ... | 45753 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45753/7fd129dfcc9660fb6d3c382cc48a2692d03890ca/EvaluateVisitor.java/clean/src/org/jruby/evaluator/EvaluateVisitor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3757,
14554,
907,
12,
14554,
907,
277,
30019,
13,
288,
3639,
15908,
10340,
921,
5971,
273,
5302,
12,
77,
30019,
18,
588,
12952,
907,
10663,
3639,
309,
261,
9448,
18,
588,
9890,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3757,
14554,
907,
12,
14554,
907,
277,
30019,
13,
288,
3639,
15908,
10340,
921,
5971,
273,
5302,
12,
77,
30019,
18,
588,
12952,
907,
10663,
3639,
309,
261,
9448,
18,
588,
9890,... |
waitForIndexer(fPdom, file, MAX_TIME_INDEXER); | waitForIndexer(fIndex, file, MAX_TIME_INDEXER); | public void _testAutomaticConstructor_156668() throws Exception { String content = readTaggedComment("testAutomaticConstructor"); IFile file= createFile(getProject(), "testConstructor.cpp", content); waitForIndexer(fPdom, file, MAX_TIME_INDEXER); IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWi... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/f5a4ba1d7638b16bde80c2f1086c78aa03af1f90/BasicCppCallHierarchyTest.java/clean/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/callhierarchy/BasicCppCallHierarchyTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
389,
3813,
7150,
4941,
6293,
67,
3600,
6028,
9470,
1435,
1216,
1185,
288,
202,
202,
780,
913,
273,
855,
18674,
4469,
2932,
3813,
7150,
4941,
6293,
8863,
202,
202,
45,
812,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
389,
3813,
7150,
4941,
6293,
67,
3600,
6028,
9470,
1435,
1216,
1185,
288,
202,
202,
780,
913,
273,
855,
18674,
4469,
2932,
3813,
7150,
4941,
6293,
8863,
202,
202,
45,
812,
... |
if (option.equals("-getRevisionNamesFromFilenames")) { | if (option.equals("-overrideRevisionNames")) { | protected void handleOption(String option, String optionExtraPart) throws IOException { if (option.equals("-getRevisionNamesFromFilenames")) { if (optionExtraPart.length() == 0) getRevisionNamesFromFiles = true; else getRevisionNamesFromFiles = Boolean.parseBoolean(optionExtraPart); } else t... | 10715 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10715/eefb9576df97ca214907a2f7ca1cb2564095f837/Update.java/clean/findbugs/src/java/edu/umd/cs/findbugs/workflow/Update.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1117,
918,
1640,
1895,
12,
780,
1456,
16,
514,
1456,
7800,
1988,
13,
9506,
202,
15069,
1860,
288,
1082,
202,
430,
261,
3482,
18,
14963,
2932,
17,
588,
7939,
1557,
1265,
25579,
6809,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
1640,
1895,
12,
780,
1456,
16,
514,
1456,
7800,
1988,
13,
9506,
202,
15069,
1860,
288,
1082,
202,
430,
261,
3482,
18,
14963,
2932,
17,
588,
7939,
1557,
1265,
25579,
6809,... |
al.sourcefv(source[0],AL.POSITION,Sys.getDirectBufferAddress(source0Pos)); | al.sourcefv(source.getInt(4*0),AL.POSITION,Sys.getDirectBufferAddress(source0Pos)); | protected void i_GainTest() { int error; int[] source = new int[2]; int ch = -1; ByteBuffer source0Pos = ByteBuffer.allocateDirect(12); source0Pos.order(ByteOrder.nativeOrder()); source0Pos.putFloat(2.0f); source0Pos.putFloat(0.0f); source0Po... | 5076 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5076/f85aaf6b019e121ae356134303adfe86ac9476bb/ALTest.java/clean/src/java/org/lwjgl/openal/test/ALTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
277,
67,
43,
530,
4709,
1435,
288,
3639,
509,
377,
555,
31,
3639,
509,
8526,
282,
1084,
273,
394,
509,
63,
22,
15533,
3639,
509,
377,
462,
273,
300,
21,
31,
7734,
7400,
108... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
277,
67,
43,
530,
4709,
1435,
288,
3639,
509,
377,
555,
31,
3639,
509,
8526,
282,
1084,
273,
394,
509,
63,
22,
15533,
3639,
509,
377,
462,
273,
300,
21,
31,
7734,
7400,
108... |
TinyWindowUI(TinyWindow window, BufferedImage image) | public TinyWindowUI(TinyWindow window, BufferedImage image) | TinyWindowUI(TinyWindow window, BufferedImage image) { if (window == null) throw new NullPointerException("No window."); this.window = window; titleBar = new TitleBar(window.getTitle()); canvas = new ThumbnailCanvas(image); makeBorders(); makeComponentsSize(image); ... | 54698 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54698/11fc11c4e769e382f5279d4e21088d468940d1b6/TinyWindowUI.java/clean/SRC/org/openmicroscopy/shoola/agents/hiviewer/twindow/TinyWindowUI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
399,
11652,
3829,
5370,
12,
56,
11652,
3829,
2742,
16,
12362,
1316,
13,
565,
288,
3639,
309,
261,
5668,
422,
446,
13,
604,
394,
10108,
2932,
2279,
2742,
1199,
1769,
3639,
333,
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,
399,
11652,
3829,
5370,
12,
56,
11652,
3829,
2742,
16,
12362,
1316,
13,
565,
288,
3639,
309,
261,
5668,
422,
446,
13,
604,
394,
10108,
2932,
2279,
2742,
1199,
1769,
3639,
333,
18,
... |
public boolean addTaxa(int starting, int num){ setDirty(true); if (starting<0) starting = -1; else if (starting>=numTaxa) starting = numTaxa-1; int newNumTaxa = numTaxa + num; try { incrementStatesVersion(); if (usingShortMatrix()){ short shortUnassigned = CategoricalState.compressToShort(getDefaultS... | 56479 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56479/f13d81739af31354f83b14c9490772258666d61b/CategoricalData.java/clean/Source/mesquite/categ/lib/CategoricalData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
527,
7731,
69,
12,
474,
5023,
16,
509,
818,
15329,
202,
202,
542,
10785,
12,
3767,
1769,
202,
202,
430,
261,
18526,
32,
20,
13,
1082,
202,
18526,
273,
300,
21,
31,
202... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
527,
7731,
69,
12,
474,
5023,
16,
509,
818,
15329,
202,
202,
542,
10785,
12,
3767,
1769,
202,
202,
430,
261,
18526,
32,
20,
13,
1082,
202,
18526,
273,
300,
21,
31,
202... | ||
private Set<IFile> cleanupAllGeneratedFilesForParent( IFile parent ) | private Set<IFile> cleanupAllGeneratedFilesForParent( IFile parent, ICompilationUnit parentCompilationUnit ) | private Set<IFile> cleanupAllGeneratedFilesForParent( IFile parent ) { GeneratedFileManager gfm = GeneratedFileManager.getGeneratedFileManager( parent.getProject() ); Set<IFile> lastGeneratedFiles = gfm.getGeneratedFilesForParent( parent ); return cleanupNoLongerGeneratedFiles( parent, lastGeneratedFiles, Collectio... | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/1604c4cb884aee860a1cc5ef654a628a5e36afd0/APTDispatchRunnable.java/buggy/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/APTDispatchRunnable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
1000,
32,
45,
812,
34,
6686,
1595,
7823,
2697,
20374,
12,
467,
812,
982,
262,
202,
95,
202,
202,
7823,
812,
1318,
13828,
81,
273,
11025,
812,
1318,
18,
588,
7823,
812,
1318,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1000,
32,
45,
812,
34,
6686,
1595,
7823,
2697,
20374,
12,
467,
812,
982,
262,
202,
95,
202,
202,
7823,
812,
1318,
13828,
81,
273,
11025,
812,
1318,
18,
588,
7823,
812,
1318,
... |
return sendRequestToSlave(defaultSlaveURL, new RunRequest(job)); | return sendRequestToSlave(job.getSlaveURL(), new RunRequest(job)); | protected JobTimings runJob(Job job) { return sendRequestToSlave(defaultSlaveURL, new RunRequest(job)); } | 3806 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3806/96f752d06dba37742f7716ee54f31f1982df763e/PerfRunner.java/clean/tests/src/org/jboss/test/messaging/jms/perf/PerfRunner.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
4750,
3956,
10178,
899,
1086,
2278,
12,
2278,
1719,
13,
282,
288,
1377,
327,
12413,
774,
20302,
12,
4688,
18,
588,
20302,
1785,
9334,
394,
1939,
691,
12,
4688,
10019,
282,
289,
2,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
4750,
3956,
10178,
899,
1086,
2278,
12,
2278,
1719,
13,
282,
288,
1377,
327,
12413,
774,
20302,
12,
4688,
18,
588,
20302,
1785,
9334,
394,
1939,
691,
12,
4688,
10019,
282,
289,
2,
-100,
... |
String hasFilterParam = (String) session.getValue("filterparameter"); template.setData("filternumber","0"); | String hasFilterParam = (String) session.getValue("filterparameter"); template.setData("filternumber","0"); | public byte[] getContent(CmsObject cms, String templateFile, String elementName, Hashtable parameters, String templateSelector) throws CmsException { //return var byte[] returnProcess = null; String error=""; // the CD to be used A_CmsContentDefinition cd=null; // session will be created ... | 51784 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51784/608a6c7da3a21b6fd20069a5c4071d0b5686024f/A_CmsBackoffice.java/buggy/src/com/opencms/defaults/A_CmsBackoffice.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
1160,
8526,
5154,
12,
4747,
921,
6166,
16,
514,
28215,
16,
514,
14453,
16,
18559,
1472,
16,
514,
1542,
4320,
13,
1216,
11228,
288,
565,
368,
2463,
569,
565,
1160,
8526,
327,
2227,
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,
1071,
1160,
8526,
5154,
12,
4747,
921,
6166,
16,
514,
28215,
16,
514,
14453,
16,
18559,
1472,
16,
514,
1542,
4320,
13,
1216,
11228,
288,
565,
368,
2463,
569,
565,
1160,
8526,
327,
2227,
273,
... |
Runner[] runners = new Runner[] { new Transactional2PCSender("prod1", sessSend, prod, NUM_PERSISTENT_MESSAGES, 100, 33), new RecoveringReceiver(sessReceive, cons, NUM_PERSISTENT_MESSAGES, 100, 67, true) }; | Runner[] runners = new Runner[] { new Transactional2PCSender("prod1", sessSend, prod, NUM_NON_PERSISTENT_MESSAGES, 100, 33), new RecoveringReceiver(sessReceive, cons, NUM_NON_PERSISTENT_MESSAGES, 100, 67, true) }; | public void test_Simple_XNP_LCA() throws Exception { Connection conn = cf.createConnection(); conn.start(); XASession sessSend = ((XAConnection)conn).createXASession(); Session sessReceive = conn.createSession(false, Session.CLIENT_ACKNOWLEDGE); MessageConsumer cons = sessRecei... | 3806 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3806/854a630fe1e9177482e054121f2fd66ee7f5e035/StressQueueSameConnection.java/clean/tests/src/org/jboss/test/messaging/jms/stress/StressQueueSameConnection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
918,
1842,
67,
5784,
67,
60,
23430,
67,
48,
3587,
1435,
1216,
1185,
282,
288,
1377,
4050,
1487,
273,
6080,
18,
2640,
1952,
5621,
1377,
1487,
18,
1937,
5621,
5411,
12410,
2157,
8451,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1842,
67,
5784,
67,
60,
23430,
67,
48,
3587,
1435,
1216,
1185,
282,
288,
1377,
4050,
1487,
273,
6080,
18,
2640,
1952,
5621,
1377,
1487,
18,
1937,
5621,
5411,
12410,
2157,
8451,... |
return RubyFixnum.newFixnum(runtime, value == null ? 0 : value.hashCode()); | return getRuntime().newFixnum(value == null ? 0 : value.hashCode()); | public RubyFixnum hash() { return RubyFixnum.newFixnum(runtime, value == null ? 0 : value.hashCode()); } | 45221 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45221/870e1da9b41bfdbae259e1fc5f18fc8b76686998/JavaObject.java/buggy/src/org/jruby/javasupport/JavaObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
8585,
2107,
1651,
1435,
288,
3639,
327,
18814,
7675,
2704,
8585,
2107,
12,
1132,
422,
446,
692,
374,
294,
460,
18,
2816,
1085,
10663,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
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,
19817,
8585,
2107,
1651,
1435,
288,
3639,
327,
18814,
7675,
2704,
8585,
2107,
12,
1132,
422,
446,
692,
374,
294,
460,
18,
2816,
1085,
10663,
565,
289,
2,
-100,
-100,
-100,
-100,
-10... |
(2000 * 3600, "Asia/Jerusalem", Calendar.APRIL, 1, 0, 1000 * 3600, Calendar.OCTOBER, 1, 0, 1000 * 3600); timezones0.put("Asia/Jerusalem", tz); tz = new SimpleTimeZone | static synchronized HashMap timezones() { if (timezones0 == null) { HashMap timezones = new HashMap(); timezones0 = timezones; TimeZone tz; // Automatically generated by scripts/timezones.pl // XXX - Should we read this data from a file? tz = new SimpleTimeZone(-11000 * 3600, "MIT"); timezones0.put("MIT", t... | 45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/98873fd331a0aa1919d4e6e1bcd20261bf760cd8/TimeZone.java/buggy/libraries/javalib/java/util/TimeZone.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
760,
3852,
4317,
25954,
1435,
225,
288,
565,
309,
261,
957,
14203,
20,
422,
446,
13,
4202,
288,
202,
8658,
25954,
273,
394,
4317,
5621,
202,
957,
14203,
20,
273,
25954,
31,
202,
16760,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
760,
3852,
4317,
25954,
1435,
225,
288,
565,
309,
261,
957,
14203,
20,
422,
446,
13,
4202,
288,
202,
8658,
25954,
273,
394,
4317,
5621,
202,
957,
14203,
20,
273,
25954,
31,
202,
16760,
... | |
if (UNIPROT_TERM==null) UNIPROT_TERM = RichObjectFactory.getDefaultOntology().getOrCreateTerm("UNIPROT"); | if (UNIPROT_TERM==null) UNIPROT_TERM = RichObjectFactory.getDefaultOntology().getOrCreateTerm("UniProt"); | public static ComparableTerm getUniProtTerm() { if (UNIPROT_TERM==null) UNIPROT_TERM = RichObjectFactory.getDefaultOntology().getOrCreateTerm("UNIPROT"); return UNIPROT_TERM; } | 50397 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50397/9a08dcdce52ccb6ce2b6f8255b4d6973a9950264/UniProtFormat.java/buggy/src/org/biojavax/bio/seq/io/UniProtFormat.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
760,
13633,
4065,
10833,
77,
21189,
4065,
1435,
288,
5411,
309,
261,
2124,
2579,
1457,
56,
67,
15176,
631,
2011,
13,
5019,
2579,
1457,
56,
67,
15176,
273,
534,
1354,
921,
1733,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
760,
13633,
4065,
10833,
77,
21189,
4065,
1435,
288,
5411,
309,
261,
2124,
2579,
1457,
56,
67,
15176,
631,
2011,
13,
5019,
2579,
1457,
56,
67,
15176,
273,
534,
1354,
921,
1733,
18,
... |
code.put4 (start_offset); | code.put4 (delta); | public void emit_wide (CodeAttr code, int start_offset) { int delta = 1 - code.PC; if (defined ()) delta += position; else add_wide_fixup (code.PC); code.put4 (start_offset); } | 41089 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/41089/acc298632a55e42cc6489d87877353f0ddc722a7/Label.java/buggy/gnu/bytecode/Label.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
3626,
67,
26767,
261,
1085,
3843,
981,
16,
509,
787,
67,
3348,
13,
225,
288,
565,
509,
3622,
273,
404,
300,
981,
18,
3513,
31,
565,
309,
261,
2178,
1832,
13,
1377,
3622,
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,
282,
1071,
918,
3626,
67,
26767,
261,
1085,
3843,
981,
16,
509,
787,
67,
3348,
13,
225,
288,
565,
509,
3622,
273,
404,
300,
981,
18,
3513,
31,
565,
309,
261,
2178,
1832,
13,
1377,
3622,
10... |
}); } | } | public void applyFix(final Project project, ProblemDescriptor descriptor) { final IntroduceConstantHandler handler = new IntroduceConstantHandler() { protected OccurenceManager createOccurenceManager(PsiExpression selectedExpr, PsiClass parentClass) { final OccurenceFilter filter = new ... | 17306 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17306/fb9e7f27d823790f3c9c5f2898aaf57207d3c5d0/DuplicateStringLiteralInspection.java/clean/source/com/intellij/codeInspection/duplicateStringLiteral/DuplicateStringLiteralInspection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
1071,
918,
2230,
8585,
12,
6385,
5420,
1984,
16,
21685,
3187,
4950,
13,
288,
3639,
727,
3094,
303,
2544,
311,
6902,
1503,
1838,
273,
394,
3094,
303,
2544,
311,
6902,
1503,
1435,
288,
185... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
1071,
918,
2230,
8585,
12,
6385,
5420,
1984,
16,
21685,
3187,
4950,
13,
288,
3639,
727,
3094,
303,
2544,
311,
6902,
1503,
1838,
273,
394,
3094,
303,
2544,
311,
6902,
1503,
1435,
288,
185... |
obj, RubyString.newString(runtime, obj.getClass().getName()) | obj, runtime.newString(obj.getClass().getName()) | public Object call(Object recv, String method, Object[] args) throws BSFException { try { IRubyObject rubyRecv = recv != null ? JavaUtil.convertJavaToRuby(runtime, recv) : runtime.getTopSelf(); IRubyObject[] rubyArgs = JavaUtil.convertJavaArrayToRuby(runtime, args); // Create... | 46258 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46258/870e1da9b41bfdbae259e1fc5f18fc8b76686998/JRubyEngine.java/clean/src/org/jruby/javasupport/bsf/JRubyEngine.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
745,
12,
921,
10665,
16,
514,
707,
16,
1033,
8526,
833,
13,
1216,
605,
22395,
503,
288,
3639,
775,
288,
5411,
15908,
10340,
921,
22155,
28470,
273,
10665,
480,
446,
692,
5110,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
745,
12,
921,
10665,
16,
514,
707,
16,
1033,
8526,
833,
13,
1216,
605,
22395,
503,
288,
3639,
775,
288,
5411,
15908,
10340,
921,
22155,
28470,
273,
10665,
480,
446,
692,
5110,... |
return m_securityManager.readGroup(m_context, groupName); | return m_securityManager.readGroup(m_context, project); | public CmsGroup readGroup(String groupName) throws CmsException { return m_securityManager.readGroup(m_context, groupName); } | 8585 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8585/0abaf9e2cd7b40be6257fbe506683783295516ca/CmsObject.java/buggy/src/org/opencms/file/CmsObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2149,
1114,
855,
1114,
12,
780,
11619,
13,
1216,
11228,
288,
3639,
327,
312,
67,
7462,
1318,
18,
896,
1114,
12,
81,
67,
2472,
16,
1984,
1769,
565,
289,
2,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2149,
1114,
855,
1114,
12,
780,
11619,
13,
1216,
11228,
288,
3639,
327,
312,
67,
7462,
1318,
18,
896,
1114,
12,
81,
67,
2472,
16,
1984,
1769,
565,
289,
2,
-100,
-100,
-100,
-100,
... |
case SWT.ARROW_DOWN : | case SWT.ARROW_DOWN: | protected boolean handleKeyDown(KeyEvent e) { setAutoexposeHelper(null); if (acceptArrowKey(e)) { accStepIncrement(); if (stateTransition(STATE_INITIAL, STATE_ACCESSIBLE_DRAG_IN_PROGRESS)) setStartLocation(getLocation()); switch (e.keyCode) { case SWT.ARROW_DOWN : placeMouseInViewer(getLocation().getTranslate... | 11225 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11225/d344d234614984b3a069cc8cbe9901230103870e/DragEditPartsTracker.java/clean/org.eclipse.gef/src/org/eclipse/gef/tools/DragEditPartsTracker.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
1250,
1640,
653,
4164,
12,
653,
1133,
425,
13,
288,
202,
542,
4965,
338,
4150,
2276,
12,
2011,
1769,
202,
430,
261,
9436,
18691,
653,
12,
73,
3719,
288,
202,
202,
8981,
4160,
10798,
56... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
1250,
1640,
653,
4164,
12,
653,
1133,
425,
13,
288,
202,
542,
4965,
338,
4150,
2276,
12,
2011,
1769,
202,
430,
261,
9436,
18691,
653,
12,
73,
3719,
288,
202,
202,
8981,
4160,
10798,
56... |
Object next = it.next(); if(!ModelFacade.isAAbstraction(next)) list.add(next); } | Object next = it.next(); if (!ModelFacade.isAAbstraction(next)) list.add(next); } | public Collection getChildren(Object parent) { if ( parent instanceof IncomingDependencyNode) { List list = new ArrayList(); Iterator it = ModelFacade.getSupplierDependencies(((IncomingDependencyNode)parent).getParent()).iterator(); while(it.hasNext()){ ... | 7166 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7166/ca3bcb5d6dd283c4553bcbfe50b108dc5d499768/GoSummaryToIncomingDependency.java/buggy/src_new/org/argouml/uml/diagram/static_structure/ui/GoSummaryToIncomingDependency.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2200,
10268,
12,
921,
982,
13,
288,
1377,
309,
261,
982,
1276,
26437,
7787,
907,
13,
288,
10792,
987,
666,
273,
394,
2407,
5621,
10792,
4498,
518,
273,
3164,
12467,
18,
588,
13254,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2200,
10268,
12,
921,
982,
13,
288,
1377,
309,
261,
982,
1276,
26437,
7787,
907,
13,
288,
10792,
987,
666,
273,
394,
2407,
5621,
10792,
4498,
518,
273,
3164,
12467,
18,
588,
13254,
... |
debug = "get cell #" + i; | private Row fillRow(Row baserow, int startcolumn, ExcelInputRow excelInputRow) throws KettleException { debug = "fillRow start"; Row r = new Row(baserow); // Keep track whether or not we handled an error for this line yet. boolean errorHandled = false; // Set values in the row... for (int i = startcolumn; i < ex... | 9547 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9547/3f39d037ba2ddf06fc422d6ae1f3add16df6eae5/ExcelInput.java/buggy/src/be/ibridge/kettle/trans/step/excelinput/ExcelInput.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
6556,
3636,
1999,
12,
1999,
2580,
264,
543,
16,
509,
787,
2827,
16,
17674,
1210,
1999,
22011,
1210,
1999,
13,
1216,
1475,
278,
5929,
503,
202,
95,
202,
202,
4148,
273,
315,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
6556,
3636,
1999,
12,
1999,
2580,
264,
543,
16,
509,
787,
2827,
16,
17674,
1210,
1999,
22011,
1210,
1999,
13,
1216,
1475,
278,
5929,
503,
202,
95,
202,
202,
4148,
273,
315,
5... | |
protected static Date fromDosTime(ZipLong l) { long dosTime = l.getValue(); Calendar cal = Calendar.getInstance(); cal.set(Calendar.YEAR, (int) ((dosTime >> 25) & 0x7f) + 1980); cal.set(Calendar.MONTH, (int) ((dosTime >> 21) & 0x0f) - 1); cal.set(Calendar.DATE, (int) (dosTime >> 16) & 0x1f); cal.set(Calendar.HOUR_OF_DA... | protected static Date fromDosTime(ZipLong zipDosTime) { long dosTime = zipDosTime.getValue(); return new Date(dosToJavaTime(dosTime)); | protected static Date fromDosTime(ZipLong l) { long dosTime = l.getValue(); Calendar cal = Calendar.getInstance(); cal.set(Calendar.YEAR, (int) ((dosTime >> 25) & 0x7f) + 1980); cal.set(Calendar.MONTH, (int) ((dosTime >> 21) & 0x0f) - 1); cal.set(Calendar.DATE, (int) (dosTime >> 1... | 639 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/639/a05d1f12196d34b23d4ab80c3598f6fb63410ac5/ZipFile.java/clean/src/main/org/apache/tools/zip/ZipFile.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
760,
2167,
628,
40,
538,
950,
12,
9141,
3708,
328,
13,
288,
3639,
1525,
16153,
950,
273,
328,
18,
24805,
5621,
3639,
5542,
1443,
273,
5542,
18,
588,
1442,
5621,
3639,
1443,
18,
54... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
760,
2167,
628,
40,
538,
950,
12,
9141,
3708,
328,
13,
288,
3639,
1525,
16153,
950,
273,
328,
18,
24805,
5621,
3639,
5542,
1443,
273,
5542,
18,
588,
1442,
5621,
3639,
1443,
18,
54... |
throw new DomEx(DomEx.NOT_FOUND_ERR, null, node, 0); | throw new DomDOMException(DOMException.NOT_FOUND_ERR, null, node, 0); | public Attr removeAttributeNode(Attr node) { if (attributes == null) { throw new DomEx(DomEx.NOT_FOUND_ERR, null, node, 0); } return (Attr) attributes.removeNamedItem(node.getNodeName()); } | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/bdd0bca7f46f1e8a19b790749e32f82de6de3685/DomElement.java/clean/core/src/classpath/gnu/gnu/xml/dom/DomElement.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
11289,
18831,
907,
12,
3843,
756,
13,
225,
288,
565,
309,
261,
4350,
422,
446,
13,
1377,
288,
3639,
604,
394,
12965,
8168,
503,
12,
8168,
503,
18,
4400,
67,
9294,
67,
9712,
16,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
11289,
18831,
907,
12,
3843,
756,
13,
225,
288,
565,
309,
261,
4350,
422,
446,
13,
1377,
288,
3639,
604,
394,
12965,
8168,
503,
12,
8168,
503,
18,
4400,
67,
9294,
67,
9712,
16,
... |
private Link getLink(String text, int PageId, int parentPageID, boolean addParentID, boolean isSubPage) { Link L = new Link(text); if (_styles) { if (isSubPage && _subStyles) { if (PageId == currentPageId) L.setStyle(_subHoverName); else L.setStyle(_subName); } else { if (PageId == currentPage... | 14023 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14023/538f9b6006362b4344ab71a8faa0d7405812fbe9/NavigationMenu.java/buggy/src/java/com/idega/block/navigation/presentation/NavigationMenu.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
2098,
588,
2098,
12,
780,
955,
16,
474,
23053,
16,
474,
2938,
1964,
734,
16,
6494,
1289,
29586,
16,
6494,
291,
1676,
1964,
15329,
202,
202,
2098,
48,
33,
2704,
2098,
12,
955,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2098,
588,
2098,
12,
780,
955,
16,
474,
23053,
16,
474,
2938,
1964,
734,
16,
6494,
1289,
29586,
16,
6494,
291,
1676,
1964,
15329,
202,
202,
2098,
48,
33,
2704,
2098,
12,
955,... | ||
workbench.close(); | closing = true; for (Iterator iterator = dialogs.iterator(); iterator.hasNext();) { InternalErrorDialog dialog = (InternalErrorDialog)iterator.next(); if(dialog != null && dialog.getShell() != null && !dialog.getShell().isDisposed()) dialog.close(); } workbench.close(IPlatformRunnable.EXIT_OK,true); | private void closeWorkbench() { try { workbench.close(); } catch (RuntimeException th) { /* It may not be possible to show the inform the user about this exception we may not * have more memory or OS handles etc. */ System.err.println("Another fatal error happened while closing the workbench."); //$NON-NLS-1$ th... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/85910d92d3cb65927e3fc885b355337406f3c722/ExceptionHandler.java/clean/bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ExceptionHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
918,
1746,
2421,
22144,
1435,
288,
202,
698,
288,
202,
202,
1252,
22144,
18,
4412,
5621,
202,
97,
1044,
261,
11949,
286,
13,
288,
202,
202,
20308,
2597,
2026,
486,
506,
3323,
358,
2405,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
918,
1746,
2421,
22144,
1435,
288,
202,
698,
288,
202,
202,
1252,
22144,
18,
4412,
5621,
202,
97,
1044,
261,
11949,
286,
13,
288,
202,
202,
20308,
2597,
2026,
486,
506,
3323,
358,
2405,
... |
textIconGap = 0; iconR.width = 0; iconR.height = 0; | if (c.getComponentOrientation() == ComponentOrientation.RIGHT_TO_LEFT) horizontalTextPosition = RIGHT; else horizontalTextPosition = LEFT; | public static String layoutCompoundLabel(FontMetrics fm, String text, Icon icon, int verticalAlignment, int horizontalAlignment, ... | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/2d7debfa0b9e176eb89b1dd2089f53cb5079cc16/SwingUtilities.java/buggy/core/src/classpath/javax/javax/swing/SwingUtilities.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
514,
3511,
16835,
2224,
12,
5711,
5653,
10940,
16,
4766,
6647,
514,
977,
16,
4766,
6647,
16011,
4126,
16,
4766,
6647,
509,
9768,
11535,
16,
4766,
6647,
509,
10300,
11535,
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,
760,
514,
3511,
16835,
2224,
12,
5711,
5653,
10940,
16,
4766,
6647,
514,
977,
16,
4766,
6647,
16011,
4126,
16,
4766,
6647,
509,
9768,
11535,
16,
4766,
6647,
509,
10300,
11535,
16,
4... |
bufferPool[ i ] = new ArrayList(); | bufferPool[ i ] = new ArrayList(); | private synchronized void singletonConfigure(Configuration configuration) throws ConfigurationException { time = configuration.getAttributeAsInteger("jacorb.bufferManagerMaxFlush", 0); MAX = configuration.getAttributeAsInteger("jacorb.maxManagedBufSize", 18); bufferPo... | 46355 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46355/124f924aa38dc69e5384abbc34d818872107cef3/BufferManager.java/buggy/src/org/jacorb/orb/BufferManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
3852,
918,
6396,
11207,
12,
1750,
1664,
13,
3639,
1216,
22196,
565,
288,
3639,
813,
273,
2398,
1664,
18,
588,
24433,
4522,
2932,
31390,
16640,
18,
4106,
1318,
2747,
8207,
3113,
374,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
3852,
918,
6396,
11207,
12,
1750,
1664,
13,
3639,
1216,
22196,
565,
288,
3639,
813,
273,
2398,
1664,
18,
588,
24433,
4522,
2932,
31390,
16640,
18,
4106,
1318,
2747,
8207,
3113,
374,
... |
ruby.getScope().setLocalNames(body.getLocalNames()); | ruby.getScope().resetLocalVariables(body.getLocalNames()); | public IRubyObject call(Ruby ruby, IRubyObject receiver, String name, IRubyObject[] args, boolean noSuper) { RubyProc optionalBlockArg = null; if (argsNode.getBlockArgNode() != null && ruby.isBlockGiven()) { optionalBlockArg = RubyProc.newProc(ruby); } ruby.getScope().push(); ... | 47134 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47134/6e143e1ded2275ed4da3449d4a13446b099f800d/DefaultMethod.java/buggy/src/org/jruby/internal/runtime/methods/DefaultMethod.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15908,
10340,
921,
745,
12,
54,
10340,
22155,
16,
15908,
10340,
921,
5971,
16,
514,
508,
16,
15908,
10340,
921,
8526,
833,
16,
1250,
1158,
8051,
13,
288,
3639,
19817,
15417,
3129,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15908,
10340,
921,
745,
12,
54,
10340,
22155,
16,
15908,
10340,
921,
5971,
16,
514,
508,
16,
15908,
10340,
921,
8526,
833,
16,
1250,
1158,
8051,
13,
288,
3639,
19817,
15417,
3129,
1... |
if ( ch == '?' ) { lastProposals = getParameterCompletionProposals( viewer, offset ); return lastProposals; } else if ( ch == '.' ) | if ( ch == '.' ) | public ICompletionProposal[] computeCompletionProposals( ITextViewer viewer, int offset ) { try { if ( offset > viewer.getTopIndexStartOffset( ) ) { //Check the character before the offset char ch = viewer.getDocument( ).getChar( offset - 1 ); //If this is a ? then get the list of parameters if ( c... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/a55b8e0bdebeaddfcc6de7053ea057f37660876e/JdbcSQLContentAssistProcessor.java/buggy/data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/JdbcSQLContentAssistProcessor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
11238,
14592,
8526,
3671,
11238,
626,
22536,
12,
1082,
202,
1285,
408,
18415,
14157,
16,
509,
1384,
262,
202,
95,
202,
202,
698,
202,
202,
95,
1082,
202,
430,
261,
1384,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
11238,
14592,
8526,
3671,
11238,
626,
22536,
12,
1082,
202,
1285,
408,
18415,
14157,
16,
509,
1384,
262,
202,
95,
202,
202,
698,
202,
202,
95,
1082,
202,
430,
261,
1384,
... |
MockRepositoryQueryLayer queryLayer = new MockRepositoryQueryLayer(); queryLayer.addReturnValue( ARTIFACT_FOUND ); Dependency dependency = new Dependency(); setRequiredElements( dependency, VALID, VALID, VALID ); model.addDependency( dependency ); queryLayer.addReturnValue( ARTIFACT_FOUND ); model.addDependency( depen... | Artifact artifact = createValidArtifact(); processor.processArtifact( model, artifact, reporter, repository ); | public void testValidArtifactWithAnInvalidDependency() { MockArtifactFactory artifactFactory = new MockArtifactFactory(); processor.setArtifactFactory( artifactFactory ); MockRepositoryQueryLayer queryLayer = new MockRepositoryQueryLayer(); queryLayer.addReturnValue( ARTIFACT_FOUND );... | 47019 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47019/3647c95d63a9889abeac4ff19b6dc271d21d6c61/ArtifactReportProcessorTest.java/buggy/archiva-reports-standard/src/test/java/org/apache/maven/archiva/reporting/ArtifactReportProcessorTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
1556,
7581,
1190,
979,
1941,
7787,
1435,
565,
288,
3639,
7867,
7581,
1733,
6462,
1733,
273,
394,
7867,
7581,
1733,
5621,
3639,
6659,
18,
542,
7581,
1733,
12,
6462,
1733,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1556,
7581,
1190,
979,
1941,
7787,
1435,
565,
288,
3639,
7867,
7581,
1733,
6462,
1733,
273,
394,
7867,
7581,
1733,
5621,
3639,
6659,
18,
542,
7581,
1733,
12,
6462,
1733,
... |
channel.write(buffer); | while(buffer.hasRemaining()) channel.write(buffer); | public void run () { if ( getCommand() == null ) throw new IllegalArgumentException("Given command is null!"); if ( getSocketProvider() == null ) throw new IllegalArgumentException("Given connection is not open!"); if ( getCommand() instanceof ListCommand ) ... | 11835 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11835/36dd349577ea8833c77d0bd944e9451abaf349b0/ReplyWorker.java/clean/ftp4che14/src/java/org/ftp4che/util/ReplyWorker.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1086,
1832,
288,
3639,
309,
261,
12856,
1435,
422,
446,
262,
5411,
604,
394,
2754,
2932,
6083,
1296,
353,
446,
4442,
1769,
3639,
309,
261,
28673,
2249,
1435,
422,
446,
262,
541... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1086,
1832,
288,
3639,
309,
261,
12856,
1435,
422,
446,
262,
5411,
604,
394,
2754,
2932,
6083,
1296,
353,
446,
4442,
1769,
3639,
309,
261,
28673,
2249,
1435,
422,
446,
262,
541... |
t.blowup(false,Project.class,new HashSet(),new HashMap()); | public void testFindContainerHierarchies() throws Exception { T t = new T(ApiUsageException.class){ @Override public void doTest(Object[] arg) { manager.findContainerHierarchies((Class)arg[0],(Set)arg[1],(Map)arg[2]); } }; // param1: not null or wrong type t.blowup(true,null,new HashSet(), new HashMap()... | 54698 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54698/6d331e574e46de5764580559f877bbc4be131b20/PojosConstraintsTest.java/clean/components/server/test/ome/server/utests/PojosConstraintsTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
3125,
2170,
44,
5148,
606,
1435,
1216,
1185,
288,
202,
202,
56,
268,
273,
394,
399,
12,
3064,
5357,
503,
18,
1106,
15329,
1082,
202,
36,
6618,
1082,
202,
482,
918,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3125,
2170,
44,
5148,
606,
1435,
1216,
1185,
288,
202,
202,
56,
268,
273,
394,
399,
12,
3064,
5357,
503,
18,
1106,
15329,
1082,
202,
36,
6618,
1082,
202,
482,
918,
... | |
shiftRight(val.digits, val.numberLength, val.digits, intCount, count & 31); | if (!shiftRight(val.digits, val.numberLength, val.digits, intCount, count & 31) && sign < 0) { int i; for (i = 0; ( i < val.numberLength ) && ( val.digits[i] == -1 ); i++) { val.digits[i] = 0; } if (i == val.numberLength) { val.numberLength++; } val.digits[i]++; } | static void inplaceShiftRight(BigInteger val, int count) { // PRE: val > 0 int intCount = count >> 5; // count of integers val.numberLength -= intCount; shiftRight(val.digits, val.numberLength, val.digits, intCount, count & 31); val.cutOffLeadingZeroes(); } | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/9f90bead11df6c0bbe4086809e7c597ce940830d/BitLevel.java/clean/modules/math/src/main/java/java/math/BitLevel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
918,
11783,
10544,
4726,
12,
24198,
1244,
16,
509,
1056,
13,
288,
3639,
368,
7071,
30,
1244,
405,
374,
3639,
509,
509,
1380,
273,
1056,
1671,
1381,
31,
368,
1056,
434,
12321,
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,
760,
918,
11783,
10544,
4726,
12,
24198,
1244,
16,
509,
1056,
13,
288,
3639,
368,
7071,
30,
1244,
405,
374,
3639,
509,
509,
1380,
273,
1056,
1671,
1381,
31,
368,
1056,
434,
12321,
3639,
... |
public org.quickfix.field.LegOptAttribute getLegOptAttribute() throws FieldNotFound { org.quickfix.field.LegOptAttribute value = new org.quickfix.field.LegOptAttribute(); | public quickfix.field.LegOptAttribute getLegOptAttribute() throws FieldNotFound { quickfix.field.LegOptAttribute value = new quickfix.field.LegOptAttribute(); | public org.quickfix.field.LegOptAttribute getLegOptAttribute() throws FieldNotFound { org.quickfix.field.LegOptAttribute value = new org.quickfix.field.LegOptAttribute(); getField(value); return value; } | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/fecc27f98261270772ff182a1d4dfd94b5daa73d/MassQuoteAcknowledgement.java/buggy/src/java/src/quickfix/fix44/MassQuoteAcknowledgement.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
6179,
1499,
336,
8329,
6179,
1499,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
6179,
1499,
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,
6179,
1499,
336,
8329,
6179,
1499,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
6179,
1499,
460,
273,
394,
... |
String extension = filename.substring(filename.lastIndexOf(".") + 1); int num = Integer.parseInt(extension, 16); | String ext = filename.substring(filename.lastIndexOf(".") + 1); int num = Integer.parseInt(ext, 16); | protected void initFile(String id) throws FormatException, IOException { super.initFile(id); // get the working directory File tempFile = new File(id); File workingDir = tempFile.getParentFile(); if (workingDir == null) workingDir = new File("."); String workingDirPath = workingDir.getPath() + File.... | 55303 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55303/3dfd59718bd357815b599f69b2fb792dc8c85b62/PerkinElmerReader.java/clean/loci/formats/in/PerkinElmerReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1208,
812,
12,
780,
612,
13,
1216,
4077,
503,
16,
1860,
288,
565,
2240,
18,
2738,
812,
12,
350,
1769,
565,
368,
336,
326,
5960,
1867,
565,
1387,
18286,
273,
394,
1387,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1208,
812,
12,
780,
612,
13,
1216,
4077,
503,
16,
1860,
288,
565,
2240,
18,
2738,
812,
12,
350,
1769,
565,
368,
336,
326,
5960,
1867,
565,
1387,
18286,
273,
394,
1387,
12,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.