rem stringlengths 1 226k | add stringlengths 0 227k | context stringlengths 6 326k | meta stringlengths 143 403 | input_ids listlengths 256 256 | attention_mask listlengths 256 256 | labels listlengths 128 128 |
|---|---|---|---|---|---|---|
this.groups = new ArrayList[size]; | this.groups = new CachedList[size]; | void readGroupsFromStream( InputStream inputStream ) throws IOException { int size = IOUtil.readInt( inputStream ); this.groups = new ArrayList[size]; for ( int i = 0; i < size; i++ ) { List list = new ArrayList( ); int asize = IOUtil.readInt( inputStream ); for ( int j = 0; j < asize; j++ ) { GroupInfo... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/7542758bdddfb6f4a72d47125804ee7cdf830e00/GroupInformationUtil.java/buggy/data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupInformationUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
855,
3621,
1265,
1228,
12,
5037,
10010,
262,
1216,
1860,
202,
95,
202,
202,
474,
963,
273,
1665,
1304,
18,
896,
1702,
12,
10010,
11272,
202,
202,
2211,
18,
4650,
273,
394,
24... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6459,
855,
3621,
1265,
1228,
12,
5037,
10010,
262,
1216,
1860,
202,
95,
202,
202,
474,
963,
273,
1665,
1304,
18,
896,
1702,
12,
10010,
11272,
202,
202,
2211,
18,
4650,
273,
394,
24... |
startPC = PC; | startPC = getPC(); | public void sawOpcode(int seen) { if (seen == MONITORENTER) sawMonitorEnter = true; if (seen == GETFIELD || seen == GETSTATIC) { FieldAnnotation f = FieldAnnotation.fromReferencedField(this); if (!sawMonitorEnter) { fields.add(f); startPC = PC; } else if(fields.contains(f)) twice.add(f); } switch (stag... | 7352 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7352/576aefec1a0617bbdee3170c52071027f9fe03db/FindDoubleCheck.java/clean/findbugs/src/java/edu/umd/cs/findbugs/detect/FindDoubleCheck.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
19821,
22808,
12,
474,
5881,
13,
288,
202,
430,
261,
15156,
422,
30215,
1285,
51,
7480,
654,
13,
19821,
7187,
10237,
273,
638,
31,
202,
430,
261,
15156,
422,
4978,
6776,
747,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
19821,
22808,
12,
474,
5881,
13,
288,
202,
430,
261,
15156,
422,
30215,
1285,
51,
7480,
654,
13,
19821,
7187,
10237,
273,
638,
31,
202,
430,
261,
15156,
422,
4978,
6776,
747,
... |
if(y-offsetY < 0) { deltaY = (y-offsetY); deltaH = Math.abs(y-offsetY); if(checkBounds(deltaX, deltaY, deltaW, deltaH)) startY = startY+(y-offsetY); } else { deltaY = (y-offsetY); deltaH = -Math.abs(y-offsetY); if(checkBounds(deltaX, deltaY, deltaW, deltaH)) startY = startY+(y-offsetY); } if(x-offsetX > 0) | if (y-offsetY < 0) { deltaY = (y-offsetY); deltaH = Math.abs(y-offsetY); if (checkBounds(deltaX, deltaY, deltaW, deltaH)) startY = startY+(y-offsetY); } else { deltaY = (y-offsetY); deltaH = -Math.abs(y-offsetY); if (checkBounds(deltaX, deltaY, deltaW, deltaH)) startY = startY+(y-offsetY); } if (x-offsetX > 0) | void lensMouseDrag(int x, int y, boolean isShiftDown) { if (borderDrag) { int deltaX = 0; int deltaY = 0; int deltaW = 0; int deltaH = 0; switch(resizeDir) { case LensUI.NORTH: if (y-offsetY < 0) { deltaY = (y-offsetY); deltaH = Math.abs(y-offsetY); if(checkBounds(deltaX, del... | 13273 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13273/54a6dc1cc81e06c2190546075a6c5a04f18d9bb5/LensController.java/clean/SRC/org/openmicroscopy/shoola/util/ui/lens/LensController.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
26882,
9186,
11728,
12,
474,
619,
16,
509,
677,
16,
1250,
353,
10544,
4164,
13,
202,
95,
202,
202,
430,
261,
8815,
11728,
13,
202,
202,
95,
1082,
202,
474,
31329,
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,
225,
202,
6459,
26882,
9186,
11728,
12,
474,
619,
16,
509,
677,
16,
1250,
353,
10544,
4164,
13,
202,
95,
202,
202,
430,
261,
8815,
11728,
13,
202,
202,
95,
1082,
202,
474,
31329,
273,
374,
... |
pc = catchStack[--tryStackTop]; scope = scopeStack[tryStackTop]; | pc = catchStack[tryStackTop - 1]; scope = scopeStack[tryStackTop - 1]; | public static Object interpret(InterpreterData theData) throws JavaScriptException { Object lhs; Object[] stack = new Object[theData.itsMaxStack]; int stackTop = -1; byte[] iCode = theData.itsICode; int pc = 0; int iCodeLength = theData.itsICodeTop; ... | 12376 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12376/32feff141e5ccc7b1b5e5423d181b6baf24616a0/Interpreter.java/clean/js/rhino/src/org/mozilla/javascript/Interpreter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1033,
10634,
12,
30010,
751,
326,
751,
13,
3639,
1216,
11905,
503,
565,
288,
3639,
1033,
8499,
31,
3639,
1033,
8526,
2110,
273,
394,
1033,
63,
5787,
751,
18,
1282,
2747,
2624,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1033,
10634,
12,
30010,
751,
326,
751,
13,
3639,
1216,
11905,
503,
565,
288,
3639,
1033,
8499,
31,
3639,
1033,
8526,
2110,
273,
394,
1033,
63,
5787,
751,
18,
1282,
2747,
2624,
... |
public static int bytesToPages (int bytes) { int pages = bytesToPagesUp(bytes); if (VM_Interface.VerifyAssertions) VM_Interface._assert(pagesToBytes(pages) == bytes); return pages; | public static int bytesToPages(int bytes) { return bytesToPages(VM_Extent.fromInt(bytes)); | public static int bytesToPages (int bytes) { int pages = bytesToPagesUp(bytes); if (VM_Interface.VerifyAssertions) VM_Interface._assert(pagesToBytes(pages) == bytes); return pages; } | 5245 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5245/e9199992b356786655ffe0ebed85eac89e929500/Conversions.java/buggy/MMTk/src/org/mmtk/utility/Conversions.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
509,
1731,
774,
5716,
261,
474,
1731,
13,
288,
565,
509,
4689,
273,
1731,
774,
5716,
1211,
12,
3890,
1769,
565,
309,
261,
7397,
67,
1358,
18,
8097,
8213,
1115,
13,
8251,
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,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
509,
1731,
774,
5716,
261,
474,
1731,
13,
288,
565,
509,
4689,
273,
1731,
774,
5716,
1211,
12,
3890,
1769,
565,
309,
261,
7397,
67,
1358,
18,
8097,
8213,
1115,
13,
8251,
67,
... |
private Slot getSlot(String id, int index, boolean shouldDelete) { Slot[] slots = this.slots; if (slots == null) return null; int start = (index & 0x7fffffff) % slots.length; int i = start; do { Slot slot = slots[i]; if (slot == null) return null; if (slot != REMOVED && slot.intKey == index && (slot.stringKey == id || ... | private Slot getSlot(String id, int index) { Slot[] slots = this.slots; int i = getSlotPosition(slots, id, index); return (i < 0) ? null : slots[i]; | private Slot getSlot(String id, int index, boolean shouldDelete) { Slot[] slots = this.slots; if (slots == null) return null; int start = (index & 0x7fffffff) % slots.length; int i = start; do { Slot slot = slots[i]; if (slot == null) ... | 12564 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12564/d22966941657c19d25edc45e9dafabff7cceea7f/ScriptableObject.java/clean/src/org/mozilla/javascript/ScriptableObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
23195,
17718,
352,
12,
780,
612,
16,
509,
770,
16,
1250,
1410,
2613,
13,
288,
3639,
23195,
8526,
12169,
273,
333,
18,
18875,
31,
3639,
309,
261,
18875,
422,
446,
13,
5411,
327,
44... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
23195,
17718,
352,
12,
780,
612,
16,
509,
770,
16,
1250,
1410,
2613,
13,
288,
3639,
23195,
8526,
12169,
273,
333,
18,
18875,
31,
3639,
309,
261,
18875,
422,
446,
13,
5411,
327,
44... |
Double o0 = getDoubleArg(evaluator, args, 0), o1 = getDoubleArg(evaluator, args, 1); | Double o0 = getDoubleArg(evaluator, args, 0, null), o1 = getDoubleArg(evaluator, args, 1, null); if (o0 == null || o1 == null) return null; | public Object evaluate(Evaluator evaluator, Exp[] args) { Double o0 = getDoubleArg(evaluator, args, 0), o1 = getDoubleArg(evaluator, args, 1); return new Double(o0.doubleValue() * o1.doubleValue()); } | 37907 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/37907/34abaab58fde7dfa37a8cebcc961787b875a53ce/BuiltinFunTable.java/buggy/src/main/mondrian/olap/fun/BuiltinFunTable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
1033,
5956,
12,
15876,
18256,
16,
7784,
8526,
833,
13,
288,
9506,
202,
5265,
320,
20,
273,
16097,
4117,
12,
14168,
639,
16,
833,
16,
374,
3631,
25083,
202,
83,
21,
273,
16097... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1033,
5956,
12,
15876,
18256,
16,
7784,
8526,
833,
13,
288,
9506,
202,
5265,
320,
20,
273,
16097,
4117,
12,
14168,
639,
16,
833,
16,
374,
3631,
25083,
202,
83,
21,
273,
16097... |
if (type instanceof CVectorType) { | if (type instanceof CVectorType || type instanceof CVectorTypeLow) { | public static int getTypeSize(CType type) { if (type.getTypeID() == CType.TID_VOID) return 0; if (type.getTypeID() == CType.TID_BYTE) return 1; if (type.getTypeID() == CType.TID_SHORT) return 2; if (type.getTypeID() == CType.TID_CHAR) return 1; if (type.getTypeID() == CType.TID_IN... | 5955 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5955/f1197ac29a976f6015baaa30c8e231cc5cf68a9f/DataEstimate.java/clean/streams/src/at/dms/kjc/cluster/DataEstimate.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
509,
3130,
1225,
12,
39,
559,
618,
13,
288,
3639,
309,
261,
723,
18,
588,
559,
734,
1435,
422,
385,
559,
18,
56,
734,
67,
58,
12945,
13,
327,
374,
31,
3639,
309,
261,
723... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
509,
3130,
1225,
12,
39,
559,
618,
13,
288,
3639,
309,
261,
723,
18,
588,
559,
734,
1435,
422,
385,
559,
18,
56,
734,
67,
58,
12945,
13,
327,
374,
31,
3639,
309,
261,
723... |
public long lastModified() { checkReadAccess(); return lastModified0(); } | public long lastModified () { checkRead (); return lastModifiedInternal (path); } | public long lastModified() { checkReadAccess(); return lastModified0();} | 45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/af503bb72418d994f4439910bc3989d556fcdbd5/File.java/clean/libraries/javalib/java/io/File.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
1525,
12709,
1435,
288,
202,
1893,
1994,
1862,
5621,
202,
2463,
12709,
20,
5621,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
1071,
1525,
12709,
1435,
288,
202,
1893,
1994,
1862,
5621,
202,
2463,
12709,
20,
5621,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
public void execute(TransformerImpl transformer, Node sourceNode, QName mode) throws SAXException { ResultTreeHandler rhandler = transformer.getResultTreeHandler(); XPathContext xctxt = transformer.getXPathContext(); String elemName = m_name_avt.evaluate(xctxt,... | 46591 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46591/77ad973f1d6ad8f28fd358f2ba4d4c63da65d953/ElemElement.java/clean/src/org/apache/xalan/templates/ElemElement.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
90,
11359,
561,
557,
624,
12,
8319,
2828,
21523,
16,
3205,
552,
907,
16,
13688,
3188,
13,
15069,
55,
2501,
503,
95,
1253,
2471,
1144,
80,
370,
4176,
33,
21523,
18,
588,
1253,
2471,
150... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
90,
11359,
561,
557,
624,
12,
8319,
2828,
21523,
16,
3205,
552,
907,
16,
13688,
3188,
13,
15069,
55,
2501,
503,
95,
1253,
2471,
1144,
80,
370,
4176,
33,
21523,
18,
588,
1253,
2471,
150... | ||
if( RegexpUtil.hasFlag( options, REPLACE_ALL ) ) | if( RegexpUtil.hasFlag( options, REPLACE_ALL ) ) { | protected int getSubsOptions( int options ) { int subsOptions = REPLACE_FIRST; if( RegexpUtil.hasFlag( options, REPLACE_ALL ) ) subsOptions = REPLACE_ALL; return subsOptions; } | 506 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/506/8ce1de2178a0422105fa437c327b49fb5637ff28/Jdk14RegexpRegexp.java/clean/proposal/myrmidon/src/todo/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexp.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
509,
7040,
87,
1320,
12,
509,
702,
262,
565,
288,
3639,
509,
11630,
1320,
273,
23679,
67,
15354,
31,
3639,
309,
12,
17011,
1304,
18,
5332,
4678,
12,
702,
16,
23679,
67,
4685,
262,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
509,
7040,
87,
1320,
12,
509,
702,
262,
565,
288,
3639,
509,
11630,
1320,
273,
23679,
67,
15354,
31,
3639,
309,
12,
17011,
1304,
18,
5332,
4678,
12,
702,
16,
23679,
67,
4685,
262,... |
protected int getPort () { return port; } | protected int getPort() { return port; } | protected int getPort () { return port; } | 13625 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13625/84d120cc49d42a79bfbc68fe36429395bdef90fd/SocketImpl.java/buggy/libjava/java/net/SocketImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
509,
11036,
1832,
288,
327,
1756,
31,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
509,
11036,
1832,
288,
327,
1756,
31,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
boolean downloadFile(String fileURL) { Client.debug.println("CacheController.downloadFile fileURL: " + fileURL); String[] tokens = fileURL.split("/"); String saveFile = _cacheDir + tokens[tokens.length - 1]; // if "cache" is "initialized" in the ctor, then we can do this: curr[index].setDownloaded(true); ... | 14573 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14573/ad52825478597c531f840419d0926af07ffe1a7f/CacheController.java/clean/client/CacheController.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
800,
790,
464,
995,
945,
812,
12,
780,
768,
1785,
15329,
1227,
18,
4148,
18,
8222,
2932,
1649,
2933,
18,
7813,
812,
768,
1785,
2773,
15,
768,
1785,
1769,
780,
8526,
7860,
33,
768,
1785,
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,
800,
790,
464,
995,
945,
812,
12,
780,
768,
1785,
15329,
1227,
18,
4148,
18,
8222,
2932,
1649,
2933,
18,
7813,
812,
768,
1785,
2773,
15,
768,
1785,
1769,
780,
8526,
7860,
33,
768,
1785,
18,
... | ||
if (cx.currentActivationDepth == 0) throw new IllegalStateException(); if (cx.currentActivationScope == null) throw new IllegalStateException(); if (cx.currentActivationCall != cx.currentActivationScope) throw new IllegalStateException(); | public static void exitActivationFunction(Context cx) { if (cx.currentActivationDepth == 0) throw new IllegalStateException(); if (cx.currentActivationScope == null) throw new IllegalStateException(); if (cx.currentActivationCall != cx.currentActivationScope) ... | 19042 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19042/81605cfd95070f6af92b065f7488da2f048e67e8/ScriptRuntime.java/buggy/src/org/mozilla/javascript/ScriptRuntime.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2427,
14857,
2083,
12,
1042,
9494,
13,
565,
288,
3639,
309,
261,
71,
92,
18,
2972,
14857,
6148,
422,
374,
13,
5411,
604,
394,
5477,
5621,
3639,
309,
261,
71,
92,
18,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2427,
14857,
2083,
12,
1042,
9494,
13,
565,
288,
3639,
309,
261,
71,
92,
18,
2972,
14857,
6148,
422,
374,
13,
5411,
604,
394,
5477,
5621,
3639,
309,
261,
71,
92,
18,
2... | |
List<File> returnValues = new ArrayList(); | List<File> returnValues = new ArrayList<File>(); | private List<File> getSelectedFiles() { Object[] selectedValues = getSelectionModel().getSelections(); if (selectedValues == null || selectedValues.length == 0) { return null; } // check for dirs: List<File> returnValues = new ArrayList(); for (int i = 0; i < sel... | 51438 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51438/d52549631753094e49d9718b6ece9f56eaac37f2/DirectoryPanel.java/clean/src/main/de/dal33t/powerfolder/ui/folder/DirectoryPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
987,
32,
812,
34,
16625,
2697,
1435,
288,
3639,
1033,
8526,
3170,
1972,
273,
23204,
1488,
7675,
588,
29913,
5621,
3639,
309,
261,
8109,
1972,
422,
446,
747,
3170,
1972,
18,
2469,
42... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
987,
32,
812,
34,
16625,
2697,
1435,
288,
3639,
1033,
8526,
3170,
1972,
273,
23204,
1488,
7675,
588,
29913,
5621,
3639,
309,
261,
8109,
1972,
422,
446,
747,
3170,
1972,
18,
2469,
42... |
SimpleDateFormat df = (SimpleDateFormat) tl_df.get(); if (df == null) { df = new SimpleDateFormat("''yyyy-MM-dd''"); tl_df.set(df); } set(parameterIndex, df.format(x)); | set(parameterIndex, "'" + x.toString() + "'"); | public void setDate(int parameterIndex, java.sql.Date x) throws SQLException { if (null == x) { setNull(parameterIndex, Types.OTHER); } else { SimpleDateFormat df = (SimpleDateFormat) tl_df.get(); if (df == null) { df = new SimpleDateFormat("''yyyy-MM-dd''"); tl_df.set(df); } set(parameterIndex,... | 52522 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52522/cdebcad6af70ec13bd89f11cf7f3d8b7d5278f50/PreparedStatement.java/clean/src/interfaces/jdbc/org/postgresql/jdbc2/PreparedStatement.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
17604,
12,
474,
25412,
16,
2252,
18,
4669,
18,
1626,
619,
13,
1216,
6483,
202,
95,
202,
202,
430,
261,
2011,
422,
619,
13,
202,
202,
95,
1082,
202,
542,
2041,
12,
6775,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
17604,
12,
474,
25412,
16,
2252,
18,
4669,
18,
1626,
619,
13,
1216,
6483,
202,
95,
202,
202,
430,
261,
2011,
422,
619,
13,
202,
202,
95,
1082,
202,
542,
2041,
12,
6775,... |
public ParticleManager(int noParticles, Camera cam) { camera = cam; this.noParticles = noParticles; // init non-null, non-zero field members rotMatrix = new Matrix3f(); originCenter = new Vector3f(); upVector = new Vector3f(0.0f, 1.0f, 0.0f); gravityForce = new ... | 19503 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19503/6aaba14bb39fd6af9aea6f599180d9ac7dbd923d/ParticleManager.java/buggy/src/com/jmex/effects/ParticleManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
6393,
3711,
1318,
12,
474,
1158,
1988,
8383,
16,
30355,
5861,
13,
288,
3639,
10836,
273,
5861,
31,
3639,
333,
18,
2135,
1988,
8383,
273,
1158,
1988,
8383,
31,
3639,
368,
1377,
1208,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6393,
3711,
1318,
12,
474,
1158,
1988,
8383,
16,
30355,
5861,
13,
288,
3639,
10836,
273,
5861,
31,
3639,
333,
18,
2135,
1988,
8383,
273,
1158,
1988,
8383,
31,
3639,
368,
1377,
1208,... | ||
entityDecl.setValues(name,publicId,systemId, null, notation, isPE, inExternal); | entityDecl.setValues(name,publicId,systemId, null, notation, null, isPE, inExternal); | public void unparsedEntityDecl(String name, String publicId, String systemId, String notation) throws XNIException { XMLEntityDecl entityDecl = new XMLEntityDecl(); boolean isPE = name.startsWith("%"); boolean inExternal = fReadingExternalDTD; e... | 4434 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4434/1896aabac7a9d90f353de029d30e8667182bb06f/DTDGrammar.java/clean/src/org/apache/xerces/impl/validation/grammars/DTDGrammar.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
27810,
1943,
3456,
12,
780,
508,
16,
514,
1071,
548,
16,
4766,
565,
514,
30083,
16,
514,
12155,
13,
3639,
1216,
1139,
50,
45,
503,
288,
3639,
1139,
9687,
1628,
3456,
225,
152... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
27810,
1943,
3456,
12,
780,
508,
16,
514,
1071,
548,
16,
4766,
565,
514,
30083,
16,
514,
12155,
13,
3639,
1216,
1139,
50,
45,
503,
288,
3639,
1139,
9687,
1628,
3456,
225,
152... |
this.setColumnCount(oldColumnCount - 1); | public void removeColumn(int columnIndex) { int oldColumnCount = getColumnCount(); //On retire toutes les valeurs de la colonne columnIndex for (int row = 0; row < getColumnCount(); row++) { Vector rowVector = (Vector) dataVector.elementAt(row); rowVector.removeElementAt(columnIndex); } this.setColumnCount(ol... | 9737 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9737/cf9d2c6af2edd45b999eadc31aa21cdf2b83603c/FileTableModel.java/clean/FSeeker/src/model/FileTableModel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1206,
1494,
12,
474,
14882,
13,
288,
202,
202,
474,
1592,
1494,
1380,
273,
6716,
1380,
5621,
202,
202,
759,
1398,
325,
577,
358,
993,
18022,
1244,
73,
25152,
443,
7125,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1206,
1494,
12,
474,
14882,
13,
288,
202,
202,
474,
1592,
1494,
1380,
273,
6716,
1380,
5621,
202,
202,
759,
1398,
325,
577,
358,
993,
18022,
1244,
73,
25152,
443,
7125,
1... | |
if (this.phiNodeForLoads && myVN != null && myVN.length == 1 && myVN[0].hasFlag(ValueNumber.PHI_NODE)) | if (false && this.phiNodeForLoads && myVN != null && myVN.length == 1 && myVN[0].hasFlag(ValueNumber.PHI_NODE)) | void mergeAvailableLoadSets(ValueNumberFrame other, ValueNumberFactory factory) { if (REDUNDANT_LOAD_ELIMINATION) { // Merge available load sets. // Only loads that are available in both frames // remain available. All others are discarded. String s = ""; if (RLE_DEBUG) { s = "Merging " + this.availableL... | 7352 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7352/178a8a22959527de0069eabd7b20212648458cfe/ValueNumberFrame.java/clean/findbugs/src/java/edu/umd/cs/findbugs/ba/vna/ValueNumberFrame.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
6459,
2691,
5268,
2563,
2785,
12,
620,
1854,
3219,
1308,
16,
1445,
1854,
1733,
3272,
13,
288,
202,
202,
430,
261,
5879,
5240,
6856,
67,
7783,
67,
41,
2053,
6236,
2689,
13,
288,
108... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6459,
2691,
5268,
2563,
2785,
12,
620,
1854,
3219,
1308,
16,
1445,
1854,
1733,
3272,
13,
288,
202,
202,
430,
261,
5879,
5240,
6856,
67,
7783,
67,
41,
2053,
6236,
2689,
13,
288,
108... |
public PortletWindow getPortletWindowOfAction() { | public PortletWindow getPortletWindowOfAction() { | public PortletWindow getPortletWindowOfAction() { Iterator iterator = getStateLessControlParameter().keySet().iterator(); while (iterator.hasNext()) { String name = (String)iterator.next(); if (name.startsWith(ACTION)) { String id = name.substring(ACTION.length(... | 51810 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51810/cba5674453f8a9143c9f5bd050cc9e5572dd940b/PortalControlParameter.java/buggy/portal/src/java/org/apache/pluto/portalImpl/core/PortalControlParameter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
21305,
3829,
11036,
1810,
3829,
951,
1803,
1435,
565,
288,
3639,
4498,
2775,
273,
8997,
15313,
3367,
1662,
7675,
856,
694,
7675,
9838,
5621,
3639,
1323,
261,
9838,
18,
5332,
2134,
107... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
21305,
3829,
11036,
1810,
3829,
951,
1803,
1435,
565,
288,
3639,
4498,
2775,
273,
8997,
15313,
3367,
1662,
7675,
856,
694,
7675,
9838,
5621,
3639,
1323,
261,
9838,
18,
5332,
2134,
107... |
OStrings.TF_ERROR, JOptionPane.ERROR_MESSAGE); | OStrings.getString("TF_ERROR"), JOptionPane.ERROR_MESSAGE); | private void doOK( JComboBox m_sourceLocaleField, JComboBox m_targetLocaleField, JCheckBox m_sentenceSegmentingCheckBox, JTextField m_srcRootField, JTextField m_locRootField, JTextField m_glosRootField, JTextField m_tmRootField ... | 8797 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8797/d76bcd54805e907e7fa0dcad27f410bb2dec2a60/ProjectPropertiesDialog.java/buggy/src/org/omegat/gui/dialogs/ProjectPropertiesDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
741,
3141,
12,
5411,
804,
22199,
312,
67,
3168,
3916,
974,
16,
2398,
804,
22199,
312,
67,
3299,
3916,
974,
16,
5411,
804,
19174,
312,
67,
19335,
4131,
310,
19174,
16,
5411,
8... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
741,
3141,
12,
5411,
804,
22199,
312,
67,
3168,
3916,
974,
16,
2398,
804,
22199,
312,
67,
3299,
3916,
974,
16,
5411,
804,
19174,
312,
67,
19335,
4131,
310,
19174,
16,
5411,
8... |
0, 0, 43, 44, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 0, 47, 0, 48, 49, 50, 0, 51, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 53, 0, 0, 54, 55, 56, 57, 58, 59, 3, 4, ... | 0, 43, 44, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 0, 263, 0, 48, 49, 50, 0, 51, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 53, 0, 0, 0, 54, 55, 56, 57, 58, 59, 4, 5, ... | private static final short[] yyTable4() { return new short[] { 54, 19, 20, 21, 22, 23, 24, 25, 0, 0, 26, 0, 0, 0, 0, 56, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 47, 39, 40, 41, 42, 41, 0, 43... | 46454 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46454/a404cb04ade8bbc527b55cf473199686102428e1/YyTables.java/clean/src/org/jruby/parser/YyTables.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
3238,
760,
727,
3025,
8526,
9016,
1388,
24,
1435,
288,
1377,
327,
394,
3025,
8526,
288,
6647,
22431,
16,
282,
5342,
16,
282,
4200,
16,
282,
9035,
16,
282,
11201,
16,
282,
10213,
16,
282... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
3238,
760,
727,
3025,
8526,
9016,
1388,
24,
1435,
288,
1377,
327,
394,
3025,
8526,
288,
6647,
22431,
16,
282,
5342,
16,
282,
4200,
16,
282,
9035,
16,
282,
11201,
16,
282,
10213,
16,
282... |
this.ruby = ruby; } | this.ruby = ruby; } | public RubyExceptions(Ruby ruby) { this.ruby = ruby; } | 52337 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52337/0a7181933af700ea8025a4197f3a5ebcc08333c3/RubyExceptions.java/buggy/org/jruby/runtime/RubyExceptions.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
19817,
11416,
12,
54,
10340,
22155,
13,
288,
202,
202,
2211,
18,
27768,
273,
22155,
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,
19817,
11416,
12,
54,
10340,
22155,
13,
288,
202,
202,
2211,
18,
27768,
273,
22155,
31,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
layoutEmitter = new TableLayoutEmitter( ( TableItemDesign ) list, emitter ); | layoutEmitter = new TableLayoutEmitter( (TableItemDesign) list, emitter ); | protected void accessGroupHeader( ListingDesign list, int index, IContentEmitter emitter ) { groupIndex = index; TableGroupDesign group = ( ( TableItemDesign ) list ).getGroup( index ); if ( group != null ) { TableBandDesign band = group.getHeader( ); if ( layoutEmitter == null && tableInfo.hasDropCells( ind... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/83de512a7dc3a128ad54fa2607c01f0ef928234c/TableItemExecutor.java/buggy/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TableItemExecutor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
2006,
1114,
1864,
12,
987,
310,
15478,
666,
16,
509,
770,
16,
1082,
202,
45,
1350,
13476,
11520,
262,
202,
95,
202,
202,
1655,
1016,
273,
770,
31,
202,
202,
1388,
1114,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2006,
1114,
1864,
12,
987,
310,
15478,
666,
16,
509,
770,
16,
1082,
202,
45,
1350,
13476,
11520,
262,
202,
95,
202,
202,
1655,
1016,
273,
770,
31,
202,
202,
1388,
1114,
... |
public org.quickfix.field.LegSymbol getLegSymbol() throws FieldNotFound { org.quickfix.field.LegSymbol value = new org.quickfix.field.LegSymbol(); | public quickfix.field.LegSymbol getLegSymbol() throws FieldNotFound { quickfix.field.LegSymbol value = new quickfix.field.LegSymbol(); | public org.quickfix.field.LegSymbol getLegSymbol() throws FieldNotFound { org.quickfix.field.LegSymbol value = new org.quickfix.field.LegSymbol(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/ExecutionReport.java/buggy/src/java/src/quickfix/fix44/ExecutionReport.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
5335,
336,
8329,
5335,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
5335,
460,
273,
394,
2358,
18,
19525,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
5335,
336,
8329,
5335,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
8329,
5335,
460,
273,
394,
2358,
18,
19525,
... |
public Object getNewValue() { return newValue; | public Object getNewValue(Object key) { return newValues.get(key); | public Object getNewValue() { return newValue; } | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/646de6c1228ca0820a97e225df84d75e3993e272/Diffs.java/clean/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Diffs.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
1033,
12654,
620,
1435,
288,
9506,
202,
2463,
6129,
31,
1082,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
1033,
12654,
620,
1435,
288,
9506,
202,
2463,
6129,
31,
1082,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
if (res == null) { res = new ArrayList(); | ArrayList res2 = new ArrayList(); if (res != null) { res2.addAll(res); | public List/*<String>*/ javaPrologueForMethod(MethodBinding binding, boolean forImplementingMethodCall, boolean eraseBufferAndArrayTypes) { List/*<String>*/ res = super.javaPrologueForMethod(binding, ... | 48257 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48257/327d57dcc8f36e9dcce5764367e2bb759e207d92/GLConfiguration.java/clean/src/java/com/sun/gluegen/opengl/GLConfiguration.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
987,
20308,
32,
780,
34,
5549,
2252,
626,
1330,
344,
1290,
1305,
12,
1305,
5250,
5085,
16,
4766,
7734,
1250,
364,
5726,
310,
12592,
16,
4766,
7734,
1250,
22038,
1892,
1876,
1076,
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,
282,
1071,
987,
20308,
32,
780,
34,
5549,
2252,
626,
1330,
344,
1290,
1305,
12,
1305,
5250,
5085,
16,
4766,
7734,
1250,
364,
5726,
310,
12592,
16,
4766,
7734,
1250,
22038,
1892,
1876,
1076,
20... |
if (jj_3R_35()) return true; | Token xsp; xsp = jj_scanpos; if (jj_scan_token(26)) jj_scanpos = xsp; | final private boolean jj_3R_69() { if (jj_3R_35()) return true; return false; } | 55820 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55820/5b85dc5e122a5bdf3ea90d4f89cebe71413fc26b/Parser.java/buggy/src/java/org/apache/velocity/runtime/parser/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
3238,
1250,
10684,
67,
23,
54,
67,
8148,
1435,
288,
565,
3155,
619,
1752,
31,
619,
1752,
273,
10684,
67,
9871,
917,
31,
309,
261,
78,
78,
67,
9871,
67,
2316,
12,
5558,
3719,
1068... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
727,
3238,
1250,
10684,
67,
23,
54,
67,
8148,
1435,
288,
565,
3155,
619,
1752,
31,
619,
1752,
273,
10684,
67,
9871,
917,
31,
309,
261,
78,
78,
67,
9871,
67,
2316,
12,
5558,
3719,
1068... |
public Structure parsePDBFile(BufferedReader buf) throws IOException | public Structure parsePDBFile(InputStream inStream) throws IOException | public Structure parsePDBFile(BufferedReader buf) throws IOException { // (re)set structure structure = new StructureImpl() ; current_model = new ArrayList(); current_chain = null ; current_group = null ; header ... | 50115 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50115/215d83b1ab914e2deecb69fd4b6f112c83d0992f/PDBFileParser.java/buggy/src/org/biojava/bio/structure/io/PDBFileParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
13348,
1109,
52,
2290,
812,
12,
17947,
2514,
1681,
13,
377,
1216,
1860,
377,
288,
13491,
368,
261,
266,
13,
542,
3695,
1171,
3695,
377,
273,
394,
13348,
2828,
1435,
274,
3639,
783,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
13348,
1109,
52,
2290,
812,
12,
17947,
2514,
1681,
13,
377,
1216,
1860,
377,
288,
13491,
368,
261,
266,
13,
542,
3695,
1171,
3695,
377,
273,
394,
13348,
2828,
1435,
274,
3639,
783,
... |
private int addDTDDefaultAttributes(QName element, XMLAttrList attrList, int attrIndex, boolean validationEnabled, boolean standalone) throws Exception { // // Check after all specified attrs are scanned // (1) report error for REQUIRED attrs that are missing (V_TAGc) // (2) check that F... | 1831 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1831/b36768aae85d6d13bc8c8289ca78efb212c8fb8f/XMLValidator.java/buggy/src/org/apache/xerces/validators/common/XMLValidator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
509,
527,
25728,
1868,
2498,
12,
13688,
930,
16,
3167,
3843,
682,
1604,
682,
16,
509,
1604,
1016,
16,
1250,
3379,
1526,
16,
1250,
17676,
13,
1216,
1185,
288,
3639,
368,
3639,
368,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
509,
527,
25728,
1868,
2498,
12,
13688,
930,
16,
3167,
3843,
682,
1604,
682,
16,
509,
1604,
1016,
16,
1250,
3379,
1526,
16,
1250,
17676,
13,
1216,
1185,
288,
3639,
368,
3639,
368,
... | ||
public IAtomContainer newAtomContainer(IAtomContainer container); | public IAtomContainer newAtomContainer(); | public IAtomContainer newAtomContainer(IAtomContainer container); | 46046 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46046/ad497dde50c35e16b8e3cc120caaadfe186a70ee/IChemObjectBuilder.java/buggy/src/org/openscience/cdk/interfaces/IChemObjectBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
13922,
394,
3641,
2170,
12,
45,
3641,
2170,
1478,
1769,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
13922,
394,
3641,
2170,
12,
45,
3641,
2170,
1478,
1769,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
parent.query("namespace::*"); | Nodes nodes = parent.query("namespace::*"); | public void testNamespaceAxis() { Element parent = new Element("Test", "http://www.example.org"); try { parent.query("namespace::*"); fail("Allowed return of namespace nodes"); } catch (XPathException success) { assertNotNull(success.getMe... | 626 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/626/69c134b23c2b37218c23f5eab89b671fc4fa5c89/XPathTest.java/clean/src/nu/xom/tests/XPathTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
3402,
6558,
1435,
288,
7734,
3010,
982,
273,
394,
3010,
2932,
4709,
3113,
315,
2505,
2207,
5591,
18,
8236,
18,
3341,
8863,
7734,
775,
288,
5411,
14037,
2199,
273,
982,
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,
1842,
3402,
6558,
1435,
288,
7734,
3010,
982,
273,
394,
3010,
2932,
4709,
3113,
315,
2505,
2207,
5591,
18,
8236,
18,
3341,
8863,
7734,
775,
288,
5411,
14037,
2199,
273,
982,
18... |
for ( int i = 0 ; i < se.getFieldNames( ).length ; i++ ) out.println("\t\t<field>"+se.getData( )[ i ].toString( )+"</field>"); | for ( int i = 0 ; i < se.getFieldNames( ).length ; i++ ) { /*if (se.getFieldNames()[i].toString().contains("TIMED")) out.println("\t\t<field>"+se.getFieldTypes( )[ i ].toString( )+"</field>"); else */ out.println("\t\t<field>"+se.getData( )[ i ].toString( )+"</field>"); } | public void doPost ( HttpServletRequest req , HttpServletResponse res ) throws ServletException , IOException { boolean responseCVS = false; boolean wantTimeStamp = false; boolean commonReq = true; PrintWriter out = res.getWriter(); if (req.getParameter("vsName")==null || req.getParameter("v... | 45185 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45185/6dd8234d010488a02a9ed969babec2cd61277658/DataDownload.java/buggy/src/gsn/web/DataDownload.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
741,
3349,
261,
9984,
1111,
269,
12446,
400,
262,
1216,
16517,
269,
1860,
288,
202,
1377,
1250,
766,
39,
14640,
273,
629,
31,
202,
1377,
1250,
2545,
21536,
273,
629,
31,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
741,
3349,
261,
9984,
1111,
269,
12446,
400,
262,
1216,
16517,
269,
1860,
288,
202,
1377,
1250,
766,
39,
14640,
273,
629,
31,
202,
1377,
1250,
2545,
21536,
273,
629,
31,
... |
newValue += value; | newValue = ++value; | private void executeInteger(String oldValue) throws BuildException { int value = 0; int newValue = 0; DecimalFormat fmt = (m_pattern != null) ? new DecimalFormat(m_pattern) : new DecimalFormat(); if (oldValue ... | 17033 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17033/0e087a8ab7be7330d92fde84a733c7803db51cce/PropertyFile.java/clean/src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
3238,
918,
1836,
4522,
12,
780,
11144,
13,
1216,
18463,
3639,
288,
5411,
509,
460,
273,
374,
31,
5411,
509,
6129,
225,
273,
374,
31,
5411,
29665,
1325,
273,
261,
81,
67,
4951,
480,
446,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
3238,
918,
1836,
4522,
12,
780,
11144,
13,
1216,
18463,
3639,
288,
5411,
509,
460,
273,
374,
31,
5411,
509,
6129,
225,
273,
374,
31,
5411,
29665,
1325,
273,
261,
81,
67,
4951,
480,
446,... |
this.conf = conf; this.mapOutputFile = new MapOutputFile(); this.mapOutputFile.setConf(conf); | if (conf instanceof JobConf) { this.conf = (JobConf) conf; } else { this.conf = new JobConf(conf); } this.mapOutputFile.setConf(this.conf); | public void setConf(Configuration conf) { this.conf = conf; this.mapOutputFile = new MapOutputFile(); this.mapOutputFile.setConf(conf); } | 50370 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50370/b0b617a587ab91305418d13a4a4cb95620c55429/ReduceTask.java/clean/src/java/org/apache/hadoop/mapred/ReduceTask.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
444,
3976,
12,
1750,
2195,
13,
288,
565,
333,
18,
3923,
273,
2195,
31,
565,
333,
18,
1458,
1447,
812,
273,
394,
1635,
1447,
812,
5621,
565,
333,
18,
1458,
1447,
812,
18,
54... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
444,
3976,
12,
1750,
2195,
13,
288,
565,
333,
18,
3923,
273,
2195,
31,
565,
333,
18,
1458,
1447,
812,
273,
394,
1635,
1447,
812,
5621,
565,
333,
18,
1458,
1447,
812,
18,
54... |
if (!XMLChar.isValidQName(name)) { | if (!XML11Char.isXML11ValidQName(name)) { | public void parseContents(Parser parser) { final String name = getAttribute("name"); if (name.length() > 0) { if (!XMLChar.isValidQName(name)) { ErrorMsg err = new ErrorMsg(ErrorMsg.INVALID_QNAME_ERR, name, this); parser.reportError... | 2723 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2723/f5e9379c12858644b7457ebfd53486a4d094102a/WithParam.java/buggy/src/org/apache/xalan/xsltc/compiler/WithParam.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1109,
6323,
12,
2678,
2082,
13,
288,
202,
6385,
514,
508,
273,
4061,
2932,
529,
8863,
202,
430,
261,
529,
18,
2469,
1435,
405,
374,
13,
288,
5411,
309,
16051,
4201,
2499,
215... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1109,
6323,
12,
2678,
2082,
13,
288,
202,
6385,
514,
508,
273,
4061,
2932,
529,
8863,
202,
430,
261,
529,
18,
2469,
1435,
405,
374,
13,
288,
5411,
309,
16051,
4201,
2499,
215... |
vec.add("" + origW) ; | vec.add(""+width) ; | public void doPost ( HttpServletRequest req, HttpServletResponse res ) throws ServletException, IOException { String host = req.getHeader("Host") ; String imcserver = Utility.getDomainPref("adminserver",host) ; String start_url = Utility.getDomainPref( "start_url",host ) ; File file_path = new F... | 8781 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8781/a5ee034dfeb4ec5cd30bc76903afd407041b06d0/ImageUpload.java/clean/servlets/ImageUpload.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
741,
3349,
261,
9984,
1111,
16,
12446,
400,
262,
1216,
16517,
16,
1860,
288,
202,
202,
780,
1479,
4697,
202,
33,
1111,
18,
588,
1864,
2932,
2594,
7923,
274,
202,
202,
780... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
741,
3349,
261,
9984,
1111,
16,
12446,
400,
262,
1216,
16517,
16,
1860,
288,
202,
202,
780,
1479,
4697,
202,
33,
1111,
18,
588,
1864,
2932,
2594,
7923,
274,
202,
202,
780... |
HMMState previousState = (HMMState) previousNode.getObject(); assert ((previousState.isEmitting()) || (previousState == state)); float logTransitionProbability; if (previousState.isEmitting()) { | if (previousNode.isType("STATE")) { HMMState previousState = (HMMState) previousNode.getObject(); assert ((!previousState.isEmitting()) || (previousState.getHMM() == hmm)); if (!previousState.isEmitting()) { logTransitionProbability = 0.0f; } else { logTransitionProbability = hmm.getTransitionProbability( previousS... | private void forwardPass(TrainerScore[] score) { // Let's precompute the acoustic probabilities and create the // score object, one for each state for (int i = 0; i < graph.size(); i++) { outputProbs[i] = calculateScores(i); score[i] = new TrainerScore(curFeature, outputProbs[i], (HMMState) graph.getNod... | 47105 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47105/bd0872341066ffaf7530da65656c952f81b7d34c/BaumWelchLearner.java/buggy/sphinx4/edu/cmu/sphinx/trainer/BaumWelchLearner.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
5104,
6433,
12,
1609,
14522,
7295,
8526,
4462,
13,
288,
202,
759,
10559,
1807,
675,
9200,
326,
1721,
83,
641,
335,
17958,
471,
752,
326,
202,
759,
4462,
733,
16,
1245,
364,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5104,
6433,
12,
1609,
14522,
7295,
8526,
4462,
13,
288,
202,
759,
10559,
1807,
675,
9200,
326,
1721,
83,
641,
335,
17958,
471,
752,
326,
202,
759,
4462,
733,
16,
1245,
364,
1... |
if (figureInstance.eIsSet(GMFGraphPackage.eINSTANCE.getShape_Fill())) { | stringBuffer.append(dispatcher.dispatch("ShapeAttrs", dispatcher.create(shapeFig, "this", importManager, fqnSwitch))); for (Iterator it = shapeFig.getResolvedChildren().iterator(); it.hasNext();) { Figure next = (Figure) it.next(); | public String generate(Object argument) { StringBuffer stringBuffer = new StringBuffer(); Object[] args = (Object[]) argument;Shape shapeFig = (Shape) args[0];final ImportAssistant importManager = (ImportAssistant) args[1];final GMFGraphSwitch fqnSwitch = new FigureQualifiedNameSwitch(); stringBuffer.append... | 7409 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7409/cca1c54b02ecf140e00c95d229bd7eebacff9302/ShapeGenerator.java/buggy/plugins/org.eclipse.gmf.graphdef.codegen/src/org/eclipse/gmf/graphdef/codegen/templates/ShapeGenerator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
514,
2103,
12,
921,
1237,
13,
225,
288,
565,
6674,
533,
1892,
273,
394,
6674,
5621,
565,
1033,
8526,
833,
273,
261,
921,
63,
5717,
1237,
31,
8500,
2179,
42,
360,
273,
261,
8500,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
514,
2103,
12,
921,
1237,
13,
225,
288,
565,
6674,
533,
1892,
273,
394,
6674,
5621,
565,
1033,
8526,
833,
273,
261,
921,
63,
5717,
1237,
31,
8500,
2179,
42,
360,
273,
261,
8500,
... |
db.verifyAndModifyDatabaseName(transMeta.getDatabases()); | db.verifyAndModifyDatabaseName(transMeta.getDatabases(), null); | public void newConnection() { DatabaseMeta db = new DatabaseMeta(); DatabaseDialog con = new DatabaseDialog(shell, SWT.APPLICATION_MODAL, log, db, props); String con_name = con.open(); if (!Const.isEmpty(con_name)) { db.verifyAndModifyDatabaseName(transMeta.getData... | 58146 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58146/ef7d18ce50864335d43da23d256daf053c6459ba/Spoon.java/buggy/kettle/src/be/ibridge/kettle/spoon/Spoon.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
394,
1952,
1435,
565,
288,
3639,
5130,
2781,
1319,
273,
394,
5130,
2781,
5621,
540,
5130,
6353,
356,
273,
394,
5130,
6353,
12,
10304,
16,
348,
8588,
18,
25039,
67,
6720,
1013,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
394,
1952,
1435,
565,
288,
3639,
5130,
2781,
1319,
273,
394,
5130,
2781,
5621,
540,
5130,
6353,
356,
273,
394,
5130,
6353,
12,
10304,
16,
348,
8588,
18,
25039,
67,
6720,
1013,
... |
runTests(new TestDescriptor[]{ new TestDescriptor(TEST1, "bad, implementing Enumeration", 1, rule), }); } | runTests(rule); } | public void testAll() { runTests(new TestDescriptor[]{ new TestDescriptor(TEST1, "bad, implementing Enumeration", 1, rule), }); } | 45569 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45569/4e45de9075eeb015245ff09f8f8c58cf0f98bbf3/ReplaceEnumerationWithIteratorTest.java/buggy/pmd/regress/test/net/sourceforge/pmd/rules/migrating/ReplaceEnumerationWithIteratorTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
1595,
1435,
288,
3639,
1086,
14650,
12,
2704,
7766,
3187,
63,
7073,
5411,
394,
7766,
3187,
12,
16961,
21,
16,
315,
8759,
16,
19981,
13864,
3113,
404,
16,
1720,
3631,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
1595,
1435,
288,
3639,
1086,
14650,
12,
2704,
7766,
3187,
63,
7073,
5411,
394,
7766,
3187,
12,
16961,
21,
16,
315,
8759,
16,
19981,
13864,
3113,
404,
16,
1720,
3631,
3639... |
public boolean validateSortOption( Object sortOption, | public boolean validateSortOption( SortOption sortOption, | public boolean validateSortOption( Object sortOption, DiagnosticChain diagnostics, Map context ) { return true; } | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/036e8c78765730b146e5854b9d6c397a296fed86/AttributeValidator.java/buggy/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/util/AttributeValidator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
1954,
4416,
1895,
12,
1033,
1524,
1895,
16,
1082,
202,
26836,
3893,
22568,
16,
1635,
819,
262,
202,
95,
202,
202,
2463,
638,
31,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
1954,
4416,
1895,
12,
1033,
1524,
1895,
16,
1082,
202,
26836,
3893,
22568,
16,
1635,
819,
262,
202,
95,
202,
202,
2463,
638,
31,
202,
97,
2,
-100,
-100,
-100,
-100,
-100... |
else if (eventSrv == null && eventIf.equals(notifIf)) | else if (eventSrv == null) | private boolean nodeInterfaceServiceValid(Notification notif, Event event) { boolean result = false; Connection connection = null; try { // Get the Interface and Service from the Event long eventNode = event.getNodeid(); String eventIf = (String)event.getInterface(); String eventSrv = (String)event.getServ... | 47678 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47678/0c3feeee54310ffcf6ae7ae70ce1de277207fcf4/NotificationFactory.java/clean/src/services/org/opennms/netmgt/config/NotificationFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
1250,
756,
1358,
1179,
1556,
12,
4386,
486,
430,
16,
2587,
871,
13,
202,
95,
202,
202,
6494,
563,
273,
629,
31,
202,
202,
1952,
1459,
273,
446,
31,
202,
202,
698,
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,
1250,
756,
1358,
1179,
1556,
12,
4386,
486,
430,
16,
2587,
871,
13,
202,
95,
202,
202,
6494,
563,
273,
629,
31,
202,
202,
1952,
1459,
273,
446,
31,
202,
202,
698,
202,
202,... |
Runtime.getRuntime().exec(new String[] { (String) browserExecutable, url}); | if ((browserExecutable.trim().toLowerCase().endsWith(".app")) && ((jvm == MRJ_2_0 || jvm == MRJ_2_1 || jvm == MRJ_3_0 || jvm == MRJ_3_1))) { Runtime.getRuntime().exec( new String[] { "open", "-a", (String) browserExecutable, url }); } else { Runtime.getRuntime().exec(new String[] { (String) browserExecutable, url}); }... | public static void openURL(String url) { String browserExecutable = tvbrowser.core.Settings.propUserDefinedWebbrowser.getString(); try { if (browserExecutable !=null) { Runtime.getRuntime().exec(new String[] { (String) browserExecutable, url}); } else { openURLusingDefau... | 9266 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9266/9c51774d25a571641f791eedecfeed3455a4407a/BrowserLauncher.java/buggy/tvbrowser/src/util/ui/BrowserLauncher.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
1696,
1785,
12,
780,
880,
13,
288,
565,
514,
4748,
17709,
273,
13521,
11213,
18,
3644,
18,
2628,
18,
5986,
1299,
8116,
4079,
11213,
18,
588,
780,
5621,
3639,
775,
288,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
1696,
1785,
12,
780,
880,
13,
288,
565,
514,
4748,
17709,
273,
13521,
11213,
18,
3644,
18,
2628,
18,
5986,
1299,
8116,
4079,
11213,
18,
588,
780,
5621,
3639,
775,
288,
1... |
if(memberList == null) throw new IllegalArgumentException("Cannot remove list " + list + " which is not in this CompositeList"); memberList.getSourceList().removeListEventListener(memberList); int offset = getListOffset(memberList); | } if(memberList == null) throw new IllegalArgumentException("Cannot remove list " + list + " which is not in this CompositeList"); memberList.getSourceList().removeListEventListener(memberList); int offset = getListOffset(memberList); | public void removeMemberList(EventList list) { // lock all member lists getReadWriteLock().writeLock().lock(); try { // find the member list MemberList memberList = null; for(int i = 0; i < memberLists.size(); i++) { MemberList current = (MemberLi... | 10062 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10062/ad21a8542996b641c3d0e33b914fc91b8ee5f419/CompositeList.java/clean/source/ca/odell/glazedlists/CompositeList.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1206,
4419,
682,
12,
1133,
682,
666,
13,
288,
3639,
368,
2176,
777,
3140,
6035,
3639,
19900,
3067,
2531,
7675,
2626,
2531,
7675,
739,
5621,
3639,
775,
288,
5411,
368,
1104,
326... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1206,
4419,
682,
12,
1133,
682,
666,
13,
288,
3639,
368,
2176,
777,
3140,
6035,
3639,
19900,
3067,
2531,
7675,
2626,
2531,
7675,
739,
5621,
3639,
775,
288,
5411,
368,
1104,
326... |
private void initContextMenu() { MenuManager menuMgr = new MenuManager("#PopupMenu"); //$NON-NLS-1$ Menu menu = menuMgr.createContextMenu(errorViewer.getControl()); createShowErrorAction(); createClearSelectionAction(); createClearAllErrorsAction(); menuMgr.add(clearSelectionAction); menuMgr.add(clearAllErrorsA... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/79affe799a135d6a5f97d8db851f32eb63fcbe7f/ErrorNotificationDialog.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ErrorNotificationDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
6459,
2738,
27315,
1435,
95,
202,
202,
4599,
49,
940,
1035,
2104,
9455,
33,
2704,
4599,
1318,
2932,
7,
13770,
4599,
8863,
759,
8,
3993,
17,
5106,
17,
21,
8,
202,
202,
49,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
6459,
2738,
27315,
1435,
95,
202,
202,
4599,
49,
940,
1035,
2104,
9455,
33,
2704,
4599,
1318,
2932,
7,
13770,
4599,
8863,
759,
8,
3993,
17,
5106,
17,
21,
8,
202,
202,
49,
7... | ||
if (str == Values.empty || find == Values.empty) return Values.empty; | String s = stringValue(str); String f = stringValue(find); int flen = f.length(); | public static Object substringBefore (Object str, Object find) { if (str == Values.empty || find == Values.empty) return Values.empty; if (find.toString().length()==0) return str.toString(); int start = str.toString().indexOf(find.toString()); return (start>0)?str.toString().substring(0,start):... | 36952 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/36952/92d18dec25b6c6719796a034d502322bf830c93c/StringValue.java/clean/gnu/xquery/util/StringValue.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
1033,
3019,
4649,
261,
921,
609,
16,
1033,
1104,
13,
225,
288,
565,
309,
261,
701,
422,
6876,
18,
5531,
747,
1104,
422,
6876,
18,
5531,
13,
1377,
327,
6876,
18,
5531,
31,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
1033,
3019,
4649,
261,
921,
609,
16,
1033,
1104,
13,
225,
288,
565,
309,
261,
701,
422,
6876,
18,
5531,
747,
1104,
422,
6876,
18,
5531,
13,
1377,
327,
6876,
18,
5531,
31,
5... |
public Vector getContactsList() {return this.contacts_;} | public Vector getContactsList() { return contactList_; } | public Vector getContactsList() {return this.contacts_;} | 56431 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56431/e46cc77d33ae8436300ddeb6b44a207832eff759/ChatSession.java/clean/trunk/jimmy/ChatSession.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
5589,
336,
20017,
682,
1435,
288,
2463,
333,
18,
20777,
67,
31,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
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,
5589,
336,
20017,
682,
1435,
288,
2463,
333,
18,
20777,
67,
31,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
(o instanceof Or) && (((Or) o).getChild1() == this.getChild1()) && (((Or) o).getChild2() == this.getChild2()); | (o instanceof Or) && (( ((Or) o).getChild1().equals(this.getChild1()) && ((Or) o).getChild2().equals(this.getChild2()) ) || ( ((Or) o).getChild1().equals(this.getChild2()) && ((Or) o).getChild2().equals(this.getChild1()) )); | public boolean equals(Object o) { return (o instanceof Or) && (((Or) o).getChild1() == this.getChild1()) && (((Or) o).getChild2() == this.getChild2()); } | 50115 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50115/107224757a54b8023bc55b451ed22d07dbb6ae07/FeatureFilter.java/buggy/src/org/biojava/bio/seq/FeatureFilter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
1606,
12,
921,
320,
13,
288,
1377,
327,
3639,
261,
83,
1276,
2965,
13,
597,
3639,
261,
12443,
1162,
13,
320,
2934,
588,
1763,
21,
1435,
422,
333,
18,
588,
1763,
21,
10756,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
1606,
12,
921,
320,
13,
288,
1377,
327,
3639,
261,
83,
1276,
2965,
13,
597,
3639,
261,
12443,
1162,
13,
320,
2934,
588,
1763,
21,
1435,
422,
333,
18,
588,
1763,
21,
10756,
... |
private void addIdRef(String content, Object state) { //System.out.println("this.fTableOfId = " + content ); //System.out.println("state = " + state ); //System.out.println("table = " + this.fTableOfId ); if ( this.fTableOfId != null && this.fTableOfId.containsKey( content ) ){ ... | 1831 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1831/d4d6cb515d1e4da913b4d8d417b56672e59b79da/IDREFDatatypeValidator.java/clean/src/org/apache/xerces/validators/datatype/IDREFDatatypeValidator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
527,
548,
1957,
12,
780,
913,
16,
1033,
919,
13,
288,
282,
368,
3163,
18,
659,
18,
8222,
2932,
2211,
18,
74,
1388,
951,
548,
273,
315,
397,
913,
11272,
282,
368,
3163,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
527,
548,
1957,
12,
780,
913,
16,
1033,
919,
13,
288,
282,
368,
3163,
18,
659,
18,
8222,
2932,
2211,
18,
74,
1388,
951,
548,
273,
315,
397,
913,
11272,
282,
368,
3163,
18,
... | ||
Calendar.MARCH, -1, Calendar.SUNDAY, 2000 * 3600, Calendar.OCTOBER, -1, Calendar.SUNDAY, 2000 * 3600); | Calendar.MARCH, -1, Calendar.SUNDAY, 3000 * 3600, Calendar.OCTOBER, -1, Calendar.SUNDAY, 3000 * 3600); | static synchronized HashMap timezones() { if (timezones0 == null) { HashMap timezones = new HashMap(); timezones0 = timezones; TimeZone tz; // Automatically generated by scripts/timezones.pl // XXX - Should we read this data from a file? tz = new SimpleTimeZone(-11000 * 3600, "MIT"); timezones0.put("MIT... | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/ebc5ff4942beb7f0eda4abe3e16ca60092e4db1d/TimeZone.java/clean/core/src/classpath/java/java/util/TimeZone.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
760,
3852,
4317,
25954,
1435,
225,
288,
565,
309,
261,
957,
14203,
20,
422,
446,
13,
4202,
288,
202,
8658,
25954,
273,
394,
4317,
5621,
202,
957,
14203,
20,
273,
25954,
31,
202,
202,
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,
282,
760,
3852,
4317,
25954,
1435,
225,
288,
565,
309,
261,
957,
14203,
20,
422,
446,
13,
4202,
288,
202,
8658,
25954,
273,
394,
4317,
5621,
202,
957,
14203,
20,
273,
25954,
31,
202,
202,
16... |
return nome; } | return nome; } | public java.lang.String getNome() { return nome; } | 2645 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2645/38b3fa73a6f3bf6151138971a8241cce84c25ae8/Pessoa.java/clean/src/Dominio/Pessoa.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2252,
18,
4936,
18,
780,
11069,
1742,
1435,
288,
3639,
327,
290,
1742,
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,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2252,
18,
4936,
18,
780,
11069,
1742,
1435,
288,
3639,
327,
290,
1742,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
parent.add(item); | parent.add(item); | protected void processNode(Node node, JComponent parent) { JComponent container = null; JComponent item = null; if (node.getNodeType() != Node.ELEMENT_NODE) return; // can't process it // things will recurse through here item = buildComponent((Element)node); // find out where we stash the item ... | 11366 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11366/b723a0ed6d31e14b737f03996f1e35c7db8d7236/XMLMenuBuilder.java/clean/grendel/ui/XMLMenuBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1207,
907,
12,
907,
756,
16,
29058,
982,
13,
288,
565,
29058,
1478,
273,
446,
31,
565,
29058,
761,
273,
446,
31,
565,
309,
261,
2159,
18,
588,
15101,
1435,
480,
2029,
18,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
1207,
907,
12,
907,
756,
16,
29058,
982,
13,
288,
565,
29058,
1478,
273,
446,
31,
565,
29058,
761,
273,
446,
31,
565,
309,
261,
2159,
18,
588,
15101,
1435,
480,
2029,
18,
1... |
&& Label.ACTION_PROP.equalsIgnoreCase( name ) | && ILabelModel.ACTION_PROP.equalsIgnoreCase( name ) | protected AbstractParseState generalJumpTo( ) { if ( element instanceof Label && Label.ACTION_PROP.equalsIgnoreCase( name ) || element instanceof ImageItem && ImageItem.ACTION_PROP.equalsIgnoreCase( name ) || element instanceof DataItem && DataItem.ACTION_PROP.equalsIgnoreCase( name ) ) { ActionStru... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/d802c33711e0d111551ae23575895cd060f085b6/StructureState.java/clean/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/StructureState.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
4115,
3201,
1119,
7470,
26743,
774,
12,
262,
202,
95,
202,
202,
430,
261,
930,
1276,
5287,
9506,
202,
10,
10,
5287,
18,
12249,
67,
15811,
18,
14963,
5556,
12,
508,
262,
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,
1117,
4115,
3201,
1119,
7470,
26743,
774,
12,
262,
202,
95,
202,
202,
430,
261,
930,
1276,
5287,
9506,
202,
10,
10,
5287,
18,
12249,
67,
15811,
18,
14963,
5556,
12,
508,
262,
9506,... |
if(cldrFileToCheck == null) { throw new InternalError("CheckCLDR problem: cldrFileToCheck must not be null"); } if (path == null) { throw new InternalError("CheckCLDR problem: path must not be null"); } if (fullPath == null) { throw new InternalError("CheckCLDR problem: fullPath must not be null"); } if (value == null)... | if(cldrFileToCheck == null) { throw new InternalError("CheckCLDR problem: cldrFileToCheck must not be null"); } if (path == null) { throw new InternalError("CheckCLDR problem: path must not be null"); } if (fullPath == null) { throw new InternalError("CheckCLDR problem: fullPath must not be null"); } if (value == null)... | public final CheckCLDR check(String path, String fullPath, String value, Map options, List result) { if(cldrFileToCheck == null) { throw new InternalError("CheckCLDR problem: cldrFileToCheck must not be null"); } if (path == null) { throw new InternalError("CheckCLDR problem: path must not ... | 27800 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/27800/c94b49d7784e4c6f8ec0f50a2412ccdbbf714f66/CheckCLDR.java/buggy/tools/java/org/unicode/cldr/test/CheckCLDR.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
2073,
5017,
6331,
866,
12,
780,
589,
16,
514,
11225,
16,
514,
460,
16,
1635,
702,
16,
987,
563,
13,
288,
3639,
309,
12,
830,
3069,
812,
18126,
422,
446,
13,
288,
5411,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
2073,
5017,
6331,
866,
12,
780,
589,
16,
514,
11225,
16,
514,
460,
16,
1635,
702,
16,
987,
563,
13,
288,
3639,
309,
12,
830,
3069,
812,
18126,
422,
446,
13,
288,
5411,
... |
public String toString() { StringBuilder retval = new StringBuilder("("); for (int i = 0; i < mQueryOperations.size(); i++) { retval.append(" OR "); retval.append(mQueryOperations.get(i).toString()); } retval.append(")"); return retval.toString(); ... | 6965 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6965/c2968386a64d285ddcd668a68b39b84d790490b4/UnionQueryOperation.java/buggy/ZimbraServer/src/java/com/zimbra/cs/index/UnionQueryOperation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1762,
1435,
288,
3639,
3225,
5221,
273,
394,
3225,
2932,
2932,
1769,
7734,
364,
261,
474,
277,
273,
374,
31,
277,
411,
312,
1138,
9343,
18,
1467,
5621,
277,
27245,
288,
5411,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1762,
1435,
288,
3639,
3225,
5221,
273,
394,
3225,
2932,
2932,
1769,
7734,
364,
261,
474,
277,
273,
374,
31,
277,
411,
312,
1138,
9343,
18,
1467,
5621,
277,
27245,
288,
5411,
... | ||
"Parameters : [fractal_ADL_file] descriptor_file" + "\n the first file describes your components layout. " + "\n Default is " + DEFAULT_ADL + "\n the second file describes your deployment of computing nodes." + "\n You may want to try ../../../descriptors/components/C3D_all.x... | "Parameters : descriptor_file [fractal_ADL_file] " + "\n The first file describes your deployment of computing nodes." + "\n You may want to try ../../../descriptors/components/C3D_all.xml"+ "\n The second file describes your components layout. " + "\n Default is " + DEFAULT_... | public static void main(final String[] args) throws Exception { if ((args.length != 2) && (args.length != 1)) { System.out.println( "Parameters : [fractal_ADL_file] descriptor_file" + "\n the first file describes your components layout. " + "\n ... | 58694 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58694/feb205e44ad808bcfe2f33002933567d2fddf0c3/Main.java/clean/src/org/objectweb/proactive/examples/components/c3d/Main.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2774,
12,
6385,
514,
8526,
833,
13,
1216,
1185,
288,
3639,
309,
14015,
1968,
18,
2469,
480,
576,
13,
597,
261,
1968,
18,
2469,
480,
404,
3719,
288,
5411,
2332,
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,
377,
1071,
760,
918,
2774,
12,
6385,
514,
8526,
833,
13,
1216,
1185,
288,
3639,
309,
14015,
1968,
18,
2469,
480,
576,
13,
597,
261,
1968,
18,
2469,
480,
404,
3719,
288,
5411,
2332,
18,
659,
... |
public int getLineNumber() { //return fCurrentEntity != null ? fCurrentEntity.lineNumber : -1; if (fCurrentEntity != null) { if (fCurrentEntity.entityLocation != null && fCurrentEntity.entityLocation.getLiteralSystemId() != null ) { return fCurrentEntity.l... | 6373 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6373/76210d88ada5f79a02657f0a05cf18b34d7b5f24/XMLEntityManager.java/buggy/src/org/apache/xerces/impl/XMLEntityManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
474,
588,
31063,
1435,
95,
759,
2463,
74,
3935,
1943,
5,
33,
2011,
35,
74,
3935,
1943,
18,
1369,
1854,
30,
17,
21,
31,
430,
12,
74,
3935,
1943,
5,
33,
2011,
15329,
430,
12,
74,
393... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
474,
588,
31063,
1435,
95,
759,
2463,
74,
3935,
1943,
5,
33,
2011,
35,
74,
3935,
1943,
18,
1369,
1854,
30,
17,
21,
31,
430,
12,
74,
3935,
1943,
5,
33,
2011,
15329,
430,
12,
74,
393... | ||
cat2.addSubtask(cat2task4); | cat2task4.setCategory(cat2); cat2.addTask(cat2task4); | public void setUp() throws PartInitException{ MylarTasksPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage().showView("org.eclipse.mylar.tasks.ui.views.TaskListView"); File file = new File("foo" + MylarTasksPlugin.FILE_EXTENSION); TaskListManager manager = new TaskListManager(file);... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/bfd6c75025dd41ab813783fc0743c23cfe1c2fc2/TaskListUiTest.java/clean/org.eclipse.mylyn.tasks.tests/src/org/eclipse/mylyn/tasks/tests/TaskListUiTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
24292,
1435,
1216,
6393,
2570,
503,
95,
9506,
202,
12062,
7901,
6685,
3773,
18,
588,
1868,
7675,
588,
2421,
22144,
7675,
588,
3896,
2421,
22144,
3829,
7675,
588,
3896,
1964,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
24292,
1435,
1216,
6393,
2570,
503,
95,
9506,
202,
12062,
7901,
6685,
3773,
18,
588,
1868,
7675,
588,
2421,
22144,
7675,
588,
3896,
2421,
22144,
3829,
7675,
588,
3896,
1964,
... |
in.startString(); while(c != quoteChar) { | strLoop: while (c != quoteChar) { | public int getToken() throws IOException { int c; tokenno++; // Check for pushed-back token if (this.pushbackToken != EOF) { int result = this.pushbackToken; this.pushbackToken = EOF; return result; } // Eat whitespace, possibly sensitive to... | 51996 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51996/307d75e3128a24e2aa23ad77cc0eb8945c47d57c/TokenStream.java/clean/js/rhino/src/org/mozilla/javascript/TokenStream.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
9162,
1435,
1216,
1860,
288,
3639,
509,
276,
31,
3639,
1147,
2135,
9904,
31,
3639,
368,
2073,
364,
18543,
17,
823,
1147,
3639,
309,
261,
2211,
18,
6206,
823,
1345,
480,
6431,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9162,
1435,
1216,
1860,
288,
3639,
509,
276,
31,
3639,
1147,
2135,
9904,
31,
3639,
368,
2073,
364,
18543,
17,
823,
1147,
3639,
309,
261,
2211,
18,
6206,
823,
1345,
480,
6431,
... |
if (node.edges[0] != null || !(node.edges[0].contents instanceof SIRJoiner)) { for (int i = 0; i < node.inputs; i++) { if (node.incomingWeights[i] != 0) { return true; } } } return false; | if (node.edges[0] != null && node.edges[0].isJoiner()) return false; return true; | public static boolean assignedJoiner(FlatNode node) { assert node.isJoiner(); if (node.edges.length == 0) { assert node.getTotalIncomingWeights() == 0; return false; } // do not assign joiners directly connected to other joiners or null // joiners if (... | 5955 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5955/bc8a69ca9ac00dc5f4b33311c6a6454f7254c5aa/Layout.java/clean/streams/src/at/dms/kjc/spacedynamic/Layout.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1250,
6958,
4572,
264,
12,
16384,
907,
756,
13,
288,
3639,
1815,
756,
18,
291,
4572,
264,
5621,
3639,
309,
261,
2159,
18,
8746,
18,
2469,
422,
374,
13,
288,
5411,
1815,
756,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6958,
4572,
264,
12,
16384,
907,
756,
13,
288,
3639,
1815,
756,
18,
291,
4572,
264,
5621,
3639,
309,
261,
2159,
18,
8746,
18,
2469,
422,
374,
13,
288,
5411,
1815,
756,
... |
ColorMapManager manager = env.getColorMapManager(); ColorMapUI ui = manager.getUI(); | HeatMapManager manager = env.getHeatMapManager(); HeatMapUI ui = manager.getUI(); | public void actionPerformed(ActionEvent ae) { ColorMapManager manager = env.getColorMapManager(); ColorMapUI ui = manager.getUI(); ui.setClosable(true); ui.setIconifiable(true); ui.setResizable(false); ui.se... | 13273 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13273/f82d914fe97ef0c74bef944bf12ae4961776c814/BrowserMenuBar.java/clean/SRC/org/openmicroscopy/shoola/agents/browser/ui/BrowserMenuBar.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
918,
26100,
12,
1803,
1133,
14221,
13,
5411,
288,
7734,
5563,
863,
1318,
3301,
273,
1550,
18,
588,
2957,
863,
1318,
5621,
7734,
5563,
863,
5370,
5915,
273,
3301,
18,
588,
5370,
562... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2398,
1071,
918,
26100,
12,
1803,
1133,
14221,
13,
5411,
288,
7734,
5563,
863,
1318,
3301,
273,
1550,
18,
588,
2957,
863,
1318,
5621,
7734,
5563,
863,
5370,
5915,
273,
3301,
18,
588,
5370,
562... |
sendData[Dispatch.PACKET_DATA_OFFSET + offset] = b; sendData[Dispatch.PACKET_DATA_OFFSET + offset + 1] = (byte) ((data >>> 19) & 0xFF); sendData[Dispatch.PACKET_DATA_OFFSET + offset + 2] = (byte) ((data >>> 11) & 0xFF); sendData[Dispatch.PACKET_DATA_OFFSET + offset + 3] = (byte) ((data >>> 3) & 0xFF); sendData[Dispatch... | sendData[DataPacket.PACKET_DATA_OFFSET + offset] = b; sendData[DataPacket.PACKET_DATA_OFFSET + offset + 1] = (byte) ((data >>> 19) & 0xFF); sendData[DataPacket.PACKET_DATA_OFFSET + offset + 2] = (byte) ((data >>> 11) & 0xFF); sendData[DataPacket.PACKET_DATA_OFFSET + offset + 3] = (byte) ((data >>> 3) & 0xFF); sendData[... | private static void fillPacket(boolean modeBit, boolean controlBit, int data, int offset) { // startBit = 1 | modeBit | controlBit | 32 bits of data byte b = (byte) 0x80; if (modeBit) { b |= 0x40; } if (controlBit) { b |= 0x20; } b |= (byte) (data >>> 27); sendData[Dispatch.PACKET_DATA_OFFSET + offset] =... | 16066 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/16066/563076446a7a210a0fc2ca1b52bd1f8a3152413b/MPC555.java/clean/mcdp/src/ch/ntb/mcdp/bdi/MPC555.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
918,
3636,
6667,
12,
6494,
1965,
5775,
16,
1250,
3325,
5775,
16,
1082,
202,
474,
501,
16,
509,
1384,
13,
288,
202,
202,
759,
787,
5775,
273,
404,
571,
1965,
5775,
571,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
760,
918,
3636,
6667,
12,
6494,
1965,
5775,
16,
1250,
3325,
5775,
16,
1082,
202,
474,
501,
16,
509,
1384,
13,
288,
202,
202,
759,
787,
5775,
273,
404,
571,
1965,
5775,
571,
... |
iVisited.getBodyNode().accept(new CreateJumpTargetVisitor(newMethod)); | CreateJumpTargetVisitor.setJumpTarget(newMethod, iVisited.getBodyNode()); | private static IRubyObject evalInternal(ThreadContext context, Node node, IRubyObject self) { IRuby runtime = context.getRuntime(); bigloop: do { if (node == null) return runtime.getNil(); switch (node.nodeId) { case NodeTypes.ALIASNODE: { AliasN... | 46770 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46770/bf9566bc66503df4ccccadc79d302823756a1ae4/EvaluationState.java/buggy/src/org/jruby/evaluator/EvaluationState.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
15908,
10340,
921,
5302,
3061,
12,
3830,
1042,
819,
16,
2029,
756,
16,
15908,
10340,
921,
365,
13,
288,
3639,
15908,
10340,
3099,
273,
819,
18,
588,
5576,
5621,
7734,
5446,
649... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
15908,
10340,
921,
5302,
3061,
12,
3830,
1042,
819,
16,
2029,
756,
16,
15908,
10340,
921,
365,
13,
288,
3639,
15908,
10340,
3099,
273,
819,
18,
588,
5576,
5621,
7734,
5446,
649... |
myDeclaringClass = getter.getDeclaringClass(); myGetterMethod = JavaMethodSignature.getSignature(getter); | myGetterMethod = getter; | protected AttributeChildDescriptionImpl(final String attributeName, final Method getter) { super(attributeName, getter.getGenericReturnType()); myDeclaringClass = getter.getDeclaringClass(); myGetterMethod = JavaMethodSignature.getSignature(getter); } | 56598 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56598/54db96a7e7eb53da6fe993c656f312cdf31aaaa7/AttributeChildDescriptionImpl.java/buggy/dom/impl/src/com/intellij/util/xml/impl/AttributeChildDescriptionImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
3601,
1763,
3291,
2828,
12,
6385,
514,
9734,
16,
727,
2985,
7060,
13,
288,
565,
2240,
12,
4589,
461,
16,
7060,
18,
588,
7014,
9102,
10663,
565,
3399,
3456,
14682,
273,
7060,
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,
282,
4750,
3601,
1763,
3291,
2828,
12,
6385,
514,
9734,
16,
727,
2985,
7060,
13,
288,
565,
2240,
12,
4589,
461,
16,
7060,
18,
588,
7014,
9102,
10663,
565,
3399,
3456,
14682,
273,
7060,
18,
5... |
global = Fields.stringToBool(fs.get("Global"), false); | public ClientPutMessage(SimpleFieldSet fs) throws MessageInvalidException { String fnam = null; identifier = fs.get("Identifier"); if(identifier == null) throw new MessageInvalidException(ProtocolErrorMessage.MISSING_FIELD, "No Identifier", null); try { String u = fs.get("URI"); if(u == null) throw new Me... | 50653 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50653/bbb3c23ec38ea1c7abb48040a17f5fc7932248bc/ClientPutMessage.java/clean/src/freenet/node/fcp/ClientPutMessage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2445,
6426,
1079,
12,
5784,
974,
694,
2662,
13,
1216,
2350,
1941,
503,
288,
202,
202,
780,
2295,
301,
273,
446,
31,
202,
202,
5644,
273,
2662,
18,
588,
2932,
3004,
8863,
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,
2445,
6426,
1079,
12,
5784,
974,
694,
2662,
13,
1216,
2350,
1941,
503,
288,
202,
202,
780,
2295,
301,
273,
446,
31,
202,
202,
5644,
273,
2662,
18,
588,
2932,
3004,
8863,
202,
... | |
if (segmentCount == 0) { monitor.worked(1); } else { IProgressMonitor localMonitor = new SubProgressMonitor(monitor, segmentCount); localMonitor.beginTask(DataTransferMessages.getString("ImportOperation.creatingFolder"), segmentCount); try { for (int i = 0; i < segmentCount; i++) { currentFolder = currentFolder.getFo... | for (int i = 0; i < segmentCount; i++) { currentFolder = currentFolder.getFolder(new Path(path.segment(i))); if (!currentFolder.exists()) ((IFolder) currentFolder).create(false,true,null); | IContainer createContainersFor(IPath path) throws CoreException { // 1FV0B3Y: ITPUI:ALL - sub progress monitors granularity issues IContainer currentFolder = (IContainer) destinationContainer; int segmentCount = path.segmentCount(); if (segmentCount == 0) { // 1FV0B3Y: ITPUI:ALL - sub progress monitors granularity iss... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/1078fc6f8a35aab87dcb2e0132763c8a14e11706/ImportOperation.java/clean/bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/ImportOperation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
467,
2170,
752,
11177,
1290,
12,
45,
743,
589,
13,
1216,
30015,
288,
202,
759,
404,
28324,
20,
38,
23,
61,
30,
467,
11130,
5370,
30,
4685,
300,
720,
4007,
22389,
25380,
8296,
202,
45,
2170,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
467,
2170,
752,
11177,
1290,
12,
45,
743,
589,
13,
1216,
30015,
288,
202,
759,
404,
28324,
20,
38,
23,
61,
30,
467,
11130,
5370,
30,
4685,
300,
720,
4007,
22389,
25380,
8296,
202,
45,
2170,
... |
if (oldString == null || oldString.length () == 0) { if (newString != null && newString.length () != 0) { int[] x = new int [1], y = new int [1]; int /*long*/ window = OS.gdk_window_at_pointer (x, y); if (window != 0) { int /*long*/ [] user_data = new int /*long*/ [1]; OS.gdk_window_get_user_data (window, user_data); i... | int[] x = new int [1], y = new int [1]; int /*long*/ window = OS.gdk_window_at_pointer (x, y); if (window != 0) { int /*long*/ [] user_data = new int /*long*/ [1]; OS.gdk_window_get_user_data (window, user_data); if (widget == user_data [0]) { int /*long*/ data = OS.gtk_tooltips_data_get (widget); OS.GTK_TOOLTIPS_SET_A... | void setToolTipText (int /*long*/ widget, String newString, String oldString) { byte [] buffer = null; if (newString != null && newString.length () > 0) { buffer = Converter.wcsToMbcs (null, newString, true); } if (tooltipsHandle == 0) { tooltipsHandle = OS.gtk_tooltips_new (); if (tooltipsHandle == 0) error (SWT.ER... | 12413 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12413/dee160fb77b5c2e7ab5959e6351f379e6f244071/Shell.java/clean/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
918,
444,
29250,
1528,
261,
474,
1748,
5748,
5549,
3604,
16,
514,
394,
780,
16,
514,
1592,
780,
13,
288,
202,
7229,
5378,
1613,
273,
446,
31,
202,
430,
261,
2704,
780,
480,
446,
597,
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,
918,
444,
29250,
1528,
261,
474,
1748,
5748,
5549,
3604,
16,
514,
394,
780,
16,
514,
1592,
780,
13,
288,
202,
7229,
5378,
1613,
273,
446,
31,
202,
430,
261,
2704,
780,
480,
446,
597,
394,
... |
public CallNode(ISourcePosition position, INode receiverNode, String name, IListNode argsNode) { | public CallNode(ISourcePosition position, INode receiverNode, String name, INode argsNode) { | public CallNode(ISourcePosition position, INode receiverNode, String name, IListNode argsNode) { super(position); this.receiverNode = receiverNode; this.name = name.intern(); this.argsNode = argsNode; } | 45753 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45753/f5c9a1ebd775712f2dc086acfce1a14a123ec632/CallNode.java/clean/src/org/jruby/ast/CallNode.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3049,
907,
12,
45,
1830,
2555,
1754,
16,
21176,
5971,
907,
16,
514,
508,
16,
21176,
833,
907,
13,
288,
3639,
2240,
12,
3276,
1769,
3639,
333,
18,
24454,
907,
273,
5971,
907,
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,
1071,
3049,
907,
12,
45,
1830,
2555,
1754,
16,
21176,
5971,
907,
16,
514,
508,
16,
21176,
833,
907,
13,
288,
3639,
2240,
12,
3276,
1769,
3639,
333,
18,
24454,
907,
273,
5971,
907,
31,
... |
haplos[gap][0].addTag(((Integer)preGapSubset.elementAt(i)).intValue()); | Haplotype[][] generateCrossovers(Haplotype[][] haplos) throws HaploViewException{ Vector crossBlock = new Vector(); double CROSSOVER_THRESHOLD = 0.001; //to what percentage do we want to consider crossings? if (haplos.length == 0) return null; //seed first block with ordering numbers ... | 51222 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51222/f770df61f6ec4e1603270fe5ff9277a48fc7b01c/HaploData.java/buggy/edu/mit/wi/haploview/HaploData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
670,
69,
4032,
388,
63,
6362,
65,
2103,
13941,
23042,
12,
44,
69,
4032,
388,
63,
6362,
65,
5622,
383,
87,
13,
1216,
670,
438,
383,
1767,
503,
95,
3639,
5589,
6828,
1768,
273,
394,
558... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
670,
69,
4032,
388,
63,
6362,
65,
2103,
13941,
23042,
12,
44,
69,
4032,
388,
63,
6362,
65,
5622,
383,
87,
13,
1216,
670,
438,
383,
1767,
503,
95,
3639,
5589,
6828,
1768,
273,
394,
558... | |
int i = s.indexOf ("/"); | int i = s.indexOf (File.separatorChar); | public String mangleFileName (String s) { // replace "HOME" and "VJ_BASE_DIR" in the string buffer w/ // proper values i hope.......... if (s == null) return ""; if (s.startsWith ("${")) { int i = s.indexOf ("}"); if (i != -1) { String var_name = s.substring (2, i); ... | 7933 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7933/341769633422ef93d576622523288f40d6cf3484/FileControl.java/buggy/modules/jackal/vjcontrol/org/vrjuggler/jccl/vjcontrol/FileControl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
312,
4341,
4771,
261,
780,
272,
13,
288,
202,
759,
1453,
315,
14209,
6,
471,
315,
58,
46,
67,
8369,
67,
4537,
6,
316,
326,
533,
1613,
341,
19,
202,
759,
5338,
924,
277,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
312,
4341,
4771,
261,
780,
272,
13,
288,
202,
759,
1453,
315,
14209,
6,
471,
315,
58,
46,
67,
8369,
67,
4537,
6,
316,
326,
533,
1613,
341,
19,
202,
759,
5338,
924,
277,
2... |
RGBBuffer buf = re.render(pd); | int[] buf = re.renderAsPackedInt(pd); | private BufferedImage createScaledImage(Pixels pixels, RenderingDef def, Integer sizeX, Integer sizeY) { // Original sizes and thumbnail metadata int origSizeX = pixels.getSizeX(); int origSizeY = pixels.getSizeY(); // Retrieve our rendered data and translate to a... | 55464 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55464/64e6d912272b039f986c1a36d1ca930cc5578578/ThumbImpl.java/buggy/components/server/src/ome/logic/ThumbImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
12362,
752,
55,
12825,
2040,
12,
18079,
8948,
16,
18018,
3262,
1652,
16,
4766,
5411,
2144,
963,
60,
16,
2144,
963,
61,
13,
565,
288,
202,
202,
759,
19225,
8453,
471,
9134,
1982,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
12362,
752,
55,
12825,
2040,
12,
18079,
8948,
16,
18018,
3262,
1652,
16,
4766,
5411,
2144,
963,
60,
16,
2144,
963,
61,
13,
565,
288,
202,
202,
759,
19225,
8453,
471,
9134,
1982,
2... |
return "file:" + new Path(model.getInstallLocation()).addTrailingSeparator().toString(); | return "file:" + new Path(model.getInstallLocation()).removeTrailingSeparator().toString(); | public static String getBundleURL(String id, Map pluginMap) { IPluginModelBase model = (IPluginModelBase)pluginMap.get(id.trim()); if (model == null) return null; return "file:" + new Path(model.getInstallLocation()).addTrailingSeparator().toString(); //$NON-NLS-1$ } | 8783 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8783/b04869ab5fb39e51b0678f664c2ac03cc71e4706/LaunchConfigurationHelper.java/clean/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/LaunchConfigurationHelper.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
514,
10946,
1785,
12,
780,
612,
16,
1635,
1909,
863,
13,
288,
202,
202,
45,
3773,
1488,
2171,
938,
273,
261,
45,
3773,
1488,
2171,
13,
4094,
863,
18,
588,
12,
350,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
514,
10946,
1785,
12,
780,
612,
16,
1635,
1909,
863,
13,
288,
202,
202,
45,
3773,
1488,
2171,
938,
273,
261,
45,
3773,
1488,
2171,
13,
4094,
863,
18,
588,
12,
350,
18,
... |
SymTabAST leftChild = (SymTabAST) expression.getFirstChild(); SymTabAST rightChild = (SymTabAST) leftChild.getNextSibling(); | SymTabAST leftChild = findLeftChild(expression); SymTabAST rightChild = findRightSibling(leftChild); | private IClass resolveShiftOperator( SymTabAST expression, Scope location, IClass context, boolean referencePhase) { IClass result = null; SymTabAST leftChild = (SymTabAST) expression.getFirstChild(); SymTabAST rightChild = (SymTabAST) leftChild.getNextSibling(); ... | 50482 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50482/8a046d9ba8a5b2aef3d3220985f5e02e532dad68/Resolver.java/buggy/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/Resolver.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
467,
797,
2245,
10544,
5592,
12,
3639,
10042,
5661,
9053,
2652,
16,
3639,
5468,
2117,
16,
3639,
467,
797,
819,
16,
3639,
1250,
2114,
11406,
13,
288,
3639,
467,
797,
563,
273,
446,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
467,
797,
2245,
10544,
5592,
12,
3639,
10042,
5661,
9053,
2652,
16,
3639,
5468,
2117,
16,
3639,
467,
797,
819,
16,
3639,
1250,
2114,
11406,
13,
288,
3639,
467,
797,
563,
273,
446,
... |
throw NativeGlobal.undefReadError(obj, property, scope); | throw undefReadError(obj, property); | public static Object getElem(Object obj, Object id, Scriptable scope) { int index; String s; if (id instanceof Number) { double d = ((Number) id).doubleValue(); index = (int) d; s = ((double) index) == d ? null : toString(id); } else { s = (id ... | 12376 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12376/8df24a01d813540ecdfcd8a3a380c84cc9993734/ScriptRuntime.java/clean/js/rhino/src/org/mozilla/javascript/ScriptRuntime.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1033,
4774,
3269,
12,
921,
1081,
16,
1033,
612,
16,
22780,
2146,
13,
288,
3639,
509,
770,
31,
3639,
514,
272,
31,
3639,
309,
261,
350,
1276,
3588,
13,
288,
5411,
1645,
302,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1033,
4774,
3269,
12,
921,
1081,
16,
1033,
612,
16,
22780,
2146,
13,
288,
3639,
509,
770,
31,
3639,
514,
272,
31,
3639,
309,
261,
350,
1276,
3588,
13,
288,
5411,
1645,
302,
... |
public String toFormulaString() | public String toFormulaString(SheetReferences refs) | public String toFormulaString() { //TODO -- should we store a cellreference instance in this ptg?? but .. memory is an issue, i believe! return (new CellReference(getRow(),getColumn(),!isRowRelative(),!isColRelative())).toString(); } | 509 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/509/13ea5ee7ea68721153c198ec5f180ba23cbd9840/ReferencePtg.java/clean/src/java/org/apache/poi/hssf/record/formula/ReferencePtg.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
358,
14972,
780,
12,
8229,
8221,
9047,
13,
565,
288,
3639,
368,
6241,
1493,
1410,
732,
1707,
279,
2484,
6180,
791,
316,
333,
5818,
75,
14646,
1496,
6116,
3778,
353,
392,
5672,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
358,
14972,
780,
12,
8229,
8221,
9047,
13,
565,
288,
3639,
368,
6241,
1493,
1410,
732,
1707,
279,
2484,
6180,
791,
316,
333,
5818,
75,
14646,
1496,
6116,
3778,
353,
392,
5672,
... |
if (monitor != null) { monitor.subTask(LaunchMessages.getString("AbstractCLaunchDelegate.20")); | if(monitor == null) { monitor = new NullProgressMonitor(); | public boolean preLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) throws CoreException { // build project list if (monitor != null) { monitor.subTask(LaunchMessages.getString("AbstractCLaunchDelegate.20")); //$NON-NLS-1$ } orderedProjects = null; ICProject cProject = getCP... | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/28f387019d6d22b8accfceef9f4d432c9fec47ae/AbstractCLaunchDelegate.java/clean/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/AbstractCLaunchDelegate.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
675,
9569,
1564,
12,
2627,
4760,
1750,
1664,
16,
514,
1965,
16,
467,
5491,
7187,
6438,
13,
1216,
30015,
288,
202,
202,
759,
1361,
1984,
666,
202,
202,
430,
261,
10259,
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,
1250,
675,
9569,
1564,
12,
2627,
4760,
1750,
1664,
16,
514,
1965,
16,
467,
5491,
7187,
6438,
13,
1216,
30015,
288,
202,
202,
759,
1361,
1984,
666,
202,
202,
430,
261,
10259,
4... |
public PatternDescr lhs_unary() throws RecognitionException { PatternDescr d; PatternDescr u = null; d = null; try { // C:\Projects\jboss-rules-new\drools-compiler\src\main\resources\org\drools\lang\drl.g:818:17: ( (u= lhs_exist | u= lhs_not | u= lhs_eval... | 31577 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/31577/bf3305a89ef5e916acbab744c38aaaec83bf67ff/RuleParser.java/buggy/drools-compiler/src/main/java/org/drools/lang/RuleParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
6830,
16198,
8499,
67,
318,
814,
1435,
1216,
9539,
288,
6647,
6830,
16198,
302,
31,
3639,
6830,
16198,
582,
273,
446,
31,
1171,
202,
202,
72,
273,
446,
31,
540,
202,
3639,
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,
377,
1071,
6830,
16198,
8499,
67,
318,
814,
1435,
1216,
9539,
288,
6647,
6830,
16198,
302,
31,
3639,
6830,
16198,
582,
273,
446,
31,
1171,
202,
202,
72,
273,
446,
31,
540,
202,
3639,
775,
28... | ||
if (isNonDisplayableJob(job)) return; | public void beginTask(String taskName, int totalWork) { if (isNonDisplayableJob(job)) return; JobInfo info = getJobInfo(job); info.beginTask(taskName, totalWork); refresh(info); } | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/28dff015f95582b61afeedcf214061818f6ad308/JobProgressManager.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobProgressManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
918,
2376,
2174,
12,
780,
20172,
16,
509,
2078,
2421,
13,
288,
1082,
202,
430,
261,
291,
3989,
4236,
429,
2278,
12,
4688,
3719,
9506,
202,
2463,
31,
1082,
202,
2278,
966,
112... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
918,
2376,
2174,
12,
780,
20172,
16,
509,
2078,
2421,
13,
288,
1082,
202,
430,
261,
291,
3989,
4236,
429,
2278,
12,
4688,
3719,
9506,
202,
2463,
31,
1082,
202,
2278,
966,
112... | |
if (checkWorld) check(key >= 0); | if (Context.check && key < 0) Context.codeBug(); | public boolean has(int key) { if (checkWorld) check(key >= 0); return 0 <= findIndex(key); } | 19000 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19000/d108b43f2f2a757ef20c817fe089542dd267a766/UintMap.java/buggy/src/org/mozilla/javascript/UintMap.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
711,
12,
474,
498,
13,
288,
3639,
309,
261,
1042,
18,
1893,
597,
498,
411,
374,
13,
1772,
18,
710,
19865,
5621,
3639,
327,
374,
1648,
1104,
1016,
12,
856,
1769,
565,
289,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
711,
12,
474,
498,
13,
288,
3639,
309,
261,
1042,
18,
1893,
597,
498,
411,
374,
13,
1772,
18,
710,
19865,
5621,
3639,
327,
374,
1648,
1104,
1016,
12,
856,
1769,
565,
289,
... |
public TA_RetCode TRIX( int startIdx, int endIdx, double inReal[], int optInTimePeriod, MInteger outBegIdx, MInteger outNbElement, double outReal[] ){ double k; double []tempBuffer ; MInteger nbElement = new MInteger() ; MInteger begIdx = new MInteger() ; int totalLookback; int emaLookback, rocLookback; TA_RetCode ... | 7231 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7231/1bccb7a13486c61b10e8ebdf0c938797539a3f3d/Core.java/clean/ta-lib/java/src/TA/Lib/Core.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
9833,
67,
7055,
1085,
6566,
60,
12,
474,
1937,
4223,
16,
474,
409,
4223,
16,
9056,
267,
6955,
63,
6487,
474,
3838,
382,
26540,
16,
49,
4522,
659,
24059,
4223,
16,
49,
4522,
659,
22816,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6566,
60,
12,
474,
1937,
4223,
16,
474,
409,
4223,
16,
9056,
267,
6955,
63,
6487,
474,
3838,
382,
26540,
16,
49,
4522,
659,
24059,
4223,
16,
49,
4522,
659,
22816,... | ||
System.err.println("Beginning DRI hack"); | if (DEBUG) { System.err.println("Beginning DRI hack"); } | public static void begin() { AccessController.doPrivileged(new PrivilegedAction() { public Object run() { driHackNeeded = new File("/usr/lib/dri").exists(); return null; } }); if (driHackNeeded) { System.err.println("Beginning DRI hack"); NativeLibLoader.loadDRIHac... | 46690 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46690/3213573d5bae01d763265c08f3ca3c119707c0a9/DRIHack.java/buggy/src/classes/com/sun/opengl/impl/x11/DRIHack.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
2376,
1435,
288,
565,
25556,
18,
2896,
18845,
12,
2704,
24897,
1435,
288,
3639,
1071,
1033,
1086,
1435,
288,
1850,
302,
566,
44,
484,
11449,
273,
394,
1387,
2932,
19,
1364... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
760,
918,
2376,
1435,
288,
565,
25556,
18,
2896,
18845,
12,
2704,
24897,
1435,
288,
3639,
1071,
1033,
1086,
1435,
288,
1850,
302,
566,
44,
484,
11449,
273,
394,
1387,
2932,
19,
1364... |
LOG.log(Level.SEVERE, "Unable to load parse plugins file from URL " + "[" + fParsePluginsFile + "]", e); | LOG.warning("Unable to load parse plugins file from URL " + "[" + fParsePluginsFile + "]. Reason is [" + e + "]"); | public ParsePluginList parse() { ParsePluginList pList = new ParsePluginList(); // open up the XML file DocumentBuilderFactory factory = null; DocumentBuilder parser = null; Document document = null; InputSource inputSource = null; InputStream ppInputStream = null; if (fParsePlugin... | 57484 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57484/d36226cac6e3c18202e3195b40a76391855818ba/ParsePluginsReader.java/clean/src/java/org/apache/nutch/parse/ParsePluginsReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2884,
3773,
682,
1109,
1435,
288,
3639,
2884,
3773,
682,
293,
682,
273,
394,
2884,
3773,
682,
5621,
3639,
368,
1696,
731,
326,
3167,
585,
565,
30236,
3272,
273,
446,
31,
565,
4319,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2884,
3773,
682,
1109,
1435,
288,
3639,
2884,
3773,
682,
293,
682,
273,
394,
2884,
3773,
682,
5621,
3639,
368,
1696,
731,
326,
3167,
585,
565,
30236,
3272,
273,
446,
31,
565,
4319,
... |
if (!getClass().equals(original.getClass()) || getMetaClass().getRealClass() != original.getMetaClass().getRealClass()) { | if (!getClass().equals(original.getClass())) { | public IRubyObject initialize_copy(IRubyObject original) { if (this != original) { checkFrozen(); if (!getClass().equals(original.getClass()) || getMetaClass().getRealClass() != original.getMetaClass().getRealClass()) { throw getRuntime().newTypeError("initialize_copy should take same c... | 46258 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46258/be2d0d67acb903e2b90437be035dc5e32b7a3ebf/RubyObject.java/buggy/src/org/jruby/RubyObject.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
15908,
10340,
921,
4046,
67,
3530,
12,
7937,
10340,
921,
2282,
13,
288,
202,
565,
309,
261,
2211,
480,
2282,
13,
288,
202,
3639,
866,
42,
9808,
5621,
202,
3639,
309,
16051,
58... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
15908,
10340,
921,
4046,
67,
3530,
12,
7937,
10340,
921,
2282,
13,
288,
202,
565,
309,
261,
2211,
480,
2282,
13,
288,
202,
3639,
866,
42,
9808,
5621,
202,
3639,
309,
16051,
58... |
if (CodeFormatterConstants.MIXED.equals(getCoreOption(project, CodeFormatterConstants.FORMATTER_TAB_CHAR))) key= CodeFormatterConstants.FORMATTER_INDENTATION_SIZE; | if (DefaultCodeFormatterConstants.MIXED.equals(getCoreOption(project, DefaultCodeFormatterConstants.FORMATTER_TAB_CHAR))) key= DefaultCodeFormatterConstants.FORMATTER_INDENTATION_SIZE; | public static int getIndentWidth(ICProject project) { String key; if (CodeFormatterConstants.MIXED.equals(getCoreOption(project, CodeFormatterConstants.FORMATTER_TAB_CHAR))) key= CodeFormatterConstants.FORMATTER_INDENTATION_SIZE; else key= CodeFormatterConstants.FORMATTER_TAB_SIZE; return getCoreOption(proje... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/0482b3954404fd528d629e737114a70d018a10db/CodeFormatterUtil.java/buggy/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/util/CodeFormatterUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
509,
336,
7790,
2384,
12,
2871,
4109,
1984,
13,
288,
202,
202,
780,
498,
31,
202,
202,
430,
261,
1085,
5074,
2918,
18,
7492,
60,
2056,
18,
14963,
12,
588,
4670,
1895,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
509,
336,
7790,
2384,
12,
2871,
4109,
1984,
13,
288,
202,
202,
780,
498,
31,
202,
202,
430,
261,
1085,
5074,
2918,
18,
7492,
60,
2056,
18,
14963,
12,
588,
4670,
1895,
1... |
this.connection.send(command.getCommandBytes()); | tmp = command.getCommandBytes(); for (int i=0; i<tmp.length; i++) commandsToSend.add(tmp[i]); | private synchronized void transmitSensors() { try { // Command command = new Command(Command.CMD_SENS_IR,// 1000,// 1000, seq++);// this.connection.send(command.getCommandBytes()); Command command = new Command(); command.setCommand(Command.CMD_SENS_IR);// command.setDataL(1000);// command.setDat... | 49082 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49082/33f80100aeeb5c23a3e2a208ff892b094498683a/CtBotSimTcp.java/clean/ctSim/model/bots/ctbot/CtBotSimTcp.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
3852,
918,
23323,
55,
12575,
1435,
288,
202,
202,
698,
288,
1082,
202,
759,
1082,
202,
2189,
1296,
273,
394,
3498,
12,
2189,
18,
19473,
67,
26753,
67,
7937,
16,
759,
1082,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
3852,
918,
23323,
55,
12575,
1435,
288,
202,
202,
698,
288,
1082,
202,
759,
1082,
202,
2189,
1296,
273,
394,
3498,
12,
2189,
18,
19473,
67,
26753,
67,
7937,
16,
759,
1082,
20... |
editor.editorGUI.textEditor.replaceSelectedText(ruleName); | editor.replaceText(leftIndex, rightIndex, ruleName); | public void extractRule() { String ruleName = (String)JOptionPane.showInputDialog(editor.getJavaContainer(), "Rule name:", "Extract Rule", JOptionPane.QUESTION_MESSAGE, null, null, ""); if(ruleName != null && ruleName.length() > 0) { editor.beginGroupChange("Extra... | 51505 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51505/436dfac0820b7f97c5dbfa0a5a51e36ec25fb64f/ActionsRefactor.java/buggy/src/org/antlr/works/editor/actions/ActionsRefactor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2608,
2175,
1435,
288,
3639,
514,
23285,
273,
261,
780,
13,
46,
1895,
8485,
18,
4500,
1210,
6353,
12,
9177,
18,
588,
5852,
2170,
9334,
315,
2175,
508,
2773,
16,
315,
4976,
67... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2608,
2175,
1435,
288,
3639,
514,
23285,
273,
261,
780,
13,
46,
1895,
8485,
18,
4500,
1210,
6353,
12,
9177,
18,
588,
5852,
2170,
9334,
315,
2175,
508,
2773,
16,
315,
4976,
67... |
else { | else { | private void renderRecurse(UIBranchContainer basecontainer, XMLLump parentlump, XMLLump baselump) { int renderindex = baselump.lumpindex; int basedepth = parentlump.nestingdepth; while (true) { // continue scanning along this template section until we either each // the last lump, or the recur... | 29 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/29/acb471090735e73526a7c40dd18e12ba35956a31/ViewRender.java/clean/rsf-core/core/src/uk/org/ponder/rsf/renderer/ViewRender.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
1743,
426,
17682,
12,
5370,
7108,
2170,
1026,
3782,
16,
3167,
48,
2801,
982,
80,
2801,
16,
1377,
3167,
48,
2801,
2580,
292,
2801,
13,
288,
565,
509,
1743,
1615,
273,
2580,
29... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
1743,
426,
17682,
12,
5370,
7108,
2170,
1026,
3782,
16,
3167,
48,
2801,
982,
80,
2801,
16,
1377,
3167,
48,
2801,
2580,
292,
2801,
13,
288,
565,
509,
1743,
1615,
273,
2580,
29... |
public List getPosts(int start, int count, int minPostId, int maxPostId, Connection conn) throws Exception | public List getPosts(int start, int count, int minPostId, int maxPostId, Connection conn) | public List getPosts(int start, int count, int minPostId, int maxPostId, Connection conn) throws Exception { return dao.getPosts(minPostId, maxPostId, start, count, conn); } | 52144 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52144/f4af364dacad27a1238104a19d90e4a102043281/HsqldbScheduledSearchIndexerDAO.java/clean/src/net/jforum/dao/hsqldb/HsqldbScheduledSearchIndexerDAO.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
987,
14150,
87,
12,
474,
787,
16,
509,
1056,
16,
509,
1131,
3349,
548,
16,
509,
943,
3349,
548,
16,
4050,
1487,
13,
1216,
1185,
202,
95,
202,
202,
2463,
15229,
18,
588,
2498... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
987,
14150,
87,
12,
474,
787,
16,
509,
1056,
16,
509,
1131,
3349,
548,
16,
509,
943,
3349,
548,
16,
4050,
1487,
13,
1216,
1185,
202,
95,
202,
202,
2463,
15229,
18,
588,
2498... |
where += " AND n.nspname = '"+escapeQuotes(primarySchema)+"' "; | where += " AND n1.nspname = '"+escapeQuotes(primarySchema)+"' "; | protected java.sql.ResultSet getImportedExportedKeys(String primaryCatalog, String primarySchema, String primaryTable, String foreignCatalog, String foreignSchema, String foreignTable) throws SQLException { Field f[] = new Field[14]; f[0] = new Field(connection, "PKTABLE_CAT", iVarcharOid, getMaxNameLength()); f[1]... | 46597 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46597/88e524063ab68a0bb287c5c0545e11a8164cd613/AbstractJdbc1DatabaseMetaData.java/buggy/src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
2252,
18,
4669,
18,
13198,
336,
24934,
31140,
2396,
12,
780,
3354,
9769,
16,
514,
3354,
3078,
16,
514,
3354,
1388,
16,
514,
5523,
9769,
16,
514,
5523,
3078,
16,
514,
5523,
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,
2252,
18,
4669,
18,
13198,
336,
24934,
31140,
2396,
12,
780,
3354,
9769,
16,
514,
3354,
3078,
16,
514,
3354,
1388,
16,
514,
5523,
9769,
16,
514,
5523,
3078,
16,
514,
5523,
13... |
return handler.getOutputStream(); | if(handler instanceof IOHandlerJavaIO) { return ((IOHandlerJavaIO) handler).getOutputStream(); } else { return null; } | public OutputStream getOutStream() { return handler.getOutputStream(); } | 45827 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45827/54e6b8da799629e0b7db879c45149399878f5f84/RubyIO.java/buggy/src/org/jruby/RubyIO.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
8962,
23141,
1228,
1435,
288,
3639,
309,
12,
4176,
1276,
1665,
1503,
5852,
4294,
13,
288,
327,
14015,
4294,
1503,
5852,
4294,
13,
1838,
2934,
588,
4632,
5621,
289,
469,
288,
327,
44... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
8962,
23141,
1228,
1435,
288,
3639,
309,
12,
4176,
1276,
1665,
1503,
5852,
4294,
13,
288,
327,
14015,
4294,
1503,
5852,
4294,
13,
1838,
2934,
588,
4632,
5621,
289,
469,
288,
327,
44... |
hyperlink.setToolTipText(task.getDescription()); hyperlink.setHref(task); | hyperlink.setToolTipText(task.getDescription()); | private void addBugHyperlinks(Composite composite, String key) { FormToolkit toolkit = getManagedForm().getToolkit(); Composite hyperlinksComposite = toolkit.createComposite(composite); RowLayout rowLayout = new RowLayout(); rowLayout.marginBottom = 0; rowLayout.marginLeft = 0; rowLayout.marginRight = 0; rowLay... | 51989 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51989/7cea5223810dcdf02ca63bf84924fc111b09ce75/ExistingBugEditor.java/buggy/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/ExistingBugEditor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
527,
19865,
15996,
7135,
12,
9400,
9635,
16,
514,
498,
13,
288,
202,
202,
1204,
6364,
8691,
5226,
8691,
273,
2108,
4184,
1204,
7675,
588,
6364,
8691,
5621,
202,
202,
9400,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
527,
19865,
15996,
7135,
12,
9400,
9635,
16,
514,
498,
13,
288,
202,
202,
1204,
6364,
8691,
5226,
8691,
273,
2108,
4184,
1204,
7675,
588,
6364,
8691,
5621,
202,
202,
9400,... |
result.add(BorderLayout.CENTER, p = new Splitter(true,0.5f)); p.setFirstComponent( super.createEditorContent() ); | result.add(BorderLayout.CENTER, p = new Splitter(true, 0.5f)); p.setFirstComponent(super.createEditorContent()); | protected JComponent createEditorContent() { JPanel result = new JPanel( new BorderLayout() ); Splitter p; result.add(BorderLayout.CENTER, p = new Splitter(true,0.5f)); p.setFirstComponent( super.createEditorContent() ); JPanel replace = new JPanel( new BorderLayout() ); replaceCriteriaEdit = create... | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/89cd11decad19ffa2b802c17af5bee9a564095a0/ReplaceDialog.java/clean/plugins/structuralsearch/source/com/intellij/structuralsearch/plugin/replace/ui/ReplaceDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
29058,
752,
6946,
1350,
1435,
288,
565,
24048,
563,
273,
394,
24048,
12,
394,
30814,
1435,
11272,
565,
5385,
387,
293,
31,
565,
563,
18,
1289,
12,
8107,
3744,
18,
19835,
16,
293,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
29058,
752,
6946,
1350,
1435,
288,
565,
24048,
563,
273,
394,
24048,
12,
394,
30814,
1435,
11272,
565,
5385,
387,
293,
31,
565,
563,
18,
1289,
12,
8107,
3744,
18,
19835,
16,
293,
... |
g2d.setColor( clrText ); for ( int i = 0; i < itm.getLineCount( ); i++ ) { tl = ( (SwingTextMetrics) itm ).getLayout( iLC - i - 1 ); if ( bRightAligned ) { dW = tl.getBounds( ).getWidth( ); dXOffset = -ins.getLeft( ) + dFW - dW - ins.getRight( ); } else if ( bCenterAligned ) { dW = tl.getBounds( ).getWidth( ); dXOffset... | if ( !bEmptyText ) { g2d.setColor( clrText ); for ( int i = 0; i < itm.getLineCount( ); i++ ) { tl = ( (SwingTextMetrics) itm ).getLayout( iLC - i - 1 ); if ( bRightAligned ) { dW = tl.getBounds( ).getWidth( ); dXOffset = -ins.getLeft( ) + dFW - dW - ins.getRight( ); } else if ( bCenterAligned ) { dW = tl.getBounds( ).... | private final void showTopValue( IPrimitiveRenderer ipr, Location lo, Label la, boolean bShadow ) { final Graphics2D g2d = (Graphics2D) ( (IDeviceRenderer) ipr ).getGraphicsContext( ); double dX = lo.getX( ), dY = lo.getY( ); final FontDefinition fd = la.getCaption( ).getFont( ); // final Color clrShadow = bShad... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/965db3fb082531b7248f7576d1afac6784a91423/SwingTextRenderer.java/buggy/chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingTextRenderer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
727,
918,
2405,
3401,
620,
12,
467,
9840,
6747,
277,
683,
16,
7050,
437,
16,
1082,
202,
2224,
7125,
16,
1250,
324,
12957,
262,
202,
95,
202,
202,
6385,
16830,
22,
40,
314,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
727,
918,
2405,
3401,
620,
12,
467,
9840,
6747,
277,
683,
16,
7050,
437,
16,
1082,
202,
2224,
7125,
16,
1250,
324,
12957,
262,
202,
95,
202,
202,
6385,
16830,
22,
40,
314,
... |
public void paintComponent(VectorGraphics vg) { | public void paintComponent(Graphics g) { super.paintComponent(g); if ((g == null) || (offScreenImage == null)) return; if (g instanceof PrinterGraphics) printing = true; if (g instanceof VectorGraphics) exporting = true; if (!isDisplaying()) { paintComponent(VectorGraphics.create(g)); return; } if (shouldRepaint(... | public void paintComponent(VectorGraphics vg) { } | 57341 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57341/d2255fbe86a662c3d5768854411509915a7f3e00/BufferedPanel.java/buggy/freehep-graphics2d/src/main/java/org/freehep/graphics2d/BufferedPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
12574,
1841,
12,
17558,
314,
13,
288,
2240,
18,
84,
1598,
1841,
12,
75,
1769,
282,
309,
14015,
75,
422,
446,
13,
747,
261,
3674,
7956,
2040,
422,
446,
3719,
327,
31,
282,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
12574,
1841,
12,
17558,
314,
13,
288,
2240,
18,
84,
1598,
1841,
12,
75,
1769,
282,
309,
14015,
75,
422,
446,
13,
747,
261,
3674,
7956,
2040,
422,
446,
3719,
327,
31,
282,
3... |
System.arraycopy(children, offset + length, target, offset + elements.length, numChildren - offset - length); | System.arraycopy(children, copyFrom, target, copyTo, numMove); | public void replace(int offset, int length, Element[] elements) { if (numChildren + elements.length - length > children.length) { // Gotta grow the array. int newSize = Math.max(2 * children.length, numChildren + elements.length - length); El... | 47947 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47947/6d1ae720c24d69f3eb923686102de34b3fcf6e9e/AbstractDocument.java/clean/javax/swing/text/AbstractDocument.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1453,
12,
474,
1384,
16,
509,
769,
16,
3010,
8526,
2186,
13,
565,
288,
1377,
309,
261,
2107,
4212,
397,
2186,
18,
2469,
300,
769,
405,
2325,
18,
2469,
13,
3639,
288,
1850,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1453,
12,
474,
1384,
16,
509,
769,
16,
3010,
8526,
2186,
13,
565,
288,
1377,
309,
261,
2107,
4212,
397,
2186,
18,
2469,
300,
769,
405,
2325,
18,
2469,
13,
3639,
288,
1850,
... |
currentThread.setThreadGroup((RubyThreadGroup)ruby.getClass("ThreadGroup").getConstant("Default")); | public static RubyClass createThreadClass(Ruby ruby) { RubyClass threadClass = ruby.defineClass("Thread", ruby.getClasses().getObjectClass()); CallbackFactory callbackFactory = ruby.callbackFactory(); threadClass.defineMethod("[]", callbackFactory.getMethod(Threa... | 49687 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49687/0dddc2281d031c27f48b5cb2519e375dfcf2196e/ThreadClass.java/clean/src/org/jruby/ThreadClass.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
19817,
797,
752,
3830,
797,
12,
54,
10340,
22155,
13,
288,
3639,
19817,
797,
2650,
797,
273,
22155,
18,
11255,
797,
2932,
3830,
3113,
1171,
22155,
18,
588,
4818,
7675,
588,
921... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
19817,
797,
752,
3830,
797,
12,
54,
10340,
22155,
13,
288,
3639,
19817,
797,
2650,
797,
273,
22155,
18,
11255,
797,
2932,
3830,
3113,
1171,
22155,
18,
588,
4818,
7675,
588,
921... | |
expecting(tomcat_webapps, "opennms.xml"); | expecting(m_tomcat_webapps, "opennms.xml"); | public void setUp() throws IOException { String path = System.getProperty("java.io.tmpdir") + File.separator + "opennms_installer_webapp_test_" + System.currentTimeMillis(); m_tmpDir = tempDir(null, path); File dist = tempDir("dist"); File dist_webapps = tempDir(dist, "webapps"); File opennms_webapp = tempDir(d... | 48885 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48885/d66f191dc20a537b7b3b8221900aa6da2788cf1d/InstallerWebappTest.java/buggy/src/install/org/opennms/install/InstallerWebappTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
24292,
1435,
1216,
1860,
288,
202,
202,
780,
589,
273,
2332,
18,
588,
1396,
2932,
6290,
18,
1594,
18,
5645,
1214,
7923,
397,
1387,
18,
11287,
397,
1082,
202,
6,
3190,
82,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
24292,
1435,
1216,
1860,
288,
202,
202,
780,
589,
273,
2332,
18,
588,
1396,
2932,
6290,
18,
1594,
18,
5645,
1214,
7923,
397,
1387,
18,
11287,
397,
1082,
202,
6,
3190,
82,... |
protected final Boolean equivalentValues(Object value) | protected final Object equivalentValues(Object value) | protected final Boolean equivalentValues(Object value) { boolean result = equivalentXml(value); return result ? Boolean.TRUE : Boolean.FALSE; } | 54155 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54155/e056c6cd398e14bb613713e0d2422d282617403a/XMLObjectImpl.java/clean/js/rhino/xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLObjectImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
727,
1033,
7680,
1972,
12,
921,
460,
13,
565,
288,
3639,
1250,
563,
273,
7680,
4432,
12,
1132,
1769,
3639,
327,
563,
692,
3411,
18,
18724,
294,
3411,
18,
21053,
31,
565,
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,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
727,
1033,
7680,
1972,
12,
921,
460,
13,
565,
288,
3639,
1250,
563,
273,
7680,
4432,
12,
1132,
1769,
3639,
327,
563,
692,
3411,
18,
18724,
294,
3411,
18,
21053,
31,
565,
289,
2,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.