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 |
|---|---|---|---|---|---|---|
updateStatus(null); | updateStatus(IStatus.OK, ""); | private boolean validateFolderName() { String name = folderNameField.getText(); IWorkspace workspace = container.getWorkspace(); IStatus nameStatus = workspace.validateName(name, IResource.FOLDER); if ("".equals(name)) { updateStatus(IStatus.ERROR, WorkbenchMessages.getString("NewFolderDialog.folderNameEmpty")); //$NO... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/cdf08439f3977fe372c1e2a6cd6e9b934bd6c831/NewFolderDialog.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/NewFolderDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
1250,
1954,
26169,
1435,
288,
202,
780,
508,
273,
31814,
974,
18,
588,
1528,
5621,
202,
45,
8241,
6003,
273,
1478,
18,
588,
8241,
5621,
202,
45,
1482,
508,
1482,
273,
6003,
18,
5662,
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,
3238,
1250,
1954,
26169,
1435,
288,
202,
780,
508,
273,
31814,
974,
18,
588,
1528,
5621,
202,
45,
8241,
6003,
273,
1478,
18,
588,
8241,
5621,
202,
45,
1482,
508,
1482,
273,
6003,
18,
5662,
4... |
JComboBox zGroup = new JComboBox(choices); JComboBox tGroup = new JComboBox(choices); tGroup.setSelectedIndex(1); JComboBox cGroup = new JComboBox(choices); cGroup.setSelectedIndex(2); | zGroup = new JComboBox(choices); setBox(zGroup,0); tGroup = new JComboBox(choices); setBox(tGroup,1); cGroup = new JComboBox(choices); setBox(cGroup,2); | public OptionsWindow(int numZ, int numT, CustomWindow c) { super("LOCI Data Browser - Options"); setBackground(Color.gray); cw = c; manager = cw.db.manager; FileStitcher fs = cw.db.fStitch; update = false; Border etchB = BorderFactory.createEtchedBorder(EtchedBorder.LOWERED); // get Fi... | 55303 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55303/f9b1d673ac7096425b738aed5786e97061d67b50/OptionsWindow.java/buggy/loci/plugins/browser/OptionsWindow.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
5087,
3829,
12,
474,
818,
62,
16,
509,
818,
56,
16,
6082,
3829,
276,
13,
288,
565,
2240,
2932,
1502,
7266,
1910,
15408,
300,
5087,
8863,
565,
31217,
12,
2957,
18,
22440,
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,
5087,
3829,
12,
474,
818,
62,
16,
509,
818,
56,
16,
6082,
3829,
276,
13,
288,
565,
2240,
2932,
1502,
7266,
1910,
15408,
300,
5087,
8863,
565,
31217,
12,
2957,
18,
22440,
1769,
565... |
super.connect(); setUpTransportIO(wrapConnection(socket)); | if (usingProxy() && !makingSSLTunnel) { makingSSLTunnel = true; super.connect(); String save_meth = method; method = "CONNECT"; try { doRequest(); endRequest(); } finally { method = save_meth; } if (!connected) { throw new IOException(Messages.getString("luni.01", responseMessage, responseCode)); } InputStream is... | public void connect() throws IOException { if (connected) { return; } super.connect(); // TODO make SSL Tunnel in case of using the proxy setUpTransportIO(wrapConnection(socket)); } | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/a9a96644066f8919a0dfcbf9d535825432d225fc/HttpsURLConnection.java/buggy/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/HttpsURLConnection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
3077,
1435,
1216,
1860,
288,
5411,
309,
261,
8537,
13,
288,
7734,
327,
31,
5411,
289,
5411,
2240,
18,
3612,
5621,
5411,
368,
2660,
1221,
7419,
399,
8564,
316,
648,
434,
1450,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
3077,
1435,
1216,
1860,
288,
5411,
309,
261,
8537,
13,
288,
7734,
327,
31,
5411,
289,
5411,
2240,
18,
3612,
5621,
5411,
368,
2660,
1221,
7419,
399,
8564,
316,
648,
434,
1450,
... |
QuizClientServices client = answer.getSender(); | private int checkAnswers(QuizQuestion question) { int correctAnswers=0; Vector answers = this.servant.getAnswers(); Console.println("Current question: " + question.getId(), Console.MSG_DEBUG); Console.println("Correct answer: #"+question.getCorrectAnswer(), Console.MSG_DEBUG); Console.println("There are "+answe... | 12246 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12246/217bca0b012d3e68156c1411f94c5df12108bfbe/Quiz.java/buggy/quizmaster/server/Quiz.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
509,
866,
19543,
12,
928,
452,
11665,
5073,
13,
202,
95,
202,
202,
474,
3434,
19543,
33,
20,
31,
202,
202,
5018,
12415,
273,
333,
18,
550,
7445,
18,
588,
19543,
5621,
9506,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
509,
866,
19543,
12,
928,
452,
11665,
5073,
13,
202,
95,
202,
202,
474,
3434,
19543,
33,
20,
31,
202,
202,
5018,
12415,
273,
333,
18,
550,
7445,
18,
588,
19543,
5621,
9506,
... | |
getSiteRoot(folder + newFolderName + C_FOLDER_SEPERATOR), new Hashtable()); | getSiteRoot(folder + newFolderName + C_FOLDER_SEPARATOR), new Hashtable()); | protected CmsFolder doCreateFolder(String folder, String newFolderName) throws CmsException { CmsFolder cmsFolder = m_rb.createFolder(m_context.currentUser(), m_context.currentGroup(), m_context.currentProject(), getSiteRoot(folder + newFolderName + C_FOLDER_SEPERATOR), new... | 51784 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51784/d62681890400b4d3c5254ce708f96cd496e3c135/CmsObject.java/clean/src/com/opencms/file/CmsObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
2149,
3899,
741,
1684,
3899,
12,
780,
3009,
16,
514,
394,
26169,
13,
1216,
11228,
288,
565,
2149,
3899,
6166,
3899,
273,
312,
67,
6731,
18,
2640,
3899,
12,
81,
67,
2472,
18,
2972,
1299... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
2149,
3899,
741,
1684,
3899,
12,
780,
3009,
16,
514,
394,
26169,
13,
1216,
11228,
288,
565,
2149,
3899,
6166,
3899,
273,
312,
67,
6731,
18,
2640,
3899,
12,
81,
67,
2472,
18,
2972,
1299... |
grammarDescription = new SchemaGrammarDescription(); grammarDescription.setContextType(referType); grammarDescription.setTargetNamespace(currSchemaInfo.fTargetNamespace); grammarDescription.setLocationHints(new String[] {locationHint}); sg = (SchemaGrammar)fGrammarPool.retrieveGrammar(grammarDescription); if (sg != nul... | grammarDescription = new SchemaGrammarDescription(); grammarDescription.setContextType(referType); grammarDescription.setTargetNamespace(currSchemaInfo.fTargetNamespace); grammarDescription.setLocationHints(new String[] {locationHint}); sg = (SchemaGrammar)fGrammarPool.retrieveGrammar(grammarDescription); if (sg != nul... | protected XSDocumentInfo constructTrees(Document schemaRoot, String locationHint, String callerTNS, short referType) { if (schemaRoot == null) return null; XSDocumentInfo currSchemaInfo = null; try { currSchemaInfo = new XSDocumentInfo(schemaRoot, fAttributeChecker, fSymbolTable); ... | 4434 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4434/c8d855e0480e81ef42e6e1a8b97353e1aaf8a167/XSDHandler.java/buggy/src/org/apache/xerces/impl/xs/traversers/XSDHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1139,
55,
2519,
966,
4872,
26590,
12,
2519,
1963,
2375,
16,
514,
2117,
7002,
16,
514,
4894,
56,
3156,
16,
3025,
8884,
559,
13,
288,
3639,
309,
261,
4821,
2375,
422,
446,
13,
327,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1139,
55,
2519,
966,
4872,
26590,
12,
2519,
1963,
2375,
16,
514,
2117,
7002,
16,
514,
4894,
56,
3156,
16,
3025,
8884,
559,
13,
288,
3639,
309,
261,
4821,
2375,
422,
446,
13,
327,
... |
cx.currentActivationScope = call.parentActivationScope; | public static void exitActivationFunction(Context cx) { if (cx.currentActivationDepth == 0) throw new IllegalStateException(); if (cx.currentActivationScope == null) throw new IllegalStateException(); if (cx.currentActivationCall != cx.currentActivationScope) ... | 13991 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13991/5f71fe6973a37b77b4615a721450340c063c12ab/ScriptRuntime.java/buggy/js/rhino/src/org/mozilla/javascript/ScriptRuntime.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2427,
14857,
2083,
12,
1042,
9494,
13,
565,
288,
3639,
309,
261,
71,
92,
18,
2972,
14857,
6148,
422,
374,
13,
5411,
604,
394,
5477,
5621,
3639,
309,
261,
71,
92,
18,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2427,
14857,
2083,
12,
1042,
9494,
13,
565,
288,
3639,
309,
261,
71,
92,
18,
2972,
14857,
6148,
422,
374,
13,
5411,
604,
394,
5477,
5621,
3639,
309,
261,
71,
92,
18,
2... | |
_t = __t1419; | _t = __t1424; | public final void argfunc(AST _t) throws RecognitionException { AST argfunc_AST_in = (_t == ASTNULL) ? null : (AST)_t; if (_t==null) _t=ASTNULL; switch ( _t.getType()) { case AACBIT: { AST __t1396 = _t; AST tmp344_AST_in = (AST)_t; match(_t,AACBIT); _t = _t.getFirstChild(); funargs(_t); _t = _retT... | 13952 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13952/f492fd11e745beb562b4e209643ba003aa8a6271/TreeParser01.java/clean/trunk/org.prorefactor.core/src/org/prorefactor/treeparser01/TreeParser01.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
1501,
644,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
1501,
644,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,
261,
9053,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
1501,
644,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
1501,
644,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,
261,
9053,
... |
transform(graphics2d, orientation, xc, yc); | transform(graphics2d, orient, xc, yc); | private void drawString(Graphics2D graphics2d, String string, Point p, int alignment, double orientation) { int xc = p.x; int yc = p.y; AffineTransform transform = graphics2d.getTransform(); transform(graphics2d, orientation, xc, yc); Fon... | 51106 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51106/2998ad4a6ce2bb8d3c632a19d3c283ed3956d282/IdeaView.java/buggy/src/dg/hipster/view/IdeaView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
3724,
780,
12,
17558,
22,
40,
17313,
22,
72,
16,
514,
533,
16,
4686,
293,
16,
509,
8710,
16,
5411,
1645,
9820,
13,
288,
7734,
509,
15192,
273,
293,
18,
92,
31,
3639,
509,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3724,
780,
12,
17558,
22,
40,
17313,
22,
72,
16,
514,
533,
16,
4686,
293,
16,
509,
8710,
16,
5411,
1645,
9820,
13,
288,
7734,
509,
15192,
273,
293,
18,
92,
31,
3639,
509,
... |
ref1 =ref2; ref2 = ref1; | ref1 = ref2; ref2 = tmp; | final void checkForMissedSpills(Address ref1, Address ref2) { if (ref1.isZero()) { // Search from start of spill area ref1 = getFirstSpillLoc(); if (DEBUG) { VM.sysWrite("Updated, ref1: "); VM.sysWrite(ref1); VM.sysWrite("\n"); } } if (ref2.isZero()) { // Search... | 5245 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5245/08c7b3482a1501edd30549115cf9b4a92de0d352/VM_OptGenericGCMapIterator.java/clean/rvm/src/vm/compilers/optimizing/vmInterface/services/VM_OptGenericGCMapIterator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
918,
13855,
11729,
730,
3389,
737,
87,
12,
1887,
1278,
21,
16,
5267,
1278,
22,
13,
288,
565,
309,
261,
1734,
21,
18,
291,
7170,
10756,
288,
1377,
368,
5167,
628,
787,
434,
1694,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
918,
13855,
11729,
730,
3389,
737,
87,
12,
1887,
1278,
21,
16,
5267,
1278,
22,
13,
288,
565,
309,
261,
1734,
21,
18,
291,
7170,
10756,
288,
1377,
368,
5167,
628,
787,
434,
1694,
... |
else { f = checkConstructor(name); } if (f != IdFunction.WAS_OVERWRITTEN) { return true; } | public boolean has(String name, Scriptable start) { if (prototypeFunctionPool != null) { IdFunction f; int id = mapNameToMethodId(name); if (id != 0) { f = prototypeFunctionPool[id]; } else { f = checkConstructor(name); ... | 51996 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51996/b6331020dcf96bb85dae57ee2a2ce947b6b0477a/IdScriptable.java/clean/js/rhino/src/org/mozilla/javascript/IdScriptable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
711,
12,
780,
508,
16,
22780,
787,
13,
288,
3639,
309,
261,
18541,
2083,
2864,
480,
446,
13,
288,
5411,
3124,
2083,
284,
31,
5411,
509,
612,
273,
852,
28455,
30793,
12,
529,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
711,
12,
780,
508,
16,
22780,
787,
13,
288,
3639,
309,
261,
18541,
2083,
2864,
480,
446,
13,
288,
5411,
3124,
2083,
284,
31,
5411,
509,
612,
273,
852,
28455,
30793,
12,
529,... | |
paneFolder.getControl().getShell().removeShellListener(shellListener); | paneFolder.getControl().getShell().removeShellListener(shellListener); | public void dispose() { if (isDisposed()) { return; } // remove shell listener paneFolder.getControl().getShell().removeShellListener(shellListener); PresentationUtil.removeDragListener(paneFolder.getControl(), dragListener); PresentationUtil.remov... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/38085a8072ad4fd21bad0983f8bc31ac736c9f72/R21BasicStackPresentation.java/clean/bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
15825,
1435,
288,
3639,
309,
261,
291,
1669,
7423,
10756,
288,
5411,
327,
31,
3639,
289,
3639,
368,
1206,
5972,
2991,
3639,
13618,
3899,
18,
588,
3367,
7675,
588,
13220,
7675,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
15825,
1435,
288,
3639,
309,
261,
291,
1669,
7423,
10756,
288,
5411,
327,
31,
3639,
289,
3639,
368,
1206,
5972,
2991,
3639,
13618,
3899,
18,
588,
3367,
7675,
588,
13220,
7675,
... |
content.add(BorderLayout.CENTER,new JScrollPane(viewer)); panel = new JPanel(); panel.setLayout(new BoxLayout(panel,BoxLayout.X_AXIS)); panel.setBorder(new EmptyBorder(12,0,0,0)); panel.add(Box.createGlue()); back = new JButton(jEdit.getProperty("helpviewer.back")); back.setIcon(GUIUtilities.loadIcon("Back24.gif")); b... | getContentPane().add(BorderLayout.CENTER,new JScrollPane(viewer)); | public HelpViewer(URL url) { super(jEdit.getProperty("helpviewer.title")); JPanel content = new JPanel(new BorderLayout()); content.setBorder(new EmptyBorder(12,12,12,12)); setContentPane(content); setIconImage(GUIUtilities.getEditorIcon()); history = new URL[25]; ActionHandler actionListener = new ActionHandle... | 6564 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6564/36befb6db4c49cf26e323f63b35f29d5f1d64f55/HelpViewer.java/buggy/org/gjt/sp/jedit/gui/HelpViewer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
11288,
18415,
12,
1785,
880,
13,
202,
95,
202,
202,
9565,
12,
78,
4666,
18,
588,
1396,
2932,
5201,
25256,
18,
2649,
7923,
1769,
202,
202,
46,
5537,
913,
273,
394,
24048,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
11288,
18415,
12,
1785,
880,
13,
202,
95,
202,
202,
9565,
12,
78,
4666,
18,
588,
1396,
2932,
5201,
25256,
18,
2649,
7923,
1769,
202,
202,
46,
5537,
913,
273,
394,
24048,
12,
... |
IWorkbenchWindow window = WorkbenchPlugin .getDefault() .getWorkbench() .getActiveWorkbenchWindow(); | IWorkbenchWindow window = WorkbenchPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow(); | public void done(IJobChangeEvent event) { JobInfo info = getJobInfo(event.getJob()); if (event.getResult().getSeverity() == IStatus.ERROR) { info.setError(event.getResult()); UIJob job = new UIJob(ProgressMessages.getString("JobProgressManager.OpenProgressJob")) {//$NON-NLS-1$ /* (non-Javadoc) * @see org.eclip... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/1a9cecd63f2d83ca30cee9aec5659bf7c2b3803d/JobProgressManager.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobProgressManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
2731,
12,
45,
2278,
20930,
871,
13,
288,
202,
202,
2278,
966,
1123,
273,
13024,
966,
12,
2575,
18,
588,
2278,
10663,
202,
202,
430,
261,
2575,
18,
588,
1253,
7675,
588,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
2731,
12,
45,
2278,
20930,
871,
13,
288,
202,
202,
2278,
966,
1123,
273,
13024,
966,
12,
2575,
18,
588,
2278,
10663,
202,
202,
430,
261,
2575,
18,
588,
1253,
7675,
588,
... |
m_server.resume(); | server.resume(); | private void suspendServer() { // not running - no need to do anything. if(m_server == null) { return; } if(m_suspendButton.isSelected()) { m_server.suspend(); } else { m_server.resume(); } } | 48500 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48500/f8bdbb2dab0d67be139dd05d6110e466306c8868/RootPanel.java/buggy/src/java/org/apache/ftpserver/gui/RootPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
20413,
2081,
1435,
288,
7734,
368,
486,
3549,
300,
1158,
1608,
358,
741,
6967,
18,
3639,
309,
12,
81,
67,
3567,
422,
446,
13,
288,
5411,
327,
31,
3639,
289,
7734,
309,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
20413,
2081,
1435,
288,
7734,
368,
486,
3549,
300,
1158,
1608,
358,
741,
6967,
18,
3639,
309,
12,
81,
67,
3567,
422,
446,
13,
288,
5411,
327,
31,
3639,
289,
7734,
309,
12,
... |
BasicTreeUI.this.selectPath(BasicTreeUI.this.tree, new TreePath(getPathToRoot(prev, 0))); | selectPath(tree, new TreePath(getPathToRoot(prev, 0))); | public void keyPressed(KeyEvent e) { TreeModel mod = BasicTreeUI.this.tree.getModel(); TreePath start = BasicTreeUI.this.tree.getLeadSelectionPath(); Object last = null; if (start != null) last = start.getLastPathComponent(); if (last != null) { // DOWN, KP_DOWN ... | 47947 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47947/ad9fe0128c253aaf223148f1f6216018924022e0/BasicTreeUI.java/buggy/javax/swing/plaf/basic/BasicTreeUI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
498,
24624,
12,
653,
1133,
425,
13,
565,
288,
1377,
4902,
1488,
681,
273,
7651,
2471,
5370,
18,
2211,
18,
3413,
18,
588,
1488,
5621,
1377,
4902,
743,
787,
273,
7651,
2471,
53... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
498,
24624,
12,
653,
1133,
425,
13,
565,
288,
1377,
4902,
1488,
681,
273,
7651,
2471,
5370,
18,
2211,
18,
3413,
18,
588,
1488,
5621,
1377,
4902,
743,
787,
273,
7651,
2471,
53... |
if ( StringUtil.compareVersion( handler.getVersion( ), "3" ) < 0 ) { if ( OBSOLETE_FLAT_FILE_ID.equalsIgnoreCase( extensionID ) ) extensionID = NEW_FLAT_FILE_ID; } | if ( OBSOLETE_FLAT_FILE_ID.equalsIgnoreCase( extensionID ) ) extensionID = NEW_FLAT_FILE_ID; } | private void parseODADataSetExtensionID( Attributes attrs, boolean extensionNameRequired ) { String extensionID = getAttrib( attrs, DesignSchemaConstants.EXTENSION_ID_ATTRIB ); if ( StringUtil.isBlank( extensionID ) ) { if ( !extensionNameRequired ) return; SemanticError e = new SemanticError( element, ... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/72a3a0e29ff8a67f745d48e8d5880b5546f11ad2/OdaDataSetState.java/buggy/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/OdaDataSetState.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1109,
1212,
37,
13676,
3625,
734,
12,
9055,
3422,
16,
1082,
202,
6494,
2710,
461,
3705,
262,
202,
95,
202,
202,
780,
2710,
734,
273,
336,
12399,
12,
3422,
16,
9506,
202,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1109,
1212,
37,
13676,
3625,
734,
12,
9055,
3422,
16,
1082,
202,
6494,
2710,
461,
3705,
262,
202,
95,
202,
202,
780,
2710,
734,
273,
336,
12399,
12,
3422,
16,
9506,
202,... |
int max = getColumnLabel(column).length(); int i; for (i = 0 ; i < rows.size(); ++i) { byte[][] x = (byte[][])(rows.elementAt(i)); if(x[column-1]!=null) { int xl = x[column - 1].length; if (xl > max) max = xl; } } return max; | Field f = getField(column); String type_name = f.getTypeName(); int sql_type = f.getSQLType(); int typmod = f.mod; if (type_name.equals( "int2" )) return 6; if (type_name.equals( "int4" ) || type_name.equals( "oid" )) return 11; if (type_name.equals( "int8" )) return 20; if (type_name.equa... | public int getColumnDisplaySize(int column) throws SQLException { int max = getColumnLabel(column).length(); int i; for (i = 0 ; i < rows.size(); ++i) { byte[][] x = (byte[][])(rows.elementAt(i)); if(x[column-1]!=null) { int xl = x[column - 1].length; if (xl > max) max = xl; } } ret... | 2413 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2413/ae2e909b19c28b2768d60b67024ec84ced527147/ResultSetMetaData.java/buggy/postgresql/jdbc2/ResultSetMetaData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
6716,
4236,
1225,
12,
474,
1057,
13,
1216,
6483,
225,
288,
565,
509,
943,
273,
6716,
2224,
12,
2827,
2934,
2469,
5621,
565,
509,
277,
31,
3639,
364,
261,
77,
273,
374,
274,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
6716,
4236,
1225,
12,
474,
1057,
13,
1216,
6483,
225,
288,
565,
509,
943,
273,
6716,
2224,
12,
2827,
2934,
2469,
5621,
565,
509,
277,
31,
3639,
364,
261,
77,
273,
374,
274,
... |
Streamable holder = holderFactory.createHolder(type); | Streamable holder = HolderLocator.createHolder(type); | public DynAny create_simple(TypeCode official, TypeCode type) { Streamable holder = holderFactory.createHolder(type); return new gnuDynAny(holder, official, type, this, orb); } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/e9344cb85925e12da0e0cccb4ba0521d8696a226/gnuDynAnyFactory.java/buggy/core/src/classpath/gnu/gnu/CORBA/DynAn/gnuDynAnyFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
463,
878,
2961,
752,
67,
9647,
12,
15460,
3397,
22354,
16,
30332,
618,
13,
225,
288,
565,
3961,
429,
10438,
273,
670,
1498,
5786,
18,
2640,
6064,
12,
723,
1769,
565,
327,
394,
314... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
463,
878,
2961,
752,
67,
9647,
12,
15460,
3397,
22354,
16,
30332,
618,
13,
225,
288,
565,
3961,
429,
10438,
273,
670,
1498,
5786,
18,
2640,
6064,
12,
723,
1769,
565,
327,
394,
314... |
for(Iterator<Integer> it = database.iterator(); it.hasNext();) { Integer id = it.next(); if(!processedIDs.contains(id)) expandClusterOrder(database, id, progress); } } catch(Exception e) { throw new IllegalStateException(e); } long end = System.currentTimeMillis(); | for (Iterator<Integer> it = database.iterator(); it.hasNext();) { Integer id = it.next(); if (!processedIDs.contains(id)) expandClusterOrder(database, id, progress); } } catch (Exception e) { throw new IllegalStateException(e); } long end = System.currentTimeMillis(); | public void run(Database<T> database) throws IllegalStateException { long start = System.currentTimeMillis(); try { Progress progress = new Progress(database.size()); processedIDs = new HashSet<Integer>(database.size()); clusterOrder = new ClusterOrder(databa... | 5508 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5508/dce0549f17b1f34d450f4b4a1eecf0adb6a33912/OPTICS.java/clean/src/de/lmu/ifi/dbs/algorithm/OPTICS.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1086,
12,
4254,
32,
56,
34,
2063,
13,
1216,
5477,
565,
288,
3639,
1525,
787,
273,
2332,
18,
2972,
28512,
5621,
3639,
775,
3639,
288,
5411,
10980,
4007,
273,
394,
10980,
12,
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,
918,
1086,
12,
4254,
32,
56,
34,
2063,
13,
1216,
5477,
565,
288,
3639,
1525,
787,
273,
2332,
18,
2972,
28512,
5621,
3639,
775,
3639,
288,
5411,
10980,
4007,
273,
394,
10980,
12,
6... |
326, 327, 328, 329, 330, 58, 59, -1, -1, -1, | 326, 327, 328, 329, 330, 58, 59, 333, 334, -1, | private static final short[] yyCheck3() { return new short[] { -1, -1, 10, -1, 343, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 124, 125, 37, 38, -1, -1, 41, 42, 43... | 49476 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49476/f5c9a1ebd775712f2dc086acfce1a14a123ec632/YyTables.java/buggy/src/org/jruby/parser/YyTables.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
3238,
760,
727,
3025,
8526,
9016,
1564,
23,
1435,
288,
1377,
327,
394,
3025,
8526,
288,
6647,
300,
21,
16,
282,
300,
21,
16,
282,
1728,
16,
282,
300,
21,
16,
225,
890,
8942,
16,
282,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
3238,
760,
727,
3025,
8526,
9016,
1564,
23,
1435,
288,
1377,
327,
394,
3025,
8526,
288,
6647,
300,
21,
16,
282,
300,
21,
16,
282,
1728,
16,
282,
300,
21,
16,
225,
890,
8942,
16,
282,
... |
if (s.equals(rccchecks[i - FIRSTRCCCHECKTAG])) return i; | if (s.equals(rccchecks[i - FIRSTRCCCHECKTAG])) return i; | public static int checkFromString(String s) { for (int i = FIRSTRCCCHECKTAG; i <= LASTRCCCHECKTAG; i++) { if (s.equals(rccchecks[i - FIRSTRCCCHECKTAG])) return i; } //@ unreachable Assert.fail("unrecognized check string: \"" + s + "\""); return -1; } | 46634 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46634/88c3a23ce6920080a820fcffe73c2469f7571ad9/TagConstants.java/buggy/src/escjava/trunk/ESCTools/Rcc/java/rcc/ast/TagConstants.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
509,
866,
9193,
12,
780,
272,
13,
288,
3639,
364,
261,
474,
277,
273,
4011,
54,
3902,
6743,
10687,
7927,
31,
277,
1648,
2928,
3902,
6743,
10687,
7927,
31,
277,
27245,
288,
54... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
509,
866,
9193,
12,
780,
272,
13,
288,
3639,
364,
261,
474,
277,
273,
4011,
54,
3902,
6743,
10687,
7927,
31,
277,
1648,
2928,
3902,
6743,
10687,
7927,
31,
277,
27245,
288,
54... |
return "Add an existing project to the source locations list."; | return CDebugUIPlugin.getResourceString("internal.ui.wizards.AddProjectSourceLocationWizard.Description"); | public String getDescription() { return "Add an existing project to the source locations list."; } | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/7c50719ee75ad53d8a6bd367d0f569749c3680bc/AddProjectSourceLocationWizard.java/buggy/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/wizards/AddProjectSourceLocationWizard.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
11056,
1435,
202,
95,
202,
202,
2463,
315,
986,
392,
2062,
1984,
358,
326,
1084,
7838,
666,
1199,
31,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
11056,
1435,
202,
95,
202,
202,
2463,
315,
986,
392,
2062,
1984,
358,
326,
1084,
7838,
666,
1199,
31,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
boolean bT = false, bZ = false; | boolean bT = false, bZ = false, bZT = false; | void setDefaultZT(int t, int z, int sizeT, int sizeZ) { ToolBarManager tbm = toolBar.getManager(); tbm.onTChange(t); tbm.onZChange(z); int maxZ = sizeZ-1; int maxT = sizeT-1; tbm.setMaxT(maxT); tbm.setMaxZ(maxZ); toolBar.getZLabel().setText("/"+maxZ); ... | 55464 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55464/69d9ca849e67dccda3286f8ae868fd51e5634768/ViewerUIF.java/clean/SRC/org/openmicroscopy/shoola/agents/viewer/ViewerUIF.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
9277,
62,
56,
12,
474,
268,
16,
509,
998,
16,
509,
963,
56,
16,
509,
963,
62,
13,
565,
288,
3639,
13288,
5190,
1318,
8739,
81,
273,
5226,
5190,
18,
588,
1318,
5621,
3639,
8739,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
9277,
62,
56,
12,
474,
268,
16,
509,
998,
16,
509,
963,
56,
16,
509,
963,
62,
13,
565,
288,
3639,
13288,
5190,
1318,
8739,
81,
273,
5226,
5190,
18,
588,
1318,
5621,
3639,
8739,
... |
return components[n]; | return component[n]; | public Component getComponent (int n) { if (n < 0 || n >= componentCount) throw new ArrayIndexOutOfBoundsException("no such component"); return components[n]; } | 27835 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/27835/42de8277e53eabea04a48598c12ed6d488412a7b/Container.java/clean/libjava/java/awt/Container.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
5435,
10322,
261,
474,
290,
13,
225,
288,
565,
309,
261,
82,
411,
374,
747,
290,
1545,
1794,
1380,
13,
1377,
604,
394,
1510,
30548,
2932,
2135,
4123,
1794,
8863,
565,
327,
1794,
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,
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,
5435,
10322,
261,
474,
290,
13,
225,
288,
565,
309,
261,
82,
411,
374,
747,
290,
1545,
1794,
1380,
13,
1377,
604,
394,
1510,
30548,
2932,
2135,
4123,
1794,
8863,
565,
327,
1794,
6... |
else | } else { | public IWorkbenchPage openPage(final String perspId, final IAdaptable input) throws WorkbenchException { Assert.isNotNull(perspId); // Run op in busy cursor. final Object[] result = new Object[1]; BusyIndicator.showWhile(null, new Runnable() { public void run() { try { result[0] = busyOpenPage(perspId, ... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/fa4a8cff0e027f8d3c6b1fcb92b30f46767dd191/WorkbenchWindow.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
2421,
22144,
1964,
1696,
1964,
12,
6385,
514,
13508,
84,
548,
16,
727,
467,
13716,
429,
810,
13,
1082,
202,
15069,
4147,
22144,
503,
288,
202,
202,
8213,
18,
291,
5962,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2421,
22144,
1964,
1696,
1964,
12,
6385,
514,
13508,
84,
548,
16,
727,
467,
13716,
429,
810,
13,
1082,
202,
15069,
4147,
22144,
503,
288,
202,
202,
8213,
18,
291,
5962,
1... |
delayedMultilineUpdate = true; int endLine = startLine + numLines; /* update fold visibility map. */ int starti = fvmget(startLine); int endi = fvmget(endLine); /* both have same visibility; just remove * anything in between. */ if(Math.abs(starti % 2) == Math.abs(endi % 2)) | if(endi - starti == fvmcount) | public void preContentRemoved(Buffer buffer, int startLine, int offset, int numLines, int length) { if(!buffer.isLoaded()) return; if(textArea.getDisplayManager() == DisplayManager.this) { if(numLines != 0) { preContentRemoved(firstLine,startLine,numLines); preContentRemoved(scrollLineCount,... | 8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/e6e3327019fa6a56ac5ebb63c9ba2d29f9287b9f/DisplayManager.java/buggy/org/gjt/sp/jedit/textarea/DisplayManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
918,
675,
1350,
10026,
12,
1892,
1613,
16,
509,
24636,
16,
1082,
202,
474,
1384,
16,
509,
818,
5763,
16,
509,
769,
13,
202,
202,
95,
1082,
202,
430,
12,
5,
4106,
18,
291,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
918,
675,
1350,
10026,
12,
1892,
1613,
16,
509,
24636,
16,
1082,
202,
474,
1384,
16,
509,
818,
5763,
16,
509,
769,
13,
202,
202,
95,
1082,
202,
430,
12,
5,
4106,
18,
291,
... |
ICFileType typeById = resolver.getFileTypeById(typeByName.getId()); | ICFileType typeById = model.getFileTypeById(typeByName.getId()); | private void doTestFileTypeResolution(String fileName, String expectedTypeId) { ICFileType typeByName = resolver.getFileType(fileName); assertNotNull(typeByName); assertEquals(expectedTypeId, typeByName.getId()); ICFileType typeById = resolver.getFileTypeById(typeByName.getId()); assertNotNull(typeById); ass... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/285254ad4e9bc51ea2483287742812f092c60d3b/ResolverTests.java/buggy/core/org.eclipse.cdt.core.tests/misc/org/eclipse/cdt/core/filetype/tests/ResolverTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
741,
4709,
28941,
11098,
12,
780,
3968,
16,
514,
2665,
11731,
13,
288,
3196,
202,
2871,
28941,
618,
5911,
273,
5039,
18,
588,
28941,
12,
17812,
1769,
202,
202,
11231,
5962... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
741,
4709,
28941,
11098,
12,
780,
3968,
16,
514,
2665,
11731,
13,
288,
3196,
202,
2871,
28941,
618,
5911,
273,
5039,
18,
588,
28941,
12,
17812,
1769,
202,
202,
11231,
5962... |
public static ToHitData toHit(IGame game, int attackerId, Targetable target) { final Entity ae = game.getEntity(attackerId); if (ae == null) return new ToHitData(ToHitData.IMPOSSIBLE, "You can't attack from a null entity!"); if(!game.getOptions().booleanOption("maxtech_new_physicals")) return new ToHitData(ToHitData.I... | public ToHitData toHit(IGame game) { return toHit(game, getEntityId(), game.getTarget(getTargetType(), getTargetId())); | public static ToHitData toHit(IGame game, int attackerId, Targetable target) { final Entity ae = game.getEntity(attackerId); if (ae == null) return new ToHitData(ToHitData.IMPOSSIBLE, "You can't attack from a null entity!"); if(!game.getOptions().... | 3464 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3464/26d049695b50784ad795b53718db83368ca9a6fb/TripAttackAction.java/buggy/megamek/src/megamek/common/actions/TripAttackAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
2974,
13616,
751,
358,
13616,
12,
3047,
339,
7920,
16,
509,
13843,
264,
548,
16,
4766,
1377,
5916,
429,
1018,
13,
288,
3639,
727,
3887,
14221,
273,
7920,
18,
588,
1943,
12,
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,
377,
1071,
760,
2974,
13616,
751,
358,
13616,
12,
3047,
339,
7920,
16,
509,
13843,
264,
548,
16,
4766,
1377,
5916,
429,
1018,
13,
288,
3639,
727,
3887,
14221,
273,
7920,
18,
588,
1943,
12,
4... |
INavigatorContentDescriptor[] bindExtensions(String[] extensionIds); | INavigatorContentDescriptor[] bindExtensions(String[] extensionIds, boolean isRoot); | INavigatorContentDescriptor[] bindExtensions(String[] extensionIds); | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/187a6e5e9526ea47a03a969d7ddb741178d2527d/INavigatorContentService.java/buggy/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorContentService.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
706,
13061,
1350,
3187,
8526,
1993,
7513,
12,
780,
8526,
2710,
2673,
1769,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
706,
13061,
1350,
3187,
8526,
1993,
7513,
12,
780,
8526,
2710,
2673,
1769,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
monitor.beginTask("", finalEditors.size()); | monitorWrap.beginTask("", finalEditors.size()); | public void run(IProgressMonitor monitor) {// try { // @issue reference to workspace to run runnable/* IProgressMonitor monitorWrap = new EventLoopProgressMonitor(monitor); ResourcesPlugin.getWorkspace().run(workspaceOp, monitorWrap);*///--------- This code was in the IWorkspaceRunnable above moni... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/992fc4d46fd179609e0f556b4c6affa612b7ed50/EditorManager.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
1086,
12,
45,
5491,
7187,
6438,
13,
288,
759,
9506,
202,
698,
288,
6862,
202,
759,
632,
13882,
2114,
358,
6003,
358,
1086,
14685,
20308,
6862,
202,
45,
5491,
7187,
6438,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
1086,
12,
45,
5491,
7187,
6438,
13,
288,
759,
9506,
202,
698,
288,
6862,
202,
759,
632,
13882,
2114,
358,
6003,
358,
1086,
14685,
20308,
6862,
202,
45,
5491,
7187,
6438,
... |
private Function<Object[],Class> getTypeGetter(final Method method) { | private Function<Object[],Type> getTypeGetter(final Method method) { | private Function<Object[],Class> getTypeGetter(final Method method) { final Class<?>[] parameterTypes = method.getParameterTypes(); if (parameterTypes.length >= 1 && parameterTypes[0].equals(Class.class)) { return new Function<Object[], Class>() { public Class fun(final Object[] s) { return... | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/9fc7ccfe5f84330b14cdd65a2caf1127162fa863/GenericInfoImpl.java/clean/source/com/intellij/util/xml/impl/GenericInfoImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
4284,
32,
921,
63,
6487,
559,
34,
3130,
8461,
12,
6385,
2985,
707,
13,
288,
565,
727,
1659,
12880,
34,
8526,
20173,
273,
707,
18,
588,
1662,
2016,
5621,
565,
309,
261,
6775,
2016,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4284,
32,
921,
63,
6487,
559,
34,
3130,
8461,
12,
6385,
2985,
707,
13,
288,
565,
727,
1659,
12880,
34,
8526,
20173,
273,
707,
18,
588,
1662,
2016,
5621,
565,
309,
261,
6775,
2016,... |
if (method.isConstructor()) | if (!JavaModelUtil.isPrimary(unit)) | public static boolean isRenameAvailable(final IMethod method) throws CoreException { if (method == null) return false; if (!Checks.isAvailable(method)) return false; if (method.isConstructor()) return false; if (isRenameProhibited(method)) return false; return true; } | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/7fe73391504467b9db1fbadca780965ee25f7a25/RefactoringAvailabilityTester.java/buggy/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
1250,
353,
16019,
5268,
12,
6385,
467,
1305,
707,
13,
1216,
30015,
288,
202,
202,
430,
261,
2039,
422,
446,
13,
1082,
202,
2463,
629,
31,
202,
202,
430,
16051,
4081,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
1250,
353,
16019,
5268,
12,
6385,
467,
1305,
707,
13,
1216,
30015,
288,
202,
202,
430,
261,
2039,
422,
446,
13,
1082,
202,
2463,
629,
31,
202,
202,
430,
16051,
4081,
18,
... |
return m_logger.isInfoEnabled(); | return m_logger.isWarnEnabled(); | public boolean isInfoEnabled() { return m_logger.isInfoEnabled(); } | 639 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/639/70d6a6fb3c092c7ecd8f1901169e816ce0244042/DefaultTaskContext.java/clean/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultTaskContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
18636,
1435,
565,
288,
3639,
327,
312,
67,
4901,
18,
291,
3160,
1526,
5621,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
18636,
1435,
565,
288,
3639,
327,
312,
67,
4901,
18,
291,
3160,
1526,
5621,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
DataProcessor helper = new DataProcessor( rtc, iae ); ResultSetWrapper wrapper = helper.mapToChartResultSet( expressionEvaluator, chart ); helper.generateRuntimeSeries( chart, wrapper ); | SqlDataRowEvaluator rowEvaluator = new SqlDataRowEvaluator( resultSet ); bindData( rowEvaluator, chart, rtc ); | public void bindData( IDataRowExpressionEvaluator expressionEvaluator, IActionEvaluator iae, Chart chart, RunTimeContext rtc ) throws ChartException { DataProcessor helper = new DataProcessor( rtc, iae ); ResultSetWrapper wrapper = helper.mapToChartResultSet( expressionEvaluator, chart ); helper.generateRunt... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/00008bf6783ee348f7fe9b6150712c7132d1ec4c/Generator.java/buggy/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/Generator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1993,
751,
12,
467,
751,
1999,
2300,
15876,
2652,
15876,
16,
1082,
202,
45,
1803,
15876,
30905,
16,
14804,
4980,
16,
1939,
950,
1042,
436,
5111,
262,
1082,
202,
15069,
1480... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1993,
751,
12,
467,
751,
1999,
2300,
15876,
2652,
15876,
16,
1082,
202,
45,
1803,
15876,
30905,
16,
14804,
4980,
16,
1939,
950,
1042,
436,
5111,
262,
1082,
202,
15069,
1480... |
case TOTAL_NEW_VIEW_ACK: type = "NEW_VIEW_ACK"; break; | case TOTAL_NEW_VIEW_ACK: type="NEW_VIEW_ACK"; break; | public String toString() { String type = ""; switch( total_header_type ) { case TOTAL_UNICAST: type = "TOTAL_UNICAST"; break; case TOTAL_BCAST: type = "TOTAL_BCAST"; break; case TOTAL_REQUEST: type = "TOTAL_REQUEST"; break; case TOTAL_NEW_VIEW: type = "NEW_VIEW"; break; case TOTAL_N... | 50160 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50160/5ad015d9a78e1da3350d9b398b46b2f5d4508564/TOTAL_OLD.java/buggy/src/org/jgroups/protocols/TOTAL_OLD.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
1762,
1435,
288,
202,
565,
514,
618,
273,
1408,
31,
202,
565,
1620,
12,
2078,
67,
3374,
67,
723,
262,
288,
202,
565,
648,
399,
19851,
67,
2124,
2871,
9053,
30,
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,
514,
1762,
1435,
288,
202,
565,
514,
618,
273,
1408,
31,
202,
565,
1620,
12,
2078,
67,
3374,
67,
723,
262,
288,
202,
565,
648,
399,
19851,
67,
2124,
2871,
9053,
30,
202,
202... |
if(sjpInfoLists.containsKey(method)) { return (List) sjpInfoLists.get(method); } else { return new LinkedList(); } | if(sjpInfoLists.containsKey(method)) { return (List) sjpInfoLists.get(method); } else { return new LinkedList(); } | public List/*<SJPInfo>*/ getSJPInfoList(SootMethod method) { if(sjpInfoLists.containsKey(method)) { return (List) sjpInfoLists.get(method); } else { return new LinkedList(); } } | 236 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/236/5382352ea23b31b8a89782dd250eadeaa5ff26cb/GlobalAspectInfo.java/buggy/aop/abc/src/abc/weaving/aspectinfo/GlobalAspectInfo.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
987,
20308,
32,
55,
29532,
966,
34,
5549,
1322,
29532,
17914,
12,
55,
1632,
1305,
707,
13,
288,
202,
430,
12,
87,
21797,
966,
7432,
18,
12298,
653,
12,
2039,
3719,
288,
202,
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,
377,
1071,
987,
20308,
32,
55,
29532,
966,
34,
5549,
1322,
29532,
17914,
12,
55,
1632,
1305,
707,
13,
288,
202,
430,
12,
87,
21797,
966,
7432,
18,
12298,
653,
12,
2039,
3719,
288,
202,
565,
... |
else { if (_local == null) { _local = methodGen.addLocalVariable2(name, _type.toJCType(), il.getEnd()); } | else { if (_local == null) mapRegister(methodGen); | public void translate(ClassGenerator classGen, MethodGenerator methodGen) { final ConstantPoolGen cpg = classGen.getConstantPool(); final InstructionList il = methodGen.getInstructionList(); String name = _name.getLocalPart(); name = name.replace('.', '_'); name = name.replace('-', '_'); // Make sure that a ... | 2723 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2723/daaf59a9da4f2da390b5d787eb426977f2e4b5cf/Variable.java/buggy/src/org/apache/xalan/xsltc/compiler/Variable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
4204,
12,
797,
3908,
667,
7642,
16,
2985,
3908,
707,
7642,
13,
288,
202,
6385,
10551,
2864,
7642,
3283,
75,
273,
667,
7642,
18,
588,
6902,
2864,
5621,
202,
6385,
24605,
682,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4204,
12,
797,
3908,
667,
7642,
16,
2985,
3908,
707,
7642,
13,
288,
202,
6385,
10551,
2864,
7642,
3283,
75,
273,
667,
7642,
18,
588,
6902,
2864,
5621,
202,
6385,
24605,
682,
... |
frame.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE); frame.setSize(500, 500); frame.setVisible(true); frame.addWindowListener(new AppCloser()); | frame.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE); frame.setSize(500, 500); frame.setVisible(true); frame.addWindowListener(new AppCloser()); | private void view(AtomContainer m) { if (showCOT) { logger.info("Viewing ChemObjectTree..."); JFrame frame = new JFrame("CDK Molecule Viewer"); ChemObjectTree cot = new ChemObjectTree(); frame.getContentPane().add(new JScrollPane(cot), BorderLayout.CENTER); cot.pain... | 45254 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45254/d856dc79ea0dc2aeb7f6136a65319d5c49b3d320/Viewer.java/buggy/src/org/openscience/cdk/applications/Viewer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1476,
12,
3641,
2170,
312,
13,
202,
95,
3639,
309,
261,
4500,
39,
1974,
13,
288,
5411,
1194,
18,
1376,
2932,
1767,
310,
26542,
921,
2471,
7070,
1769,
1082,
202,
46,
3219... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1476,
12,
3641,
2170,
312,
13,
202,
95,
3639,
309,
261,
4500,
39,
1974,
13,
288,
5411,
1194,
18,
1376,
2932,
1767,
310,
26542,
921,
2471,
7070,
1769,
1082,
202,
46,
3219... |
AST __t2457 = _t; AST tmp2444_AST_in = (AST)_t; | AST __t2458 = _t; AST tmp2445_AST_in = (AST)_t; | public final void sqlexpression(AST _t) throws RecognitionException { AST sqlexpression_AST_in = (_t == ASTNULL) ? null : (AST)_t; if (_t==null) _t=ASTNULL; switch ( _t.getType()) { case OR: { AST __t2436 = _t; AST tmp2432_AST_in = (AST)_t; match(_t,OR); _t = _t.getFirstChild(); sqlexpression(_t); ... | 13952 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13952/865876f0e6319c071fef156818ff116c276cfdff/JPTreeParser.java/clean/trunk/org.prorefactor.core/src/org/prorefactor/treeparserbase/JPTreeParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
4744,
4149,
1337,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
4744,
4149,
1337,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
29... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
4744,
4149,
1337,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
4744,
4149,
1337,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
29... |
if (methodId == Id_constructor) { return 0; } | if (prototypeFlag) { if (methodId == Id_constructor) { return 0; } } | public int methodArity(int methodId) { if (methodId == Id_constructor) { return 0; } return -1; } | 12376 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12376/a388953fef0060b30fbaed415cbcffb0267ec213/NativeWith.java/clean/js/rhino/src/org/mozilla/javascript/NativeWith.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
707,
686,
560,
12,
474,
707,
548,
13,
288,
3639,
309,
261,
18541,
4678,
13,
288,
309,
261,
2039,
548,
422,
3124,
67,
12316,
13,
288,
327,
374,
31,
289,
289,
3639,
327,
300,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
707,
686,
560,
12,
474,
707,
548,
13,
288,
3639,
309,
261,
18541,
4678,
13,
288,
309,
261,
2039,
548,
422,
3124,
67,
12316,
13,
288,
327,
374,
31,
289,
289,
3639,
327,
300,... |
String expected = "<item id=\"1234\" class=\"http: | String expected = "<item id=\"1234\" class=\"http: | public void testRenderTypes() throws Exception { Types t = new Types(); t.setId(new Integer(1234)); t.setName("Types1"); t.setBooleanType(true); t.setFloatType(1.2f); t.setDoubleType(1.3d); t.setShortType((short) 231); t.setIntType(2); t.setLongType(327... | 29158 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/29158/103499d542f84feee390bd10779134a557ccd4c0/FullRendererTest.java/clean/intermine/src/test/org/intermine/xml/full/FullRendererTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
3420,
2016,
1435,
1216,
1185,
288,
3639,
7658,
268,
273,
394,
7658,
5621,
3639,
268,
18,
542,
548,
12,
2704,
2144,
12,
28462,
10019,
3639,
268,
18,
542,
461,
2932,
2016,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3420,
2016,
1435,
1216,
1185,
288,
3639,
7658,
268,
273,
394,
7658,
5621,
3639,
268,
18,
542,
548,
12,
2704,
2144,
12,
28462,
10019,
3639,
268,
18,
542,
461,
2932,
2016,
... |
if ("__BUILD_NUMBER__".equals(ourBuild)) ourBuild = "123"; | if ("__BUILD_NUMBER__".equals(ourBuild)) ourBuild = Integer.toString(Integer.MAX_VALUE); | public static void checkForUpdates() throws ConnectionException { if (LOG.isDebugEnabled()) { LOG.debug("enter: checkForUpdates()"); } final Document document; try { document = loadVersionInfo(); } catch (Throwable t) { LOG.debug(t); throw new ConnectionException(t); } fina... | 12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/c8c90ff256e290c86b49137a90030e1c35579b80/UpdateChecker.java/buggy/source/com/intellij/openapi/updateSettings/impl/UpdateChecker.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
13855,
5121,
1435,
1216,
31545,
288,
565,
309,
261,
4842,
18,
291,
2829,
1526,
10756,
288,
1377,
2018,
18,
4148,
2932,
2328,
30,
13855,
5121,
1435,
8863,
565,
289,
565,
72... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
13855,
5121,
1435,
1216,
31545,
288,
565,
309,
261,
4842,
18,
291,
2829,
1526,
10756,
288,
1377,
2018,
18,
4148,
2932,
2328,
30,
13855,
5121,
1435,
8863,
565,
289,
565,
72... |
public org.quickfix.field.Account getAccount() throws FieldNotFound { org.quickfix.field.Account value = new org.quickfix.field.Account(); | public quickfix.field.Account getAccount() throws FieldNotFound { quickfix.field.Account value = new quickfix.field.Account(); | public org.quickfix.field.Account getAccount() throws FieldNotFound { org.quickfix.field.Account value = new org.quickfix.field.Account(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/QuoteStatusRequest.java/clean/src/java/src/quickfix/fix44/QuoteStatusRequest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
3032,
23393,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
3032,
460,
273,
394,
2358,
18,
19525,
904,
18,
1518,
18,
303... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
3032,
23393,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
3032,
460,
273,
394,
2358,
18,
19525,
904,
18,
1518,
18,
303... |
recStr = record.toString(); | recStr = record.toString(); | String getStatus(CharSequence record) { long pos = -1; try { pos = getPos(); } catch(IOException io) { } String recStr; if(record.length() > statusMaxRecordChars_) { recStr = record.subSequence(0, statusMaxRecordChars_) + "..."; } else { recStr = record.toString(); } String ... | 50331 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50331/e10b40e8014547113799b2653164e8c990d41209/StreamBaseRecordReader.java/clean/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamBaseRecordReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
514,
5870,
12,
2156,
4021,
1409,
13,
288,
565,
1525,
949,
273,
300,
21,
31,
565,
775,
288,
4202,
949,
273,
28666,
5621,
565,
289,
1044,
12,
14106,
2527,
13,
288,
565,
289,
565,
514,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
514,
5870,
12,
2156,
4021,
1409,
13,
288,
565,
1525,
949,
273,
300,
21,
31,
565,
775,
288,
4202,
949,
273,
28666,
5621,
565,
289,
1044,
12,
14106,
2527,
13,
288,
565,
289,
565,
514,
1... |
do_alias_enable(); | do_aliases(); | public void actionPerformed(ActionEvent e) { do_alias_enable(); }}); | 3792 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3792/3640f0accac2caf33e91dc82574811270061681a/ClientDisplay.java/buggy/mud/Hegemon/ClientDisplay.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1850,
1071,
918,
26100,
12,
1803,
1133,
425,
13,
288,
5411,
741,
67,
13831,
5621,
540,
10523,
1769,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1850,
1071,
918,
26100,
12,
1803,
1133,
425,
13,
288,
5411,
741,
67,
13831,
5621,
540,
10523,
1769,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
throw new ArgumentError(getRuntime(), args.length, getArity()); | throw getRuntime().newArgumentError(args.length, getArity()); | public IRubyObject new_instance(IRubyObject[] args) { if (args.length != getArity()) { throw new ArgumentError(getRuntime(), args.length, getArity()); } Object[] constructorArguments = new Object[args.length]; Class[] types = constructor.getParameterTypes(); for (int i ... | 45827 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45827/870e1da9b41bfdbae259e1fc5f18fc8b76686998/JavaConstructor.java/clean/src/org/jruby/javasupport/JavaConstructor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15908,
10340,
921,
394,
67,
1336,
12,
7937,
10340,
921,
8526,
833,
13,
288,
3639,
309,
261,
1968,
18,
2469,
480,
336,
686,
560,
10756,
288,
5411,
604,
18814,
7675,
2704,
1379,
668,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15908,
10340,
921,
394,
67,
1336,
12,
7937,
10340,
921,
8526,
833,
13,
288,
3639,
309,
261,
1968,
18,
2469,
480,
336,
686,
560,
10756,
288,
5411,
604,
18814,
7675,
2704,
1379,
668,
... |
super.delete(); m_schedule.unschedule(); | synchronized (getTreeLock()) { super.delete(); m_schedule.unschedule(); } | public void delete() { super.delete(); m_schedule.unschedule(); } | 11849 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11849/f6b0e5b5026461cd4acd6b2cb6ee097ec30ffa44/PollableService.java/clean/src/services/org/opennms/netmgt/poller/pollables/PollableService.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1430,
1435,
288,
3639,
2240,
18,
3733,
5621,
3639,
312,
67,
10676,
18,
318,
10676,
5621,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1430,
1435,
288,
3639,
2240,
18,
3733,
5621,
3639,
312,
67,
10676,
18,
318,
10676,
5621,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
if (log.isDebugEnabled()) { log.debug(LogManager.getHeader(context, "find_bitstream", "bitstream_format_id=" + formatRow.getIntColumn("bitstream_format_id"))); } BitstreamFormat fromCache = (BitstreamFormat) context.fromCache( BitstreamFormat.class, formatRow .getIntColumn("bitstream_format_id")); if (fromCache != ... | return findByFinish(context, formatRow); | public static BitstreamFormat findByShortDescription(Context context, String desc) throws SQLException { TableRow formatRow = DatabaseManager.findByUnique(context, "bitstreamformatregistry", "short_description", desc); if (formatRow == null) { return null... | 51882 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51882/6de4ab065e835441c6df17fe326e6d904a13f915/BitstreamFormat.java/buggy/dspace/src/org/dspace/content/BitstreamFormat.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
6539,
3256,
1630,
6224,
4897,
3291,
12,
1042,
819,
16,
5411,
514,
3044,
13,
1216,
6483,
565,
288,
3639,
3555,
1999,
740,
1999,
273,
5130,
1318,
18,
4720,
858,
6303,
12,
2472,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
6539,
3256,
1630,
6224,
4897,
3291,
12,
1042,
819,
16,
5411,
514,
3044,
13,
1216,
6483,
565,
288,
3639,
3555,
1999,
740,
1999,
273,
5130,
1318,
18,
4720,
858,
6303,
12,
2472,
... |
try { List<byte[]> lines = new LineReader().readLines(new ByteArrayInputStream(commitMessage.getBytes())); if (!lines.isEmpty()) { int lastIndex = lines.size() - 1; if (lines.get(lastIndex).length == 0) lines.remove(lastIndex); } if (lines.isEmpty()) return ""; if (lines.size() == 1) { return new String(lines.get(0)); ... | int index13 = commitMessage.indexOf('\r'); int index10 = commitMessage.indexOf('\n'); if (index10 < 0 && index13 < 0) { | protected Comparable getDataOf(Object object) { String commitMessage = ((VcsFileRevision)object).getCommitMessage(); try { List<byte[]> lines = new LineReader().readLines(new ByteArrayInputStream(commitMessage.getBytes())); if (!lines.isEmpty()) { int lastIndex = lines.size() - 1; ... | 12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/3de0fd6612b01325d3a8e2dd29c980447948f32c/FileHistoryPanelImpl.java/buggy/source/com/intellij/openapi/vcs/history/FileHistoryPanelImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
13633,
4303,
951,
12,
921,
733,
13,
288,
1377,
514,
3294,
1079,
273,
14015,
58,
2143,
812,
7939,
13,
1612,
2934,
588,
5580,
1079,
5621,
1377,
775,
288,
3639,
987,
32,
7229,
8526,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
13633,
4303,
951,
12,
921,
733,
13,
288,
1377,
514,
3294,
1079,
273,
14015,
58,
2143,
812,
7939,
13,
1612,
2934,
588,
5580,
1079,
5621,
1377,
775,
288,
3639,
987,
32,
7229,
8526,
... |
return queued_messages.getFirstSeq(); | return queued_messages.getFirstSeq(); | protected long getFirstQueuedSeqID() { return queued_messages.getFirstSeq(); } | 3550 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3550/5ad015d9a78e1da3350d9b398b46b2f5d4508564/TOTAL_OLD.java/clean/src/org/jgroups/protocols/TOTAL_OLD.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1525,
7521,
21039,
6926,
734,
1435,
288,
202,
2463,
12234,
67,
6833,
18,
588,
3759,
6926,
5621,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1525,
7521,
21039,
6926,
734,
1435,
288,
202,
2463,
12234,
67,
6833,
18,
588,
3759,
6926,
5621,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
requestCursor(NORMAL_CURSOR); JSVGCanvas.this.repaint(); | requestCursor(NORMAL_CURSOR); JSVGCanvas.this.repaint(); } | public void run() { long t1 = System.currentTimeMillis(); requestCursor(WAIT_CURSOR); synchronized (globalBuffer) { // if we don't synchronize, we can accidentlly // paint twice after clearing twice clearBuffer(buffer, (int) (this.siz... | 45946 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45946/3261258c9ba4b45204a6b564e0320550d2cc7855/JSVGCanvas.java/clean/sources/org/apache/batik/refimpl/util/JSVGCanvas.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
1086,
1435,
288,
5411,
1525,
268,
21,
273,
2332,
18,
2972,
28512,
5621,
5411,
590,
6688,
12,
19046,
67,
7509,
55,
916,
1769,
5411,
3852,
261,
6347,
1892,
13,
288,
7734,
368,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
1086,
1435,
288,
5411,
1525,
268,
21,
273,
2332,
18,
2972,
28512,
5621,
5411,
590,
6688,
12,
19046,
67,
7509,
55,
916,
1769,
5411,
3852,
261,
6347,
1892,
13,
288,
7734,
368,
... |
Lexer lexer = new Lexer(content); | public String replaceLinks(CmsObject cms, String content, String relativePath) throws ParserException { Lexer lexer = new Lexer(content); m_relativePath = relativePath; m_mode = C_REPLACE_LINKS; m_cms = cms; m_result = new StringBuffer(); Parser par... | 51784 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51784/c66c28e4527a155adbc10a942722ddcbad495baf/CmsLinkProcessor.java/buggy/src/org/opencms/staticexport/CmsLinkProcessor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1453,
7100,
12,
4747,
921,
6166,
16,
514,
913,
16,
514,
12820,
13,
1216,
27990,
288,
15604,
312,
67,
11626,
743,
273,
12820,
31,
3639,
312,
67,
3188,
273,
385,
67,
21726,
67,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1453,
7100,
12,
4747,
921,
6166,
16,
514,
913,
16,
514,
12820,
13,
1216,
27990,
288,
15604,
312,
67,
11626,
743,
273,
12820,
31,
3639,
312,
67,
3188,
273,
385,
67,
21726,
67,... | |
if (ds.getReadableName ().equalsIgnoreCase(aReadableName)) return ds; } | if (ds.getReadableName ().equalsIgnoreCase(aReadableName)) return ds; } | public DataSource find (String aReadableName) { for (Enumeration e = mDataSources.elements() ; e.hasMoreElements() ;) { DataSource ds = (DataSource) e.nextElement(); if (ds.getReadableName ().equalsIgnoreCase(aReadableName)) return ds; } ... | 7555 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7555/b0fa2f56cd2dcc90452b768e6b38187cfb8c30eb/AddressBook.java/clean/grendel/addressbook/AddressBook.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
12806,
1104,
261,
780,
279,
14151,
461,
13,
288,
5411,
364,
261,
21847,
425,
273,
312,
751,
8628,
18,
6274,
1435,
274,
425,
18,
5332,
7417,
3471,
1435,
274,
13,
288,
7734,
12806,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12806,
1104,
261,
780,
279,
14151,
461,
13,
288,
5411,
364,
261,
21847,
425,
273,
312,
751,
8628,
18,
6274,
1435,
274,
425,
18,
5332,
7417,
3471,
1435,
274,
13,
288,
7734,
12806,
... |
return getIfMap().keySet(); | return getIfMap().values(); | public Collection getIfInfos() { return getIfMap().keySet(); } | 47678 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47678/7d37131e71653ca0e637988b6c4038d65d0d8cf4/CollectionSet.java/clean/src/services/org/opennms/netmgt/collectd/CollectionSet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2200,
336,
2047,
7655,
1435,
288,
3639,
327,
336,
2047,
863,
7675,
2372,
5621,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2200,
336,
2047,
7655,
1435,
288,
3639,
327,
336,
2047,
863,
7675,
2372,
5621,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
profile.saveBag(BagHelper.findNewBagName(savedBags, mbf.getNewBagName()), combined); | String name = BagHelper.findNewBagName(savedBags, mbf.getNewBagName()); profile.saveBag(name, combined); | public ActionForward union(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { HttpSession session = request.getSession(); Profile profile =... | 29158 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/29158/10d868c54ca47c727e8766fe5932793c3cf4cbad/ModifyBagAction.java/clean/intermine/web/main/src/org/intermine/web/history/ModifyBagAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4382,
8514,
7812,
12,
1803,
3233,
2874,
16,
1171,
9079,
4382,
1204,
646,
16,
1171,
9079,
9984,
590,
16,
1171,
9079,
12446,
766,
13,
3639,
1216,
1185,
288,
3639,
26166,
1339,
273,
59... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4382,
8514,
7812,
12,
1803,
3233,
2874,
16,
1171,
9079,
4382,
1204,
646,
16,
1171,
9079,
9984,
590,
16,
1171,
9079,
12446,
766,
13,
3639,
1216,
1185,
288,
3639,
26166,
1339,
273,
59... |
parse(buffer.toString(), ParserLanguage.CPP, true, true); | parse(buffer.toString(), ParserLanguage.CPP, true, 0); | public void test7_1s3() throws Exception { StringBuffer buffer = new StringBuffer(); buffer.append("void h(unsigned Pc); // void h(unsigned int)\n"); //$NON-NLS-1$ buffer.append("void k(unsigned int Pc); // void k(unsigned int)\n"); //$NON-NLS-1$ parse(buffer.toString(), ParserLanguage.CPP, true, true); } | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/7d7fa374bfd169ce8924a5c15bd01444e6e6e445/AST2CPPSpecTest.java/clean/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2CPPSpecTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
27,
67,
21,
87,
23,
1435,
1216,
1185,
288,
202,
202,
780,
1892,
1613,
273,
394,
6674,
5621,
202,
202,
4106,
18,
6923,
2932,
6459,
366,
12,
22297,
453,
71,
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,
225,
202,
482,
918,
1842,
27,
67,
21,
87,
23,
1435,
1216,
1185,
288,
202,
202,
780,
1892,
1613,
273,
394,
6674,
5621,
202,
202,
4106,
18,
6923,
2932,
6459,
366,
12,
22297,
453,
71,
1769,
3... |
tempEntry = build .getEntry(IBuildPropertiesConstants.PROPERTY_OUTPUT_PREFIX + oldName); if (tempEntry != null) { tempEntry .setName(IBuildPropertiesConstants.PROPERTY_OUTPUT_PREFIX + newValue.substring(7)); | tempEntry = build.getEntry(PROPERTY_OUTPUT_PREFIX + oldName); if (tempEntry != null) tempEntry.setName(PROPERTY_OUTPUT_PREFIX + newValue.substring(7)); | protected void entryModified(IBuildEntry oldEntry, String newValue) { final IBuildEntry entry = oldEntry; IBuildModel buildModel = getBuildModel(); IBuild build = buildModel.getBuild(); String oldName = entry.getName().substring(7); try { if (newValue.equals(entry.getName())) return; if (!newValue.starts... | 14404 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14404/8ef0d6ed33a0ada7aa654f23bd5c2b63fd6d7fd6/RuntimeInfoSection.java/buggy/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/RuntimeInfoSection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
1241,
4575,
12,
45,
3116,
1622,
1592,
1622,
16,
514,
6129,
13,
288,
202,
202,
6385,
467,
3116,
1622,
1241,
273,
1592,
1622,
31,
202,
202,
45,
3116,
1488,
1361,
1488,
273... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
1241,
4575,
12,
45,
3116,
1622,
1592,
1622,
16,
514,
6129,
13,
288,
202,
202,
6385,
467,
3116,
1622,
1241,
273,
1592,
1622,
31,
202,
202,
45,
3116,
1488,
1361,
1488,
273... |
return super.validateTakeValueForKeyPath(convertNumber(number), aPath); | return super.validateTakeValueForKeyPath(convertNumber(number), propertyKey()); | public Object validateTakeValueForKeyPath (Object anObject, String aPath) throws NSValidation.ValidationException { Number number = null; try { if (anObject instanceof String) { number = (Number)numberFormatValueForString((String)anObject); } else if (anObject!=nul... | 46145 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46145/12faf466b38d7610844969f629cba5a554f7663b/ERD2WEditNumber.java/clean/Common/Frameworks/ERDirectToWeb/Sources/er/directtoweb/ERD2WEditNumber.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1954,
13391,
620,
19759,
743,
261,
921,
392,
921,
16,
514,
279,
743,
13,
1216,
11472,
4354,
18,
18146,
288,
3639,
3588,
1300,
273,
446,
31,
3639,
775,
288,
5411,
309,
261,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1954,
13391,
620,
19759,
743,
261,
921,
392,
921,
16,
514,
279,
743,
13,
1216,
11472,
4354,
18,
18146,
288,
3639,
3588,
1300,
273,
446,
31,
3639,
775,
288,
5411,
309,
261,
3... |
BoxRendering.paint(c, inline); | BoxRendering.paint(c, inline, false); | static void paintAbsolute(Context c, Box inline) { // Uu.p("paint absolute: " + inline); //c.translate(line.x, line.y + (line.baseline - inline.height)); /*Renderer rend = c.getRenderer(inline.content.getElement()); rend.paint(c, inline);*/ BoxRendering.paint(c, inline); //... | 52947 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52947/71b2cfce5b6554582e24848d6c3702480ac8ba6c/InlineRendering.java/buggy/src/java/org/xhtmlrenderer/render/InlineRendering.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
918,
12574,
10368,
12,
1042,
276,
16,
8549,
6370,
13,
288,
3639,
368,
587,
89,
18,
84,
2932,
84,
1598,
4967,
30,
315,
397,
6370,
1769,
3639,
368,
71,
18,
13929,
12,
1369,
18,
92,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
760,
918,
12574,
10368,
12,
1042,
276,
16,
8549,
6370,
13,
288,
3639,
368,
587,
89,
18,
84,
2932,
84,
1598,
4967,
30,
315,
397,
6370,
1769,
3639,
368,
71,
18,
13929,
12,
1369,
18,
92,... |
DebugLog.stdoutPrintln(" didn't find a breakpoint...", DebugLog.BSF_LOG_L3); | DebugLog.stdoutPrintln(" didn't find a breakpoint...", DebugLog.BSF_LOG_L3); | public void _handleBreakpointHit(DocumentCell cell, int lineno) { JsCallbacks debugger; BreakPoint bp; Enumeration e; JsContext stub=null; boolean breakpointFound=false; boolean suspend=false; try { bp = cell.findBreakpointAtLine(lineno); } catch ... | 50120 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50120/c862ef8858a7f8b398971097f11def4fa36a193c/RhinoEngineDebugger.java/clean/src/bsf-2.3/bsf/src/org/apache/bsf/engines/javascript/RhinoEngineDebugger.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
389,
4110,
20552,
13616,
12,
2519,
4020,
2484,
16,
509,
7586,
13,
288,
3639,
10209,
10617,
19977,
31,
3639,
17030,
2148,
9107,
31,
3639,
13864,
425,
31,
3639,
10209,
1042,
7168,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
389,
4110,
20552,
13616,
12,
2519,
4020,
2484,
16,
509,
7586,
13,
288,
3639,
10209,
10617,
19977,
31,
3639,
17030,
2148,
9107,
31,
3639,
13864,
425,
31,
3639,
10209,
1042,
7168,
... |
Shell getShell(); | public Shell getShell() { return null; } | Shell getShell(); | 11075 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11075/6295fd93fbe029bec6b7a525722e315004146c8c/GViewer.java/buggy/g2gui/src/net/mldonkey/g2gui/view/viewers/GViewer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
13220,
7932,
1165,
5621,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
13220,
7932,
1165,
5621,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
if (fromObj instanceof NativeArray && to.isArray()) { result = 1; | if (to.isArray()) { if (fromObj instanceof NativeArray) { result = 1; } | public static int getConversionWeight(Object fromObj, Class to) { int fromCode = NativeJavaObject.getJSTypeCode(fromObj); int result = CONVERSION_NONE; switch (fromCode) { case JSTYPE_UNDEFINED: if (to == ScriptRuntime.StringClass || to == ScriptRuntime.ObjectCl... | 12564 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12564/5ca0f4b06d738266d48d95bfac20180e4a544638/NativeJavaObject.java/clean/src/org/mozilla/javascript/NativeJavaObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
509,
336,
6814,
6544,
12,
921,
628,
2675,
16,
1659,
358,
13,
288,
3639,
509,
628,
1085,
273,
16717,
5852,
921,
18,
588,
6479,
15460,
12,
2080,
2675,
1769,
3639,
509,
563,
273... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
509,
336,
6814,
6544,
12,
921,
628,
2675,
16,
1659,
358,
13,
288,
3639,
509,
628,
1085,
273,
16717,
5852,
921,
18,
588,
6479,
15460,
12,
2080,
2675,
1769,
3639,
509,
563,
273... |
tree.setAttributeSet(attributeSet); | public void testAddTree() throws PlatformException { IAttributeSet attributeSet = createTestAttributeSet(); _attributeManager.add(attributeSet); // to enforce additional test attributeSet = _attributeManager.getAttributeSet(attributeSet.getName()); IAttributeDescription... | 12741 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12741/c5b6ddd10a1060facd97efd5efbd65bbba64e1b0/TreeManagerTest.java/buggy/salomon/platform/trunk/test/junit/src/salomon/engine/platform/data/tree/TreeManagerTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
986,
2471,
1435,
1216,
11810,
503,
565,
288,
3639,
467,
1499,
694,
1566,
694,
273,
752,
4709,
1499,
694,
5621,
3639,
389,
4589,
1318,
18,
1289,
12,
4589,
694,
1769,
3639,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
986,
2471,
1435,
1216,
11810,
503,
565,
288,
3639,
467,
1499,
694,
1566,
694,
273,
752,
4709,
1499,
694,
5621,
3639,
389,
4589,
1318,
18,
1289,
12,
4589,
694,
1769,
3639,... | |
rewind(_m170); | rewind(_m282); | public final void mMODULE_NAME(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { int _ttype; Token _token=null; int _begin=text.length(); _ttype = MODULE_NAME; int _saveIndex; boolean synPredMatched158 = false; if (((LA(1)=='A') && (LA(2)=='R') && (LA(3)=='R') && (LA... | 48756 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48756/6ddba15fc8496d0818a1a3e2f6a771c7d36dd1f8/PerlBaseLexer.java/buggy/org.epic.debug/src/org/epic/debug/varparser/PerlBaseLexer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
312,
12194,
67,
1985,
12,
6494,
389,
2640,
1345,
13,
1216,
9539,
16,
3703,
1228,
503,
16,
3155,
1228,
503,
288,
202,
202,
474,
389,
88,
723,
31,
3155,
389,
2316,
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,
727,
918,
312,
12194,
67,
1985,
12,
6494,
389,
2640,
1345,
13,
1216,
9539,
16,
3703,
1228,
503,
16,
3155,
1228,
503,
288,
202,
202,
474,
389,
88,
723,
31,
3155,
389,
2316,
3... |
if (oldPage != null && lastShellSize.equals(shellSize)) { | if (oldPage != null && shellSize.equals(lastShellSize)) { | protected boolean showPage(IPreferenceNode node) { if (node == null) return false; // Create the page if nessessary if (node.getPage() == null) node.createPage(); if (node.getPage() == null) return false; IPreferencePage newPage = node.getPage(); if (newPage == currentPage) return true; Control currentWindow = ... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/7ec59dde9756f54feff63a7315caaee50fd9c99e/PreferenceDialog.java/buggy/bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/preference/PreferenceDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
1250,
2405,
1964,
12,
45,
9624,
907,
756,
13,
288,
202,
430,
261,
2159,
422,
446,
13,
202,
202,
2463,
629,
31,
202,
759,
1788,
326,
1363,
309,
290,
403,
403,
814,
202,
430,
261,
2159... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
1250,
2405,
1964,
12,
45,
9624,
907,
756,
13,
288,
202,
430,
261,
2159,
422,
446,
13,
202,
202,
2463,
629,
31,
202,
759,
1788,
326,
1363,
309,
290,
403,
403,
814,
202,
430,
261,
2159... |
} else { placeHolder = new Rectangle( FlyoutPaletteComposite.this.getBounds().width | else placeHolder = new Rectangle(flyout.getBounds().width | public void run() { Control ctrl = Display.getCurrent().getCursorControl(); Point pt = FlyoutPaletteComposite.this.toControl(evt.x, evt.y); switchDock = isDescendantOf(graphicalControl, ctrl) && ((dock == PositionConstants.WEST && pt.x > threshold - 10) || (dock == PositionConstants.... | 11225 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11225/2c1baba3d9ddda6bb9eb63724182e5edd41e4ad7/FlyoutPaletteComposite.java/clean/org.eclipse.gef/src/org/eclipse/gef/ui/palette/FlyoutPaletteComposite.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4405,
202,
482,
918,
1086,
1435,
288,
25083,
202,
3367,
6414,
273,
9311,
18,
588,
3935,
7675,
588,
6688,
3367,
5621,
25083,
202,
2148,
5818,
273,
478,
715,
659,
25863,
9400,
18,
2211,
18,
869,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
482,
918,
1086,
1435,
288,
25083,
202,
3367,
6414,
273,
9311,
18,
588,
3935,
7675,
588,
6688,
3367,
5621,
25083,
202,
2148,
5818,
273,
478,
715,
659,
25863,
9400,
18,
2211,
18,
869,... |
newValue = NativeJavaClass.wrap(getTopLevelScope(this), newClass); | newValue = new NativeJavaClass(getTopLevelScope(this), newClass); | synchronized Object getPkgProperty(String name, Scriptable start, boolean createPkg) { Object cached = super.get(name, start); if (cached != NOT_FOUND) return cached; String newPackage = packageName.length() == 0 ? n... | 54155 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54155/012b28330e6ece4895192a56453b155bffa44390/NativeJavaPackage.java/buggy/js/rhino/src/org/mozilla/javascript/NativeJavaPackage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3852,
1033,
1689,
14931,
1396,
12,
780,
508,
16,
22780,
787,
16,
4766,
4202,
1250,
752,
11264,
13,
565,
288,
3639,
1033,
3472,
273,
2240,
18,
588,
12,
529,
16,
787,
1769,
3639,
309,
261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3852,
1033,
1689,
14931,
1396,
12,
780,
508,
16,
22780,
787,
16,
4766,
4202,
1250,
752,
11264,
13,
565,
288,
3639,
1033,
3472,
273,
2240,
18,
588,
12,
529,
16,
787,
1769,
3639,
309,
261... |
modelTask = (ProbModelSourceLike)hireEmployee(commandRec, ProbModelSourceLike.class, "Source of probability character models (for likelihood calculations)"); if (modelTask == null) return sorry(commandRec, getName() + " couldn't start because no source of models of character evolution obtained."); modelTaskName = new M... | modelTask = (ProbModelSourceLike)hireEmployee(commandRec, ProbModelSourceLike.class, "Source of probability character models (for likelihood calculations)"); if (modelTask == null) return sorry(commandRec, getName() + " couldn't start because no source of models of character evolution obtained."); modelTaskName = new M... | public boolean startJob(String arguments, Object condition, CommandRecord commandRec, boolean hiredByName) { hireAllEmployees(commandRec, MargLikeAncStCLForModel.class); for (int i = 0; i<getNumberOfEmployees() && reconstructTask==null; i++) { Object e=getEmployeeVector().elementAt(i); if (e instanceof MargLike... | 56479 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56479/c571c02af5bd77d2f8d939f3a299eb0aa2d3e0f6/StochCharMapper.java/buggy/Source/mesquite/stochchar/StochCharMapper/StochCharMapper.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
787,
2278,
12,
780,
1775,
16,
1033,
2269,
16,
3498,
2115,
1296,
5650,
16,
1250,
366,
2921,
5911,
13,
288,
3196,
202,
76,
577,
1595,
41,
23377,
25521,
12,
3076,
5650,
16,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
787,
2278,
12,
780,
1775,
16,
1033,
2269,
16,
3498,
2115,
1296,
5650,
16,
1250,
366,
2921,
5911,
13,
288,
3196,
202,
76,
577,
1595,
41,
23377,
25521,
12,
3076,
5650,
16,... |
.getAttribute( "attributeBean" ); | .getAttribute( IBirtConstants.ATTRIBUTE_BEAN ); | protected void doService( HttpServletRequest request, HttpServletResponse response ) throws ServletException, IOException { Collection fragments = new ArrayList( ); IViewerReportService service = getReportService( ); Collection parameters = null; InputOptions options = new InputOptions( ); options.setOption( In... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/6f200516dd6e313325dd2c5637ad596549bf99c5/ParameterDialogFragment.java/buggy/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/dialog/ParameterDialogFragment.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
741,
1179,
12,
9984,
590,
16,
1082,
202,
2940,
29910,
766,
262,
1216,
16517,
16,
1860,
202,
95,
202,
202,
2532,
14656,
273,
394,
2407,
12,
11272,
202,
202,
45,
18415,
48... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
741,
1179,
12,
9984,
590,
16,
1082,
202,
2940,
29910,
766,
262,
1216,
16517,
16,
1860,
202,
95,
202,
202,
2532,
14656,
273,
394,
2407,
12,
11272,
202,
202,
45,
18415,
48... |
} | } | private void handleException(File inFile, Node child, Exception e) { hasCaughtException = true; String name = inFile.getAbsolutePath(); name = name.substring(0, name.lastIndexOf('.')) + "-save1.xml"; File save = new File(name); int i = 2; while(save.exists()) { name = name.substring(0, name.lastIndexOf('.')... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/ff3294aceb7ea0980294d6567b3f980845cf27f1/TaskListExternalizer.java/buggy/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasklist/internal/TaskListExternalizer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
20879,
12,
812,
316,
812,
16,
2029,
1151,
16,
1185,
425,
13,
288,
202,
202,
5332,
24512,
503,
273,
638,
31,
202,
202,
780,
508,
273,
316,
812,
18,
588,
10368,
743,
562... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
20879,
12,
812,
316,
812,
16,
2029,
1151,
16,
1185,
425,
13,
288,
202,
202,
5332,
24512,
503,
273,
638,
31,
202,
202,
780,
508,
273,
316,
812,
18,
588,
10368,
743,
562... |
match(input,34,FOLLOW_34_in_no_loop946); following.push(FOLLOW_opt_eol_in_no_loop948); | match(input,34,FOLLOW_34_in_no_loop950); following.push(FOLLOW_opt_eol_in_no_loop952); | public AttributeDescr no_loop() throws RecognitionException { AttributeDescr d; Token loc=null; Token t=null; d = null; try { // C:\Projects\jboss-rules-new\drools-compiler\src\main\resources\org\drools\lang\drl.g:463:17: ( (loc= 'no-loop' opt_eol ... | 5490 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5490/7f81b86a0f548bd02b09afc74b46454cdf158154/RuleParser.java/buggy/drools-compiler/src/main/java/org/drools/lang/RuleParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3601,
16198,
1158,
67,
6498,
1435,
1216,
9539,
288,
6647,
3601,
16198,
302,
31,
3639,
3155,
1515,
33,
2011,
31,
3639,
3155,
268,
33,
2011,
31,
1171,
202,
202,
72,
273,
446,
31,
54... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3601,
16198,
1158,
67,
6498,
1435,
1216,
9539,
288,
6647,
3601,
16198,
302,
31,
3639,
3155,
1515,
33,
2011,
31,
3639,
3155,
268,
33,
2011,
31,
1171,
202,
202,
72,
273,
446,
31,
54... |
private static final int jjStartNfa_0(int pos, long active0, long active1, long active2) { return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0, active1, active2), pos + 1); } | private static final int jjStartNfa_0(int pos, long active0, long active1, long active2) { return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0, active1, active2), pos + 1); } | private static final int jjStartNfa_0(int pos, long active0, long active1, long active2) { return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0, active1, active2), pos + 1); } | 41673 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/41673/23e69d576250f417c265d779703b8da08a67aaed/CPPParserTokenManager.java/buggy/pmd/src/net/sourceforge/pmd/cpd/cppast/CPPParserTokenManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
727,
509,
10684,
1685,
50,
507,
67,
20,
12,
474,
949,
16,
1525,
2695,
20,
16,
1525,
2695,
21,
16,
1525,
2695,
22,
13,
288,
3639,
327,
10684,
7607,
50,
507,
67,
20,
12,
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,
377,
3238,
760,
727,
509,
10684,
1685,
50,
507,
67,
20,
12,
474,
949,
16,
1525,
2695,
20,
16,
1525,
2695,
21,
16,
1525,
2695,
22,
13,
288,
3639,
327,
10684,
7607,
50,
507,
67,
20,
12,
78... |
Level level = getLevelArg(evaluator, args, 0, true); return level.getName(); | Member member = getMemberArg(evaluator, args, 0, true); return member.getCaption(); | public Object evaluate(Evaluator evaluator, Exp[] args) { Level level = getLevelArg(evaluator, args, 0, true); return level.getName(); } | 51263 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51263/6edfd201208294a63e08eefe822045d54d51622b/BuiltinFunTable.java/buggy/src/main/mondrian/olap/fun/BuiltinFunTable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
1033,
5956,
12,
15876,
18256,
16,
7784,
8526,
833,
13,
288,
7734,
4557,
1801,
273,
17236,
4117,
12,
14168,
639,
16,
833,
16,
374,
16,
638,
1769,
7734,
327,
1801,
18,
17994,
5621,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2398,
1071,
1033,
5956,
12,
15876,
18256,
16,
7784,
8526,
833,
13,
288,
7734,
4557,
1801,
273,
17236,
4117,
12,
14168,
639,
16,
833,
16,
374,
16,
638,
1769,
7734,
327,
1801,
18,
17994,
5621,
... |
public ProgramPanel(boolean showDateAndChannel) { if (showDateAndChannel) { mDateAndChannelAsString = ""; } | public ProgramPanel() { | public ProgramPanel(boolean showDateAndChannel) { if (showDateAndChannel) { // The empty String indicated that date and title should be shown mDateAndChannelAsString = ""; } mTitleIcon = new TextAreaIcon(null, mTitleFont, WIDTH_RIGHT - 5); mDescriptionIcon = new TextAreaIcon(null, mNormalFon... | 9266 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9266/69c7cd76aa33b898b3f7998913fa8b78357f27da/ProgramPanel.java/buggy/tvbrowser/src/util/ui/ProgramPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
13586,
5537,
12,
6494,
2405,
1626,
1876,
2909,
13,
288,
565,
309,
261,
4500,
1626,
1876,
2909,
13,
288,
1377,
368,
1021,
1008,
514,
17710,
716,
1509,
471,
2077,
1410,
506,
12188,
13... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
13586,
5537,
12,
6494,
2405,
1626,
1876,
2909,
13,
288,
565,
309,
261,
4500,
1626,
1876,
2909,
13,
288,
1377,
368,
1021,
1008,
514,
17710,
716,
1509,
471,
2077,
1410,
506,
12188,
13... |
cfw.add(ByteCode.DUP); cfw.addALoad(contextArg); cfw.addALoad(scopeArg); cfw.addInvoke(ByteCode.INVOKESTATIC, mainClassName, REGEXP_INIT_METHOD_NAME, REGEXP_INIT_METHOD_SIGNATURE); | static void pushRegExpArray(ClassFileWriter cfw, ScriptOrFnNode n, int contextArg, int scopeArg) { // precompile all regexp literals int regexpCount = n.getRegexpCount(); if (regexpCount == 0) badTre... | 19042 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19042/0296900ea3f55089d4d3db653867340b23f3b63b/Codegen.java/clean/src/org/mozilla/javascript/optimizer/Codegen.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
6080,
91,
18,
1289,
12,
3216,
1085,
18,
30387,
1769,
6080,
91,
18,
1289,
1013,
6189,
12,
2472,
4117,
1769,
6080,
91,
18,
1289,
1013,
6189,
12,
4887,
4117,
1769,
6080,
91,
18,
1289,
1096... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6080,
91,
18,
1289,
12,
3216,
1085,
18,
30387,
1769,
6080,
91,
18,
1289,
1013,
6189,
12,
2472,
4117,
1769,
6080,
91,
18,
1289,
1013,
6189,
12,
4887,
4117,
1769,
6080,
91,
18,
1289,
1096... | |
public void getDocuments(DocumentSet docs) { | public DocumentSet getDocuments(DocumentSet docs) { | public void getDocuments(DocumentSet docs) { Lock lock = db.getLock(); try { lock.acquire(Lock.READ_LOCK); docs.addCollection(this); docs.addAll(documents.values()); } catch (LockException e) { LOG.warn(e.getMessage(), e); } finally { lock.release(); } } | 2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/2ee5b3c48790b3d2b920c6b01005947dacf8f643/Collection.java/buggy/src/org/exist/collections/Collection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
9956,
87,
12,
2519,
694,
3270,
13,
288,
202,
202,
2531,
2176,
273,
1319,
18,
588,
2531,
5621,
202,
202,
698,
288,
1082,
202,
739,
18,
1077,
1039,
12,
2531,
18,
6949,
67... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
9956,
87,
12,
2519,
694,
3270,
13,
288,
202,
202,
2531,
2176,
273,
1319,
18,
588,
2531,
5621,
202,
202,
698,
288,
1082,
202,
739,
18,
1077,
1039,
12,
2531,
18,
6949,
67... |
if (creator.getType().getName().startsWith(PACKAGE_DWR_DENY)) | if (!exposeInternals) | public String getReasonToNotDisplay(Creator creator, String className, Method method) { String methodName = method.getName(); // Is it public if (!Modifier.isPublic(method.getModifiers())) { return Messages.getString("ExecuteQuery.DeniedNonPublic"); } // Do ac... | 45384 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45384/8c225350a56ab077acc06665bbd1d12906d2b6e6/DefaultAccessControl.java/clean/java/org/directwebremoting/impl/DefaultAccessControl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
26521,
774,
1248,
4236,
12,
10636,
11784,
16,
514,
2658,
16,
2985,
707,
13,
565,
288,
3639,
514,
4918,
273,
707,
18,
17994,
5621,
3639,
368,
2585,
518,
1071,
3639,
309,
16051,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
26521,
774,
1248,
4236,
12,
10636,
11784,
16,
514,
2658,
16,
2985,
707,
13,
565,
288,
3639,
514,
4918,
273,
707,
18,
17994,
5621,
3639,
368,
2585,
518,
1071,
3639,
309,
16051,
... |
invokeSwitchHelper(e, methods, 2); | invokeSwitchHelper(e, methods, 2, base); | public FastClassEmitter(ClassVisitor v, String className, Class type) { super(v); begin_class(Constants.V1_2, Constants.ACC_PUBLIC, className, FAST_CLASS, null, Constants.SOURCE_FILE); // constructor CodeEmitter e = begin_method(Constants.ACC_PUBLIC, CSTRUCT_CLASS, null, null); ... | 1154 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1154/4467a17b7aca523344904b4322cc964b4e06d4a7/FastClassEmitter.java/buggy/src/proxy/net/sf/cglib/reflect/FastClassEmitter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
9545,
797,
13476,
12,
797,
7413,
331,
16,
514,
2658,
16,
1659,
618,
13,
288,
3639,
2240,
12,
90,
1769,
2868,
2376,
67,
1106,
12,
2918,
18,
58,
21,
67,
22,
16,
5245,
18,
31414,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9545,
797,
13476,
12,
797,
7413,
331,
16,
514,
2658,
16,
1659,
618,
13,
288,
3639,
2240,
12,
90,
1769,
2868,
2376,
67,
1106,
12,
2918,
18,
58,
21,
67,
22,
16,
5245,
18,
31414,
... |
/* Uncomment when bug #55341 fixed */ | args.add(AjdtAjcTests.TESTDATA_PATH + "/src1/LTWMethodITD.aj"); | public static void makeURLWeavingClassLoaderJars() throws IOException { List args = new ArrayList(); /* * Vanilla classes */ args.add("-classpath"); args.add("../lib/test/aspectjrt.jar;../lib/test/testing-client.jar" + File.pathSeparator + System.getProperty("aspectjrt.path")); args.add("-outjar"); args... | 53148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/53148/0521e79aea0550b1357a7ccc6a5050f8ce27ce9b/BcweaverJarMaker.java/buggy/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/BcweaverJarMaker.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
1221,
1785,
3218,
5339,
7805,
46,
5913,
1435,
1216,
1860,
288,
202,
202,
682,
833,
273,
394,
2407,
5621,
202,
202,
20308,
1082,
380,
776,
26476,
3318,
1082,
1195,
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,
760,
918,
1221,
1785,
3218,
5339,
7805,
46,
5913,
1435,
1216,
1860,
288,
202,
202,
682,
833,
273,
394,
2407,
5621,
202,
202,
20308,
1082,
380,
776,
26476,
3318,
1082,
1195,
202,... |
return new JaninoConnection(); | return new JaninoConnection(connectionParameters); | public Connection connect(ConnectionParameters connectionParameters) { return new JaninoConnection(); } | 55401 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55401/73b47572742f2fd87e840b86fbc703a0ee85d611/Driver.java/buggy/drivers/src/java/scriptella/driver/janino/Driver.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4050,
3077,
12,
1952,
2402,
1459,
2402,
13,
288,
3639,
327,
394,
23214,
15020,
1952,
12,
4071,
2402,
1769,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4050,
3077,
12,
1952,
2402,
1459,
2402,
13,
288,
3639,
327,
394,
23214,
15020,
1952,
12,
4071,
2402,
1769,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
return new TransferableProxy (t, local); | return new TransferableProxy(t, local); | protected Transferable createTransferableProxy(Transferable t, boolean local) { return new TransferableProxy (t, local); } | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/53983e95556bf4b775130b06570aa2ea08d85628/DropTargetContext.java/buggy/core/src/classpath/java/java/awt/dnd/DropTargetContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
12279,
429,
752,
5912,
429,
3886,
12,
5912,
429,
268,
16,
1250,
1191,
13,
225,
288,
565,
327,
394,
12279,
429,
3886,
12,
88,
16,
1191,
1769,
225,
289,
2,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
12279,
429,
752,
5912,
429,
3886,
12,
5912,
429,
268,
16,
1250,
1191,
13,
225,
288,
565,
327,
394,
12279,
429,
3886,
12,
88,
16,
1191,
1769,
225,
289,
2,
-100,
-100,
-100,
-100,
... |
ifac = new IsotopeFactory(); | ifac = new IsotopeFactory(builder); | public static IsotopeFactory getInstance() throws IOException, OptionalDataException, ClassNotFoundException { if (ifac == null) { ifac = new IsotopeFactory(); } return ifac; } | 45167 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45167/99fe3519d35ad1fd276844ab16fa237c545a01fc/IsotopeFactory.java/buggy/src/org/openscience/cdk/config/IsotopeFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
2585,
18946,
1733,
3694,
1435,
9506,
1216,
1860,
16,
4055,
22480,
16,
10403,
202,
95,
3639,
309,
261,
430,
1077,
422,
446,
13,
288,
5411,
309,
1077,
273,
394,
2585,
18946,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
2585,
18946,
1733,
3694,
1435,
9506,
1216,
1860,
16,
4055,
22480,
16,
10403,
202,
95,
3639,
309,
261,
430,
1077,
422,
446,
13,
288,
5411,
309,
1077,
273,
394,
2585,
18946,
... |
public org.quickfix.field.UnderlyingCFICode getUnderlyingCFICode() throws FieldNotFound { org.quickfix.field.UnderlyingCFICode value = new org.quickfix.field.UnderlyingCFICode(); | public quickfix.field.UnderlyingCFICode getUnderlyingCFICode() throws FieldNotFound { quickfix.field.UnderlyingCFICode value = new quickfix.field.UnderlyingCFICode(); | public org.quickfix.field.UnderlyingCFICode getUnderlyingCFICode() throws FieldNotFound { org.quickfix.field.UnderlyingCFICode value = new org.quickfix.field.UnderlyingCFICode(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/RequestForPositions.java/buggy/src/java/src/quickfix/fix44/RequestForPositions.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
14655,
6291,
39,
1653,
1085,
10833,
765,
6291,
39,
1653,
1085,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
14655,
6291,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
14655,
6291,
39,
1653,
1085,
10833,
765,
6291,
39,
1653,
1085,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
14655,
6291,... |
TreeParent[] treeIncludes = new TreeParent[index]; | DOMASTNodeParent[] treeIncludes = new DOMASTNodeParent[index]; | public void groupIncludes(IASTPreprocessorStatement[] statements) { // get all of the includes from the preprocessor statements (need the object since .equals isn't implemented) IASTPreprocessorIncludeStatement[] includes = new IASTPreprocessorIncludeStatement[INITIAL_INCLUDE_STATEMENT_SIZE]; int index = 0; for(in... | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/7a1f792fe6a4780bc309b94ddba65d9b41a96fd7/CPPPopulateASTViewAction.java/clean/core/org.eclipse.cdt.ui.tests/src/org/eclipse/cdt/ui/tests/DOMAST/CPPPopulateASTViewAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1041,
16815,
12,
45,
9053,
1386,
8700,
3406,
8526,
6317,
13,
288,
202,
202,
759,
336,
777,
434,
326,
6104,
628,
326,
31445,
6317,
261,
14891,
326,
733,
3241,
263,
14963,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1041,
16815,
12,
45,
9053,
1386,
8700,
3406,
8526,
6317,
13,
288,
202,
202,
759,
336,
777,
434,
326,
6104,
628,
326,
31445,
6317,
261,
14891,
326,
733,
3241,
263,
14963,
... |
AST __t756 = _t; AST tmp2135_AST_in = (AST)_t; | AST __t760 = _t; AST tmp2138_AST_in = (AST)_t; | public final void columnformat(AST _t) throws RecognitionException { AST columnformat_AST_in = (_t == ASTNULL) ? null : (AST)_t; AST __t747 = _t; AST tmp2126_AST_in = (AST)_t; match(_t,Format_phrase); _t = _t.getFirstChild(); { int _cnt764=0; _loop764: do { if (_t==null) _t=ASTNULL; switch ( _t.getTyp... | 13952 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13952/daa15e07422d3491bbbb4d0060450c81983332a4/TreeParser03.java/clean/trunk/org.prorefactor.core/src/org/prorefactor/treeparser03/TreeParser03.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
1057,
2139,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
1057,
2139,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,
261,
9053... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
1057,
2139,
12,
9053,
389,
88,
13,
1216,
9539,
288,
9506,
202,
9053,
1057,
2139,
67,
9053,
67,
267,
273,
261,
67,
88,
422,
9183,
8560,
13,
692,
446,
294,
261,
9053... |
TreeSet<Integer> seeds = new TreeSet<Integer>(); for (QueryResult<DoubleDistance> neighbor : neighbors) { seeds.add(neighbor.getID()); | for (QueryResult seed : seeds) { Integer nextID = seed.getID(); Integer nextID_corrDim = (Integer) database.getAssociation(AssociationID.LOCAL_DIMENSIONALITY, nextID); if (nextID_corrDim > lambda) continue; if (!processedIDs.contains(nextID)) { currentCluster.add(nextID); processedIDs.add(nextID); } else if (noise.c... | protected void expandCluster(Database<RealVector> database, Integer startObjectID, Progress progress) { Integer corrDim = (Integer) database.getAssociation(AssociationID.LOCAL_DIMENSIONALITY, startObjectID); // euclidean epsilon neighborhood < minpts -> noise if (corrDim == null) { noise.add(startObject... | 5508 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5508/bdfa42966607a7f02c14ca456157bcde79dd1fba/ProjectedDBSCAN.java/clean/src/de/lmu/ifi/dbs/algorithm/clustering/ProjectedDBSCAN.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
4542,
3629,
12,
4254,
32,
6955,
5018,
34,
2063,
16,
2144,
787,
22359,
16,
10980,
4007,
13,
288,
565,
2144,
19480,
5225,
273,
261,
4522,
13,
2063,
18,
588,
7174,
12,
7174,
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,
4750,
918,
4542,
3629,
12,
4254,
32,
6955,
5018,
34,
2063,
16,
2144,
787,
22359,
16,
10980,
4007,
13,
288,
565,
2144,
19480,
5225,
273,
261,
4522,
13,
2063,
18,
588,
7174,
12,
7174,
734... |
IToken nameToken = null; if (LT(1) == IToken.tIDENTIFIER) { nameToken = identifier(); } | IToken nameToken = null; if (LT(1) == IToken.tIDENTIFIER) { nameToken = identifier(); } | protected ICASTCompositeTypeSpecifier structOrUnionSpecifier() throws BacktrackException, EndOfFileException { int classKind = 0; IToken classKey = null; IToken mark = mark(); // class key switch (LT(1)) { case IToken.t_struct: classKey = consume(); clas... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/8d833f012a81dac41a0d33c7e0f047c1dfe415f2/GNUCSourceParser.java/buggy/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/c/GNUCSourceParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
4750,
467,
21871,
9400,
559,
21416,
1958,
1162,
14325,
21416,
1435,
540,
1216,
4297,
4101,
503,
16,
4403,
951,
812,
503,
288,
1377,
509,
667,
5677,
273,
374,
31,
1377,
467,
1345,
667,
653... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
21871,
9400,
559,
21416,
1958,
1162,
14325,
21416,
1435,
540,
1216,
4297,
4101,
503,
16,
4403,
951,
812,
503,
288,
1377,
509,
667,
5677,
273,
374,
31,
1377,
467,
1345,
667,
653... |
ServiceClient sender = new ServiceClient(configContext); | ServiceClient sender = new ServiceClient(configContext, null); | public void testEchoXMLSync() throws Exception { for (int i = 0; i < 10; i++) { OMElement payload = createPayload(); Options clientOptions = new Options(); clientOptions.setTo(targetEPR); clientOptions.setProperty(Constants.Configuration.ENABLE_MTOM, Constants.VALU... | 49300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49300/8baa74e67adc60139306df51be4a393501d5b175/EchoRawMTOMToBase64Test.java/buggy/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMToBase64Test.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
19704,
4201,
4047,
1435,
1216,
1185,
288,
3639,
364,
261,
474,
277,
273,
374,
31,
277,
411,
1728,
31,
277,
27245,
288,
5411,
531,
12310,
2385,
273,
752,
6110,
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,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
19704,
4201,
4047,
1435,
1216,
1185,
288,
3639,
364,
261,
474,
277,
273,
374,
31,
277,
411,
1728,
31,
277,
27245,
288,
5411,
531,
12310,
2385,
273,
752,
6110,
5621,
5411,... |
return super.toString()+":"+Base64.encode(routingKey)+","+ Base64.encode(cryptoKey)+","+compressionAlgorithm+","+controlDocument+ ","+cryptoAlgorithm; | return super.toString()+ ':' +Base64.encode(routingKey)+ ',' + Base64.encode(cryptoKey)+ ',' +compressionAlgorithm+ ',' +controlDocument+ ',' +cryptoAlgorithm; | public String toString() { return super.toString()+":"+Base64.encode(routingKey)+","+ Base64.encode(cryptoKey)+","+compressionAlgorithm+","+controlDocument+ ","+cryptoAlgorithm; } | 50619 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50619/62fd59041864b4ed1f43adc676de6bfb5ea977f3/ClientCHK.java/buggy/src/freenet/keys/ClientCHK.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1762,
1435,
288,
3639,
327,
2240,
18,
10492,
1435,
9078,
2773,
15,
2171,
1105,
18,
3015,
12,
16529,
653,
27921,
15937,
15,
540,
202,
2171,
1105,
18,
3015,
12,
18489,
653,
27921... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1762,
1435,
288,
3639,
327,
2240,
18,
10492,
1435,
9078,
2773,
15,
2171,
1105,
18,
3015,
12,
16529,
653,
27921,
15937,
15,
540,
202,
2171,
1105,
18,
3015,
12,
18489,
653,
27921... |
public ActionForward execute( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { DynaActionForm editarAulaForm = (DynaActionForm) form; HttpSession sessao = request.getSession(false); if (sessao != null) { IUserView userView = (IUserView) sess... | 2645 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2645/b1e0bdc3ae8d91a1ad9a46c8becf21c3c099cf75/EditarAulaFormAction.java/buggy/src/ServidorApresentacao/Action/sop/EditarAulaFormAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4382,
8514,
1836,
12,
202,
202,
1803,
3233,
2874,
16,
202,
202,
1803,
1204,
646,
16,
202,
202,
2940,
18572,
590,
16,
202,
202,
2940,
29910,
766,
13,
202,
202,
15069,
1185,
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,
225,
202,
482,
4382,
8514,
1836,
12,
202,
202,
1803,
3233,
2874,
16,
202,
202,
1803,
1204,
646,
16,
202,
202,
2940,
18572,
590,
16,
202,
202,
2940,
29910,
766,
13,
202,
202,
15069,
1185,
288... | ||
protected PDOMSearchQuery(int flags) { | protected PDOMSearchQuery(ICElement[] scope, int flags) { | protected PDOMSearchQuery(int flags) { this.flags = flags; } | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/c394f40e489dd37280520439c09530c1c4a9e61f/PDOMSearchQuery.java/buggy/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/PDOMSearchQuery.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
453,
8168,
2979,
1138,
12,
474,
2943,
13,
288,
202,
202,
2211,
18,
7133,
273,
2943,
31,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
453,
8168,
2979,
1138,
12,
474,
2943,
13,
288,
202,
202,
2211,
18,
7133,
273,
2943,
31,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Identity getCallerIdentity() throws IllegalStateException; | Identity getCallerIdentity(); | Identity getCallerIdentity() throws IllegalStateException; | 6764 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6764/5853b56d0f8ffd8709172ca7c9c31357766144d6/EJBContext.java/buggy/j2ee/src/java/javax/ejb/EJBContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
7808,
336,
11095,
4334,
1435,
1216,
5477,
31,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
7808,
336,
11095,
4334,
1435,
1216,
5477,
31,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
bos.write(key.toString(false).getBytes()); | bos.write(key.toString().getBytes("UTF-8")); | private static String getForceValue(FreenetURI key, long time) { MessageDigest md = SHA256.getMessageDigest(); ByteArrayOutputStream bos = new ByteArrayOutputStream(); try{ bos.write(random); bos.write(key.toString(false).getBytes()); bos.write(Long.toString(time / FORCE_GRAIN_INTERVAL).getBytes()); } catc... | 49933 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49933/1c876261ab73159d57a26624667ec7bf7acd15b8/FProxyToadlet.java/buggy/src/freenet/clients/http/FProxyToadlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
514,
336,
10997,
620,
12,
42,
2842,
278,
3098,
498,
16,
1525,
813,
13,
288,
202,
202,
1079,
9568,
3481,
273,
9777,
5034,
18,
24906,
9568,
5621,
202,
202,
8826,
4632,
239... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
336,
10997,
620,
12,
42,
2842,
278,
3098,
498,
16,
1525,
813,
13,
288,
202,
202,
1079,
9568,
3481,
273,
9777,
5034,
18,
24906,
9568,
5621,
202,
202,
8826,
4632,
239... |
return fgCWorkbenchAdapter; | return getWorkbenchAdapter(celem); | public Object getAdapter(Object element, Class key) { ICElement celem = (ICElement) element; IResource res = null; if (IPropertySource.class.equals(key)) { if (celem instanceof IBinary) { return new BinaryPropertySource((IBinary)celem); } res = celem.getResource(); if (res != null) { if (res ins... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/41d098da72990706a7f21c5e8f13a2c01b778543/CElementAdapterFactory.java/buggy/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CElementAdapterFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1033,
16679,
12,
921,
930,
16,
1659,
498,
13,
288,
202,
202,
2871,
1046,
276,
10037,
273,
261,
2871,
1046,
13,
930,
31,
202,
202,
45,
1420,
400,
273,
446,
31,
9506,
202,
430... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1033,
16679,
12,
921,
930,
16,
1659,
498,
13,
288,
202,
202,
2871,
1046,
276,
10037,
273,
261,
2871,
1046,
13,
930,
31,
202,
202,
45,
1420,
400,
273,
446,
31,
9506,
202,
430... |
Timer timer = new Timer(menu.getDelay(), new SelectMenuAction()); timer.setRepeats(false); timer.start(); | protected void setupPostTimer(JMenu menu) { // TODO: Implement this properly. } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/ff4d557efcee4a2c3a25a9cac2252bc626fb10fe/BasicMenuUI.java/buggy/core/src/classpath/javax/javax/swing/plaf/basic/BasicMenuUI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
12290,
5441,
273,
394,
12290,
12,
5414,
18,
588,
6763,
9334,
394,
6766,
4599,
1803,
10663,
5441,
18,
542,
426,
347,
2323,
12,
5743,
1769,
5441,
18,
1937,
5621,
12290,
5441,
273,
394,
12290,
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,
12290,
5441,
273,
394,
12290,
12,
5414,
18,
588,
6763,
9334,
394,
6766,
4599,
1803,
10663,
5441,
18,
542,
426,
347,
2323,
12,
5743,
1769,
5441,
18,
1937,
5621,
12290,
5441,
273,
394,
12290,
12... | |
pcJump = (int)sDbl[LOCAL_SHFT + slot]; | pcJump = (int)sDbl[LOCAL_SHFT + indexReg]; | 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/5b81311a845598f1a18a6f94fb54470e92728630/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... |
ByteBuffer buf = imageData.loadImage(ResourceLoader.getResourceAsStream(ref), false); | ByteBuffer buf = imageData.loadImage(ResourceLoader.getResourceAsStream(ref), false, null); | public Cursor getAnimatedCursor(String ref,int x,int y, int width, int height, int[] cursorDelays) throws IOException, LWJGLException { IntBuffer cursorDelaysBuffer = ByteBuffer.allocateDirect(cursorDelays.length*4).order(ByteOrder.nativeOrder()).asIntBuffer(); for (int i=0;i<cursorDelays.length;i++) { cursorDelay... | 47738 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47738/17eee815b89a0a2b5bd03e4ca3a6f9afde5ea397/CursorLoader.java/buggy/src/org/newdawn/slick/opengl/CursorLoader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
13949,
336,
979,
17275,
6688,
12,
780,
1278,
16,
474,
619,
16,
474,
677,
16,
509,
1835,
16,
509,
2072,
16,
509,
8526,
3347,
6763,
87,
13,
1216,
1860,
16,
511,
59,
46,
11261,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
13949,
336,
979,
17275,
6688,
12,
780,
1278,
16,
474,
619,
16,
474,
677,
16,
509,
1835,
16,
509,
2072,
16,
509,
8526,
3347,
6763,
87,
13,
1216,
1860,
16,
511,
59,
46,
11261,... |
genValues = new QValue[]{QValue.create(parent.getNodeId().getUUID().toString())}; | String uuid = parent.getUUID(); if (uuid == null) { uuid = UUID.randomUUID().toString(); } genValues = new QValue[]{QValue.create(uuid)}; | private QValue[] computeSystemGeneratedPropertyValues(NodeState parent, QPropertyDefinition def) { QValue[] genValues = null; /** * todo: need to come up with some callback mechanism for applying system generated values * (e.g. u... | 49304 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49304/a697c8379c6a42f34da9483c7fdf1acfe95896b6/SessionItemStateManager.java/buggy/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/SessionItemStateManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
2238,
620,
8526,
3671,
3163,
7823,
1396,
1972,
12,
907,
1119,
982,
16,
4766,
12900,
2238,
1396,
1852,
1652,
13,
288,
3639,
2238,
620,
8526,
3157,
1972,
273,
446,
31,
3639,
1783,
540... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2238,
620,
8526,
3671,
3163,
7823,
1396,
1972,
12,
907,
1119,
982,
16,
4766,
12900,
2238,
1396,
1852,
1652,
13,
288,
3639,
2238,
620,
8526,
3157,
1972,
273,
446,
31,
3639,
1783,
540... |
Object[] ids = scrip.getIds(); if(proto != null) t.put("__proto__", "__proto__"); if(parent != null) t.put("__parent__", "__parent__"); if(ids.length > 0) { for(int j = 0; j < ids.length; j++) { | Object[] ids; if (scrip instanceof ScriptableObject) { ids = ((ScriptableObject)scrip).getAllIds(); } else { ids = scrip.getIds(); } if (ids == null) ids = empty; if (proto != null) t.put("__proto__", "__proto__"); if (parent != null) t.put("__parent__", "__parent__"); if (ids.length > 0) { for (int j = 0; j < ids.leng... | protected Object[] getChildren() { if(children != null) return children; Context cx = Context.enter(); try { Object value = getObject(); if(value == null) return children = empty; if(value == ScriptableObject.NOT_FOUND || value == Undefined.instanc... | 12376 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12376/b9766e81693411fa600b26b9a0763dcf621b2770/VariableModel.java/buggy/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/VariableModel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1033,
8526,
10268,
1435,
288,
3639,
309,
12,
5906,
480,
446,
13,
327,
2325,
31,
3639,
1772,
9494,
273,
1772,
18,
2328,
5621,
3639,
775,
288,
5411,
1033,
460,
273,
6455,
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,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1033,
8526,
10268,
1435,
288,
3639,
309,
12,
5906,
480,
446,
13,
327,
2325,
31,
3639,
1772,
9494,
273,
1772,
18,
2328,
5621,
3639,
775,
288,
5411,
1033,
460,
273,
6455,
5621,
5411,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.