rem stringlengths 1 53.3k | add stringlengths 0 80.5k | context stringlengths 6 326k | meta stringlengths 141 403 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|---|
protected void execute() throws ArchiverException, IOException | protected void execute() throws ArchiverException, IOException | protected void execute() throws ArchiverException, IOException { if ( getSourceFile().lastModified() > getDestFile().lastModified() ) { getLogger().info( "Expanding " + getSourceFile().getAbsolutePath() + " to " + getDestFile().getAbsolutePath() ); FileOutputStr... | 10884 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10884/8348e0b29d34f62b8f140a99598373fb0cbf7fcb/BZip2UnArchiver.java/clean/src/main/java/org/codehaus/plexus/archiver/bzip2/BZip2UnArchiver.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1836,
1435,
1216,
16959,
1667,
503,
16,
1860,
565,
288,
3639,
309,
261,
7889,
812,
7675,
2722,
4575,
1435,
405,
2343,
395,
812,
7675,
2722,
4575,
1435,
262,
3639,
288,
5411,
71... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1836,
1435,
1216,
16959,
1667,
503,
16,
1860,
565,
288,
3639,
309,
261,
7889,
812,
7675,
2722,
4575,
1435,
405,
2343,
395,
812,
7675,
2722,
4575,
1435,
262,
3639,
288,
5411,
71... |
queue[next_in] = evt; if (++next_in == queue.length) next_in = 0; | queue[next_in] = evt; if (++next_in == queue.length) next_in = 0; | public synchronized void postEvent(AWTEvent evt) { if (evt == null) throw new NullPointerException(); if (next != null) { next.postEvent(evt); return; } /* Check for any events already on the queue with the same source and ID. */ int i = next_out; while (i != next_in) { AWTEvent... | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/b0bcdc7c5655d1ed77837894a9de15b7556d346b/EventQueue.java/buggy/core/src/classpath/java/java/awt/EventQueue.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
3852,
918,
1603,
1133,
12,
37,
8588,
1133,
6324,
13,
225,
288,
565,
309,
261,
73,
11734,
422,
446,
13,
1377,
604,
394,
10108,
5621,
565,
309,
261,
4285,
480,
446,
13,
1377,
288,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3852,
918,
1603,
1133,
12,
37,
8588,
1133,
6324,
13,
225,
288,
565,
309,
261,
73,
11734,
422,
446,
13,
1377,
604,
394,
10108,
5621,
565,
309,
261,
4285,
480,
446,
13,
1377,
288,
... |
else throw new PortalException("AggregatedUserLayoutStore::getAggregatedLayout(): No INIT_NODE_ID in UP_USER_LAYOUT_AGGR for " + userId + " and LAYOUT_ID " + layoutId); | else { if (userId == realUserId) { String tQuery = "SELECT USER_DFLT_USR_ID, USER_DFLT_LAY_ID FROM UP_USER WHERE USER_ID=" + userId; log.debug("AggregatedUserLayoutStore::getAggregatedLayout(): " + tQuery); rs = stmt.executeQuery(tQuery); try { if ( rs.next() ) { userId = rs.getInt(1); layoutId = rs.getInt(2); } } fin... | public IAggregatedLayout getAggregatedLayout (IPerson person, UserProfile profile) throws PortalException { int userId = person.getID(); int realUserId = userId; ResultSet rs; Connection con = null; AggregatedLayout layout = null; Hashtable layoutData = null; ALFolder rootNode = new ALFolder(); ... | 1895 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1895/3bc25adcd16ba3cb520ab28aa34dcab9c5310cd6/AggregatedUserLayoutStore.java/buggy/source/org/jasig/portal/layout/alm/AggregatedUserLayoutStore.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
1071,
467,
6078,
690,
3744,
336,
6078,
690,
3744,
261,
2579,
3565,
6175,
16,
2177,
4029,
3042,
13,
1216,
25478,
503,
288,
565,
509,
6249,
273,
6175,
18,
588,
734,
5621,
565,
509,
2863,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
1071,
467,
6078,
690,
3744,
336,
6078,
690,
3744,
261,
2579,
3565,
6175,
16,
2177,
4029,
3042,
13,
1216,
25478,
503,
288,
565,
509,
6249,
273,
6175,
18,
588,
734,
5621,
565,
509,
2863,
... |
conf.clearProperty("list.item"); assertEquals("list.item", null, conf.getProperty("list.item")); | conf.load(); key = "clear.element"; conf.clearProperty(key); assertNull(key, conf.getProperty(key)); assertNull(key, conf.getXmlProperty(key)); conf.load(); key = "clear.element2"; conf.clearProperty(key); assertNull(key, conf.getProperty(key)); assertNull(key, conf.getXmlProperty(key)); key = "clear.element2[@id]";... | public void testClearProperty() { conf.clearProperty("element"); assertEquals("element", null, conf.getProperty("element")); conf.clearProperty("list.item"); assertEquals("list.item", null, conf.getProperty("list.item")); } | 56523 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56523/f5ca5fd4a1e50043dd4f1dce5523af7b380ffb18/TestXMLConfiguration.java/buggy/src/test/org/apache/commons/configuration/TestXMLConfiguration.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
9094,
1396,
1435,
565,
288,
3639,
2195,
18,
8507,
1396,
2932,
2956,
8863,
3639,
1815,
8867,
2932,
2956,
3113,
446,
16,
2195,
18,
588,
1396,
2932,
2956,
7923,
1769,
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,
9094,
1396,
1435,
565,
288,
3639,
2195,
18,
8507,
1396,
2932,
2956,
8863,
3639,
1815,
8867,
2932,
2956,
3113,
446,
16,
2195,
18,
588,
1396,
2932,
2956,
7923,
1769,
7734,
... |
String editURI = absUrl + "/app/" + website.getHandle() | String editURI = URLUtilities.getAtomProtocolURL(true)+"/"+website.getHandle() + "/resource/" + file.getName() + ".media-link"; String editMediaURI = URLUtilities.getAtomProtocolURL(true)+"/"+ website.getHandle() | private Entry createAtomResourceEntry(WebsiteData website, File file) { String absUrl = RollerRuntimeConfig.getAbsoluteContextURL(); String editURI = absUrl + "/app/" + website.getHandle() + "/resource/" + file.getName(); String viewURI = absUrl + "... | 46431 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46431/fd0c6dd0b7fd4da3b03abcd649353e0a5c26a88e/RollerAtomHandler.java/buggy/src/org/apache/roller/webservices/atomprotocol/RollerAtomHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
3841,
752,
3641,
1420,
1622,
12,
19186,
751,
12504,
16,
1387,
585,
13,
288,
540,
514,
2417,
1489,
273,
11714,
749,
5576,
809,
18,
588,
10368,
1042,
1785,
5621,
3639,
514,
3874,
3098... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3841,
752,
3641,
1420,
1622,
12,
19186,
751,
12504,
16,
1387,
585,
13,
288,
540,
514,
2417,
1489,
273,
11714,
749,
5576,
809,
18,
588,
10368,
1042,
1785,
5621,
3639,
514,
3874,
3098... |
compound = (IASTCompoundStatement) for_stmt.getBody(); IASTExpressionStatement exprSt = (IASTExpressionStatement) compound .getStatements()[0]; IASTIdExpression id_i3 = (IASTIdExpression) exprSt.getExpression(); IASTName name_i4 = id_i3.getName(); | compound = (IASTCompoundStatement) for_stmt.getBody(); IASTExpressionStatement exprSt = (IASTExpressionStatement) compound .getStatements()[0]; IASTIdExpression id_i3 = (IASTIdExpression) exprSt.getExpression(); IASTName name_i4 = id_i3.getName(); | public void testForLoop() throws Exception { StringBuffer buffer = new StringBuffer(); buffer.append("void f() { \n"); //$NON-NLS-1$ buffer.append(" for( int i = 0; i < 5; i++ ) { \n"); //$NON-NLS-1$ buffer.append(" i; \n"); //$NO... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/98145350e052e39e57313251e0f805a20472a08d/AST2Tests.java/clean/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2Tests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
918,
1842,
31451,
1435,
1216,
1185,
288,
1377,
6674,
1613,
273,
394,
6674,
5621,
1377,
1613,
18,
6923,
2932,
6459,
284,
1435,
288,
7682,
521,
82,
8863,
4329,
3993,
17,
5106,
17,
21,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
918,
1842,
31451,
1435,
1216,
1185,
288,
1377,
6674,
1613,
273,
394,
6674,
5621,
1377,
1613,
18,
6923,
2932,
6459,
284,
1435,
288,
7682,
521,
82,
8863,
4329,
3993,
17,
5106,
17,
21,... |
copy( source, target, new byte[ 1024 * 1024 ] ); | String targetPath = targetDir.getAbsolutePath() + File.separatorChar; byte[] buffer = new byte[ 1024 * 1024 ]; for (int i = 0; i < files.length; i++) { File file = files[i]; copy( file, new File( targetPath + file.getName() ), buffer ); } | public static void copy(File source, File target) throws FileNotFoundException, IOException { copy( source, target, new byte[ 1024 * 1024 ] ); } | 9804 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9804/10b054da0b547cf33b8dee0f1b5a7a250412b0db/FileUtil.java/buggy/build/source/src/de/enough/polish/util/FileUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
1610,
12,
812,
1084,
16,
1387,
1018,
13,
225,
202,
15069,
13707,
16,
1860,
225,
202,
95,
202,
202,
3530,
12,
1084,
16,
1018,
16,
394,
1160,
63,
6250,
380,
6250,
30... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
760,
918,
1610,
12,
812,
1084,
16,
1387,
1018,
13,
225,
202,
15069,
13707,
16,
1860,
225,
202,
95,
202,
202,
3530,
12,
1084,
16,
1018,
16,
394,
1160,
63,
6250,
380,
6250,
30... |
Reader reader = source.getCharacterStream(); if (reader != null) | if (source != null) | static XmlObject downloadDocument(SchemaTypeLoader loader, String namespace, String absoluteURL) throws MalformedURLException, IOException, XmlException { StscState state = StscState.get(); EntityResolver resolver = state.getEntityResolver(); if... | 3520 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3520/716e88d171662f8199c0ee06b48274d6e73204c3/StscImporter.java/clean/v2/src/typeimpl/org/apache/xmlbeans/impl/schema/StscImporter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
760,
5714,
921,
4224,
2519,
12,
3078,
559,
2886,
4088,
16,
514,
1981,
16,
514,
4967,
1785,
13,
7734,
1216,
20710,
16,
1860,
16,
5714,
503,
3639,
288,
5411,
934,
1017,
1119,
919,
273,
93... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
760,
5714,
921,
4224,
2519,
12,
3078,
559,
2886,
4088,
16,
514,
1981,
16,
514,
4967,
1785,
13,
7734,
1216,
20710,
16,
1860,
16,
5714,
503,
3639,
288,
5411,
934,
1017,
1119,
919,
273,
93... |
debuggerFrame.onExit(cx, false, result); | debuggerFrame.onExit(cx, false, result); | static Object interpret(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, double[] argsDbl, int argShift, int argCount, NativeFunction fnOrScript, InterpreterData idata) throws JavaScrip... | 12376 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12376/a6a8297e3053e760c9c8c80d49e4437dbf0bf6fe/Interpreter.java/buggy/js/rhino/src/org/mozilla/javascript/Interpreter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
1033,
10634,
12,
1042,
9494,
16,
22780,
2146,
16,
22780,
15261,
16,
18701,
1033,
8526,
833,
16,
1645,
8526,
833,
40,
3083,
16,
18701,
509,
1501,
10544,
16,
509,
1501,
1380,
16,
18701... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
1033,
10634,
12,
1042,
9494,
16,
22780,
2146,
16,
22780,
15261,
16,
18701,
1033,
8526,
833,
16,
1645,
8526,
833,
40,
3083,
16,
18701,
509,
1501,
10544,
16,
509,
1501,
1380,
16,
18701... |
mainCause = (ex.getCause() != null) ? ex.getCause() : ex; | private void addErrorStatus(IStatus exceptionStatus, String DeployerName, Throwable ex, IStatus main) { if (exceptionStatus instanceof MultiStatus) { IStatus[] stati = ((MultiStatus) exceptionStatus).getChildren(); for (int i = 0; 1 < stati.length; i++) { addErrorStatus(stati[i], DeployerName, stati[i].getExce... | 8196 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8196/47a68c887da65ca71586e3a85c2c69de296d4757/J2EEDeployOperation.java/buggy/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deploy/J2EEDeployOperation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
5254,
10683,
273,
261,
338,
18,
588,
10683,
1435,
480,
446,
13,
692,
431,
18,
588,
10683,
1435,
294,
431,
31,
282,
918,
5254,
10683,
273,
261,
338,
18,
588,
10683,
1435,
480,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
5254,
10683,
273,
261,
338,
18,
588,
10683,
1435,
480,
446,
13,
692,
431,
18,
588,
10683,
1435,
294,
431,
31,
282,
918,
5254,
10683,
273,
261,
338,
18,
588,
10683,
1435,
480,... | |
private void __builtin_nan() { // const char * ICASTSimpleDeclSpecifier parmSds = new CASTSimpleDeclSpecifier(); parmSds.setType(IASTSimpleDeclSpecifier.t_char); parmSds.setConst(true); CPointerType c_const_char_p = new CPointerType(new CQualifierType(parmSds)); c_const_char_p.setPointer(new CASTPointer()); ITy... | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/e5e342776ddb4235e342044729523a01bf8c688b/GCCBuiltinSymbolProvider.java/clean/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/GCCBuiltinSymbolProvider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
6459,
972,
24553,
67,
13569,
1435,
95,
202,
202,
759,
10248,
3001,
14,
202,
202,
2871,
9053,
5784,
3456,
21416,
1065,
81,
55,
2377,
33,
2704,
21871,
5784,
3456,
21416,
5621,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
6459,
972,
24553,
67,
13569,
1435,
95,
202,
202,
759,
10248,
3001,
14,
202,
202,
2871,
9053,
5784,
3456,
21416,
1065,
81,
55,
2377,
33,
2704,
21871,
5784,
3456,
21416,
5621,
20... | ||
newDescription = IDEWorkbenchPlugin.getPluginWorkspace().loadProjectDescription( path); | newDescription = IDEWorkbenchPlugin.getPluginWorkspace() .loadProjectDescription(path); | private void setProjectName() { IPath path = new Path(projectFile.getPath()); IProjectDescription newDescription = null; try { newDescription = IDEWorkbenchPlugin.getPluginWorkspace().loadProjectDescription( path); } catch (CoreException exception) { //no good couldn't get the name } if (newDes... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/320f342281f01d0eab3a23189cdf15882a2124b5/WizardProjectsImportPage.java/buggy/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1152,
918,
25323,
461,
1435,
288,
1082,
202,
45,
743,
589,
273,
394,
2666,
12,
4406,
812,
18,
588,
743,
10663,
1082,
202,
45,
4109,
3291,
394,
3291,
273,
446,
31,
1082,
202,
698,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1152,
918,
25323,
461,
1435,
288,
1082,
202,
45,
743,
589,
273,
394,
2666,
12,
4406,
812,
18,
588,
743,
10663,
1082,
202,
45,
4109,
3291,
394,
3291,
273,
446,
31,
1082,
202,
698,
... |
CmsJspTagInclude.addParameter(parameterMap, I_CmsEditorActionHandler.C_DIRECT_EDIT_PARAM_TARGET, editTarget, true); CmsJspTagInclude.addParameter(parameterMap, I_CmsEditorActionHandler.C_DIRECT_EDIT_PARAM_LOCALE, controller.getCmsObject().getRequestContext().getLocale().toString(), true); CmsUserSettings settings = new... | CmsJspTagInclude.addParameter( parameterMap, I_CmsEditorActionHandler.C_DIRECT_EDIT_PARAM_TARGET, editTarget, true); CmsJspTagInclude.addParameter( parameterMap, I_CmsEditorActionHandler.C_DIRECT_EDIT_PARAM_LOCALE, controller.getCmsObject().getRequestContext().getLocale().toString(), true); CmsUserSettings settings = n... | public static String includeDirectEditElement( PageContext context, String element, String editTarget, String editElement, String editOptions, String editPermissions, String createLink) throws JspException { ServletRequest req = context.getRequest(); Se... | 8585 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8585/e4e19c0a90797aecd9ee0ffc8ee1a741d57f37ee/CmsJspTagEditable.java/buggy/src/org/opencms/jsp/CmsJspTagEditable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
514,
2341,
5368,
4666,
1046,
12,
3639,
3460,
1042,
819,
16,
3639,
514,
930,
16,
3639,
514,
3874,
2326,
16,
3639,
514,
3874,
1046,
16,
3639,
514,
3874,
1320,
16,
3639,
514,
38... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
514,
2341,
5368,
4666,
1046,
12,
3639,
3460,
1042,
819,
16,
3639,
514,
930,
16,
3639,
514,
3874,
2326,
16,
3639,
514,
3874,
1046,
16,
3639,
514,
3874,
1320,
16,
3639,
514,
38... |
protected long getRawLength() { | public long getRawLength() { | public Object next() { /* Get the next ZipEntry at the requested level. */ final ZipEntry zent = (ZipEntry) zentIt.next(); final String subname = zent.getName().substring( lleng ); /* If it is a directory, make a ZipBranchDataNode from it. */ ... | 48494 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48494/e485dd54e86aed49ea78a027bbdec370bdf5336d/ZipFileDataNode.java/clean/treeview/src/main/uk/ac/starlink/treeview/ZipFileDataNode.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
1033,
1024,
1435,
288,
7734,
1748,
968,
326,
1024,
23652,
622,
326,
3764,
1801,
18,
1195,
7734,
727,
23652,
998,
319,
273,
261,
9141,
1622,
13,
998,
319,
7193,
18,
4285,
5621,
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,
2398,
1071,
1033,
1024,
1435,
288,
7734,
1748,
968,
326,
1024,
23652,
622,
326,
3764,
1801,
18,
1195,
7734,
727,
23652,
998,
319,
273,
261,
9141,
1622,
13,
998,
319,
7193,
18,
4285,
5621,
7734... |
if (!editableTransaction.isChanged() || JOptionPane.showConfirmDialog( TransactionsFrame.this, Translate.inst().get(TranslateKeys.CLEAR_TRANSACTION_LOSE_CHANGES), Translate.inst().get(TranslateKeys.CLEAR_TRANSACTION), JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE) == JOptionPane.YES_OPTION){ | try{ recordTransaction(); editableTransaction.resetSelection(); | public void actionPerformed(ActionEvent arg0) { if (!editableTransaction.isChanged() || JOptionPane.showConfirmDialog( TransactionsFrame.this, Translate.inst().get(TranslateKeys.CLEAR_TRANSACTION_LOSE_CHANGES), Translate.inst().get(TranslateKeys.CLEAR_TRANSACTION), JOptionPane.YES... | 58048 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58048/f44ed272295093386c759c98993469e19261dfba/TransactionsFrame.java/clean/src/org/homeunix/drummer/view/logic/TransactionsFrame.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
26100,
12,
1803,
1133,
1501,
20,
13,
288,
9506,
202,
430,
16051,
19653,
3342,
18,
291,
5033,
1435,
25083,
202,
20081,
804,
1895,
8485,
18,
4500,
11269,
6353,
12,
6862,
950... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
26100,
12,
1803,
1133,
1501,
20,
13,
288,
9506,
202,
430,
16051,
19653,
3342,
18,
291,
5033,
1435,
25083,
202,
20081,
804,
1895,
8485,
18,
4500,
11269,
6353,
12,
6862,
950... |
public URI lookupApplication(_lookupApplicationRequest lookupApplication) | public URI lookupApplication(LookupApplicationRequest lookupApplication) | public URI lookupApplication(_lookupApplicationRequest lookupApplication) throws RemoteException { try { operations.info("entering lookupApplication"); LookupApplicationProcessor processor = new LookupApplicationProcessor( this); return processor... | 4987 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4987/6a0bce9a04774f0d574902b90826623e639302b9/DeploymentEndpoint.java/buggy/core/components/cddlm/src/org/smartfrog/services/cddlm/api/DeploymentEndpoint.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3699,
3689,
3208,
12,
6609,
3208,
691,
3689,
3208,
13,
5411,
1216,
18361,
288,
3639,
775,
288,
5411,
5295,
18,
1376,
2932,
2328,
310,
3689,
3208,
8863,
5411,
8834,
3208,
5164,
6659,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3699,
3689,
3208,
12,
6609,
3208,
691,
3689,
3208,
13,
5411,
1216,
18361,
288,
3639,
775,
288,
5411,
5295,
18,
1376,
2932,
2328,
310,
3689,
3208,
8863,
5411,
8834,
3208,
5164,
6659,
... |
if ( state != null ) state.doCData = true; | state.doCData = true; | public void startCDATA() { ElementState state; state = getElementState(); if ( state != null ) state.doCData = true; } | 46079 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46079/1e1ce544975980cfc9bc8941ab7c8166d350c04d/BaseMarkupSerializer.java/buggy/src/org/apache/xml/serialize/BaseMarkupSerializer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
787,
18375,
1435,
565,
288,
3639,
3010,
1119,
919,
31,
7734,
919,
273,
7426,
1119,
5621,
3639,
309,
261,
919,
480,
446,
262,
5411,
919,
18,
2896,
39,
751,
273,
638,
31,
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,
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,
787,
18375,
1435,
565,
288,
3639,
3010,
1119,
919,
31,
7734,
919,
273,
7426,
1119,
5621,
3639,
309,
261,
919,
480,
446,
262,
5411,
919,
18,
2896,
39,
751,
273,
638,
31,
565,
... |
return valueListName; | return valueListName; | public String getPairsType() { return valueListName; } | 25205 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/25205/09b200a563efc77be8bd8eceb05423772e261e18/DCInput.java/buggy/dspace/src/org/dspace/app/webui/util/DCInput.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1689,
1826,
87,
559,
1435,
565,
288,
377,
202,
2463,
460,
682,
461,
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,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1689,
1826,
87,
559,
1435,
565,
288,
377,
202,
2463,
460,
682,
461,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
filepath + ":1: file length is 151 lines (max allowed is 20).", | filepath + ":1: file length is 154 lines (max allowed is 20).", | public void testSimple() throws Exception { mConfig.setMaxFileLength(20); mConfig.setMaxMethodLength(19); mConfig.setMaxConstructorLength(9); mConfig.setParamPat("^a[A-Z][a-zA-Z0-9]*$"); mConfig.setStaticPat("^s[A-Z][a-zA-Z0-9]*$"); mConfig.setMemberPat("^m[A-Z][a... | 31427 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31427/49314771b622e7e10bde3d13f8c38170da96a3db/CheckerTest.java/clean/src/tests/com/puppycrawl/tools/checkstyle/CheckerTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
5784,
1435,
3639,
1216,
1185,
565,
288,
3639,
312,
809,
18,
542,
2747,
812,
1782,
12,
3462,
1769,
3639,
312,
809,
18,
542,
2747,
1305,
1782,
12,
3657,
1769,
3639,
312,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5784,
1435,
3639,
1216,
1185,
565,
288,
3639,
312,
809,
18,
542,
2747,
812,
1782,
12,
3462,
1769,
3639,
312,
809,
18,
542,
2747,
1305,
1782,
12,
3657,
1769,
3639,
312,
... |
super(position); | super(position, NodeTypes.DSTRNODE); | public DStrNode(ISourcePosition position) { super(position); } | 49476 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49476/6e15491217631472c05c6928672f9c7064a978b3/DStrNode.java/clean/src/org/jruby/ast/DStrNode.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
463,
1585,
907,
12,
45,
1830,
2555,
1754,
13,
288,
3639,
2240,
12,
3276,
16,
2029,
2016,
18,
40,
3902,
8744,
1769,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
463,
1585,
907,
12,
45,
1830,
2555,
1754,
13,
288,
3639,
2240,
12,
3276,
16,
2029,
2016,
18,
40,
3902,
8744,
1769,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
Properties p = WrapperManager.getProperties(); String cp1 = p.getProperty("wrapper.java.classpath.1"); | private void innerUpdate(){ Logger.minor(this, "Update() called"); synchronized(this) { if((result == null) || hasBeenBlown) { Logger.minor(this, "Returning: result="+result+", isAutoUpdateAllowed="+isAutoUpdateAllowed+", hasBeenBlown="+hasBeenBlown); return; } this.revocationDNFCounter = 0; this.fi... | 8026 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8026/f1e41ac696e1b5d875ebffa18f4b6885f8785a76/NodeUpdater.java/buggy/src/freenet/node/updater/NodeUpdater.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
3443,
1891,
1435,
95,
202,
202,
3328,
18,
17364,
12,
2211,
16,
315,
1891,
1435,
2566,
8863,
202,
202,
22043,
12,
2211,
13,
288,
1082,
202,
430,
12443,
2088,
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,
225,
202,
1152,
918,
3443,
1891,
1435,
95,
202,
202,
3328,
18,
17364,
12,
2211,
16,
315,
1891,
1435,
2566,
8863,
202,
202,
22043,
12,
2211,
13,
288,
1082,
202,
430,
12443,
2088,
422,
446,
13... | |
throw new java.rmi.UnexpectedException("Undeclared checked exception", e); | throw new java.rmi.UnexpectedException(Messages.getString("jndi.86"), e); | public javax.naming.Reference getReference() throws javax.naming.NamingException, java.rmi.RemoteException { try { if (useNewInvoke) { java.lang.Object $result = ref.invoke(this, $method_getReference_0, null, 3529874867989176284L); return ((javax.naming.Ref... | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/a019071d67c658acaf59b3bed874ed07bb31de07/RemoteReferenceWrapper_Stub.java/buggy/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper_Stub.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
6863,
18,
82,
7772,
18,
2404,
13223,
1435,
5411,
1216,
6863,
18,
82,
7772,
18,
24102,
503,
16,
2252,
18,
8864,
77,
18,
5169,
503,
288,
3639,
775,
288,
5411,
309,
261,
1202,
1908,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6863,
18,
82,
7772,
18,
2404,
13223,
1435,
5411,
1216,
6863,
18,
82,
7772,
18,
24102,
503,
16,
2252,
18,
8864,
77,
18,
5169,
503,
288,
3639,
775,
288,
5411,
309,
261,
1202,
1908,
... |
public Object execMethod(int methodId, IdFunction f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) throws JavaScriptException | public Object execMethod(IdFunction f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) | public Object execMethod(int methodId, IdFunction f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) throws JavaScriptException { if (0 <= prototypeIdShift) { switch (methodId - prototypeIdShift) { ca... | 51275 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51275/8f28fc868ac3f30ea37494abfddb6358154786c3/NativeScript.java/buggy/js/rhino/src/org/mozilla/javascript/NativeScript.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1196,
1305,
12,
474,
707,
548,
16,
3124,
2083,
284,
16,
1772,
9494,
16,
11794,
22780,
2146,
16,
22780,
15261,
16,
11794,
1033,
8526,
833,
13,
3639,
1216,
11905,
503,
565,
288,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1196,
1305,
12,
474,
707,
548,
16,
3124,
2083,
284,
16,
1772,
9494,
16,
11794,
22780,
2146,
16,
22780,
15261,
16,
11794,
1033,
8526,
833,
13,
3639,
1216,
11905,
503,
565,
288,... |
"The length of the content must be greater than 0"); | "The length of the content must be greater than 0"); | protected static void validateToken(String tokenType, String content) throws InvalidDatatypeValueException { int len; if (content == null || (len = content.length()) == 0) { throw new InvalidDatatypeValueException( "The length of the content must be greater than 0"... | 6373 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6373/4b01142cc37cb03a4b40a1d07569328af4773755/AbstractStringValidator.java/buggy/src/org/apache/xerces/impl/v2/datatypes/AbstractStringValidator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
760,
918,
1954,
1345,
12,
780,
22302,
16,
514,
913,
13,
1216,
1962,
20228,
9738,
288,
3639,
509,
562,
31,
3639,
309,
261,
1745,
422,
446,
747,
261,
1897,
273,
913,
18,
2469,
10756... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
760,
918,
1954,
1345,
12,
780,
22302,
16,
514,
913,
13,
1216,
1962,
20228,
9738,
288,
3639,
509,
562,
31,
3639,
309,
261,
1745,
422,
446,
747,
261,
1897,
273,
913,
18,
2469,
10756... |
report.setErrorCode(report.ERROR_TEST_FAILED); | report.setErrorCode(TestReport.ERROR_TEST_FAILED); | public TestReport runImpl() throws Exception { String parser = XMLResourceDescriptor.getXMLParserClassName(); DocumentFactory df = new SAXDocumentFactory (GenericDOMImplementation.getDOMImplementation(), parser); File f = (new File(testFileName)); URL ur... | 45946 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45946/37794489f7dedd0c74c1b7ae67e92cf8d877b256/RemoveAttributeTest.java/buggy/test-sources/org/apache/batik/dom/RemoveAttributeTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
7766,
4820,
1086,
2828,
1435,
1216,
1185,
288,
3639,
514,
2082,
273,
5411,
3167,
1420,
3187,
18,
588,
4201,
2678,
3834,
5621,
3639,
4319,
1733,
3013,
2398,
273,
394,
10168,
2519,
1733... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
7766,
4820,
1086,
2828,
1435,
1216,
1185,
288,
3639,
514,
2082,
273,
5411,
3167,
1420,
3187,
18,
588,
4201,
2678,
3834,
5621,
3639,
4319,
1733,
3013,
2398,
273,
394,
10168,
2519,
1733... |
if (string == null) throw new NullPointerException(); | if (string == null) throw new NullPointerException(); | private static int[] parseDeprecatedSequence(String string) { if (string == null) throw new NullPointerException(); StringTokenizer stringTokenizer = new StringTokenizer(string); int length = stringTokenizer.countTokens(); int[] strokes = new int[length]; for (int i = 0; i < length; i++) strokes[i] = parseDep... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/664efbbd6fd6dba5c4d118b10afe31ab34b6890a/Persistence.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/Persistence.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
509,
8526,
1109,
13534,
4021,
12,
780,
533,
13,
288,
202,
202,
430,
261,
1080,
422,
446,
13,
1082,
202,
12849,
394,
10108,
5621,
202,
202,
780,
10524,
533,
10524,
273,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
509,
8526,
1109,
13534,
4021,
12,
780,
533,
13,
288,
202,
202,
430,
261,
1080,
422,
446,
13,
1082,
202,
12849,
394,
10108,
5621,
202,
202,
780,
10524,
533,
10524,
273,
3... |
try | if (filePrintSpec.exists()) | private static PrinterJob getPrintJob(String jobName) { job = PrinterJob.getPrinterJob(); String printSpecPath = MiscUtilities.constructPath( jEdit.getSettingsDirectory(), "printspec"); File filePrintSpec = new File(printSpecPath); format = new HashPrintRequestAttributeSet(); if (f... | 6564 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6564/e0b296b6ce7abfd323d5481314bccbf0b3a5a7f7/BufferPrinter1_4.java/buggy/org/gjt/sp/jedit/print/BufferPrinter1_4.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
2301,
2761,
2278,
8248,
474,
2278,
12,
780,
17833,
13,
202,
95,
202,
202,
4688,
273,
2301,
2761,
2278,
18,
588,
12149,
2278,
5621,
202,
202,
780,
1172,
1990,
743,
273,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
2301,
2761,
2278,
8248,
474,
2278,
12,
780,
17833,
13,
202,
95,
202,
202,
4688,
273,
2301,
2761,
2278,
18,
588,
12149,
2278,
5621,
202,
202,
780,
1172,
1990,
743,
273,
1... |
public AttributeDescr xor_group() throws RecognitionException { AttributeDescr d; Token loc=null; Token name=null; d = null; try { // C:\Projects\jboss-rules-new\drools-compiler\src\main\resources\org\drools\lang\drl.g:478:17: (loc= 'xor-group' opt... | 6736 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6736/f57cd683a66080d941264e3f98974908a6a489a0/RuleParser.java/clean/drools-compiler/src/main/java/org/drools/lang/RuleParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3601,
16198,
17586,
67,
1655,
1435,
1216,
9539,
288,
6647,
3601,
16198,
302,
31,
3639,
3155,
1515,
33,
2011,
31,
3639,
3155,
508,
33,
2011,
31,
1171,
202,
202,
72,
273,
446,
31,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3601,
16198,
17586,
67,
1655,
1435,
1216,
9539,
288,
6647,
3601,
16198,
302,
31,
3639,
3155,
1515,
33,
2011,
31,
3639,
3155,
508,
33,
2011,
31,
1171,
202,
202,
72,
273,
446,
31,
5... | ||
} catch (ExecutionException e) { if (e.getCause() instanceof CoreException) { ErrorDialog .openError( getContainer().getShell(), IDEWorkbenchMessages.WizardNewFolderCreationPage_errorTitle, null, ((CoreException) e.getCause()) .getStatus()); } else { throw new InvocationTargetException(e); } | } catch (final ExecutionException e) { getContainer().getShell().getDisplay().syncExec( new Runnable() { public void run() { if (e.getCause() instanceof CoreException) { ErrorDialog .openError( getContainer().getShell(), IDEWorkbenchMessages.WizardNewFolderCreationPage_errorTitle, null, ((CoreException) e.getCause()) .... | public IFolder createNewFolder() { if (newFolder != null) { return newFolder; } // create the new folder and cache it if successful final IPath containerPath = resourceGroup.getContainerFullPath(); IPath newFolderPath = containerPath.append(resourceGroup.getResource()); final IFolder newFolderHandle = createFo... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/6acf364392177fabaa2905c86fa45a3dac0a3db3/WizardNewFolderMainPage.java/buggy/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
3899,
15291,
3899,
1435,
288,
202,
202,
430,
261,
2704,
3899,
480,
446,
13,
288,
1082,
202,
2463,
394,
3899,
31,
202,
202,
97,
202,
202,
759,
752,
326,
394,
3009,
471,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
3899,
15291,
3899,
1435,
288,
202,
202,
430,
261,
2704,
3899,
480,
446,
13,
288,
1082,
202,
2463,
394,
3899,
31,
202,
202,
97,
202,
202,
759,
752,
326,
394,
3009,
471,
... |
public MultipartElement getNextElement() throws ServletException, UnsupportedEncodingException { //retrieve the "Content-Disposition" header //and parse String disposition = readLine(); if ((disposition != null) && (disposition.startsWith("Content-Disposition"))) { ... | 2722 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2722/de71a13dd9d82d1df2a37155b9c62e4c7a504e01/MultipartIterator.java/buggy/src/share/org/apache/struts/upload/MultipartIterator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19919,
1046,
6927,
1046,
1435,
1216,
16517,
16,
15367,
288,
3639,
368,
17466,
326,
315,
1350,
17,
15087,
6,
1446,
3639,
368,
464,
1109,
3639,
514,
23913,
273,
12273,
5621,
13491,
309,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19919,
1046,
6927,
1046,
1435,
1216,
16517,
16,
15367,
288,
3639,
368,
17466,
326,
315,
1350,
17,
15087,
6,
1446,
3639,
368,
464,
1109,
3639,
514,
23913,
273,
12273,
5621,
13491,
309,... | ||
startPrefixMapping (prefix, uri, true); | startPrefixMapping (prefix, uri, false); | public void startPrefixMapping (String prefix, String uri) throws SAXException { startPrefixMapping (prefix, uri, true); } | 2723 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2723/05ed00dd579996462c78857f1ace3f8ce552da1d/ResultTreeHandler.java/buggy/src/org/apache/xalan/transformer/ResultTreeHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
787,
2244,
3233,
261,
780,
1633,
16,
514,
2003,
13,
565,
1216,
14366,
225,
288,
3639,
787,
2244,
3233,
261,
3239,
16,
2003,
16,
629,
1769,
225,
289,
2,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
787,
2244,
3233,
261,
780,
1633,
16,
514,
2003,
13,
565,
1216,
14366,
225,
288,
3639,
787,
2244,
3233,
261,
3239,
16,
2003,
16,
629,
1769,
225,
289,
2,
-100,
-100,
-100,
-100... |
return null; | return new Status(IStatus.OK, ManagedBuilderCorePlugin.getUniqueIdentifier(), IStatus.OK, null, null); | protected IStatus run(IProgressMonitor monitor) { try { // Set the raw path entries cModelElement.setRawPathEntries(new IPathEntry[]{containerEntry}, new NullProgressMonitor()); } catch (CModelException e) { ManagedBuilderCorePlugin.log(e); } return null; } | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/e21a791587d8b09fadb514056fb719e86e7abbe5/ManagedBuildInfo.java/clean/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/ManagedBuildInfo.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4405,
202,
1117,
467,
1482,
1086,
12,
45,
5491,
7187,
6438,
13,
288,
25083,
202,
698,
288,
6862,
1082,
202,
759,
1000,
326,
1831,
589,
3222,
6862,
1082,
202,
71,
1488,
1046,
18,
542,
4809,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4405,
202,
1117,
467,
1482,
1086,
12,
45,
5491,
7187,
6438,
13,
288,
25083,
202,
698,
288,
6862,
1082,
202,
759,
1000,
326,
1831,
589,
3222,
6862,
1082,
202,
71,
1488,
1046,
18,
542,
4809,
7... |
case ModelPackage.CHART__SERIES_HINTS: setSeriesHints((SeriesHint) null); return; | public void eUnset(EStructuralFeature eFeature) { switch (eDerivedStructuralFeatureID(eFeature)) { case ModelPackage.CHART__VERSION: setVersion(VERSION_EDEFAULT); return; case ModelPackage.CHART__TYPE: setType(TYPE_EDEFAULT); ... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/869b9dc91ef4dd13d07f589c6394484a744642f0/ChartImpl.java/clean/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ChartImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
19698,
12,
41,
14372,
4595,
425,
4595,
13,
565,
288,
3639,
1620,
261,
73,
21007,
14372,
4595,
734,
12,
73,
4595,
3719,
3639,
288,
5411,
648,
3164,
2261,
18,
1792,
4928,
972,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
19698,
12,
41,
14372,
4595,
425,
4595,
13,
565,
288,
3639,
1620,
261,
73,
21007,
14372,
4595,
734,
12,
73,
4595,
3719,
3639,
288,
5411,
648,
3164,
2261,
18,
1792,
4928,
972,
... | |
public synchronized void unregister (int index) | public synchronized void unregister (Object key) | public synchronized void unregister (int index) { if (--index < 0) return; ports[index] = null; freeList[index] = freeListHead; freeListHead = index; } | 36952 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/36952/6c8e7dbd983b645dc7fa2baad7fcff5e87daebbb/WriterManager.java/clean/gnu/text/WriterManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
3852,
918,
10232,
261,
921,
498,
13,
225,
288,
565,
309,
261,
413,
1615,
411,
374,
13,
1377,
327,
31,
565,
9048,
63,
1615,
65,
273,
446,
31,
565,
4843,
682,
63,
1615,
65,
273,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
3852,
918,
10232,
261,
921,
498,
13,
225,
288,
565,
309,
261,
413,
1615,
411,
374,
13,
1377,
327,
31,
565,
9048,
63,
1615,
65,
273,
446,
31,
565,
4843,
682,
63,
1615,
65,
273,
... |
((MarkupModelImpl)model).dispose(); | ((MarkupModelEx)model).dispose(); | public void removeMarkupModel(Project project) { MarkupModel model = myProjectToMarkupModelMap.remove(project); if (model != null) { ((MarkupModelImpl)model).dispose(); } } | 12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/6e2b1d29a6b918c9dd17b0a9bc5aff67b02fff98/DocumentImpl.java/clean/source/com/intellij/openapi/editor/impl/DocumentImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1206,
13111,
1488,
12,
4109,
1984,
13,
288,
565,
26420,
1488,
938,
273,
3399,
4109,
774,
13111,
1488,
863,
18,
4479,
12,
4406,
1769,
565,
309,
261,
2284,
480,
446,
13,
288,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1206,
13111,
1488,
12,
4109,
1984,
13,
288,
565,
26420,
1488,
938,
273,
3399,
4109,
774,
13111,
1488,
863,
18,
4479,
12,
4406,
1769,
565,
309,
261,
2284,
480,
446,
13,
288,
1... |
throw new IllegalArgumentException("Unrecognized object " + handle); | throw new IllegalArgumentException("Unrecognized object " + getClassNull(handle)); | public static Collection getCreateActions(Object handle) { if (handle instanceof MClassifier) { return ((MClassifier)handle).getCreateActions(); } throw new IllegalArgumentException("Unrecognized object " + handle); } | 7166 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7166/be05b6f537c02fb99857c8d7d71ca149fc9200dd/ModelFacade.java/buggy/src_new/org/argouml/model/ModelFacade.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
2200,
25667,
6100,
12,
921,
1640,
13,
288,
3639,
309,
261,
4110,
1276,
490,
13860,
13,
288,
5411,
327,
14015,
49,
13860,
13,
4110,
2934,
588,
1684,
6100,
5621,
3639,
289,
3639,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
2200,
25667,
6100,
12,
921,
1640,
13,
288,
3639,
309,
261,
4110,
1276,
490,
13860,
13,
288,
5411,
327,
14015,
49,
13860,
13,
4110,
2934,
588,
1684,
6100,
5621,
3639,
289,
3639,... |
} | } | public void createBuffers(int x, BufferCapabilities bufferCapabilities) { } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/ae9db4fc68ede9647d01b988919ce05ed61bf034/SwingScrollbarPeer.java/clean/gui/src/awt/org/jnode/awt/swingpeers/SwingScrollbarPeer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
752,
13699,
12,
474,
619,
16,
3525,
14012,
1613,
14012,
13,
288,
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,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
752,
13699,
12,
474,
619,
16,
3525,
14012,
1613,
14012,
13,
288,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
int childNumber, int depth, JTree tree, TreeModel mod, Object curr) { Rectangle clip = g.getClipBounds(); if (indentation > clip.x + clip.width + rightChildIndent || descent > clip.y + clip.height + getRowHeight()) return descent; int halfHeight = getRowHeight() / 2; int halfWidth = rightChildIndent / 2; int y0 = desc... | int childNumber, int depth, JTree tree, TreeModel mod, Object curr) { Rectangle clip = g.getClipBounds(); if (indentation > clip.x + clip.width + rightChildIndent || descent > clip.y + clip.height + getRowHeight()) return descent; int halfHeight = getRowHeight() / 2; int halfWidth = rightChildIndent / 2; int y0 = desc... | int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, Object curr) { Rectangle clip = g.getClipBounds(); if (indentation > clip.x + clip.width + rightChildIndent || descent > clip.y + clip.height + getRowHeight()) re... | 47947 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47947/f5ca4b7d89f5302860ae8a91105c0afc2b7b0e35/BasicTreeUI.java/buggy/javax/swing/plaf/basic/BasicTreeUI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
509,
12574,
10483,
12,
17558,
314,
16,
509,
12018,
16,
509,
3044,
319,
16,
540,
509,
1151,
1854,
16,
509,
3598,
16,
804,
2471,
2151,
16,
4902,
1488,
681,
16,
1033,
4306,
13,
282,
288,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
509,
12574,
10483,
12,
17558,
314,
16,
509,
12018,
16,
509,
3044,
319,
16,
540,
509,
1151,
1854,
16,
509,
3598,
16,
804,
2471,
2151,
16,
4902,
1488,
681,
16,
1033,
4306,
13,
282,
288,
... |
super(new TabbedPaneContentUI(), true, project, projectManager); | super(new TabbedPaneContentUI(), false, project, projectManager); | public FavoritesViewImpl(Project project, ProjectManager projectManager) { super(new TabbedPaneContentUI(), true, project, projectManager); myCurrentProject = project; addContentManagerListener(new ContentManagerListener() { public void contentAdded(ContentManagerEvent event) { } public void c... | 17306 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17306/a6bf3a8fd4f4c29e857800743aa7ef405a078de9/FavoritesViewImpl.java/buggy/source/com/intellij/ide/favoritesTreeView/FavoritesViewImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
478,
9444,
2997,
1767,
2828,
12,
4109,
1984,
16,
5420,
1318,
1984,
1318,
13,
288,
565,
2240,
12,
2704,
9483,
2992,
8485,
1350,
5370,
9334,
629,
16,
1984,
16,
1984,
1318,
1769,
565,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
478,
9444,
2997,
1767,
2828,
12,
4109,
1984,
16,
5420,
1318,
1984,
1318,
13,
288,
565,
2240,
12,
2704,
9483,
2992,
8485,
1350,
5370,
9334,
629,
16,
1984,
16,
1984,
1318,
1769,
565,
... |
else if (name.equals("IsRecreate")) p_IsRecreate = "Y".equals(para[i].getParameter()); | protected void prepare() { // Parameter ProcessInfoParameter[] para = getParameter(); for (int i = 0; i < para.length; i++) { String name = para[i].getParameterName(); if (para[i].getParameter() == null) ; else if (name.equals("C_AcctSchema_ID")) p_C_AcctSchema_ID = ((BigDecimal)para[i].getParameter())... | 50953 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50953/204116f15efa2160509d7ce478d5653a34e05302/FinBalance.java/buggy/base/src/org/compiere/report/FinBalance.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
2911,
1435,
202,
95,
202,
202,
759,
202,
1662,
202,
202,
2227,
966,
1662,
8526,
12602,
273,
5575,
5621,
202,
202,
1884,
261,
474,
277,
273,
374,
31,
277,
411,
12602,
18,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
2911,
1435,
202,
95,
202,
202,
759,
202,
1662,
202,
202,
2227,
966,
1662,
8526,
12602,
273,
5575,
5621,
202,
202,
1884,
261,
474,
277,
273,
374,
31,
277,
411,
12602,
18,... | |
burs.ir.regpool.makeTemp(com.ibm.JikesRVM.classloader.VM_TypeReference.VM_Processor); | burs.ir.regpool.makeTemp(VM_TypeReference.VM_Processor); | public static OPT_RegisterOperand insertGetCurrentProcessor(OPT_BURS burs) { OPT_RegisterOperand result = burs.ir.regpool.makeTemp(com.ibm.JikesRVM.classloader.VM_TypeReference.VM_Processor); OPT_Register ESI = burs.ir.regpool.getPhysicalRegisterSet().getESI(); burs.append(MIR_Move.create(IA32_MOV,resul... | 5245 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5245/8dfe8cd586b96d63fa7fc0e721eee0627995e5e3/VM_ProcessorLocalState.java/clean/rvm/src/vm/arch/intel/runtime/VM_ProcessorLocalState.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
16456,
67,
3996,
10265,
2243,
967,
3935,
5164,
12,
15620,
67,
38,
1099,
55,
324,
25152,
13,
288,
565,
16456,
67,
3996,
10265,
563,
273,
1377,
324,
25152,
18,
481,
18,
1574,
6... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
16456,
67,
3996,
10265,
2243,
967,
3935,
5164,
12,
15620,
67,
38,
1099,
55,
324,
25152,
13,
288,
565,
16456,
67,
3996,
10265,
563,
273,
1377,
324,
25152,
18,
481,
18,
1574,
6... |
public boolean allowDelete( IObject iObject, Details trustedDetails ) { return allowUpdateOrDelete(iObject,trustedDetails); | public boolean allowDelete(IObject iObject, Details trustedDetails) { return allowUpdateOrDelete(iObject, trustedDetails); | public boolean allowDelete( IObject iObject, Details trustedDetails ) { return allowUpdateOrDelete(iObject,trustedDetails); } | 55464 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55464/9c53370b3f7a88f29e38673527398c205d19f7d6/BasicSecuritySystem.java/buggy/components/server/src/ome/security/BasicSecuritySystem.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
1699,
2613,
12,
467,
921,
277,
921,
16,
21897,
13179,
3790,
262,
202,
95,
202,
202,
2463,
1699,
1891,
1162,
2613,
12,
77,
921,
16,
25247,
3790,
1769,
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,
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,
1250,
1699,
2613,
12,
467,
921,
277,
921,
16,
21897,
13179,
3790,
262,
202,
95,
202,
202,
2463,
1699,
1891,
1162,
2613,
12,
77,
921,
16,
25247,
3790,
1769,
202,
97,
2,
-100,
... |
tga[i].getAction( ) ) ); | tga[i].getAction( ), clipping ) ); | public void enableInteraction( InteractionEvent iev ) throws ChartException { if ( _iun == null ) { logger.log( ILogger.WARNING, Messages.getString( "exception.missing.component.interaction", getLocale( ) ) ); //$NON-NLS-1$ return; } final Trigger[] tga = iev.getTriggers( ); if ( tga == null ) { return... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/05b872f3bed7d4bd11be846d7b8ac2034d58c1c1/SwingRendererImpl.java/clean/chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingRendererImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
4237,
17419,
12,
5294,
1128,
1133,
9228,
90,
262,
1216,
14804,
503,
202,
95,
202,
202,
430,
261,
389,
77,
318,
422,
446,
262,
202,
202,
95,
1082,
202,
4901,
18,
1330,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4237,
17419,
12,
5294,
1128,
1133,
9228,
90,
262,
1216,
14804,
503,
202,
95,
202,
202,
430,
261,
389,
77,
318,
422,
446,
262,
202,
202,
95,
1082,
202,
4901,
18,
1330,
1... |
if(parent.equals(browser.getDirectory())) | if(MiscUtilities.isAbsolutePath(currentText) && !currentText.startsWith(browser.getPath())) newText = path; else if(parent.equals(browser.getDirectory())) | public void run() { String currentText = filenameField.getText(); int caret = filenameField.getCaretPosition(); if(MiscUtilities.isAbsolutePath(currentText)) caret -= MiscUtilities.getParentOfPath(currentText).length(); BrowserView view = browser.getBrowserView(); view.selectNone(); ... | 8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/1013df0114ffbdb6bc72fb4289f10f6c85a06029/VFSFileChooserDialog.java/buggy/org/gjt/sp/jedit/browser/VFSFileChooserDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4697,
202,
482,
918,
1086,
1435,
9506,
202,
95,
6862,
202,
780,
783,
1528,
273,
1544,
974,
18,
588,
1528,
5621,
6862,
202,
474,
21683,
273,
1544,
974,
18,
588,
39,
20731,
2555,
5621,
6862,
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,
4697,
202,
482,
918,
1086,
1435,
9506,
202,
95,
6862,
202,
780,
783,
1528,
273,
1544,
974,
18,
588,
1528,
5621,
6862,
202,
474,
21683,
273,
1544,
974,
18,
588,
39,
20731,
2555,
5621,
6862,
2... |
List tunnelIds = _context.tunnelManager().selectInboundTunnelIds(criteria); | List tunnelIds = getContext().tunnelManager().selectInboundTunnelIds(criteria); | private TunnelId selectInboundTunnel() { TunnelSelectionCriteria criteria = new TunnelSelectionCriteria(); criteria.setAnonymityPriority(80); criteria.setLatencyPriority(50); criteria.setReliabilityPriority(20); criteria.setMaximumTunnelsRequired(1); criteria.setMinimumTunn... | 27493 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/27493/e737e5c9507ed0d463dc9e45a8f63657f466b177/StoreJob.java/buggy/router/java/src/net/i2p/router/networkdb/kademlia/StoreJob.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
399,
8564,
548,
2027,
20571,
20329,
1435,
288,
3639,
399,
8564,
6233,
7231,
3582,
273,
394,
399,
8564,
6233,
7231,
5621,
3639,
3582,
18,
542,
979,
6435,
560,
8183,
12,
3672,
1769,
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,
3238,
399,
8564,
548,
2027,
20571,
20329,
1435,
288,
3639,
399,
8564,
6233,
7231,
3582,
273,
394,
399,
8564,
6233,
7231,
5621,
3639,
3582,
18,
542,
979,
6435,
560,
8183,
12,
3672,
1769,
3... |
public org.quickfix.field.TradingSessionID getTradingSessionID() throws FieldNotFound { org.quickfix.field.TradingSessionID value = new org.quickfix.field.TradingSessionID(); | public quickfix.field.TradingSessionID getTradingSessionID() throws FieldNotFound { quickfix.field.TradingSessionID value = new quickfix.field.TradingSessionID(); | public org.quickfix.field.TradingSessionID getTradingSessionID() throws FieldNotFound { org.quickfix.field.TradingSessionID value = new org.quickfix.field.TradingSessionID(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/QuoteStatusReport.java/clean/src/java/src/quickfix/fix44/QuoteStatusReport.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
1609,
7459,
2157,
734,
336,
1609,
7459,
2157,
734,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
1609,
7459,
2157,
734,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
1609,
7459,
2157,
734,
336,
1609,
7459,
2157,
734,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
1609,
7459,
2157,
734,
... |
MenuAdditionCacheEntry cache = (MenuAdditionCacheEntry) iterator.next(); | MenuAdditionCacheEntry cache = (MenuAdditionCacheEntry) iterator .next(); | public void populateMenu(ContributionManager mgr, MenuLocationURI uri) { List additionCaches = getAdditionsForURI(uri); List retryList = new ArrayList(); for (Iterator iterator = additionCaches.iterator(); iterator.hasNext();) { MenuAdditionCacheEntry cache = (MenuAdditionCacheEntry) iterator.next(); if (!proce... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/7708c9aa128d7f727df6c085dc73634c29372cac/WorkbenchMenuService.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
6490,
4599,
12,
442,
4027,
1318,
13333,
16,
9809,
2735,
3098,
2003,
13,
288,
202,
202,
682,
2719,
18755,
273,
336,
986,
5029,
1290,
3098,
12,
1650,
1769,
202,
202,
682,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
6490,
4599,
12,
442,
4027,
1318,
13333,
16,
9809,
2735,
3098,
2003,
13,
288,
202,
202,
682,
2719,
18755,
273,
336,
986,
5029,
1290,
3098,
12,
1650,
1769,
202,
202,
682,
3... |
assertTrue("Returned incorrect name", r.getName().equals( "createClassLoader")); | assertEquals("Returned incorrect name", "createClassLoader", r.getName()); | public void test_ConstructorLjava_lang_StringLjava_lang_String() { // Test for method java.lang.RuntimePermission(java.lang.String, // java.lang.String) RuntimePermission r = new RuntimePermission("createClassLoader", null); assertTrue("Returned incorrect name", r.getName().equals( "createClassLoader")); } | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/181e940cd92dfff67639d98e991206d375a987ea/RuntimePermissionTest.java/clean/modules/luni/src/test/java/tests/api/java/lang/RuntimePermissionTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
67,
6293,
21159,
67,
4936,
67,
780,
21159,
67,
4936,
67,
780,
1435,
288,
202,
202,
759,
7766,
364,
707,
2252,
18,
4936,
18,
5576,
5041,
12,
6290,
18,
4936,
18,
78... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
67,
6293,
21159,
67,
4936,
67,
780,
21159,
67,
4936,
67,
780,
1435,
288,
202,
202,
759,
7766,
364,
707,
2252,
18,
4936,
18,
5576,
5041,
12,
6290,
18,
4936,
18,
78... |
if (alt != null) { | tmp = alt(); if (tmp != null) { | public int doEndTag() throws JspException { // Generate the name definition or image element HttpServletRequest request = (HttpServletRequest) pageContext.getRequest(); HttpServletResponse response = (HttpServletResponse) pageContext.getResponse(); StringBuffer results = new StringBuffer("<img"); String ... | 2722 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2722/d5bb41260a3077816b6a0d1068117df2bc4ca8d8/ImgTag.java/clean/src/share/org/apache/struts/taglib/html/ImgTag.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
741,
25633,
1435,
1216,
27485,
288,
202,
759,
6654,
326,
508,
2379,
578,
1316,
930,
3639,
9984,
590,
273,
202,
225,
261,
2940,
18572,
13,
21442,
18,
588,
691,
5621,
202,
2940,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
741,
25633,
1435,
1216,
27485,
288,
202,
759,
6654,
326,
508,
2379,
578,
1316,
930,
3639,
9984,
590,
273,
202,
225,
261,
2940,
18572,
13,
21442,
18,
588,
691,
5621,
202,
2940,
... |
ObservableTracker.getterCalled(this); | getterCalled(); | public Collection values() { ObservableTracker.getterCalled(this); return wrappedMap.values(); } | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/646de6c1228ca0820a97e225df84d75e3993e272/ObservableMap.java/clean/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/ObservableMap.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2200,
924,
1435,
288,
202,
202,
15279,
8135,
18,
11990,
8185,
12,
2211,
1769,
202,
202,
2463,
5805,
863,
18,
2372,
5621,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2200,
924,
1435,
288,
202,
202,
15279,
8135,
18,
11990,
8185,
12,
2211,
1769,
202,
202,
2463,
5805,
863,
18,
2372,
5621,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
logger.info("Lookup got " + this.acquiredNodes + " nodes"); | public P2PNodeAck giveNode(Node givenNode, P2PNodeManager remoteNodeManager) { if (logger.isDebugEnabled()) { logger.debug("Given node received from " + givenNode.getNodeInformation().getURL()); } // Get currrent nodes accessor if (!this.allArrived()) { ... | 23362 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/23362/0aad9a60aca347dacfc0f0039dbbb1671d89cbc5/P2PNodeLookup.java/buggy/src/org/objectweb/proactive/p2p/service/node/P2PNodeLookup.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
453,
22,
52,
907,
11931,
8492,
907,
12,
907,
864,
907,
16,
453,
22,
52,
907,
1318,
2632,
907,
1318,
13,
288,
3639,
309,
261,
4901,
18,
291,
2829,
1526,
10756,
288,
5411,
1194,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
453,
22,
52,
907,
11931,
8492,
907,
12,
907,
864,
907,
16,
453,
22,
52,
907,
1318,
2632,
907,
1318,
13,
288,
3639,
309,
261,
4901,
18,
291,
2829,
1526,
10756,
288,
5411,
1194,
1... | |
plugin.setGoals( new ArrayList( goalMap.values() ) ); Xpp3Dom pluginConfiguration = (Xpp3Dom) plugin.getConfiguration(); Xpp3Dom defaultPluginConfiguration = (Xpp3Dom) def.getConfiguration(); plugin.setConfiguration( Xpp3Dom.mergeXpp3Dom( pluginConfiguration, defaultPluginConfiguration ) ); | private void mergePluginWithDefaults( Plugin plugin, Plugin def ) { if ( plugin.getVersion() == null && def.getVersion() != null ) { plugin.setVersion( def.getVersion() ); } Map goalMap = new TreeMap(); List pluginGoals = plugin.getGoals(); if ( pluginGoals !=... | 48791 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48791/7d7c4ed4aacf5a96e4ebed45faa6773f594cf819/DefaultModelDefaultsInjector.java/buggy/maven-project/src/main/java/org/apache/maven/project/injection/DefaultModelDefaultsInjector.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
2691,
3773,
1190,
7019,
12,
6258,
1909,
16,
6258,
1652,
262,
565,
288,
3639,
309,
261,
1909,
18,
588,
1444,
1435,
422,
446,
597,
1652,
18,
588,
1444,
1435,
480,
446,
262,
363... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
2691,
3773,
1190,
7019,
12,
6258,
1909,
16,
6258,
1652,
262,
565,
288,
3639,
309,
261,
1909,
18,
588,
1444,
1435,
422,
446,
597,
1652,
18,
588,
1444,
1435,
480,
446,
262,
363... | |
public org.quickfix.field.SecurityType getSecurityType() throws FieldNotFound { org.quickfix.field.SecurityType value = new org.quickfix.field.SecurityType(); | public quickfix.field.SecurityType getSecurityType() throws FieldNotFound { quickfix.field.SecurityType value = new quickfix.field.SecurityType(); | public org.quickfix.field.SecurityType getSecurityType() throws FieldNotFound { org.quickfix.field.SecurityType value = new org.quickfix.field.SecurityType(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/OrderCancelReplaceRequest.java/clean/src/java/src/quickfix/fix44/OrderCancelReplaceRequest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
4368,
559,
19288,
559,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
4368,
559,
460,
273,
394,
2358,
18,
19525,
904,
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,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
4368,
559,
19288,
559,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
4368,
559,
460,
273,
394,
2358,
18,
19525,
904,
18... |
{ if (expression == null) { return true; | { if (expression == null) { return true; | private boolean isMoveable(PsiExpression expression) { if (expression == null) { return true; } if (PsiUtil.isConstantExpression(expression)) { return true; } if (expression instanceof PsiNewExpression) { final PsiNewExpression newExpression = ... | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/8063d30292128e0eeadcb10979ad838b691d95a2/TooBroadScopeInspection.java/clean/plugins/InspectionGadgets/src/com/siyeh/ig/dataflow/TooBroadScopeInspection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1152,
1250,
353,
7607,
429,
12,
52,
7722,
2300,
2652,
13,
202,
202,
95,
1082,
202,
430,
261,
8692,
422,
446,
13,
1082,
202,
95,
9506,
202,
2463,
638,
31,
5411,
289,
1082,
202,
4... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1152,
1250,
353,
7607,
429,
12,
52,
7722,
2300,
2652,
13,
202,
202,
95,
1082,
202,
430,
261,
8692,
422,
446,
13,
1082,
202,
95,
9506,
202,
2463,
638,
31,
5411,
289,
1082,
202,
4... |
throw new KettleValueException("Couldn't find field ["+fn.getFieldName()+"] to remove from result."); | r.removeValue(rowSize+i); | private void calcFields(Row r) throws KettleValueException { if (meta.getCalculation()!=null) for (int i=0;i<meta.getCalculation().length;i++) { CalculatorMetaFunction fn = meta.getCalculation()[i]; if (fn.getFieldName()!=null && fn.getFieldName().length()>0) ... | 58146 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58146/406c6044a9c754e1aeca5dd8c002924413de3b2f/Calculator.java/buggy/kettle/src/be/ibridge/kettle/trans/step/calculator/Calculator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
7029,
2314,
12,
1999,
436,
13,
1216,
1475,
278,
5929,
9738,
565,
288,
3639,
309,
261,
3901,
18,
588,
13989,
1435,
5,
33,
2011,
13,
3639,
364,
261,
474,
277,
33,
20,
31,
77,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
7029,
2314,
12,
1999,
436,
13,
1216,
1475,
278,
5929,
9738,
565,
288,
3639,
309,
261,
3901,
18,
588,
13989,
1435,
5,
33,
2011,
13,
3639,
364,
261,
474,
277,
33,
20,
31,
77,... |
if( command.indexOf( "$(" ) > 0 ) return command.replaceAll( "\\$\\([value|Value|VALUE]\\)", values.trim() ).trim(); else return (new String(command + values)).trim(); | if( command.indexOf( "${" ) >= 0 ) { return command.replaceAll( "\\$\\{[vV][aA][lL][uU][eE]\\}", values.trim() ).trim(); } else { return (new String(command + values)).trim(); } | private String evaluateCommand( String command, String values ) { if( command == null ) return values.trim(); if( command.indexOf( "$(" ) > 0 ) return command.replaceAll( "\\$\\([value|Value|VALUE]\\)", values.trim() ).trim(); //$NON-NLS-1$ //$NON-NLS-2$ else return (new String(command + values)).trim(); } | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/bd35367d7c48875b57b6390902e7b72247dcf098/BuildToolSettingsPage.java/buggy/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/BuildToolSettingsPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
514,
5956,
2189,
12,
514,
1296,
16,
514,
924,
262,
288,
202,
565,
309,
12,
1296,
422,
446,
262,
327,
924,
18,
5290,
5621,
202,
565,
309,
12,
1296,
18,
31806,
12,
4662,
2932... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
514,
5956,
2189,
12,
514,
1296,
16,
514,
924,
262,
288,
202,
565,
309,
12,
1296,
422,
446,
262,
327,
924,
18,
5290,
5621,
202,
565,
309,
12,
1296,
18,
31806,
12,
4662,
2932... |
super.textNode = null; | AttrImpl.textNode = null; | public void setValues (CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName){ super.textNode = null; super.flags = 0; isSpecified(true); hasStringValue(true); super.set... | 6373 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6373/617ad3886f7378dfa652e6b66017cfa73dd6fda6/AttrNSImpl.java/buggy/src/org/apache/xerces/dom/AttrNSImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
27466,
261,
4670,
2519,
2828,
19701,
16,
12900,
514,
19421,
16,
12900,
514,
24133,
16,
7682,
514,
11927,
15329,
3639,
11289,
2828,
18,
955,
907,
273,
446,
31,
3639,
2240,
18,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
27466,
261,
4670,
2519,
2828,
19701,
16,
12900,
514,
19421,
16,
12900,
514,
24133,
16,
7682,
514,
11927,
15329,
3639,
11289,
2828,
18,
955,
907,
273,
446,
31,
3639,
2240,
18,
7... |
private final void renderMarkerRanges( OneAxis[] oaxa, Bounds boPlotClientArea ) throws ChartException { Axis ax; EList el; int iRangeCount, iAxisCount = oaxa.length; MarkerRange mr; RectangleRenderEvent rre; DataElement deStart, deEnd; AutoScale asc; double dMin = 0, dMax = 0; int iOrientation, iCompare = ... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/bdb7b6c5463f7273d9f1038e97552808a8df1f58/AxesRenderer.java/buggy/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
727,
918,
1743,
7078,
9932,
12,
6942,
6558,
8526,
320,
651,
69,
16,
1082,
202,
5694,
800,
11532,
1227,
5484,
262,
1216,
14804,
503,
202,
95,
202,
202,
6558,
1740,
31,
202,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
727,
918,
1743,
7078,
9932,
12,
6942,
6558,
8526,
320,
651,
69,
16,
1082,
202,
5694,
800,
11532,
1227,
5484,
262,
1216,
14804,
503,
202,
95,
202,
202,
6558,
1740,
31,
202,
20... | ||
Element clipDef = domFactory.createElement(SVG_CLIP_PATH_TAG); clipDef.setAttributeNS(SVG_NAMESPACE_URI, SVG_CLIP_PATH_UNITS_ATTRIBUTE, SVG_USER_SPACE_ON_USE_VALUE); clipDef.setAttributeNS(SVG_NAMESPACE_URI, ATTR_ID, SVGIDGenerator.generateID(ID_PREFIX_CLIP_PATH)); | Element clipDef = domFactory.createElementNS(SVG_NAMESPACE_URI, SVG_CLIP_PATH_TAG); clipDef.setAttributeNS(null, SVG_CLIP_PATH_UNITS_ATTRIBUTE, SVG_USER_SPACE_ON_USE_VALUE); clipDef.setAttributeNS(null, ATTR_ID, SVGIDGenerator.generateID(ID_PREFIX_CLIP_PATH)); | private Element clipToSVG(Shape clip){ Element clipDef = domFactory.createElement(SVG_CLIP_PATH_TAG); clipDef.setAttributeNS(SVG_NAMESPACE_URI, SVG_CLIP_PATH_UNITS_ATTRIBUTE, SVG_USER_SPACE_ON_USE_VALUE); clipDef.setAttributeNS(SVG_NAMESPACE_URI, ATTR_ID, SVGIDGenerator.generateID(ID_PREFIX_CLI... | 46680 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46680/1eba15bba785966c5a634ceb48d3d17caf1d9a47/SVGClip.java/buggy/sources/org/apache/batik/svggen/SVGClip.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
3010,
6807,
774,
26531,
12,
8500,
6807,
15329,
3639,
3010,
6807,
3262,
273,
4092,
1733,
18,
2640,
1046,
12,
26531,
67,
7697,
52,
67,
4211,
67,
7927,
1769,
3639,
6807,
3262,
18,
542,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3010,
6807,
774,
26531,
12,
8500,
6807,
15329,
3639,
3010,
6807,
3262,
273,
4092,
1733,
18,
2640,
1046,
12,
26531,
67,
7697,
52,
67,
4211,
67,
7927,
1769,
3639,
6807,
3262,
18,
542,... |
if(o2 != null && o1 == null) | if((o2 != null) && (o1 == null)) | public int ocompare(Object o1, Object o2) { // Nulls at the end of the list if(o1 == null && o2 == null) return 0; // null == null if(o1 != null && o2 == null) return 1; // anything > null if(o2 != null && o1 == null) return -1; long i1, i2; ... | 48807 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48807/ca136843ae9ecb30cadada58a33a5dc2cf8ad064/NumberedItemComparator.java/buggy/src/freenet/support/NumberedItemComparator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
320,
9877,
12,
921,
320,
21,
16,
1033,
320,
22,
13,
288,
3639,
368,
4112,
87,
622,
326,
679,
434,
326,
666,
3639,
309,
12,
83,
21,
422,
446,
597,
320,
22,
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,
377,
1071,
509,
320,
9877,
12,
921,
320,
21,
16,
1033,
320,
22,
13,
288,
3639,
368,
4112,
87,
622,
326,
679,
434,
326,
666,
3639,
309,
12,
83,
21,
422,
446,
597,
320,
22,
422,
446,
13,
... |
throw new InvalidArtifactRTException( getGroupId(), getArtifactId(), getVersion(), type, "Attached artifacts must specify a type." ); } if ( classifier == null || classifier.trim().length() < 1 ) { throw new InvalidArtifactRTException( getGroupId(), getArtifactId(), getVersion(), type, "Attached artifacts must specify... | throw new InvalidArtifactRTException( parent.getGroupId(), parent.getArtifactId(), parent.getVersion(), parent.getType(), "An attached artifact must have a different ID than its corresponding main artifact." ); | public AttachedArtifact( Artifact parent, String type, String classifier ) { super( parent.getGroupId(), parent.getArtifactId(), parent.getVersionRange(), parent.getScope(), type, classifier, parent.getArtifactHandler(), parent.isOptional() ); this.parent = parent; if ( type ==... | 11530 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11530/1be64231cfa24f6eea75dcc377f49f622f007849/AttachedArtifact.java/clean/maven-project/src/main/java/org/apache/maven/project/artifact/AttachedArtifact.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
6020,
2004,
7581,
12,
14022,
982,
16,
514,
618,
16,
514,
14622,
262,
565,
288,
3639,
2240,
12,
982,
18,
588,
8722,
9334,
982,
18,
588,
7581,
548,
9334,
982,
18,
588,
1444,
2655,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6020,
2004,
7581,
12,
14022,
982,
16,
514,
618,
16,
514,
14622,
262,
565,
288,
3639,
2240,
12,
982,
18,
588,
8722,
9334,
982,
18,
588,
7581,
548,
9334,
982,
18,
588,
1444,
2655,
... |
System.err.println("Restarting node: PacketSender froze for 3 minutes! ("+diff+")"); Logger.error(this, "Restarting node: PacketSender froze for 3 minutes! ("+diff+")"); | if(!Node.logConfigHandler.getFileLoggerHook().hasRedirectedStdOutErrNoLock()) System.err.println("Restarting node: PacketSender froze for 3 minutes! ("+diff+")"); | public void run() { while(true) { try { Thread.sleep(5000); } catch (InterruptedException e) { // Ignore } long now = System.currentTimeMillis(); long recordedTime = ((long)lastTimeInSeconds) * 1000; long diff = now - recordedTime; Logger.minor(this, "PacketSender last updated ... | 52909 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52909/6f303a891fa002ce6d4bcce4f0bbd7f394e1fb69/PacketSender.java/buggy/src/freenet/node/PacketSender.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1377,
202,
482,
918,
1086,
1435,
288,
377,
202,
202,
17523,
12,
3767,
13,
288,
377,
1082,
202,
698,
288,
6862,
202,
3830,
18,
19607,
12,
25,
3784,
1769,
9506,
202,
97,
1044,
261,
24485,
503,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1377,
202,
482,
918,
1086,
1435,
288,
377,
202,
202,
17523,
12,
3767,
13,
288,
377,
1082,
202,
698,
288,
6862,
202,
3830,
18,
19607,
12,
25,
3784,
1769,
9506,
202,
97,
1044,
261,
24485,
503,... |
lineseries.setVisible(series.isVisible()); if (series.eIsSet(ComponentPackage.eINSTANCE.getSeries_Triggers())) { lineseries.getTriggers().addAll(series.getTriggers()); } if (series.eIsSet(ComponentPackage.eINSTANCE.getSeries_DataPoint())) { lineseries.setDataPoint(series.getDataPoint()); } if (series.eIsSet(ComponentPa... | lineseries.setVisible( series.isVisible( ) ); if ( series.eIsSet( ComponentPackage.eINSTANCE.getSeries_Triggers( ) ) ) { lineseries.getTriggers( ).addAll( series.getTriggers( ) ); } if ( series.eIsSet( ComponentPackage.eINSTANCE.getSeries_DataPoint( ) ) ) { lineseries.setDataPoint( series.getDataPoint( ) ); } if ( seri... | private Series getConvertedSeries(Series series) { // Do not convert base series if (series.getClass().getName().equals("org.eclipse.birt.chart.model.component.impl.SeriesImpl")) //$NON-NLS-1$ { return series; } LineSeries lineseries = (LineSeries) LineSeriesImpl.cre... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/349f24e6a8f8484f0f1f1af682b4952337cac402/LineChart.java/buggy/chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/LineChart.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
9225,
336,
22063,
6485,
12,
6485,
4166,
13,
565,
288,
3639,
368,
2256,
486,
1765,
1026,
4166,
3639,
309,
261,
10222,
18,
588,
797,
7675,
17994,
7675,
14963,
2932,
3341,
18,
20416,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9225,
336,
22063,
6485,
12,
6485,
4166,
13,
565,
288,
3639,
368,
2256,
486,
1765,
1026,
4166,
3639,
309,
261,
10222,
18,
588,
797,
7675,
17994,
7675,
14963,
2932,
3341,
18,
20416,
1... |
if (opts.indexOf("fake_scopes")!=-1) { System.out.print("no"); REAL_SCOPES = false; | if (opts.indexOf("noheap_checks")!=-1) { NOHEAP_CHECKS = true; System.out.print("checks"); } else if (opts.indexOf("noheap")!=-1) { NOHEAP_MASK = true; System.out.print("no checks"); | public static void configure(String options) { String opts = options.toLowerCase(); System.out.print("RTJ: on, Real Scopes: "); REALTIME_JAVA = true; if (opts.indexOf("fake_scopes")!=-1) { System.out.print("no"); REAL_SCOPES = false; } else { System.out.print("yes, NoHeap: "); if (opts.indexOf("no... | 2866 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2866/d5c3add89d48ee398101930e879f0e8b0b6324e3/Realtime.java/clean/Analysis/Realtime/Realtime.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
5068,
12,
780,
702,
13,
288,
202,
202,
780,
1500,
273,
702,
18,
869,
5630,
5621,
202,
202,
3163,
18,
659,
18,
1188,
2932,
12185,
46,
30,
603,
16,
15987,
30729,
30,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
5068,
12,
780,
702,
13,
288,
202,
202,
780,
1500,
273,
702,
18,
869,
5630,
5621,
202,
202,
3163,
18,
659,
18,
1188,
2932,
12185,
46,
30,
603,
16,
15987,
30729,
30,... |
if( ! ntlmAuth ) { | if (!ntlmAuth) { | private void send70Login(String _database) throws java.io.IOException, TdsException { String libName = this.progName; byte pad = (byte) 0; byte[] empty = new byte[0]; String appName = this.appName; String clientName = getClientName(); //mdb boolean ntlmAuth... | 5753 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5753/36d7d34eb620f32e386322a293eaf58cf253a3a6/Tds.java/buggy/src/main/net/sourceforge/jtds/jdbc/Tds.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1366,
7301,
5358,
12,
780,
389,
6231,
13,
3639,
1216,
2252,
18,
1594,
18,
14106,
16,
399,
2377,
503,
565,
288,
3639,
514,
2561,
461,
273,
333,
18,
14654,
461,
31,
3639,
1160,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1366,
7301,
5358,
12,
780,
389,
6231,
13,
3639,
1216,
2252,
18,
1594,
18,
14106,
16,
399,
2377,
503,
565,
288,
3639,
514,
2561,
461,
273,
333,
18,
14654,
461,
31,
3639,
1160,... |
private void tableColumnStart(String label) { | private void tableColumnStart(String label) { | private void tableColumnStart(String label) { out.print("<th class=\"numi\">"+label+"</th>"); } | 50502 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50502/2c30372d5bda4ec1fa4ac94eaa43d64f3e1d0a1a/EmailableReporter.java/buggy/src/main/org/testng/reporters/EmailableReporter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
1014,
1494,
1685,
12,
780,
1433,
13,
288,
565,
596,
18,
1188,
2932,
32,
451,
667,
5189,
2107,
77,
21121,
15,
1925,
9078,
1757,
451,
2984,
1769,
225,
289,
2,
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,
1,
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,
3238,
918,
1014,
1494,
1685,
12,
780,
1433,
13,
288,
565,
596,
18,
1188,
2932,
32,
451,
667,
5189,
2107,
77,
21121,
15,
1925,
9078,
1757,
451,
2984,
1769,
225,
289,
2,
-100,
-100,
-100,... |
CharSequence url = this.getPage().urlFor(null, pageContribution, new PageParameters()); | CharSequence url = urlFor(null, pageContribution, new PageParameters()); | protected void onRender(MarkupStream markupStream) { super.onRender(markupStream); CharSequence url = this.getPage().urlFor(null, pageContribution, new PageParameters()); getResponse().write( "\n<script type=\"text/javascript\">new Ajax.Updater('" + getId() + "', '" + url + "', " + " { " + " evalScripts:tru... | 51612 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51612/852bdc0a9d56d5aa6540ee38cdf431b167686651/DraggableTarget.java/clean/wicket-contrib-scriptaculous/src/java/wicket/contrib/scriptaculous/dragdrop/DraggableTarget.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
603,
3420,
12,
13111,
1228,
9813,
1228,
13,
202,
95,
202,
202,
9565,
18,
265,
3420,
12,
15056,
1228,
1769,
202,
202,
2156,
4021,
880,
273,
333,
18,
588,
1964,
7675,
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,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
603,
3420,
12,
13111,
1228,
9813,
1228,
13,
202,
95,
202,
202,
9565,
18,
265,
3420,
12,
15056,
1228,
1769,
202,
202,
2156,
4021,
880,
273,
333,
18,
588,
1964,
7675,
718,... |
AST __t566 = _t; AST tmp1142_AST_in = (AST)_t; | AST __t551 = _t; AST tmp1146_AST_in = (AST)_t; | public final void defineparam_var(AST _t) throws RecognitionException { AST defineparam_var_AST_in = (_t == ASTNULL) ? null : (AST)_t; AST as = null; AST li = null; { if (_t==null) _t=ASTNULL; if ((_t.getType()==AS)) { AST __t559 = _t; as = _t==ASTNULL ? null :(AST)_t; match(_t,AS); _t = _t.getFirstC... | 13952 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13952/daa15e07422d3491bbbb4d0060450c81983332a4/TreeParser01.java/buggy/trunk/org.prorefactor.core/src/org/prorefactor/treeparser01/TreeParser01.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
4426,
891,
67,
1401,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
4426,
891,
67,
1401,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4426,
891,
67,
1401,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
4426,
891,
67,
1401,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
... |
public boolean handleWebServerResourcesDelta(IResourceDelta _delta, IProgressMonitor monitor, Map _buildCache) { return _delta.getKind() == IResourceDelta.ADDED || _delta.getKind() == IResourceDelta.REMOVED; | public void handleWebServerResourcesDelta(IResourceDelta delta, IProgressMonitor monitor, Map buildCache) { | public boolean handleWebServerResourcesDelta(IResourceDelta _delta, IProgressMonitor monitor, Map _buildCache) { return _delta.getKind() == IResourceDelta.ADDED || _delta.getKind() == IResourceDelta.REMOVED; } | 46678 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46678/5644f6506a8f17f2b8311774090206457f13a78d/DotXcodeBuilder.java/buggy/wolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/DotXcodeBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
1640,
4079,
2081,
3805,
9242,
12,
45,
1420,
9242,
389,
9878,
16,
467,
5491,
7187,
6438,
16,
1635,
389,
3510,
1649,
13,
288,
202,
202,
2463,
389,
9878,
18,
588,
5677,
143... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
1640,
4079,
2081,
3805,
9242,
12,
45,
1420,
9242,
389,
9878,
16,
467,
5491,
7187,
6438,
16,
1635,
389,
3510,
1649,
13,
288,
202,
202,
2463,
389,
9878,
18,
588,
5677,
143... |
IPath rootPath = ResourcesPlugin.getWorkspace().getRoot().getLocation(); String taskDirectory = rootPath.toString() + "/" + MylarPlugin.MYLAR_DIR_NAME; taskDirectoryText.setText(taskDirectory); | taskDirectoryText.setText(MylarPlugin.getDefault().getDefaultDataDirectory()); | public void performDefaults() { super.performDefaults(); IPath rootPath = ResourcesPlugin.getWorkspace().getRoot().getLocation(); String taskDirectory = rootPath.toString() + "/" + MylarPlugin.MYLAR_DIR_NAME; taskDirectoryText.setText(taskDirectory); copyExistingDataCheckbox.setSelection(getPreferenceStore().getD... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/e4d7d68e3083b7aa240fce198b4196a7b47eade8/MylarTaskListPreferencePage.java/clean/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasklist/ui/preferences/MylarTaskListPreferencePage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
3073,
7019,
1435,
288,
202,
202,
9565,
18,
16092,
7019,
5621,
202,
202,
45,
743,
13959,
273,
8128,
3773,
18,
588,
8241,
7675,
588,
2375,
7675,
588,
2735,
5621,
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,
3073,
7019,
1435,
288,
202,
202,
9565,
18,
16092,
7019,
5621,
202,
202,
45,
743,
13959,
273,
8128,
3773,
18,
588,
8241,
7675,
588,
2375,
7675,
588,
2735,
5621,
202,
202,
... |
securityGetLogger().info("ACL rights for " + identity + " in " | securityLogger.info("ACL rights for " + identity + " in " | private boolean parseCommand(String next) { commandRaw = next; String folder = null; String command = null; boolean subscribeOnly = false; if (commandRaw == null) return false; // getLogger().debug("Command recieved: " + commandRaw + " from " + remoteHost // ... | 47102 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47102/6bd6b60c1ec9eb36cbeb8b8d4b785045b6145721/SingleThreadedConnectionHandler.java/buggy/trunk/src/org/apache/james/imapserver/SingleThreadedConnectionHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1250,
1109,
2189,
12,
780,
1024,
13,
288,
3639,
1296,
4809,
273,
1024,
31,
3639,
514,
3009,
273,
446,
31,
3639,
514,
1296,
273,
446,
31,
3639,
1250,
9129,
3386,
273,
629,
31,
3639... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1250,
1109,
2189,
12,
780,
1024,
13,
288,
3639,
1296,
4809,
273,
1024,
31,
3639,
514,
3009,
273,
446,
31,
3639,
514,
1296,
273,
446,
31,
3639,
1250,
9129,
3386,
273,
629,
31,
3639... |
sSubType = ( (Button) cmpTypeButtons.getChildren( )[0] ).getText( ); | sSubType = getSubtypeFromButton( cmpTypeButtons.getChildren( )[0] ); | private void setDefaultSubtypeSelection( ) { if ( sSubType == null ) { ( (Button) cmpTypeButtons.getChildren( )[0] ).setSelection( true ); sSubType = ( (Button) cmpTypeButtons.getChildren( )[0] ).getText( ); } else { Control[] buttons = cmpTypeButtons.getChildren( ); boolean bSelected = false; for ( int... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/656f6c2244f0db2df6bba6efcc9001a3797b8f0b/TaskSelectType.java/clean/chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
9277,
1676,
723,
6233,
12,
262,
202,
95,
202,
202,
430,
261,
272,
30511,
422,
446,
262,
202,
202,
95,
1082,
202,
12,
261,
3616,
13,
9411,
559,
14388,
18,
588,
4212,
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,
9277,
1676,
723,
6233,
12,
262,
202,
95,
202,
202,
430,
261,
272,
30511,
422,
446,
262,
202,
202,
95,
1082,
202,
12,
261,
3616,
13,
9411,
559,
14388,
18,
588,
4212,
12... |
public static void maybeCreateFproxyEtc(Node node, Config config) { | public static void maybeCreateFproxyEtc(Node node, Config config) throws IOException { | public static void maybeCreateFproxyEtc(Node node, Config config) { SubConfig fproxyConfig = new SubConfig("fproxy", config); fproxyConfig.register("enabled", true, 1, true, "Enable fproxy?", "Whether to enable fproxy and related HTTP services", new BooleanCallback() { public boolean get() { /... | 56348 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56348/01c14cd48d872bfb5d34b94395d44bb4bf44316e/FproxyToadlet.java/buggy/src/freenet/clients/http/FproxyToadlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
6944,
1684,
42,
5656,
41,
5111,
12,
907,
756,
16,
1903,
642,
13,
288,
9506,
202,
1676,
809,
284,
5656,
809,
273,
394,
2592,
809,
2932,
74,
5656,
3113,
642,
1769,
9... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
6944,
1684,
42,
5656,
41,
5111,
12,
907,
756,
16,
1903,
642,
13,
288,
9506,
202,
1676,
809,
284,
5656,
809,
273,
394,
2592,
809,
2932,
74,
5656,
3113,
642,
1769,
9... |
if (y.words == null) return times(x, y.ival); if (x.words == null) return times(y, x.ival); boolean negative = false; int[] xwords; int[] ywords; int xlen = x.ival; int ylen = y.ival; if (x.isNegative ()) { negative = true; xwords = new int[xlen]; negate(xwords, x.words, xlen); } else { negative = false; xwords = x.wor... | return IntNum.make ((long) x * (long) y); | public static final IntNum times (IntNum x, IntNum y) { if (y.words == null) return times(x, y.ival); if (x.words == null) return times(y, x.ival); boolean negative = false; int[] xwords; int[] ywords; int xlen = x.ival; int ylen = y.ival; if (x.isNegative ()) { negative = true... | 41089 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/41089/0a93967f8fd105ee3b8e1067b6d6b3c9979828e5/IntNum.java/buggy/gnu/math/IntNum.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
727,
3094,
2578,
4124,
261,
1702,
2578,
619,
16,
3094,
2578,
677,
13,
225,
288,
565,
309,
261,
93,
18,
3753,
422,
446,
13,
1377,
327,
4124,
12,
92,
16,
677,
18,
5162,
1769,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
727,
3094,
2578,
4124,
261,
1702,
2578,
619,
16,
3094,
2578,
677,
13,
225,
288,
565,
309,
261,
93,
18,
3753,
422,
446,
13,
1377,
327,
4124,
12,
92,
16,
677,
18,
5162,
1769,... |
jjmatchedKind = 59; | jjmatchedKind = 60; | private final int jjStopStringLiteralDfa_5(int pos, long active0){ switch (pos) { case 0: if ((active0 & 0x68000L) != 0L) return 2; if ((active0 & 0x30000000L) != 0L) { jjmatchedKind = 59; return 5; } return -1; case 1: if ((... | 55820 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55820/8e9e155e88430402b0d51d6b344267b73292ca2c/ParserTokenManager.java/clean/src/java/org/apache/velocity/runtime/parser/ParserTokenManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
727,
509,
10684,
4947,
28565,
40,
507,
67,
25,
12,
474,
949,
16,
1525,
2695,
20,
15329,
282,
1620,
261,
917,
13,
282,
288,
1377,
648,
374,
30,
540,
309,
14015,
3535,
20,
473,
374,
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,
3238,
727,
509,
10684,
4947,
28565,
40,
507,
67,
25,
12,
474,
949,
16,
1525,
2695,
20,
15329,
282,
1620,
261,
917,
13,
282,
288,
1377,
648,
374,
30,
540,
309,
14015,
3535,
20,
473,
374,
92... |
IOUtil.copy( fin, fout ); | IOUtils.copy( fin, fout ); | public void testReaderToOutputStream() throws Exception { final File destination = newFile( "copy3.txt" ); final FileReader fin = new FileReader( m_testFile ); final FileOutputStream fout = new FileOutputStream( destination ); IOUtil.copy( fin, fout ); //Note: this metho... | 56629 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56629/0c5ca088c6eafebae485c7a68e7c3017cae3fc59/IOUtilTestCase.java/buggy/src/test/org/apache/commons/io/IOUtilTestCase.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
2514,
774,
4632,
1435,
3639,
1216,
1185,
565,
288,
3639,
727,
1387,
2929,
273,
20592,
12,
315,
3530,
23,
18,
5830,
6,
11272,
3639,
727,
23010,
574,
273,
394,
23010,
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,
1842,
2514,
774,
4632,
1435,
3639,
1216,
1185,
565,
288,
3639,
727,
1387,
2929,
273,
20592,
12,
315,
3530,
23,
18,
5830,
6,
11272,
3639,
727,
23010,
574,
273,
394,
23010,
12,
... |
return o instanceof DeletionSchedulePolicy; } | return o instanceof DeletionSchedulePolicy; } | public boolean execute(Object o) { return o instanceof DeletionSchedulePolicy; } | 7981 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7981/46a0952e9d0258158e45e411efd95f01195b7c17/DeletionPlugin.java/buggy/core/src/org/cougaar/core/plugin/deletion/DeletionPlugin.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
1836,
12,
921,
320,
13,
288,
1377,
327,
320,
1276,
31642,
6061,
2582,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
1836,
12,
921,
320,
13,
288,
1377,
327,
320,
1276,
31642,
6061,
2582,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
service.printWSDL(System.out); | service.printWSDL(System.out, null); | public void testServiceCreate() throws AxisFault { AxisConfiguration axisConfig = configContext.getAxisConfiguration(); AxisService service = Utils.createService("org.apache.axis2.engine.MyService", axisConfig); assertNotNull(service); axisConfig.addService(service); assertEquals(... | 49300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49300/1e3cee68c94f4e2e597732310d908867f17eb3ff/ServiceCreateTest.java/clean/modules/integration/test/org/apache/axis2/engine/ServiceCreateTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
1179,
1684,
1435,
1216,
15509,
7083,
288,
3639,
15509,
1750,
2654,
809,
273,
642,
1042,
18,
588,
6558,
1750,
5621,
3639,
15509,
1179,
1156,
273,
6091,
18,
2640,
1179,
2932,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
1179,
1684,
1435,
1216,
15509,
7083,
288,
3639,
15509,
1750,
2654,
809,
273,
642,
1042,
18,
588,
6558,
1750,
5621,
3639,
15509,
1179,
1156,
273,
6091,
18,
2640,
1179,
2932,... |
TestSuite suite = new TestSuite(); | TestSuite suite = new TestSuite(AllCoreTests.class.getName()); | public static Test suite() { TestSuite suite = new TestSuite(); // Just add more test cases here as you create them for // each class being tested suite.addTest(CModelTests.suite()); suite.addTest(CModelExceptionTest.suite()); suite.addTest(FlagTests.suite()); ... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/362dd4967630eb86b5c5664d7bff2c31c070d737/AllCoreTests.java/buggy/core/org.eclipse.cdt.ui.tests/model/org/eclipse/cdt/core/model/tests/AllCoreTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
7766,
11371,
1435,
288,
3639,
7766,
13587,
11371,
273,
394,
7766,
13587,
12,
1595,
4670,
14650,
18,
1106,
18,
17994,
10663,
3639,
368,
12526,
527,
1898,
1842,
6088,
2674,
487,
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,
760,
7766,
11371,
1435,
288,
3639,
7766,
13587,
11371,
273,
394,
7766,
13587,
12,
1595,
4670,
14650,
18,
1106,
18,
17994,
10663,
3639,
368,
12526,
527,
1898,
1842,
6088,
2674,
487,
18... |
ExponentialLaw expo = new ExponentialLaw(Double.parseDouble(args[0])); | ProActiveConfiguration.load(); RandomNumberGenerator expo = RandomNumberFactory.getGenerator("lambda"); expo.initialize(Double.parseDouble(args[0])); | public static void main(String[] args) { if (args.length < 5) { System.out.println( "Usage: java modelisation.Main <lambda> <nu> <destinationFile> <creationNode> <benchLength>"); System.exit(-1); } ExponentialLaw expo = new ExponentialLaw(Double.parseDo... | 23362 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/23362/c171c3550f70b496c1228bbed45f5f8feea45a9c/Bench.java/buggy/src/modelisation/server/Bench.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2774,
12,
780,
8526,
833,
13,
288,
3639,
309,
261,
1968,
18,
2469,
411,
1381,
13,
288,
5411,
2332,
18,
659,
18,
8222,
12,
10792,
315,
5357,
30,
2252,
938,
10742,
18,
6... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2774,
12,
780,
8526,
833,
13,
288,
3639,
309,
261,
1968,
18,
2469,
411,
1381,
13,
288,
5411,
2332,
18,
659,
18,
8222,
12,
10792,
315,
5357,
30,
2252,
938,
10742,
18,
6... |
if (! (data[0] instanceof HashMap)) { throw new PainterException("wrong arguments"); | if (data[0] instanceof PAToken) { patoken = (PAToken) data[0]; if (! (patoken.type == PAToken.KEY)) { throw new PainterException("length: wrong arguments"); } size = ( (String) patoken.value).length(); | public void execute(PAContext context) throws PainterException { Object data[]; data = context.popOperands(1); if (! (data[0] instanceof HashMap)) { throw new PainterException("wrong arguments"); } context.dictionaries.push(data[0]); } | 4174 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4174/d2f614f1cabfa6f585b4e67b060a3e4e49a9f71e/PAContext.java/clean/src/com/lowagie/text/pdf/codec/postscript/PAContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
1071,
918,
1836,
12,
4066,
1042,
819,
13,
1216,
453,
11606,
503,
288,
3639,
1033,
501,
8526,
31,
3639,
501,
273,
819,
18,
5120,
3542,
5708,
12,
21,
1769,
3639,
309,
16051,
261,
892,
63... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
1071,
918,
1836,
12,
4066,
1042,
819,
13,
1216,
453,
11606,
503,
288,
3639,
1033,
501,
8526,
31,
3639,
501,
273,
819,
18,
5120,
3542,
5708,
12,
21,
1769,
3639,
309,
16051,
261,
892,
63... |
mechW.setSize(210, 320); | mechW.setSize(210, 340); mechW.setResizable(false); | public Client(Frame frame, String playername) { this.frame = frame; this.name = playername; gameListeners = new Vector(); serverName = null; max_players = -1; local_pn = -1; game = new Game(); bv = new BoardView1(game, frame);//... | 4135 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4135/585c49f581f347ac64afe3680002928abc132fee/Client.java/clean/megamek/src/megamek/client/Client.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2445,
12,
3219,
2623,
16,
514,
7291,
529,
13,
288,
3639,
333,
18,
3789,
273,
2623,
31,
3639,
333,
18,
529,
273,
7291,
529,
31,
3639,
7920,
5583,
273,
394,
5589,
5621,
13491,
10926... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2445,
12,
3219,
2623,
16,
514,
7291,
529,
13,
288,
3639,
333,
18,
3789,
273,
2623,
31,
3639,
333,
18,
529,
273,
7291,
529,
31,
3639,
7920,
5583,
273,
394,
5589,
5621,
13491,
10926... |
outArgs, scope); | outArgs, calleeScope); | public static Object interpret(InterpreterData theData) throws JavaScriptException { Object lhs; Object[] stack = new Object[theData.itsMaxStack]; int stackTop = -1; byte[] iCode = theData.itsICode; int pc = 0; int iCodeLength = theData.itsICodeTop; ... | 11366 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11366/3a479188da44f3c7dec47edf7224c5be9738dae8/Interpreter.java/buggy/js/rhino/org/mozilla/javascript/Interpreter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1033,
10634,
12,
30010,
751,
326,
751,
13,
3639,
1216,
11905,
503,
565,
288,
3639,
1033,
8499,
31,
3639,
1033,
8526,
2110,
273,
394,
1033,
63,
5787,
751,
18,
1282,
2747,
2624,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1033,
10634,
12,
30010,
751,
326,
751,
13,
3639,
1216,
11905,
503,
565,
288,
3639,
1033,
8499,
31,
3639,
1033,
8526,
2110,
273,
394,
1033,
63,
5787,
751,
18,
1282,
2747,
2624,
... |
if (len != 0) { | if (len != 0) { | public ObjectId writeObject(final String type, long len, final InputStream is) throws IOException { final File t; final DeflaterOutputStream ts; ObjectId id = null; t = File.createTempFile("noz", null, r.getObjectsDirectory()); ts = new DeflaterOutputStream(new FileOutp... | 45532 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45532/95e2adba28c9a11f01009dd846fb7366bec613c5/ObjectWriter.java/clean/org.spearce.jgit/src/org/spearce/jgit/lib/ObjectWriter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
21192,
16306,
12,
6385,
514,
618,
16,
1525,
562,
16,
5411,
727,
5037,
353,
13,
1216,
1860,
288,
3639,
727,
1387,
268,
31,
3639,
727,
1505,
2242,
2045,
4632,
3742,
31,
3639,
21192,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
21192,
16306,
12,
6385,
514,
618,
16,
1525,
562,
16,
5411,
727,
5037,
353,
13,
1216,
1860,
288,
3639,
727,
1387,
268,
31,
3639,
727,
1505,
2242,
2045,
4632,
3742,
31,
3639,
21192,
... |
protected IStatus run(IProgressMonitor monitor) { HashSet disabledPlugins = new HashSet(Arrays .asList(getDisabledEarlyActivatedPlugins())); monitor.beginTask(WorkbenchMessages.Workbench_startingPlugins, extensions.length); for (int i = 0; i < extensions.length; ++i) { if (monitor.isCanceled() || !isRunning()) { return... | public void run() { doRestoreState(memento, result); | protected IStatus run(IProgressMonitor monitor) { HashSet disabledPlugins = new HashSet(Arrays .asList(getDisabledEarlyActivatedPlugins())); monitor.beginTask(WorkbenchMessages.Workbench_startingPlugins, extensions.length); for (int i = 0; i < extensions.length; ++i) { if (monitor.isCanceled()... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/57dd60c7289bee6d44b370d7284a226e5ea06754/Workbench.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
1117,
467,
1482,
1086,
12,
45,
5491,
7187,
6438,
13,
288,
9506,
202,
13482,
5673,
9461,
273,
394,
6847,
12,
12726,
25083,
202,
18,
345,
682,
12,
588,
8853,
41,
20279,
28724,
9461,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
1117,
467,
1482,
1086,
12,
45,
5491,
7187,
6438,
13,
288,
9506,
202,
13482,
5673,
9461,
273,
394,
6847,
12,
12726,
25083,
202,
18,
345,
682,
12,
588,
8853,
41,
20279,
28724,
9461,
... |
this.url = ((HttpResponseTimeRrd) theStore).getUrl(); | URL url = ((HttpResponseTimeRrd) theStore).getUrl(); | public HttpGraph(Probe theStore) { super(theStore, gd); this.url = ((HttpResponseTimeRrd) theStore).getUrl(); setGraphTitle(url.toString()); } | 31637 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31637/df31f25e23eb31d63d5661dd210ce5b973a2787c/HttpGraph.java/clean/src/jrds/graphe/HttpGraph.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2541,
4137,
12,
21042,
326,
2257,
13,
288,
202,
202,
9565,
12,
5787,
2257,
16,
15551,
1769,
202,
202,
2211,
18,
718,
273,
14015,
19520,
950,
54,
13623,
13,
326,
2257,
2934,
58... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2541,
4137,
12,
21042,
326,
2257,
13,
288,
202,
202,
9565,
12,
5787,
2257,
16,
15551,
1769,
202,
202,
2211,
18,
718,
273,
14015,
19520,
950,
54,
13623,
13,
326,
2257,
2934,
58... |
res.append("\n Over-replicated blocks:\t" + overReplicatedBlocks + " (" + ((float)(overReplicatedBlocks * 100) / (float)totalBlocks) | res.append("\n Over-replicated blocks:\t" + overReplicatedBlocks); if (totalBlocks > 0) res.append(" (" + ((float)(overReplicatedBlocks * 100) / (float)totalBlocks) | public String toString() { StringBuffer res = new StringBuffer(); res.append("Status: " + (isHealthy() ? "HEALTHY" : "CORRUPT")); res.append("\n Total size:\t" + totalSize + " B"); res.append("\n Total blocks:\t" + totalBlocks + " (avg. block size " + (totalSize / totalBlocks) + " B... | 55137 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55137/0a03c22b7a4bbc38446a32b7b51606b45933f62e/DFSck.java/buggy/src/java/org/apache/hadoop/dfs/DFSck.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1762,
1435,
288,
1377,
6674,
400,
273,
394,
6674,
5621,
1377,
400,
18,
6923,
2932,
1482,
30,
315,
397,
261,
291,
7802,
93,
1435,
692,
315,
3900,
1013,
2455,
61,
6,
294,
315,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1762,
1435,
288,
1377,
6674,
400,
273,
394,
6674,
5621,
1377,
400,
18,
6923,
2932,
1482,
30,
315,
397,
261,
291,
7802,
93,
1435,
692,
315,
3900,
1013,
2455,
61,
6,
294,
315,
... |
while(key.length() > 0 && key.charAt(key.length()-1) == ' ') | while((key.length() > 0) && (key.charAt(key.length()-1) == ' ')) | private boolean processLine(BufferedReader reader, OutputStream out) throws IOException { String line; StringBuffer outsb = new StringBuffer(); try { line = reader.readLine(); } catch (IOException e) { outsb.append("Bye... ("+e+")"); System.err.println("B... | 49933 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49933/ca136843ae9ecb30cadada58a33a5dc2cf8ad064/TextModeClientInterface.java/clean/src/freenet/node/TextModeClientInterface.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1250,
1207,
1670,
12,
17947,
2514,
2949,
16,
8962,
596,
13,
1216,
1860,
288,
3639,
514,
980,
31,
3639,
6674,
596,
18366,
273,
394,
6674,
5621,
3639,
775,
288,
5411,
980,
273,
2949,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
1250,
1207,
1670,
12,
17947,
2514,
2949,
16,
8962,
596,
13,
1216,
1860,
288,
3639,
514,
980,
31,
3639,
6674,
596,
18366,
273,
394,
6674,
5621,
3639,
775,
288,
5411,
980,
273,
2949,
... |
public SaxBugzillaQueryContentHandler(TaskRepository rep, IBugzillaSearchResultCollector col, int maxHits) { repository = rep; | public SaxBugzillaQueryContentHandler(String repositoryUrl, IBugzillaSearchResultCollector col, int maxHits) { this.repositoryUrl = repositoryUrl; | public SaxBugzillaQueryContentHandler(TaskRepository rep, IBugzillaSearchResultCollector col, int maxHits) { repository = rep; collector = col; this.maxHits = maxHits; } | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/677d1b3b7f1dbfbeed7ef8d28319b14f66edbc4d/SaxBugzillaQueryContentHandler.java/buggy/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/search/SaxBugzillaQueryContentHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
348,
651,
19865,
15990,
1138,
1350,
1503,
12,
2174,
3305,
2071,
16,
467,
19865,
15990,
24916,
7134,
645,
16,
509,
943,
20950,
13,
288,
202,
202,
9071,
273,
2071,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
348,
651,
19865,
15990,
1138,
1350,
1503,
12,
2174,
3305,
2071,
16,
467,
19865,
15990,
24916,
7134,
645,
16,
509,
943,
20950,
13,
288,
202,
202,
9071,
273,
2071,
31,
202,
202,
... |
public String word() throws RecognitionException { String word; Token id=null; Token str=null; word = null; try { // /home/michael/projects/jboss-rules/drools-compiler/src/main/resources/org/drools/lang/drl.g:997:17: (id= ID | 'import' | 'use' | 'rule' | '... | 31577 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31577/cb210a30853642e270a3bba6ce570409f6046852/RuleParser.java/clean/drools-compiler/src/main/java/org/drools/lang/RuleParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
2076,
1435,
1216,
9539,
288,
6647,
514,
2076,
31,
3639,
3155,
612,
33,
2011,
31,
3639,
3155,
609,
33,
2011,
31,
540,
202,
202,
1095,
273,
446,
31,
540,
202,
3639,
775,
288,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2076,
1435,
1216,
9539,
288,
6647,
514,
2076,
31,
3639,
3155,
612,
33,
2011,
31,
3639,
3155,
609,
33,
2011,
31,
540,
202,
202,
1095,
273,
446,
31,
540,
202,
3639,
775,
288,
... | ||
return Boolean.getBoolean(strVal); | return Boolean.valueOf(strVal).booleanValue(); | public boolean getBoolean(String key){ DataThing val = (DataThing)map.get(key); if (val == null){ return false; } String strVal = (String)val.getDataObject(); return Boolean.getBoolean(strVal); } | 7616 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7616/c15953b9c2366cbeafd095bbf6aae392eca186ca/DataThingAdapter.java/clean/trunk/taverna1.0/contrib/src/net/sourceforge/taverna/baclava/DataThingAdapter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
12835,
12,
780,
498,
15329,
3639,
1910,
10193,
1244,
273,
261,
751,
10193,
13,
1458,
18,
588,
12,
856,
1769,
3639,
309,
261,
1125,
422,
446,
15329,
5411,
327,
629,
31,
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,
1250,
12835,
12,
780,
498,
15329,
3639,
1910,
10193,
1244,
273,
261,
751,
10193,
13,
1458,
18,
588,
12,
856,
1769,
3639,
309,
261,
1125,
422,
446,
15329,
5411,
327,
629,
31,
3639,
... |
if (verboseJNI) VM.sysWrite("JNI called: CallIntMethod \n"); | if (traceJNI) VM.sysWrite("JNI called: CallIntMethod \n"); | private static int CallIntMethod(int envJREF, int objJREF, int methodID) throws Exception { if (verboseJNI) VM.sysWrite("JNI called: CallIntMethod \n"); VM_JNIEnvironment env; try { // dereference the object instance env = VM_Thread.getCurrentThread().getJNIEnv(); Object ... | 49871 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49871/4062e6b002bdf9991c940012d22443401650712a/VM_JNIFunctions.java/clean/rvm/src/vm/jni/VM_JNIFunctions.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
509,
3049,
1702,
1305,
12,
474,
1550,
46,
10771,
16,
509,
1081,
46,
10771,
16,
509,
707,
734,
13,
565,
1216,
1185,
288,
1377,
309,
261,
5129,
46,
50,
45,
13,
8251,
18,
9499... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
509,
3049,
1702,
1305,
12,
474,
1550,
46,
10771,
16,
509,
1081,
46,
10771,
16,
509,
707,
734,
13,
565,
1216,
1185,
288,
1377,
309,
261,
5129,
46,
50,
45,
13,
8251,
18,
9499... |
consume(IToken.tRPAREN).getEndOffset(); | int finalOffset = consume(IToken.tRPAREN).getEndOffset(); | protected IASTExpression primaryExpression() throws EndOfFileException, BacktrackException { IToken t = null; ICPPASTLiteralExpression literalExpression = null; switch (LT(1)) { // TO DO: we need more literals... case IToken.tINTEGER: t = consume(); litera... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/9592a5366f5de2e55bf9c59cb5f2155caaf25247/GNUCPPSourceParser.java/clean/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/GNUCPPSourceParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
4750,
467,
9053,
2300,
3354,
2300,
1435,
1216,
4403,
951,
812,
503,
16,
540,
4297,
4101,
503,
288,
1377,
467,
1345,
268,
273,
446,
31,
1377,
467,
4258,
4066,
882,
6177,
2300,
7158,
2300,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
4750,
467,
9053,
2300,
3354,
2300,
1435,
1216,
4403,
951,
812,
503,
16,
540,
4297,
4101,
503,
288,
1377,
467,
1345,
268,
273,
446,
31,
1377,
467,
4258,
4066,
882,
6177,
2300,
7158,
2300,
... |
int to = ks.indexOf("/"); | int to = path.indexOf("/"); | public void handleGet(URI uri, ToadletContext ctx) throws ToadletContextClosedException, IOException { //String basepath = "/plugins/"; String ks = uri.getPath(); if(ks.startsWith("/")) ks = ks.substring(1); ks = ks.substring("plugins/".length()); Logger.minor(this, "Pproxy fetching "+ks); try { if (ks.e... | 46035 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46035/b1b9fcf2f7a24a776052951252d7f304b96e9495/PproxyToadlet.java/buggy/src/freenet/pluginmanager/PproxyToadlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1640,
967,
12,
3098,
2003,
16,
2974,
361,
1810,
1042,
1103,
13,
1082,
202,
15069,
2974,
361,
1810,
1042,
7395,
503,
16,
1860,
288,
202,
202,
759,
780,
23853,
273,
2206,
8... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1640,
967,
12,
3098,
2003,
16,
2974,
361,
1810,
1042,
1103,
13,
1082,
202,
15069,
2974,
361,
1810,
1042,
7395,
503,
16,
1860,
288,
202,
202,
759,
780,
23853,
273,
2206,
8... |
boolean unresolved = ref.needsDynamicLink(bcodes.method()); | boolean unresolved = ref.needsDynamicLink(bcodes.getMethod()); | private void generateFrom(int fromIndex) { if (DBG_BB || DBG_SELECTED) { db("generating code into " + currentBBLE + " with runoff " + runoff); } currentBBLE.setGenerated(); endOfBasicBlock = fallThrough = false; lastInstr = null; bcodes.reset(fromIndex); while (true) { // Must keep curr... | 5245 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5245/73b12d36d7f2e70fcee02302007b50add3709348/OPT_BC2IR.java/clean/rvm/src/vm/compilers/optimizing/ir/conversions/bc2hir/OPT_BC2IR.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
2103,
1265,
12,
474,
15065,
13,
288,
565,
309,
261,
2290,
43,
67,
9676,
747,
2383,
43,
67,
4803,
2056,
13,
288,
1377,
1319,
2932,
3441,
1776,
981,
1368,
315,
397,
783,
9676,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2103,
1265,
12,
474,
15065,
13,
288,
565,
309,
261,
2290,
43,
67,
9676,
747,
2383,
43,
67,
4803,
2056,
13,
288,
1377,
1319,
2932,
3441,
1776,
981,
1368,
315,
397,
783,
9676,
... |
private int readStartElement() throws IOException, XMLStreamException { //System.err.println("readStartElement"); // Read element name String elementName = readNmtoken(true); attrs.clear(); // Push namespace context if (namespaceAware) { if (":".equals(elementName)) error("X... | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/27e9978154ebcb2e4d9c4e05e11bf17d1b8e1ef5/XMLParser.java/buggy/core/src/classpath/gnu/gnu/xml/stream/XMLParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
474,
896,
1685,
1046,
1435,
15069,
14106,
16,
4201,
1228,
503,
95,
759,
3163,
18,
370,
18,
8222,
2932,
896,
1685,
1046,
8863,
759,
1994,
2956,
529,
780,
2956,
461,
33,
896,
50,
1010,
9... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
474,
896,
1685,
1046,
1435,
15069,
14106,
16,
4201,
1228,
503,
95,
759,
3163,
18,
370,
18,
8222,
2932,
896,
1685,
1046,
8863,
759,
1994,
2956,
529,
780,
2956,
461,
33,
896,
50,
1010,
9... | ||
receiver.endElement(); | receiver.endElement(qname); | public void endElement(String namespaceURI, String localName, String qname) throws SAXException { try { nsSupport.popContext(); receiver.endElement(); } catch (TransformerException e) { throw new SAXException(e.getMessage(), e); } } | 2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/bb9e62961cd54f3562f2a8e34ebe8f272b7123b5/SAXSerializer.java/buggy/src/org/exist/util/serializer/SAXSerializer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
14840,
12,
780,
19421,
16,
514,
11927,
16,
514,
12621,
13,
202,
202,
15069,
14366,
288,
202,
202,
698,
288,
1082,
202,
2387,
6289,
18,
5120,
1042,
5621,
1082,
202,
24454,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
14840,
12,
780,
19421,
16,
514,
11927,
16,
514,
12621,
13,
202,
202,
15069,
14366,
288,
202,
202,
698,
288,
1082,
202,
2387,
6289,
18,
5120,
1042,
5621,
1082,
202,
24454,
... |
PsiElement child = aClass.getFirstChild(); while(child != null){ if(child instanceof PsiJavaToken){ final PsiJavaToken token = (PsiJavaToken)child; final IElementType tokenType = token.getTokenType(); if(tokenType.equals(JavaTokenType.SEMICOLON)){ final PsiElement prevSibling = skipBackwardWhiteSpacesAndComments(child)... | findUnnecessarySemicolonsAfterEnumConstants(aClass); | public void visitClass(@NotNull PsiClass aClass){ super.visitClass(aClass); PsiElement child = aClass.getFirstChild(); while(child != null){ if(child instanceof PsiJavaToken){ final PsiJavaToken token = (PsiJavaToken)child; fi... | 12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/0b881359d4b9dcebc4bdfe0ec410580a49eeaba0/UnnecessarySemicolonInspection.java/clean/plugins/InspectionGadgets/src/com/siyeh/ig/style/UnnecessarySemicolonInspection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
3757,
797,
26964,
5962,
453,
7722,
797,
20148,
15329,
5411,
2240,
18,
11658,
797,
12,
69,
797,
1769,
5411,
453,
7722,
1046,
1151,
273,
20148,
18,
588,
3759,
1763,
5621,
5411,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
3757,
797,
26964,
5962,
453,
7722,
797,
20148,
15329,
5411,
2240,
18,
11658,
797,
12,
69,
797,
1769,
5411,
453,
7722,
1046,
1151,
273,
20148,
18,
588,
3759,
1763,
5621,
5411,
1... |
return format.format(annotationList.toArray(new BugAnnotation[annotationList.size()])); | return format.format(annotationList.toArray(new BugAnnotation[annotationList.size()]), getPrimaryClass()); | public String getMessage() { String pattern = I18N.instance().getMessage(type); FindBugsMessageFormat format = new FindBugsMessageFormat(pattern); try { return format.format(annotationList.toArray(new BugAnnotation[annotationList.size()])); } catch (RuntimeException e) { AnalysisContext.logError("Error generat... | 7352 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7352/f87af9d068b4325d4ede3d630495fe7754971e9d/BugInstance.java/clean/findbugs/src/java/edu/umd/cs/findbugs/BugInstance.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
2381,
1435,
288,
202,
202,
780,
1936,
273,
467,
2643,
50,
18,
1336,
7675,
24906,
12,
723,
1769,
202,
202,
3125,
31559,
1079,
1630,
740,
273,
394,
4163,
31559,
1079,
1630,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
2381,
1435,
288,
202,
202,
780,
1936,
273,
467,
2643,
50,
18,
1336,
7675,
24906,
12,
723,
1769,
202,
202,
3125,
31559,
1079,
1630,
740,
273,
394,
4163,
31559,
1079,
1630,
... |
(Integer)Version.getRevision(new Blank())); | (Integer)Version.getRevision(Blank.class)); | public void testGetRevision() throws Exception { assertEquals( (Integer)100, (Integer)Version.getRevision(new Blank())); } | 55636 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55636/12f6ae8f254307cf501799bd57a8496e5a87439d/VersionTest.java/clean/components/common/test/ome/system/utests/VersionTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
967,
7939,
1435,
1216,
1185,
288,
202,
202,
11231,
8867,
12,
9506,
202,
12,
4522,
13,
6625,
16,
9506,
202,
12,
4522,
13,
1444,
18,
588,
7939,
12,
2704,
8069,
2304,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
967,
7939,
1435,
1216,
1185,
288,
202,
202,
11231,
8867,
12,
9506,
202,
12,
4522,
13,
6625,
16,
9506,
202,
12,
4522,
13,
1444,
18,
588,
7939,
12,
2704,
8069,
2304,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.