rem stringlengths 1 53.3k | add stringlengths 0 80.5k | context stringlengths 6 326k | meta stringlengths 141 403 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|---|
PreparedStatement pstmt = con.prepareStatement("INSERT INTO ##updateCount1 (data) VALUES (?)"); | PreparedStatement pstmt = con.prepareStatement("INSERT INTO #updateCount1 (data) VALUES (?)"); | public void testUpdateCount1() throws Exception { int count = 500; Statement stmt = con.createStatement(); stmt.execute("CREATE TABLE ##updateCount1 (data INT)"); stmt.close(); PreparedStatement pstmt = con.prepareStatement("INSERT INTO ##updateCount1 (data) VALUES (?)"); ... | 5753 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5753/93bb993d42543a9ead4cdd949b33895244cc0ee8/PreparedStatementTest.java/clean/src/test/net/sourceforge/jtds/test/PreparedStatementTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
1891,
1380,
21,
1435,
1216,
1185,
288,
377,
202,
474,
1056,
273,
6604,
31,
377,
202,
3639,
8056,
3480,
273,
356,
18,
2640,
3406,
5621,
3639,
3480,
18,
8837,
2932,
9344,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1891,
1380,
21,
1435,
1216,
1185,
288,
377,
202,
474,
1056,
273,
6604,
31,
377,
202,
3639,
8056,
3480,
273,
356,
18,
2640,
3406,
5621,
3639,
3480,
18,
8837,
2932,
9344,
... |
if ( block.attachment != null && block.attachment.equals( "fixed" ) ) { | if ( block.attachment == IdentValue.FIXED ) { | public static void paint( Context c, Box block ) { // don't draw if the backgrounds are turned off if ( !Configuration.isTrue( "xr.renderer.draw.backgrounds", true ) ) { return; } int width = block.getWidth(); int height = block.getHeight(); Border border = c.get... | 57883 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57883/a605863fc3cc1fcc7ccc20120bffcf5bc507cadd/BackgroundPainter.java/clean/src/java/org/xhtmlrenderer/render/BackgroundPainter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
12574,
12,
1772,
276,
16,
8549,
1203,
262,
288,
3639,
368,
2727,
1404,
3724,
309,
326,
5412,
87,
854,
21826,
3397,
3639,
309,
261,
401,
1750,
18,
291,
5510,
12,
315,
92,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
12574,
12,
1772,
276,
16,
8549,
1203,
262,
288,
3639,
368,
2727,
1404,
3724,
309,
326,
5412,
87,
854,
21826,
3397,
3639,
309,
261,
401,
1750,
18,
291,
5510,
12,
315,
92,... |
if (typeDef == null) { final AntFileImpl antFile = (AntFileImpl)file; if (!antFile.getSecondPassMade()) { antFile.invokeSecondPass(); continue; } | } if (typeDef != null) { AntElementCreator antElementCreator = ourAntTypeToKnownAntElementCreatorMap.get(typeDef.getClassName()); if (antElementCreator != null) { return antElementCreator.create(parent, tag); | public static AntElement createAntElement(final AntElement parent, final XmlElement element) { instantiate(); if (element instanceof XmlComment) return new AntCommentImpl(parent, element); if (!(element instanceof XmlTag)) return null; XmlTag tag = (XmlTag)element; AntTypeDefinition typeDef = null; ... | 56598 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56598/8db64e6f6295a85b1ed9bb2320343787f08b11ba/AntElementFactory.java/buggy/plugins/ant/src/com/intellij/lang/ant/psi/impl/AntElementFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
18830,
1046,
752,
14925,
1046,
12,
6385,
18830,
1046,
982,
16,
727,
15412,
930,
13,
288,
565,
10275,
5621,
565,
309,
261,
2956,
1276,
5714,
4469,
13,
327,
394,
18830,
4469,
282... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
18830,
1046,
752,
14925,
1046,
12,
6385,
18830,
1046,
982,
16,
727,
15412,
930,
13,
288,
565,
10275,
5621,
565,
309,
261,
2956,
1276,
5714,
4469,
13,
327,
394,
18830,
4469,
282... |
sb.append('&'); sb.append(URLEncoder.encode(key)); sb.append('='); sb.append(URLEncoder.encode(values[i])); | url.append('&'); url.append(URLEncoder.encode(key)); url.append('='); url.append(URLEncoder.encode(values[i])); | public static URL computeURL(PageContext pageContext, String forward, String href, String page, Map params, String anchor, boolean redirect) throws MalformedURLException { // Validate that exactly one specifier was included int n =... | 48068 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48068/efc69a235670660e4697d7a0f65847d4941b6e9b/RequestUtils.java/buggy/src/share/org/apache/struts/util/RequestUtils.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1976,
3671,
1785,
12,
1964,
1042,
21442,
16,
514,
5104,
16,
4766,
514,
3897,
16,
514,
1363,
16,
4766,
1635,
859,
16,
514,
6984,
16,
1250,
3136,
13,
3639,
1216,
20710,
288,
36... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1976,
3671,
1785,
12,
1964,
1042,
21442,
16,
514,
5104,
16,
4766,
514,
3897,
16,
514,
1363,
16,
4766,
1635,
859,
16,
514,
6984,
16,
1250,
3136,
13,
3639,
1216,
20710,
288,
36... |
root.doCreateDirectory(1, p("dir")); root.doCreateFile(2, p("dir/file"), null); | root.doCreateDirectory(1, p("/dir")); root.doCreateFile(2, p("/dir/file"), null); | public void testRenamingDirectoryWithContent() { root.doCreateDirectory(1, p("dir")); root.doCreateFile(2, p("dir/file"), null); root.doRename(p("dir"), "new dir"); assertTrue(root.hasEntry(p("new dir"))); assertTrue(root.hasEntry(p("new dir/file"))); assertFalse(root.hasEntry(p("dir"))); assertF... | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/8a6fdbc15b3cd4aaa232cf2026aa4a60418c162a/RootEntryDirectoriesTest.java/clean/LocalVcs/test/com/intellij/localvcs/RootEntryDirectoriesTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1842,
16290,
7772,
2853,
1190,
1350,
1435,
288,
565,
1365,
18,
2896,
1684,
2853,
12,
21,
16,
293,
2932,
1214,
7923,
1769,
565,
1365,
18,
2896,
1684,
812,
12,
22,
16,
293,
293... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1842,
16290,
7772,
2853,
1190,
1350,
1435,
288,
565,
1365,
18,
2896,
1684,
2853,
12,
21,
16,
293,
2932,
1214,
7923,
1769,
565,
1365,
18,
2896,
1684,
812,
12,
22,
16,
293,
293... |
return readTuples(con); | return readTuples(con, partialResult, newPartialResult); | public List readTuples(DataSource dataSource) { Connection con; try { con = dataSource.getConnection(); } catch (SQLException e) { throw Util.newInternal(e, "could not connect to DB"); } try { return readTuples(con); } finally { t... | 51263 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51263/c96a8a3e21235aea0cdadc7c3d06501ba8de4111/SqlTupleReader.java/clean/src/main/mondrian/rolap/SqlTupleReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
987,
855,
25813,
12,
8597,
10233,
13,
288,
3639,
4050,
356,
31,
3639,
775,
288,
5411,
356,
273,
10233,
18,
588,
1952,
5621,
3639,
289,
1044,
261,
23116,
425,
13,
288,
5411,
604,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
987,
855,
25813,
12,
8597,
10233,
13,
288,
3639,
4050,
356,
31,
3639,
775,
288,
5411,
356,
273,
10233,
18,
588,
1952,
5621,
3639,
289,
1044,
261,
23116,
425,
13,
288,
5411,
604,
3... |
throw new MessageInvalidException(ProtocolErrorMessage.FILE_PARSE_ERROR, "IO error while retrieving ref file <"+fileString+">: "+e.getMessage(), null); | throw new MessageInvalidException(ProtocolErrorMessage.FILE_PARSE_ERROR, "IO error while retrieving ref file <"+fileString+">: "+e.getMessage(), null, false); | public void run(FCPConnectionHandler handler, Node node) throws MessageInvalidException { String urlString = fs.get("URL"); String fileString = fs.get("File"); StringBuffer ref = null; BufferedReader in; if(urlString != null) { try { URL url = new URL(urlString); URLConnection uc = url.openConnection(); ... | 46035 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46035/bbb3c23ec38ea1c7abb48040a17f5fc7932248bc/AddPeer.java/clean/src/freenet/node/fcp/AddPeer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1086,
12,
42,
4258,
1952,
1503,
1838,
16,
2029,
756,
13,
1216,
2350,
1941,
503,
288,
202,
202,
780,
29374,
273,
2662,
18,
588,
2932,
1785,
8863,
202,
202,
780,
585,
780,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1086,
12,
42,
4258,
1952,
1503,
1838,
16,
2029,
756,
13,
1216,
2350,
1941,
503,
288,
202,
202,
780,
29374,
273,
2662,
18,
588,
2932,
1785,
8863,
202,
202,
780,
585,
780,
... |
pack(); } | pack(); } | private void initComponents() { java.awt.GridBagConstraints gridBagConstraints; lbSelectTask = new javax.swing.JLabel(); cmbSelectTask = new javax.swing.JComboBox(); lbSelectTime = new javax.swing.JLabel(); spHours = new javax.swing.JSpinner(); lbColumn1 = new javax.swing.J... | 4241 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4241/55a351a59e0962eefc717bd7f3b6e9f1cc48b14f/MoveTimeDialog.java/buggy/src/org/cesilko/rachota/gui/MoveTimeDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1208,
7171,
1435,
288,
3639,
2252,
18,
2219,
88,
18,
6313,
6852,
8747,
31,
3639,
7831,
3391,
2174,
273,
394,
6863,
18,
5328,
310,
18,
46,
2224,
5621,
3639,
276,
1627,
3391,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1208,
7171,
1435,
288,
3639,
2252,
18,
2219,
88,
18,
6313,
6852,
8747,
31,
3639,
7831,
3391,
2174,
273,
394,
6863,
18,
5328,
310,
18,
46,
2224,
5621,
3639,
276,
1627,
3391,
2... |
while (today <= endIdx) { lowest = inReal[trailingIdx++]; highest = lowest; for (i = trailingIdx; i <= today; i++) { tmp = inReal[i]; if (tmp < lowest) lowest = tmp; else if (tmp > highest) highest = tmp; } | public TA_RetCode MIDPOINT(int startIdx, int endIdx, double inReal[], int optInTimePeriod, MInteger outBegIdx, MInteger outNbElement, double outReal[]) { double lowest, highest, tmp; int outIdx, nbInitialElementNeeded; int trailingIdx, today, i; if (startIdx < 0) return TA_RetCode.TA_OUT_OF_RANGE_START_INDEX... | 2365 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2365/8c26ea7a2c59f9148f3db0db7ab39ed48689e601/Core.java/buggy/ta-lib/java/src/TA/Lib/Core.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
399,
37,
67,
7055,
1085,
490,
734,
8941,
12,
474,
27108,
16,
509,
679,
4223,
16,
1645,
316,
6955,
63,
6487,
1082,
202,
474,
2153,
382,
26540,
16,
490,
4522,
596,
24059,
4223,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
399,
37,
67,
7055,
1085,
490,
734,
8941,
12,
474,
27108,
16,
509,
679,
4223,
16,
1645,
316,
6955,
63,
6487,
1082,
202,
474,
2153,
382,
26540,
16,
490,
4522,
596,
24059,
4223,
... | |
if ("onlyGroup".equals(showInRoster) && !groups.isEmpty()) { | if ("onlyGroup".equals(showInRoster)) { | public boolean isSharedGroupVisible(Group sharedGroup, Collection<Group> groups) { Map<String, String> properties = sharedGroup.getProperties(); String showInRoster = properties.get("sharedRoster.showInRoster"); if ("everybody".equals(showInRoster)) { return true; } if ... | 6312 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6312/53e6ae314290b5b32441ec29b230219de782ee21/RosterManager.java/buggy/src/java/org/jivesoftware/wildfire/roster/RosterManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
353,
7887,
1114,
6207,
12,
1114,
5116,
1114,
16,
2200,
32,
1114,
34,
3252,
13,
288,
3639,
1635,
32,
780,
16,
514,
34,
1790,
273,
5116,
1114,
18,
588,
2297,
5621,
3639,
514,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
353,
7887,
1114,
6207,
12,
1114,
5116,
1114,
16,
2200,
32,
1114,
34,
3252,
13,
288,
3639,
1635,
32,
780,
16,
514,
34,
1790,
273,
5116,
1114,
18,
588,
2297,
5621,
3639,
514,
... |
if (resources == null) return res; | if (resources == null || resources.length==0) return res; | public Resource getWSDLResource(WebServiceDescription webService) { if (webService == null) return null; String wsdlFileName = webService.getWsdlFile(); Resource res = null; IVirtualResource[] resources = ComponentCore.createResources(WorkbenchResourceHelper.getFile(webService)); if (resources == null) return r... | 8196 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8196/2c5498a08deb118f218f3ce47022912dc412d66e/WebServicesManager.java/clean/plugins/org.eclipse.jst.j2ee.webservice/webservice/org/eclipse/jst/j2ee/internal/webservice/helper/WebServicesManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2591,
336,
2651,
8914,
1420,
12,
31946,
3291,
3311,
1179,
13,
288,
202,
202,
430,
261,
4875,
1179,
422,
446,
13,
1082,
202,
2463,
446,
31,
202,
202,
780,
17642,
4771,
273,
331... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2591,
336,
2651,
8914,
1420,
12,
31946,
3291,
3311,
1179,
13,
288,
202,
202,
430,
261,
4875,
1179,
422,
446,
13,
1082,
202,
2463,
446,
31,
202,
202,
780,
17642,
4771,
273,
331... |
this.browser.putValue(Action.MNEMONIC_KEY, new Integer(getString("Menu.BrowserMnemonic").charAt(0))); | this.browser.putValue(Action.MNEMONIC_KEY, Integer.valueOf(getString("Menu.BrowserMnemonic").charAt(0))); | TrayMenuBuilder(final SystemApplication application) { super(); this.application = application; this.browser = new AbstractAction(getString("Menu.Browser")) { private static final long serialVersionUID = 1; public void actionPerformed(final ActionEvent e) { ... | 53635 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/53635/b48d5f12cfbd55a079090b6bb3853ec3e1ca1f28/TrayMenuBuilder.java/buggy/client-ui/src/main/java/com/thinkparity/ophelia/browser/application/system/tray/TrayMenuBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
399,
435,
4599,
1263,
12,
6385,
2332,
3208,
2521,
13,
288,
3639,
2240,
5621,
3639,
333,
18,
3685,
273,
2521,
31,
3639,
333,
18,
11213,
273,
394,
4115,
1803,
12,
588,
780,
2932,
4599,
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,
399,
435,
4599,
1263,
12,
6385,
2332,
3208,
2521,
13,
288,
3639,
2240,
5621,
3639,
333,
18,
3685,
273,
2521,
31,
3639,
333,
18,
11213,
273,
394,
4115,
1803,
12,
588,
780,
2932,
4599,
18... |
public PacketBuilder(RouterContext ctx, UDPTransport transport) { | public PacketBuilder(I2PAppContext ctx) { | public PacketBuilder(RouterContext ctx, UDPTransport transport) { _context = ctx; _log = ctx.logManager().getLog(PacketBuilder.class); _transport = transport; } | 27493 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/27493/9e5fe7d2b6b1021feed75ebf5156f3ae8688026f/PacketBuilder.java/clean/router/java/src/net/i2p/router/transport/udp/PacketBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
11114,
1263,
12,
45,
22,
52,
3371,
1042,
1103,
13,
288,
3639,
389,
2472,
273,
1103,
31,
3639,
389,
1330,
273,
1103,
18,
1330,
1318,
7675,
588,
1343,
12,
6667,
1263,
18,
1106,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
11114,
1263,
12,
45,
22,
52,
3371,
1042,
1103,
13,
288,
3639,
389,
2472,
273,
1103,
31,
3639,
389,
1330,
273,
1103,
18,
1330,
1318,
7675,
588,
1343,
12,
6667,
1263,
18,
1106,
1769... |
private final boolean drawRaster (ColorModel cm, Raster r, AffineTransform imageToUser, Color bgcolor) { if (r == null) return false; SampleModel sm = r.getSampleModel (); DataBuffer db = r.getDataBuffer (); if (db == null || sm... | 45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/bef34bda2204726d6cecbf5422e100bc663abc3e/GdkGraphics2D.java/buggy/libraries/javalib/gnu/java/awt/peer/gtk/GdkGraphics2D.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
727,
1250,
3724,
18637,
261,
2957,
1488,
5003,
16,
30757,
436,
16,
19694,
23906,
558,
4059,
1316,
774,
1299,
16,
19694,
5563,
31509,
13,
225,
288,
565,
309,
261,
86,
422,
446,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
727,
1250,
3724,
18637,
261,
2957,
1488,
5003,
16,
30757,
436,
16,
19694,
23906,
558,
4059,
1316,
774,
1299,
16,
19694,
5563,
31509,
13,
225,
288,
565,
309,
261,
86,
422,
446,
13,
... | ||
AbstractExpression expr = (AbstractExpression)iter.next(); if (!expr.isEnabledFor(obj)) | AbstractExpression expr = (AbstractExpression) iter.next(); if (!expr.isEnabledFor(object)) | public boolean isEnabledFor(Object obj) { Iterator iter = list.iterator(); while (iter.hasNext()) { AbstractExpression expr = (AbstractExpression)iter.next(); if (!expr.isEnabledFor(obj)) return false; } return true; } | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/5a7207e86843def9001d641c82b7f76fd7c9d57f/ActionExpression.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ActionExpression.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
1250,
12047,
1290,
12,
921,
1081,
13,
288,
1082,
202,
3198,
1400,
273,
666,
18,
9838,
5621,
1082,
202,
17523,
261,
2165,
18,
5332,
2134,
10756,
288,
9506,
202,
7469,
2300,
3065... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
1250,
12047,
1290,
12,
921,
1081,
13,
288,
1082,
202,
3198,
1400,
273,
666,
18,
9838,
5621,
1082,
202,
17523,
261,
2165,
18,
5332,
2134,
10756,
288,
9506,
202,
7469,
2300,
3065... |
property = nf.createNumber(n); | property = ScriptRuntime.getIndexObject(n); | private Object primaryExpr() throws IOException, ParserException { int tt; Object pn; ts.flags |= ts.TSF_REGEXP; tt = ts.getToken(); ts.flags &= ~ts.TSF_REGEXP; switch(tt) { case Token.FUNCTION: return function(FunctionNode.FUNCTION_EXPRESSION); ... | 54155 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54155/37be8f9cfb362f40c2f19056693cb9e21cb13bcb/Parser.java/clean/js/rhino/src/org/mozilla/javascript/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1033,
3354,
4742,
1435,
3639,
1216,
1860,
16,
27990,
565,
288,
3639,
509,
3574,
31,
3639,
1033,
11059,
31,
3639,
3742,
18,
7133,
5626,
3742,
18,
8047,
42,
67,
28225,
31,
3639,
3574,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1033,
3354,
4742,
1435,
3639,
1216,
1860,
16,
27990,
565,
288,
3639,
509,
3574,
31,
3639,
1033,
11059,
31,
3639,
3742,
18,
7133,
5626,
3742,
18,
8047,
42,
67,
28225,
31,
3639,
3574,... |
protected void aboutToLaunch(final String message) { String msg = ResourceUtil.getFormattedString("TestRunnerViewPart.message.launching", message); //$NON-NLS-1$// setInfoMessage(msg); firePropertyChange(IWorkbenchPart.PROP_TITLE); } | 55140 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55140/939c2626f5ef7c6550d3a506ac6dd14b7667f498/TestRunnerViewPart.java/clean/src/main/org/testng/eclipse/ui/TestRunnerViewPart.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
6459,
21071,
774,
9569,
12,
6385,
780,
2150,
15329,
780,
3576,
33,
1420,
1304,
18,
588,
18298,
780,
2932,
4709,
9709,
1767,
1988,
18,
2150,
18,
20738,
310,
3113,
2150,
1769,
759,
8,
3993... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6459,
21071,
774,
9569,
12,
6385,
780,
2150,
15329,
780,
3576,
33,
1420,
1304,
18,
588,
18298,
780,
2932,
4709,
9709,
1767,
1988,
18,
2150,
18,
20738,
310,
3113,
2150,
1769,
759,
8,
3993... | ||
Evaluator evaluator, BetaLeftMemory childMemory) { this.extractor = extractor; this.declaration = declaration; this.column = declaration.getColumn(); this.childMemory = childMemory; this.memoryMap = new HashMap(); | Evaluator evaluator) { this( extractor, declaration, evaluator, null ); | public ObjectEqualConstrLeftMemory(FieldExtractor extractor, Declaration declaration, Evaluator evaluator, BetaLeftMemory childMemory) { this.extractor = extractor; this.declaration = decl... | 6736 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6736/028f5b1a49bbc18d24283f8ac03e561837e56065/ObjectEqualConstrLeftMemory.java/buggy/drools-core/src/main/java/org/drools/reteoo/beta/ObjectEqualConstrLeftMemory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
5812,
442,
701,
3910,
6031,
12,
974,
10958,
14031,
16,
4766,
4202,
16110,
4302,
8266,
16,
4766,
4202,
31956,
18256,
16,
4766,
4202,
16393,
3910,
6031,
1151,
6031,
13,
288,
3639,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
5812,
442,
701,
3910,
6031,
12,
974,
10958,
14031,
16,
4766,
4202,
16110,
4302,
8266,
16,
4766,
4202,
31956,
18256,
16,
4766,
4202,
16393,
3910,
6031,
1151,
6031,
13,
288,
3639,... |
protected String constructVersion( ArtifactRepositoryMetadata metadata ) | protected String constructVersion( ArtifactMetadata metadata ) | protected String constructVersion( ArtifactRepositoryMetadata metadata ) { String version = metadata.getBaseVersion(); Snapshot snapshot = metadata.getSnapshot(); if ( snapshot != null ) { if ( snapshot.getTimestamp() != null && snapshot.getBuildNumber() > 0 ) { ... | 1315 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1315/cb2370199b6cf0c1c62bf36d568ac386780ff12f/SnapshotTransformation.java/buggy/maven-artifact-manager/src/main/java/org/apache/maven/artifact/transform/SnapshotTransformation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
514,
4872,
1444,
12,
14022,
2277,
1982,
262,
565,
288,
3639,
514,
1177,
273,
1982,
18,
588,
2171,
1444,
5621,
3639,
10030,
4439,
273,
1982,
18,
588,
4568,
5621,
3639,
309,
261,
4439... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
514,
4872,
1444,
12,
14022,
2277,
1982,
262,
565,
288,
3639,
514,
1177,
273,
1982,
18,
588,
2171,
1444,
5621,
3639,
10030,
4439,
273,
1982,
18,
588,
4568,
5621,
3639,
309,
261,
4439... |
Map attrs = getMap(args, 1); | Map<String, Object> attrs = getMap(args, 1); | private void doModifyConfig(String[] args) throws ServiceException, ArgException { if (args.length < 3) { usage(); } else { Map attrs = getMap(args, 1); mProvisioning.getConfig().modifyAttrs(attrs, true); } } | 6965 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6965/c3ae2538baa5b2aaeeb9c98990b663054e0206c4/ProvUtil.java/clean/ZimbraServer/src/java/com/zimbra/cs/account/ProvUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
741,
11047,
809,
12,
780,
8526,
833,
13,
1216,
16489,
16,
14448,
503,
288,
3639,
309,
261,
1968,
18,
2469,
411,
890,
13,
288,
5411,
4084,
5621,
3639,
289,
469,
288,
5411,
163... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
741,
11047,
809,
12,
780,
8526,
833,
13,
1216,
16489,
16,
14448,
503,
288,
3639,
309,
261,
1968,
18,
2469,
411,
890,
13,
288,
5411,
4084,
5621,
3639,
289,
469,
288,
5411,
163... |
gd.grabExcessHorizontalSpace= false; | gd.grabExcessHorizontalSpace= true; | protected static GridData gridDataForText(int span) { GridData gd= new GridData(); gd.horizontalAlignment= GridData.FILL; gd.grabExcessHorizontalSpace= false; gd.horizontalSpan= span; return gd; } | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/727981016342909a60563ab3a2643b578ab380e3/StringDialogField.java/buggy/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/dialogfields/StringDialogField.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
760,
7145,
751,
3068,
751,
1290,
1528,
12,
474,
4548,
13,
288,
202,
202,
6313,
751,
15551,
33,
394,
7145,
751,
5621,
202,
202,
19016,
18,
18396,
11535,
33,
7145,
751,
18,
298... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
760,
7145,
751,
3068,
751,
1290,
1528,
12,
474,
4548,
13,
288,
202,
202,
6313,
751,
15551,
33,
394,
7145,
751,
5621,
202,
202,
19016,
18,
18396,
11535,
33,
7145,
751,
18,
298... |
ref = reftext.replaceAll(".*?((?:[\\w,\\.]+\\=[\\w,\\.:\\-_\\ ]+)|(?:End)).*(?:\\r?\\n)*", "$1\n"); | ref = reftext.replaceAll(".*?((?:[\\w,\\.]+\\=[^\r\n]+)|(?:End)).*(?:\\r?\\n)*", "$1\n"); | public void handlePost(URI uri, Bucket data, ToadletContext ctx) throws ToadletContextClosedException, IOException, RedirectException { if(data.size() > 1024*1024) { this.writeReply(ctx, 400, "text/plain", "Too big", "Too much data, darknet toadlet limited to 1MB"); return; } byte[] d = BucketTools.toByteArray(... | 52909 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52909/cb4646571c2e05d6baada96f366e1abc10f0cc9e/DarknetConnectionsToadlet.java/buggy/src/freenet/clients/http/DarknetConnectionsToadlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1640,
3349,
12,
3098,
2003,
16,
7408,
501,
16,
2974,
361,
1810,
1042,
1103,
13,
1216,
2974,
361,
1810,
1042,
7395,
503,
16,
1860,
16,
9942,
503,
288,
202,
202,
430,
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,
918,
1640,
3349,
12,
3098,
2003,
16,
7408,
501,
16,
2974,
361,
1810,
1042,
1103,
13,
1216,
2974,
361,
1810,
1042,
7395,
503,
16,
1860,
16,
9942,
503,
288,
202,
202,
430,
12,
... |
WritableRaster wr = rasterCM.createCompatibleWritableRaster(32, 32); | WritableRaster wr; wr = rasterCM.createCompatibleWritableRaster(32, 32); | public PatternPaintContext(ColorModel destCM, AffineTransform usr2dev, RenderingHints hints, Filter tile, Rectangle2D patternRegion, Rectangle2D ... | 46680 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46680/42418b02da48b9d42298e4c2e547b361b162fe80/PatternPaintContext.java/clean/sources/org/apache/batik/gvt/PatternPaintContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
6830,
12699,
1042,
12,
2957,
1488,
1377,
1570,
9611,
16,
1171,
9079,
23906,
558,
4059,
16575,
22,
5206,
16,
1171,
9079,
22391,
225,
13442,
16,
1171,
9079,
4008,
1850,
4769,
16,
1171,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
6830,
12699,
1042,
12,
2957,
1488,
1377,
1570,
9611,
16,
1171,
9079,
23906,
558,
4059,
16575,
22,
5206,
16,
1171,
9079,
22391,
225,
13442,
16,
1171,
9079,
4008,
1850,
4769,
16,
1171,
... |
public final RubyFixnum hash() { return RubyFixnum.newFixnum(getRuby(), hashCode()); | public RubyFixnum hash() { return RubyFixnum.newFixnum(ruby, System.identityHashCode(this)); | public final RubyFixnum hash() { return RubyFixnum.newFixnum(getRuby(), hashCode()); } | 50993 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50993/7f0907240b4b4a4379424377e971ed0ca23f1dcb/RubyObject.java/buggy/org/jruby/RubyObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
727,
19817,
8585,
2107,
1651,
1435,
288,
3639,
327,
19817,
8585,
2107,
18,
2704,
8585,
2107,
12,
588,
54,
10340,
9334,
13374,
10663,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
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,
19817,
8585,
2107,
1651,
1435,
288,
3639,
327,
19817,
8585,
2107,
18,
2704,
8585,
2107,
12,
588,
54,
10340,
9334,
13374,
10663,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
... |
private static Font getDefaultFont(Control control) { String fontName = "DEFAULT_FONT_" + control.getClass().getName(); //$NON-NLS-1$ if (JFaceResources.getFontRegistry().hasValueFor(fontName)) return JFaceResources.getFontRegistry().get(fontName); Font cached = control.getFont(); control.setFont(null); Font de... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/b55db1f8df03ebade4e59f55f97c8c3917057362/Dialog.java/clean/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
11365,
270,
395,
2126,
5711,
588,
1868,
5711,
12,
3367,
7098,
15329,
202,
202,
780,
5776,
461,
1546,
5280,
67,
25221,
9548,
15,
7098,
18,
588,
797,
7675,
17994,
5621,
759,
8,
3993,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11365,
270,
395,
2126,
5711,
588,
1868,
5711,
12,
3367,
7098,
15329,
202,
202,
780,
5776,
461,
1546,
5280,
67,
25221,
9548,
15,
7098,
18,
588,
797,
7675,
17994,
5621,
759,
8,
3993,
... | ||
ren.ResetCameraClippingRange(); | resetCameraClippingRange(); | public void mouseDragged(MouseEvent e) { if (ren.VisibleActorCount() == 0) return; int x = e.getX(); int y = e.getY(); // rotate if (this.InteractionMode == 1) { cam.Azimuth(lastX - x); cam.Elevation(y - lastY); cam.OrthogonalizeViewUp(); ren.ResetCameraC... | 46031 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46031/2c779895c4bd7ff06a234a9fdf06da154aacf4b9/vtkPanel.java/clean/Wrapping/Java/vtkPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
7644,
11728,
2423,
12,
9186,
1133,
425,
13,
565,
288,
1377,
309,
261,
1187,
18,
6207,
17876,
1380,
1435,
422,
374,
13,
327,
31,
1377,
509,
619,
273,
425,
18,
588,
60,
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,
282,
1071,
918,
7644,
11728,
2423,
12,
9186,
1133,
425,
13,
565,
288,
1377,
309,
261,
1187,
18,
6207,
17876,
1380,
1435,
422,
374,
13,
327,
31,
1377,
509,
619,
273,
425,
18,
588,
60,
5621,
... |
(_action[0] != _selection.x || _action[1] != _selection.y)) { | (_action[1] != _selection.x || _action[2] != _selection.y)) { | protected boolean handleClickToMove (int tx, int ty) { // or if we're clicking in our move set or on our selected piece if (!_moveSet.contains(tx, ty) && (_selection == null || _selection.x != tx || _selection.y != ty)) { log.info("Rejecting move +" + tx + "+" + ty + " moves:"... | 8059 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8059/1e68f9956d937db03288daead2d98f31a8af30fc/BangBoardView.java/clean/src/java/com/threerings/bang/game/client/BangBoardView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1250,
1640,
6563,
774,
7607,
261,
474,
2229,
16,
509,
13806,
13,
565,
288,
3639,
368,
578,
309,
732,
4565,
4682,
310,
316,
3134,
3635,
444,
578,
603,
3134,
3170,
11151,
3639,
309,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1250,
1640,
6563,
774,
7607,
261,
474,
2229,
16,
509,
13806,
13,
565,
288,
3639,
368,
578,
309,
732,
4565,
4682,
310,
316,
3134,
3635,
444,
578,
603,
3134,
3170,
11151,
3639,
309,
... |
messages.add(msgType); } | messages.add(msgType); } | private void addMsgType(String msgType) { messages.add(msgType); } | 52526 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52526/f89d9cc48710a8f8d3611f93c5b99eae17788636/DataDictionary.java/buggy/src/quickfix/DataDictionary.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
527,
3332,
559,
12,
780,
1234,
559,
13,
288,
202,
202,
6833,
18,
1289,
12,
3576,
559,
1769,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
527,
3332,
559,
12,
780,
1234,
559,
13,
288,
202,
202,
6833,
18,
1289,
12,
3576,
559,
1769,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
} catch(Throwable e) { throw new SQLNestedException("Connect failed", e); | } catch(NoSuchElementException e) { throw new SQLNestedException("Cannot get a connection, pool exhausted", e); } catch(RuntimeException e) { throw e; } catch(Exception e) { throw new SQLNestedException("Cannot get a connection, general error", e); | public Connection connect(String url, Properties info) throws SQLException { if(acceptsURL(url)) { ObjectPool pool = getConnectionPool(url.substring(URL_PREFIX_LEN)); if(null == pool) { throw new SQLException("No pool found for " + url + "."); } else { ... | 50976 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50976/39fdf4ebf8042fb5bf8d85fe7b1acae40cb47c2b/PoolingDriver.java/clean/src/java/org/apache/commons/dbcp/PoolingDriver.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4050,
3077,
12,
780,
880,
16,
6183,
1123,
13,
1216,
6483,
288,
3639,
309,
12,
9436,
87,
1785,
12,
718,
3719,
288,
5411,
1033,
2864,
2845,
273,
6742,
2864,
12,
718,
18,
28023,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4050,
3077,
12,
780,
880,
16,
6183,
1123,
13,
1216,
6483,
288,
3639,
309,
12,
9436,
87,
1785,
12,
718,
3719,
288,
5411,
1033,
2864,
2845,
273,
6742,
2864,
12,
718,
18,
28023,
12,
... |
tiFileRun.setToolTipText("Run this job"); | tiFileRun.setToolTipText(Messages.getString("Chef.ToolBarButton.RunThisJob.ToolTip")); | private void addBar() { tBar = new ToolBar(shell, SWT.HORIZONTAL | SWT.FLAT ); //tBar.setSize(200, 20); final ToolItem tiFileNew = new ToolItem(tBar, SWT.PUSH); final Image imFileNew = new Image(disp, getClass().getResourceAsStream(Const.IMAGE_DIRECTORY+"new.png")); tiFileNew.setImage(imFileNew); tiFileNew.addS... | 9547 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9547/466ea40abc95c39a5103fe3a9a74262a61dce808/Chef.java/buggy/src/be/ibridge/kettle/chef/Chef.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
527,
5190,
1435,
202,
95,
202,
202,
88,
5190,
273,
394,
13288,
5190,
12,
10304,
16,
348,
8588,
18,
44,
20344,
571,
348,
8588,
18,
42,
12190,
11272,
202,
202,
759,
88,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
527,
5190,
1435,
202,
95,
202,
202,
88,
5190,
273,
394,
13288,
5190,
12,
10304,
16,
348,
8588,
18,
44,
20344,
571,
348,
8588,
18,
42,
12190,
11272,
202,
202,
759,
88,
... |
public ReflectionCallback( Class type, String methodName, Class[] argumentTypes, boolean isRestArgs, boolean isStaticMethod, Arity arity) { | public ReflectionCallback(Class type, String methodName, Class[] argumentTypes, boolean isRestArgs, boolean isStaticMethod, Arity arity) { | public ReflectionCallback( Class type, String methodName, Class[] argumentTypes, boolean isRestArgs, boolean isStaticMethod, Arity arity) { super(type, methodName, argumentTypes, isRestArgs, isStaticMethod, arity); if (isStaticMethod) { Class[] types = ne... | 1060 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1060/765ab8f2eeed4e7c0c131b35b7ecadb0ee2855fd/ReflectionCallback.java/buggy/src/org/jruby/runtime/callback/ReflectionCallback.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
5685,
2428,
12,
3639,
1659,
618,
16,
3639,
514,
4918,
16,
3639,
1659,
8526,
1237,
2016,
16,
3639,
1250,
353,
5188,
2615,
16,
3639,
1250,
16116,
1305,
16,
3639,
1201,
560,
19353,
13,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
5685,
2428,
12,
3639,
1659,
618,
16,
3639,
514,
4918,
16,
3639,
1659,
8526,
1237,
2016,
16,
3639,
1250,
353,
5188,
2615,
16,
3639,
1250,
16116,
1305,
16,
3639,
1201,
560,
19353,
13,... |
public void transferInstruction(InstructionHandle handle, ValueNumberFrame fact) throws DataflowAnalysisException { | public void transferInstruction(InstructionHandle handle, BasicBlock basicBlock, ValueNumberFrame fact) throws DataflowAnalysisException { | public void transferInstruction(InstructionHandle handle, ValueNumberFrame fact) throws DataflowAnalysisException { ValueNumberFrameModelingVisitor visitor = new ValueNumberFrameModelingVisitor(fact, methodGen.getConstantPool(), factory, cache); Instruction ins = handle.getInstruction(); ins.accept(visitor); } | 10715 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10715/8abe2a41af0d2369521560baf1f1a4024245cc6a/ValueNumberAnalysis.java/buggy/findbugs/src/java/edu/umd/cs/findbugs/ba/ValueNumberAnalysis.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
7412,
11983,
12,
11983,
3259,
1640,
16,
1445,
1854,
3219,
5410,
13,
1216,
1910,
2426,
9418,
503,
288,
202,
202,
620,
1854,
3219,
1488,
310,
7413,
8000,
273,
394,
1445,
1854... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7412,
11983,
12,
11983,
3259,
1640,
16,
1445,
1854,
3219,
5410,
13,
1216,
1910,
2426,
9418,
503,
288,
202,
202,
620,
1854,
3219,
1488,
310,
7413,
8000,
273,
394,
1445,
1854... |
public void testWaitPolicyForever() throws Exception { assertEquals(0, _activeTasks.get()); // wait forever LastRejectedWaitPolicy policy = new LastRejectedWaitPolicy(-1, TimeUnit.SECONDS); _executor.setRejectedExecutionHandler(policy); // 1 runs immediately this.execute... | 2370 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2370/91155ae9250addb8e72823849d135a0b673bd049/WaitPolicyTestCase.java/buggy/src/test/java/org/mule/test/util/concurrent/WaitPolicyTestCase.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
225,
918,
225,
1842,
5480,
2582,
13573,
502,
1435,
225,
1216,
225,
1185,
3639,
288,
7734,
1815,
8867,
12,
20,
16,
225,
389,
3535,
6685,
18,
588,
10663,
7734,
368,
225,
2529,
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,
540,
1071,
225,
918,
225,
1842,
5480,
2582,
13573,
502,
1435,
225,
1216,
225,
1185,
3639,
288,
7734,
1815,
8867,
12,
20,
16,
225,
389,
3535,
6685,
18,
588,
10663,
7734,
368,
225,
2529,
225,
... | ||
javaCommand.append(bootClasspath); | javaCommand.append(checkWhiteSpaces(bootClasspath)); | protected String buildJavaCommand() { StringBuffer javaCommand = new StringBuffer(); // append java command if (javaPath == null) { javaCommand.append("java"); } else { javaCommand.append(javaPath); } if (bootClasspath != null) { javaCommand... | 50951 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50951/0a1e13992609b7e4b984e6bc3c79af652f043446/JVMProcessImpl.java/clean/src/org/objectweb/proactive/core/process/JVMProcessImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
514,
1361,
5852,
2189,
1435,
288,
3639,
6674,
2252,
2189,
273,
394,
6674,
5621,
3639,
368,
714,
2252,
1296,
3639,
309,
261,
6290,
743,
422,
446,
13,
288,
5411,
2252,
2189,
18,
6923,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
514,
1361,
5852,
2189,
1435,
288,
3639,
6674,
2252,
2189,
273,
394,
6674,
5621,
3639,
368,
714,
2252,
1296,
3639,
309,
261,
6290,
743,
422,
446,
13,
288,
5411,
2252,
2189,
18,
6923,... |
for ( Iterator itor = getDataSetList( handle.getContainer( ) ) .iterator( ); itor.hasNext( ); ) | for ( Iterator itor = getDataSetList( handle.getContainer( ) ).iterator( ); itor.hasNext( ); ) | public static List getDataSetList( DesignElementHandle handle ) { List dataSetList = new ArrayList( ); if ( handle instanceof ReportElementHandle ) { if ( handle instanceof ReportItemHandle ) { DesignElementHandle dataSet = ( (ReportItemHandle) handle ) .getDataSet( ); if ( dataSet != null && !dataSe... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/65c31b53af468bafee3d7b3a9d5249824989932a/DEUtil.java/clean/UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
987,
4303,
694,
682,
12,
29703,
1046,
3259,
1640,
262,
202,
95,
202,
202,
682,
14837,
682,
273,
394,
2407,
12,
11272,
202,
202,
430,
261,
1640,
1276,
8706,
1046,
3259,
26... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
987,
4303,
694,
682,
12,
29703,
1046,
3259,
1640,
262,
202,
95,
202,
202,
682,
14837,
682,
273,
394,
2407,
12,
11272,
202,
202,
430,
261,
1640,
1276,
8706,
1046,
3259,
26... |
Set<CallbackGenerator> seenGen = new HashSet<CallbackGenerator>(); CodeEmitter se = ce.getStaticHook(); se.new_instance(THREAD_LOCAL); se.dup(); se.invoke_constructor(THREAD_LOCAL, CSTRUCT_NULL); se.putfield(THREAD_CALLBACKS_FIELD); CallbackGenerator.Context context = new CallbackGenerator.Context() { public int getO... | return e; } }; for (int i = 0; i < callbackTypes.length; i++) { CallbackGenerator gen = generators[i]; if (!seenGen.contains(gen)) { seenGen.add(gen); final List<MethodInfo> fmethods = groups.get(gen); if (fmethods != null) { try { gen.generate(ce, context, fmethods); gen.generateStatic(se, context, fmethods); } catch ... | private void emitMethods(final ClassEmitter ce, List methods, List<Method> actualMethods) { CallbackGenerator[] generators = CallbackInfo.getGenerators(callbackTypes); Map<CallbackGenerator,List<MethodInfo>> groups = new HashMap<CallbackGenerator, List<MethodInfo>>(); final Map<MethodInfo,Integ... | 12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/4c632c609488fb8900f7eb5390cd16cbaaf04adf/AdvancedEnhancer.java/clean/source/net/sf/cglib/proxy/AdvancedEnhancer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
3626,
4712,
12,
6385,
1659,
13476,
5898,
16,
987,
2590,
16,
987,
32,
1305,
34,
3214,
4712,
13,
288,
3639,
8444,
3908,
8526,
13327,
273,
8444,
966,
18,
588,
31452,
12,
3394,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
3626,
4712,
12,
6385,
1659,
13476,
5898,
16,
987,
2590,
16,
987,
32,
1305,
34,
3214,
4712,
13,
288,
3639,
8444,
3908,
8526,
13327,
273,
8444,
966,
18,
588,
31452,
12,
3394,
2... |
protected void populateTableList( String schemaName ,TreeItem schemaTreeItem ) { if ( schemaTreeItem != null ) { removeTreeItem( schemaTreeItem ); } String namePattern = null; String[] tableType = null; cachedSearchTxt = searchTxt.getText( ); namePattern = SQLUtility.getTailoredSearchText( searchTxt.getText( ... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/cb59eec61fac3f70118834d4b7418d08c64f26a0/SQLDataSetEditorPage.java/buggy/data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
6490,
1388,
682,
12,
514,
21960,
269,
2471,
1180,
1963,
2471,
1180,
262,
202,
95,
202,
202,
430,
261,
1963,
2471,
1180,
480,
446,
262,
202,
202,
95,
1082,
202,
4479,
247... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6490,
1388,
682,
12,
514,
21960,
269,
2471,
1180,
1963,
2471,
1180,
262,
202,
95,
202,
202,
430,
261,
1963,
2471,
1180,
480,
446,
262,
202,
202,
95,
1082,
202,
4479,
247... | ||
TableSorter sorter = getTableSorter(); | TableComparator sorter = getTableSorter(); | private void resortTable(final TreeColumn column, final IField field, IProgressMonitor monitor) { TableSorter sorter = getTableSorter(); monitor.beginTask(MarkerMessages.sortDialog_title, 100); monitor.worked(10); if (field.equals(sorter.getTopField())) sorter.reverseTopPriority(); else so... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/b34bac03ab70048a4b238ebb6ad2383d1ae284b3/TableView.java/clean/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
1152,
918,
400,
499,
1388,
12,
6385,
4902,
1494,
1057,
16,
6862,
202,
6385,
467,
974,
652,
16,
467,
5491,
7187,
6438,
13,
288,
9506,
202,
1388,
24952,
19867,
273,
5638,
24952,
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,
1875,
202,
1152,
918,
400,
499,
1388,
12,
6385,
4902,
1494,
1057,
16,
6862,
202,
6385,
467,
974,
652,
16,
467,
5491,
7187,
6438,
13,
288,
9506,
202,
1388,
24952,
19867,
273,
5638,
24952,
5621,... |
jj_la1[87] = jj_gen; | jj_la1[89] = jj_gen; | final public TryStatement tryStatement() throws ParseException { Token t, u; Node tryBlock; Node catchBlock; List<CatchStatement> catches = new LinkedList<CatchStatement>(); FormalParameter formal; Node finallyBlock = null; int el = 0, e... | 11192 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11192/0b7f9842c42a34509d077a5e1d655daf0b8192d6/Parser.java/clean/dynamicjava/src/koala/dynamicjava/parser/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
1071,
6161,
3406,
775,
3406,
1435,
1216,
10616,
288,
565,
3155,
6647,
268,
16,
582,
31,
565,
2029,
5411,
775,
1768,
31,
565,
2029,
5411,
1044,
1768,
31,
565,
987,
32,
14842,
3406,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
1071,
6161,
3406,
775,
3406,
1435,
1216,
10616,
288,
565,
3155,
6647,
268,
16,
582,
31,
565,
2029,
5411,
775,
1768,
31,
565,
2029,
5411,
1044,
1768,
31,
565,
987,
32,
14842,
3406,
... |
this.useNewParser = useNewParser; | getPluginPreferences().setValue(PREF_USE_NEW_PARSER, useNewParser); savePluginPreferences(); | public void setUseNewParser(boolean useNewParser) { this.useNewParser = useNewParser; } | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/e31f920f10e68aac60b67dd963f77f191871437a/CCorePlugin.java/clean/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/CCorePlugin.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
24581,
1908,
2678,
12,
6494,
999,
1908,
2678,
13,
288,
202,
202,
2211,
18,
1202,
1908,
2678,
273,
999,
1908,
2678,
31,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
24581,
1908,
2678,
12,
6494,
999,
1908,
2678,
13,
288,
202,
202,
2211,
18,
1202,
1908,
2678,
273,
999,
1908,
2678,
31,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
return isHolderType(parameterType); | return DescriptionBuilderUtils.isHolderType(parameterType); | public boolean isHolderType() { return isHolderType(parameterType); } | 49300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49300/4482e633bd00a9419b23d52a57140fc5ee58d516/ParameterDescriptionComposite.java/buggy/modules/metadata/src/org/apache/axis2/jaxws/description/builder/ParameterDescriptionComposite.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
353,
6064,
559,
1435,
288,
3639,
327,
6507,
1263,
1989,
18,
291,
6064,
559,
12,
6775,
559,
1769,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
353,
6064,
559,
1435,
288,
3639,
327,
6507,
1263,
1989,
18,
291,
6064,
559,
12,
6775,
559,
1769,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
return new JavaSpacePropertyProcessor(((JavaBlock)child2).getFirstTreeNode(), mySettings).getResult(); | return new JavaSpacePropertyProcessor(AbstractJavaBlock.getTreeNode(child2), mySettings).getResult(); | public SpaceProperty getSpaceProperty(Block child1, Block child2) { return new JavaSpacePropertyProcessor(((JavaBlock)child2).getFirstTreeNode(), mySettings).getResult(); } | 17306 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17306/90ad545bef2fb9c0a33cedda8dd5751939bfeef8/SynteticCodeBlock.java/buggy/source/com/intellij/psi/formatter/newXmlFormatter/java/SynteticCodeBlock.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
14059,
1396,
1322,
909,
1396,
12,
1768,
1151,
21,
16,
3914,
1151,
22,
13,
288,
565,
327,
394,
5110,
3819,
1396,
5164,
12,
7469,
5852,
1768,
18,
588,
12513,
12,
3624,
22,
3631,
339... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
14059,
1396,
1322,
909,
1396,
12,
1768,
1151,
21,
16,
3914,
1151,
22,
13,
288,
565,
327,
394,
5110,
3819,
1396,
5164,
12,
7469,
5852,
1768,
18,
588,
12513,
12,
3624,
22,
3631,
339... |
{ inInclude = true; } | inInclude = true; | public int next() throws XMLStreamException { if (lookahead) { lookahead = false; return event; } buf = null; len = 0; if (walker != null) { Node c = walker.getCurrentNode(); Node n = null; if (c.getNodeType() == Node.ELEMENT_NODE) { ... | 47947 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47947/e5c817a4efbf34f20c6b017369c0b6d8ef42e5ae/XIncludeFilter.java/buggy/gnu/xml/stream/XIncludeFilter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
1024,
1435,
565,
1216,
21526,
225,
288,
565,
309,
261,
7330,
11617,
13,
1377,
288,
3639,
16029,
273,
629,
31,
3639,
327,
871,
31,
1377,
289,
565,
1681,
273,
446,
31,
565,
562... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
1024,
1435,
565,
1216,
21526,
225,
288,
565,
309,
261,
7330,
11617,
13,
1377,
288,
3639,
16029,
273,
629,
31,
3639,
327,
871,
31,
1377,
289,
565,
1681,
273,
446,
31,
565,
562... |
Node.Target target = node.target; | Node target = node.target; | private void visitGOTO(Node.Jump node, int type, Node child) { Node.Target target = node.target; if (type == Token.IFEQ || type == Token.IFNE) { if (child == null) throw Codegen.badTree(); int targetLabel = getTargetLabel(target); int fallThruLabel = cfw.acquireLabe... | 47345 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47345/00c3a706bf401545154202d57d1edaa0e2f9b8b8/Codegen.java/clean/src/org/mozilla/javascript/optimizer/Codegen.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
3757,
43,
27019,
12,
907,
18,
26743,
756,
16,
509,
618,
16,
2029,
1151,
13,
565,
288,
3639,
2029,
1018,
273,
756,
18,
3299,
31,
3639,
309,
261,
723,
422,
3155,
18,
5501,
27... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
3757,
43,
27019,
12,
907,
18,
26743,
756,
16,
509,
618,
16,
2029,
1151,
13,
565,
288,
3639,
2029,
1018,
273,
756,
18,
3299,
31,
3639,
309,
261,
723,
422,
3155,
18,
5501,
27... |
" AND resource_filter = " + Constants.ITEM + " AND resource_filter_arg in " + | " AND container_type_id = " + Constants.ITEM + " AND container_id in " + | private static TableRowIterator policyLookup(Context c, int resource_type, int resource_id, int action_id) throws SQLException { String myquery = ""; // get the policies eonly for this object (rare) TableRowIterator specific_policies = DatabaseManager.query(c, "resourcepoli... | 31338 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31338/25c111afaa1f5e74f536b77770b15ee76ec8e3f4/AuthorizeManager.java/buggy/dspace/src/org/dspace/authorize/AuthorizeManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
3555,
1999,
3198,
3329,
6609,
12,
1042,
276,
16,
509,
1058,
67,
723,
16,
509,
1058,
67,
350,
16,
509,
1301,
67,
350,
13,
3639,
1216,
6483,
565,
288,
3639,
514,
3399,
2271,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
3555,
1999,
3198,
3329,
6609,
12,
1042,
276,
16,
509,
1058,
67,
723,
16,
509,
1058,
67,
350,
16,
509,
1301,
67,
350,
13,
3639,
1216,
6483,
565,
288,
3639,
514,
3399,
2271,
... |
"select {[Measures].[Org Salary], [Measures].[Count]} on columns,\n" + | "select {[Measures].[Org Salary], [Measures].[Count]} on columns,\n" + | public void testOneAboveLeaf() { // Rebecca Kanagaki has 2 direct reports, and they have no reports assertQueryReturns( "select {[Measures].[Org Salary], [Measures].[Count]} on columns,\n" + " {[Employees].[All Employees].[Sheri Nowmer].[Rebecca Kanagaki]} on rows\n" + ... | 37907 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/37907/aa6a5b6c7e27f66d87e2f1758ac150e336b69d84/ParentChildHierarchyTest.java/clean/testsrc/main/mondrian/test/ParentChildHierarchyTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
3335,
25477,
9858,
1435,
288,
3639,
368,
868,
70,
557,
5353,
1475,
940,
581,
77,
711,
576,
2657,
10557,
16,
471,
2898,
1240,
1158,
10557,
3639,
1815,
1138,
1356,
12,
7734... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3335,
25477,
9858,
1435,
288,
3639,
368,
868,
70,
557,
5353,
1475,
940,
581,
77,
711,
576,
2657,
10557,
16,
471,
2898,
1240,
1158,
10557,
3639,
1815,
1138,
1356,
12,
7734... |
Main.printUsage(); | Main.printUsage(outStream); shouldRunInterpreter = false; | private void processArgument() { String argument = arguments[argumentIndex]; FOR : for (characterIndex = 1; characterIndex < argument.length(); characterIndex++) { switch (argument.charAt(characterIndex)) { case 'h' : Main.printUsage(); b... | 49687 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49687/f321a7dc6c9f0229cc5266d9c2923a04a755be60/CommandlineParser.java/clean/src/org/jruby/util/CommandlineParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1207,
1379,
1435,
288,
3639,
514,
1237,
273,
1775,
63,
3446,
1016,
15533,
3639,
12108,
294,
364,
261,
11560,
1016,
273,
404,
31,
3351,
1016,
411,
1237,
18,
2469,
5621,
3351,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1207,
1379,
1435,
288,
3639,
514,
1237,
273,
1775,
63,
3446,
1016,
15533,
3639,
12108,
294,
364,
261,
11560,
1016,
273,
404,
31,
3351,
1016,
411,
1237,
18,
2469,
5621,
3351,
10... |
try { bos.close(); bos.writeTo(result); } catch (IOException inner) { } | public void displayFileDiff(String path, File file1, File file2, String rev1, String rev2, String mimeType1, String mimeType2, OutputStream result) throws SVNException { path = getDisplayPath(path); int i = 0; for(; i < myAnchorPath1.length() && i < myAnchorPath2.length() && ... | 2776 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2776/7272aea4f40aa52b3bab884651581ec038dfa114/DefaultSVNDiffGenerator.java/clean/svnkit/src/org/tmatesoft/svn/core/wc/DefaultSVNDiffGenerator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2562,
812,
5938,
12,
780,
589,
16,
1387,
585,
21,
16,
1387,
585,
22,
16,
5411,
514,
5588,
21,
16,
514,
5588,
22,
16,
514,
10707,
21,
16,
514,
10707,
22,
16,
8962,
563,
13... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2562,
812,
5938,
12,
780,
589,
16,
1387,
585,
21,
16,
1387,
585,
22,
16,
5411,
514,
5588,
21,
16,
514,
5588,
22,
16,
514,
10707,
21,
16,
514,
10707,
22,
16,
8962,
563,
13... | |
RubySymbol classname = RubySymbol.newSymbol(runtime, getMetaClass().getName()); | RubySymbol classname = RubySymbol.newSymbol(getRuntime(), getMetaClass().getName()); | public void marshalTo(MarshalStream output) throws java.io.IOException { output.write('o'); RubySymbol classname = RubySymbol.newSymbol(runtime, getMetaClass().getName()); output.dumpObject(classname); if (getInstanceVariables() == null) { output.dumpInt(0); } else { ... | 1060 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1060/870e1da9b41bfdbae259e1fc5f18fc8b76686998/RubyObject.java/clean/src/org/jruby/RubyObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
10893,
774,
12,
8105,
1228,
876,
13,
1216,
2252,
18,
1594,
18,
14106,
288,
3639,
876,
18,
2626,
2668,
83,
8284,
3639,
19817,
5335,
7479,
273,
19817,
5335,
18,
2704,
5335,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
10893,
774,
12,
8105,
1228,
876,
13,
1216,
2252,
18,
1594,
18,
14106,
288,
3639,
876,
18,
2626,
2668,
83,
8284,
3639,
19817,
5335,
7479,
273,
19817,
5335,
18,
2704,
5335,
12,
... |
default : | default: | public NotificationChain eBasicRemoveFromContainer(NotificationChain msgs) { if (eContainerFeatureID >= 0) { switch (eContainerFeatureID) { case CommonarchivePackage.CLIENT_MODULE_REF__EAR_FILE : return eContainer.eInverseRemove(this, CommonarchivePackage.EAR_FILE__MODULE_REFS, EARFile.class, msgs); defau... | 8196 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8196/ebce0dfcf980c405fd07c019b6f4466152262cb7/ClientModuleRefImpl.java/clean/plugins/org.eclipse.jst.j2ee.core/commonArchive/org/eclipse/jst/j2ee/commonarchivecore/internal/impl/ClientModuleRefImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
27050,
425,
8252,
3288,
1265,
2170,
12,
4386,
3893,
8733,
13,
288,
202,
202,
430,
261,
73,
2170,
4595,
734,
1545,
374,
13,
288,
1082,
202,
9610,
261,
73,
2170,
4595,
734,
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,
225,
202,
482,
27050,
425,
8252,
3288,
1265,
2170,
12,
4386,
3893,
8733,
13,
288,
202,
202,
430,
261,
73,
2170,
4595,
734,
1545,
374,
13,
288,
1082,
202,
9610,
261,
73,
2170,
4595,
734,
13,
... |
performApply(); } | performApply(); } | public void widgetSelected(SelectionEvent e) { performApply(); } | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/d9eff5582653c44716bb626b9a40c2d82ad2b401/PreferencePage.java/buggy/bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1171,
1071,
918,
3604,
7416,
12,
6233,
1133,
425,
13,
288,
10792,
3073,
7001,
5621,
7734,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1171,
1071,
918,
3604,
7416,
12,
6233,
1133,
425,
13,
288,
10792,
3073,
7001,
5621,
7734,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
protected void setProperty(final Context _context, final String _name, final String _value) throws Exception { | protected void setProperty(final String _name, final String _value) throws CacheReloadException { | protected void setProperty(final Context _context, final String _name, final String _value) throws Exception { if (_name.startsWith("AccessCheckClass")) { addAccessCheck(_value); } else if ("Icon".equals(_name)) { setIcon(RequestHandler.replaceMacrosInUrl(_value)); } else if ("Tree".equals(_name... | 50266 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50266/398deca4d2f670170df358e7685a3efeb32cab57/Type.java/clean/kernel/src/main/java/org/efaps/admin/datamodel/Type.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
7486,
12,
6385,
514,
389,
529,
16,
727,
514,
389,
1132,
13,
1216,
4379,
13013,
503,
225,
288,
565,
309,
261,
67,
529,
18,
17514,
1190,
2932,
1862,
1564,
797,
6,
3719,
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,
918,
7486,
12,
6385,
514,
389,
529,
16,
727,
514,
389,
1132,
13,
1216,
4379,
13013,
503,
225,
288,
565,
309,
261,
67,
529,
18,
17514,
1190,
2932,
1862,
1564,
797,
6,
3719,
225,
... |
if(start instanceof CompositeElement && (isStrongWhitespaceHolder(start.getElementType()) || slopeSide && start.getUserData(UNCLOSED_ELEMENT_PROPERTY) != null)){ | if (start instanceof CompositeElement && (isStrongWhitespaceHolder(start.getElementType()) || slopeSide && start.getUserData(UNCLOSED_ELEMENT_PROPERTY) != null)) { | private static void initStrongWhitespaceHolder(CommonParentState commonParent, ASTNode start, boolean slopeSide) { if(start instanceof CompositeElement && (isStrongWhitespaceHolder(start.getElementType()) || slopeSide && start.getUserData(UNCLOSED_ELEMENT_PROPERTY) != null)){ commonParent.stro... | 56598 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56598/db4365e72e5685d16ed28252776f5e0da7a3f32a/ParseUtil.java/clean/source/com/intellij/psi/impl/source/parsing/ParseUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
918,
1208,
1585,
932,
9431,
6064,
12,
6517,
3054,
1119,
2975,
3054,
16,
9183,
907,
787,
16,
1250,
17543,
8895,
13,
288,
565,
309,
12,
1937,
1276,
14728,
1046,
4202,
597,
261,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
918,
1208,
1585,
932,
9431,
6064,
12,
6517,
3054,
1119,
2975,
3054,
16,
9183,
907,
787,
16,
1250,
17543,
8895,
13,
288,
565,
309,
12,
1937,
1276,
14728,
1046,
4202,
597,
261,
... |
case 8: | case 'B': | public final static VmArrayClass getPrimitiveArrayClass(int type) { switch (type) { case 4: return BooleanArrayClass; case 8: return ByteArrayClass; case 5: return CharArrayClass; case 9: return ShortArrayClass; case 10: return IntArrayClass; case 6: return FloatArrayClass; case 11: return LongAr... | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/50abd4639810e6237e6fdcf2d287d93f4f1e7387/VmType.java/buggy/core/src/core/org/jnode/vm/classmgr/VmType.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
760,
776,
81,
1076,
797,
8248,
5025,
1076,
797,
12,
474,
618,
13,
288,
202,
202,
9610,
261,
723,
13,
288,
202,
202,
3593,
1059,
30,
1082,
202,
2463,
3411,
1076,
797,
31... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
760,
776,
81,
1076,
797,
8248,
5025,
1076,
797,
12,
474,
618,
13,
288,
202,
202,
9610,
261,
723,
13,
288,
202,
202,
3593,
1059,
30,
1082,
202,
2463,
3411,
1076,
797,
31... |
if (init) { if (node.getPrevious() != null && node.getPrevious().isFilterTrace()) { if (filterInfo.remaining > 0) { for (int i = 0; i < filterInfo.remaining * Util.getTypeSize(node.getFilter().getInputType()); i++) { RouteIns ins = new RouteIns(tile); ins.addRoute(rawChip.getTile(((FilterTraceNode)node.getPrevious())... | if (init && filterInfo.remaining > 0) { for (int i = 0; i < filterInfo.remaining * Util.getTypeSize(node.getFilter().getInputType()); i++) { if (node.getPrevious().isFilterTrace()) { RouteIns ins = new RouteIns(tile); ins.addRoute(rawChip.getTile(((FilterTraceNode)node.getPrevious()).getX(), ((FilterTraceNode)node.ge... | private static void createSwitchCodeBuffered(FilterTraceNode node, Trace parent, FilterInfo filterInfo, boolean init, RawTile tile, RawChip rawChip, int mult) { //create the switch code for each firing createSwitchCode(node, parent, filterInfo, init, false, tile, rawChip, mult); //now we mu... | 47772 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47772/837d7c534bc8642df91fcf2f27a1ef1a7084eb58/Rawify.java/buggy/streams/src/at/dms/kjc/spacetime/Rawify.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
752,
10200,
1085,
17947,
12,
1586,
3448,
907,
756,
16,
2677,
982,
16,
15106,
4008,
966,
1034,
966,
16,
6862,
1082,
1250,
1208,
16,
6576,
9337,
4769,
16,
6862,
1082,
6576,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
752,
10200,
1085,
17947,
12,
1586,
3448,
907,
756,
16,
2677,
982,
16,
15106,
4008,
966,
1034,
966,
16,
6862,
1082,
1250,
1208,
16,
6576,
9337,
4769,
16,
6862,
1082,
6576,
... |
pageProlog.append("<html><head>"); pageProlog.append("<style type=\"text/css\">"); pageProlog.append(getBodyStyle(useColorBG)); pageProlog.append("</style>"); appendStyleSheetURL(pageProlog, styleSheetURL); pageProlog.append("</head>"); pageProlog.append("<body>"); buffer.insert(position, pageProlog.toString()); | pageProlog.append("<html>"); appendStyleSheetURL(pageProlog, styleSheetURL); pageProlog.append("<body text=\"#000000\" bgcolor=\""); appendColor(pageProlog, bgRGB); pageProlog.append("\">"); buffer.insert(position, pageProlog.toString()); } | public static void insertPageProlog(StringBuffer buffer, int position, URL styleSheetURL, boolean useColorBG) { StringBuffer pageProlog= new StringBuffer(300); pageProlog.append("<html><head>"); //$NON-NLS-1$ pageProlog.append("<style type=\"text/css\">"); //$NON-NLS-1$ pageProlog.append(getBodyStyle(useColorBG));... | 14404 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14404/b5fdd794ee05f31d85c8cede14b73670272143ae/HTMLPrinter.java/clean/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/HTMLPrinter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
2243,
1964,
626,
1330,
12,
780,
1892,
1613,
16,
509,
1754,
16,
1976,
2154,
8229,
1785,
16,
1250,
999,
2957,
30098,
13,
288,
202,
202,
780,
1892,
1363,
626,
1330,
33,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
2243,
1964,
626,
1330,
12,
780,
1892,
1613,
16,
509,
1754,
16,
1976,
2154,
8229,
1785,
16,
1250,
999,
2957,
30098,
13,
288,
202,
202,
780,
1892,
1363,
626,
1330,
33,... |
UnresolvedType collectionType = UnresolvedType.forName("java.util.Collection<E>"); | UnresolvedType collectionType = UnresolvedType.forName("java.util.Collection"); ResolvedType rt= world.resolve(collectionType).getRawType().resolve(world); ResolvedMember[] methods = world.resolve(collectionType).getDeclaredMethods(); int i = findMethod("toArray", methods); assertTrue("Couldn't find 'toArray' in the se... | public void testResolveGeneric() { UnresolvedType collectionType = UnresolvedType.forName("java.util.Collection<E>");// ResolvedType rt= world.resolve(collectionType);// ResolvedMember[] methods = world.resolve(collectionType).getDeclaredMethods();// assertTrue(findMethod("toArray", methods) != -1); } | 53148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/53148/749461102f3d5b4d89cf0b1ad744be97e161951b/TestJava5ReflectionBasedReferenceTypeDelegate.java/clean/weaver5/java5-testsrc/org/aspectj/weaver/TestJava5ReflectionBasedReferenceTypeDelegate.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
8460,
7014,
1435,
288,
202,
202,
984,
11792,
559,
1849,
559,
273,
1351,
11792,
559,
18,
1884,
461,
2932,
6290,
18,
1367,
18,
2532,
32,
41,
2984,
1769,
759,
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,
8460,
7014,
1435,
288,
202,
202,
984,
11792,
559,
1849,
559,
273,
1351,
11792,
559,
18,
1884,
461,
2932,
6290,
18,
1367,
18,
2532,
32,
41,
2984,
1769,
759,
202,
202... |
throw new ReturnJump(runtime.getNil()); | result = runtime.getNil(); | public void visitForNode(ForNode iVisited) { threadContext.getBlockStack().push(iVisited.getVarNode(), new EvaluateMethod(iVisited.getBodyNode()), self); threadContext.getIterStack().push(Iter.ITER_PRE); try { while (true) { try { ISourcePosition pos... | 45221 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45221/2498daa752f173b4b6559c0df4a40f716bdc23d7/EvaluateVisitor.java/clean/org/jruby/evaluator/EvaluateVisitor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3757,
31058,
12,
31058,
277,
30019,
13,
288,
3639,
2650,
1042,
18,
588,
1768,
2624,
7675,
6206,
12,
77,
30019,
18,
588,
1537,
907,
9334,
394,
18176,
1305,
12,
77,
30019,
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,
3757,
31058,
12,
31058,
277,
30019,
13,
288,
3639,
2650,
1042,
18,
588,
1768,
2624,
7675,
6206,
12,
77,
30019,
18,
588,
1537,
907,
9334,
394,
18176,
1305,
12,
77,
30019,
18,
... |
CompletionStatus.COMPLETED_NO ); | CompletionStatus.COMPLETED_NO ); | private void p_invoke() throws SystemException { binaryReply response = submit(); ReplyHeader rh = response.header.create_reply_header(); cdrBufInput input = response.getStream(); input.setOrb(orb); rh.read(input); // The stream must be aligned sinve v1.2, but only once. boolean ... | 47947 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47947/0c6db14fe37c570414a6f9d9ea41538675363ecc/gnuRequest.java/buggy/gnu/CORBA/gnuRequest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
293,
67,
14407,
1435,
1171,
1216,
26731,
225,
288,
565,
3112,
7817,
766,
273,
4879,
5621,
565,
16202,
1864,
6259,
273,
766,
18,
3374,
18,
2640,
67,
10629,
67,
3374,
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,
3238,
918,
293,
67,
14407,
1435,
1171,
1216,
26731,
225,
288,
565,
3112,
7817,
766,
273,
4879,
5621,
565,
16202,
1864,
6259,
273,
766,
18,
3374,
18,
2640,
67,
10629,
67,
3374,
5621,
565,
... |
}else{ rsq = ((PairwiseLinkage)dpTable.getLDStats(v1Index, v2Index)).getRSquared(); | if(pl == null) { rsq = 0; } else { rsq =pl.getRSquared(); | public LocusCorrelation getCorrelation(VariantSequence v1, VariantSequence v2) { if(v1 == v2) { return new LocusCorrelation(null,1); } if (v1 instanceof SNP && v2 instanceof SNP){ //we are comparing two snps int v1Index = ((Integer)indicesByVarSeq.get(v1)).intVa... | 51222 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51222/851a2a560298d973623200860baeaba398542c68/HaploviewAlleleCorrelator.java/buggy/edu/mit/wi/haploview/tagger/HaploviewAlleleCorrelator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2851,
407,
31685,
18399,
5488,
12,
9356,
4021,
331,
21,
16,
17122,
4021,
331,
22,
13,
288,
3639,
309,
12,
90,
21,
422,
331,
22,
13,
288,
5411,
327,
394,
2851,
407,
31685,
12,
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,
377,
1071,
2851,
407,
31685,
18399,
5488,
12,
9356,
4021,
331,
21,
16,
17122,
4021,
331,
22,
13,
288,
3639,
309,
12,
90,
21,
422,
331,
22,
13,
288,
5411,
327,
394,
2851,
407,
31685,
12,
20... |
_mediaType = mediaType; | _mediaType = mediaType; | public void setMediaType( String mediaType ) { _mediaType = mediaType; } | 4434 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4434/cd53b656c8781337491709c662fe224c44d1ef7d/OutputFormat.java/buggy/src/org/apache/xml/serialize/OutputFormat.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
444,
20870,
12,
514,
14740,
262,
565,
288,
202,
67,
5829,
559,
273,
14740,
31,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
444,
20870,
12,
514,
14740,
262,
565,
288,
202,
67,
5829,
559,
273,
14740,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
public long getTimeCompleted(); | long getTimeCompleted(); | public long getTimeCompleted(); | 9368 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9368/edfbbd9ac4b0509913ee0d047a6b893c082271af/HappinessChangeEvent.java/clean/csmart/src/org/cougaar/tools/csmart/ldm/event/HappinessChangeEvent.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1525,
6135,
9556,
5621,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1525,
6135,
9556,
5621,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
clearMessageBox(); | private void slideDown() { setIdleTime(0, false); slidingUp = false; slidingDown = true; clearMessageBox(); } | 4135 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4135/7f192cc2b55006876b142de3bc22ccaed9151cbf/ChatterBox2.java/clean/megamek/src/megamek/client/ChatterBox2.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
12701,
4164,
1435,
288,
202,
202,
542,
13834,
950,
12,
20,
16,
629,
1769,
202,
202,
2069,
10415,
1211,
273,
629,
31,
202,
202,
2069,
10415,
4164,
273,
638,
31,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
12701,
4164,
1435,
288,
202,
202,
542,
13834,
950,
12,
20,
16,
629,
1769,
202,
202,
2069,
10415,
1211,
273,
629,
31,
202,
202,
2069,
10415,
4164,
273,
638,
31,
202,
202,... | |
private void readFileIDs() throws IOException, BioException { fileIDToRAF = new RAF[5]; fileCount = 0; for (Iterator i = metaData.keys().iterator(); i.hasNext(); ) { String key = (String) i.next(); if (key.startsWith("fileid_")) { ... | 50397 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50397/b0e8b4962e26363f7bd8c43891fc78d51340c5f3/BioStore.java/buggy/src/org/biojava/bio/program/indexdb/BioStore.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
6459,
896,
812,
5103,
1435,
15069,
14106,
16,
38,
1594,
503,
95,
768,
734,
774,
2849,
42,
33,
2704,
2849,
42,
63,
25,
15533,
768,
1380,
33,
20,
31,
1884,
12,
3198,
77,
33,
3901,
751,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
6459,
896,
812,
5103,
1435,
15069,
14106,
16,
38,
1594,
503,
95,
768,
734,
774,
2849,
42,
33,
2704,
2849,
42,
63,
25,
15533,
768,
1380,
33,
20,
31,
1884,
12,
3198,
77,
33,
3901,
751,... | ||
newScanline*width, width); | newScanline*(width+pad), width); for (int i=0; i<pad; i++) { buf[newScanline*(width+pad) + width + i] = 0; } | public void save(String id, Image image, boolean last) throws FormatException, IOException { if (image == null) { throw new FormatException("Image is null"); } BufferedImage img = ImageTools.makeImage(image); // get the width and height of the image int width = img.getWidth(); int height = ... | 49800 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49800/449c40b5fa95264737791ccad22a0b1909e422de/QTWriter.java/buggy/loci/formats/QTWriter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1923,
12,
780,
612,
16,
3421,
1316,
16,
1250,
1142,
13,
565,
1216,
4077,
503,
16,
1860,
225,
288,
565,
309,
261,
2730,
422,
446,
13,
288,
1377,
604,
394,
4077,
503,
2932,
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,
1923,
12,
780,
612,
16,
3421,
1316,
16,
1250,
1142,
13,
565,
1216,
4077,
503,
16,
1860,
225,
288,
565,
309,
261,
2730,
422,
446,
13,
288,
1377,
604,
394,
4077,
503,
2932,
2... |
public List getPomsScanningBundleArchivesFolder() { | public List getPomsScanningBundleArchivesFolder() throws IOException { | public List getPomsScanningBundleArchivesFolder() { String urlAddress = getURLForBundlesArchives(); return getPomProxies(urlAddress, HTML_IWBAR_START_PATTERN); } | 10079 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10079/61612928ac2d403c43d3a5db4187c42574fff161/RepositoryBrowser.java/buggy/src/java/com/idega/manager/business/RepositoryBrowser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
987,
1689,
25390,
1541,
10903,
3405,
12269,
3606,
3899,
1435,
288,
202,
202,
780,
880,
1887,
273,
19341,
1290,
16151,
12269,
3606,
5621,
202,
202,
2463,
1689,
362,
21488,
12,
718,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
987,
1689,
25390,
1541,
10903,
3405,
12269,
3606,
3899,
1435,
288,
202,
202,
780,
880,
1887,
273,
19341,
1290,
16151,
12269,
3606,
5621,
202,
202,
2463,
1689,
362,
21488,
12,
718,... |
throw new Exception("Column " + newColumn.getName() + " in new table has NOT NULL " + "constraint, however this column " + "did not exist before and there is " + "no null replacement for this " + "column"); | String message = "Column " + newColumn.getName() + " in new table has NOT NULL " + "constraint, however this column " + "did not exist before and there is " + "no null replacement for this " + "column"; if (m_ignore_notnull) { m_out.println(message + ". Ignoring due to '-N'"); } else { throw new Exception(message); } | public void changeTable(String table, List oldColumns, List newColumns) throws Exception { Statement st = m_dbconnection.createStatement(); TreeMap columnChanges = new TreeMap(); String[] oldColumnNames = new String[oldColumns.size()]; int i; Iterator j; if (m_changed.contains(table)) { return; } m_change... | 48885 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48885/0059e1b658e7fd6bb858bc954708043cfa4b4b00/Installer.java/buggy/src/install/org/opennms/install/Installer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2549,
1388,
12,
780,
1014,
16,
987,
1592,
3380,
16,
987,
394,
3380,
13,
202,
15069,
1185,
288,
202,
3406,
384,
273,
312,
67,
1966,
4071,
18,
2640,
3406,
5621,
202,
2471,
863,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2549,
1388,
12,
780,
1014,
16,
987,
1592,
3380,
16,
987,
394,
3380,
13,
202,
15069,
1185,
288,
202,
3406,
384,
273,
312,
67,
1966,
4071,
18,
2640,
3406,
5621,
202,
2471,
863,... |
String ticketId = initiateAuthentication(attributes, null, null, false); | String redirectURL = initiateAuthentication(attributes, "http: String ticketId = redirectURL.substring(redirectURL.lastIndexOf("id=")+3); | public String directNonInteractiveAuthentication(String[] attributes, String username, String password) throws RemoteException { // Basic parameter check. if (username == null) throw new RemoteException("User name cannot be NULL"); if (password == null) throw new RemoteException("P... | 1637 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1637/fc5cce66d6d89350458c3cb0836559f57e8e4805/AuthenticationImpl.java/clean/moria/src/no/feide/moria/service/AuthenticationImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
2657,
3989,
26442,
6492,
12,
780,
8526,
1677,
16,
514,
2718,
16,
514,
2201,
13,
565,
1216,
18361,
288,
377,
202,
565,
202,
377,
202,
759,
7651,
1569,
866,
18,
377,
202,
430,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
2657,
3989,
26442,
6492,
12,
780,
8526,
1677,
16,
514,
2718,
16,
514,
2201,
13,
565,
1216,
18361,
288,
377,
202,
565,
202,
377,
202,
759,
7651,
1569,
866,
18,
377,
202,
430,
... |
public SimpleProgressMessage(String identifier, SplitfileProgressEvent event) { | public SimpleProgressMessage(String identifier, boolean global, SplitfileProgressEvent event) { | public SimpleProgressMessage(String identifier, SplitfileProgressEvent event) { this.ident = identifier; this.event = event; } | 50653 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50653/bbb3c23ec38ea1c7abb48040a17f5fc7932248bc/SimpleProgressMessage.java/clean/src/freenet/node/fcp/SimpleProgressMessage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4477,
5491,
1079,
12,
780,
2756,
16,
5385,
768,
5491,
1133,
871,
13,
288,
202,
202,
2211,
18,
6392,
273,
2756,
31,
202,
202,
2211,
18,
2575,
273,
871,
31,
202,
97,
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,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4477,
5491,
1079,
12,
780,
2756,
16,
5385,
768,
5491,
1133,
871,
13,
288,
202,
202,
2211,
18,
6392,
273,
2756,
31,
202,
202,
2211,
18,
2575,
273,
871,
31,
202,
97,
2,
-100,
... |
return m_files.length; | return mFiles.length; | public int getFileCount () { return m_files.length; } | 49828 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49828/cbf4fdde1d7d8afd142b81b56ee9dec64ba46a6d/FileFinder.java/buggy/modules/tweek/java/org/vrjuggler/tweek/beans/FileFinder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
509,
6034,
1380,
1832,
282,
288,
1377,
327,
312,
2697,
18,
2469,
31,
282,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
509,
6034,
1380,
1832,
282,
288,
1377,
327,
312,
2697,
18,
2469,
31,
282,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
public void replaceRange (String text, int start, int end) | public void replaceRange (String str, int start, int end) | public void replaceRange (String text, int start, int end) { TextAreaPeer peer = (TextAreaPeer) getPeer (); if (peer == null) return; peer.replaceRange (text, start, end); } | 25352 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/25352/3fe1c14284ce32b79d0e66441aec6a45a77ff684/TextArea.java/buggy/libjava/java/awt/TextArea.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1453,
2655,
261,
780,
609,
16,
509,
787,
16,
509,
679,
13,
225,
288,
565,
3867,
5484,
6813,
4261,
273,
261,
1528,
5484,
6813,
13,
29875,
261,
1769,
565,
309,
261,
12210,
422,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1453,
2655,
261,
780,
609,
16,
509,
787,
16,
509,
679,
13,
225,
288,
565,
3867,
5484,
6813,
4261,
273,
261,
1528,
5484,
6813,
13,
29875,
261,
1769,
565,
309,
261,
12210,
422,... |
private AnAction processActionElement(Element element, final ClassLoader loader, PluginId pluginId) { final Application app = ApplicationManager.getApplication(); final IdeaPluginDescriptor plugin = app.getPlugin(pluginId); @NonNls final String resBundleName = plugin != null ? plugin.getResourceBundleBaseNam... | 17306 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17306/4972de74093751aa507c641e7a852c8feb15d5e3/ActionManagerImpl.java/clean/action-system/impl/com/intellij/openapi/actionSystem/impl/ActionManagerImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
979,
1803,
2567,
1803,
1046,
12,
1046,
2956,
16,
6385,
7805,
6714,
16,
3773,
548,
4094,
548,
15329,
6385,
3208,
2910,
33,
3208,
1318,
18,
588,
3208,
5621,
6385,
45,
323,
69,
3773,
3187,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
979,
1803,
2567,
1803,
1046,
12,
1046,
2956,
16,
6385,
7805,
6714,
16,
3773,
548,
4094,
548,
15329,
6385,
3208,
2910,
33,
3208,
1318,
18,
588,
3208,
5621,
6385,
45,
323,
69,
3773,
3187,
... | ||
return EOUtilities.objectFromRawRow(ec, entityNameForRawRow(dict), dict); | return EOUtilities.objectFromRawRow(ec, entityNameFromRawRow(ec, dict), dict); | public EOEnterpriseObject objectFromRawRow(EOEditingContext ec, NSDictionary dict) { return EOUtilities.objectFromRawRow(ec, entityNameForRawRow(dict), dict); } | 810 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/810/e1e06fa0a1d916e087aac4f7cafa2f449ca12748/EOGenericRecordClazz.java/buggy/Wonder/Common/Frameworks/ERExtensions/Sources/er/extensions/EOGenericRecordClazz.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
512,
51,
30699,
921,
733,
1265,
4809,
1999,
12,
41,
51,
28029,
1042,
6557,
16,
423,
9903,
3192,
2065,
13,
288,
3639,
327,
512,
51,
11864,
18,
1612,
1265,
4809,
1999,
12,
557,
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,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
512,
51,
30699,
921,
733,
1265,
4809,
1999,
12,
41,
51,
28029,
1042,
6557,
16,
423,
9903,
3192,
2065,
13,
288,
3639,
327,
512,
51,
11864,
18,
1612,
1265,
4809,
1999,
12,
557,
16,
... |
case TagConstants.JML_CONSTRAINT: case TagConstants.JML_CONSTRAINT_REDUNDANTLY: | public boolean getNextPragma(Token /*@ non_null @*/ dst) { try { if (inProcessTag == NOTHING_ELSE_TO_PROCESS) { if (DEBUG) Info.out("getNextPragma: Nothing else to process."); return false; } // See if we need to continue a pre... | 46634 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46634/5225df86b98d4fedc3db4f5184861bc8fb5f7793/EscPragmaParser.java/buggy/src/escjava/trunk/ESCTools/Escjava/java/escjava/parser/EscPragmaParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
6927,
2050,
9454,
12,
1345,
1748,
36,
1661,
67,
2011,
632,
5549,
3046,
13,
288,
3639,
775,
288,
5411,
309,
261,
267,
2227,
1805,
422,
4269,
44,
1360,
67,
2247,
1090,
67,
429... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6927,
2050,
9454,
12,
1345,
1748,
36,
1661,
67,
2011,
632,
5549,
3046,
13,
288,
3639,
775,
288,
5411,
309,
261,
267,
2227,
1805,
422,
4269,
44,
1360,
67,
2247,
1090,
67,
429... | |
createLabel( propertiesGroup, LABEL_PARAM_NAME ); | createLabel( propertiesGroup, LABEL_PARAM_NAME, maxStrLengthProperty ); | private void createPropertiesPart( Composite parent ) { propertiesGroup = new Group( parent, SWT.NULL ); propertiesGroup.setText( LABEL_GROUP_PROPERTIES ); propertiesGroup.setLayout( new GridLayout( 2, false ) ); propertiesGroup.setLayoutData( new GridData( GridData.FILL_HORIZONTAL ) ); createLabel( propertiesGro... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/0b50ebbca5835c8411a3f66678e1ab42f5f57335/CascadingParametersDialog.java/buggy/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
752,
2297,
1988,
12,
14728,
982,
262,
202,
95,
202,
202,
4738,
1114,
273,
394,
3756,
12,
982,
16,
348,
8588,
18,
8560,
11272,
202,
202,
4738,
1114,
18,
542,
1528,
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,
918,
752,
2297,
1988,
12,
14728,
982,
262,
202,
95,
202,
202,
4738,
1114,
273,
394,
3756,
12,
982,
16,
348,
8588,
18,
8560,
11272,
202,
202,
4738,
1114,
18,
542,
1528,
12,
... |
tpScene3Field.setText( Integer.toString( scene3.getTeleportOffset(), 16 ) ); | tpScene3Field.setText(Integer.toString(scene3.getTeleportOffset(), 16)); | private void initComponents() { warningLabel = new javax.swing.JLabel(); jPanel1 = new javax.swing.JPanel(); tpScene2Label = new javax.swing.JLabel(); tpScene2Field = new javax.swing.JTextField(); tpScene3Label = new javax.swing.JLabel(); ... | 3699 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3699/e3746491678a9f0bdee74ba64d785d53772c8516/FlyoverEditor.java/clean/src/net/starmen/pkhack/eb/FlyoverEditor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
3238,
918,
1208,
7171,
1435,
540,
288,
5411,
3436,
2224,
273,
394,
6863,
18,
5328,
310,
18,
46,
2224,
5621,
5411,
17871,
21,
273,
394,
6863,
18,
5328,
310,
18,
46,
5537,
5621,
5411,
807... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
3238,
918,
1208,
7171,
1435,
540,
288,
5411,
3436,
2224,
273,
394,
6863,
18,
5328,
310,
18,
46,
2224,
5621,
5411,
17871,
21,
273,
394,
6863,
18,
5328,
310,
18,
46,
5537,
5621,
5411,
807... |
Date dt = df.parse(date+" "+time); | StringBuffer dateStringBuffer = new StringBuffer(date); dateStringBuffer.append(" "); dateStringBuffer.append(time); Date dt = DF_RFC977.parse(dateStringBuffer.toString()); | private Date getDateFrom(StringTokenizer tok) { String date = tok.nextToken(); String time = tok.nextToken(); boolean utc = ( tok.hasMoreTokens() ); Date d = new Date(); DateFormat df = ( date.length() == 8 ) ? DF_DATEFROM_LONG : DF_DATEFROM_SHORT; try { Date dt... | 47102 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47102/ed5ab0a908ce2b7c52f13fab49a4b0f406ce05b9/NNTPHandler.java/buggy/src/java/org/apache/james/nntpserver/NNTPHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
2167,
10713,
1265,
12,
780,
10524,
946,
13,
288,
3639,
514,
1509,
273,
946,
18,
4285,
1345,
5621,
3639,
514,
813,
273,
946,
18,
4285,
1345,
5621,
3639,
1250,
225,
9439,
273,
261,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
2167,
10713,
1265,
12,
780,
10524,
946,
13,
288,
3639,
514,
1509,
273,
946,
18,
4285,
1345,
5621,
3639,
514,
813,
273,
946,
18,
4285,
1345,
5621,
3639,
1250,
225,
9439,
273,
261,
... |
return new org.quickfix.fix43.SecurityStatus(); | return new quickfix.fix43.SecurityStatus(); | public Message create( String beginString, String msgType ) { if("0".equals(msgType)) { return new org.quickfix.fix43.Heartbeat(); } if("A".equals(msgType)) { return new org.quickfix.fix43.Logon(); } if("1".equals(msgType)) { return new org.quickfix.fix43.TestRequest(); } if("2".equals(... | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/MessageFactory.java/buggy/src/java/src/quickfix/fix43/MessageFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2350,
752,
12,
514,
2376,
780,
16,
514,
1234,
559,
262,
288,
377,
309,
2932,
20,
9654,
14963,
12,
3576,
559,
3719,
288,
377,
327,
394,
2358,
18,
19525,
904,
18,
904,
8942,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2350,
752,
12,
514,
2376,
780,
16,
514,
1234,
559,
262,
288,
377,
309,
2932,
20,
9654,
14963,
12,
3576,
559,
3719,
288,
377,
327,
394,
2358,
18,
19525,
904,
18,
904,
8942,
18,
1... |
public RubyObject setupModule(Ruby ruby, RubyModule module) { // Node node = n; String file = ruby.getSourceFile(); int line = ruby.getSourceLine(); // TMP_PROTECT; ruby.getRubyFrame().tmpPush(); ruby.pushClass(); ruby.setRubyClass(module); ruby.setCBase(module); //CHAD ruby.getScope().push(); RubyVarmap.pus... | 46217 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46217/7798138390a306a202dcec9bde45928dae2e852e/ScopeNode.java/buggy/org/jruby/nodes/ScopeNode.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
19817,
921,
3875,
3120,
12,
54,
10340,
22155,
16,
19817,
3120,
1605,
13,
288,
202,
202,
759,
2029,
756,
273,
290,
31,
202,
202,
780,
585,
273,
22155,
18,
588,
31150,
5621,
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,
19817,
921,
3875,
3120,
12,
54,
10340,
22155,
16,
19817,
3120,
1605,
13,
288,
202,
202,
759,
2029,
756,
273,
290,
31,
202,
202,
780,
585,
273,
22155,
18,
588,
31150,
5621,
202... | ||
this.stereoParity = stereoParity; } | this.stereoParity = stereoParity; } | public void setStereoParity(int stereoParity) { this.stereoParity = stereoParity; } | 45167 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45167/238421526bbe8e07c01acc0025a5e163882c01bf/Atom.java/buggy/org/openscience/cdk/Atom.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
13928,
22854,
1553,
560,
12,
474,
29558,
1553,
560,
13,
288,
202,
202,
2211,
18,
334,
822,
83,
1553,
560,
273,
29558,
1553,
560,
31,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
13928,
22854,
1553,
560,
12,
474,
29558,
1553,
560,
13,
288,
202,
202,
2211,
18,
334,
822,
83,
1553,
560,
273,
29558,
1553,
560,
31,
202,
97,
2,
-100,
-100,
-100,
-100,
... |
this.set = attributeSet; | this.attrset = attributeSet; | public UnmodifiableAttributeSet(AttributeSet attributeSet) { if (attributeSet == null) throw new NullPointerException("attributeSet may not be null"); this.set = attributeSet; } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/b9aa2b76c5fb6ec27c94f7eecf71cb3bc137fe2f/AttributeSetUtilities.java/buggy/core/src/classpath/javax/javax/print/attribute/AttributeSetUtilities.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1351,
13388,
1499,
694,
12,
1499,
694,
1566,
694,
13,
565,
288,
1377,
309,
261,
4589,
694,
422,
446,
13,
3639,
604,
394,
10108,
2932,
4589,
694,
2026,
486,
506,
446,
8863,
1377,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1351,
13388,
1499,
694,
12,
1499,
694,
1566,
694,
13,
565,
288,
1377,
309,
261,
4589,
694,
422,
446,
13,
3639,
604,
394,
10108,
2932,
4589,
694,
2026,
486,
506,
446,
8863,
1377,
3... |
public EncryptionKey getPrivateKey(String alias, char[] password) | public EncryptionKey getPrivateKey(String alias, char[] passphrase) | public EncryptionKey getPrivateKey(String alias, char[] password) throws KeyStoreException { if (! loaded) throw new KeyStoreException ( "store not loaded." ); return (EncryptionKey) privateKeyMap.get(alias); } | 967 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/967/d165be939399ddbd8d02685a168bc53515db3b75/GPGEncryptionKeyManager.java/clean/net/suberic/pooka/crypto/gpg/GPGEncryptionKeyManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
14585,
653,
27914,
653,
12,
780,
2308,
16,
1149,
8526,
15244,
13,
565,
1216,
17017,
503,
288,
565,
309,
16051,
4203,
13,
1377,
604,
394,
17017,
503,
261,
315,
2233,
486,
4203,
1199,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
14585,
653,
27914,
653,
12,
780,
2308,
16,
1149,
8526,
15244,
13,
565,
1216,
17017,
503,
288,
565,
309,
16051,
4203,
13,
1377,
604,
394,
17017,
503,
261,
315,
2233,
486,
4203,
1199,... |
public IOModes(IRuby runtime, String modesString) { this(runtime, convertModesStringToModesInt(runtime, modesString)); | public IOModes(IRuby runtime) { modes = 0; this.runtime = runtime; | public IOModes(IRuby runtime, String modesString) { this(runtime, convertModesStringToModesInt(runtime, modesString)); } | 49687 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49687/4b12521bf34cff2c9841b1dacb1a929f6def5327/IOModes.java/buggy/src/org/jruby/util/IOModes.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1665,
18868,
12,
7937,
10340,
3099,
16,
514,
12382,
780,
13,
288,
377,
202,
2211,
12,
9448,
16,
1765,
18868,
23282,
18868,
1702,
12,
9448,
16,
12382,
780,
10019,
565,
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,
377,
1071,
1665,
18868,
12,
7937,
10340,
3099,
16,
514,
12382,
780,
13,
288,
377,
202,
2211,
12,
9448,
16,
1765,
18868,
23282,
18868,
1702,
12,
9448,
16,
12382,
780,
10019,
565,
289,
2,
-100,
... |
source.append((char)ts.RC); source.append((char)ts.EOL); | sourceAdd((char)ts.RC); sourceAdd((char)ts.EOL); | private Object statementHelper(TokenStream ts, Source source) throws IOException, JavaScriptException { Object pn = null; // If skipsemi == true, don't add SEMI + EOL to source at the // end of this statment. For compound statements, IF/FOR etc. boolean skipsemi = false; ... | 11366 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11366/3d2e81a014b22cf4d1eb8921bd4229c2ca7ff017/Parser.java/buggy/js/rhino/src/org/mozilla/javascript/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1033,
3021,
2276,
12,
1345,
1228,
3742,
16,
4998,
1084,
13,
3639,
1216,
1860,
16,
11905,
503,
565,
288,
3639,
1033,
11059,
273,
446,
31,
3639,
368,
971,
2488,
307,
9197,
422,
638,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1033,
3021,
2276,
12,
1345,
1228,
3742,
16,
4998,
1084,
13,
3639,
1216,
1860,
16,
11905,
503,
565,
288,
3639,
1033,
11059,
273,
446,
31,
3639,
368,
971,
2488,
307,
9197,
422,
638,
... |
public boolean isOptional() { | public boolean isOptional() { | public boolean isOptional() { return optional; } | 2722 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2722/ef68ef66f0feb3bc08bb217fe9abcd99045ef301/WrappingLookupCommand.java/buggy/src/share/org/apache/struts/chain/commands/generic/WrappingLookupCommand.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
27039,
1435,
565,
288,
3639,
327,
3129,
31,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
27039,
1435,
565,
288,
3639,
327,
3129,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
if (tipShell.getShell() != null && tipShell.getShell().getParent() != null | if (tipShell.getShell() != null && tipShell.getShell().getParent() != null && Display.getCurrent().getActiveShell() != null | public void activateHoverHelp(final Control control) { /* * Get out of the way if we attempt to activate the control underneath * the tooltip */ control.addMouseListener(new MouseAdapter() { @Override public void mouseDown(MouseEvent e) { if (tipShell.isVisible()) tipShell.setVisible(false); } })... | 51989 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51989/c53c8dcec116cb78a83b31ee764935869de8c192/ToolTipHandler.java/buggy/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasklist/ui/views/ToolTipHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
10235,
21184,
6696,
12,
6385,
8888,
3325,
13,
288,
202,
202,
20308,
1082,
380,
968,
596,
434,
326,
4031,
309,
732,
4395,
358,
10235,
326,
3325,
3613,
4644,
421,
1082,
380,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
10235,
21184,
6696,
12,
6385,
8888,
3325,
13,
288,
202,
202,
20308,
1082,
380,
968,
596,
434,
326,
4031,
309,
732,
4395,
358,
10235,
326,
3325,
3613,
4644,
421,
1082,
380,
... |
public void remove (Component comp) | public void remove (int index) | public void remove (Component comp) { remove (getIndexOf (comp)); } | 45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/363fe84fd732aa8ca3562fb0734fe48ee20c2c65/JLayeredPane.java/buggy/libraries/javalib/javax/swing/JLayeredPane.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1206,
261,
474,
770,
13,
225,
288,
565,
1206,
261,
588,
31985,
261,
2919,
10019,
225,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1206,
261,
474,
770,
13,
225,
288,
565,
1206,
261,
588,
31985,
261,
2919,
10019,
225,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
Object lblObect = target.getProp(Node.LABEL_PROP); if (lblObect == null) { | targetLabel = target.getIntProp(Node.LABEL_PROP, -1); if (targetLabel == -1) { | private int addGoto(Node node, int gotoOp, int iCodeTop) { int targetLabel; if (node.getType() == TokenStream.RETURN) { if (itsEpilogLabel == -1) itsEpilogLabel = acquireLabel(); targetLabel = itsEpilogLabel; } else { Node target = (Node... | 13991 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13991/f6c346cc7699c007b0b9b27d9c3cdb5446052c64/Interpreter.java/clean/js/rhino/src/org/mozilla/javascript/Interpreter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
509,
527,
43,
6302,
12,
907,
756,
16,
509,
2897,
3817,
16,
509,
277,
1085,
3401,
13,
565,
288,
3639,
509,
1018,
2224,
31,
3639,
309,
261,
2159,
18,
588,
559,
1435,
422,
3155,
12... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
509,
527,
43,
6302,
12,
907,
756,
16,
509,
2897,
3817,
16,
509,
277,
1085,
3401,
13,
565,
288,
3639,
509,
1018,
2224,
31,
3639,
309,
261,
2159,
18,
588,
559,
1435,
422,
3155,
12... |
MylarTaskListPlugin.getDefault().getTaskListNotificationManager().startNotification(1); | public IStatus run(IProgressMonitor monitor) { try { monitor.beginTask(LABEL_SYNCHRONIZE_TASK, repositoryTasks.size()); setProperty(IProgressConstants.ICON_PROPERTY, TaskListImages.REPOSITORY_SYNCHRONIZE); for (final AbstractRepositoryTask repositoryTask : repositoryTasks) { if (monitor.isCanceled()) thr... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/a433fae12991c8a627b02857b69f38c50de94679/SynchronizeTaskJob.java/clean/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/provisional/tasklist/SynchronizeTaskJob.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
8005,
7901,
2174,
682,
3773,
18,
588,
1868,
7675,
588,
2174,
682,
4386,
1318,
7675,
1937,
4386,
12,
21,
1769,
225,
467,
1482,
8005,
7901,
2174,
682,
3773,
18,
588,
1868,
7675,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
8005,
7901,
2174,
682,
3773,
18,
588,
1868,
7675,
588,
2174,
682,
4386,
1318,
7675,
1937,
4386,
12,
21,
1769,
225,
467,
1482,
8005,
7901,
2174,
682,
3773,
18,
588,
1868,
7675,
... | |
protected static GrailsMethodExpression create(final GrailsApplication application,Class clazz, String queryParameter) { if(queryParameter.endsWith( LESS_THAN_OR_EQUAL )) { return new GrailsMethodExpression( application, clazz, calcPropertyName(queryParameter, LESS_THAN_OR_EQUAL), LESS_THAN_O... | 52953 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52953/eb420a51890989f6ca7f281725a19ebec728f77c/AbstractClausedStaticPersistentMethod.java/buggy/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass/AbstractClausedStaticPersistentMethod.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1117,
760,
10812,
14573,
1305,
2300,
752,
12,
6385,
10812,
14573,
3208,
2521,
16,
797,
4003,
16,
514,
843,
1662,
13,
288,
1082,
202,
430,
12,
2271,
1662,
18,
5839,
1190,
12,
21216,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1117,
760,
10812,
14573,
1305,
2300,
752,
12,
6385,
10812,
14573,
3208,
2521,
16,
797,
4003,
16,
514,
843,
1662,
13,
288,
1082,
202,
430,
12,
2271,
1662,
18,
5839,
1190,
12,
21216,
... | ||
dAxisValue += dAxisStep; | if ( i == da.length - 2 ) { dAxisValue = Methods.asDouble( sc.getMaximum( ) ) .doubleValue( ); } else { dAxisValue += dAxisStep; } | public final void renderEachAxis( IPrimitiveRenderer ipr, Plot pl, OneAxis ax, int iWhatToDraw ) throws ChartException { final RunTimeContext rtc = getRunTimeContext( ); final Axis axModel = ax.getModelAxis( ); final PlotWithAxes pwa = (PlotWithAxes) getComputations( ); final Insets insCA = pwa.getAxes( ).getIns... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/39dbdbe915b6d1a6a7715671f5dc3bf62995dbdc/AxesRenderer.java/clean/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
1743,
3442,
6558,
12,
467,
9840,
6747,
277,
683,
16,
15211,
886,
16,
1082,
202,
3335,
6558,
1740,
16,
509,
277,
23801,
774,
6493,
262,
1216,
14804,
503,
202,
95,
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,
727,
918,
1743,
3442,
6558,
12,
467,
9840,
6747,
277,
683,
16,
15211,
886,
16,
1082,
202,
3335,
6558,
1740,
16,
509,
277,
23801,
774,
6493,
262,
1216,
14804,
503,
202,
95,
202... |
rewind(_m257); | rewind(_m259); | public final void forwardOrReverseStep() throws RecognitionException, TokenStreamException, XPathException { returnAST = null; ASTPair currentAST = new ASTPair(); org.exist.xquery.parser.XQueryAST forwardOrReverseStep_AST = null; boolean synPredMatched257 = false; if (((_tokenSet_9.member(LA(1))))) { int _m... | 2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/ce8b3af89ca1836e7de5c4b3c7110a9e9001a4e4/XQueryParser.java/clean/src/org/exist/xquery/parser/XQueryParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
5104,
1162,
12650,
4160,
1435,
1216,
9539,
16,
3155,
1228,
503,
16,
10172,
503,
288,
9506,
202,
2463,
9053,
273,
446,
31,
202,
202,
9053,
4154,
783,
9053,
273,
394,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
5104,
1162,
12650,
4160,
1435,
1216,
9539,
16,
3155,
1228,
503,
16,
10172,
503,
288,
9506,
202,
2463,
9053,
273,
446,
31,
202,
202,
9053,
4154,
783,
9053,
273,
394,
... |
AssertMo.assertIncludes("Should contain args as an array", "[<1>, <2>]", result); | AssertMo.assertIncludes("Should contain args as an array", "[<1L>, <2L>]", result); | public void testToStringWithPrimitiveArray() throws Exception { Invocation invocation = new Invocation(INVOKED, methodFactory.newMethod(METHOD_NAME, new Class[]{long[].class}, void.class, EXCEPTION_TYPES), new Object[... | 2796 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2796/f239631c1c45b9271de79e5e422f9ee0850c8312/InvocationTest.java/clean/jmock/core/src/test/jmock/core/InvocationTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
5808,
1190,
9840,
1076,
1435,
1216,
1185,
288,
3639,
11298,
9495,
273,
394,
11298,
12,
706,
17691,
2056,
16,
4766,
9079,
707,
1733,
18,
2704,
1305,
12,
5327,
67,
1985,
16... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
5808,
1190,
9840,
1076,
1435,
1216,
1185,
288,
3639,
11298,
9495,
273,
394,
11298,
12,
706,
17691,
2056,
16,
4766,
9079,
707,
1733,
18,
2704,
1305,
12,
5327,
67,
1985,
16... |
buf.append("<input type=\"hidden\" name=\"formPassword\" value=\""+node.formPassword+"\">"); buf.append("<input type=\"submit\" name=\"remove_AllRequests\" value=\"Delete Everything\">"); | buf.append("<input type=\"hidden\" name=\"formPassword\" value=\""+node.formPassword+"\" />"); buf.append("<input type=\"submit\" name=\"remove_AllRequests\" value=\"Delete Everything\" />"); | private void writeDeleteAll(StringBuffer buf) { buf.append("<td>"); buf.append("<form action=\"/queue/\" method=\"post\">"); buf.append("<input type=\"hidden\" name=\"formPassword\" value=\""+node.formPassword+"\">"); buf.append("<input type=\"submit\" name=\"remove_AllRequests\" value=\"Delete Everything\">"); b... | 8026 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8026/a2c799232c5ddad097bc15ac69d6259528050f65/QueueToadlet.java/buggy/src/freenet/clients/http/QueueToadlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1045,
2613,
1595,
12,
780,
1892,
1681,
13,
288,
202,
202,
4385,
18,
6923,
2932,
32,
4465,
2984,
1769,
202,
202,
4385,
18,
6923,
2932,
32,
687,
1301,
5189,
19,
4000,
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,
225,
202,
1152,
918,
1045,
2613,
1595,
12,
780,
1892,
1681,
13,
288,
202,
202,
4385,
18,
6923,
2932,
32,
4465,
2984,
1769,
202,
202,
4385,
18,
6923,
2932,
32,
687,
1301,
5189,
19,
4000,
19,
... |
String number = (String) UtilFormatOut.checkNull(cc.getString("cardNumber")); String expDate = (String) UtilFormatOut.checkNull(cc.getString("expireDate")); | String number = UtilFormatOut.checkNull(cc.getString("cardNumber")); String expDate = UtilFormatOut.checkNull(cc.getString("expireDate")); | private static void buildCaptureTransaction(Map params, Properties props, Map AIMRequest) { GenericValue at = (GenericValue)params.get("authTransaction"); GenericValue cc = (GenericValue)params.get("creditCard"); String currency = (String) params.get("currency"); String amount = ((Double... | 45953 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45953/55bcc8af8f0d7045d61027d64770bc0a1f5b089f/AIMPaymentServices.java/clean/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
1361,
12372,
3342,
12,
863,
859,
16,
6183,
3458,
16,
1635,
432,
3445,
691,
13,
288,
3639,
7928,
620,
622,
273,
261,
7014,
620,
13,
2010,
18,
588,
2932,
1944,
3342,
8863,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
1361,
12372,
3342,
12,
863,
859,
16,
6183,
3458,
16,
1635,
432,
3445,
691,
13,
288,
3639,
7928,
620,
622,
273,
261,
7014,
620,
13,
2010,
18,
588,
2932,
1944,
3342,
8863,... |
public void createContents(String message) { createContents(message, SIZING_SELECTION_PANE_HEIGHT); } | public void createContents( String message ) { createContents( message, SIZING_SELECTION_PANE_HEIGHT ); } | public void createContents(String message) { createContents(message, SIZING_SELECTION_PANE_HEIGHT); } | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/eb9617da439d12c40f3451f4e4438472a44aab3d/WizardSaveAsPage.java/buggy/UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/WizardSaveAsPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
752,
6323,
12,
780,
883,
13,
288,
3639,
752,
6323,
12,
2150,
16,
5705,
62,
1360,
67,
1090,
15445,
67,
30819,
41,
67,
14595,
1769,
565,
289,
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,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
752,
6323,
12,
780,
883,
13,
288,
3639,
752,
6323,
12,
2150,
16,
5705,
62,
1360,
67,
1090,
15445,
67,
30819,
41,
67,
14595,
1769,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
... |
jj_la1_0 = new int[] {0x0,0x0,0x10081000,0x0,0x0,0x0,0x0,0x10001000,0x10080000,0x10081000,0x10000000,0x10080000,0x0,0x4000000,0x0,0x0,0x0,0x0,0x0,0x0,0x510cb000,0x0,0x0,0x0,0x0,0x4000000,0x0,0x510cb000,0x4104a000,0x510cb000,0x0,0x0,0x0,0x4904a000,0x4904a000,0x0,0x0,0x0,0x0,0x0,0x0,0x5104a000,0x10000000,0x0,0x0,0x0,0x0,... | jj_la1_0 = new int[] {0x0,0x0,0x10081000,0x0,0x0,0x0,0x0,0x10001000,0x10080000,0x10081000,0x10000000,0x10080000,0x0,0x4000000,0x0,0x0,0x0,0x0,0x0,0x0,0x510cb000,0x0,0x0,0x0,0x0,0x4000000,0x0,0x510cb000,0x4104a000,0x510cb000,0x0,0x0,0x0,0x4904a000,0x4904a000,0x0,0x0,0x0,0x0,0x0,0x0,0x5104a000,0x10000000,0x10000000,0x0,0... | private static void jj_la1_0() { jj_la1_0 = new int[] {0x0,0x0,0x10081000,0x0,0x0,0x0,0x0,0x10001000,0x10080000,0x10081000,0x10000000,0x10080000,0x0,0x4000000,0x0,0x0,0x0,0x0,0x0,0x0,0x510cb000,0x0,0x0,0x0,0x0,0x4000000,0x0,0x510cb000,0x4104a000,0x510cb000,0x0,0x0,0x0,0x4904a000,0x4904a000,0x0,0x0,0x0,0x0,0x0,0... | 45569 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45569/3e3034d7566b0047ef2bf5af2e29ce51f94a2d2e/JavaParser.java/clean/pmd/src/net/sourceforge/pmd/ast/JavaParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
3238,
760,
918,
10684,
67,
11821,
21,
67,
20,
1435,
288,
1377,
10684,
67,
11821,
21,
67,
20,
273,
394,
509,
8526,
288,
20,
92,
20,
16,
20,
92,
20,
16,
20,
92,
6625,
11861,
3784,
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,
565,
3238,
760,
918,
10684,
67,
11821,
21,
67,
20,
1435,
288,
1377,
10684,
67,
11821,
21,
67,
20,
273,
394,
509,
8526,
288,
20,
92,
20,
16,
20,
92,
20,
16,
20,
92,
6625,
11861,
3784,
16,... |
m_supportVectors = new SMOset(m_data.numInstances()); m_I0 = new SMOset(m_data.numInstances()); m_I1 = new SMOset(m_data.numInstances()); m_I2 = new SMOset(m_data.numInstances()); m_I3 = new SMOset(m_data.numInstances()); m_I4 = new SMOset(m_data.numInstances()); | public void buildClassifier(Instances insts) throws Exception { int m_kernelEvals = 0; if (insts.checkForStringAttributes()) { throw new Exception("Can't handle string attributes!"); } if (insts.numClasses() > 2) { throw new Exception("Can only handle two-class datasets!"); } if (insts.cla... | 6866 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6866/bba0598ffac24c8d8ce301c245dd14370b0bc09d/SMO.java/buggy/classifiers/SMO.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1361,
13860,
12,
5361,
1804,
87,
13,
1216,
1185,
288,
565,
509,
312,
67,
8111,
41,
4524,
273,
374,
31,
565,
309,
261,
8591,
87,
18,
1893,
1290,
780,
2498,
10756,
288,
1377,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1361,
13860,
12,
5361,
1804,
87,
13,
1216,
1185,
288,
565,
509,
312,
67,
8111,
41,
4524,
273,
374,
31,
565,
309,
261,
8591,
87,
18,
1893,
1290,
780,
2498,
10756,
288,
1377,
... | |
source = source.substring(lastIndex); | source = source.substring(0, lastIndex); | public static long getUrlLastModified(URL u) { String protocol = u.getProtocol(); if (protocol.equals("file")) { // We're going to use the File mechanism instead File f = new File(u.getFile()); return f.lastModified(); } else if (protocol.equals("jar")) { // We'll ... | 52513 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52513/461535b4998d93fc2e14ba7ac5a73b0c645aa111/UrlProvider.java/buggy/webmacro/src/org/webmacro/resource/UrlProvider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
760,
1525,
8928,
14747,
12,
1785,
582,
13,
288,
1377,
514,
1771,
273,
582,
18,
588,
5752,
5621,
1377,
309,
261,
8373,
18,
14963,
2932,
768,
6,
3719,
288,
540,
368,
1660,
4565,
855... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
760,
1525,
8928,
14747,
12,
1785,
582,
13,
288,
1377,
514,
1771,
273,
582,
18,
588,
5752,
5621,
1377,
309,
261,
8373,
18,
14963,
2932,
768,
6,
3719,
288,
540,
368,
1660,
4565,
855... |
billboard.setType(BillboardNode.AXIAL); | billboard.setAlignment(BillboardNode.AXIAL); | protected void simpleInitGame() { display.setTitle("Billboard test"); cam.setLocation(new Vector3f(0.0f, 0.0f, 40.0f)); cam.update(); lightState.setEnabled(false); // we don't want lighting by default. Quad q = new Quad("Quad"); q.initialize(3, 3); TextureState ts = display.getRenderer().createTe... | 19503 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19503/3e21ca7f6190a194ad051e71ba05a190c4f78b8e/TestBillboardNode.java/buggy/src/jmetest/renderer/TestBillboardNode.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
4143,
2570,
12496,
1435,
288,
565,
2562,
18,
542,
4247,
2932,
38,
737,
3752,
1842,
8863,
565,
5861,
18,
542,
2735,
12,
2704,
5589,
23,
74,
12,
20,
18,
20,
74,
16,
374,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
4143,
2570,
12496,
1435,
288,
565,
2562,
18,
542,
4247,
2932,
38,
737,
3752,
1842,
8863,
565,
5861,
18,
542,
2735,
12,
2704,
5589,
23,
74,
12,
20,
18,
20,
74,
16,
374,
18,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.