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 |
|---|---|---|---|---|---|---|
monitorEnabled = context.getServlet().getInitParameter("monitor-enabled").equals("true"); | value = context.getServlet().getInitParameter("monitor-enabled"); monitorEnabled = "true".equals(value); | protected void setupForRequest(RequestContext context) { ServletConfig config; super.setupForRequest(context); if (!initialized) { monitorEnabled = context.getServlet().getInitParameter("monitor-enabled").equals("true"); initialized = true; } try { // This needs to be extended to build a proper hit .. ... | 4433 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4433/24f6533529e78473b6dbcd0e98158e44f783519c/DemoApplication.java/clean/examples/TapestryDemo/tests/tapestry/DemoApplication.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
3875,
27649,
12,
21426,
819,
13,
202,
95,
202,
202,
4745,
809,
642,
31,
202,
202,
9565,
18,
8401,
27649,
12,
2472,
1769,
202,
202,
430,
16051,
13227,
13,
202,
202,
95,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3875,
27649,
12,
21426,
819,
13,
202,
95,
202,
202,
4745,
809,
642,
31,
202,
202,
9565,
18,
8401,
27649,
12,
2472,
1769,
202,
202,
430,
16051,
13227,
13,
202,
202,
95,
... |
catch(IllegalAccessException x) | catch (IllegalArgumentException _) | final void setFloatField(Object obj, float val) { try { field.setFloat(obj, val); } catch(IllegalAccessException x) { throw new InternalError(x.getMessage()); } } | 45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/7175146abf61d5302002eac9791f35b481c4eb26/ObjectStreamField.java/clean/libraries/javalib/java/io/ObjectStreamField.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
918,
444,
4723,
974,
12,
921,
1081,
16,
1431,
1244,
13,
225,
288,
1377,
775,
1377,
288,
202,
225,
652,
18,
542,
4723,
12,
2603,
16,
1244,
1769,
1377,
289,
1377,
1044,
261,
31237,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
918,
444,
4723,
974,
12,
921,
1081,
16,
1431,
1244,
13,
225,
288,
1377,
775,
1377,
288,
202,
225,
652,
18,
542,
4723,
12,
2603,
16,
1244,
1769,
1377,
289,
1377,
1044,
261,
31237,
... |
width = innerSize.width; | height = minSize.height; comp.setSize(width, height); laidOut[index] = true; preferredHeightAll -= sz.height; heightRemain -= height; continue; } if (height > maxSize.height) { height = maxSize.height; comp.setSize(width, height); laidOut[index] = true; preferredHeightAll -= sz.height; heightRemain -= height; continue... | public void layoutContainer(Container parent) { if (parent != container) throw new AWTError("invalid parent"); Dimension size = parent.getSize(); Insets insets = parent.getInsets(); Dimension innerSize = new Dimension(size.width - insets.left - insets.right, si... | 47947 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47947/68494adc212dd4cc21b71473f0b07e220d0133f5/BoxLayout.java/clean/javax/swing/BoxLayout.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
3511,
2170,
12,
2170,
982,
13,
225,
288,
565,
309,
261,
2938,
480,
1478,
13,
1377,
604,
394,
432,
8588,
668,
2932,
5387,
982,
8863,
565,
13037,
963,
273,
982,
18,
588,
1225,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3511,
2170,
12,
2170,
982,
13,
225,
288,
565,
309,
261,
2938,
480,
1478,
13,
1377,
604,
394,
432,
8588,
668,
2932,
5387,
982,
8863,
565,
13037,
963,
273,
982,
18,
588,
1225,
... |
public ScrollPaneUI() { } | public ScrollPaneUI() { } | public ScrollPaneUI() { // TODO } // ScrollPaneUI() | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/0788b89b7368770a1157f825d60dd8c5a9df183e/ScrollPaneUI.java/clean/core/src/classpath/javax/javax/swing/plaf/ScrollPaneUI.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
23134,
8485,
5370,
1435,
288,
202,
202,
759,
2660,
202,
97,
368,
23134,
8485,
5370,
1435,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
23134,
8485,
5370,
1435,
288,
202,
202,
759,
2660,
202,
97,
368,
23134,
8485,
5370,
1435,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
myThread.beingDispatched = true; VM_Scheduler.deadQueue.enqueue(myThread); | VM_Scheduler.numActiveThreads += 1; if (isDaemon) VM_Scheduler.numDaemons += 1; | private static void startoff () { //VM_Scheduler.trace("VM_Thread", "startoff"); VM_Thread currentThread = getCurrentThread(); currentThread.run(); terminate(); if (VM.VerifyAssertions) VM.assert(VM.NOT_REACHED); } /** * Terminate execution of current thread by abandoning all * references to it a... | 4011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4011/72875807e0af65b96d907dc017316149c20087fb/VM_Thread.java/clean/rvm/src/vm/scheduler/VM_Thread.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
918,
787,
3674,
1832,
288,
225,
368,
7397,
67,
11870,
18,
5129,
2932,
7397,
67,
3830,
3113,
315,
1937,
3674,
8863,
565,
8251,
67,
3830,
11800,
273,
5175,
3830,
5621,
565,
11800... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
918,
787,
3674,
1832,
288,
225,
368,
7397,
67,
11870,
18,
5129,
2932,
7397,
67,
3830,
3113,
315,
1937,
3674,
8863,
565,
8251,
67,
3830,
11800,
273,
5175,
3830,
5621,
565,
11800... |
private void writeElement(XmlSchemaElement xsElt) throws SchemaCompilationException { if (this.processedElementMap.containsKey(xsElt.getQName())) { return; } XmlSchemaType schemaType = xsElt.getSchemaType(); if (schemaType != null) { BeanWriterMetaInfoHolder metainf... | 49300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49300/9c218b4ecb82da054e5cc0830013ff38cff6216b/SchemaCompiler.java/clean/modules/codegen/src/org/apache/axis2/schema/SchemaCompiler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
28085,
12,
4432,
3078,
1046,
9280,
15899,
13,
1216,
4611,
19184,
503,
288,
3639,
309,
261,
2211,
18,
11005,
1046,
863,
18,
12298,
653,
12,
13713,
15899,
18,
588,
13688,
1435,
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,
918,
28085,
12,
4432,
3078,
1046,
9280,
15899,
13,
1216,
4611,
19184,
503,
288,
3639,
309,
261,
2211,
18,
11005,
1046,
863,
18,
12298,
653,
12,
13713,
15899,
18,
588,
13688,
1435,
3... | ||
String hh[] = child_headers.getHeader("Content-Type"); String child_type = null; if (hh != null && hh.length != 0) { child_type = hh[0]; int i = child_type.indexOf(';'); if (i > 0) child_type = child_type.substring(0, i); child_type = child_type.trim(); } if (child_type != null) { openChild(child_type, child_headers... | String hh[] = child_headers.getHeader("Content-Type"); String child_type = null; if (hh != null && hh.length != 0) { child_type = hh[0]; int i = child_type.indexOf(';'); if (i > 0) child_type = child_type.substring(0, i); child_type = child_type.trim(); } if (child_type != null) { openChild(child_type, child_headers... | protected void createMultipartChild() { String hh[] = child_headers.getHeader("Content-Type"); String child_type = null; if (hh != null && hh.length != 0) { child_type = hh[0]; // #### strip to first token int i = child_type.indexOf(';'); if (i > 0) child_type = child_typ... | 47609 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47609/0cc63cb388a13f01532486f9d178811914e6d71b/MimeMultipart.java/clean/grendel/sources/grendel/mime/parser/MimeMultipart.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
752,
12024,
1763,
1435,
288,
565,
514,
18629,
8526,
273,
1151,
67,
2485,
18,
588,
1864,
2932,
1350,
17,
559,
8863,
565,
514,
1151,
67,
723,
273,
446,
31,
565,
309,
261,
21622... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
752,
12024,
1763,
1435,
288,
565,
514,
18629,
8526,
273,
1151,
67,
2485,
18,
588,
1864,
2932,
1350,
17,
559,
8863,
565,
514,
1151,
67,
723,
273,
446,
31,
565,
309,
261,
21622... |
public void visitNilNode(Node iVisited) { visit(iVisited); leave(iVisited); } | public void visitNilNode(Node iVisited) { visit(iVisited); leave(iVisited); } | public void visitNilNode(Node iVisited) { visit(iVisited); leave(iVisited); } | 50661 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50661/d31a76ee29d5978a9bec41e3ac9134cee024bcab/NodeVisitorAdapter.java/buggy/org/jruby/nodes/NodeVisitorAdapter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
3757,
12616,
907,
12,
907,
277,
30019,
13,
202,
95,
202,
202,
11658,
12,
77,
30019,
1769,
202,
202,
19574,
12,
77,
30019,
1769,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
3757,
12616,
907,
12,
907,
277,
30019,
13,
202,
95,
202,
202,
11658,
12,
77,
30019,
1769,
202,
202,
19574,
12,
77,
30019,
1769,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
... |
oid.set(p.getName(), get(p)); | if (value != null) { oid.set(p.getName(), value); } | OID load(Session ssn) { Collection paths = m_signature.getPaths(); ObjectType type = m_signature.getObjectType(); HashMap oids = new HashMap(); // First load up the OIDs. for (Iterator it = paths.iterator(); it.hasNext(); ) { Path p = (Path) it.next(); Path p... | 12196 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12196/06524e66caab8614526529af728b94c4ba46e813/RecordSet.java/buggy/archive/proto/src/com/arsdigita/persistence/proto/RecordSet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
18026,
1262,
12,
2157,
5202,
82,
13,
288,
3639,
2200,
2953,
273,
312,
67,
8195,
18,
588,
4466,
5621,
3639,
21338,
618,
273,
312,
67,
8195,
18,
588,
17610,
5621,
3639,
4317,
26629,
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,
18026,
1262,
12,
2157,
5202,
82,
13,
288,
3639,
2200,
2953,
273,
312,
67,
8195,
18,
588,
4466,
5621,
3639,
21338,
618,
273,
312,
67,
8195,
18,
588,
17610,
5621,
3639,
4317,
26629,
273,
... |
private int getJSPTypeForRegion(ITextRegion region) { String regionType = region.getType(); int type = SCRIPTLET; if (regionType == XMLJSPRegionContexts.JSP_SCRIPTLET_OPEN) type = SCRIPTLET; else if (regionType == XMLJSPRegionContexts.JSP_EXPRESSION_OPEN) type = EXPRESSION; else if (regionType == XMLJSPRegion... | 13989 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13989/2e01915a5c78fe7220591d5dfc6ebf923eaed5f2/JSPTranslator.java/buggy/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/java/JSPTranslator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
225,
509,
225,
9285,
3118,
559,
1290,
5165,
12,
1285,
408,
5165,
225,
3020,
13,
225,
288,
202,
202,
780,
225,
3020,
559,
225,
273,
225,
3020,
18,
588,
559,
5621,
202,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
225,
509,
225,
9285,
3118,
559,
1290,
5165,
12,
1285,
408,
5165,
225,
3020,
13,
225,
288,
202,
202,
780,
225,
3020,
559,
225,
273,
225,
3020,
18,
588,
559,
5621,
202,
202,
... | ||
public void ExecuteProcedure() { | public void ExecuteProcedure() { /* Not executing in the context of an object! */ runtime.Interpreter i = new Interpreter(null); | public void ExecuteProcedure() { try{ I.interpret(p, d); } catch(LemRuntimeException e) { System.out.println(e); } } | 10434 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10434/deaf39f5fd53e602ee119c0e78ba328efa14917e/guiLogging.java/clean/trunk/src/mockups/guiLogging.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
7903,
17213,
1435,
288,
282,
1748,
2288,
11274,
316,
326,
819,
434,
392,
733,
5,
1195,
3099,
18,
30010,
277,
273,
394,
5294,
11599,
12,
2011,
1769,
3639,
775,
95,
5411,
467,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7903,
17213,
1435,
288,
282,
1748,
2288,
11274,
316,
326,
819,
434,
392,
733,
5,
1195,
3099,
18,
30010,
277,
273,
394,
5294,
11599,
12,
2011,
1769,
3639,
775,
95,
5411,
467,
... |
private void waitForWakeup(long l) { //System.out.println("GOing into wait "+transactionID); //System.out.flush(); synchronized (this) { try { this.wait(l-System.currentTimeMillis()); } catch (InterruptedException e) { e.printStackTrace(); } } //System.out.println("Coming out of wait "+transac... | 55380 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55380/2047398952dc1a021679c3c4d8acc712f50310a8/TSOTransaction.java/buggy/src/com/sun/gi/objectstore/tso/TSOTransaction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
10712,
59,
911,
416,
12,
5748,
328,
13,
288,
202,
202,
759,
3163,
18,
659,
18,
8222,
2932,
16387,
310,
1368,
2529,
13773,
7958,
734,
1769,
202,
202,
759,
3163,
18,
659,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
10712,
59,
911,
416,
12,
5748,
328,
13,
288,
202,
202,
759,
3163,
18,
659,
18,
8222,
2932,
16387,
310,
1368,
2529,
13773,
7958,
734,
1769,
202,
202,
759,
3163,
18,
659,
... | ||
public LimitedScannerContext(Scanner scanner, Reader reader, String string, ContextKind kind, int offsetLimit) { | public LimitedScannerContext(Scanner scanner, Reader reader, String string, int kind, int offsetLimit) { | public LimitedScannerContext(Scanner scanner, Reader reader, String string, ContextKind kind, int offsetLimit) { super( reader, string, kind, null ); this.scanner = scanner; limit = offsetLimit; } | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/0ce4a707ab7219e9ddb15141d8f4a4ce46d3ee2a/LimitedScannerContext.java/buggy/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner/LimitedScannerContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
7214,
329,
11338,
1042,
12,
11338,
7683,
16,
5393,
2949,
16,
514,
533,
16,
1772,
5677,
3846,
16,
509,
1384,
3039,
13,
288,
202,
202,
9565,
12,
2949,
16,
533,
16,
3846,
16,
4... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
7214,
329,
11338,
1042,
12,
11338,
7683,
16,
5393,
2949,
16,
514,
533,
16,
1772,
5677,
3846,
16,
509,
1384,
3039,
13,
288,
202,
202,
9565,
12,
2949,
16,
533,
16,
3846,
16,
4... |
(new com.ibm.math.DiagBigDecimal.Test("sub001")).ok=((new com.ibm.math.BigDecimal(2)).subtract(new com.ibm.math.BigDecimal(3)).toString()).equals("-1"); (new com.ibm.math.DiagBigDecimal.Test("sub002")).ok=((new com.ibm.math.BigDecimal("5.75")).subtract(new com.ibm.math.BigDecimal("3.3")).toString()).equals("2.45"); (ne... | (new Test("sub001")).ok=((new com.ibm.math.BigDecimal(2)).subtract(new com.ibm.math.BigDecimal(3)).toString()).equals("-1"); (new Test("sub002")).ok=((new com.ibm.math.BigDecimal("5.75")).subtract(new com.ibm.math.BigDecimal("3.3")).toString()).equals("2.45"); (new Test("sub003")).ok=((new com.ibm.math.BigDecimal("5"))... | public void diagsubtract(){ boolean flag=false; com.ibm.math.BigDecimal alhs; com.ibm.math.BigDecimal arhs; java.lang.ArithmeticException ae=null; // [first group are 'quick confidence check'] (new com.ibm.math.DiagBigDecimal.Test("sub301")).ok=((new com.ibm.math.BigDecimal(2)).subtract(new com.ibm.math.BigDec... | 5620 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5620/9d7cfece10981dede4d5303274403593abc1a92d/DiagBigDecimal.java/clean/icu4j/src/com/ibm/icu/dev/test/bigdec/DiagBigDecimal.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
1071,
918,
15306,
373,
1575,
1435,
95,
225,
1250,
2982,
33,
5743,
31,
225,
532,
18,
10827,
18,
15949,
18,
29436,
524,
4487,
31,
225,
532,
18,
10827,
18,
15949,
18,
29436,
419,
4487,
31,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
1071,
918,
15306,
373,
1575,
1435,
95,
225,
1250,
2982,
33,
5743,
31,
225,
532,
18,
10827,
18,
15949,
18,
29436,
524,
4487,
31,
225,
532,
18,
10827,
18,
15949,
18,
29436,
419,
4487,
31,... |
Rectangle area = getClientArea(); | Rectangle area = getClientArea(); | void doAutoScroll(Event event) { Rectangle area = getClientArea(); if (event.y > area.height) { doAutoScroll(SWT.DOWN, event.y - area.height); } else if (event.y < 0) { doAutoScroll(SWT.UP, -event.y); } else if (event.x < leftMargin && !wordWrap) { doAutoScroll(ST.COLUMN_PREVIOUS, leftMargin - event.x); } else ... | 12413 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12413/9e630cdfff1efebad25cc2ad394dba564071d578/StyledText2.java/buggy/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText2.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
918,
741,
4965,
6806,
12,
1133,
871,
13,
288,
202,
19463,
5091,
273,
7635,
5484,
5621,
9506,
202,
430,
261,
2575,
18,
93,
405,
5091,
18,
4210,
13,
288,
202,
202,
2896,
4965,
6806,
12,
55,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
918,
741,
4965,
6806,
12,
1133,
871,
13,
288,
202,
19463,
5091,
273,
7635,
5484,
5621,
9506,
202,
430,
261,
2575,
18,
93,
405,
5091,
18,
4210,
13,
288,
202,
202,
2896,
4965,
6806,
12,
55,
... |
public IPathEntryContainer getPathEntryContainer(final IPath containerPath, final ICProject project) throws CModelException { IPathEntryContainer container = containerGet(project, containerPath, true); if (container instanceof PathEntryContainerLock) { boolean runInitializer = false; PathEntryContainerLock lock = (Pat... | public IPathEntryContainer getPathEntryContainer(IContainerEntry entry, ICProject cproject) throws CModelException { return getPathEntryContainer(entry.getPath(), cproject); | public IPathEntryContainer getPathEntryContainer(final IPath containerPath, final ICProject project) throws CModelException { // Try the cache. IPathEntryContainer container = containerGet(project, containerPath, true); if (container instanceof PathEntryContainerLock) { boolean runInitializer = false; PathEntry... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/53a18c3ddc09196bca30492d5cf4cc01457acdeb/PathEntryManager.java/buggy/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/PathEntryManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
743,
1622,
2170,
4339,
1622,
2170,
12,
6385,
467,
743,
1478,
743,
16,
727,
26899,
4109,
1984,
13,
1216,
385,
1488,
503,
288,
202,
202,
759,
6161,
326,
1247,
18,
202,
202,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
743,
1622,
2170,
4339,
1622,
2170,
12,
6385,
467,
743,
1478,
743,
16,
727,
26899,
4109,
1984,
13,
1216,
385,
1488,
503,
288,
202,
202,
759,
6161,
326,
1247,
18,
202,
202,... |
m_fileList = new ArrayList(); m_folderList = new ArrayList(); m_deletedFolderList = new ArrayList(); m_publishResource = directPublishResource; m_publishHistoryId = new CmsUUID(); | this(null); | public CmsPublishList(CmsResource directPublishResource) { m_fileList = new ArrayList(); m_folderList = new ArrayList(); m_deletedFolderList = new ArrayList(); m_publishResource = directPublishResource; m_publishHistoryId = new CmsUUID(); } | 51784 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51784/3490d71abdd2f86b3a1412c7e7311ab55b31ba53/CmsPublishList.java/buggy/src/org/opencms/db/CmsPublishList.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2149,
6024,
682,
12,
4747,
1420,
2657,
6024,
1420,
13,
288,
3639,
312,
67,
768,
682,
273,
394,
2407,
5621,
3639,
312,
67,
5609,
682,
273,
394,
2407,
5621,
3639,
312,
67,
8600,
389... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2149,
6024,
682,
12,
4747,
1420,
2657,
6024,
1420,
13,
288,
3639,
312,
67,
768,
682,
273,
394,
2407,
5621,
3639,
312,
67,
5609,
682,
273,
394,
2407,
5621,
3639,
312,
67,
8600,
389... |
log.debug("cert_password = " + this.cert_password); | if(log.isDebugEnabled()){ log.debug("cert_password = " + this.cert_password); } | public void setValue(Properties properties) { log.debug("setting values on X509Token1_5 object"); if(properties.containsKey(X509Token1_5.TOKEN_ATTR)){ this.token_attr = (String) properties.get(X509Token1_5.TOKEN_ATTR); properties.remove(X509Token1_5.TOKEN_ATTR); log.de... | 51463 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51463/1a331854f75c50fd5c0bcab384704d7b0271e7c7/X509Token1_5.java/buggy/src/org/jgroups/auth/X509Token1_5.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
5524,
12,
2297,
1790,
13,
288,
3639,
613,
18,
4148,
2932,
8920,
924,
603,
1139,
5995,
1345,
21,
67,
25,
733,
8863,
3639,
309,
12,
4738,
18,
12298,
653,
12,
60,
5995,
1345,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5524,
12,
2297,
1790,
13,
288,
3639,
613,
18,
4148,
2932,
8920,
924,
603,
1139,
5995,
1345,
21,
67,
25,
733,
8863,
3639,
309,
12,
4738,
18,
12298,
653,
12,
60,
5995,
1345,
... |
615, 19, 10, 542, 619, 311, 312, 544, 26, 346, 330, 16, 59, 269, 19, 630, 267, 337, 264, 41, 44, 41, 44, 10, 44, 268, 269, 566, 643, 47, 48, 49, 690, 41, 271, 53, 44, 41, 630, 61, 655, 61, 349, 350, 544, 545, 657, 662, 663, 263, 264, 59, 44, 668, 669... | 615, 19, 10, 542, 619, 268, 269, 544, 26, 371, 330, 16, 59, 44, 19, 630, 346, 337, 264, 41, 269, 41, 44, 10, 44, 349, 350, 566, 643, 47, 48, 49, 690, 41, 267, 53, 44, 41, 630, 61, 655, 61, 263, 264, 544, 545, 657, 662, 663, 56, 57, 59, 271, 668, 669... | private static final short[] yyCheck1() { return new short[] { 15, 16, 215, 14, 19, 7, 247, 15, 16, 6, 378, 19, 15, 16, 21, 375, 19, 71, 6, 7, 392, 51, 27, 15, 16, 27, 342, 19, 43, 44, 10, 3, 398, 370, 49, 50... | 50993 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50993/b1293eda8454686e846e2a9837b348e2983bb423/YyTables.java/clean/src/org/jruby/parser/YyTables.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
3238,
760,
727,
3025,
8526,
9016,
1564,
21,
1435,
288,
1377,
327,
394,
3025,
8526,
288,
6647,
4711,
16,
282,
2872,
16,
225,
576,
3600,
16,
282,
5045,
16,
282,
5342,
16,
565,
2371,
16,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
3238,
760,
727,
3025,
8526,
9016,
1564,
21,
1435,
288,
1377,
327,
394,
3025,
8526,
288,
6647,
4711,
16,
282,
2872,
16,
225,
576,
3600,
16,
282,
5045,
16,
282,
5342,
16,
565,
2371,
16,
... |
{ if (histogramDialog != null) histogramDialog.getManager().setInputWindowStart(value); } | { if (histogramDialog != null) histogramDialog.getManager().setInputWindowStart(value); } | void setInputWindowStart(int value) { if (histogramDialog != null) histogramDialog.getManager().setInputWindowStart(value); } | 54698 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54698/1722ebf9ac60fc8e45cdc8d0049e85db5b86715c/DomainPaneManager.java/buggy/SRC/org/openmicroscopy/shoola/agents/rnd/pane/DomainPaneManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
21687,
3829,
1685,
12,
474,
460,
13,
202,
95,
202,
202,
430,
261,
22702,
6353,
480,
446,
13,
1082,
202,
22702,
6353,
18,
588,
1318,
7675,
542,
1210,
3829,
1685,
12,
1132,
176... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
21687,
3829,
1685,
12,
474,
460,
13,
202,
95,
202,
202,
430,
261,
22702,
6353,
480,
446,
13,
1082,
202,
22702,
6353,
18,
588,
1318,
7675,
542,
1210,
3829,
1685,
12,
1132,
176... |
if (VM.VerifyAssertions) VM.assert(VM.NOT_REACHED); | if (VM.VerifyAssertions) VM._assert(VM.NOT_REACHED); | static void terminate () throws VM_PragmaInterruptible { boolean terminateSystem = false; //VM_Scheduler.trace("VM_Thread", "terminate"); VM_Thread myThread = getCurrentThread(); // allow java.lang.Thread.exit() to remove this thread from ThreadGroup myThread.exit(); //-#if RVM_WITH_ADAPTIVE_SYSTEM ... | 4011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4011/a5a05b105574ec4e1a0bacfcc731385b09418803/VM_Thread.java/buggy/rvm/src/vm/scheduler/VM_Thread.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
760,
918,
10850,
1832,
1216,
8251,
67,
2050,
9454,
14126,
1523,
288,
565,
1250,
10850,
3163,
273,
629,
31,
565,
368,
7397,
67,
11870,
18,
5129,
2932,
7397,
67,
3830,
3113,
315,
30017,
886... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
760,
918,
10850,
1832,
1216,
8251,
67,
2050,
9454,
14126,
1523,
288,
565,
1250,
10850,
3163,
273,
629,
31,
565,
368,
7397,
67,
11870,
18,
5129,
2932,
7397,
67,
3830,
3113,
315,
30017,
886... |
for (int j = 0; j < b.length; j++) { argh[j+i] = b[j]; } return argh; | public byte[] toNetwork() { // Ehm. (string.length+"H"+string).getBytes() is probably easier, // but may cause encoding problem (String.getBytes()). byte[] b = getContents(); String realLen = b.length + ""; int holLength = b.length + realLen.length() + 1; realLen = realLen + "H"; byte[] argh = new byte[holLength]; ... | 49589 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49589/2940f2692c62e6d7de47e1146b19ab74fe12d9a8/Hollerith.java/buggy/nu/dll/lyskom/Hollerith.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1160,
8526,
358,
3906,
1435,
288,
202,
759,
512,
76,
81,
18,
261,
1080,
18,
2469,
9078,
44,
6,
15,
1080,
2934,
588,
2160,
1435,
353,
8656,
15857,
16,
202,
759,
1496,
2026,
4620,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1160,
8526,
358,
3906,
1435,
288,
202,
759,
512,
76,
81,
18,
261,
1080,
18,
2469,
9078,
44,
6,
15,
1080,
2934,
588,
2160,
1435,
353,
8656,
15857,
16,
202,
759,
1496,
2026,
4620,
... | |
_context.jobQueue().addJob(r); | getContext().jobQueue().addJob(r); | private void requestParticipation(TunnelInfo participant) { // find the info about who we're looking for RouterInfo target = _context.netDb().lookupRouterInfoLocally(participant.getThisHop()); if (target == null) { if (_log.shouldLog(Log.ERROR)) _log.error("Error - no ... | 27493 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/27493/e737e5c9507ed0d463dc9e45a8f63657f466b177/RequestTunnelJob.java/buggy/router/java/src/net/i2p/router/tunnelmanager/RequestTunnelJob.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
590,
1988,
24629,
367,
12,
20329,
966,
14188,
13,
288,
3639,
368,
1104,
326,
1123,
2973,
10354,
732,
4565,
7849,
364,
3639,
9703,
966,
1018,
273,
389,
2472,
18,
2758,
4331,
767... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
590,
1988,
24629,
367,
12,
20329,
966,
14188,
13,
288,
3639,
368,
1104,
326,
1123,
2973,
10354,
732,
4565,
7849,
364,
3639,
9703,
966,
1018,
273,
389,
2472,
18,
2758,
4331,
767... |
if (document == newdoc) | if (oldDocument == newDocument) | public void setDocument(Document newdoc) { Document document = getDocument(); if (document == newdoc) return; setDocument(newdoc); firePropertyChange("document", document, newdoc); } | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/9e763280cf1369c9681ea91b32ae758840a76dc3/JFormattedTextField.java/buggy/core/src/classpath/javax/javax/swing/JFormattedTextField.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
444,
2519,
12,
2519,
394,
2434,
13,
225,
288,
565,
4319,
1668,
273,
9956,
5621,
565,
309,
261,
1673,
2519,
422,
26814,
13,
1377,
327,
31,
3639,
444,
2519,
12,
2704,
2434,
176... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
444,
2519,
12,
2519,
394,
2434,
13,
225,
288,
565,
4319,
1668,
273,
9956,
5621,
565,
309,
261,
1673,
2519,
422,
26814,
13,
1377,
327,
31,
3639,
444,
2519,
12,
2704,
2434,
176... |
if (Character.isDigit(cline[parseStart])) return; | if (Character.isDigit(cline[parseStart])) return; | protected void processSequenceLine(String line, StreamParser parser) throws IllegalSymbolException, ParseException { char[] cline = line.toCharArray(); int parseStart = 0; int parseEnd = 0; while (parseStart < cline.length) { while (parseStart < cline.length && cline[parseStart] == ' ') ++parseStar... | 50397 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50397/2fd053162b0d8c1b080386e5a495cde4038b325b/EmblLikeFormat.java/buggy/src/org/biojava/bio/seq/io/EmblLikeFormat.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1207,
4021,
1670,
12,
780,
980,
16,
3961,
2678,
2082,
13,
3639,
1216,
2141,
5335,
503,
16,
10616,
565,
288,
202,
3001,
8526,
927,
558,
273,
980,
18,
869,
15936,
5621,
202,
47... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1207,
4021,
1670,
12,
780,
980,
16,
3961,
2678,
2082,
13,
3639,
1216,
2141,
5335,
503,
16,
10616,
565,
288,
202,
3001,
8526,
927,
558,
273,
980,
18,
869,
15936,
5621,
202,
47... |
public void paintControl(PaintEvent pe) { Color cBlack = new Color(this.getDisplay(), 0, 0, 0); Color cWhite = new Color(this.getDisplay(), 255, 255, 255); GC gc = pe.gc; gc.setForeground(cBlack); | public void paintControl(PaintEvent pe) { Color cBlack = new Color(this.getDisplay(), 0, 0, 0); Color cWhite = new Color(this.getDisplay(), 255, 255, 255); GC gc = pe.gc; gc.setForeground(cBlack); | public void paintControl(PaintEvent pe) { Color cBlack = new Color(this.getDisplay(), 0, 0, 0); Color cWhite = new Color(this.getDisplay(), 255, 255, 255); GC gc = pe.gc; gc.setForeground(cBlack); int iCellWidth = this.getSize().x / 8; int iCellHeight = this.getSize().y ... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/a913ff8af0f2b5b295b22dbb8880b014d596b568/FillChooserComposite.java/buggy/chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillChooserComposite.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
12574,
3367,
12,
12699,
1133,
2804,
13,
565,
288,
3639,
5563,
276,
13155,
273,
394,
5563,
12,
2211,
18,
588,
4236,
9334,
374,
16,
374,
16,
374,
1769,
3639,
5563,
276,
13407,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12574,
3367,
12,
12699,
1133,
2804,
13,
565,
288,
3639,
5563,
276,
13155,
273,
394,
5563,
12,
2211,
18,
588,
4236,
9334,
374,
16,
374,
16,
374,
1769,
3639,
5563,
276,
13407,
... |
public boolean isSet(org.quickfix.field.SettlInstID field) | public boolean isSet(quickfix.field.SettlInstID field) | public boolean isSet(org.quickfix.field.SettlInstID field) { return isSetField(field); } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/SettlementInstructions.java/clean/src/java/src/quickfix/fix41/SettlementInstructions.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1250,
13532,
12,
19525,
904,
18,
1518,
18,
694,
6172,
10773,
734,
652,
13,
225,
288,
327,
13532,
974,
12,
1518,
1769,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1250,
13532,
12,
19525,
904,
18,
1518,
18,
694,
6172,
10773,
734,
652,
13,
225,
288,
327,
13532,
974,
12,
1518,
1769,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Color dc = new Color(darken(c.getRed()), darken(c.getGreen()), darken(c .getBlue())); Color lc = new Color(lighten(c.getRed()), lighten(c.getGreen()), lighten(c.getBlue())); g.setColor(c); g.fillRect(i * CELL, j * CELL, CELL - 1, CELL - 1); g.setColor(dc); g.drawLine(i * CELL, (j + 1) * CELL - 1, (i + 1) * CELL - 1, (j... | Color dc = new Color(darken(c.getRed()), darken(c.getGreen()), darken(c .getBlue())); Color lc = new Color(lighten(c.getRed()), lighten(c.getGreen()), lighten(c.getBlue())); g.setColor(c); g.fillRect(i * CELL, j * CELL, CELL - 1, CELL - 1); g.setColor(dc); g.drawLine(i * CELL, (j + 1) * CELL - 1, (i + 1) * CELL - 1, (j... | public void paintBox(Graphics g, int i, int j, Color c) { Color dc = new Color(darken(c.getRed()), darken(c.getGreen()), darken(c .getBlue())); Color lc = new Color(lighten(c.getRed()), lighten(c.getGreen()), lighten(c.getBlue())); g.setColor(c); g.fillRect(i * CELL, j * CELL, CELL - 1, CELL - 1); g.setColo... | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/46f36bc5b99721f81a929f1771c801358c710fa2/Tetris.java/clean/gui/src/test/org/jnode/test/gui/Tetris.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
12574,
3514,
12,
17558,
314,
16,
509,
277,
16,
509,
525,
16,
5563,
276,
13,
288,
202,
202,
2957,
6744,
273,
394,
5563,
12,
25045,
275,
12,
71,
18,
588,
3715,
1435,
3631... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12574,
3514,
12,
17558,
314,
16,
509,
277,
16,
509,
525,
16,
5563,
276,
13,
288,
202,
202,
2957,
6744,
273,
394,
5563,
12,
25045,
275,
12,
71,
18,
588,
3715,
1435,
3631... |
matches = new Hashtable(); | matches = new HashMap(); | public NamespaceFilter(DumpWriter sink, String configString) { super(sink); invert = configString.startsWith("!"); matches = new Hashtable(); String[] namespaceKeys = { "NS_MAIN", "NS_TALK", "NS_USER", "NS_USER_TALK", "NS_PROJECT", "NS_PROJECT_TALK", "NS_IMAGE", "NS_IMAGE_TALK", "NS_MEDIAWIKI... | 14299 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14299/e15653f7c55f644e06c117ba2a3205e75aac543d/NamespaceFilter.java/buggy/src/org/mediawiki/importer/NamespaceFilter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
6005,
1586,
12,
10628,
2289,
9049,
16,
514,
642,
780,
13,
288,
202,
202,
9565,
12,
17074,
1769,
9506,
202,
267,
1097,
273,
642,
780,
18,
17514,
1190,
2932,
4442,
1769,
202,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
6005,
1586,
12,
10628,
2289,
9049,
16,
514,
642,
780,
13,
288,
202,
202,
9565,
12,
17074,
1769,
9506,
202,
267,
1097,
273,
642,
780,
18,
17514,
1190,
2932,
4442,
1769,
202,
20... |
private void resolvePushAttack(PhysicalResult pr, int lastEntityId) { final PushAttackAction paa = (PushAttackAction)pr.aaa; final Entity ae = game.getEntity(paa.getEntityId()); // PLEASE NOTE: buildings are *never* the target of a "push". final Entity te = game.getEntity(paa.getTar... | 4135 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4135/c0328a2523132c39c873640fb6b92ffa1f64e7fc/Server.java/clean/megamek/src/megamek/server/Server.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
2245,
7621,
3075,
484,
12,
18136,
1253,
846,
16,
509,
1142,
18029,
13,
288,
3639,
727,
8547,
3075,
484,
1803,
6790,
69,
273,
261,
7621,
3075,
484,
1803,
13,
683,
18,
26676,
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,
918,
2245,
7621,
3075,
484,
12,
18136,
1253,
846,
16,
509,
1142,
18029,
13,
288,
3639,
727,
8547,
3075,
484,
1803,
6790,
69,
273,
261,
7621,
3075,
484,
1803,
13,
683,
18,
26676,
3... | ||
defaultLayout.addTrim(fastViewBar, side, | defaultLayout.addTrim(side, fastViewBar, | public void update(boolean changed) { IWindowTrim reference = null; int side = fastViewBar.getSide(); fastViewBar.getControl().setLayoutData( new TrimLayoutData(false, SWT.DEFAULT, SWT.... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/0a88114a4db76de6611663f5760e59600623bbd3/WorkbenchWindow.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1171,
1071,
918,
1089,
12,
6494,
3550,
13,
288,
10792,
467,
3829,
14795,
2114,
273,
446,
31,
10792,
509,
4889,
273,
4797,
1767,
5190,
18,
588,
8895,
5621,
10792,
4797,
1767,
5190,
18,
588,
336... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1171,
1071,
918,
1089,
12,
6494,
3550,
13,
288,
10792,
467,
3829,
14795,
2114,
273,
446,
31,
10792,
509,
4889,
273,
4797,
1767,
5190,
18,
588,
8895,
5621,
10792,
4797,
1767,
5190,
18,
588,
336... |
boolean r = interrupt_flag; interrupt_flag = false; return r; | return interrupt_flag; | public boolean isInterrupted () { boolean r = interrupt_flag; interrupt_flag = false; return r; } | 1023 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1023/9f3113e8a7b81eb35512df22ad15046b6d0ede75/Thread.java/buggy/libjava/java/lang/Thread.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1250,
353,
24485,
1832,
225,
288,
565,
1250,
436,
273,
13123,
67,
6420,
31,
565,
13123,
67,
6420,
273,
629,
31,
565,
327,
436,
31,
225,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1250,
353,
24485,
1832,
225,
288,
565,
1250,
436,
273,
13123,
67,
6420,
31,
565,
13123,
67,
6420,
273,
629,
31,
565,
327,
436,
31,
225,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,... |
for (int i = 0; i < cb.colspan; i++) cb.contentWidth += tableBox.columns[col + i]; | for (int i = 0; (i < cb.colspan) && (col + i < tableBox.columns.length); i++) cb.contentWidth += tableBox.columns[col + i]; | private static void fixWidths(TableBox tableBox, int borderSpacingHorizontal) { int sum = borderSpacingHorizontal; for (int i = 0; i < tableBox.columns.length; i++) sum += tableBox.columns[i] + borderSpacingHorizontal; if (sum < tableBox.contentWidth) { int extra = (tableBox.contentW... | 57883 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57883/1d6593b8d85db0ea8304a9b958d33cf8a275de3b/TableBoxing.java/clean/src/java/org/xhtmlrenderer/table/TableBoxing.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
2917,
22407,
12,
1388,
3514,
1014,
3514,
16,
509,
5795,
18006,
14457,
13,
288,
3639,
509,
2142,
273,
5795,
18006,
14457,
31,
3639,
364,
261,
474,
277,
273,
374,
31,
277,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
2917,
22407,
12,
1388,
3514,
1014,
3514,
16,
509,
5795,
18006,
14457,
13,
288,
3639,
509,
2142,
273,
5795,
18006,
14457,
31,
3639,
364,
261,
474,
277,
273,
374,
31,
277,
... |
IFile file = (IFile) part.getEditorInput() .getAdapter(IFile.class); | IFile file = ResourceUtil.getFile(part.getEditorInput()); | public static boolean saveAllEditors(IResource[] resourceRoots, boolean confirm) { final IResource[] finalResources = resourceRoots; final boolean finalConfirm = confirm; final boolean[] result = new boolean[1]; result[0] = true; if (resourceRoots.length == 0) ... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/35591c7d55a12520aa70b2436fcd06526a22de81/IDE.java/buggy/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1250,
1923,
1595,
4666,
1383,
12,
45,
1420,
8526,
1058,
17540,
16,
5411,
1250,
6932,
13,
288,
3639,
727,
467,
1420,
8526,
727,
3805,
273,
1058,
17540,
31,
3639,
727,
1250,
727,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1923,
1595,
4666,
1383,
12,
45,
1420,
8526,
1058,
17540,
16,
5411,
1250,
6932,
13,
288,
3639,
727,
467,
1420,
8526,
727,
3805,
273,
1058,
17540,
31,
3639,
727,
1250,
727,... |
private IteratorRemoveVisitor(String iteratorName) { super(); this.iteratorName = iteratorName; } | private IteratorRemoveVisitor(@NotNull String iteratorName){ super(); this.iteratorName = iteratorName; } | private IteratorRemoveVisitor(String iteratorName) { super(); this.iteratorName = iteratorName; } | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/9b988832984f0e624cea3998a4bc58a17a3426e2/WhileCanBeForeachInspection.java/clean/plugins/InspectionGadgets/src/com/siyeh/ig/jdk15/WhileCanBeForeachInspection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
4498,
3288,
7413,
12,
780,
2775,
461,
13,
288,
1377,
2240,
5621,
1377,
333,
18,
9838,
461,
273,
2775,
461,
31,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
4498,
3288,
7413,
12,
780,
2775,
461,
13,
288,
1377,
2240,
5621,
1377,
333,
18,
9838,
461,
273,
2775,
461,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
} else if ((dir & WEST) != 0) { | } else if ((dir & WEST) != 0 && (snapOrientation & WEST) != 0) { | public int snapResizeRequest(ChangeBoundsRequest request, PrecisionRectangle baseRect, int snapOrientation) { int dir = request.getResizeDirection(); PrecisionDimension resize = new PrecisionDimension(request.getSizeDelta()); PrecisionPoint move = new PrecisionPoint(request.getMoveDelta()); ... | 11225 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11225/1ded5a3a56eceb49218be448bff58fff84611b07/SnapToGeometry.java/buggy/org.eclipse.gef/src/org/eclipse/gef/SnapToGeometry.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
509,
10915,
12182,
691,
12,
3043,
5694,
691,
590,
16,
2962,
5156,
19463,
1026,
6120,
16,
11794,
509,
10915,
14097,
13,
288,
202,
474,
1577,
273,
590,
18,
588,
12182,
8212,
5621,
202,
154... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
509,
10915,
12182,
691,
12,
3043,
5694,
691,
590,
16,
2962,
5156,
19463,
1026,
6120,
16,
11794,
509,
10915,
14097,
13,
288,
202,
474,
1577,
273,
590,
18,
588,
12182,
8212,
5621,
202,
154... |
public TA_RetCode ADX( int startIdx, int endIdx, double inHigh[], double inLow[], double inClose[], int optInTimePeriod, MInteger outBegIdx, MInteger outNbElement, double outReal[] ){ int today, lookbackTotal, outIdx; double prevHigh, prevLow, prevClose; double prevMinusDM, prevPlusDM, prevTR; double tempReal, tempRea... | 2365 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2365/69e0567047ad75d101e30d35826ecbb51165ba43/Core.java/buggy/ta-lib/java/src/TA/Lib/Core.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
9833,
67,
7055,
1085,
1880,
60,
12,
474,
1937,
4223,
16,
474,
409,
4223,
16,
9056,
267,
8573,
63,
6487,
9056,
267,
10520,
63,
6487,
9056,
267,
4605,
63,
6487,
474,
3838,
382,
26540,
16... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
9833,
67,
7055,
1085,
1880,
60,
12,
474,
1937,
4223,
16,
474,
409,
4223,
16,
9056,
267,
8573,
63,
6487,
9056,
267,
10520,
63,
6487,
9056,
267,
4605,
63,
6487,
474,
3838,
382,
26540,
16... | ||
String provMessage = "Submitted by" + item.getSubmitter().getFullName() + " (" + item.getSubmitter().getEmail() + "). DSpace accession date:" + d.toString() + "\n Submission has " + bitstreams.length + " bitstreams:\n"; | String provMessage = "Submitted by" + item.getSubmitter().getFullName() + " (" + item.getSubmitter().getEmail() + "). DSpace accession date:" + d.toString() + "\n Submission has " + bitstreams.length + " bitstreams:\n"; | public WorkflowItem startWorkflow() throws SQLException, AuthorizeException { // FIXME Check auth // Set accession date DCDate d = DCDate.getCurrent(); item.addDC("date", "accessioned", null, d.toString()); // Get non-internal format bitstreams Bitstream[] bitstre... | 1868 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1868/85c7430ba7691f831fafc420459d280408310eb9/WorkspaceItem.java/clean/dspace/src/org/dspace/content/WorkspaceItem.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
11363,
1180,
787,
8484,
1435,
3639,
1216,
6483,
16,
23859,
503,
565,
288,
3639,
368,
9852,
2073,
1357,
3639,
368,
1000,
2006,
285,
1509,
3639,
21533,
1626,
302,
273,
21533,
1626,
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,
11363,
1180,
787,
8484,
1435,
3639,
1216,
6483,
16,
23859,
503,
565,
288,
3639,
368,
9852,
2073,
1357,
3639,
368,
1000,
2006,
285,
1509,
3639,
21533,
1626,
302,
273,
21533,
1626,
18,
... |
if (jj_3R_49()) return true; if (jj_3R_75()) return true; if (jj_scan_token(IDENTIFIER)) return true; if (jj_scan_token(COLON)) return true; if (jj_3R_73()) return true; | if (jj_scan_token(BIT_AND)) return true; if (jj_3R_265()) return true; | final private boolean jj_3R_291() { if (jj_3R_49()) return true; if (jj_3R_75()) return true; if (jj_scan_token(IDENTIFIER)) return true; if (jj_scan_token(COLON)) return true; if (jj_3R_73()) return true; return false; } | 41673 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/41673/1d8de6b34ea0ddb64fc94b478c0950c0d35de605/JavaParser.java/buggy/pmd/src/net/sourceforge/pmd/ast/JavaParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
3238,
1250,
10684,
67,
23,
54,
67,
5540,
21,
1435,
288,
565,
309,
261,
78,
78,
67,
23,
54,
67,
7616,
10756,
327,
638,
31,
565,
309,
261,
78,
78,
67,
23,
54,
67,
5877,
10756,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
3238,
1250,
10684,
67,
23,
54,
67,
5540,
21,
1435,
288,
565,
309,
261,
78,
78,
67,
23,
54,
67,
7616,
10756,
327,
638,
31,
565,
309,
261,
78,
78,
67,
23,
54,
67,
5877,
10756,
... |
filterEnabledButton = createCheckbox(composite, Messages .getString("filtersDialog.onOff"), | filterEnabledButton = createCheckbox(composite, mnemonics.assign(Messages .getString("filtersDialog.onOff")), | protected void createOnOffArea(Composite parent) { Font font = parent.getFont(); Composite composite = new Composite(parent, SWT.NONE); composite.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); composite.setFont(font); composite.setLayout(new GridLayout()); filterEna... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/14b34bbe55c42c152b126bf0f9c2de8931a0954f/DialogMarkerFilter.java/clean/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
752,
1398,
7210,
5484,
12,
9400,
982,
13,
288,
3639,
10063,
3512,
273,
982,
18,
588,
5711,
5621,
3639,
14728,
9635,
273,
394,
14728,
12,
2938,
16,
348,
8588,
18,
9826,
1769,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
752,
1398,
7210,
5484,
12,
9400,
982,
13,
288,
3639,
10063,
3512,
273,
982,
18,
588,
5711,
5621,
3639,
14728,
9635,
273,
394,
14728,
12,
2938,
16,
348,
8588,
18,
9826,
1769,
... |
public SimpleContentProposalProvider(Object[] proposals) { | public SimpleContentProposalProvider(String[] proposals) { | public SimpleContentProposalProvider(Object[] proposals) { super(); this.proposals = proposals; } | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/54f5816382677a87ac1d149868af2370808e4f06/SimpleContentProposalProvider.java/clean/bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/SimpleContentProposalProvider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
4477,
1350,
14592,
2249,
12,
921,
8526,
450,
22536,
13,
288,
202,
202,
9565,
5621,
202,
202,
2211,
18,
685,
22536,
273,
450,
22536,
31,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
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,
4477,
1350,
14592,
2249,
12,
921,
8526,
450,
22536,
13,
288,
202,
202,
9565,
5621,
202,
202,
2211,
18,
685,
22536,
273,
450,
22536,
31,
202,
97,
2,
-100,
-100,
-100,
-100,
-10... |
+ CCM_ATTR_DELIMITER.length(), index = line.indexOf( CCM_ATTR_DELIMITER, oldIndex), tokenIndex++) { | + CCM_ATTR_DELIMITER.length(), index = line.indexOf(CCM_ATTR_DELIMITER, oldIndex), tokenIndex++) { | private String[] tokeniseEntry(String line, int maxTokens) { int minTokens = maxTokens - 1; // comment may be absent. String[] tokens = new String[maxTokens]; Arrays.fill(tokens, ""); int tokenIndex = 0; for (int oldIndex = 0, index = line.indexOf(CCM_ATTR_DELIMITER, 0); true; old... | 52149 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52149/7d4ef99b224eadd1cebb5bf337a5a151059005f2/CMSynergy.java/clean/main/src/net/sourceforge/cruisecontrol/sourcecontrols/CMSynergy.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
514,
8526,
1147,
784,
1622,
12,
780,
980,
16,
509,
943,
5157,
13,
288,
3639,
509,
1131,
5157,
273,
943,
5157,
300,
404,
31,
368,
2879,
2026,
506,
17245,
18,
3639,
514,
8526,
2430,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
8526,
1147,
784,
1622,
12,
780,
980,
16,
509,
943,
5157,
13,
288,
3639,
509,
1131,
5157,
273,
943,
5157,
300,
404,
31,
368,
2879,
2026,
506,
17245,
18,
3639,
514,
8526,
2430,... |
showSystemMenu(pos); } | showSystemMenu(pos); } | public void handleEvent(Event event) { Point pos = new Point(event.x, event.y); showSystemMenu(pos); } | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/38085a8072ad4fd21bad0983f8bc31ac736c9f72/R21BasicStackPresentation.java/buggy/bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
1640,
1133,
12,
1133,
871,
13,
288,
5411,
4686,
949,
273,
394,
4686,
12,
2575,
18,
92,
16,
871,
18,
93,
1769,
5411,
2405,
3163,
4599,
12,
917,
1769,
3639,
289,
2,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
1640,
1133,
12,
1133,
871,
13,
288,
5411,
4686,
949,
273,
394,
4686,
12,
2575,
18,
92,
16,
871,
18,
93,
1769,
5411,
2405,
3163,
4599,
12,
917,
1769,
3639,
289,
2,
-100,
-10... |
AuxiliaryGraph gu = new AuxiliaryGraph(graph, edgeList, u); | AuxiliaryGraph gu = new AuxiliaryGraph(graph, u); | public Collection essentialCycles() { Collection result = new HashSet(); boolean[][] a = getCycleEdgeIncidenceMatrix(); boolean[][] ai = inverseBinaryMatrix(a, cycles.size()); for (int i=0; i<cycles.size(); i++) { // Construct kernel vector u boolean[] u = new boolean[edgeList.size()]; for (int j=0;... | 46046 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46046/62b2e8b18d045a8937eb46b5692b7da726645ee4/SimpleCycleBasis.java/clean/src/org/openscience/cdk/ringsearch/cyclebasis/SimpleCycleBasis.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2200,
18518,
2001,
17992,
9558,
1435,
288,
202,
202,
2532,
563,
273,
394,
6847,
5621,
9506,
202,
6494,
63,
6362,
65,
279,
273,
1927,
3409,
6098,
14559,
10328,
4635,
5621,
9506,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2200,
18518,
2001,
17992,
9558,
1435,
288,
202,
202,
2532,
563,
273,
394,
6847,
5621,
9506,
202,
6494,
63,
6362,
65,
279,
273,
1927,
3409,
6098,
14559,
10328,
4635,
5621,
9506,
... |
public org.quickfix.field.IDSource getIDSource() throws FieldNotFound { org.quickfix.field.IDSource value = new org.quickfix.field.IDSource(); | public quickfix.field.IDSource getIDSource() throws FieldNotFound { quickfix.field.IDSource value = new quickfix.field.IDSource(); | public org.quickfix.field.IDSource getIDSource() throws FieldNotFound { org.quickfix.field.IDSource value = new org.quickfix.field.IDSource(); getField(value); return value; } | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/fecc27f98261270772ff182a1d4dfd94b5daa73d/SecurityStatusRequest.java/clean/src/java/src/quickfix/fix42/SecurityStatusRequest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
734,
1830,
14744,
1830,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
734,
1830,
460,
273,
394,
2358,
18,
19525,
904,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
734,
1830,
14744,
1830,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
734,
1830,
460,
273,
394,
2358,
18,
19525,
904,
1... |
public void run() { | protected IStatus run(IProgressMonitor monitor) { setProperty(IProgressConstants.ICON_PROPERTY, TaskListImages.REPOSITORY_SYNCHRONIZE); repositoryQuery.clearHits(); TaskRepository repository = MylarTaskListPlugin.getRepositoryManager().getRepository( BugzillaPlugin.REPOSITORY_KIND, repositoryQuery.getRepositoryUrl())... | public void run() { MessageDialog .openInformation(Display.getDefault().getActiveShell(), IBugzillaConstants.TITLE_MESSAGE_DIALOG, "No task repository associated with this query. Open the query to associate it with a repository."); } | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/f2525602d9a5ae9a3ba7ecaa18ac36c855d13712/BugzillaRepositoryConnector.java/buggy/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositoryConnector.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
9944,
202,
482,
918,
1086,
1435,
288,
6862,
1082,
202,
1079,
6353,
6862,
6862,
202,
18,
3190,
5369,
12,
4236,
18,
588,
1868,
7675,
588,
3896,
13220,
9334,
6862,
6862,
1082,
202,
13450,
637,
15... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
9944,
202,
482,
918,
1086,
1435,
288,
6862,
1082,
202,
1079,
6353,
6862,
6862,
202,
18,
3190,
5369,
12,
4236,
18,
588,
1868,
7675,
588,
3896,
13220,
9334,
6862,
6862,
1082,
202,
13450,
637,
15... |
synPredMatched531 = false; } rewind(_m531); | synPredMatched541 = false; } rewind(_m541); | public final void mNEXT_TOKEN(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException { int _ttype; Token _token=null; int _begin=text.length(); _ttype = NEXT_TOKEN; int _saveIndex; Token ncname=null; switch ( LA(1)) { case '{': { mLCURLY(false); if ( inputState.guessi... | 2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/68bb69fc2bc91cbece43dcdf563e1be3ba003e1b/XQueryLexer.java/buggy/src/org/exist/xquery/parser/XQueryLexer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
312,
25539,
67,
8412,
12,
6494,
389,
2640,
1345,
13,
1216,
9539,
16,
3703,
1228,
503,
16,
3155,
1228,
503,
288,
202,
202,
474,
389,
88,
723,
31,
3155,
389,
2316,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
312,
25539,
67,
8412,
12,
6494,
389,
2640,
1345,
13,
1216,
9539,
16,
3703,
1228,
503,
16,
3155,
1228,
503,
288,
202,
202,
474,
389,
88,
723,
31,
3155,
389,
2316,
3... |
cdt = cdtAxisValue.forward( iUnit, iStep * ( i + 1 ) ); | cdt = cdtAxisValue.forward( iUnit, iStep * ( i + 1 ) ); | public final void renderEachAxis( IPrimitiveRenderer ipr, Plot pl, OneAxis ax, int iWhatToDraw ) throws ChartException { final RunTimeContext rtc = getRunTimeContext( ); final Axis axModel = ax.getModelAxis( ); final PlotWithAxes pwa = (PlotWithAxes) getComputations( ); final Insets insCA = pwa.getAxes( ).getIns... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/536b54a46b25aa99e427a2fbd8217e09108c905a/AxesRenderer.java/clean/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
1743,
3442,
6558,
12,
467,
9840,
6747,
277,
683,
16,
15211,
886,
16,
1082,
202,
3335,
6558,
1740,
16,
509,
277,
23801,
774,
6493,
262,
1216,
14804,
503,
202,
95,
202... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
1743,
3442,
6558,
12,
467,
9840,
6747,
277,
683,
16,
15211,
886,
16,
1082,
202,
3335,
6558,
1740,
16,
509,
277,
23801,
774,
6493,
262,
1216,
14804,
503,
202,
95,
202... |
SystemUtils.getIdleTime() < 30*1000) { | SystemUtils.getIdleTime() < 30*1000 && !QuestionsHandler.NO_INTERNET.getValue()) { | public void noInternetConnection() { if(_automaticallyConnecting) { // Notify the HostCatcher that it should keep any hosts it has // already used instead of discarding them only if we're down to // a small number of hosts to try. // The HostCatcher can b... | 5134 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5134/c22e8e0818ff515930fd2c22f02c17cbcfc77ae7/ConnectionManager.java/clean/components/gnutella-core/src/main/java/com/limegroup/gnutella/ConnectionManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1158,
26562,
1952,
1435,
288,
7734,
309,
24899,
5854,
20271,
30049,
13,
288,
5411,
368,
10918,
326,
4893,
14842,
264,
716,
518,
1410,
3455,
1281,
7206,
518,
711,
2398,
368,
1818,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1158,
26562,
1952,
1435,
288,
7734,
309,
24899,
5854,
20271,
30049,
13,
288,
5411,
368,
10918,
326,
4893,
14842,
264,
716,
518,
1410,
3455,
1281,
7206,
518,
711,
2398,
368,
1818,... |
if((!splitfile) && (documentType == SIMPLE_REDIRECT || documentType == ZIP_MANIFEST)) { | if((!splitfile) && ((documentType == SIMPLE_REDIRECT) || (documentType == ZIP_MANIFEST))) { | public void writeTo(DataOutputStream dos) throws IOException, MetadataUnresolvedException { dos.writeLong(FREENET_METADATA_MAGIC); dos.writeShort(0); // version dos.writeByte(documentType); if(documentType == SIMPLE_REDIRECT || documentType == MULTI_LEVEL_METADATA || documentType == ZIP_MANIFEST || documentType... | 50915 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50915/ca136843ae9ecb30cadada58a33a5dc2cf8ad064/Metadata.java/buggy/src/freenet/client/Metadata.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
12870,
12,
751,
4632,
16153,
13,
1216,
1860,
16,
6912,
984,
11792,
503,
288,
202,
202,
19219,
18,
2626,
3708,
12,
42,
15878,
1584,
67,
22746,
67,
49,
22247,
1769,
202,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
12870,
12,
751,
4632,
16153,
13,
1216,
1860,
16,
6912,
984,
11792,
503,
288,
202,
202,
19219,
18,
2626,
3708,
12,
42,
15878,
1584,
67,
22746,
67,
49,
22247,
1769,
202,
20... |
parameters = service.getParameterDefinitions( attrBean.getReportDesignHandle( request ), options, true ); | parameters = service.getParameterDefinitions( attrBean .getReportDesignHandle( request ), options, true ); | protected void doService( HttpServletRequest request, HttpServletResponse response ) throws ServletException, IOException { Collection fragments = new ArrayList( ); IViewerReportService service = getReportService( ); Collection parameters = null; InputOptions options = new InputOptions( ); options.setOption( In... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/6f200516dd6e313325dd2c5637ad596549bf99c5/ParameterDialogFragment.java/clean/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/dialog/ParameterDialogFragment.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
741,
1179,
12,
9984,
590,
16,
1082,
202,
2940,
29910,
766,
262,
1216,
16517,
16,
1860,
202,
95,
202,
202,
2532,
14656,
273,
394,
2407,
12,
11272,
202,
202,
45,
18415,
48... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
741,
1179,
12,
9984,
590,
16,
1082,
202,
2940,
29910,
766,
262,
1216,
16517,
16,
1860,
202,
95,
202,
202,
2532,
14656,
273,
394,
2407,
12,
11272,
202,
202,
45,
18415,
48... |
public String getStringValue(CmsObject cms, I_CmsXmlDocument document) { if (m_stringValue == null) { m_stringValue = createStringValue(cms, document); } return m_stringValue; } | 51784 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51784/6544df384a08c2b3f4af8dd8d906cd9bfffe7189/CmsXmlHtmlValue.java/buggy/src/org/opencms/xml/types/CmsXmlHtmlValue.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
27509,
12,
4747,
921,
6166,
16,
467,
67,
4747,
4432,
2519,
1668,
13,
288,
7734,
309,
261,
81,
67,
1080,
620,
422,
446,
13,
288,
5411,
312,
67,
1080,
620,
273,
752,
19733,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1071,
514,
27509,
12,
4747,
921,
6166,
16,
467,
67,
4747,
4432,
2519,
1668,
13,
288,
7734,
309,
261,
81,
67,
1080,
620,
422,
446,
13,
288,
5411,
312,
67,
1080,
620,
273,
752,
19733,
1... | ||
return new String(""); | return ""; | public String getCatalogSeparator() throws SQLException { // PM Sep 29 97 - changed from "." as we don't support catalogs. return new String(""); } | 46563 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46563/7f171b599a50d471d4791c768b538978b4a2dc95/DatabaseMetaData.java/clean/src/interfaces/jdbc/org/postgresql/jdbc1/DatabaseMetaData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
514,
1927,
4392,
6581,
1435,
1216,
6483,
225,
288,
565,
368,
23544,
18032,
12899,
16340,
300,
3550,
628,
4585,
487,
732,
2727,
1404,
2865,
26455,
18,
565,
327,
1408,
31,
225,
289,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
514,
1927,
4392,
6581,
1435,
1216,
6483,
225,
288,
565,
368,
23544,
18032,
12899,
16340,
300,
3550,
628,
4585,
487,
732,
2727,
1404,
2865,
26455,
18,
565,
327,
1408,
31,
225,
289,
2... |
JobInfo info = getJobInfo(event.getJob()); refreshJobInfo(info); Iterator startListeners = busyListenersForJob(event.getJob()) .iterator(); while (startListeners.hasNext()) { IJobBusyListener next = (IJobBusyListener) startListeners .next(); next.incrementBusy(event.getJob()); } } | JobInfo info = getJobInfo(event.getJob()); refreshJobInfo(info); Iterator startListeners = busyListenersForJob(event.getJob()) .iterator(); while (startListeners.hasNext()) { IJobBusyListener next = (IJobBusyListener) startListeners .next(); next.incrementBusy(event.getJob()); } } | public void aboutToRun(IJobChangeEvent event) { JobInfo info = getJobInfo(event.getJob()); refreshJobInfo(info); Iterator startListeners = busyListenersForJob(event.getJob()) .iterator(); while (startListeners.hasNext()) { IJobBusyListener next = (IJobBusyListener) startListeners .next(); ... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/82e45bfb168fa5c37a8ced4976d2cc8fef6ce0f2/ProgressManager.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
2973,
774,
1997,
12,
45,
2278,
20930,
871,
13,
288,
9506,
202,
2278,
966,
1123,
273,
13024,
966,
12,
2575,
18,
588,
2278,
10663,
9506,
202,
9144,
2278,
966,
12,
1376,
17... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
2973,
774,
1997,
12,
45,
2278,
20930,
871,
13,
288,
9506,
202,
2278,
966,
1123,
273,
13024,
966,
12,
2575,
18,
588,
2278,
10663,
9506,
202,
9144,
2278,
966,
12,
1376,
17... |
protected void handleEntry(List historyEntry) { Modification mod = new Modification(); String nameAndDateLine = (String) historyEntry.get(2); mod.userName = parseUser(nameAndDateLine); mod.modifiedTime = parseDate(nameAndDateLine); String folderLine = (String) hist... | 52149 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52149/047b07a31036241d8148d69d7cc8c27c743e7da9/VssJournalElement.java/clean/main/src/net/sourceforge/cruisecontrol/element/VssJournalElement.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1640,
1622,
12,
682,
4927,
1622,
13,
288,
7734,
3431,
1480,
681,
273,
394,
3431,
1480,
5621,
3639,
514,
508,
1876,
1626,
1670,
273,
261,
780,
13,
4927,
1622,
18,
588,
12,
22,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
1640,
1622,
12,
682,
4927,
1622,
13,
288,
7734,
3431,
1480,
681,
273,
394,
3431,
1480,
5621,
3639,
514,
508,
1876,
1626,
1670,
273,
261,
780,
13,
4927,
1622,
18,
588,
12,
22,... | ||
assertEqualString(lab, "TestSetupProject/src - org.test.Outer.foo(..).Local"); | assertEqualString(lab, "TestSetupProject/src - org.test.Outer.foo(...).Local"); | public void testTypeLabelLocal() throws Exception { IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src"); IPackageFragment pack1= sourceFolder.createPackageFragment("org.test", false, null); StringBuffer buf= new StringBuffer(); buf.append("package org.test;\n"); buf.appe... | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/48f9adbfa03768846418ebab0b62371012592ec8/JavaElementLabelsTest.java/buggy/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/JavaElementLabelsTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
559,
2224,
2042,
1435,
1216,
1185,
288,
9506,
202,
45,
2261,
7456,
2375,
1084,
3899,
33,
5110,
4109,
2276,
18,
1289,
1830,
2170,
12,
74,
46,
4109,
21,
16,
315,
4816... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
559,
2224,
2042,
1435,
1216,
1185,
288,
9506,
202,
45,
2261,
7456,
2375,
1084,
3899,
33,
5110,
4109,
2276,
18,
1289,
1830,
2170,
12,
74,
46,
4109,
21,
16,
315,
4816... |
switch ( LA(1) ) | switch ( la ) | private void multiplicativeExpr() throws SAXPathException { unaryExpr(); int la = LA(1); while (la == STAR || la == DIV || la == MOD) { switch ( LA(1) ) { case STAR: { match( STAR ); getXPathHand... | 47970 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47970/9fae5b4d11feeaf10d38b58bfad0788820621cae/XPathReader.java/buggy/src/java/main/org/jaxen/saxpath/base/XPathReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
3309,
28884,
4742,
1435,
1216,
10168,
743,
503,
565,
288,
3639,
19017,
4742,
5621,
3639,
509,
7125,
273,
2928,
12,
21,
1769,
3639,
1323,
261,
11821,
422,
21807,
747,
7125,
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,
377,
3238,
918,
3309,
28884,
4742,
1435,
1216,
10168,
743,
503,
565,
288,
3639,
19017,
4742,
5621,
3639,
509,
7125,
273,
2928,
12,
21,
1769,
3639,
1323,
261,
11821,
422,
21807,
747,
7125,
422,
... |
{ return false; } | { return false; } | public boolean supportsSchemasInIndexDefinitions() throws SQLException { return false; } | 49868 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49868/0c8299478c05542a0f240973829223c7dae7e4dd/DatabaseMetaData.java/buggy/postgresql/DatabaseMetaData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
6146,
16749,
382,
1016,
7130,
1435,
1216,
6483,
202,
95,
202,
202,
2463,
629,
31,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
6146,
16749,
382,
1016,
7130,
1435,
1216,
6483,
202,
95,
202,
202,
2463,
629,
31,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
createLabel(parent, toolkit); button = toolkit.createButton(parent, "", SWT.CHECK); GridData gd = new GridData(); gd.horizontalSpan = span - 1; button.setLayoutData(gd); button.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { if (!blockNotification) markDirty(); updateText(... | super.createContents(parent, toolkit, span); if (getUse()!=ISchemaAttribute.REQUIRED) combo.add(""); combo.add("true"); combo.add("false"); | public void createContents(Composite parent, FormToolkit toolkit, int span) { createLabel(parent, toolkit); button = toolkit.createButton(parent, "", SWT.CHECK); //$NON-NLS-1$ GridData gd = new GridData(); //gd.horizontalIndent = 10; gd.horizontalSpan = span - 1; //gd.horizontalSpan = span; button.setLayoutData... | 8783 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8783/876c2ad9d8cda2d991ed752c2b50407f8f90ef31/BooleanAttributeRow.java/buggy/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/BooleanAttributeRow.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
752,
6323,
12,
9400,
982,
16,
2748,
6364,
8691,
5226,
8691,
16,
509,
4548,
13,
288,
202,
202,
2640,
2224,
12,
2938,
16,
5226,
8691,
1769,
202,
202,
5391,
273,
5226,
8691,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
752,
6323,
12,
9400,
982,
16,
2748,
6364,
8691,
5226,
8691,
16,
509,
4548,
13,
288,
202,
202,
2640,
2224,
12,
2938,
16,
5226,
8691,
1769,
202,
202,
5391,
273,
5226,
8691,... |
if ("Provider".equals(s.getType())) { | if ("Provider".equals(s.getType())) { | protected synchronized void putService(Provider.Service s) { if (s == null) { throw new NullPointerException(); } SecurityManager sm = System.getSecurityManager(); if (sm != null) { sm.checkSecurityAccess("putProviderProperty." + name); } if ("Provider... | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/c7fdc88348ff6da63262b6309c2810876f42c6d8/Provider.java/buggy/modules/security/src/main/java/common/java/security/Provider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
3852,
918,
1378,
1179,
12,
2249,
18,
1179,
272,
13,
288,
3639,
309,
261,
87,
422,
446,
13,
288,
5411,
604,
394,
10108,
5621,
3639,
289,
3639,
6036,
1318,
3029,
273,
2332,
18,
588,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
3852,
918,
1378,
1179,
12,
2249,
18,
1179,
272,
13,
288,
3639,
309,
261,
87,
422,
446,
13,
288,
5411,
604,
394,
10108,
5621,
3639,
289,
3639,
6036,
1318,
3029,
273,
2332,
18,
588,... |
return getPositiveEntryCount() + getNegativeEntryCount(); | return positiveEntries.length + positiveEntries.length; | public int getEntryCount() { return getPositiveEntryCount() + getNegativeEntryCount(); } | 48142 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48142/2a4a4f417dd4193df9e0a3deae14aacd3f94ccb1/ACL.java/clean/src/JAVA/classes/org/openafs/jafs/ACL.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
15428,
1380,
1435,
225,
288,
565,
327,
6895,
5400,
18,
2469,
397,
6895,
5400,
18,
2469,
31,
225,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
15428,
1380,
1435,
225,
288,
565,
327,
6895,
5400,
18,
2469,
397,
6895,
5400,
18,
2469,
31,
225,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
return result; | String result = node.name(); Plugin plugin = Platform.getPlugin(result); if (plugin != null) return WorkbenchMessages.format("PreferencesExportDialog.PluginLabel", new String [] {plugin.getDescriptor().getLabel(), node.name()}); return node.name(); | protected Control createDialogArea(Composite parent) { Control outerArea = super.createDialogArea(parent); createOutputSelectionArea((Composite) outerArea); viewer = new CheckboxTreeViewer((Composite) outerArea); viewer.setContentProvider(new PreferencesContentProvider()); viewer.setLabelProvider(new LabelProvide... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/d6651a6bb4516475595838923284f9669955bb76/PreferencesExportDialog.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PreferencesExportDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
8888,
752,
6353,
5484,
12,
9400,
982,
13,
288,
202,
202,
3367,
6390,
5484,
273,
2240,
18,
2640,
6353,
5484,
12,
2938,
1769,
202,
202,
2640,
1447,
6233,
5484,
12443,
9400,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
8888,
752,
6353,
5484,
12,
9400,
982,
13,
288,
202,
202,
3367,
6390,
5484,
273,
2240,
18,
2640,
6353,
5484,
12,
2938,
1769,
202,
202,
2640,
1447,
6233,
5484,
12443,
9400,
13,
... |
this.channel1.connect(ipAddr); | this.channel1.connect(ipAddr); | public void testWriteByteBuffer_NonBlock_BufNull() throws IOException { ByteBuffer writeBuf = ByteBuffer.allocateDirect(0); InetSocketAddress ipAddr = localAddr1; //$NON-NLS-1$ // non block mode this.channel1.configureBlocking(false); try { this.channel1.write((ByteBuf... | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/dd7d7186a3fd62e298a4a14d517dace20da8539c/DatagramChannelTest.java/buggy/modules/nio/src/test/java/org/apache/harmony/tests/java/nio/channels/DatagramChannelTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
3067,
12242,
67,
3989,
1768,
67,
5503,
2041,
1435,
1216,
1860,
288,
3639,
7400,
1045,
5503,
273,
7400,
18,
16247,
5368,
12,
20,
1769,
3639,
17943,
2359,
3178,
273,
1191,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3067,
12242,
67,
3989,
1768,
67,
5503,
2041,
1435,
1216,
1860,
288,
3639,
7400,
1045,
5503,
273,
7400,
18,
16247,
5368,
12,
20,
1769,
3639,
17943,
2359,
3178,
273,
1191,
... |
public IResultSetMetaData getMetaData( ) throws OdaException { logger.logp( java.util.logging.Level.FINE, Statement.class.getName( ), "getMetaData", "Statement.getMetaData( )" ); assertNotNull( preStat ); java.sql.ResultSetMetaData resultmd = null; try { /* redirect the call to JDBC preparedStatem... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/50946212ec5b5afd021b8feda74ba005253ccd73/Statement.java/buggy/data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
13198,
6998,
23028,
12,
262,
1216,
531,
2414,
503,
202,
95,
202,
202,
4901,
18,
1330,
84,
12,
2252,
18,
1367,
18,
11167,
18,
2355,
18,
42,
3740,
16,
9506,
202,
3406,
18... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
467,
13198,
6998,
23028,
12,
262,
1216,
531,
2414,
503,
202,
95,
202,
202,
4901,
18,
1330,
84,
12,
2252,
18,
1367,
18,
11167,
18,
2355,
18,
42,
3740,
16,
9506,
202,
3406,
18... | ||
log.warn("Only simple-page-masters are supported on page-sequences: " + reference); | log.warn("No simple-page-master could be determined!"); | public void startPageSequence(PageSequence pageSeq) { try { if (bDefer) { return; } sect = docArea.newSection(); //read page size and margins, if specified String reference = pageSeq.getMasterReference(); this.pagemaster ... | 5268 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5268/dea76c009eabcaf7434372f3d23b585b4de9df8f/RTFHandler.java/clean/src/java/org/apache/fop/render/rtf/RTFHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
787,
1964,
4021,
12,
1964,
4021,
1363,
6926,
13,
225,
288,
3639,
775,
288,
5411,
309,
261,
70,
758,
586,
13,
288,
7734,
327,
31,
5411,
289,
5411,
29140,
273,
997,
5484,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
787,
1964,
4021,
12,
1964,
4021,
1363,
6926,
13,
225,
288,
3639,
775,
288,
5411,
309,
261,
70,
758,
586,
13,
288,
7734,
327,
31,
5411,
289,
5411,
29140,
273,
997,
5484,
18,
... |
String[] ls = s.split(":"); | String[] ls = s.split(java.io.File.pathSeparator); | private void processArgument() { String argument = arguments[argumentIndex]; FOR : for (characterIndex = 1; characterIndex < argument.length(); characterIndex++) { switch (argument.charAt(characterIndex)) { case 'h' : main.printUsage(); s... | 50993 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50993/e4905982a81424922852e33d8165887ff6ada056/CommandlineParser.java/clean/src/org/jruby/util/CommandlineParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1207,
1379,
1435,
288,
3639,
514,
1237,
273,
1775,
63,
3446,
1016,
15533,
3639,
12108,
294,
364,
261,
11560,
1016,
273,
404,
31,
3351,
1016,
411,
1237,
18,
2469,
5621,
3351,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1207,
1379,
1435,
288,
3639,
514,
1237,
273,
1775,
63,
3446,
1016,
15533,
3639,
12108,
294,
364,
261,
11560,
1016,
273,
404,
31,
3351,
1016,
411,
1237,
18,
2469,
5621,
3351,
10... |
/* * ensure the workbench state gets saved when running with the Automated Testing Framework * TODO: remove when https: */ StackTraceElement[] elements= new Throwable().getStackTrace(); for (int i= 0; i < elements.length; i++) { StackTraceElement element= elements[i]; if (element.getClassName().equals("org.eclipse.te... | protected void tearDown() throws Exception { // do nothing, the set up workspace will be used by the open editor tests /* * ensure the workbench state gets saved when running with the Automated Testing Framework * TODO: remove when https://bugs.eclipse.org/bugs/show_bug.cgi?id=71362 is fixed ... | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/fd849ea3324dab75008056f5fd87ea908b20943f/PerformanceTestSetup.java/clean/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/PerformanceTestSetup.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
268,
2091,
4164,
1435,
1216,
1185,
288,
202,
202,
759,
741,
5083,
16,
326,
444,
731,
6003,
903,
506,
1399,
635,
326,
1696,
4858,
7434,
9506,
202,
20308,
1875,
380,
3387,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
268,
2091,
4164,
1435,
1216,
1185,
288,
202,
202,
759,
741,
5083,
16,
326,
444,
731,
6003,
903,
506,
1399,
635,
326,
1696,
4858,
7434,
9506,
202,
20308,
1875,
380,
3387,
... | |
return cp != null && cp.hasChildren(element); | if(cp == null) return false; if(cp.hasChildren(element)){ if(getFilters().length > 0) return getFilteredChildren(element).length > 0; return true; } return false; | public boolean isExpandable(Object element) { ITreeContentProvider cp = (ITreeContentProvider) getContentProvider(); return cp != null && cp.hasChildren(element); } | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/e9c726e7704d2674b41dfc5883c02a14a2ab499a/AbstractTreeViewer.java/clean/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
353,
12271,
429,
12,
921,
930,
13,
288,
202,
202,
1285,
992,
1350,
2249,
3283,
273,
261,
1285,
992,
1350,
2249,
13,
5154,
2249,
5621,
202,
202,
2463,
3283,
480,
446,
597... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
225,
202,
482,
1250,
353,
12271,
429,
12,
921,
930,
13,
288,
202,
202,
1285,
992,
1350,
2249,
3283,
273,
261,
1285,
992,
1350,
2249,
13,
5154,
2249,
5621,
202,
202,
2463,
3283,
480,
446,
597... |
if (revert) sourceEnc = "UTF-8"; | private void determineSyntaxAndEncoding(String absFileName, JarFile jarFile, String jspConfigPageEnc) throws JasperException, IOException { isXml = false; /* * 'true' if the syntax (XML or standard) of the file is given * from external information: either via a JSP configuration element, ... | 26330 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/26330/7e55d59e7a32637ca63b2cec65835a56dd760a98/ParserController.java/clean/java/org/apache/jasper/compiler/ParserController.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
4199,
8070,
1876,
4705,
12,
780,
2417,
4771,
16,
25083,
565,
15644,
812,
22588,
16,
25083,
565,
514,
22535,
809,
1964,
4280,
13,
202,
3639,
1216,
804,
345,
457,
503,
16,
1860,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4199,
8070,
1876,
4705,
12,
780,
2417,
4771,
16,
25083,
565,
15644,
812,
22588,
16,
25083,
565,
514,
22535,
809,
1964,
4280,
13,
202,
3639,
1216,
804,
345,
457,
503,
16,
1860,
... | |
{ iterator = formatter.formatToCharacterIterator(thisArg); } | iterator = formatter.formatToCharacterIterator(thisArg); | protected final StringBuffer formatInternal (Object arguments[], StringBuffer appendBuf, FieldPosition ignore, FormatCharacterIterator output_iterator) { appendBuf.append(leader); for (int i = 0; i < elements.length; ++i) { if (elements[i].argNumber >= arguments.length) throw new I... | 45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/0f2b533d048aef35cc4080471527764373203875/MessageFormat.java/clean/libraries/javalib/java/text/MessageFormat.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
727,
6674,
740,
3061,
261,
921,
1775,
63,
6487,
6674,
714,
5503,
16,
25083,
4202,
2286,
2555,
2305,
16,
25083,
4202,
4077,
7069,
3198,
876,
67,
9838,
13,
225,
288,
565,
714,
5503,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6674,
740,
3061,
261,
921,
1775,
63,
6487,
6674,
714,
5503,
16,
25083,
4202,
2286,
2555,
2305,
16,
25083,
4202,
4077,
7069,
3198,
876,
67,
9838,
13,
225,
288,
565,
714,
5503,
... |
bridgeRegisterLocation = bridgeRegisterLocation.add(4); return bridgeRegisterLocation.sub(4); | bridgeRegisterLocation = bridgeRegisterLocation.add(BYTES_IN_ADDRESS); return bridgeRegisterLocation.sub(BYTES_IN_ADDRESS); | public VM_Address getNextReferenceAddress() { if (mapId < 0) mapOffset = maps.getNextJSRRef(mapOffset); else mapOffset = maps.getNextRef(mapOffset, mapId); if (VM.TraceStkMaps) { VM.sysWrite("VM_BaselineGCMapIterator getNextReferenceOffset = "); VM.sysWrite(mapOffset); VM.sysWrite(".... | 49871 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49871/954f79471b4446d9627946727ec7a88f58e9601c/VM_BaselineGCMapIterator.java/clean/rvm/src/vm/arch/powerPC/compilers/baseline/GCMap/VM_BaselineGCMapIterator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
8251,
67,
1887,
6927,
2404,
1887,
1435,
288,
565,
309,
261,
1458,
548,
411,
374,
13,
1377,
852,
2335,
273,
7565,
18,
588,
2134,
6479,
54,
1957,
12,
1458,
2335,
1769,
565,
469,
137... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8251,
67,
1887,
6927,
2404,
1887,
1435,
288,
565,
309,
261,
1458,
548,
411,
374,
13,
1377,
852,
2335,
273,
7565,
18,
588,
2134,
6479,
54,
1957,
12,
1458,
2335,
1769,
565,
469,
137... |
((TreeItem) node).setExpanded(expand); } | ((TreeItem) node).setExpanded(expand); } | protected void setExpanded(Item node, boolean expand) { ((TreeItem) node).setExpanded(expand); } | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/d94e309c616b79ca7e205fa94a5f9687ffcbe4f8/TreeViewer.java/buggy/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
444,
17957,
12,
1180,
756,
16,
1250,
4542,
13,
288,
3639,
14015,
2471,
1180,
13,
756,
2934,
542,
17957,
12,
12320,
1769,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
444,
17957,
12,
1180,
756,
16,
1250,
4542,
13,
288,
3639,
14015,
2471,
1180,
13,
756,
2934,
542,
17957,
12,
12320,
1769,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
if (debug && DEBUG_LEVEL >= 2) { System.out.println(numLuts + " color table" + (numLuts == 1 ? "" : "s") + " present."); | if (debug && debugLevel >= 2) { debug(numLuts + " color table" + (numLuts == 1 ? "" : "s") + " present."); | protected void initFile(String id) throws FormatException, IOException { if (debug) System.out.println("calling BioRadReader.initFile(" + id + ")"); super.initFile(id); in = new RandomAccessStream(getMappedId(id)); in.order(true); // read header nx = in.readShort(); ny = in.readShort(); npic =... | 11426 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11426/2c680a5618955854e02d652bc68024b9a011950a/BioRadReader.java/buggy/loci/formats/in/BioRadReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1208,
812,
12,
780,
612,
13,
1216,
4077,
503,
16,
1860,
288,
565,
309,
261,
4148,
13,
2332,
18,
659,
18,
8222,
2932,
31623,
21209,
6621,
2514,
18,
2738,
812,
2932,
397,
612,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1208,
812,
12,
780,
612,
13,
1216,
4077,
503,
16,
1860,
288,
565,
309,
261,
4148,
13,
2332,
18,
659,
18,
8222,
2932,
31623,
21209,
6621,
2514,
18,
2738,
812,
2932,
397,
612,
... |
FolderNode fNode = fInfo.getFolderNode(); fNode.makeVisible(); Action a = fNode.getAction("file-open"); a.actionPerformed(new java.awt.event.ActionEvent(this, 0, "file-open")); | FolderNode fNode = fInfo.getFolderNode(); fNode.makeVisible(); Action a = fNode.getAction("file-open"); a.actionPerformed(new java.awt.event.ActionEvent(this, 0, "file-open")); | public void openSavedFolders(java.util.Vector folderList) { if (folderList != null && folderList.size() > 0) { net.suberic.pooka.FolderInfo fInfo = Pooka.getStoreManager().getFolderById((String)folderList.elementAt(0)); if (fInfo != null && fInfo.getFolderNode() != null) { FolderNode fNode = fInfo.getF... | 967 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/967/55c2ef8139608f0f93fb72272ca8300eb9ac663e/PreviewContentPanel.java/buggy/src/net/suberic/pooka/gui/PreviewContentPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1696,
16776,
14885,
12,
6290,
18,
1367,
18,
5018,
3009,
682,
13,
288,
565,
309,
261,
5609,
682,
480,
446,
597,
3009,
682,
18,
1467,
1435,
405,
374,
13,
288,
1377,
2901,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1696,
16776,
14885,
12,
6290,
18,
1367,
18,
5018,
3009,
682,
13,
288,
565,
309,
261,
5609,
682,
480,
446,
597,
3009,
682,
18,
1467,
1435,
405,
374,
13,
288,
1377,
2901,
18,
... |
public TreeViewer getViewer() { | public final TreeViewer getViewer() { | public TreeViewer getViewer() { return viewer; } | 9108 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9108/b285e985045f40f358a5f8a02ff490c0ba010676/ShowReportView.java/buggy/csplugin/src/org/csapi/csplugin/views/ShowReportView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
727,
4902,
18415,
8893,
264,
1435,
288,
3639,
327,
14157,
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,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
727,
4902,
18415,
8893,
264,
1435,
288,
3639,
327,
14157,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
IViewDescriptor desc = reg.find(newID); | IViewDescriptor desc = reg.find(viewId); | public void addPlaceholder(String newID) { // Get the view label. IViewRegistry reg = WorkbenchPlugin.getDefault().getViewRegistry(); IViewDescriptor desc = reg.find(newID); if (desc == null) { // cannot safely open the dialog so log the problem WorkbenchPlugin.log("Unable to find view label: " + newID);//$NON-NLS-1$... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/c0af1544b5ec57401dd4ae96da6647fd73a74363/FolderLayout.java/buggy/bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/FolderLayout.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
527,
14038,
12,
780,
394,
734,
13,
288,
202,
759,
968,
326,
1476,
1433,
18,
202,
45,
1767,
4243,
960,
273,
4147,
22144,
3773,
18,
588,
1868,
7675,
588,
1767,
4243,
5621,
202,
45,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
527,
14038,
12,
780,
394,
734,
13,
288,
202,
759,
968,
326,
1476,
1433,
18,
202,
45,
1767,
4243,
960,
273,
4147,
22144,
3773,
18,
588,
1868,
7675,
588,
1767,
4243,
5621,
202,
45,
... |
throws IOException, SQLException { | throws IOException, SQLException { | public int updateJobDetail(Connection conn, JobDetail job) throws IOException, SQLException { ByteArrayOutputStream baos = serializeJobData(job.getJobDataMap()); byte[] data = baos.toByteArray(); PreparedStatement ps = null; PreparedStatement ps2 = null; ResultSet rs = ... | 15562 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15562/1e6bdfda6e50d824394e05ecab0cb915f673d9ab/OracleDelegate.java/clean/src/oracle/org/quartz/impl/jdbcjobstore/oracle/OracleDelegate.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
1089,
2278,
6109,
12,
1952,
1487,
16,
3956,
6109,
1719,
13,
5411,
1216,
1860,
16,
6483,
288,
540,
11559,
17548,
273,
4472,
2278,
751,
12,
4688,
18,
588,
2278,
31982,
10663,
363... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
1089,
2278,
6109,
12,
1952,
1487,
16,
3956,
6109,
1719,
13,
5411,
1216,
1860,
16,
6483,
288,
540,
11559,
17548,
273,
4472,
2278,
751,
12,
4688,
18,
588,
2278,
31982,
10663,
363... |
System.err.println("ERROR Cell::refreshGroups() (Group: " + currGroup.getName() + ") -> " + e.getMessage()); | e.printStackTrace(); | protected void refreshGroups() throws AFSException { Group currGroup; int iterationId = getGroupsBegin( cellHandle ); groups = new ArrayList(); currGroup = new Group( this ); boolean authorized = false; int r = 1; while( r != 0 ) { try { if (authorized) { groups.add(... | 9493 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9493/2a4a4f417dd4193df9e0a3deae14aacd3f94ccb1/Cell.java/buggy/src/JAVA/classes/org/openafs/jafs/Cell.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
4460,
3621,
1435,
1216,
432,
4931,
503,
225,
288,
565,
3756,
4306,
1114,
31,
565,
509,
6532,
548,
273,
22708,
8149,
12,
2484,
3259,
11272,
3639,
3252,
273,
394,
2407,
5621,
363... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
4460,
3621,
1435,
1216,
432,
4931,
503,
225,
288,
565,
3756,
4306,
1114,
31,
565,
509,
6532,
548,
273,
22708,
8149,
12,
2484,
3259,
11272,
3639,
3252,
273,
394,
2407,
5621,
363... |
setTileAt(tx,ty,selTile); if(selection == null) { selection = new Area(new Rectangle2D.Double(tx,ty,1,1)); }else{ if(!selection.contains(tx,ty)) { selection.add(new Area(new Rectangle2D.Double(tx,ty,1,1))); } } } | setTileAt(tx, ty, selTile); if (selection == null) { selection = new Area(new Rectangle2D.Double(tx, ty, 1, 1)); } else { if (!selection.contains(tx, ty)) { selection.add(new Area(new Rectangle2D.Double(tx, ty, 1, 1))); } } } | public void select(int tx, int ty) { setTileAt(tx,ty,selTile); if(selection == null) { selection = new Area(new Rectangle2D.Double(tx,ty,1,1)); }else{ if(!selection.contains(tx,ty)) { selection.add(new Area(new Rectangle2D.Double(tx,ty,1,1))); } } } | 6621 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6621/8d5f7f1ff785030242a6637c83eaef349f361353/SelectionLayer.java/buggy/tiled/mapeditor/selection/SelectionLayer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
2027,
12,
474,
2229,
16,
509,
13806,
13,
288,
202,
202,
542,
9337,
861,
12,
978,
16,
4098,
16,
1786,
9337,
1769,
202,
202,
430,
12,
10705,
422,
446,
13,
288,
1082,
202,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
2027,
12,
474,
2229,
16,
509,
13806,
13,
288,
202,
202,
542,
9337,
861,
12,
978,
16,
4098,
16,
1786,
9337,
1769,
202,
202,
430,
12,
10705,
422,
446,
13,
288,
1082,
202,... |
JavaProjectUtilities.updateClasspath(j2eeInfo.getJavaProject()); | JemProjectUtilities.updateClasspath(j2eeInfo.getJavaProject()); | public void initializeFromInfo(IJavaProjectInfo info) throws CoreException { //super.initializeFromInfo(info); J2EEJavaProjectInfo j2eeInfo = (J2EEJavaProjectInfo) info; // To do : Needs rework for flexibile project ModuleCore.getFirstArtifactEditForRead // J2EESettings settings = getJ2EESettings();// settings... | 8196 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8196/668b89d2c5f4e8d55462fa9f1593eec8c0170482/J2EEModuleNature.java/buggy/plugins/org.eclipse.jst.j2ee/j2eecreation/org/eclipse/jst/j2ee/internal/project/J2EEModuleNature.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
4046,
1265,
966,
12,
45,
5852,
4109,
966,
1123,
13,
1216,
30015,
288,
202,
202,
759,
9565,
18,
11160,
1265,
966,
12,
1376,
1769,
202,
202,
46,
22,
9383,
5852,
4109,
966,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4046,
1265,
966,
12,
45,
5852,
4109,
966,
1123,
13,
1216,
30015,
288,
202,
202,
759,
9565,
18,
11160,
1265,
966,
12,
1376,
1769,
202,
202,
46,
22,
9383,
5852,
4109,
966,
... |
property = property.toLowerCase(); | public String readProperty(CmsUser currentUser, CmsProject currentProject, String resource, String siteRoot, String property, boolean search) throws CmsException { // read the resource CmsResource res = readFileHeader(currentUser, currentProject, resource); // check the security if( !... | 8585 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8585/08388631e2948bfd330f9f3571cc156a10efe64b/CmsResourceBroker.java/buggy/src/com/opencms/file/genericSql/CmsResourceBroker.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
855,
1396,
12,
4747,
1299,
13970,
16,
2149,
4109,
783,
4109,
16,
514,
1058,
16,
514,
25512,
16,
514,
1272,
16,
1250,
1623,
13,
565,
1216,
11228,
288,
3639,
368,
855,
326,
105... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
855,
1396,
12,
4747,
1299,
13970,
16,
2149,
4109,
783,
4109,
16,
514,
1058,
16,
514,
25512,
16,
514,
1272,
16,
1250,
1623,
13,
565,
1216,
11228,
288,
3639,
368,
855,
326,
105... | |
ImportOperation op = new ImportOperation(target.getFullPath(), stores[0].getParent(), FileStoreStructureProvider.INSTANCE, query, Arrays .asList(stores)); | ImportOperation op = new ImportOperation(target.getFullPath(), stores[0].getParent(), FileStoreStructureProvider.INSTANCE, query, Arrays.asList(stores)); | private void performFileImport(IFileStore[] stores, IContainer target, IProgressMonitor monitor) { IOverwriteQuery query = new IOverwriteQuery() { public String queryOverwrite(String pathString) { if (alwaysOverwrite) return ALL; final String returnCode[] = { CANCEL }; final String msg = NLS .bi... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/81668ae888a45daf0e57cd790b40dafaab7e36d2/CopyFilesAndFoldersOperation.java/buggy/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
3073,
812,
5010,
12,
45,
812,
2257,
8526,
9064,
16,
467,
2170,
1018,
16,
1082,
202,
45,
5491,
7187,
6438,
13,
288,
202,
202,
4294,
502,
2626,
1138,
843,
273,
394,
1665,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3073,
812,
5010,
12,
45,
812,
2257,
8526,
9064,
16,
467,
2170,
1018,
16,
1082,
202,
45,
5491,
7187,
6438,
13,
288,
202,
202,
4294,
502,
2626,
1138,
843,
273,
394,
1665,
... |
if (wsContainsCaret) { return whiteSpace.getTextRange().getStartOffset() + CharArrayUtil.shiftForward(newWS.toCharArray(), lineStartOffset - whiteSpace.getTextRange().getStartOffset(), " \t"); } else { return offset - whiteSpace.getTextRange().getLength() + newWS.length(); | if (wsContainsCaret) { return whiteSpace.getTextRange().getStartOffset() + CharArrayUtil.shiftForward(newWS.toCharArray(), lineStartOffset - whiteSpace.getTextRange().getStartOffset(), " \t"); } else { return offset - whiteSpace.getTextRange().getLength() + newWS.length(); } } else { WhiteSpace lastWS = processor.getLa... | public int adjustLineIndent(final FormattingModel model, final CodeStyleSettings settings, final CodeStyleSettings.IndentOptions indentOptions, final int offset, final TextRange affectedRange) throws In... | 56598 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56598/7a52f4da42ba88dd7975588bd16a0bb46effc9d2/FormatterImpl.java/buggy/source/com/intellij/newCodeFormatting/impl/FormatterImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
5765,
1670,
7790,
12,
6385,
4077,
1787,
1488,
938,
16,
17311,
727,
3356,
2885,
2628,
1947,
16,
17311,
727,
3356,
2885,
2628,
18,
7790,
1320,
3504,
1320,
16,
17311,
727,
509,
13... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
5765,
1670,
7790,
12,
6385,
4077,
1787,
1488,
938,
16,
17311,
727,
3356,
2885,
2628,
1947,
16,
17311,
727,
3356,
2885,
2628,
18,
7790,
1320,
3504,
1320,
16,
17311,
727,
509,
13... |
c = '&'; | c = 0x26; | private String readLiteral(int flags) throws IOException, XMLStreamException { boolean saved = expandPE; char delim = readCh(); if (delim != '\'' && delim != '"') error("expected '\"' or \"'\"", new Character(delim)); literalBuf.setLength(0); if ((flags & LIT_DISABLE_PE) != 0) expandPE = ... | 47947 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47947/b91aa9e58f8db725da1b33461ffd38af23bedf33/XMLParser.java/buggy/gnu/xml/stream/XMLParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
514,
855,
6177,
12,
474,
2943,
13,
565,
1216,
1860,
16,
21526,
225,
288,
565,
1250,
5198,
273,
4542,
1423,
31,
565,
1149,
10508,
273,
855,
782,
5621,
565,
309,
261,
23822,
480,
15... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
855,
6177,
12,
474,
2943,
13,
565,
1216,
1860,
16,
21526,
225,
288,
565,
1250,
5198,
273,
4542,
1423,
31,
565,
1149,
10508,
273,
855,
782,
5621,
565,
309,
261,
23822,
480,
15... |
mechW.setSize(210, 320); | mechW.setSize(210, 340); mechW.setResizable(false); | public Client(Frame frame, String playername) { this.frame = frame; this.name = playername; gameListeners = new Vector(); serverName = null; max_players = -1; local_pn = -1; game = new Game(); bv = new BoardView1(game, frame);//... | 3464 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3464/2d7f2261ffdd77dbc49aa14c0367b9e3097dc311/Client.java/clean/megamek/src/megamek/client/Client.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2445,
12,
3219,
2623,
16,
514,
7291,
529,
13,
288,
3639,
333,
18,
3789,
273,
2623,
31,
3639,
333,
18,
529,
273,
7291,
529,
31,
3639,
7920,
5583,
273,
394,
5589,
5621,
13491,
10926... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2445,
12,
3219,
2623,
16,
514,
7291,
529,
13,
288,
3639,
333,
18,
3789,
273,
2623,
31,
3639,
333,
18,
529,
273,
7291,
529,
31,
3639,
7920,
5583,
273,
394,
5589,
5621,
13491,
10926... |
fillInElementNameCompletionProposals(javaProject, document, path, token, tokenOffset, _offset, completionProposalsList); | fillInElementNameCompletionProposals(javaProject, document, path, token, tokenOffset, _offset, completionProposalsSet); | public ICompletionProposal[] computeCompletionProposals(ITextViewer _viewer, int _offset) { List completionProposalsList = new LinkedList(); try { IDocument document = _viewer.getDocument(); IEditorInput input = myEditor.getEditorInput(); if (input instanceof IPathEditorInput) { IPathEdito... | 2575 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2575/0121c50c657e485c351b986b3b99a5c73cbbb9a3/WODCompletionProcessor.java/buggy/projects/wolips/plugins/org.objectstyle.wolips.wodclipse/java/org/objectstyle/wolips/wodclipse/editors/WODCompletionProcessor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
467,
11238,
14592,
8526,
3671,
11238,
626,
22536,
12,
1285,
408,
18415,
389,
25256,
16,
509,
389,
3348,
13,
288,
565,
987,
8364,
626,
22536,
682,
273,
394,
10688,
5621,
565,
775,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
467,
11238,
14592,
8526,
3671,
11238,
626,
22536,
12,
1285,
408,
18415,
389,
25256,
16,
509,
389,
3348,
13,
288,
565,
987,
8364,
626,
22536,
682,
273,
394,
10688,
5621,
565,
775,
28... |
PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(), IJavaHelpContextIds.JAVA_BUILD_PREFERENCE_PAGE); | PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(), IJavaHelpContextIds.COMPILER_PREFERENCE_PAGE); | public void createControl(Composite parent) { IWorkbenchPreferenceContainer container= (IWorkbenchPreferenceContainer) getContainer(); fConfigurationBlock= new JavaBuildConfigurationBlock(getNewStatusChangedListener(), getProject(), container); super.createControl(parent); if (isProjectPreferencePage()) { Plat... | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/bb02bb3b47f6ec71e0734c49791d40e16acc64ea/JavaBuildPreferencePage.java/buggy/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildPreferencePage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
752,
3367,
12,
9400,
982,
13,
288,
202,
202,
45,
2421,
22144,
9624,
2170,
1478,
33,
261,
45,
2421,
22144,
9624,
2170,
13,
9272,
5621,
202,
202,
74,
1750,
1768,
33,
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,
918,
752,
3367,
12,
9400,
982,
13,
288,
202,
202,
45,
2421,
22144,
9624,
2170,
1478,
33,
261,
45,
2421,
22144,
9624,
2170,
13,
9272,
5621,
202,
202,
74,
1750,
1768,
33,
394,
... |
case 44: break; | case 45: break; | public Yytoken yylex() throws java.io.IOException { int zzInput; int zzAction; // cached fields: int zzCurrentPosL; int zzMarkedPosL; int zzEndReadL = zzEndRead; char [] zzBufferL = zzBuffer; char [] zzCMapL = ZZ_CMAP; int [] zzTransL = ZZ_TRANS; int [] zzRowMapL = ZZ_ROWMAP; int [] z... | 8026 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8026/0704f93643187b0aba45fa8c09ca25a3fa9173bb/CSSTokenizerFilter.java/clean/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,
11273,
1210,
31,
565,
509,
11273,
1803,
31,
565,
368,
3472,
1466,
30,
565,
509,
11273,
3935,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11273,
1210,
31,
565,
509,
11273,
1803,
31,
565,
368,
3472,
1466,
30,
565,
509,
11273,
3935,
1... |
public BrowserControlCanvas () | protected BrowserControlCanvas () | public BrowserControlCanvas () { nativeWindow = 0; webShell = null; initializeOK = false; boundsValid = false; hasFocus = false; try { BrowserControlMozillaShim.initialize(); } catch (Exception e) { System.out.println(e.toString()); }} // BrowserControlCanvas() ctor | 54155 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54155/f0c6611e7a4cdaa1d2901781c5866be97ff9bdb2/BrowserControlCanvas.java/clean/java/webclient/classes/org/mozilla/webclient/BrowserControlCanvas.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
15408,
3367,
12971,
1832,
288,
202,
13635,
3829,
273,
374,
31,
202,
4875,
13220,
273,
446,
31,
202,
11160,
3141,
273,
629,
31,
202,
10576,
1556,
273,
629,
31,
202,
5332,
9233,
273,
629,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
15408,
3367,
12971,
1832,
288,
202,
13635,
3829,
273,
374,
31,
202,
4875,
13220,
273,
446,
31,
202,
11160,
3141,
273,
629,
31,
202,
10576,
1556,
273,
629,
31,
202,
5332,
9233,
273,
629,
... |
enhancer.setCallback(this); | enhancer.setCallbacks( new Callback[] {NoOp.INSTANCE, this}); | public Object getProxy() { Enhancer enhancer = new Enhancer(); enhancer.setSuperclass(targetclass);// enhancer.setCallbackFilter(new CallbackFilter() {//// public int accept(Method method) {// return method.getName().equals("get") ? 1// : 0;// }// }); enhancer.setCallback(th... | 48218 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48218/0e98ce93b6c4870a579ff23d44eb64d1235038ed/RSACPeaProxyFactory.java/buggy/src/uk/org/ponder/rsac/RSACPeaProxyFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1033,
18992,
1435,
288,
565,
1374,
25842,
2750,
570,
25842,
2750,
273,
394,
1374,
25842,
2750,
5621,
565,
570,
25842,
2750,
18,
542,
28471,
12,
3299,
1106,
1769,
759,
565,
570,
25842,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
18992,
1435,
288,
565,
1374,
25842,
2750,
570,
25842,
2750,
273,
394,
1374,
25842,
2750,
5621,
565,
570,
25842,
2750,
18,
542,
28471,
12,
3299,
1106,
1769,
759,
565,
570,
25842,... |
fUndoChange.initializeValidationData(new SubProgressMonitor(monitor, 1)); | fUndoChange.initializeValidationData(new NotCancelableProgressMonitor( new SubProgressMonitor(monitor, 1))); | public void run(IProgressMonitor monitor) throws CoreException { boolean undoInitialized= false; try { monitor.beginTask("", 10); //$NON-NLS-1$ fValidationStatus= fChange.isValid(new SubProgressMonitor(monitor, 1)); if (fValidationStatus.hasFatalError()) return; if (fUndoManager != null) {... | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/d8de20ac35aec10a3bdd551fd7cdbb61a452f4ff/PerformChangeOperation.java/clean/org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/PerformChangeOperation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
1086,
12,
45,
5491,
7187,
6438,
13,
1216,
30015,
288,
9506,
202,
6494,
15436,
11459,
33,
629,
31,
9506,
202,
698,
288,
6862,
202,
10259,
18,
10086,
2174,
2932,
3113,
1728,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
1086,
12,
45,
5491,
7187,
6438,
13,
1216,
30015,
288,
9506,
202,
6494,
15436,
11459,
33,
629,
31,
9506,
202,
698,
288,
6862,
202,
10259,
18,
10086,
2174,
2932,
3113,
1728,... |
System.out.println("in DefaultPersistenceDelegate initialize() " + e.getClass() + " :" + e.getMessage()); | out.getExceptionListener().exceptionThrown(e); | protected void initialize(Class<?> type, Object oldInstance, Object newInstance, Encoder out) { try { PropertyDescriptor[] pds = Introspector.getBeanInfo(type) .getPropertyDescriptors(); for (int i = 0; i < pds.length; ++i) { PropertyDescript... | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/881aae53b8504e33ada85dbb73c89d44a8eff679/DefaultPersistenceDelegate.java/buggy/modules/beans/src/main/java/java/beans/DefaultPersistenceDelegate.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
4046,
12,
797,
12880,
34,
618,
16,
1033,
1592,
1442,
16,
5411,
1033,
5984,
16,
13554,
596,
13,
288,
3639,
775,
288,
5411,
26761,
8526,
293,
2377,
273,
3094,
26170,
280,
18,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
4046,
12,
797,
12880,
34,
618,
16,
1033,
1592,
1442,
16,
5411,
1033,
5984,
16,
13554,
596,
13,
288,
3639,
775,
288,
5411,
26761,
8526,
293,
2377,
273,
3094,
26170,
280,
18,
5... |
for (int i = 0; i < ncomponents; ++i) { Component comp = component[i]; boolean applicable = comp.isVisible() && (comp.isLightweight() || !lightweightOnly); if (applicable) visitChild(gfx, visitor, comp); | if (applicable) visitChild(gfx, visitor, comp); } | private void visitChildren(Graphics gfx, GfxVisitor visitor, boolean lightweightOnly) { // FIXME: do locking for (int i = 0; i < ncomponents; ++i) { Component comp = component[i]; boolean applicable = comp.isVisible() && (comp.isLightweight() || !lightwei... | 25337 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/25337/47b8a95e33f15f8f7f754a990349584fe4134b05/Container.java/clean/libjava/java/awt/Container.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
3757,
4212,
12,
17558,
30940,
16,
611,
19595,
7413,
8000,
16,
11794,
1250,
9052,
4865,
3386,
13,
225,
288,
565,
368,
9852,
30,
741,
18887,
565,
364,
261,
474,
277,
273,
374,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
3757,
4212,
12,
17558,
30940,
16,
611,
19595,
7413,
8000,
16,
11794,
1250,
9052,
4865,
3386,
13,
225,
288,
565,
368,
9852,
30,
741,
18887,
565,
364,
261,
474,
277,
273,
374,
... |
Bundle[] bundles = item.getBundles(); | if (relPath == null || (bitstream = getItemBitstreamByName(item, relPath)) == null) bitstream = getItemBitstreamByName(item, filename); | protected void doDSGet(Context context, HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException, SQLException, AuthorizeException { Bitstream bitstream = null; // Get the ID from the URL String idString = request.getPathInfo(); ... | 47292 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47292/257dfe454961dd081224cf1e4f1878b5d2cb8cf3/HTMLServlet.java/buggy/dspace/src/org/dspace/app/webui/servlet/HTMLServlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
741,
3948,
967,
12,
1042,
819,
16,
9984,
590,
16,
5411,
12446,
766,
13,
1216,
16517,
16,
1860,
16,
5411,
6483,
16,
23859,
503,
565,
288,
3639,
6539,
3256,
28640,
273,
446,
31... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
741,
3948,
967,
12,
1042,
819,
16,
9984,
590,
16,
5411,
12446,
766,
13,
1216,
16517,
16,
1860,
16,
5411,
6483,
16,
23859,
503,
565,
288,
3639,
6539,
3256,
28640,
273,
446,
31... |
if(updateJob == null) return; removedListeners.add(listener); | if(updatesPending()) removedListeners.add(listener); | void listenerRemoved(ILabelProviderListener listener) { if(updateJob == null) return; removedListeners.add(listener); } | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/d206262120eb7dcd408223890a1e2ccc6c4b1431/DecorationScheduler.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
2991,
10026,
12,
45,
2224,
2249,
2223,
2991,
13,
288,
202,
202,
430,
12,
2725,
2278,
422,
446,
13,
1082,
202,
2463,
31,
202,
202,
14923,
5583,
18,
1289,
12,
12757,
1769,
1082... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
2991,
10026,
12,
45,
2224,
2249,
2223,
2991,
13,
288,
202,
202,
430,
12,
2725,
2278,
422,
446,
13,
1082,
202,
2463,
31,
202,
202,
14923,
5583,
18,
1289,
12,
12757,
1769,
1082... |
getModel().setDelayEvents(false); | public void processLowLevelEvent(String name, String[] values) { System.out.println("name = " + name); System.out.println("name = " + name); System.out.println("name = " + name); // is it for me ? /* if ( !name.startsWith(getComponentId()) ) { return; } ... | 3911 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3911/933c8b57d9fb87a4e1c64ec1c696946b9d5351f4/SAbstractAdjustable.java/clean/wings2/src/java/org/wings/SAbstractAdjustable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1207,
10520,
2355,
1133,
12,
780,
508,
16,
514,
8526,
924,
13,
288,
3639,
2332,
18,
659,
18,
8222,
2932,
529,
273,
315,
397,
508,
1769,
3639,
2332,
18,
659,
18,
8222,
2932,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1207,
10520,
2355,
1133,
12,
780,
508,
16,
514,
8526,
924,
13,
288,
3639,
2332,
18,
659,
18,
8222,
2932,
529,
273,
315,
397,
508,
1769,
3639,
2332,
18,
659,
18,
8222,
2932,
... | |
if( len[ t ][ i ] < minLen ) | } if( len[ t ][ i ] < minLen ) { | private void sendMTFValues() throws IOException { char len[][] = new char[ N_GROUPS ][ MAX_ALPHA_SIZE ]; int v; int t; int i; int j; int gs; int ge; int totc; int bt; int bc; int iter; int nSelectors = 0; int alphaS... | 17033 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17033/b95d90a13da3fb8d362982bc84652f1e03e8325e/CBZip2OutputStream.java/clean/proposal/myrmidon/src/java/org/apache/aut/bzip2/CBZip2OutputStream.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1366,
6152,
42,
1972,
1435,
3639,
1216,
1860,
565,
288,
3639,
1149,
562,
63,
6362,
65,
273,
394,
1149,
63,
423,
67,
28977,
308,
63,
4552,
67,
26313,
67,
4574,
308,
31,
3639,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1366,
6152,
42,
1972,
1435,
3639,
1216,
1860,
565,
288,
3639,
1149,
562,
63,
6362,
65,
273,
394,
1149,
63,
423,
67,
28977,
308,
63,
4552,
67,
26313,
67,
4574,
308,
31,
3639,
... |
registerDeployableModuleFactory(IModuleConstants.JAVA_UTIL_MODULE); | registerDeployableModuleFactory(IModuleConstants.JST_UTILITY_MODULE); | public void startup() throws CoreException { super.startup(); //Have to do the next line immediately to fix timing problems with factory registration ArchiveInit.init(false); //ModuleMaps are the maps from modules in an ear project to the j2ee projects for the // modules org.eclipse.jst.j2ee.internal.earcreation... | 8196 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8196/7d5427c73390fc82ab68782f3938c7293afaa6ac/J2EEPlugin.java/clean/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/plugin/J2EEPlugin.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
11850,
1435,
1216,
30015,
288,
202,
202,
9565,
18,
23939,
5621,
202,
202,
759,
17944,
358,
741,
326,
1024,
980,
7636,
358,
2917,
15538,
9688,
598,
3272,
7914,
202,
202,
746... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11850,
1435,
1216,
30015,
288,
202,
202,
9565,
18,
23939,
5621,
202,
202,
759,
17944,
358,
741,
326,
1024,
980,
7636,
358,
2917,
15538,
9688,
598,
3272,
7914,
202,
202,
746... |
FileUtils.rename(zipFile, renamedFile); | FileUtils.rename( zipFile, renamedFile ); | private void createArchiveMain() throws ArchiverException, IOException { Map archiveEntries = getFiles(); if ( archiveEntries == null || archiveEntries.size() == 0 ) { new ArchiverException( "You must set at least one file." ); } File zipFile = ge... | 10884 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10884/8348e0b29d34f62b8f140a99598373fb0cbf7fcb/AbstractZipArchiver.java/buggy/src/main/java/org/codehaus/plexus/archiver/zip/AbstractZipArchiver.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
752,
7465,
6376,
1435,
377,
202,
15069,
16959,
1667,
503,
16,
1860,
565,
288,
3639,
1635,
5052,
5400,
273,
18262,
5621,
7734,
309,
261,
5052,
5400,
422,
446,
747,
5052,
5400,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
752,
7465,
6376,
1435,
377,
202,
15069,
16959,
1667,
503,
16,
1860,
565,
288,
3639,
1635,
5052,
5400,
273,
18262,
5621,
7734,
309,
261,
5052,
5400,
422,
446,
747,
5052,
5400,
1... |
case M_OP_PLUS: | case FixnumDefinition.OP_PLUS: | public IRubyObject callIndexed(int index, IRubyObject[] args) { switch (index) { case M_TO_F: return to_f(); case M_TO_S: return to_s(); case M_OP_LSHIFT: return op_lshift(args[0]); case M_OP_RSHIFT: return op_rshift(args[0]); cas... | 46454 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46454/5f6bd2ce57ff6ed96fea5760d028882d8af6113c/RubyFixnum.java/buggy/src/org/jruby/RubyFixnum.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15908,
10340,
921,
745,
15034,
12,
474,
770,
16,
15908,
10340,
921,
8526,
833,
13,
288,
3639,
1620,
261,
1615,
13,
288,
3639,
648,
490,
67,
4296,
67,
42,
30,
5411,
327,
358,
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,
15908,
10340,
921,
745,
15034,
12,
474,
770,
16,
15908,
10340,
921,
8526,
833,
13,
288,
3639,
1620,
261,
1615,
13,
288,
3639,
648,
490,
67,
4296,
67,
42,
30,
5411,
327,
358,
67,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.