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 |
|---|---|---|---|---|---|---|
this.locale = new Locale(languageTag, Locale.getDefault().getCountry()); | final int slash = languageTag.indexOf('-'); if (slash>=0) { this.locale = new Locale(languageTag.substring(0,slash), languageTag.substring(slash+1) ); } else { this.locale = new Locale(languageTag); } | public void setLanguageTag(String languageTag) { this.locale = new Locale(languageTag, Locale.getDefault().getCountry()); } | 7607 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7607/d3bce65e49e71ee7df15bd72fd338535d4501bc1/ContentLanguage.java/buggy/trunk/src/gov/nist/javax/sip/header/ContentLanguage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
28993,
1805,
12,
780,
2653,
1805,
13,
288,
202,
202,
2211,
18,
6339,
273,
394,
6458,
12,
4923,
1805,
16,
9506,
202,
3916,
18,
588,
1868,
7675,
588,
8142,
10663,
202,
97,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
28993,
1805,
12,
780,
2653,
1805,
13,
288,
202,
202,
2211,
18,
6339,
273,
394,
6458,
12,
4923,
1805,
16,
9506,
202,
3916,
18,
588,
1868,
7675,
588,
8142,
10663,
202,
97,
... |
String name = tree.findFirstToken(TokenTypes.IDENT).getText(); MethodDef constructor = new MethodDef(name, symbolTable.getCurrentScope(), tree); symbolTable.defineMethod( constructor ); symbolTable.pushScope( constructor ); walkTree(tree.findFirstToken(TokenTypes.SLIST), false); symbolTable.popScope(); | processMethodDef(tree); | public void processConstructorDef(SymTabAST tree) { String name = tree.findFirstToken(TokenTypes.IDENT).getText(); MethodDef constructor = new MethodDef(name, symbolTable.getCurrentScope(), tree); symbolTable.defineMethod( constructor ); symbolTable.pushScope( cons... | 31427 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31427/3f09770c89ed82c8157fbb11047a52e4c5c2a75e/TableMaker.java/clean/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/TableMaker.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1207,
6293,
3262,
12,
11901,
5661,
9053,
2151,
13,
288,
565,
514,
508,
273,
2151,
18,
4720,
3759,
1345,
12,
1345,
2016,
18,
13355,
2934,
588,
1528,
5621,
565,
2985,
3262,
3885,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1207,
6293,
3262,
12,
11901,
5661,
9053,
2151,
13,
288,
565,
514,
508,
273,
2151,
18,
4720,
3759,
1345,
12,
1345,
2016,
18,
13355,
2934,
588,
1528,
5621,
565,
2985,
3262,
3885,... |
if ( !isUpdateable() ) { throw new PSQLException( "postgresql.updateable.notupdateable" ); } | public synchronized void updateLong(int columnIndex, long x) throws SQLException { if ( !isUpdateable() ) { throw new PSQLException( "postgresql.updateable.notupdateable" ); } if ( Driver.logDebug ) Driver.debug("updating long " + fields[columnIndex - 1].getName() + "=" + x); doingUpdates = !onInsertRow; upd... | 46597 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46597/b0146a2407f54166582450bd8ae2af0ca9800506/AbstractJdbc2ResultSet.java/clean/src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
3852,
918,
1089,
3708,
12,
474,
14882,
16,
1525,
619,
13,
202,
15069,
6483,
202,
95,
202,
202,
430,
261,
401,
291,
1891,
429,
1435,
262,
202,
202,
95,
1082,
202,
12849,
394,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
3852,
918,
1089,
3708,
12,
474,
14882,
16,
1525,
619,
13,
202,
15069,
6483,
202,
95,
202,
202,
430,
261,
401,
291,
1891,
429,
1435,
262,
202,
202,
95,
1082,
202,
12849,
394,
... | |
public BaseDescr fact_expression_in_paren(String id) throws RecognitionException { BaseDescr pd = null; BaseDescr fe = null; BaseDescr f = null; pd = null; boolean multi = false; try { // D:\\workspace\\jboss\\jbossrules\\drools-compile... | 31577 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31577/63bc7036e62ae854cec463d59712c173f74e984c/DRLParser.java/clean/drools-compiler/src/main/java/org/drools/lang/DRLParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3360,
16198,
5410,
67,
8692,
67,
267,
67,
13012,
12,
780,
612,
13,
1216,
9539,
288,
6647,
3360,
16198,
4863,
273,
446,
31,
3639,
3360,
16198,
1656,
273,
446,
31,
3639,
3360,
16198,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3360,
16198,
5410,
67,
8692,
67,
267,
67,
13012,
12,
780,
612,
13,
1216,
9539,
288,
6647,
3360,
16198,
4863,
273,
446,
31,
3639,
3360,
16198,
1656,
273,
446,
31,
3639,
3360,
16198,
... | ||
/* DEBUGGING | /* DEBUGGING: | public Object eval (Environment env) throws UnboundSymbol, WrongArguments, WrongType, GenericError { if (!doCompile) return new LambdaProcedure (this, env); try { Compilation comp = new Compilation (this, "lambda0", true); compile_setLiterals (comp, env.values); byte[][] classes = new byte[comp... | 40769 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/40769/e38812478072bd3397fe9905519ef6acd0a548d1/LambdaExp.java/clean/kawa/lang/LambdaExp.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1033,
5302,
261,
5494,
1550,
13,
4202,
1216,
1351,
3653,
5335,
16,
24668,
4628,
16,
24668,
559,
16,
7928,
668,
225,
288,
565,
309,
16051,
2896,
9937,
13,
1377,
327,
394,
12801,
1721... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1033,
5302,
261,
5494,
1550,
13,
4202,
1216,
1351,
3653,
5335,
16,
24668,
4628,
16,
24668,
559,
16,
7928,
668,
225,
288,
565,
309,
16051,
2896,
9937,
13,
1377,
327,
394,
12801,
1721... |
public void addHit(BugzillaHit hit) { | public void addHit(IQueryHit hit) { | public void addHit(BugzillaHit hit) { BugzillaTask task = BugzillaUiPlugin.getDefault().getBugzillaTaskListManager().getFromBugzillaTaskRegistry(hit.getHandle()); hit.setAssociatedTask(task); hits.add(hit); } | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/deaff687bdb98d7fce461471560b323c59b4b3a0/BugzillaQueryCategory.java/clean/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/tasklist/BugzillaQueryCategory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
527,
13616,
12,
19865,
15990,
13616,
6800,
13,
288,
202,
202,
19865,
15990,
2174,
1562,
273,
16907,
15990,
13943,
3773,
18,
588,
1868,
7675,
588,
19865,
15990,
2174,
682,
131... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
527,
13616,
12,
19865,
15990,
13616,
6800,
13,
288,
202,
202,
19865,
15990,
2174,
1562,
273,
16907,
15990,
13943,
3773,
18,
588,
1868,
7675,
588,
19865,
15990,
2174,
682,
131... |
public void actionPerformed(ActionEvent ae) { //try to retieve all text from message area. notifySendingMail(); boolean success = false; String messageText = mEditor.getText(); if (messageText == null) { System.err.println("****Null messageText"); } //try to send the messag... | 13991 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13991/8af80013bc843967d68714005a8b1f4c900a15f3/CompositionPanel.java/clean/grendel/composition/CompositionPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
26100,
12,
1803,
1133,
14221,
13,
288,
1377,
368,
698,
358,
325,
21271,
777,
977,
628,
883,
5091,
18,
1377,
5066,
16322,
6759,
5621,
1377,
1250,
2216,
273,
629,
31,
1377,
514,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
26100,
12,
1803,
1133,
14221,
13,
288,
1377,
368,
698,
358,
325,
21271,
777,
977,
628,
883,
5091,
18,
1377,
5066,
16322,
6759,
5621,
1377,
1250,
2216,
273,
629,
31,
1377,
514,
... | ||
System.err.println ("pageName: " + pageName); | protected WikiPage createNewPage (WikiSystem wiki, WebContext wc, WikiUser user) throws Exception { // get the page elements from the request String editor = user.getIdentifier(); String text = wc.getForm ("TEXT"); boolean moderated = wc.getForm ("MODERATED") != null && wc.getForm("MODER... | 52513 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52513/2e6a5e583cccdc19c543caf9a1fb259181c98cb6/SavePageAction.java/buggy/wiki/src/org/tcdi/opensource/wiki/servlet/SavePageAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
28268,
1964,
15291,
1964,
261,
25438,
3163,
9050,
16,
2999,
1042,
14310,
16,
28268,
1299,
729,
13,
1216,
1185,
288,
3639,
368,
336,
326,
1363,
2186,
628,
326,
590,
3639,
514,
4858,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
28268,
1964,
15291,
1964,
261,
25438,
3163,
9050,
16,
2999,
1042,
14310,
16,
28268,
1299,
729,
13,
1216,
1185,
288,
3639,
368,
336,
326,
1363,
2186,
628,
326,
590,
3639,
514,
4858,
... | |
mol.addBond(0, 1, 1); mol.addBond(1, 2, 1); mol.addBond(2, 3, 1); mol.addBond(3, 4, 1); mol.addBond(4, 5, 1); mol.addBond(5, 0, 1); mol.addBond(5, 6, 1); mol.addBond(6, 7, 1); mol.addBond(7, 8, 1); mol.addBond(8, 9, 1); mol.addBond(9, 0, 1); mol.addBond(5, 10, 1); | mol.addBond(0, 1, 1.0); mol.addBond(1, 2, 1.0); mol.addBond(2, 3, 1.0); mol.addBond(3, 4, 1.0); mol.addBond(4, 5, 1.0); mol.addBond(5, 0, 1.0); mol.addBond(5, 6, 1.0); mol.addBond(6, 7, 1.0); mol.addBond(7, 8, 1.0); mol.addBond(8, 9, 1.0); mol.addBond(9, 0, 1.0); mol.addBond(5, 10, 1.0); | public static Molecule makeMethylDecaline() { Molecule mol = new Molecule(); mol.addAtom(new Atom("C")); // 0 mol.addAtom(new Atom("C")); // 1 mol.addAtom(new Atom("C")); // 2 mol.addAtom(new Atom("C")); // 3 mol.addAtom(new Atom("C")); // 4 mol.addAtom(new Atom("C")); // 5 mol.addAtom(new Atom("C")); // 6 mo... | 1306 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1306/da8866755e9369bf3d50a09256d25117f5e93c64/MoleculeFactory.java/clean/src/org/openscience/cdk/templates/MoleculeFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
490,
10545,
1221,
49,
546,
93,
80,
1799,
287,
558,
1435,
202,
95,
202,
202,
29669,
12629,
273,
394,
490,
10545,
5621,
202,
202,
21260,
18,
1289,
3641,
12,
2704,
7149,
293... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
490,
10545,
1221,
49,
546,
93,
80,
1799,
287,
558,
1435,
202,
95,
202,
202,
29669,
12629,
273,
394,
490,
10545,
5621,
202,
202,
21260,
18,
1289,
3641,
12,
2704,
7149,
293... |
Statement stmt = con.createStatement(ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_UPDATABLE); | Statement stmt = con.createStatement( ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_UPDATABLE); | public void testLongStatement() throws Exception { Statement stmt = con.createStatement(ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_UPDATABLE); stmt.execute("CREATE TABLE #longStatement (id int primary key, data varchar(8000))"); StringBuffer buf = new StringBuffer(4096); buf.append("S... | 5753 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5753/c4594e01581e84b0c56c2e80b6499cacc9e858bb/PreparedStatementTest.java/buggy/src/test/net/sourceforge/jtds/test/PreparedStatementTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
3708,
3406,
1435,
1216,
1185,
288,
3639,
8056,
3480,
273,
356,
18,
2640,
3406,
12,
10842,
18,
2399,
67,
7473,
21343,
67,
10857,
16,
10842,
18,
2248,
7509,
67,
3079,
11102... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3708,
3406,
1435,
1216,
1185,
288,
3639,
8056,
3480,
273,
356,
18,
2640,
3406,
12,
10842,
18,
2399,
67,
7473,
21343,
67,
10857,
16,
10842,
18,
2248,
7509,
67,
3079,
11102... |
addRoot(expression); return PROCESS_CONTINUE; | return addRoot(expression); | public int processExpression(IASTExpression expression) { addRoot(expression); return PROCESS_CONTINUE; } | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/beb6ead6ac6d5eb5ee23b7420bc6bf0f95524fc8/CPPPopulateASTViewAction.java/buggy/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,
509,
1207,
2300,
12,
45,
9053,
2300,
2652,
13,
288,
202,
202,
1289,
2375,
12,
8692,
1769,
202,
202,
2463,
20647,
67,
6067,
26725,
31,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
509,
1207,
2300,
12,
45,
9053,
2300,
2652,
13,
288,
202,
202,
1289,
2375,
12,
8692,
1769,
202,
202,
2463,
20647,
67,
6067,
26725,
31,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,... |
setMessage(message); | messageLabel.setText(message == null ? "" : message); | public void setErrorMessage(String errorMessage) { if (errorMessage == null) { if (messageImage.getVisible()) { // we were previously showing an error messageLabel.setBackground(normalMsgAreaBackground); messageImage.setBackground(normalMsgAreaBackground); messageArea.setBackground(normalMsgAreaBackground); ... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/60c3cfbf70cc98cb7c74e43d04923727064ac099/TitleAreaDialog.java/clean/bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/dialogs/TitleAreaDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
9967,
1079,
12,
780,
9324,
13,
288,
202,
430,
261,
1636,
1079,
422,
446,
13,
288,
202,
202,
430,
261,
2150,
2040,
18,
588,
6207,
10756,
288,
1082,
202,
759,
732,
4591,
7243,
17253... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
9967,
1079,
12,
780,
9324,
13,
288,
202,
430,
261,
1636,
1079,
422,
446,
13,
288,
202,
202,
430,
261,
2150,
2040,
18,
588,
6207,
10756,
288,
1082,
202,
759,
732,
4591,
7243,
17253... |
if (inlinedResource == null) return super.getActionResources(); | if (inlinedResource == null) { return super.getActionResources(); } | protected List getActionResources() { if (inlinedResource == null) return super.getActionResources(); List actionResources = new ArrayList(); actionResources.add(inlinedResource); return actionResources; } | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/e38d295ea613cf9f08aadb93a84a33d2e91abc5f/RenameResourceAction.java/clean/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/RenameResourceAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
987,
12473,
3805,
1435,
288,
3639,
309,
261,
267,
22316,
1420,
422,
446,
13,
5411,
327,
2240,
18,
588,
1803,
3805,
5621,
3639,
987,
1301,
3805,
273,
394,
2407,
5621,
3639,
1301,
380... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
987,
12473,
3805,
1435,
288,
3639,
309,
261,
267,
22316,
1420,
422,
446,
13,
5411,
327,
2240,
18,
588,
1803,
3805,
5621,
3639,
987,
1301,
3805,
273,
394,
2407,
5621,
3639,
1301,
380... |
return RubyBoolean.newBoolean(runtime, Modifier.isFinal(javaClass.getModifiers())); | return getRuntime().newBoolean(Modifier.isFinal(javaClass.getModifiers())); | public RubyBoolean final_p() { return RubyBoolean.newBoolean(runtime, Modifier.isFinal(javaClass.getModifiers())); } | 45221 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45221/870e1da9b41bfdbae259e1fc5f18fc8b76686998/JavaClass.java/clean/src/org/jruby/javasupport/JavaClass.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
5507,
727,
67,
84,
1435,
288,
3639,
327,
18814,
7675,
2704,
5507,
12,
9829,
18,
291,
7951,
12,
6290,
797,
18,
588,
11948,
1435,
10019,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
5507,
727,
67,
84,
1435,
288,
3639,
327,
18814,
7675,
2704,
5507,
12,
9829,
18,
291,
7951,
12,
6290,
797,
18,
588,
11948,
1435,
10019,
565,
289,
2,
-100,
-100,
-100,
-100,
... |
return annotatedObject; | return updateDataObject(annotatedObject); | public DataObject removeAnnotationFrom(DataObject annotatedObject, AnnotationData data) throws DSOutOfServiceException, DSAccessException { if (data == null) throw new IllegalArgumentException("No annotation to delete."); if (annota... | 55636 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55636/f345c83a3d27921d1ebc5f67fd2e08baf108a708/OmeroServiceImpl.java/clean/SRC/org/openmicroscopy/shoola/env/data/OmeroServiceImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
18914,
1206,
3257,
1265,
12,
21881,
10529,
921,
16,
4766,
2398,
6090,
751,
501,
13,
5411,
1216,
8678,
11224,
15133,
16,
8678,
9773,
565,
288,
3639,
309,
261,
892,
422,
446,
13,
2398... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
18914,
1206,
3257,
1265,
12,
21881,
10529,
921,
16,
4766,
2398,
6090,
751,
501,
13,
5411,
1216,
8678,
11224,
15133,
16,
8678,
9773,
565,
288,
3639,
309,
261,
892,
422,
446,
13,
2398... |
DOMImport(char[] document, int[] sourceRange, String name, boolean onDemand, int modifiers) { this(document, sourceRange, name, new int[] {-1, -1}, onDemand, modifiers); fOnDemand = onDemand; setMask(MASK_DETAILED_SOURCE_INDEXES, false); | DOMImport() { fName = "java.lang.*"; setMask(MASK_DETAILED_SOURCE_INDEXES, true); | DOMImport(char[] document, int[] sourceRange, String name, boolean onDemand, int modifiers) { this(document, sourceRange, name, new int[] {-1, -1}, onDemand, modifiers); fOnDemand = onDemand; setMask(MASK_DETAILED_SOURCE_INDEXES, false);} | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/2fcc7d0f6d73a0e1ec44b95addeba29a0b163a14/DOMImport.java/buggy/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMImport.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4703,
5010,
12,
3001,
8526,
1668,
16,
509,
8526,
1084,
2655,
16,
514,
508,
16,
1250,
603,
25461,
16,
509,
10429,
13,
288,
202,
2211,
12,
5457,
16,
1084,
2655,
16,
508,
16,
394,
509,
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,
4703,
5010,
12,
3001,
8526,
1668,
16,
509,
8526,
1084,
2655,
16,
514,
508,
16,
1250,
603,
25461,
16,
509,
10429,
13,
288,
202,
2211,
12,
5457,
16,
1084,
2655,
16,
508,
16,
394,
509,
8526,
... |
public org.quickfix.field.NoNestedPartyIDs getNoNestedPartyIDs() throws FieldNotFound { org.quickfix.field.NoNestedPartyIDs value = new org.quickfix.field.NoNestedPartyIDs(); | public quickfix.field.NoNestedPartyIDs getNoNestedPartyIDs() throws FieldNotFound { quickfix.field.NoNestedPartyIDs value = new quickfix.field.NoNestedPartyIDs(); | public org.quickfix.field.NoNestedPartyIDs getNoNestedPartyIDs() throws FieldNotFound { org.quickfix.field.NoNestedPartyIDs value = new org.quickfix.field.NoNestedPartyIDs(); getField(value); return value; } | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/fecc27f98261270772ff182a1d4dfd94b5daa73d/TradeCaptureReport.java/buggy/src/java/src/quickfix/fix44/TradeCaptureReport.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
2279,
8649,
17619,
5103,
336,
2279,
8649,
17619,
5103,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
2279,
8649,
17619,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
2279,
8649,
17619,
5103,
336,
2279,
8649,
17619,
5103,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
2279,
8649,
17619,
5... |
if (bean == null) { | if (nestedBean == null) { | public void setNestedProperty(Object bean, String name, Object value) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException { if (bean == null) { throw new IllegalArgumentException("No bean specified"); ... | 54521 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54521/7ebb8e9167eec4a436316770d97687b06f59f4d1/PropertyUtilsBean.java/buggy/src/java/org/apache/commons/beanutils/PropertyUtilsBean.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
444,
8649,
1396,
12,
921,
3931,
16,
29159,
514,
508,
16,
1033,
460,
13,
5411,
1216,
11900,
16,
15342,
16,
5411,
15959,
288,
3639,
309,
261,
12985,
3381,
422,
446,
13,
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,
918,
444,
8649,
1396,
12,
921,
3931,
16,
29159,
514,
508,
16,
1033,
460,
13,
5411,
1216,
11900,
16,
15342,
16,
5411,
15959,
288,
3639,
309,
261,
12985,
3381,
422,
446,
13,
288,
54... |
( (fromTextNode && m_charInfo.isSpecialTextChar(ch)) || (!fromTextNode && m_charInfo.isSpecialAttrChar(ch)))) | ( (fromTextNode && m_charInfo.shouldMapTextChar(ch)) || (!fromTextNode && m_charInfo.shouldMapAttrChar(ch)))) | protected int accumDefaultEscape( Writer writer, char ch, int i, char[] chars, int len, boolean fromTextNode, boolean escLF) throws IOException { int pos = accumDefaultEntity(writer, ch, i, chars, len, fromTextNode, escLF); if (i == pos) ... | 46591 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46591/e582bfb0fa8a933d860b0a0d2ed03ee50ca21ea2/ToStream.java/clean/src/org/apache/xml/serializer/ToStream.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
509,
22778,
1868,
8448,
12,
3639,
5497,
2633,
16,
3639,
1149,
462,
16,
3639,
509,
277,
16,
3639,
1149,
8526,
5230,
16,
3639,
509,
562,
16,
3639,
1250,
628,
17299,
16,
3639,
1250,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
509,
22778,
1868,
8448,
12,
3639,
5497,
2633,
16,
3639,
1149,
462,
16,
3639,
509,
277,
16,
3639,
1149,
8526,
5230,
16,
3639,
509,
562,
16,
3639,
1250,
628,
17299,
16,
3639,
1250,
... |
return new ASN1Tagged( new ASN1Identifier(ASN1Identifier.CONTEXT, true, APPROX_MATCH), new AttributeValueAssertion( new AttributeDescription(tok), new AssertionValue(escaped2unicode(value))), false); } | return new ASN1Tagged( new ASN1Identifier(ASN1Identifier.CONTEXT, true, APPROX_MATCH), new AttributeValueAssertion( new AttributeDescription(tok), new AssertionValue(escaped2unicode(value))), false); } | private ASN1Tagged parseFilterComp() throws LDAPException { String tok = st.nextToken().trim(); // get operator or attr name if(tok.equals("&")) { return new ASN1Tagged( new ASN1Identifier(ASN1Identifier.CONTEXT, true, AND), parseFilterList(), false); } else if(tok.equals("|")) { return new ASN1T... | 9947 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9947/6d91c7090a4d98ab3a46e648e777451287c08365/RfcFilter.java/buggy/com/novell/ldap/rfc2251/RfcFilter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
3238,
18598,
21,
18674,
1109,
1586,
2945,
1435,
202,
202,
15069,
11916,
503,
282,
288,
202,
202,
780,
946,
273,
384,
18,
4285,
1345,
7675,
5290,
5621,
368,
336,
3726,
578,
1604,
508,
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,
565,
3238,
18598,
21,
18674,
1109,
1586,
2945,
1435,
202,
202,
15069,
11916,
503,
282,
288,
202,
202,
780,
946,
273,
384,
18,
4285,
1345,
7675,
5290,
5621,
368,
336,
3726,
578,
1604,
508,
202,... |
public final void write_octet_array (final byte[] value, final int offset, final int length) { if( value != null ) { check(length); System.arraycopy(value,offset,buffer,pos,length); index += length; pos += length; } } | public final void write_octet_array( final byte[] value, final int offset, final int length) { if( value != null ) { deferredArrayQueue.add( new DeferredWriteFrame( index, offset, length, value )); index += length; deferred_writes += length; } } | public final void write_octet_array (final byte[] value, final int offset, final int length) { if( value != null ) { check(length); System.arraycopy(value,offset,buffer,pos,length); index += length; pos += length; } ... | 46355 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46355/22f060918752e650122e66f5298600ec79540930/CDROutputStream.java/buggy/src/org/jacorb/orb/CDROutputStream.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
1071,
727,
918,
1045,
67,
17909,
67,
1126,
1850,
261,
6385,
1160,
8526,
460,
16,
727,
509,
1384,
16,
727,
509,
769,
13,
1377,
288,
1850,
309,
12,
460,
480,
446,
262,
1850,
288,
2868,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
1071,
727,
918,
1045,
67,
17909,
67,
1126,
1850,
261,
6385,
1160,
8526,
460,
16,
727,
509,
1384,
16,
727,
509,
769,
13,
1377,
288,
1850,
309,
12,
460,
480,
446,
262,
1850,
288,
2868,
... |
rewind(_m315); | rewind(_m343); | protected final void mXML_COMMENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { int _ttype; Token _token=null; int _begin=text.length(); _ttype = XML_COMMENT; int _saveIndex; _saveIndex=text.length(); match("<!--"); text.setLength(_saveIndex); { int _cnt316=0;... | 2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/991914fac6d8ec32704e1e021ab6bf8707ee56ec/XPathLexer2.java/buggy/src/org/exist/parser/XPathLexer2.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
727,
918,
312,
4201,
67,
12200,
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,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
727,
918,
312,
4201,
67,
12200,
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,
... |
r.addDesc(ae); | private void resolveThrashAttack( PhysicalResult pr, int lastEntityId ) { final ThrashAttackAction taa = (ThrashAttackAction)pr.aaa; final Entity ae = game.getEntity(taa.getEntityId()); // get damage, ToHitData and roll from the PhysicalResult int h... | 3464 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3464/2824a32693e29681e1fd8e05dc0193e6b9a9edd8/Server.java/buggy/megamek/src/megamek/server/Server.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
2245,
1315,
86,
961,
3075,
484,
12,
19712,
1253,
846,
16,
4766,
3639,
509,
1142,
18029,
262,
288,
3639,
727,
935,
86,
961,
3075,
484,
1803,
268,
7598,
273,
261,
1315,
86,
961... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2245,
1315,
86,
961,
3075,
484,
12,
19712,
1253,
846,
16,
4766,
3639,
509,
1142,
18029,
262,
288,
3639,
727,
935,
86,
961,
3075,
484,
1803,
268,
7598,
273,
261,
1315,
86,
961... | |
yy_ScanError(YY_NO_MATCH); | zzScanError(ZZ_NO_MATCH); | public Yytoken yylex() throws java.io.IOException { int yy_input; int yy_action; // cached fields: int yy_currentPos_l; int yy_startRead_l; int yy_markedPos_l; int yy_endRead_l = yy_endRead; char [] yy_buffer_l = yy_buffer; char [] yycmap_l = yycmap; int [] yytrans_l = yytrans; int []... | 51738 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51738/689ed6b27a2e7acac33d90a4e6fea2ddf018345b/CSSTokenizerFilter.java/buggy/src/freenet/clients/http/filter/CSSTokenizerFilter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1624,
93,
2316,
677,
1362,
92,
1435,
1216,
2252,
18,
1594,
18,
14106,
288,
565,
509,
9016,
67,
2630,
31,
565,
509,
9016,
67,
1128,
31,
565,
368,
3472,
1466,
30,
565,
509,
9016,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1624,
93,
2316,
677,
1362,
92,
1435,
1216,
2252,
18,
1594,
18,
14106,
288,
565,
509,
9016,
67,
2630,
31,
565,
509,
9016,
67,
1128,
31,
565,
368,
3472,
1466,
30,
565,
509,
9016,
... |
if (option.equals("-category")) | else if (option.equals("-category")) | protected void handleOptionWithArgument(String option, String argument) throws IOException { if (option.equals("-priority")) { int i = " HMLE".indexOf(argument); if (i == -1) i = " 1234".indexOf(argument); if (i == -1) throw new IllegalArgumentException("Bad priority: " + argument); priority = i... | 10715 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10715/f34488853014b73d132f789e2a2c27b5e99775da/Filter.java/clean/findbugs/src/java/edu/umd/cs/findbugs/workflow/Filter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1117,
918,
1640,
1895,
1190,
1379,
12,
780,
1456,
16,
514,
1237,
13,
1216,
1860,
288,
1082,
202,
430,
261,
3482,
18,
14963,
2932,
17,
8457,
6,
3719,
288,
9506,
202,
474,
277,
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,
3196,
202,
1117,
918,
1640,
1895,
1190,
1379,
12,
780,
1456,
16,
514,
1237,
13,
1216,
1860,
288,
1082,
202,
430,
261,
3482,
18,
14963,
2932,
17,
8457,
6,
3719,
288,
9506,
202,
474,
277,
273,... |
jjCheckNAdd(41); break; case 41: if ((0x3ff000000000000L & l) == 0L) break; if (kind > 7) kind = 7; jjCheckNAddTwoStates(41, 9); break; case 42: if ((0x3ff000000000000L & l) != 0L) jjCheckNAddTwoStates(42, 43); | jjCheckNAdd(43); break; case 43: if ((0x3ff000000000000L & l) == 0L) break; if (kind > 7) kind = 7; jjCheckNAddTwoStates(43, 9); | static private final int jjMoveNfa_0(int startState, int curPos){ int[] nextStates; int startsAt = 0; jjnewStateCnt = 61; int i = 1; jjstateSet[0] = startState; int j, kind = 0x7fffffff; for (;;) { if (++jjround == 0x7fffffff) ReInitRounds(); if (curChar < 64) { long l = 1... | 7954 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7954/e8ce9c3ca6da98e2afca9082b04c7ed14168746b/AnnotationParserTokenManager.java/clean/aspectwerkz3/src/main/org/codehaus/aspectwerkz/annotation/expression/ast/AnnotationParserTokenManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
760,
3238,
727,
509,
10684,
7607,
50,
507,
67,
20,
12,
474,
787,
1119,
16,
509,
662,
1616,
15329,
282,
509,
8526,
1024,
7629,
31,
282,
509,
2542,
861,
273,
374,
31,
282,
10684,
2704,
1119,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
760,
3238,
727,
509,
10684,
7607,
50,
507,
67,
20,
12,
474,
787,
1119,
16,
509,
662,
1616,
15329,
282,
509,
8526,
1024,
7629,
31,
282,
509,
2542,
861,
273,
374,
31,
282,
10684,
2704,
1119,
... |
VM_ProcessorLocalState.emitMoveFieldToReg(asm, JTOC, VM_Entrypoints.jtocField.getOffsetAsInt()); | VM_ProcessorLocalState.emitMoveFieldToReg(asm, JTOC, VM_Entrypoints.jtocField.getOffset()); | protected final void emit_lushr() { if (VM.VerifyAssertions) VM._assert (ECX != T0); // ECX is constrained to be the shift count if (VM.VerifyAssertions) VM._assert (ECX != T1); if (VM.VerifyAssertions) VM._assert (ECX != JTOC); // 1: pop shift amount into JTOC (JTOC must be restored at the end) // 2: ... | 5245 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5245/c19269673fcdd14e39a92c30e8ccef4cb7ce0402/VM_Compiler.java/clean/rvm/src/vm/arch/intel/compilers/baseline/VM_Compiler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
727,
918,
3626,
67,
80,
1218,
86,
1435,
288,
565,
309,
261,
7397,
18,
8097,
8213,
1115,
13,
8251,
6315,
11231,
261,
7228,
60,
480,
399,
20,
1769,
368,
7773,
60,
353,
27666,
358,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
727,
918,
3626,
67,
80,
1218,
86,
1435,
288,
565,
309,
261,
7397,
18,
8097,
8213,
1115,
13,
8251,
6315,
11231,
261,
7228,
60,
480,
399,
20,
1769,
368,
7773,
60,
353,
27666,
358,
... |
this.output.addRef(CharOperation.concat(TYPE_REF, CharOperation.lastSegment(typeName, '.'))); | public void addTypeReference(char[] typeName){ this.output.addRef(CharOperation.concat(TYPE_REF, CharOperation.lastSegment(typeName, '.'))); } | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/d8ee61be381462fee3501e736c934e6b77efdfb5/AbstractIndexer.java/clean/core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/AbstractIndexer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
527,
7534,
12,
3001,
8526,
8173,
15329,
202,
202,
2211,
18,
2844,
18,
1289,
1957,
12,
2156,
2988,
18,
16426,
12,
2399,
67,
10771,
16,
3703,
2988,
18,
2722,
4131,
12,
723,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
527,
7534,
12,
3001,
8526,
8173,
15329,
202,
202,
2211,
18,
2844,
18,
1289,
1957,
12,
2156,
2988,
18,
16426,
12,
2399,
67,
10771,
16,
3703,
2988,
18,
2722,
4131,
12,
723,... | |
org.cougaar.core.qos.frame.Frame f; ArrayList flist = new ArrayList(); for (Iterator ii=frames.iterator(); ii.hasNext();) { f = (org.cougaar.core.qos.frame.Frame) ii.next(); if (predicate.execute(f)) flist.add(f); } return flist; } | org.cougaar.core.qos.frame.Frame f; ArrayList flist = new ArrayList(); for (Iterator ii=frames.iterator(); ii.hasNext();) { f = (org.cougaar.core.qos.frame.Frame) ii.next(); if (predicate.execute(f)) flist.add(f); } return flist; } | protected Collection findFrames(Collection frames, FramePredicate predicate) { org.cougaar.core.qos.frame.Frame f; ArrayList flist = new ArrayList(); for (Iterator ii=frames.iterator(); ii.hasNext();) { f = (org.cougaar.core.qos.frame.Frame) ii.next(); if (predicate.execute(f))... | 7173 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7173/0b5a2fb99eb98589d8a9af0a6dd19d7236b37220/FrameTreeView.java/clean/qos/src/org/cougaar/core/qos/frame/visualizer/tree/FrameTreeView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
2200,
1104,
15162,
12,
2532,
7793,
16,
8058,
8634,
5641,
13,
288,
4202,
2358,
18,
2894,
637,
69,
297,
18,
3644,
18,
23557,
18,
3789,
18,
3219,
284,
31,
4202,
2407,
284,
1098,
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,
4750,
2200,
1104,
15162,
12,
2532,
7793,
16,
8058,
8634,
5641,
13,
288,
4202,
2358,
18,
2894,
637,
69,
297,
18,
3644,
18,
23557,
18,
3789,
18,
3219,
284,
31,
4202,
2407,
284,
1098,
273,... |
if (resultToFeature.containsKey(maResult.getIdentifier())) { | String reporterId = null; if (resultToReporter.containsKey(maResult.getIdentifier())) { reporterId = (String) resultToReporter.get(maResult.getIdentifier()); } else if (resultToFeature.containsKey(maResult.getIdentifier())) { | protected Set processMicroArrayResults() { Iterator resultIter = microArrayResults.iterator(); while (resultIter.hasNext()) { Item maResult = (Item) resultIter.next(); String maResultId = maResult.getIdentifier(); // MicroArrayResult.assay // MicroArrayResul... | 7196 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7196/d2dddd1b91fa529ecf9e9281616f51ef0a34472c/MageDataTranslator.java/buggy/flymine/model/mage/src/java/org/flymine/dataconversion/MageDataTranslator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1000,
1207,
13617,
1076,
3447,
1435,
288,
3639,
4498,
563,
2360,
273,
6481,
1076,
3447,
18,
9838,
5621,
3639,
1323,
261,
2088,
2360,
18,
5332,
2134,
10756,
288,
5411,
4342,
10843,
125... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1000,
1207,
13617,
1076,
3447,
1435,
288,
3639,
4498,
563,
2360,
273,
6481,
1076,
3447,
18,
9838,
5621,
3639,
1323,
261,
2088,
2360,
18,
5332,
2134,
10756,
288,
5411,
4342,
10843,
125... |
return (access & 0x4) != 0; | return (access & Opcodes.ACC_PROTECTED) != 0; | public final boolean isProtected() { return (access & 0x4) != 0; } | 651 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/651/1a5297521ebe3c635c8dbbaf2fac90a1fcc78523/AbstractInfo.java/buggy/jardiff/src/java/org/osjava/scripts4java/AbstractInfo.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
727,
1250,
353,
15933,
1435,
288,
3639,
327,
261,
3860,
473,
18996,
18,
31414,
67,
3373,
26729,
13,
480,
374,
31,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
727,
1250,
353,
15933,
1435,
288,
3639,
327,
261,
3860,
473,
18996,
18,
31414,
67,
3373,
26729,
13,
480,
374,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
public String buildErrorString(PsiElement location) { | public String buildErrorString(PsiElement location){ | public String buildErrorString(PsiElement location) { return "#ref statement has empty body #loc"; } | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/f94e21fbee4e984a29e3c975221bc129dd4d68e1/EmptyStatementBodyInspection.java/clean/plugins/InspectionGadgets/src/com/siyeh/ig/bugs/EmptyStatementBodyInspection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1361,
668,
780,
12,
52,
7722,
1046,
2117,
15329,
3639,
327,
6619,
1734,
3021,
711,
1008,
1417,
468,
1829,
14432,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1361,
668,
780,
12,
52,
7722,
1046,
2117,
15329,
3639,
327,
6619,
1734,
3021,
711,
1008,
1417,
468,
1829,
14432,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
NewBugzillaReport newReport = new NewBugzillaReport(IBugzillaConstants.TEST_BUGZILLA_220_URL, 1); AbstractBugzillaWizardPage page = new TestWizardDataPage(); | NewBugzillaReport newReport = new NewBugzillaReport(IBugzillaConstants.TEST_BUGZILLA_220_URL, 1); | public void testPlatformOptions() throws Exception { NewBugzillaReport newReport = new NewBugzillaReport(IBugzillaConstants.TEST_BUGZILLA_220_URL, 1); AbstractBugzillaWizardPage page = new TestWizardDataPage(); TaskRepository repository = new TaskRepository(BugzillaPlugin.REPOSITORY_KIND, IBugzillaConstants.TEST... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/aab7c716c73407f2cca9309019f0f953503ce213/NewBugWizardTest.java/buggy/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/NewBugWizardTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
8201,
1320,
1435,
1216,
1185,
288,
202,
202,
1908,
19865,
15990,
4820,
394,
4820,
273,
394,
1166,
19865,
15990,
4820,
12,
13450,
637,
15990,
2918,
18,
16961,
67,
4827,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8201,
1320,
1435,
1216,
1185,
288,
202,
202,
1908,
19865,
15990,
4820,
394,
4820,
273,
394,
1166,
19865,
15990,
4820,
12,
13450,
637,
15990,
2918,
18,
16961,
67,
4827,
... |
else if(temp.indexOf("@") != -1 && temp.indexOf("href=") == -1 && temp.indexOf("HREF=") == -1) { | else if(!html && temp.indexOf("@") != -1 && temp.indexOf("href=") == -1 && temp.indexOf("HREF=") == -1) { | public static void getMail(String whichBox, int whichmail, Vector attach, boolean mailName) { String boundary = null; String temp = null; boolean wait = true; boolean html = false; ResourceBundle res = null; String yammhome = System.getProperty("user.home") + "/.yamm"; try { res = Resource... | 3248 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3248/200deb61d0478cc073a8a95fe0ca0cdd5ff0e682/Mailbox.java/buggy/mail/Mailbox.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
31991,
12,
780,
1492,
3514,
16,
509,
1492,
4408,
16,
5589,
3306,
16,
1250,
4791,
461,
13,
288,
565,
514,
225,
7679,
273,
446,
31,
565,
514,
225,
1906,
273,
446,
31,
56... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
31991,
12,
780,
1492,
3514,
16,
509,
1492,
4408,
16,
5589,
3306,
16,
1250,
4791,
461,
13,
288,
565,
514,
225,
7679,
273,
446,
31,
565,
514,
225,
1906,
273,
446,
31,
56... |
if(cleanupXHTML) correctResponse(woresponse, pre.length(), pre); | processResponse(this, woresponse, wocontext, offset, null); | public void appendToResponse(WOResponse woresponse, WOContext wocontext) { String pre = woresponse.contentString(); super.appendToResponse(woresponse, wocontext); if(cleanupXHTML) correctResponse(woresponse, pre.length(), pre); } | 50512 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50512/ebda80220a212da041a02659634dbf9a30a022ad/ERXPatcher.java/buggy/Common/Frameworks/ERExtensions/Sources/er/extensions/ERXPatcher.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
918,
16022,
1064,
12,
59,
51,
1064,
341,
83,
2740,
16,
678,
51,
1042,
341,
16550,
955,
13,
288,
7734,
514,
675,
273,
341,
83,
2740,
18,
1745,
780,
5621,
7734,
2240,
18,
6923,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
918,
16022,
1064,
12,
59,
51,
1064,
341,
83,
2740,
16,
678,
51,
1042,
341,
16550,
955,
13,
288,
7734,
514,
675,
273,
341,
83,
2740,
18,
1745,
780,
5621,
7734,
2240,
18,
6923,
7... |
new Label(destinationSelectionGroup, SWT.NONE) .setText(getDestinationLabel()); | destinationSelectionGroup.setFont(parentFont); Label dest = new Label(destinationSelectionGroup, SWT.NONE); dest.setText(getDestinationLabel()); dest.setFont(parentFont); | protected void createDestinationGroup(Composite parent) { // destination specification group Composite destinationSelectionGroup = new Composite(parent, SWT.NONE); GridLayout layout = new GridLayout(); layout.numColumns = 3; destinationSelectionGroup.setLayout(layout); destinationSelectionGroup.setLayoutData(new... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/b353c738722dfcaf60a18a8b3be623b8b66f8fe2/WizardPreferencesPage.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
752,
5683,
1114,
12,
9400,
982,
13,
288,
202,
202,
759,
2929,
7490,
1041,
202,
202,
9400,
2929,
6233,
1114,
273,
394,
14728,
12,
2938,
16,
348,
8588,
18,
9826,
1769,
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,
1117,
918,
752,
5683,
1114,
12,
9400,
982,
13,
288,
202,
202,
759,
2929,
7490,
1041,
202,
202,
9400,
2929,
6233,
1114,
273,
394,
14728,
12,
2938,
16,
348,
8588,
18,
9826,
1769,
202... |
public static NutchBean get(ServletContext app, NutchConf conf) throws IOException { | public static NutchBean get(ServletContext app, Configuration conf) throws IOException { | public static NutchBean get(ServletContext app, NutchConf conf) throws IOException { NutchBean bean = (NutchBean)app.getAttribute("nutchBean"); if (bean == null) { LOG.info("creating new bean"); bean = new NutchBean(conf); app.setAttribute("nutchBean", bean); } return bean; } | 46828 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46828/25437bc825d50715dcc9a289a1b4c8fbbc6aced1/NutchBean.java/buggy/src/java/org/apache/nutch/searcher/NutchBean.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
423,
322,
343,
3381,
336,
12,
4745,
1042,
595,
16,
4659,
2195,
13,
1216,
1860,
288,
565,
423,
322,
343,
3381,
3931,
273,
261,
50,
322,
343,
3381,
13,
2910,
18,
588,
1499,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
423,
322,
343,
3381,
336,
12,
4745,
1042,
595,
16,
4659,
2195,
13,
1216,
1860,
288,
565,
423,
322,
343,
3381,
3931,
273,
261,
50,
322,
343,
3381,
13,
2910,
18,
588,
1499,
2... |
list.clearSelection(); | list.setSelectedIndex(list.getModel().getSize() - 1); | protected AbstractBudgetFrame initActions(){ list.addListSelectionListener(new ListSelectionListener(){ public void valueChanged(ListSelectionEvent arg0) { if (!arg0.getValueIsAdjusting()){ if (editableTransaction.isChanged() && editableTransaction.getTransaction() != (Transaction) list.getSelectedVal... | 48285 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48285/9cb2c0ff9149c29aa86cfd420b2e252f8aae9c40/TransactionsFrame.java/buggy/src/org/homeunix/drummer/view/logic/TransactionsFrame.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
4115,
16124,
3219,
1208,
6100,
1435,
95,
202,
202,
1098,
18,
1289,
682,
6233,
2223,
12,
2704,
987,
6233,
2223,
1435,
95,
1082,
202,
482,
918,
460,
5033,
12,
682,
6233,
1133,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4115,
16124,
3219,
1208,
6100,
1435,
95,
202,
202,
1098,
18,
1289,
682,
6233,
2223,
12,
2704,
987,
6233,
2223,
1435,
95,
1082,
202,
482,
918,
460,
5033,
12,
682,
6233,
1133,
... |
argument = javaArgument.getValue(); | public static Object convertArgument(Object argument, Class parameterType) { if (argument instanceof JavaObject) { JavaObject javaArgument = (JavaObject) argument; if (javaArgument.isJavaNull()) { return null; } argument = javaArgument.getValue(); ... | 52337 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52337/206c7b0b7eb0c58d4a00f4aaa94c9013ad204adc/JavaUtil.java/clean/src/org/jruby/javasupport/JavaUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1033,
1765,
1379,
12,
921,
1237,
16,
1659,
28240,
13,
288,
3639,
309,
261,
3446,
1276,
5110,
921,
13,
288,
5411,
5110,
921,
2252,
1379,
273,
261,
5852,
921,
13,
1237,
31,
541... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1033,
1765,
1379,
12,
921,
1237,
16,
1659,
28240,
13,
288,
3639,
309,
261,
3446,
1276,
5110,
921,
13,
288,
5411,
5110,
921,
2252,
1379,
273,
261,
5852,
921,
13,
1237,
31,
541... | |
MillisDuration test = new MillisDuration(length); assertEquals(PeriodType.getPreciseAllType(), test.getPeriodType()); assertEquals(0, test.getYears()); assertEquals(0, test.getMonths()); assertEquals(0, test.getWeeks()); assertEquals(4, test.getDays()); assertEquals(5, test.getHours()); assertEquals(6, test.getMinutes(... | Duration test = new Duration(length); assertEquals(length, test.getMillis()); | public void testConstructor_long1() throws Throwable { long length = 4 * DateTimeConstants.MILLIS_PER_DAY + 5 * DateTimeConstants.MILLIS_PER_HOUR + 6 * DateTimeConstants.MILLIS_PER_MINUTE + 7 * DateTimeConstants.MILLIS_PER_SECOND + 8; MillisDuration test = ... | 52681 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52681/3f62b3a3ef59f954a14f09aeee97053618da1c74/TestDuration_Constructors.java/clean/JodaTime/src/test/org/joda/time/TestDuration_Constructors.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
6293,
67,
5748,
21,
1435,
1216,
4206,
288,
3639,
1525,
769,
273,
1059,
380,
3716,
2918,
18,
30816,
67,
3194,
67,
10339,
397,
7734,
1381,
380,
3716,
2918,
18,
30816,
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,
918,
1842,
6293,
67,
5748,
21,
1435,
1216,
4206,
288,
3639,
1525,
769,
273,
1059,
380,
3716,
2918,
18,
30816,
67,
3194,
67,
10339,
397,
7734,
1381,
380,
3716,
2918,
18,
30816,
67,
... |
public Object clone() throws CloneNotSupportedException { | public Object clone() { | public Object clone() throws CloneNotSupportedException { AtomParity clone = null; try { clone = (AtomParity)super.clone(); } catch (Exception e) { e.printStackTrace(System.err); } // clone Atom's clone.centralAtom = (Atom)centralAtom.clone(); ... | 46046 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46046/b9ce725c806d0d5ec8a14eb18a4b2f66906d8fb7/AtomParity.java/clean/src/org/openscience/cdk/AtomParity.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
3236,
1435,
288,
3639,
7149,
1553,
560,
3236,
273,
446,
31,
3639,
775,
288,
5411,
3236,
273,
261,
3641,
1553,
560,
13,
9565,
18,
14056,
5621,
3639,
289,
1044,
261,
503,
425,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3236,
1435,
288,
3639,
7149,
1553,
560,
3236,
273,
446,
31,
3639,
775,
288,
5411,
3236,
273,
261,
3641,
1553,
560,
13,
9565,
18,
14056,
5621,
3639,
289,
1044,
261,
503,
425,
... |
if (isRGB(currentId)) channels *= 3; | protected void initMetadata() { Hashtable ifd = ifds[0]; long data = 0; int idata = 0; double ddata = 0; //short sdata = 0; try { // -- Parse standard metadata -- // determine byte order boolean little = TiffTools.isLittleEndian(ifd); in.order(little); super.initMetadata(); ... | 55303 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55303/cf3d0b946955ab6d92fb07bd9b5a261f7c22ae12/ZeissLSMReader.java/clean/loci/formats/in/ZeissLSMReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1208,
2277,
1435,
288,
565,
18559,
309,
72,
273,
309,
2377,
63,
20,
15533,
565,
1525,
501,
273,
374,
31,
565,
509,
612,
396,
273,
374,
31,
565,
1645,
302,
892,
273,
374,
31... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1208,
2277,
1435,
288,
565,
18559,
309,
72,
273,
309,
2377,
63,
20,
15533,
565,
1525,
501,
273,
374,
31,
565,
509,
612,
396,
273,
374,
31,
565,
1645,
302,
892,
273,
374,
31... | |
private Preferences getNode(String name, int boardSize) | private Preferences getNode(String name, int boardSize, boolean create) | private Preferences getNode(String name, int boardSize) { Preferences prefs = Preferences.userNodeForPackage(m_class); String path = "/windows/" + name + "/size-" + boardSize; try { if (! prefs.nodeExists(path)) return null; } catch (BackingStor... | 48906 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48906/c5013cb06e2c39f3e4b1660ca9cbdfa9fca285d4/Session.java/clean/src/net/sf/gogui/gui/Session.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
28310,
5973,
12,
780,
508,
16,
509,
11094,
1225,
16,
1250,
752,
13,
565,
288,
3639,
28310,
15503,
273,
28310,
18,
1355,
907,
1290,
2261,
12,
81,
67,
1106,
1769,
3639,
514,
589,
27... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
28310,
5973,
12,
780,
508,
16,
509,
11094,
1225,
16,
1250,
752,
13,
565,
288,
3639,
28310,
15503,
273,
28310,
18,
1355,
907,
1290,
2261,
12,
81,
67,
1106,
1769,
3639,
514,
589,
27... |
ASTVariableDeclaratorId decl = (ASTVariableDeclaratorId) list.get(0); String name = decl.getImage(); String path = " " try { List nodes = node.findChildNodesWithXPath(path); if (nodes.size() == 1) { String method; if (nodes.get(0) instanceof ASTMethodDeclaration) { method = ((ASTMethodDeclarator) ((ASTMethodDeclaration... | ASTVariableDeclaratorId declaration = (ASTVariableDeclaratorId) list.get(0); List usages = declaration.getUsages(); SimpleNode decl = null; boolean violation = true; for (int ix = 0; ix < usages.size(); ix++) { NameOccurrence no = (NameOccurrence) usages.get(ix); SimpleNode location = no.getLocation(); SimpleNode meth... | public Object visit(ASTFieldDeclaration node, Object data) { if (node.isPrivate() && !node.isStatic()) { List list = node.findChildrenOfType(ASTVariableDeclaratorId.class); ASTVariableDeclaratorId decl = (ASTVariableDeclaratorId) list.get(0); String name = decl.getImage(); ... | 41673 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/41673/7f1359d2b8c388522e4979a96601a490e1802386/SingularField.java/clean/pmd/src/net/sourceforge/pmd/rules/SingularField.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
3757,
12,
9053,
974,
6094,
756,
16,
1033,
501,
13,
288,
3639,
309,
261,
2159,
18,
291,
6014,
1435,
597,
401,
2159,
18,
291,
5788,
10756,
288,
5411,
987,
666,
273,
756,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
3757,
12,
9053,
974,
6094,
756,
16,
1033,
501,
13,
288,
3639,
309,
261,
2159,
18,
291,
6014,
1435,
597,
401,
2159,
18,
291,
5788,
10756,
288,
5411,
987,
666,
273,
756,
18,
... |
private void loadLevelDialog(int ModuleCode, LinkedHashMap hash){ | private void loadLevelDialog(int ModuleCode, java.util.LinkedHashMap hash){ | private void loadLevelDialog(int ModuleCode, LinkedHashMap hash){ levelDialog lDialog = new levelDialog(this, true, ModuleCode, hash); lDialog.setVisible(true); } | 12667 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12667/2130d48aadc9b7f90ce3f9a2ecefb058e51599b6/sales_main.java/clean/src/imakante/sales/sales_main.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1262,
2355,
6353,
12,
474,
5924,
1085,
16,
2252,
18,
1367,
18,
13174,
8658,
1651,
15329,
3639,
1801,
6353,
328,
6353,
273,
394,
1801,
6353,
12,
2211,
16,
638,
16,
5924,
1085,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1262,
2355,
6353,
12,
474,
5924,
1085,
16,
2252,
18,
1367,
18,
13174,
8658,
1651,
15329,
3639,
1801,
6353,
328,
6353,
273,
394,
1801,
6353,
12,
2211,
16,
638,
16,
5924,
1085,
... |
Object[] listeners = fListeners.getListenerList(); ViewedStoreEvent event = null; for (int i = 0; i < listeners.length - 1; i += 2) { if (event == null) event = new ViewedStoreEvent(this, aFolder); ((ViewedStoreListener)listeners[i+1]).folderChanged(event); | Object[] listeners=fListeners.getListenerList(); ViewedStoreEvent event=null; for (int i=0; i<(listeners.length-1); i+=2) { if (event==null) { event=new ViewedStoreEvent(this, aFolder); } ((ViewedStoreListener) listeners[i+1]).folderChanged(event); } | void notifyFolderChanged(ViewedFolderBase aFolder) { Object[] listeners = fListeners.getListenerList(); ViewedStoreEvent event = null; for (int i = 0; i < listeners.length - 1; i += 2) { // Lazily create the event: if (event == null) event = new ViewedStoreEvent(this, aFolder); ((Viewed... | 47609 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47609/b13c667b376deb4a8f2c235ffd847b57616d23c4/ViewedStoreBase.java/buggy/grendel/sources/grendel/view/ViewedStoreBase.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
918,
5066,
3899,
5033,
12,
1767,
329,
3899,
2171,
279,
3899,
13,
288,
565,
1033,
8526,
4679,
273,
284,
5583,
18,
588,
2223,
682,
5621,
565,
4441,
329,
2257,
1133,
871,
273,
446,
31,
565... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
5066,
3899,
5033,
12,
1767,
329,
3899,
2171,
279,
3899,
13,
288,
565,
1033,
8526,
4679,
273,
284,
5583,
18,
588,
2223,
682,
5621,
565,
4441,
329,
2257,
1133,
871,
273,
446,
31,
565... |
private void setIPBDotProjectOwnerForKey( IPBDotProjectAdapter pbDotProjectAdapter, IResource resource) { | private void setIPBDotProjectOwnerForKey(IPBDotProjectAdapter pbDotProjectAdapter, IResource resource) { | private void setIPBDotProjectOwnerForKey( IPBDotProjectAdapter pbDotProjectAdapter, IResource resource) { affectedPBDotProjectOwner.put(this.key(resource), pbDotProjectAdapter); } | 47899 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47899/5644f6506a8f17f2b8311774090206457f13a78d/PBDotProjectBuilder.java/buggy/wolips/plugins/org.objectstyle.wolips.builder/java/org/objectstyle/wolips/builder/internal/PBDotProjectBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
444,
2579,
38,
10412,
4109,
5541,
19759,
12,
1082,
202,
2579,
38,
10412,
4109,
4216,
6386,
10412,
4109,
4216,
16,
467,
1420,
1058,
13,
288,
202,
202,
20119,
20724,
10412,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
444,
2579,
38,
10412,
4109,
5541,
19759,
12,
1082,
202,
2579,
38,
10412,
4109,
4216,
6386,
10412,
4109,
4216,
16,
467,
1420,
1058,
13,
288,
202,
202,
20119,
20724,
10412,
... |
PlatformUI.getWorkbench().getDisplay().syncExec(new Runnable(){ | PlatformUI.getWorkbench().getDisplay().syncExec(new Runnable() { | protected IStatus run(IProgressMonitor monitor) { try{ op.run(monitor); } catch (Exception e){ MylarPlugin.log(e, "Failed to submit bug"); return new Status(Status.ERROR, "org.eclipse.mylar.bugzilla.ui", Status.ERROR, "Failed to submit bug", e); } PlatformUI.getWorkbench().getDisplay().sy... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/175b3471b8f3ebe4611aa1721b1c96ed45badae8/ExistingBugEditor.java/clean/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/editor/ExistingBugEditor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
1117,
467,
1482,
1086,
12,
45,
5491,
7187,
6438,
13,
288,
9506,
202,
698,
95,
6862,
202,
556,
18,
2681,
12,
10259,
1769,
9506,
202,
97,
1044,
261,
503,
425,
15329,
6862,
202,
1206... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
1117,
467,
1482,
1086,
12,
45,
5491,
7187,
6438,
13,
288,
9506,
202,
698,
95,
6862,
202,
556,
18,
2681,
12,
10259,
1769,
9506,
202,
97,
1044,
261,
503,
425,
15329,
6862,
202,
1206... |
protected BuildResource(BuildDescription info, IPath location, IPath fullPath){ fLocation = location; fInfo = info; fFullPath = fullPath; if(fFullPath != null) fIsProjectRc = fFullPath.segment(0).equals(info.getProject().getName()); info.resourceCreated(this); if(DbgUtil.DEBUG) DbgUtil.traceln("resource " + location ... | protected BuildResource(BuildDescription info, IResource rc){ this(info, info.calcResourceLocation(rc), rc.getFullPath()); | protected BuildResource(BuildDescription info, IPath location, IPath fullPath){ fLocation = location; fInfo = info; fFullPath = fullPath; if(fFullPath != null) fIsProjectRc = fFullPath.segment(0).equals(info.getProject().getName()); info.resourceCreated(this); if(DbgUtil.DEBUG) DbgUtil.traceln("resource " ... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/315143d916847fc8ddd419ff5a7cf2833155c03a/BuildResource.java/buggy/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/buildmodel/BuildResource.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
3998,
1420,
12,
3116,
3291,
1123,
16,
467,
743,
2117,
16,
467,
743,
11225,
15329,
202,
202,
74,
2735,
273,
2117,
31,
202,
202,
74,
966,
273,
1123,
31,
202,
202,
74,
24173,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3998,
1420,
12,
3116,
3291,
1123,
16,
467,
743,
2117,
16,
467,
743,
11225,
15329,
202,
202,
74,
2735,
273,
2117,
31,
202,
202,
74,
966,
273,
1123,
31,
202,
202,
74,
24173,
... |
public void set(RubyObject value, String id, RubyObject data, RubyGlobalEntry entry) { Ruby ruby = entry.getRuby(); | public void set(Ruby ruby, RubyGlobalEntry entry, RubyObject value) { | public void set(RubyObject value, String id, RubyObject data, RubyGlobalEntry entry) { Ruby ruby = entry.getRuby(); int level = RubyFixnum.fix2int(value); if (level < ruby.getSafeLevel()) { throw new SecurityException("tried to downgrade level from " + ruby.getSaf... | 47984 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47984/4e4bb40b2eb2d38881d15ca8ef7cda4c34323793/RubyGlobal.java/clean/org/jruby/RubyGlobal.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
444,
12,
54,
10340,
921,
460,
16,
514,
612,
16,
19817,
921,
501,
16,
19817,
5160,
1622,
1241,
13,
288,
5411,
19817,
22155,
273,
1241,
18,
588,
54,
10340,
5621,
5411,
509,
180... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
444,
12,
54,
10340,
921,
460,
16,
514,
612,
16,
19817,
921,
501,
16,
19817,
5160,
1622,
1241,
13,
288,
5411,
19817,
22155,
273,
1241,
18,
588,
54,
10340,
5621,
5411,
509,
180... |
gridBagConstraints.insets = new java.awt.Insets(0, 3, 0, 3); | private void initComponents() {//GEN-BEGIN:initComponents java.awt.GridBagConstraints gridBagConstraints; jSplitPane1 = new javax.swing.JSplitPane(); jScrollPane1 = new javax.swing.JScrollPane(); navigatorTree = new javax.swing.JTree(); viewPanel = new javax.swing.JPanel(); ... | 10715 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10715/6efbacd1db2ffbdcc2e9e716bf59cbc6c3a00125/FindBugsFrame.java/buggy/findbugs/src/java/edu/umd/cs/findbugs/gui/FindBugsFrame.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1208,
7171,
1435,
288,
759,
16652,
17,
16061,
30,
2738,
7171,
3639,
2252,
18,
2219,
88,
18,
6313,
6852,
8747,
31,
3639,
525,
5521,
8485,
21,
273,
394,
6863,
18,
5328,
310,
18... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1208,
7171,
1435,
288,
759,
16652,
17,
16061,
30,
2738,
7171,
3639,
2252,
18,
2219,
88,
18,
6313,
6852,
8747,
31,
3639,
525,
5521,
8485,
21,
273,
394,
6863,
18,
5328,
310,
18... | |
allInOneAPI = new API(null); | TargetDescriptor target = new TargetDescriptor("http: CAPI allInOne = new CAPI(target); allInOneAPI = allInOne.getAPISpecification(); | protected void setUp() throws Exception { allInOneAPI = new API(null); } | 45757 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45757/a4b518815aede9cb29ea686d04ad6bad85b9d4d0/FunctionTests.java/buggy/src/tests/org/xins/tests/common/spec/FunctionTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
4750,
918,
24292,
1435,
282,
1216,
1185,
288,
1377,
5916,
3187,
1018,
273,
394,
5916,
3187,
2932,
2505,
30,
385,
2557,
777,
382,
3335,
273,
394,
385,
2557,
12,
3299,
1769,
777,
382,
3335,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
4750,
918,
24292,
1435,
282,
1216,
1185,
288,
1377,
5916,
3187,
1018,
273,
394,
5916,
3187,
2932,
2505,
30,
385,
2557,
777,
382,
3335,
273,
394,
385,
2557,
12,
3299,
1769,
777,
382,
3335,... |
return mod; | return mod; } return callCoerced("remainder", other); | public RubyNumeric remainder(RubyNumeric other) { RubyNumeric mod = modulo(other); final RubyNumeric zero = RubyFixnum.zero(getRuntime()); if (callMethod("<", zero).isTrue() && other.callMethod(">", zero).isTrue() || callMethod(">", zero).isTrue() && other.callMethod("<", zero).isTr... | 48072 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48072/803c66ee682936beecc8a43fe2cfc90fe5645b22/RubyNumeric.java/clean/src/org/jruby/RubyNumeric.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
9902,
10022,
12,
54,
10340,
9902,
1308,
13,
288,
3639,
19817,
9902,
681,
273,
26109,
12,
3011,
1769,
3639,
727,
19817,
9902,
3634,
273,
19817,
8585,
2107,
18,
7124,
12,
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,
377,
1071,
19817,
9902,
10022,
12,
54,
10340,
9902,
1308,
13,
288,
3639,
19817,
9902,
681,
273,
26109,
12,
3011,
1769,
3639,
727,
19817,
9902,
3634,
273,
19817,
8585,
2107,
18,
7124,
12,
588,
... |
public Extension(String extnID, boolean critical, byte[] extnValue) { | public Extension(String extnID, boolean critical, ExtensionValue extnValueObject) { | public Extension(String extnID, boolean critical, byte[] extnValue) { this.extnID_str = extnID; this.extnID = ObjectIdentifier.toIntArray(extnID); this.critical = critical; this.extnValue = extnValue; } | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/3944d1466d4288b10eb159fb29ea07391f18544b/Extension.java/buggy/modules/security/src/main/java/common/org/apache/harmony/security/x509/Extension.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
10021,
12,
780,
1110,
82,
734,
16,
1250,
11239,
16,
10021,
620,
1110,
82,
620,
921,
13,
288,
3639,
333,
18,
408,
82,
734,
67,
701,
273,
1110,
82,
734,
31,
3639,
333,
18,
408,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
10021,
12,
780,
1110,
82,
734,
16,
1250,
11239,
16,
10021,
620,
1110,
82,
620,
921,
13,
288,
3639,
333,
18,
408,
82,
734,
67,
701,
273,
1110,
82,
734,
31,
3639,
333,
18,
408,
... |
final XmlFile xmlFile = XmlUtil.findXmlFile(rootTag.getContainingFile(), schemaLocation.getValue()); | final XmlFile xmlFile = XmlUtil.findXmlFile(myTag.getContainingFile(), schemaLocation.getValue()); | private XmlAttributeDescriptorImpl getAttributeImpl(String localName, String namespace, Set<XmlTag> visited) { XmlDocument document = myFile.getDocument(); XmlTag rootTag = document.getRootTag(); if (rootTag == null) return null; XmlNSDescriptorImpl nsDescriptor = (XmlNSDescriptorImpl)rootTag.getNSDescrip... | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/79006a6382a22245a92d617926dfdb7c7f9c6738/XmlNSDescriptorImpl.java/clean/source/com/intellij/xml/impl/schema/XmlNSDescriptorImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
5714,
1499,
3187,
2828,
4061,
2828,
12,
780,
11927,
16,
514,
1981,
16,
1000,
32,
4432,
1805,
34,
9711,
13,
288,
565,
5714,
2519,
1668,
273,
3399,
812,
18,
588,
2519,
5621,
565,
57... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
5714,
1499,
3187,
2828,
4061,
2828,
12,
780,
11927,
16,
514,
1981,
16,
1000,
32,
4432,
1805,
34,
9711,
13,
288,
565,
5714,
2519,
1668,
273,
3399,
812,
18,
588,
2519,
5621,
565,
57... |
int rc = checkMipmapArgs( internalFormat, format, type ); if( rc != 0 ) { return( rc ); | int rc = checkMipmapArgs( internalFormat, format, type ); if( rc != 0 ) { return( rc ); } if( width < 1 ) { return( GLU.GLU_INVALID_VALUE ); } closestFit( gl, target, width, 1, internalFormat, format, type, widthPowerOf2, dummy ); levels = computeLog( widthPowerOf2[0] ); return( BuildMipmap.gluBuild1DMipmapLevelsCor... | public static int gluBuild1DMipmaps( GL gl, int target, int internalFormat, int width, int format, int type, ByteBuffer data ) { int[] widthPowerOf2 = new int[1]; int levels; int[] dummy = new int[1]; int rc = checkMipmapArgs( internalFormat, format, type ); if( rc != 0 ) { return... | 47702 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47702/001c92efeb2c3eaeee6238988875b0c92d12d155/Mipmap.java/clean/src/classes/com/sun/opengl/impl/mipmap/Mipmap.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
509,
5118,
89,
3116,
21,
16125,
625,
10711,
12,
10252,
5118,
16,
509,
1018,
16,
509,
2713,
1630,
16,
509,
1835,
16,
2868,
509,
740,
16,
509,
618,
16,
7400,
501,
262,
288,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
509,
5118,
89,
3116,
21,
16125,
625,
10711,
12,
10252,
5118,
16,
509,
1018,
16,
509,
2713,
1630,
16,
509,
1835,
16,
2868,
509,
740,
16,
509,
618,
16,
7400,
501,
262,
288,
5... |
System.arraycopy(super.toArray(), position, array, 0, len); | System.arraycopy(delegate.toArray(), position, array, 0, len); | public Object[] toArray() { int len = size(); Object[] array = new Object[len]; System.arraycopy(super.toArray(), position, array, 0, len); return array; } | 46217 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46217/d31a76ee29d5978a9bec41e3ac9134cee024bcab/DefaultPointer.java/clean/org/jruby/util/DefaultPointer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
8526,
4434,
1435,
288,
3639,
509,
562,
273,
963,
5621,
3639,
1033,
8526,
526,
273,
394,
1033,
63,
1897,
15533,
3639,
2332,
18,
1126,
3530,
12,
22216,
18,
31447,
9334,
1754,
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,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
8526,
4434,
1435,
288,
3639,
509,
562,
273,
963,
5621,
3639,
1033,
8526,
526,
273,
394,
1033,
63,
1897,
15533,
3639,
2332,
18,
1126,
3530,
12,
22216,
18,
31447,
9334,
1754,
16... |
userDao = new UserDao(); JdbcTemplate template = new DaoHelper().getJdbcTemplate(); | JdbcTemplate template = getJdbcTemplate(); | protected void setUp() throws Exception { userDao = new UserDao(); JdbcTemplate template = new DaoHelper().getJdbcTemplate(); template.execute("delete from user_role"); template.execute("delete from user"); } | 50215 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50215/70a424a8469fa9300f8ecc6896e2f71d9c1d6e82/UserDaoTestCase.java/buggy/subsonic-main/src/test/java/net/sourceforge/subsonic/dao/UserDaoTestCase.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
24292,
1435,
1216,
1185,
288,
3639,
729,
11412,
273,
394,
2177,
11412,
5621,
3639,
24209,
2283,
1542,
273,
394,
463,
6033,
2276,
7675,
588,
25316,
2283,
5621,
3639,
1542,
18,
883... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
24292,
1435,
1216,
1185,
288,
3639,
729,
11412,
273,
394,
2177,
11412,
5621,
3639,
24209,
2283,
1542,
273,
394,
463,
6033,
2276,
7675,
588,
25316,
2283,
5621,
3639,
1542,
18,
883... |
MojoHelperUtils.copyAsciiFile( mymojo, filterProperties, defaultInnoConfigurationFile, | MojoHelperUtils.copyAsciiFile( mymojo, filterProperties, projectInnoFile, | public void execute() throws MojoExecutionException, MojoFailureException { initializeFiltering(); // ------------------------------------------------------------------- // Step 1 & 4: do some error checking first for compiler and OS // ------------------------------------------------... | 10677 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10677/8877f5201914645567cd5fd1d8655a4631255063/InnoInstallerCommand.java/buggy/standalone/installers/plugin/src/main/java/org/apache/directory/server/standalone/installers/inno/InnoInstallerCommand.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1836,
1435,
1216,
18780,
16,
15931,
14389,
565,
288,
3639,
4046,
30115,
5621,
3639,
368,
8879,
413,
3639,
368,
8693,
404,
473,
1059,
30,
741,
2690,
555,
6728,
1122,
364,
5274,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1836,
1435,
1216,
18780,
16,
15931,
14389,
565,
288,
3639,
4046,
30115,
5621,
3639,
368,
8879,
413,
3639,
368,
8693,
404,
473,
1059,
30,
741,
2690,
555,
6728,
1122,
364,
5274,
... |
recalculateSubject(msgs[0]); | recalculateSubject(msgs.isEmpty() ? null : msgs.get(0)); | void decodeMetadata(String metadata) throws ServiceException { Metadata meta = null; boolean recalculate = true; // When a folder is deleted, DbMailItem.markDeletionTargets() // nulls out metadata for all affected conversations. if (metadata != null) { try { ... | 6965 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6965/1bdb2b478f9aa222e9547adccdf88927e95edb53/Conversation.java/buggy/ZimbraServer/src/java/com/zimbra/cs/mailbox/Conversation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
2495,
2277,
12,
780,
1982,
13,
1216,
16489,
288,
3639,
6912,
2191,
273,
446,
31,
3639,
1250,
26657,
273,
638,
31,
3639,
368,
5203,
279,
3009,
353,
4282,
16,
8408,
6759,
1180,
18,
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,
918,
2495,
2277,
12,
780,
1982,
13,
1216,
16489,
288,
3639,
6912,
2191,
273,
446,
31,
3639,
1250,
26657,
273,
638,
31,
3639,
368,
5203,
279,
3009,
353,
4282,
16,
8408,
6759,
1180,
18,
3... |
case Icode_VARDEC : { int slot = (iCode[pc] & 0xFF); | case Icode_VARDEC : | 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/7e1c77a9563bd356075d835a14a6970423738cc4/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... |
throw new ArgumentError(getRuntime(), "wrong number of arguments"); | throw getRuntime().newArgumentError("wrong number of arguments"); | public RubyFixnum seek(IRubyObject[] args) { if (args == null || args.length == 0) { throw new ArgumentError(getRuntime(), "wrong number of arguments"); } RubyFixnum offsetValue = (RubyFixnum) args[0]; long offset = RubyNumeric.fix2long(offsetValue); int type = ... | 45753 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45753/870e1da9b41bfdbae259e1fc5f18fc8b76686998/RubyIO.java/clean/src/org/jruby/RubyIO.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
8585,
2107,
6520,
12,
7937,
10340,
921,
8526,
833,
13,
288,
3639,
309,
261,
1968,
422,
446,
747,
833,
18,
2469,
422,
374,
13,
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,
19817,
8585,
2107,
6520,
12,
7937,
10340,
921,
8526,
833,
13,
288,
3639,
309,
261,
1968,
422,
446,
747,
833,
18,
2469,
422,
374,
13,
288,
5411,
604,
18814,
7675,
2704,
1379,
668,
... |
stringBuffer.append(TEXT_127); | stringBuffer.append(TEXT_132); | public String generate(Object argument) { final StringBuffer stringBuffer = new StringBuffer(); final GenEditorView genEditor = (GenEditorView) ((Object[]) argument)[0];final GenDiagram genDiagram = genEditor.getEditorGen().getDiagram();final ImportAssistant importManager = (ImportAssistant) ((Object[]) argume... | 7409 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7409/d0f2de3f37a520b7ed04e5e0d7a1b0a7ddc569d5/EditorGenerator.java/buggy/plugins/org.eclipse.gmf.codegen.lite/src-templates/org/eclipse/gmf/codegen/templates/lite/editor/EditorGenerator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
514,
2103,
12,
921,
1237,
13,
225,
288,
565,
727,
6674,
533,
1892,
273,
394,
6674,
5621,
565,
727,
10938,
6946,
1767,
3157,
6946,
273,
261,
7642,
6946,
1767,
13,
14015,
921,
63,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
514,
2103,
12,
921,
1237,
13,
225,
288,
565,
727,
6674,
533,
1892,
273,
394,
6674,
5621,
565,
727,
10938,
6946,
1767,
3157,
6946,
273,
261,
7642,
6946,
1767,
13,
14015,
921,
63,
5... |
digestVerifier.verifyDigest( sourcePom, targetPom, transaction, artifactReporter, configuration.reportOnly() ); if(wroteBridge) | digestVerifier.verifyDigest( sourcePom, targetPom, transaction, artifactReporter, configuration.reportOnly() ); if ( wroteBridge ) | private void rewriteArtifactsAndPoms( List artifacts, ArtifactRepository sourceRepo, ArtifactRepository targetRepo, RepositoryCleanerConfiguration configuration, File reportsBase, File sourceRepositoryBase, File targetRepositoryBase, Fi... | 11530 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11530/6e51d420ed174d20446e7387dab144f9c1a9eed0/RepositoryCleaner.java/buggy/sandbox/repoclean/src/main/java/org/apache/maven/tools/repoclean/RepositoryCleaner.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
10738,
16981,
1876,
52,
25390,
12,
987,
16259,
16,
14022,
3305,
1084,
8791,
16,
14022,
3305,
1018,
8791,
16,
29159,
6281,
7605,
264,
1750,
1664,
16,
1387,
10557,
2171,
16,
29159,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
10738,
16981,
1876,
52,
25390,
12,
987,
16259,
16,
14022,
3305,
1084,
8791,
16,
14022,
3305,
1018,
8791,
16,
29159,
6281,
7605,
264,
1750,
1664,
16,
1387,
10557,
2171,
16,
29159,... |
contextStack = new ContextBuffer(10, nestingLevel + 7); contextStack2 = new ContextBuffer(10, nestingLevel+7); stackTemp = new int[nestingLevel + 7]; | contextStack = new ContextBuffer(10, nestingLevel + 8); contextStack2 = new ContextBuffer(10, nestingLevel+8); stackTemp = new int[nestingLevel + 8]; | protected VTDNav( int RootIndex, int enc, boolean NS, int depth, IByteBuffer x, ILongBuffer vtd, ILongBuffer l1, ILongBuffer l2, IIntBuffer l3, int so, // start offset of the starting offset(in byte) int length) // lengnth of the XML document (in byte)) { // initialize all buffers if (l1 == null || l2 ... | 3680 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3680/1bad8c1d83b919fae0bd9aec660a928f1e761c8e/VTDNav.java/clean/com/ximpleware/VTDNav.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
22944,
8609,
842,
12,
202,
202,
474,
7450,
1016,
16,
202,
202,
474,
2446,
16,
202,
202,
6494,
11472,
16,
202,
202,
474,
3598,
16,
202,
202,
45,
12242,
619,
16,
202,
202,
26... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
22944,
8609,
842,
12,
202,
202,
474,
7450,
1016,
16,
202,
202,
474,
2446,
16,
202,
202,
6494,
11472,
16,
202,
202,
474,
3598,
16,
202,
202,
45,
12242,
619,
16,
202,
202,
26... |
"foo title" + getExpectedSuffix(), tables[0].getCellAsText(0, 0)); | "foo title" + getExpectedSuffix(), tables[0].getCellAsText(0, 0)); | public void doTest(String jspName) throws Exception { // test keep WebRequest request = new GetMethodWebRequest(jspName); TableProperties.setLocaleResolver(getResolver()); TableProperties.setResourceProvider(getI18nResourceProvider()); WebResponse response; try { ... | 7284 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7284/ea5857c4cef1cb29975e7fa24489265ce454d3f3/AbstractTitleKeyTest.java/buggy/displaytag/src/test/java/org/displaytag/properties/AbstractTitleKeyTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
741,
4709,
12,
780,
22535,
461,
13,
1216,
1185,
565,
288,
3639,
368,
1842,
3455,
3639,
2999,
691,
590,
273,
394,
968,
1305,
4079,
691,
12,
24926,
461,
1769,
3639,
3555,
2297,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
741,
4709,
12,
780,
22535,
461,
13,
1216,
1185,
565,
288,
3639,
368,
1842,
3455,
3639,
2999,
691,
590,
273,
394,
968,
1305,
4079,
691,
12,
24926,
461,
1769,
3639,
3555,
2297,
... |
((PaletteEditPart)getEditPartRegistry().get(getPaletteRoot())).saveState(memento); | PaletteEditPart base = (PaletteEditPart)getEditPartRegistry().get(getPaletteRoot()); if (base != null) base.saveState(memento); | public void saveState(IMemento memento) { ((PaletteEditPart)getEditPartRegistry().get(getPaletteRoot())).saveState(memento);} | 11225 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11225/0be3867896d10f5275cff737c94ea9df37f5f2af/PaletteViewer.java/buggy/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
1923,
1119,
12,
3445,
820,
83,
312,
820,
83,
13,
288,
202,
12443,
25863,
4666,
1988,
13,
588,
4666,
1988,
4243,
7675,
588,
12,
588,
25863,
2375,
10756,
2934,
5688,
1119,
12,
81,
8... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
1923,
1119,
12,
3445,
820,
83,
312,
820,
83,
13,
288,
202,
12443,
25863,
4666,
1988,
13,
588,
4666,
1988,
4243,
7675,
588,
12,
588,
25863,
2375,
10756,
2934,
5688,
1119,
12,
81,
8... |
startDaemons(); Event deleteEvent = element.createDeleteEvent(); | public void testOutagesClosedOnDelete(MockElement element) { startDaemons(); Event deleteEvent = element.createDeleteEvent(); // bring down so we create an outage in the outages table anticipateDown(element); element.bringDown(); verifyAnticipated(5000, fals... | 25465 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/25465/e3db1312e8cc2636034eb4d7b29db88850613e3b/PollerTest.java/buggy/opennms-services/src/test/java/org/opennms/netmgt/poller/PollerTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
1182,
1023,
7395,
1398,
2613,
12,
9865,
1046,
930,
13,
288,
7734,
787,
12858,
87,
5621,
7734,
2587,
1430,
1133,
273,
930,
18,
2640,
2613,
1133,
5621,
3639,
368,
5186,
310... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1182,
1023,
7395,
1398,
2613,
12,
9865,
1046,
930,
13,
288,
7734,
787,
12858,
87,
5621,
7734,
2587,
1430,
1133,
273,
930,
18,
2640,
2613,
1133,
5621,
3639,
368,
5186,
310... | |
return false; | return busy; | public boolean isBusy() { return false; } | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/03ddc73a6a262d8b170a7adfad6ccb1a3f6b8fc0/PartPane.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartPane.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
353,
29289,
1435,
288,
3639,
327,
21697,
31,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
353,
29289,
1435,
288,
3639,
327,
21697,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
if (!tokenizer.hasMoreTokens()) return true; | if (!tokenizer.hasMoreTokens()) { return true; } | private static boolean isCompatibleVersion(String vmVersion) { if (vmVersion == null) return false; StringTokenizer tokenizer = new StringTokenizer(vmVersion, " ._"); //$NON-NLS-1$ try { // make sure the running vm's major is >= the requirement if (!tokenizer.ha... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/e38d295ea613cf9f08aadb93a84a33d2e91abc5f/IDEApplication.java/clean/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
1250,
353,
14599,
1444,
12,
780,
4268,
1444,
13,
288,
3639,
309,
261,
3489,
1444,
422,
446,
13,
5411,
327,
629,
31,
3639,
16370,
10123,
273,
394,
16370,
12,
3489,
1444,
16,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
1250,
353,
14599,
1444,
12,
780,
4268,
1444,
13,
288,
3639,
309,
261,
3489,
1444,
422,
446,
13,
5411,
327,
629,
31,
3639,
16370,
10123,
273,
394,
16370,
12,
3489,
1444,
16,
3... |
if (fi.traceNode.getPrevious().isInputTrace()) | if (fi.traceNode.getPrevious() != null && fi.traceNode.getPrevious().isInputTrace()) | public static boolean testDC(FilterInfo fi) { FilterContent filter = fi.filter; //runs some tests to see if we can //generate code direct commmunication code if (fi.traceNode.getPrevious().isInputTrace()) return false; if (KjcOptions.ratematch) return false; if (fi.isTwoStage()) return false; if (... | 5955 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5955/c1c639cb6875d67c4cf58c6a7300039ca852b536/DirectCommunication.java/clean/streams/src/at/dms/kjc/spacetime/DirectCommunication.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1250,
1842,
5528,
12,
1586,
966,
7314,
13,
377,
288,
202,
1586,
1350,
1034,
273,
7314,
18,
2188,
31,
202,
202,
759,
20152,
2690,
7434,
358,
2621,
309,
732,
848,
225,
202,
759... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1250,
1842,
5528,
12,
1586,
966,
7314,
13,
377,
288,
202,
1586,
1350,
1034,
273,
7314,
18,
2188,
31,
202,
202,
759,
20152,
2690,
7434,
358,
2621,
309,
732,
848,
225,
202,
759... |
DebugLog.log("COMMIT: saving new vurl for " + reposPath); | protected void endElement(DAVElement parent, DAVElement element, StringBuffer cdata) throws SVNException { if (element == DAVElement.HREF) { if (parent == RESPONSE) { myRepositoryPath = cdata.toString(); myRepositoryPath = PathUtil.decode(myRepositoryPath); ... | 2776 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2776/48b673a4eeae723c90a2ec8a9e48e886212b2109/DAVMergeHandler.java/clean/javasvn/src/org/tmatesoft/svn/core/internal/io/dav/handlers/DAVMergeHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
14840,
12,
17735,
1046,
982,
16,
463,
5856,
1046,
930,
16,
225,
6674,
20712,
13,
1216,
29537,
50,
503,
288,
3639,
309,
261,
2956,
422,
463,
5856,
1046,
18,
44,
10771,
13,
288... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
14840,
12,
17735,
1046,
982,
16,
463,
5856,
1046,
930,
16,
225,
6674,
20712,
13,
1216,
29537,
50,
503,
288,
3639,
309,
261,
2956,
422,
463,
5856,
1046,
18,
44,
10771,
13,
288... | |
actionService.setContext(new ActionContext(new StructuredSelection(commonViewer.getInput()))); | actionService.setContext(new ActionContext(new StructuredSelection(commonViewer.getInput()))); | private void init() { CommonViewer commonViewer = commonNavigator.getCommonViewer(); commonViewer.addSelectionChangedListener(this); updateStatusBar(commonViewer.getSelection()); ICommonViewerSite commonViewerSite = CommonViewerSiteFactory .createCommonViewerSite(commonNavigator.getViewSite()); actionService =... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/c4f4470160b61fe22b2c747354aa75c67ab47458/CommonNavigatorManager.java/buggy/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CommonNavigatorManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1208,
1435,
288,
202,
202,
6517,
18415,
2975,
18415,
273,
2975,
22817,
18,
588,
6517,
18415,
5621,
202,
202,
6054,
18415,
18,
1289,
6233,
5033,
2223,
12,
2211,
1769,
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,
1208,
1435,
288,
202,
202,
6517,
18415,
2975,
18415,
273,
2975,
22817,
18,
588,
6517,
18415,
5621,
202,
202,
6054,
18415,
18,
1289,
6233,
5033,
2223,
12,
2211,
1769,
202,
... |
((Axis) ((ChartWithAxes) currentChart).getAxes().get(0)).getSeriesDefinitions().add( ((ChartWithoutAxes) helperModel).getSeriesDefinitions().get(0)); | ( (Axis) ( (ChartWithAxes) currentChart ).getAxes( ).get( 0 ) ).getSeriesDefinitions( ) .add( ( (ChartWithoutAxes) helperModel ).getSeriesDefinitions( ) .get( 0 ) ); | private Chart getConvertedChart(Chart currentChart, String sNewSubType, Orientation newOrientation, String sNewDimension) { Chart helperModel = (Chart) EcoreUtil.copy(currentChart); if ((currentChart instanceof ChartWithAxes)) // Chart is ChartWithAxes { if (currentChart.ge... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/349f24e6a8f8484f0f1f1af682b4952337cac402/StockChart.java/clean/chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/StockChart.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
14804,
336,
22063,
7984,
12,
7984,
783,
7984,
16,
514,
272,
1908,
30511,
16,
531,
12556,
394,
14097,
16,
3639,
514,
272,
1908,
8611,
13,
565,
288,
3639,
14804,
4222,
1488,
273,
261,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
14804,
336,
22063,
7984,
12,
7984,
783,
7984,
16,
514,
272,
1908,
30511,
16,
531,
12556,
394,
14097,
16,
3639,
514,
272,
1908,
8611,
13,
565,
288,
3639,
14804,
4222,
1488,
273,
261,... |
countList[obligation.getId()] = count - 1; | countList[obligation.getId()] = (short)(count - 1); | public void remove(Obligation obligation) throws NonexistentObligationException { int count = countList[obligation.getId()]; if (count <= 0) throw new NonexistentObligationException(obligation); invalidate(); countList[obligation.getId()] = count - 1; } | 7352 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7352/1f43aa5deb3a2480f9031acc585006a989e231e4/ObligationSet.java/buggy/findbugs/src/java/edu/umd/cs/findbugs/ba/obl/ObligationSet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1206,
12,
51,
31627,
367,
320,
31627,
367,
13,
1216,
3858,
19041,
51,
31627,
29304,
288,
202,
202,
474,
1056,
273,
1056,
682,
63,
947,
80,
360,
367,
18,
26321,
1435,
1553... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1206,
12,
51,
31627,
367,
320,
31627,
367,
13,
1216,
3858,
19041,
51,
31627,
29304,
288,
202,
202,
474,
1056,
273,
1056,
682,
63,
947,
80,
360,
367,
18,
26321,
1435,
1553... |
final Object continuationIndentationForArrayInitializerOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_CONTINUATION_INDENTATION_FOR_ARRAY_INITIALIZER); if (continuationIndentationForArrayInitializerOption != null) { try { this.continuation_indentation_for_array_initializer = Integer.parseInt((String) cont... | public void set(Map settings) { final Object alignmentForArgumentsInAllocationExpressionOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ALLOCATION_EXPRESSION); if (alignmentForArgumentsInAllocationExpressionOption != null) { try { this.alignment_for_arguments_in_allocati... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/12f3dd59c579048e11942c9768bb3f6c6a45e156/DefaultCodeFormatterOptions.java/buggy/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/formatter/DefaultCodeFormatterOptions.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
444,
12,
863,
1947,
13,
288,
202,
202,
6385,
1033,
8710,
1290,
4628,
382,
17353,
2300,
1895,
273,
1947,
18,
588,
12,
1868,
1085,
5074,
2918,
18,
7254,
2560,
67,
26439,
32... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
444,
12,
863,
1947,
13,
288,
202,
202,
6385,
1033,
8710,
1290,
4628,
382,
17353,
2300,
1895,
273,
1947,
18,
588,
12,
1868,
1085,
5074,
2918,
18,
7254,
2560,
67,
26439,
32... | |
case 80: case 81: | case 84: case 85: | public final void functionCall() throws RecognitionException, TokenStreamException { returnAST = null; ASTPair currentAST = new ASTPair(); AST functionCall_AST = null; AST params_AST = null; String fnName= null; fnName=qName(); astFactory.addASTChild(currentAST, returnAST); match(LPAREN); if ( inputState.... | 2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/542794bb5fd4ba67897c2c2677f4f663483ba69d/XPathParser2.java/clean/src/org/exist/parser/XPathParser2.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
445,
1477,
1435,
1216,
9539,
16,
3155,
1228,
503,
288,
9506,
202,
2463,
9053,
273,
446,
31,
202,
202,
9053,
4154,
783,
9053,
273,
394,
9183,
4154,
5621,
202,
202,
90... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
445,
1477,
1435,
1216,
9539,
16,
3155,
1228,
503,
288,
9506,
202,
2463,
9053,
273,
446,
31,
202,
202,
9053,
4154,
783,
9053,
273,
394,
9183,
4154,
5621,
202,
202,
90... |
public void calcMinMaxWidth(LayoutContext c, boolean trimLeadingSpace) { | public void calcMinMaxWidth(LayoutContext c, int cbWidth, boolean trimLeadingSpace) { | public void calcMinMaxWidth(LayoutContext c, boolean trimLeadingSpace) { if (! _minMaxCalculated) { IdentValue whitespace = getStyle().getWhitespace(); if (whitespace == IdentValue.NOWRAP) { _minWidth = _maxWidth = getTextWidth(c, getText(trimLeadingSpace)); } ... | 52947 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52947/22376c911b09dd63eb673017cfbe886a9115b5be/InlineBox.java/buggy/src/java/org/xhtmlrenderer/render/InlineBox.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
7029,
17454,
2384,
12,
3744,
1042,
276,
16,
509,
2875,
2384,
16,
1250,
2209,
19112,
3819,
13,
288,
3639,
309,
16051,
389,
1154,
2747,
4844,
690,
13,
288,
5411,
13128,
620,
7983... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7029,
17454,
2384,
12,
3744,
1042,
276,
16,
509,
2875,
2384,
16,
1250,
2209,
19112,
3819,
13,
288,
3639,
309,
16051,
389,
1154,
2747,
4844,
690,
13,
288,
5411,
13128,
620,
7983... |
log("old command. resending OK"); | log("old cmd. resending OK"); | private void handlePacket() { Command cmd = getCommand(); boolean seq = getSeq(); boolean ack = getAck(); if (m_status == STATUS_WAIT_OK) { if (cmd.m_cmd == Command.OK) { if (ack != m_myLastSeq) { log("seque... | 48906 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48906/bb0deb0c90210a04884175b52f053c8b18899589/Gmp.java/buggy/src/gmp/Gmp.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1640,
6667,
1435,
565,
288,
3639,
3498,
1797,
273,
12856,
5621,
3639,
1250,
3833,
273,
1322,
11253,
5621,
3639,
1250,
8479,
273,
4506,
363,
5621,
3639,
309,
261,
81,
67,
2327,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1640,
6667,
1435,
565,
288,
3639,
3498,
1797,
273,
12856,
5621,
3639,
1250,
3833,
273,
1322,
11253,
5621,
3639,
1250,
8479,
273,
4506,
363,
5621,
3639,
309,
261,
81,
67,
2327,
... |
this.mainPanel.add(responseScrollPane, BorderLayout.CENTER); | public AuthorizationResponseDialog(MainFrame mainFrame, Contact contact, AuthorizationResponse response) { super(mainFrame); this.setModal(false); this.setTitle(title); titleLabel.setHorizontalAlignment(JLabel.CENTER); titleLabel.setFont(Constant... | 27035 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/27035/f5fb7c6a12a6ead29f6f459cf3eea560ff728926/AuthorizationResponseDialog.java/buggy/src/net/java/sip/communicator/impl/gui/main/authorization/AuthorizationResponseDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
10234,
1064,
6353,
12,
6376,
3219,
2774,
3219,
16,
13329,
5388,
16,
5411,
10234,
1064,
766,
13,
288,
3639,
2240,
12,
5254,
3219,
1769,
7734,
333,
18,
542,
20191,
12,
5743,
1769,
773... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
10234,
1064,
6353,
12,
6376,
3219,
2774,
3219,
16,
13329,
5388,
16,
5411,
10234,
1064,
766,
13,
288,
3639,
2240,
12,
5254,
3219,
1769,
7734,
333,
18,
542,
20191,
12,
5743,
1769,
773... | |
if (provider.isFolder(child)) | if (provider.isFolder(child)) { | private boolean collectProjectFilesFromProvider(Collection files, ILeveledImportStructureProvider provider, Object entry, int level, IProgressMonitor monitor) { if (monitor.isCanceled()) return false; monitor.subTask(NLS.bind( DataTransferMessages.WizardProjectsImportPage_CheckingMessage, provider.getLab... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/e38d295ea613cf9f08aadb93a84a33d2e91abc5f/WizardProjectsImportPage.java/clean/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
1250,
3274,
4109,
2697,
1265,
2249,
12,
2532,
1390,
16,
1082,
202,
45,
2355,
329,
5010,
6999,
2249,
2893,
16,
1033,
1241,
16,
509,
1801,
16,
1082,
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,
225,
202,
1152,
1250,
3274,
4109,
2697,
1265,
2249,
12,
2532,
1390,
16,
1082,
202,
45,
2355,
329,
5010,
6999,
2249,
2893,
16,
1033,
1241,
16,
509,
1801,
16,
1082,
202,
45,
5491,
7187,
6438,
... |
_log.debug("New message received: " + msg); | _log.debug("New message received: [" + msg + "]"); | public void handle() { String msg, domain, opcode; boolean canContinue = false; ByteArrayOutputStream buf = new ByteArrayOutputStream(IN_BUFSIZE); StringTokenizer tok; Properties props; this.thread.setName("SAMv1Handler"); _log.debug("SAM handling started"); t... | 27493 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/27493/7a0236ad29f82f357a5d627291ef33b972540932/SAMv1Handler.java/clean/apps/sam/java/src/net/i2p/sam/SAMv1Handler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1640,
1435,
288,
3639,
514,
1234,
16,
2461,
16,
11396,
31,
3639,
1250,
848,
12378,
273,
629,
31,
3639,
11559,
1681,
273,
394,
11559,
12,
706,
67,
3000,
42,
4574,
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,
1640,
1435,
288,
3639,
514,
1234,
16,
2461,
16,
11396,
31,
3639,
1250,
848,
12378,
273,
629,
31,
3639,
11559,
1681,
273,
394,
11559,
12,
706,
67,
3000,
42,
4574,
1769,
3639,
... |
IScriptExpression n_expr, FilterPassController filterPassController ) | IScriptExpression n_expr, FilterPassController filterPassController, IExecutorHelper helper ) | public static NEvaluator newInstance( int operator, IScriptExpression op_expr, IScriptExpression n_expr, FilterPassController filterPassController ) throws DataException { NEvaluator instance = null; switch ( operator ) { case IConditionalExpression.OP_TOP_N : instance = new TopNEvaluator(); instance.... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/bc30645dcde6329911aefabdae3765e33bd95d0e/NEvaluator.java/buggy/data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/NEvaluator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
423,
15876,
5984,
12,
509,
3726,
16,
467,
3651,
2300,
1061,
67,
8638,
16,
1875,
202,
45,
3651,
2300,
290,
67,
8638,
16,
4008,
6433,
2933,
1034,
6433,
2933,
225,
262,
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,
423,
15876,
5984,
12,
509,
3726,
16,
467,
3651,
2300,
1061,
67,
8638,
16,
1875,
202,
45,
3651,
2300,
290,
67,
8638,
16,
4008,
6433,
2933,
1034,
6433,
2933,
225,
262,
202,... |
throw new UnexpectedCharacterException( getStartLine(), getStartColumn()+1, c, new char[] { '=' } ); | token = Token.patternRegex( getStartLine(), getStartColumn() ); | public Token nextToken() throws IOException, LexerException { Token token = null; OUTER_LOOP: while ( token == null ) { char c = la(); ROOT_SWITCH: switch ( c ) { case ( CharStream.EOS ): { ... | 6462 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6462/891443950f9204379a5b265a373fd18584a6a921/Lexer.java/clean/src/main/org/codehaus/groovy/syntax/lexer/Lexer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3155,
9617,
1435,
3639,
1216,
1860,
16,
14234,
503,
565,
288,
3639,
3155,
1147,
273,
446,
31,
1377,
28759,
67,
28677,
30,
3639,
1323,
261,
1147,
422,
446,
262,
3639,
288,
5411,
1149... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3155,
9617,
1435,
3639,
1216,
1860,
16,
14234,
503,
565,
288,
3639,
3155,
1147,
273,
446,
31,
1377,
28759,
67,
28677,
30,
3639,
1323,
261,
1147,
422,
446,
262,
3639,
288,
5411,
1149... |
try { idr = PluginSettings.instance( ).getDevice( "dv.SVG" ); } catch ( ChartException ex ) { ex.printStackTrace( ); } | cm = InteractivityCharts.createHSChart( ); | SvgInteractivityViewer( Composite parent, int style ) { super( parent, style ); contextMap = new HashMap( ); PluginSettings.instance( ).registerDevice( "dv.SVG", //$NON-NLS-1$ "org.eclipse.birt.chart.device.svg.SVGRendererImpl" ); //$NON-NLS-1$ try { idr = PluginSettings.instance( ).getDevice( "dv.SVG" ); //... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/489a6d48e97358a932ca4a2a1334696c340585ac/SvgInteractivityViewer.java/clean/chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/interactivity/SvgInteractivityViewer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
55,
20105,
2465,
9653,
18415,
12,
14728,
982,
16,
509,
2154,
262,
202,
95,
202,
202,
9565,
12,
982,
16,
2154,
11272,
202,
202,
2472,
863,
273,
394,
4317,
12,
11272,
202,
202,
3773,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
55,
20105,
2465,
9653,
18415,
12,
14728,
982,
16,
509,
2154,
262,
202,
95,
202,
202,
9565,
12,
982,
16,
2154,
11272,
202,
202,
2472,
863,
273,
394,
4317,
12,
11272,
202,
202,
3773,... |
return; | return; | public void run() { WorkbenchPage page = (WorkbenchPage)workbench.getActiveWorkbenchWindow().getActivePage(); if (page == null) return; page.setEditorAreaVisible(true); // see if we already have a welcome editor IEditorPart[] editors = page.getEditors(); for (int i = 0; i < editors.length; i++){ if (editors[i] instan... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/16eec34d596d51bb250532ce730c2c12f568c93d/QuickStartAction.java/buggy/bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/QuickStartAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
1086,
1435,
288,
202,
2421,
22144,
1964,
1363,
273,
261,
2421,
22144,
1964,
13,
1252,
22144,
18,
588,
3896,
2421,
22144,
3829,
7675,
588,
3896,
1964,
5621,
202,
430,
261,
2433,
422,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
1086,
1435,
288,
202,
2421,
22144,
1964,
1363,
273,
261,
2421,
22144,
1964,
13,
1252,
22144,
18,
588,
3896,
2421,
22144,
3829,
7675,
588,
3896,
1964,
5621,
202,
430,
261,
2433,
422,
... |
public void jobExecutionVetoed(JobExecutionContext context); | void jobExecutionVetoed(JobExecutionContext context); | public void jobExecutionVetoed(JobExecutionContext context); | 55677 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55677/cf7f5f77ce5bb6364145230d302b86f1cdadea88/JobListener.java/clean/src/java/org/quartz/JobListener.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1719,
3210,
58,
11453,
329,
12,
31498,
1042,
819,
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,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1719,
3210,
58,
11453,
329,
12,
31498,
1042,
819,
1769,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
.addAttribute("name","two") | .addAttribute("label","two") | public void testVarTableLoad_2_3() { String[] args = {"CV", "Name"}; VariableTableModel t = new VariableTableModel(null, args, new CvTableModel(null)); // create a JDOM tree with just some elements Element root = new Element("decoder-config"); Document doc = new Document(root); doc.setDocType(new DocType("deco... | 2652 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2652/501123ba97c6bc0ed235f4099a3ce77a13f3fcd3/VariableTableModelTest.java/clean/tests/jmrit/symbolicprog/VariableTableModelTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
1537,
1388,
2563,
67,
22,
67,
23,
1435,
288,
202,
202,
780,
8526,
833,
273,
12528,
22007,
3113,
315,
461,
6,
20451,
202,
202,
3092,
1388,
1488,
268,
273,
394,
7110,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1537,
1388,
2563,
67,
22,
67,
23,
1435,
288,
202,
202,
780,
8526,
833,
273,
12528,
22007,
3113,
315,
461,
6,
20451,
202,
202,
3092,
1388,
1488,
268,
273,
394,
7110,... |
public Object finalize(Object obj, int numRowsCombined) | public Vector finalize(Vector row) | public Object finalize(Object obj, int numRowsCombined) { return obj; } | 7169 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7169/539e09b68d279ffe7954d818fb0778d0776ded60/QueryGenerator.java/buggy/uiframework/src/mil/darpa/log/alpine/blackjack/assessui/client/QueryGenerator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
5589,
12409,
12,
5018,
1027,
13,
3639,
288,
5411,
327,
1081,
31,
3639,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
5589,
12409,
12,
5018,
1027,
13,
3639,
288,
5411,
327,
1081,
31,
3639,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
verifyEquals("*'yes'*", selenium.getPrompt()); verifyEquals("Dummy Page", selenium.getTitle()); | verifyEquals("*'yes'*", selenium.getPrompt()); verifyEquals("Dummy Page", selenium.getTitle()); | public void test() throws Throwable { selenium.setContext("Test Prompting Verifification", "info"); /* Test verify Prompting */ // open|./tests/html/test_prompt.html| selenium.open("./tests/html/test_prompt.html"); // answerOnNextPrompt|no| selenium.answerOnNextPrompt("no"); // click|promptAndLeave... | 4718 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4718/15660ffa40e3fe9cdf6de2752e79d93831571a27/TestPrompting.java/buggy/clients/java/src/test/java/com/thoughtworks/selenium/generated/TestPrompting.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
918,
1842,
1435,
1216,
4206,
288,
202,
202,
1786,
17327,
18,
542,
1042,
2932,
4709,
28360,
310,
6160,
430,
1480,
3113,
315,
1376,
8863,
225,
1748,
7766,
3929,
28360,
310,
4202,
1195,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
918,
1842,
1435,
1216,
4206,
288,
202,
202,
1786,
17327,
18,
542,
1042,
2932,
4709,
28360,
310,
6160,
430,
1480,
3113,
315,
1376,
8863,
225,
1748,
7766,
3929,
28360,
310,
4202,
1195,
... |
Document eventDocument = Dom4jUtils.createDocument(requestDocument.getRootElement().element(new QName("event", XFormsConstants.XXFORMS_NAMESPACE))); | Document eventDocument = Dom4jUtils.createDocument(requestDocument.getRootElement().element(XFormsConstants.XXFORMS_EVENT_QNAME)); | public ProcessorOutput createOutput(String name) { ProcessorOutput output = new ProcessorImpl.CacheableTransformerOutputImpl(getClass(), name) { public void readImpl(final PipelineContext pipelineContext, ContentHandler contentHandler) { // Extract information from request ... | 54445 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54445/ab51a9b1db56c7cc726ea1a397a8d236e39b9aa7/XFormsServer.java/clean/src/java/org/orbeon/oxf/xforms/XFormsServer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15476,
1447,
752,
1447,
12,
780,
508,
13,
288,
3639,
15476,
1447,
876,
273,
394,
15476,
2828,
18,
1649,
429,
8319,
1447,
2828,
12,
588,
797,
9334,
508,
13,
288,
5411,
1071,
918,
8... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15476,
1447,
752,
1447,
12,
780,
508,
13,
288,
3639,
15476,
1447,
876,
273,
394,
15476,
2828,
18,
1649,
429,
8319,
1447,
2828,
12,
588,
797,
9334,
508,
13,
288,
5411,
1071,
918,
8... |
if (m_classIsNominal) { if (t == inst.classValue()) | if (m_classIsNominal) { if (t == inst.classValue()) { | private double estimateAccuracy(BitSet feature_set, int num_atts) throws Exception { int i; Instances newInstances; int [] fs = new int [num_atts]; double acc = 0.0; double [][] evalArray; double [] instA = new double [num_atts]; int classI = m_theInstances.classIndex(); int index = 0;... | 48918 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48918/cda0e11a5a37e91d026594d506cc5433742c7b77/DecisionTable.java/buggy/weka/classifiers/DecisionTable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
1645,
11108,
37,
10988,
12,
5775,
694,
2572,
67,
542,
16,
509,
818,
67,
270,
3428,
13,
565,
1216,
1185,
225,
288,
565,
509,
277,
31,
565,
18357,
394,
5361,
31,
565,
509,
5378,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
1645,
11108,
37,
10988,
12,
5775,
694,
2572,
67,
542,
16,
509,
818,
67,
270,
3428,
13,
565,
1216,
1185,
225,
288,
565,
509,
277,
31,
565,
18357,
394,
5361,
31,
565,
509,
5378,
2... |
stripString(new String(temp, pt, len))); | DataTools.stripString(new String(temp, pt, len))); | protected void initMetadata() { for (int i=0; i<headerIFDs.length; i++) { byte[] temp = (byte[]) headerIFDs[i].get(new Integer(10)); if (temp != null) { // the series data // ID_SERIES metadata.put("Version", new Integer(DataTools.bytesToInt(temp, 0, 4, littleEndian))); me... | 11426 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11426/91859a26506b8a1d312b398da2c3ecd94e02fa60/LeicaReader.java/buggy/loci/formats/LeicaReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1208,
2277,
1435,
288,
282,
364,
261,
474,
277,
33,
20,
31,
277,
32,
3374,
5501,
22831,
18,
2469,
31,
277,
27245,
288,
377,
1160,
8526,
1906,
273,
261,
7229,
63,
5717,
1446,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1208,
2277,
1435,
288,
282,
364,
261,
474,
277,
33,
20,
31,
277,
32,
3374,
5501,
22831,
18,
2469,
31,
277,
27245,
288,
377,
1160,
8526,
1906,
273,
261,
7229,
63,
5717,
1446,
... |
char ch[] = s.toCharArray (); pushCharArray (ename, ch, 0, ch.length); | char[] ch = s.toCharArray(); pushCharArray(ename, ch, 0, ch.length); | private void pushString (String ename, String s) throws SAXException { char ch[] = s.toCharArray (); pushCharArray (ename, ch, 0, ch.length); } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/24330cfb4cc445da21a71a819ce54efe764fab6e/XmlParser.java/buggy/core/src/classpath/gnu/gnu/xml/aelfred2/XmlParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1817,
780,
261,
780,
570,
339,
16,
514,
272,
13,
565,
1216,
14366,
565,
288,
202,
3001,
462,
8526,
273,
272,
18,
869,
15936,
261,
1769,
202,
6206,
15936,
261,
1069,
16,
462,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1817,
780,
261,
780,
570,
339,
16,
514,
272,
13,
565,
1216,
14366,
565,
288,
202,
3001,
462,
8526,
273,
272,
18,
869,
15936,
261,
1769,
202,
6206,
15936,
261,
1069,
16,
462,
... |
(Symbol[])params.toArray(new Symbol[params.size()]), parser.ctype); | (Symbol[])params.toArray(new Symbol[params.size()]), parser.ctype); | protected Type parseConstrField() { try { nextToken(); //System.out.println("+++ constr " + token); if ("(".equals(token)) { int i = 0; Vector params = new Vector(); do { nextT... | 48012 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48012/9d78319bec36655b637d816d6b7278fafc45bf48/AttributeParser.java/buggy/sources/scalac/symtab/classfile/AttributeParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
4750,
1412,
1109,
442,
701,
974,
1435,
288,
5411,
775,
288,
7734,
9617,
5621,
7734,
368,
3163,
18,
659,
18,
8222,
2932,
9904,
15,
14472,
315,
397,
1147,
1769,
7734,
309,
7566,
2932,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
4750,
1412,
1109,
442,
701,
974,
1435,
288,
5411,
775,
288,
7734,
9617,
5621,
7734,
368,
3163,
18,
659,
18,
8222,
2932,
9904,
15,
14472,
315,
397,
1147,
1769,
7734,
309,
7566,
2932,
18,
... |
jobConf_.set("stream.map.streamprocessor", mapCmd_); | jobConf_.set("stream.map.streamprocessor", URLEncoder.encode(mapCmd_, "UTF-8")); | protected void setJobConf() throws IOException { msg("hadoopAliasConf_ = " + hadoopAliasConf_); config_ = new Configuration(); if (!cluster_.equals("default")) { config_.addFinalResource(new Path(getHadoopAliasConfFile())); } else { // use only defaults: hadoop-default.xml and hadoop-site.xml ... | 49248 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49248/96036392380ce3857a126419ebc8d065e656d033/StreamJob.java/clean/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
444,
2278,
3976,
1435,
1216,
1860,
288,
565,
1234,
2932,
76,
12460,
2936,
3976,
67,
273,
315,
397,
22840,
2936,
3976,
67,
1769,
565,
642,
67,
273,
394,
4659,
5621,
565,
309,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
444,
2278,
3976,
1435,
1216,
1860,
288,
565,
1234,
2932,
76,
12460,
2936,
3976,
67,
273,
315,
397,
22840,
2936,
3976,
67,
1769,
565,
642,
67,
273,
394,
4659,
5621,
565,
309,
... |
FileUtils.renameFile( incompleteFile, destFile ); | getIncompleteDownloadFile().renameFile(destFile); | public synchronized void moveToDestinationFile() { if ( isFileCompletedMoved() ) {// somebody else did it already before me... return; } // this is an assertion... go crazy if fails... if ( memoryFile.getMissingLength() > 0 && status == STATUS_FILE_COMPLETED) ... | 52996 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52996/d8e5cb2100233aa171469f4688b49d117adcba39/SWDownloadFile.java/clean/src/phex/download/swarming/SWDownloadFile.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3852,
918,
13863,
5683,
812,
1435,
565,
288,
3639,
309,
261,
11655,
9556,
25317,
1435,
262,
3639,
288,
759,
2690,
3432,
469,
5061,
518,
1818,
1865,
1791,
2777,
5411,
327,
31,
3639,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3852,
918,
13863,
5683,
812,
1435,
565,
288,
3639,
309,
261,
11655,
9556,
25317,
1435,
262,
3639,
288,
759,
2690,
3432,
469,
5061,
518,
1818,
1865,
1791,
2777,
5411,
327,
31,
3639,
... |
ScalarParameterHandle.BOUND_DATA_COLUMNS_PROP ); | IScalarParameterModel.BOUND_DATA_COLUMNS_PROP ); | protected void dealScalarParameter( ScalarParameter element, Module module ) { super.dealScalarParameter( element, module ); List columnBindings = (List) element.getLocalProperty( module, ScalarParameterHandle.BOUND_DATA_COLUMNS_PROP ); if ( columnBindings != null ) { for ( int i = 0; i < columnBindings.size(... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/d802c33711e0d111551ae23575895cd060f085b6/UnusedBoundColumnsMgr.java/buggy/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/UnusedBoundColumnsMgr.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
10490,
13639,
1662,
12,
15791,
1662,
930,
16,
5924,
1605,
262,
202,
95,
202,
202,
9565,
18,
323,
287,
13639,
1662,
12,
930,
16,
1605,
11272,
202,
202,
682,
1057,
10497,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
10490,
13639,
1662,
12,
15791,
1662,
930,
16,
5924,
1605,
262,
202,
95,
202,
202,
9565,
18,
323,
287,
13639,
1662,
12,
930,
16,
1605,
11272,
202,
202,
682,
1057,
10497,
... |
final org.dom4j.Element e = ( org.dom4j.Element )XPathUtils .selectSingleNode( config, "*" ); final String sid = Dom4jUtils.makeSystemId( e ); final DOMGenerator dg = PipelineUtils.createDOMGenerator ( e, "input from registry", cfgVldty, sid ); PipelineUtils.connect(dg, OUTPUT_DATA, baseProcessor, name); | final Element childElement = (Element) inputElement.elements().get(0); final String sid = Dom4jUtils.makeSystemId(childElement); final DOMGenerator domGenerator = PipelineUtils.createDOMGenerator (childElement, "input from registry", processorConfigValidity, sid); PipelineUtils.connect(domGenerator, OUTPUT_DATA, basePr... | public Processor createInstance(PipelineContext context) { try { // Find base processor final QName processorQName = extractProcessorQName(instantiationDef); final String proc... | 51410 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51410/13f56e1f31bcbf299c0d81eeab5e91b86b91fb9f/XMLProcessorRegistry.java/buggy/src/java/org/orbeon/oxf/processor/XMLProcessorRegistry.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
12900,
1071,
15476,
20075,
12,
8798,
1042,
819,
13,
288,
18701,
775,
288,
27573,
368,
4163,
1026,
6659,
27573,
727,
16723,
6659,
13688,
273,
2608,
5164,
13688,
12,
24628,
7072,
3262,
1769,
27573,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
12900,
1071,
15476,
20075,
12,
8798,
1042,
819,
13,
288,
18701,
775,
288,
27573,
368,
4163,
1026,
6659,
27573,
727,
16723,
6659,
13688,
273,
2608,
5164,
13688,
12,
24628,
7072,
3262,
1769,
27573,
... |
int catchOffset = iCodeTop - tryStart; recordJumpOffset(tryStart + 1, catchOffset); | catchStart = iCodeTop; | private int generateICode(Node node, int iCodeTop) { int type = node.getType(); Node child = node.getFirstChild(); Node firstChild = child; switch (type) { case TokenStream.FUNCTION : { int fnIndex = node.getExistingIntProp(Node.FUNCTION_PROP); Fu... | 47609 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47609/3bad6fe1f865acfaff0361b1b58340e6526addd8/Interpreter.java/clean/js/rhino/src/org/mozilla/javascript/Interpreter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
509,
2103,
45,
1085,
12,
907,
756,
16,
509,
277,
1085,
3401,
13,
288,
3639,
509,
618,
273,
756,
18,
588,
559,
5621,
3639,
2029,
1151,
273,
756,
18,
588,
3759,
1763,
5621,
3639,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
509,
2103,
45,
1085,
12,
907,
756,
16,
509,
277,
1085,
3401,
13,
288,
3639,
509,
618,
273,
756,
18,
588,
559,
5621,
3639,
2029,
1151,
273,
756,
18,
588,
3759,
1763,
5621,
3639,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.