rem stringlengths 1 53.3k | add stringlengths 0 80.5k | context stringlengths 6 326k | meta stringlengths 141 403 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|---|
java.util.List remove_list = ConfigUtilities.getElementsWithDefinition(mBroker.getElements(mContext), old_node); for(int i = 0 ; i < remove_list.size() ; i++) { mBroker.remove(mContext, (ConfigElement)remove_list.get(i)); } update(); } | java.util.List remove_list = ConfigUtilities.getElementsWithDefinition(mBroker.getElements(mContext), old_node); for(int i = 0 ; i < remove_list.size() ; i++) { mBroker.remove(mContext, (ConfigElement)remove_list.get(i)); } update(); } | private void removeNode() { String old_node = (String)lstNodes.getSelectedValue(); java.util.List remove_list = ConfigUtilities.getElementsWithDefinition(mBroker.getElements(mContext), old_node); for(int i = 0 ; i < remove_list.size() ; i++) { mBroker.remove(mContext, (ConfigElement)remove_li... | 7933 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7933/c88a5c06d548207353be75ae2f8ced073bf5c800/NodeSettingsPanel.java/buggy/modules/vrjuggler/vrjconfig/wizards/cluster/org/vrjuggler/vrjconfig/wizards/cluster/NodeSettingsPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
1206,
907,
1435,
225,
288,
565,
514,
1592,
67,
2159,
273,
261,
780,
13,
16923,
3205,
18,
588,
7416,
620,
5621,
565,
2252,
18,
1367,
18,
682,
1206,
67,
1098,
273,
3639,
1903,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1206,
907,
1435,
225,
288,
565,
514,
1592,
67,
2159,
273,
261,
780,
13,
16923,
3205,
18,
588,
7416,
620,
5621,
565,
2252,
18,
1367,
18,
682,
1206,
67,
1098,
273,
3639,
1903,
... |
QuickFixAction.registerQuickFixAction(info, new FetchExtResourceAction(), null); QuickFixAction.registerQuickFixAction(info, new ManuallySetupExtResourceAction(), null); QuickFixAction.registerQuickFixAction(info, new IgnoreExtResourceAction(), null); | QuickFixAction.registerQuickFixAction(info, new FetchExtResourceAction()); QuickFixAction.registerQuickFixAction(info, new ManuallySetupExtResourceAction()); QuickFixAction.registerQuickFixAction(info, new IgnoreExtResourceAction()); | private void reportURIProblem(int start, int end) { // report the problem if (start > end) { end = start; } HighlightInfo info = HighlightInfo.createHighlightInfo( HighlightInfoType.WRONG_REF, start, end, XmlErrorMessages.message("uri.is.not.registered")); QuickFixAction.registerQ... | 12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/dee9b62fe1ee40a1d6ca8afc95e5e1eca32dd11f/XmlHighlightVisitor.java/buggy/codeInsight/impl/com/intellij/codeInsight/daemon/impl/analysis/XmlHighlightVisitor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
2605,
3098,
13719,
12,
474,
787,
16,
509,
679,
13,
288,
368,
2605,
326,
6199,
565,
309,
261,
1937,
405,
679,
13,
288,
1377,
679,
273,
787,
31,
565,
289,
565,
31386,
966,
11... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2605,
3098,
13719,
12,
474,
787,
16,
509,
679,
13,
288,
368,
2605,
326,
6199,
565,
309,
261,
1937,
405,
679,
13,
288,
1377,
679,
273,
787,
31,
565,
289,
565,
31386,
966,
11... |
int n = (int) (count % BLOCK_LENGTH); | int n = (int)(count % BLOCK_LENGTH); | protected byte[] padBuffer() { int n = (int) (count % BLOCK_LENGTH); int padding = (n < 56) ? (56 - n) : (120 - n); byte[] pad = new byte[padding + 8]; pad[0] = (byte) 0x80; long bits = count << 3; pad[padding++] = (byte) bits; pad[padding++] = (byte) (bits >>> 8); pad[padding++] = (byte) (bi... | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/2b9abb5a0b9bbcfe80809713d541a098ef473321/MD4.java/clean/core/src/classpath/gnu/gnu/java/security/hash/MD4.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
1160,
8526,
4627,
1892,
1435,
225,
288,
565,
509,
290,
273,
261,
474,
21433,
1883,
738,
14073,
67,
7096,
1769,
565,
509,
4992,
273,
261,
82,
411,
13850,
13,
692,
261,
4313,
300,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
1160,
8526,
4627,
1892,
1435,
225,
288,
565,
509,
290,
273,
261,
474,
21433,
1883,
738,
14073,
67,
7096,
1769,
565,
509,
4992,
273,
261,
82,
411,
13850,
13,
692,
261,
4313,
300,
2... |
protected String getToolTipText(Object object) { ITaskListElement element = getTaskListElement(object); String tooltip = ""; String priority = ""; if (element instanceof AbstractRepositoryQuery) { AbstractRepositoryQuery query = (AbstractRepositoryQuery) element; try { tooltip += new URL(query.getRepository... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/e83565aae503595bd13a61c10fed5d15d83190b8/TaskListToolTipHandler.java/buggy/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListToolTipHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
514,
336,
29250,
1528,
12,
921,
733,
13,
288,
202,
202,
1285,
835,
682,
1046,
930,
273,
11478,
682,
1046,
12,
1612,
1769,
202,
202,
780,
11915,
273,
1408,
31,
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,
1117,
514,
336,
29250,
1528,
12,
921,
733,
13,
288,
202,
202,
1285,
835,
682,
1046,
930,
273,
11478,
682,
1046,
12,
1612,
1769,
202,
202,
780,
11915,
273,
1408,
31,
202,
202,
780,
... | ||
rubyTimeClass.includeModule(runtime.getClasses().getComparableModule()); | rubyTimeClass.includeModule(runtime.getModule("Comparable")); | public static RubyClass createTimeClass(Ruby runtime) { RubyClass rubyTimeClass = runtime.defineClass("Time", runtime.getClasses().getObjectClass()); CallbackFactory callbackFactory = runtime.callbackFactory(RubyTime.class); rubyTimeClass.includeModule(runtime.getClasses().getComparableModule()); ... | 47619 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47619/ca6b16e996ea9af83ce593594b9c69b9364a9924/RubyTime.java/buggy/src/org/jruby/RubyTime.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
19817,
797,
752,
950,
797,
12,
54,
10340,
3099,
13,
288,
202,
202,
54,
10340,
797,
22155,
950,
797,
273,
3099,
18,
11255,
797,
2932,
950,
3113,
3099,
18,
588,
4818,
7675,
588... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
19817,
797,
752,
950,
797,
12,
54,
10340,
3099,
13,
288,
202,
202,
54,
10340,
797,
22155,
950,
797,
273,
3099,
18,
11255,
797,
2932,
950,
3113,
3099,
18,
588,
4818,
7675,
588... |
public SIRPrintStatement(TokenReference where, JExpression arg, JavaStyleComment[] comments) { this(where,arg,true,comments); | public SIRPrintStatement(TokenReference where, JExpression arg, boolean newline, JavaStyleComment[] comments) { super(where, comments); this.arg = arg; this.newline = newline; | public SIRPrintStatement(TokenReference where, JExpression arg, JavaStyleComment[] comments) { this(where,arg,true,comments); } | 47772 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47772/5bccd8e2c55f8a24c65b6c518ee1d2ce5b192082/SIRPrintStatement.java/buggy/streams/src/at/dms/kjc/sir/SIRPrintStatement.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
5705,
54,
5108,
3406,
12,
1345,
2404,
1625,
16,
804,
2300,
1501,
16,
4697,
377,
5110,
2885,
4469,
8526,
5678,
13,
288,
202,
2211,
12,
6051,
16,
3175,
16,
3767,
16,
9231,
1769,
565... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5705,
54,
5108,
3406,
12,
1345,
2404,
1625,
16,
804,
2300,
1501,
16,
4697,
377,
5110,
2885,
4469,
8526,
5678,
13,
288,
202,
2211,
12,
6051,
16,
3175,
16,
3767,
16,
9231,
1769,
565... |
iterateNodeSet(documentWrapper, xpathEvaluator, modelBind, new NodeHandler() { | iterateNodeSet(documentWrapper, modelBind, new NodeHandler() { | public void applyInputOutputBinds(Document instance) { for (Iterator i = binds.iterator(); i.hasNext();) { final ModelBind modelBind = (ModelBind) i.next(); try { // Create XPath evaluator for this bind DocumentWrapper documentWrapper = new DocumentWrapper(... | 51410 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51410/5996bad8ae7a5e6bde143d457470ccb6e7d8a675/Model.java/buggy/src/java/org/orbeon/oxf/processor/xforms/Model.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2230,
1210,
1447,
17856,
12,
2519,
791,
13,
288,
3639,
364,
261,
3198,
277,
273,
16129,
18,
9838,
5621,
277,
18,
5332,
2134,
5621,
13,
288,
5411,
727,
3164,
3357,
938,
3357,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2230,
1210,
1447,
17856,
12,
2519,
791,
13,
288,
3639,
364,
261,
3198,
277,
273,
16129,
18,
9838,
5621,
277,
18,
5332,
2134,
5621,
13,
288,
5411,
727,
3164,
3357,
938,
3357,
... |
argString.equals(objString) ) { return true; | argString.equals(objString) ) { return IncompatibleTypes.SEEMS_OK; | private boolean compareTypes(Type parmType, Type argType) { // XXX equality not implemented for GenericObjectType // if (parmType.equals(argType)) return true; // Compare type signatures instead String parmString = GenericUtilities.getString(parmType); String argString = GenericUtilities.getString(argType); if (... | 7352 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7352/891e9bc8fa77cc43dba5928346909538565376e4/FindUnrelatedTypesInGenericContainer.java/clean/findbugs/src/java/edu/umd/cs/findbugs/detect/FindUnrelatedTypesInGenericContainer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
1250,
3400,
2016,
12,
559,
19924,
559,
16,
1412,
1501,
559,
13,
288,
202,
202,
759,
11329,
14958,
486,
8249,
364,
7928,
17610,
202,
202,
759,
309,
261,
1065,
81,
559,
18,
149... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3400,
2016,
12,
559,
19924,
559,
16,
1412,
1501,
559,
13,
288,
202,
202,
759,
11329,
14958,
486,
8249,
364,
7928,
17610,
202,
202,
759,
309,
261,
1065,
81,
559,
18,
149... |
public static Object callMethod(Scriptable object, String methodId, Object[] args) | public static Object callMethod(Scriptable object, Object thisObj, String methodId, Object[] args) | public static Object callMethod(Scriptable object, String methodId, Object[] args) { try { Context cx = Context.enter(); Object fun = ScriptableObject.getProperty(object,methodId); if (fun == Scriptable.NOT_FOUND) { // It ... | 7555 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7555/f61a4fa629dd0699e1a2d0893806311ab8a9dfd1/JavaAdapter.java/clean/js/rhino/src/org/mozilla/javascript/JavaAdapter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
1033,
745,
1305,
12,
3651,
429,
733,
16,
514,
707,
548,
16,
4766,
565,
1033,
8526,
833,
13,
377,
288,
3639,
775,
288,
5411,
1772,
9494,
273,
1772,
18,
2328,
5621,
5411,
1033,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
745,
1305,
12,
3651,
429,
733,
16,
514,
707,
548,
16,
4766,
565,
1033,
8526,
833,
13,
377,
288,
3639,
775,
288,
5411,
1772,
9494,
273,
1772,
18,
2328,
5621,
5411,
1033,... |
String[][] sqlResult = service.sqlQueryMulti( sqlStr, new String[0] ); | String[][] sqlResult = service.sqlQueryMulti(sqlStr, new String[0]); | public BrowserDocumentDomainObject.Browser[] getAllBrowsers() { String sqlStr = "SELECT browser_id, name, value FROM browsers WHERE browser_id != 0"; String[][] sqlResult = service.sqlQueryMulti( sqlStr, new String[0] ); List browsers = new ArrayList(); for ( int i = 0; i < sqlResult.len... | 8781 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8781/25d7c7c866e4b2d2d9e20e2d71648b696a1c81f6/DocumentMapper.java/buggy/server/src/imcode/server/document/DocumentMapper.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15408,
2519,
3748,
921,
18,
9132,
8526,
5514,
38,
13221,
1435,
288,
3639,
514,
1847,
1585,
273,
315,
4803,
4748,
67,
350,
16,
508,
16,
460,
4571,
14993,
4852,
4748,
67,
350,
480,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15408,
2519,
3748,
921,
18,
9132,
8526,
5514,
38,
13221,
1435,
288,
3639,
514,
1847,
1585,
273,
315,
4803,
4748,
67,
350,
16,
508,
16,
460,
4571,
14993,
4852,
4748,
67,
350,
480,
... |
if(actions.size() != 0) jEdit.addActionSet(actions); | private PluginCacheEntry generateCache() throws IOException { Properties properties = new Properties(); LinkedList classes = new LinkedList(); ZipFile zipFile = getZipFile(); List plugins = new LinkedList(); PluginCacheEntry cache = new PluginCacheEntry(); cache.modTime = file.lastModified(); cache.cachedProper... | 8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/f6469e87a5445b782a91b62c55ce782582327a35/PluginJAR.java/clean/org/gjt/sp/jedit/PluginJAR.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
6258,
27630,
2103,
1649,
1435,
1216,
1860,
202,
95,
202,
202,
2297,
1790,
273,
394,
6183,
5621,
202,
202,
13174,
682,
3318,
273,
394,
10688,
5621,
202,
202,
29394,
19450,
273,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
6258,
27630,
2103,
1649,
1435,
1216,
1860,
202,
95,
202,
202,
2297,
1790,
273,
394,
6183,
5621,
202,
202,
13174,
682,
3318,
273,
394,
10688,
5621,
202,
202,
29394,
19450,
273,
... | |
Integer catParentId = new Integer(cat.getParentId()); ICTreeNode node = cat.getParentNode(); int i = cat.getChildCount(); | private void walkAPCategoryTree(IWContext iwc, Iterator iter, PresentationObjectContainer poc) throws RemoteException { while (iter.hasNext()) { ICCategory cat = (ICCategory) iter.next(); Integer catId = (Integer) cat.getPrimaryKey(); // create and add a category h... | 57647 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57647/907c2e0cb6f5bf5c079daa93643a6df550f0a7e3/QuestionsAndAnswers2.java/buggy/src/java/com/idega/block/questions/presentation/QuestionsAndAnswers2.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2144,
6573,
18847,
273,
394,
2144,
12,
2574,
18,
588,
18847,
10663,
467,
1268,
992,
907,
756,
273,
6573,
18,
588,
3054,
907,
5621,
509,
277,
273,
6573,
18,
588,
1763,
1380,
5621,
225,
2144,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2144,
6573,
18847,
273,
394,
2144,
12,
2574,
18,
588,
18847,
10663,
467,
1268,
992,
907,
756,
273,
6573,
18,
588,
3054,
907,
5621,
509,
277,
273,
6573,
18,
588,
1763,
1380,
5621,
225,
2144,
... | |
List virtuals = delegator.findByAnd("ProductAssoc", UtilMisc.toMap("productIdTo", product.getString("productId"), "productAssocTypeId", "PRODUCT_VARIENT"), UtilMisc.toList("-fromDate")); | List virtuals = delegator.findByAnd("ProductAssoc", UtilMisc.toMap("productIdTo", product.getString("productId"), "productAssocTypeId", "PRODUCT_VARIANT"), UtilMisc.toList("-fromDate")); | public long getItemPiecesIncluded(GenericValue item) { GenericDelegator delegator = orderHeader.getDelegator(); long piecesIncluded = 1; GenericValue product = null; try { product = item.getRelatedOne("Product"); } catch (GenericEntityException e) { Debug.log... | 55411 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55411/5dc934d8bfa656bc19505ed409eb7afa63133375/OrderReadHelper.java/clean/applications/order/src/org/ofbiz/order/order/OrderReadHelper.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1525,
8143,
16539,
8610,
19323,
12,
7014,
620,
761,
13,
288,
3639,
7928,
15608,
639,
11158,
639,
273,
1353,
1864,
18,
588,
15608,
639,
5621,
3639,
1525,
10167,
19323,
273,
404,
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,
1525,
8143,
16539,
8610,
19323,
12,
7014,
620,
761,
13,
288,
3639,
7928,
15608,
639,
11158,
639,
273,
1353,
1864,
18,
588,
15608,
639,
5621,
3639,
1525,
10167,
19323,
273,
404,
31,
... |
public static void resolveLoadValue(XFormsContainingDocument containingDocument, PipelineContext pipelineContext, Element actionElement, boolean doReplace, String value, String target) { | public static String resolveLoadValue(XFormsContainingDocument containingDocument, PipelineContext pipelineContext, Element currentElement, boolean doReplace, String value, String target) { | public static void resolveLoadValue(XFormsContainingDocument containingDocument, PipelineContext pipelineContext, Element actionElement, boolean doReplace, String value, String target) { final boolean isPortletLoad = containingDocument.getContainerType().equals("portlet"); final URI resolvedURI = XFor... | 54445 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54445/7d5f64cdd8f43075e248143706be45d2af32ca88/XFormsActionInterpreter.java/clean/src/java/org/orbeon/oxf/xforms/action/XFormsActionInterpreter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
514,
2245,
2563,
620,
12,
60,
18529,
24344,
2519,
4191,
2519,
16,
13671,
1042,
5873,
1042,
16,
3010,
22993,
16,
1250,
741,
5729,
16,
514,
460,
16,
514,
1018,
13,
288,
3639,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
514,
2245,
2563,
620,
12,
60,
18529,
24344,
2519,
4191,
2519,
16,
13671,
1042,
5873,
1042,
16,
3010,
22993,
16,
1250,
741,
5729,
16,
514,
460,
16,
514,
1018,
13,
288,
3639,
7... |
public static RefactoringStatusEntry createWarning(String msg, Context context) { return new RefactoringStatusEntry(msg, RefactoringStatus.WARNING, context); | public static RefactoringStatusEntry createWarning(String msg) { return new RefactoringStatusEntry(msg, RefactoringStatus.WARNING); | public static RefactoringStatusEntry createWarning(String msg, Context context) { return new RefactoringStatusEntry(msg, RefactoringStatus.WARNING, context); } | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/8b870b99932034cd0f561e72e8feaa5dbc8dcfef/RefactoringStatusEntry.java/buggy/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/RefactoringStatusEntry.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
868,
3493,
6053,
1482,
1622,
752,
6210,
12,
780,
1234,
16,
1772,
819,
13,
288,
202,
202,
2463,
394,
868,
3493,
6053,
1482,
1622,
12,
3576,
16,
868,
3493,
6053,
1482,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
868,
3493,
6053,
1482,
1622,
752,
6210,
12,
780,
1234,
16,
1772,
819,
13,
288,
202,
202,
2463,
394,
868,
3493,
6053,
1482,
1622,
12,
3576,
16,
868,
3493,
6053,
1482,
18,
... |
doingUpdates = !onInsertRow; updateValues.put( fields[columnIndex - 1].getName(), theData ); | updateValue(columnIndex, theData); | public synchronized void updateBinaryStream(int columnIndex, java.io.InputStream x, int length ) throws SQLException { if ( !isUpdateable() ) { throw new PSQLException( "postgresql.updateable.notupdateable" ); } byte[] theData = null; try { x.read(theData, 0, length); } catch ( NullPointer... | 45497 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45497/b0146a2407f54166582450bd8ae2af0ca9800506/AbstractJdbc2ResultSet.java/clean/src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
3852,
918,
1089,
5905,
1228,
12,
474,
14882,
16,
1082,
202,
6290,
18,
1594,
18,
4348,
619,
16,
1082,
202,
474,
769,
6862,
6862,
9506,
282,
262,
202,
15069,
6483,
202,
95,
202,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
3852,
918,
1089,
5905,
1228,
12,
474,
14882,
16,
1082,
202,
6290,
18,
1594,
18,
4348,
619,
16,
1082,
202,
474,
769,
6862,
6862,
9506,
282,
262,
202,
15069,
6483,
202,
95,
202,... |
String dsNames[] = request.getParameterValues("ds"); String dsAggregFxns[] = request.getParameterValues("agfunction"); String colors[] = request.getParameterValues("color"); String dsTitles[] = request.getParameterValues("dstitle"); String dsStyles[] = request.getParameterValues("style"); if (dsNames == null || dsAgg... | protected String createAdHocCommand(HttpServletRequest request, AdhocGraphType adhocType, String resourceParent, GraphResourceType resourceType, GraphResource resource, String start, String e... | 11849 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11849/729bdfaf2b755461a4892c88e10f3288db9650a6/RRDGraphServlet.java/buggy/opennms-webapp/src/main/java/org/opennms/web/graph/RRDGraphServlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
514,
752,
1871,
44,
504,
2189,
12,
2940,
18572,
590,
16,
6862,
202,
1871,
76,
504,
4137,
559,
1261,
76,
504,
559,
16,
4766,
3639,
514,
1058,
3054,
16,
4766,
3639,
5601,
15631,
141... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
514,
752,
1871,
44,
504,
2189,
12,
2940,
18572,
590,
16,
6862,
202,
1871,
76,
504,
4137,
559,
1261,
76,
504,
559,
16,
4766,
3639,
514,
1058,
3054,
16,
4766,
3639,
5601,
15631,
141... | |
protected void appendAndPush(StylesheetHandler handler, ElemTemplateElement elem) throws SAXException | protected void appendAndPush( StylesheetHandler handler, ElemTemplateElement elem) throws SAXException | protected void appendAndPush(StylesheetHandler handler, ElemTemplateElement elem) throws SAXException { // Just push, but don't append. handler.pushElemTemplateElement(elem); } | 2723 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2723/6fbfc5b396871b2ddb731ea98fccffe88307b5d3/ProcessorGlobalParamDecl.java/buggy/src/org/apache/xalan/processor/ProcessorGlobalParamDecl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
714,
1876,
7621,
12,
24656,
1503,
1838,
16,
1171,
9079,
10223,
2283,
1046,
3659,
13,
565,
1216,
14366,
225,
288,
565,
368,
12526,
1817,
16,
1496,
2727,
1404,
714,
18,
565,
1838... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
918,
714,
1876,
7621,
12,
24656,
1503,
1838,
16,
1171,
9079,
10223,
2283,
1046,
3659,
13,
565,
1216,
14366,
225,
288,
565,
368,
12526,
1817,
16,
1496,
2727,
1404,
714,
18,
565,
1838... |
_facade = facade; _state = new StoreState(key, data); _onSuccess = onSuccess; _onFailure = onFailure; _timeoutMs = timeoutMs; _expiration = Clock.getInstance().now() + timeoutMs; | _facade = facade; _state = new StoreState(key, data); _onSuccess = onSuccess; _onFailure = onFailure; _timeoutMs = timeoutMs; _expiration = Clock.getInstance().now() + timeoutMs; | public StoreJob(KademliaNetworkDatabaseFacade facade, Hash key, DataStructure data, Job onSuccess, Job onFailure, long timeoutMs) { _facade = facade; _state = new StoreState(key, data); _onSuccess = onSuccess; _onFailure = onFailure; _timeoutMs = timeoutMs; _expiration = Clock.getInstance().now() + timeoutMs; } | 45677 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45677/86759d2f9c63d203488c7e8b34e64be162a16ce9/StoreJob.java/clean/router/java/src/net/i2p/router/networkdb/kademlia/StoreJob.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4994,
2278,
12,
47,
2486,
81,
549,
69,
3906,
4254,
12467,
11270,
16,
2474,
498,
16,
1910,
6999,
501,
16,
3956,
20613,
16,
3956,
27748,
16,
1525,
2021,
6947,
13,
288,
202,
67,
507,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4994,
2278,
12,
47,
2486,
81,
549,
69,
3906,
4254,
12467,
11270,
16,
2474,
498,
16,
1910,
6999,
501,
16,
3956,
20613,
16,
3956,
27748,
16,
1525,
2021,
6947,
13,
288,
202,
67,
507,... |
} else if (appearanceValue != null && XFormsConstants.XXFORMS_NAMESPACE_URI.equals(appearanceURI) && "image".equals(appearanceLocalname)) { | } else if (appearanceValue != null && XFormsConstants.XXFORMS_NAMESPACE_URI.equals(appearanceURI) && "image".equals(appearanceLocalname)) { | public void end(String uri, String localname, String qName) throws SAXException { final ContentHandler contentHandler = handlerContext.getController().getOutput(); // xforms:trigger and xforms:submit final String effectiveId = handlerContext.getEffectiveId(controlAttributes); final XForm... | 57229 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57229/3fbd0bd00d823a0c55f659e5ff419597d5e2e29c/XFormsTriggerHandler.java/clean/src/java/org/orbeon/oxf/xforms/processor/handlers/XFormsTriggerHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
679,
12,
780,
2003,
16,
514,
1191,
529,
16,
514,
22914,
13,
1216,
14366,
288,
3639,
727,
3697,
1503,
913,
1503,
273,
1838,
1042,
18,
588,
2933,
7675,
588,
1447,
5621,
3639,
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,
679,
12,
780,
2003,
16,
514,
1191,
529,
16,
514,
22914,
13,
1216,
14366,
288,
3639,
727,
3697,
1503,
913,
1503,
273,
1838,
1042,
18,
588,
2933,
7675,
588,
1447,
5621,
3639,
3... |
ExpBase exp1 = (ExpBase) getArg(evaluator, args, 1); ExpBase exp2 = (ExpBase) getArg(evaluator, args, 2, valueFunCall); | ExpBase exp1 = (ExpBase) getArgNoEval(args, 1); ExpBase exp2 = (ExpBase) getArgNoEval(args, 2, valueFunCall); | protected void defineFunctions() { defineReserved("NULL"); // first char: p=Property, m=Method, i=Infix, P=Prefix // 2nd: // ARRAY FUNCTIONS if (false) define(new FunDefBase("SetToArray", "SetToArray(<Set>[, <Set>]...[, <Numeric Expression>])", "Converts one or more sets to an array for use in a user-if (false) d... | 4891 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4891/0ab3be7797c0940dd5a113451bfd9a43186433e0/BuiltinFunTable.java/buggy/src/main/mondrian/olap/fun/BuiltinFunTable.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
4426,
7503,
1435,
288,
202,
202,
11255,
10435,
2932,
8560,
8863,
202,
202,
759,
1122,
1149,
30,
293,
33,
1396,
16,
312,
33,
1305,
16,
277,
33,
382,
904,
16,
453,
33,
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,
225,
202,
1117,
918,
4426,
7503,
1435,
288,
202,
202,
11255,
10435,
2932,
8560,
8863,
202,
202,
759,
1122,
1149,
30,
293,
33,
1396,
16,
312,
33,
1305,
16,
277,
33,
382,
904,
16,
453,
33,
2... |
IWorkbenchPage page = MylarTaskListPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getActivePage(); | IWorkbenchPage page = MylarTaskListPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow() .getActivePage(); | public void run() { try { MylarTaskListPlugin.ReportOpenMode mode = MylarTaskListPlugin.getDefault().getReportMode(); if (mode == MylarTaskListPlugin.ReportOpenMode.EDITOR) { // if we can reach the server, get the latest for the bug if (!isBugDownloaded() && offline) { MessageDialog.openIn... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/f1213ea5e2cf811886d1cddc204b0d844e76584d/BugzillaTask.java/clean/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/tasklist/BugzillaTask.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
1086,
1435,
288,
9506,
202,
698,
288,
6862,
202,
12062,
7901,
2174,
682,
3773,
18,
4820,
3678,
2309,
1965,
273,
8005,
7901,
2174,
682,
3773,
18,
588,
1868,
7675,
588,
4820... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
1086,
1435,
288,
9506,
202,
698,
288,
6862,
202,
12062,
7901,
2174,
682,
3773,
18,
4820,
3678,
2309,
1965,
273,
8005,
7901,
2174,
682,
3773,
18,
588,
1868,
7675,
588,
4820... |
addHelp("Ask me to #heal you and I will help you or ask me #offer and I will show my shop's stuff."); | addHelp("Ask me to #heal you and I will help you or ask me for an #offer and I will show my shop's stuff."); | private void buildSemosTempleArea(StendhalRPZone zone) { Portal portal = new Portal(); zone.assignRPObjectID(portal); portal.setx(10); portal.sety(23); portal.setNumber(0); portal.setDestination("0_semos_city", 1); zone.addPortal(portal); portal = new Portal(); zone.assignRPObjectID(portal); portal.setx(11);... | 4438 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4438/d82f9e70ded60c707284882802fcb359a13f4b8d/Semos.java/clean/src/games/stendhal/server/maps/Semos.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1361,
13185,
538,
1837,
1802,
5484,
12,
510,
409,
22314,
54,
52,
4226,
4157,
13,
288,
202,
202,
24395,
11899,
273,
394,
25478,
5621,
202,
202,
3486,
18,
6145,
54,
52,
22... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1361,
13185,
538,
1837,
1802,
5484,
12,
510,
409,
22314,
54,
52,
4226,
4157,
13,
288,
202,
202,
24395,
11899,
273,
394,
25478,
5621,
202,
202,
3486,
18,
6145,
54,
52,
22... |
reports = request.getParameterValues("reports"); | public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { String graphType = request.getParameter("type"); if (graphType == null) { throw new MissingParameterException("type", ... | 25465 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/25465/20cfe0c634effd449d70c2d4bd7addbd21c11319/GraphResultsServlet.java/buggy/src/web/src/org/opennms/web/graph/GraphResultsServlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
23611,
12,
2940,
18572,
590,
16,
15604,
12446,
766,
13,
5411,
1216,
16517,
16,
1860,
288,
3639,
514,
2667,
559,
273,
590,
18,
588,
1662,
2932,
723,
8863,
3639,
309,
261,
4660,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
23611,
12,
2940,
18572,
590,
16,
15604,
12446,
766,
13,
5411,
1216,
16517,
16,
1860,
288,
3639,
514,
2667,
559,
273,
590,
18,
588,
1662,
2932,
723,
8863,
3639,
309,
261,
4660,
... | |
public Message create( String beginString, String msgType ) { if("0".equals(msgType)) { return new quickfix.fix44.Heartbeat(); } if("A".equals(msgType)) { return new quickfix.fix44.Logon(); } if("1".equals(msgType)) { return new quickfix.fix44.TestRequest(); } if("2".equals(msgType)) { r... | 5926 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5926/1550773ed3d856616a145b520aada7f5e496c228/MessageFactory.java/buggy/src/java/src/quickfix/fix44/MessageFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2350,
752,
12,
514,
2376,
780,
16,
514,
1234,
559,
262,
288,
282,
309,
2932,
20,
9654,
14963,
12,
3576,
559,
3719,
288,
377,
327,
394,
9549,
904,
18,
904,
6334,
18,
15894,
5621,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2350,
752,
12,
514,
2376,
780,
16,
514,
1234,
559,
262,
288,
282,
309,
2932,
20,
9654,
14963,
12,
3576,
559,
3719,
288,
377,
327,
394,
9549,
904,
18,
904,
6334,
18,
15894,
5621,
... | ||
return adaptable; } | return adaptable; } | public boolean canAdapt() { return adaptable; } | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/d5541a49e0098ac5716635a26168af458c4adf22/RegistryPageContributor.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/RegistryPageContributor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
848,
13716,
1435,
288,
3639,
327,
5855,
429,
31,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
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,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1250,
848,
13716,
1435,
288,
3639,
327,
5855,
429,
31,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
public double runBackward(ResidueList seq0, ResidueList seq1, PairDPCursor curs) throws IllegalResidueException, IllegalAlphabetException, IllegalTransitionException { states = getStates(); cursor = curs; alpha = (CrossProductAlphabet) getModel().emissionAlphabet(); // initialization double[] col = curso... | 50115 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50115/dc7b3edc7f85e7b94903a263787fdbfcd26d71e3/PairwiseDP.java/buggy/src/org/biojava/bio/dp/PairwiseDP.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1645,
1086,
26283,
12,
607,
23965,
682,
3833,
20,
16,
1124,
23965,
682,
3833,
21,
16,
8599,
8640,
6688,
25326,
13,
540,
1216,
2141,
607,
23965,
503,
16,
2141,
27316,
503,
16,
2141,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1645,
1086,
26283,
12,
607,
23965,
682,
3833,
20,
16,
1124,
23965,
682,
3833,
21,
16,
8599,
8640,
6688,
25326,
13,
540,
1216,
2141,
607,
23965,
503,
16,
2141,
27316,
503,
16,
2141,
... | ||
Node tree, String name) | ScriptOrFnNode tree, String name) | private void generateInit(Context cx, String methodName, Node tree, String name) { trivialInit = true; boolean inCtor = false; VariableTable vars = ((ScriptOrFnNode)tree).getVariableTable(); if (methodName.equals("<init>")) { inCtor = true; ... | 7555 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7555/3abddeba71ba7a501cb802a83ea2023698be5bfc/Codegen.java/buggy/js/rhino/src/org/mozilla/javascript/optimizer/Codegen.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
2103,
2570,
12,
1042,
9494,
16,
514,
4918,
16,
17311,
7739,
1162,
5372,
907,
2151,
16,
514,
508,
13,
565,
288,
3639,
433,
20109,
2570,
273,
638,
31,
3639,
1250,
14743,
13039,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2103,
2570,
12,
1042,
9494,
16,
514,
4918,
16,
17311,
7739,
1162,
5372,
907,
2151,
16,
514,
508,
13,
565,
288,
3639,
433,
20109,
2570,
273,
638,
31,
3639,
1250,
14743,
13039,
... |
if (isClassVarDefined(id)) { throw new RubyNameException( getRuby(), "cannot remove " + id.toName() + " for " + toName()); } | if (isClassVarDefined(id)) { throw new RubyNameException( getRuby(), "cannot remove " + id.toName() + " for " + toName()); } | public RubyObject removeCvar(RubyObject name) { // Wrong Parameter ? RubyId id = getRuby().toId(name); if (!id.isClassId()) { throw new RubyNameException(getRuby(), "wrong class variable name " + name); } if (!isTaint() && getRuby().getSecurityLevel() >= 4) { throw new RubySecurityException( getRuby(), "... | 46217 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46217/0a7181933af700ea8025a4197f3a5ebcc08333c3/RubyModule.java/buggy/org/jruby/RubyModule.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
19817,
921,
1206,
39,
1401,
12,
54,
10340,
921,
508,
13,
288,
368,
24668,
5498,
692,
202,
202,
54,
10340,
548,
612,
273,
4170,
10340,
7675,
869,
548,
12,
529,
1769,
202,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
19817,
921,
1206,
39,
1401,
12,
54,
10340,
921,
508,
13,
288,
368,
24668,
5498,
692,
202,
202,
54,
10340,
548,
612,
273,
4170,
10340,
7675,
869,
548,
12,
529,
1769,
202,
202,
... |
srv_sock.getLocalPort()); | srv_sock.getLocalPort()); | public void run() { while(handler != null && srv_sock != null) { try { if(log.isTraceEnabled()) // +++ remove log.trace("waiting for client connections on port " + srv_sock.... | 47927 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47927/85b7a7c351493f88f1d6a3045b9cbd0b817f95cd/FD_SOCK.java/buggy/src/org/jgroups/protocols/FD_SOCK.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
1086,
1435,
288,
5411,
1323,
12,
4176,
480,
446,
597,
7302,
67,
15031,
480,
446,
13,
288,
7734,
775,
288,
10792,
309,
12,
1330,
18,
291,
3448,
1526,
10756,
368,
965,
15,
1206... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
1086,
1435,
288,
5411,
1323,
12,
4176,
480,
446,
597,
7302,
67,
15031,
480,
446,
13,
288,
7734,
775,
288,
10792,
309,
12,
1330,
18,
291,
3448,
1526,
10756,
368,
965,
15,
1206... |
publishiLibrary(); | return; | public void run( IAction action ) { if(isEnable() == true) { publishiLibrary(); } } | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/85487ccc3119a46a9e151ec24b67eb347e833510/PublishLibraryAction.java/buggy/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishLibraryAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1086,
12,
467,
1803,
1301,
262,
202,
95,
202,
202,
430,
12,
291,
8317,
1435,
422,
638,
13,
202,
202,
95,
1082,
202,
6543,
77,
9313,
5621,
202,
202,
97,
202,
97,
2,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1086,
12,
467,
1803,
1301,
262,
202,
95,
202,
202,
430,
12,
291,
8317,
1435,
422,
638,
13,
202,
202,
95,
1082,
202,
6543,
77,
9313,
5621,
202,
202,
97,
202,
97,
2,
-1... |
assertTrue("failed to construct correct properties", p .getProperty("java.vendor") != null); | assertNotNull("failed to construct correct properties", p .getProperty("java.vendor")); | public void test_ConstructorLjava_util_Properties() { // Test for method java.util.Properties(java.util.Properties) if (System.getProperty("java.vendor") != null) { try { Properties p = new Properties(System.getProperties()); assertTrue("failed to construct correct properties", p .getProperty("java.vend... | 54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/181e940cd92dfff67639d98e991206d375a987ea/PropertiesTest.java/clean/modules/luni/src/test/java/tests/api/java/util/PropertiesTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
67,
6293,
21159,
67,
1367,
67,
2297,
1435,
288,
202,
202,
759,
7766,
364,
707,
2252,
18,
1367,
18,
2297,
12,
6290,
18,
1367,
18,
2297,
13,
202,
202,
430,
261,
316... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
67,
6293,
21159,
67,
1367,
67,
2297,
1435,
288,
202,
202,
759,
7766,
364,
707,
2252,
18,
1367,
18,
2297,
12,
6290,
18,
1367,
18,
2297,
13,
202,
202,
430,
261,
316... |
recv.callMethod("write", RubyString.newString(recv.getRuntime(), "\n")); | recv.callMethod("write", recv.getRuntime().newString("\n")); | public static IRubyObject puts(IRubyObject recv, IRubyObject[] args) { if (args.length == 0) { recv.callMethod("write", RubyString.newString(recv.getRuntime(), "\n")); return recv.getRuntime().getNil(); } for (int i = 0; i < args.length; i++) { String line = nul... | 46217 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46217/870e1da9b41bfdbae259e1fc5f18fc8b76686998/RubyIO.java/buggy/src/org/jruby/RubyIO.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
15908,
10340,
921,
8200,
12,
7937,
10340,
921,
10665,
16,
15908,
10340,
921,
8526,
833,
13,
288,
3639,
309,
261,
1968,
18,
2469,
422,
374,
13,
288,
5411,
10665,
18,
1991,
1305,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
15908,
10340,
921,
8200,
12,
7937,
10340,
921,
10665,
16,
15908,
10340,
921,
8526,
833,
13,
288,
3639,
309,
261,
1968,
18,
2469,
422,
374,
13,
288,
5411,
10665,
18,
1991,
1305,... |
odiDataSource = createOdiDataSource( ); | odiDataSource = createOdiDataSource( ); | protected void openDataSource( ) throws DataException { assert odiDataSource == null; // Open the underlying data source // dataSource = findDataSource( ); if ( dataSource != null ) { // TODO: potential bug if ( !dataSource.isOpen( ) || DataSetCacheManager.getInstance( ).doesLoadFromCache( ) == true... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/c5d3787facacfc9ed6a75cfcada53302adb1d725/QueryExecutor.java/clean/data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
1696,
8597,
12,
262,
1216,
1910,
503,
202,
95,
202,
202,
11231,
320,
3211,
8597,
422,
446,
31,
9506,
202,
759,
3502,
326,
6808,
501,
1084,
202,
565,
368,
10233,
273,
110... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1696,
8597,
12,
262,
1216,
1910,
503,
202,
95,
202,
202,
11231,
320,
3211,
8597,
422,
446,
31,
9506,
202,
759,
3502,
326,
6808,
501,
1084,
202,
565,
368,
10233,
273,
110... |
m_children.add( elem ); | children.add( elem ); | void addChild(XmlConfiguration elem) { if(m_children == null) { m_children = new ArrayList(); } m_children.add( elem ); } | 48500 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48500/f8bdbb2dab0d67be139dd05d6110e466306c8868/XmlConfiguration.java/buggy/src/java/org/apache/ftpserver/config/XmlConfiguration.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
7384,
12,
4432,
1750,
3659,
13,
288,
3639,
309,
12,
81,
67,
5906,
422,
446,
13,
288,
5411,
312,
67,
5906,
273,
394,
2407,
5621,
3639,
289,
3639,
2325,
18,
1289,
12,
3659,
11272,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
918,
7384,
12,
4432,
1750,
3659,
13,
288,
3639,
309,
12,
81,
67,
5906,
422,
446,
13,
288,
5411,
312,
67,
5906,
273,
394,
2407,
5621,
3639,
289,
3639,
2325,
18,
1289,
12,
3659,
11272,
... |
} | } | public String getLabel() { return jEdit.getProperty(name + ".label"); } | 8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/2f05684c58270cb52e643f50c98aa908e3f8d773/EditAction.java/buggy/org/gjt/sp/jedit/EditAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
11237,
1435,
202,
95,
202,
202,
2463,
525,
4666,
18,
588,
1396,
12,
529,
397,
3552,
1925,
8863,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
11237,
1435,
202,
95,
202,
202,
2463,
525,
4666,
18,
588,
1396,
12,
529,
397,
3552,
1925,
8863,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
new bufferedResponseHandler(this, msh_request, rh_reply); | new bufferedResponseHandler(this, msh_request, rh_reply, rh_request ); | private void serveStep(Socket service, boolean no_resources) { try { Serving: while (true) { InputStream in = service.getInputStream(); service.setSoTimeout(TOUT_START_READING_MESSAGE); MessageHeader msh_request = new MessageHeader(); try ... | 45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/d03b7ded9dacd5a74a8420d7dade451079b17d89/Functional_ORB.java/clean/libraries/javalib/gnu/CORBA/Functional_ORB.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
918,
12175,
4160,
12,
4534,
1156,
16,
1250,
1158,
67,
4683,
13,
225,
288,
565,
775,
1377,
288,
3639,
1275,
6282,
30,
3639,
1323,
261,
3767,
13,
1850,
288,
5411,
5037,
316,
273,
11... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12175,
4160,
12,
4534,
1156,
16,
1250,
1158,
67,
4683,
13,
225,
288,
565,
775,
1377,
288,
3639,
1275,
6282,
30,
3639,
1323,
261,
3767,
13,
1850,
288,
5411,
5037,
316,
273,
11... |
log.error("MyReceiver: problem sending response to " + sender); | System.err.println("MyReceiver: problem sending response to " + sender); | public void receive(DatagramPacket packet) { System.out.println("-- received " + packet.getLength() + " bytes from " + packet.getSocketAddress()); InetAddress sender=packet.getAddress(); byte[] buf=packet.getData(); int len=packet.getLength(); String tmp=ne... | 3550 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3550/13de68466e3cf7fde6ee0bde0cee09a33e837e89/UDP1_4.java/buggy/src/org/jgroups/protocols/UDP1_4.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
6798,
12,
5139,
17049,
6667,
4414,
13,
288,
5411,
2332,
18,
659,
18,
8222,
2932,
413,
5079,
315,
397,
4414,
18,
588,
1782,
1435,
397,
315,
1731,
628,
315,
397,
4414,
18,
588,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
6798,
12,
5139,
17049,
6667,
4414,
13,
288,
5411,
2332,
18,
659,
18,
8222,
2932,
413,
5079,
315,
397,
4414,
18,
588,
1782,
1435,
397,
315,
1731,
628,
315,
397,
4414,
18,
588,... |
new HeatbugBatchSwarm (Globals.env.globalZone); | (HeatbugBatchSwarm) Globals.env.lispAppArchiver.getWithZone$key (Globals.env.globalZone, "batchSwarm"); | public static void main (String[] args) { // Swarm initialization: all Swarm apps must call this first. Globals.env.initSwarm ("jheatbugs", "2.0.1", "bug-swarm@santafe.edu", args); // swarmGUIMode is set in initSwarm(). It's set to be `false' // if you typed `heatbugs --batchmode... | 11263 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11263/98deea783c0fb6e55045f9da2ffe51284b68753a/StartHeatbugs.java/buggy/apps/java/jheatbugs/StartHeatbugs.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
918,
2774,
261,
780,
8526,
833,
13,
288,
3639,
368,
348,
13113,
10313,
30,
777,
348,
13113,
8279,
1297,
745,
333,
1122,
18,
3639,
18901,
1031,
18,
3074,
18,
2738,
55,
13113,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
261,
780,
8526,
833,
13,
288,
3639,
368,
348,
13113,
10313,
30,
777,
348,
13113,
8279,
1297,
745,
333,
1122,
18,
3639,
18901,
1031,
18,
3074,
18,
2738,
55,
13113,
... |
yaccValue = getInteger(tokenBuffer.toString(), 16); | yaccValue = new Token(getInteger(tokenBuffer.toString(), 16), getPosition(null, false)); | private int parseNumber(char c) { lex_state = LexState.EXPR_END; tokenBuffer.setLength(0); if (c == '-') { tokenBuffer.append(c); c = src.read(); } else if (c == '+') { // We don't append '+' since Java number parser gets confused c = src.read(); ... | 52337 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52337/b1293eda8454686e846e2a9837b348e2983bb423/RubyYaccLexer.java/buggy/src/org/jruby/lexer/yacc/RubyYaccLexer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
509,
1109,
1854,
12,
3001,
276,
13,
288,
3639,
5275,
67,
2019,
273,
15123,
1119,
18,
2294,
8025,
67,
4415,
31,
3639,
1147,
1892,
18,
542,
1782,
12,
20,
1769,
3639,
309,
261,
71,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
509,
1109,
1854,
12,
3001,
276,
13,
288,
3639,
5275,
67,
2019,
273,
15123,
1119,
18,
2294,
8025,
67,
4415,
31,
3639,
1147,
1892,
18,
542,
1782,
12,
20,
1769,
3639,
309,
261,
71,
... |
setStringProperty( LineItem.ORIENTATION_PROP, orientation ); | setStringProperty( ILineItemModel.ORIENTATION_PROP, orientation ); | public void setOrientation( String orientation ) throws SemanticException { setStringProperty( LineItem.ORIENTATION_PROP, orientation ); } | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/d802c33711e0d111551ae23575895cd060f085b6/LineHandle.java/buggy/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/LineHandle.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
444,
14097,
12,
514,
9820,
262,
1216,
24747,
503,
202,
95,
202,
202,
542,
780,
1396,
12,
5377,
1180,
18,
916,
45,
2222,
2689,
67,
15811,
16,
9820,
11272,
202,
97,
2,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
225,
202,
482,
918,
444,
14097,
12,
514,
9820,
262,
1216,
24747,
503,
202,
95,
202,
202,
542,
780,
1396,
12,
5377,
1180,
18,
916,
45,
2222,
2689,
67,
15811,
16,
9820,
11272,
202,
97,
2,
-1... |
public boolean isFinished() { | public synchronized boolean isFinished() { | public boolean isFinished() { return finished || cancelled; } | 48807 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48807/a6a9cc01004d94d4bdefc0b76c0bdb1962187369/SimpleManifestPutter.java/buggy/src/freenet/client/async/SimpleManifestPutter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
353,
10577,
1435,
288,
202,
202,
2463,
6708,
747,
13927,
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,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
353,
10577,
1435,
288,
202,
202,
2463,
6708,
747,
13927,
31,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Name nameRFC2253_4 = parser.parse( "CN=Before\\0DAfter,O=Test,C=GB" ); assertEquals( "RFC2253_4 : ", "CN=Before\\0DAfter,O=Test,C=GB", ( ( LdapDN ) nameRFC2253_4 ).getUpName() ); } | Name nameRFC2253_4 = parser.parse( "CN=Before\\0DAfter,O=Test,C=GB" ); assertEquals( "RFC2253_4 : ", "CN=Before\\0DAfter,O=Test,C=GB", ( ( LdapDN ) nameRFC2253_4 ).getUpName() ); } | public final void testParseStringRFC2253_4() throws NamingException { NameParser parser = LdapDnParser.getNameParser(); Name nameRFC2253_4 = parser.parse( "CN=Before\\0DAfter,O=Test,C=GB" ); assertEquals( "RFC2253_4 : ", "CN=Before\\0DAfter,O=Test,C=GB", ( ( LdapDN ) nameRFC2253_4 ).getUpNam... | 54578 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54578/34d16a3366af953bef4b3d5f4cf0e7c6bda29ba6/LdapDnParserTest.java/buggy/ldap/src/test/java/org/apache/directory/shared/ldap/name/LdapDnParserTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
727,
918,
1842,
3201,
780,
17926,
22,
30304,
67,
24,
1435,
1216,
26890,
565,
288,
3639,
1770,
2678,
2082,
273,
18053,
19053,
2678,
18,
17994,
2678,
5621,
3639,
1770,
508,
17926,
22,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
727,
918,
1842,
3201,
780,
17926,
22,
30304,
67,
24,
1435,
1216,
26890,
565,
288,
3639,
1770,
2678,
2082,
273,
18053,
19053,
2678,
18,
17994,
2678,
5621,
3639,
1770,
508,
17926,
22,
... |
public Object get(String key) throws MethodInvocationException | public Object get(String key) | public Object get(String key) throws MethodInvocationException { return context.get( key ); } | 55820 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55820/1070c853c394b6f0697c2094c1038f4e4ec2fdd6/InternalContextAdapterImpl.java/buggy/src/java/org/apache/velocity/context/InternalContextAdapterImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
336,
12,
780,
498,
13,
565,
288,
3639,
327,
819,
18,
588,
12,
498,
11272,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
336,
12,
780,
498,
13,
565,
288,
3639,
327,
819,
18,
588,
12,
498,
11272,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
private static void setDefaultQueryOptions() { // get the preferences store for the bugzilla preferences IPreferenceStore prefs = BugzillaPlugin.getDefault().getPreferenceStore(); // get the default status values from the store and set them as the default options prefs.setDefault(IBugzillaConstants.STATUS_VALUES, ... | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/a727d560e212c7df8a02cd1f50061f130d46e189/BugzillaPreferencePage.java/buggy/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/bugzilla/core/BugzillaPreferencePage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
225,
760,
225,
918,
225,
9277,
1138,
1320,
1435,
225,
288,
202,
202,
759,
225,
336,
225,
326,
225,
12750,
225,
1707,
225,
364,
225,
326,
225,
7934,
15990,
225,
12750,
202,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
225,
760,
225,
918,
225,
9277,
1138,
1320,
1435,
225,
288,
202,
202,
759,
225,
336,
225,
326,
225,
12750,
225,
1707,
225,
364,
225,
326,
225,
7934,
15990,
225,
12750,
202,
20... | ||
this.uris = (String[])urisList.toArray(new String[urisList.size()]); this.internalUris = (String[])this.uri2closureMap.keySet().toArray(new String[this.uri2closureMap.keySet().size()]); | this.uris = (String[])this.uri2closureMap.keySet().toArray(new String[this.uri2closureMap.keySet().size()]); | public DefaultGrailsControllerClass(Class clazz) { super(clazz, CONTROLLER); String uri = SLASH + (StringUtils.isNotBlank(getPackageName()) ? getPackageName().replace('.', '/') + SLASH : "" ) + WordUtils.uncapitalize(getName()); String defaultClosureName = (String)getPropertyValue(DEFAULT_CLOSURE_PROPERTY, String.... | 26970 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/26970/46100d612c4818cf685c501bcddab3c1266b0642/DefaultGrailsControllerClass.java/buggy/src/commons/org/codehaus/groovy/grails/commons/DefaultGrailsControllerClass.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2989,
14571,
14573,
2933,
797,
12,
797,
4003,
13,
288,
202,
202,
9565,
12,
830,
3638,
16,
8020,
25353,
1769,
202,
202,
780,
2003,
273,
348,
16504,
397,
261,
780,
1989,
18,
291... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
2989,
14571,
14573,
2933,
797,
12,
797,
4003,
13,
288,
202,
202,
9565,
12,
830,
3638,
16,
8020,
25353,
1769,
202,
202,
780,
2003,
273,
348,
16504,
397,
261,
780,
1989,
18,
291... |
return textComp.getText().length(); | return JTextComponent.this.getText().length(); | public int getCharCount() { return textComp.getText().length(); } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/ff4d557efcee4a2c3a25a9cac2252bc626fb10fe/JTextComponent.java/clean/core/src/classpath/javax/javax/swing/text/JTextComponent.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
23577,
1380,
1435,
565,
288,
1377,
327,
804,
1528,
1841,
18,
2211,
18,
588,
1528,
7675,
2469,
5621,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
509,
23577,
1380,
1435,
565,
288,
1377,
327,
804,
1528,
1841,
18,
2211,
18,
588,
1528,
7675,
2469,
5621,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
public org.quickfix.field.SettlCurrFxRateCalc getSettlCurrFxRateCalc() throws FieldNotFound { org.quickfix.field.SettlCurrFxRateCalc value = new org.quickfix.field.SettlCurrFxRateCalc(); | public quickfix.field.SettlCurrFxRateCalc getSettlCurrFxRateCalc() throws FieldNotFound { quickfix.field.SettlCurrFxRateCalc value = new quickfix.field.SettlCurrFxRateCalc(); | public org.quickfix.field.SettlCurrFxRateCalc getSettlCurrFxRateCalc() throws FieldNotFound { org.quickfix.field.SettlCurrFxRateCalc value = new org.quickfix.field.SettlCurrFxRateCalc(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/TradeCaptureReport.java/clean/src/java/src/quickfix/fix43/TradeCaptureReport.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
694,
6172,
20143,
42,
92,
4727,
25779,
336,
694,
6172,
20143,
42,
92,
4727,
25779,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
694,
6172,
20143,
42,
92,
4727,
25779,
336,
694,
6172,
20143,
42,
92,
4727,
25779,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
... |
WCMouseListenerImpl mouseListenerWrapper = | WCMouseListenerImpl mouseListenerWrapper = | public void removeMouseListener(MouseListener listener){ ParameterCheck.nonNull(listener); myFactory.throwExceptionIfNotInitialized(); Assert.assert_it(-1 != nativeWebShell); Assert.assert_it(null != nativeEventThread); ParameterCheck.nonNull(listener); WCMouseListenerImpl mouseListenerWrapper = ... | 7555 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7555/c51f266635955ea9a40fa057209a78cf7b0fb900/EventRegistrationImpl.java/clean/java/webclient/classes_spec/org/mozilla/webclient/wrapper_native/EventRegistrationImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
1206,
9186,
2223,
12,
9186,
2223,
2991,
15329,
565,
5498,
1564,
18,
5836,
2041,
12,
12757,
1769,
565,
3399,
1733,
18,
12849,
503,
10288,
11459,
5621,
565,
5452,
18,
11231,
67,
305,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
918,
1206,
9186,
2223,
12,
9186,
2223,
2991,
15329,
565,
5498,
1564,
18,
5836,
2041,
12,
12757,
1769,
565,
3399,
1733,
18,
12849,
503,
10288,
11459,
5621,
565,
5452,
18,
11231,
67,
305,
... |
saveAll(); | if (!myDoNotSave && !isUnitTestMode() && !isHeadlessEnvironment()) { saveAll(); } | public void run() { try { SwingUtilities.invokeAndWait(new Runnable() { public void run() { saveAll(); dispose(); } }); } catch (InterruptedException e) { LOG.error(e); } catch (InvocationTargetException ... | 56598 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56598/5c784525c0d89e3918251782c0748a5a60ab6af6/ApplicationImpl.java/buggy/source/com/intellij/openapi/application/impl/ApplicationImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
1071,
918,
1086,
1435,
288,
3639,
775,
288,
1850,
26145,
11864,
18,
14407,
1876,
5480,
12,
2704,
10254,
1435,
288,
5411,
1071,
918,
1086,
1435,
288,
2868,
309,
16051,
4811,
3244,
1248,
475... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4202,
1071,
918,
1086,
1435,
288,
3639,
775,
288,
1850,
26145,
11864,
18,
14407,
1876,
5480,
12,
2704,
10254,
1435,
288,
5411,
1071,
918,
1086,
1435,
288,
2868,
309,
16051,
4811,
3244,
1248,
475... |
if (pattern.indexOf("%u") < 0) | if (!has (pattern, 'u')) | private static java.io.OutputStream createFileStream(String pattern, int limit, int count, boolean append, int generation) { String path; int unique = 0; /* Throws a SecurityException if the caller does not have * LoggingPermission("control"). */ ... | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/11aafc23ec4e191f57d02c34f8e6bfeb90bed5a2/FileHandler.java/buggy/core/src/classpath/java/java/util/logging/FileHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
2252,
18,
1594,
18,
4632,
21266,
1228,
12,
780,
1936,
16,
6862,
1082,
4202,
509,
1800,
16,
6862,
1082,
4202,
509,
1056,
16,
6862,
1082,
4202,
1250,
714,
16,
6862,
1082,
4202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
760,
2252,
18,
1594,
18,
4632,
21266,
1228,
12,
780,
1936,
16,
6862,
1082,
4202,
509,
1800,
16,
6862,
1082,
4202,
509,
1056,
16,
6862,
1082,
4202,
1250,
714,
16,
6862,
1082,
4202,
... |
public String[] getStringTable() | protected String[] getStringTable() | public String[] getStringTable() { return null; } | 1023 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1023/1eac63a132d3bd34db5d84abb05480ffd0af1287/EnumSyntax.java/buggy/libjava/javax/print/attribute/EnumSyntax.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
514,
8526,
4997,
1388,
1435,
225,
288,
565,
327,
446,
31,
225,
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... | [
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,
282,
4750,
514,
8526,
4997,
1388,
1435,
225,
288,
565,
327,
446,
31,
225,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
super.processLowLevelEvent(action, values); | processKeyEvents(values); | public void processLowLevelEvent(String action, String[] values) { super.processLowLevelEvent(action, values); boolean requestSelection; if (Arrays.asList(values).contains("hidden_reset")) { // one hidden and one checked event from the form says select // it, else deselect... | 3911 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3911/106151072c6ae53bea4e19243f9af84ef2c32c6a/SCheckBox.java/buggy/wings2/src/java/org/wings/SCheckBox.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1207,
10520,
2355,
1133,
12,
780,
1301,
16,
514,
8526,
924,
13,
288,
3639,
1207,
653,
3783,
12,
2372,
1769,
3639,
1250,
590,
6233,
31,
3639,
309,
261,
12726,
18,
345,
682,
12... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1207,
10520,
2355,
1133,
12,
780,
1301,
16,
514,
8526,
924,
13,
288,
3639,
1207,
653,
3783,
12,
2372,
1769,
3639,
1250,
590,
6233,
31,
3639,
309,
261,
12726,
18,
345,
682,
12... |
String classesJarPath = ANNO_JAR.getAbsolutePath(); FileFilter filter = new PackageFileFilter( ANNOTATIONS_PKG, getPluginClassesDir()); Map<File, FileFilter> files = Collections.singletonMap( new File(getPluginClassesDir()), filter); zip( classesJarPath, files ); | if (null != getFileInPlugin( AptTestsPlugin.getDefault(), new Path("/bin") )) { FileFilter filter = new PackageFileFilter( ANNOTATIONS_PKG, getPluginClassesDir()); Map<File, FileFilter> files = Collections.singletonMap( new File(getPluginClassesDir()), filter); zip( classesJarPath, files ); } else { File aptJarFile =... | public static File createAndAddAnnotationJar( IJavaProject project ) throws IOException, JavaModelException { if (ANNO_JAR == null) { IPath statePath = AptPlugin.getPlugin().getStateLocation(); IPath jarPath = statePath.append("org.eclipse.jdt.apt.tests.TestUtil.jar"); ANNO_JAR = new File(jarPath.toOSString(... | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/1a46f9d74305471f9063d0ab3dfb4390a95b0823/TestUtil.java/buggy/org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/TestUtil.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
1387,
30545,
986,
3257,
10813,
12,
467,
5852,
4109,
1984,
262,
202,
202,
15069,
1860,
16,
5110,
1488,
503,
202,
95,
202,
202,
430,
261,
1258,
3417,
67,
46,
985,
422,
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,
225,
202,
482,
760,
1387,
30545,
986,
3257,
10813,
12,
467,
5852,
4109,
1984,
262,
202,
202,
15069,
1860,
16,
5110,
1488,
503,
202,
95,
202,
202,
430,
261,
1258,
3417,
67,
46,
985,
422,
446,... |
if (aggregation.measure == measure && | if (aggregation.star == star && | private Aggregation lookupAggregation( RolapStar.Measure measure, RolapStar.Column[] columns) { for (int i = 0, count = aggregations.size(); i < count; i++) { Aggregation aggregation = (Aggregation) aggregations.get(i); if (aggregation.measure == measure && equals(aggregation.columns, columns)) { return ... | 37907 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/37907/0b3e1f016bda0406ca1db3c219667ce6176afe47/AggregationManager.java/clean/src/main/mondrian/rolap/agg/AggregationManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
21100,
3689,
12089,
12,
1082,
202,
4984,
438,
18379,
18,
7197,
6649,
16,
11714,
438,
18379,
18,
1494,
8526,
2168,
13,
202,
95,
202,
202,
1884,
261,
474,
277,
273,
374,
16,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
21100,
3689,
12089,
12,
1082,
202,
4984,
438,
18379,
18,
7197,
6649,
16,
11714,
438,
18379,
18,
1494,
8526,
2168,
13,
202,
95,
202,
202,
1884,
261,
474,
277,
273,
374,
16,
10... |
org.intermine.web.LogMe.log("i", "processPartials list: " + partialLocList.size()); | private void processPartials(Map mapOfPartials) throws ObjectStoreException { //org.intermine.web.LogMe.log("i", "processPartials - mapOfPartials: " + mapOfPartials); Iterator mapOfPartialsIter = mapOfPartials.keySet().iterator(); while (mapOfPartialsIter.hasNext()) { int minBioStart... | 29158 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/29158/6b768e25aec7336fc03e51a0cd5096e996370c1a/CalculateLocations.java/buggy/flymine/model/genomic/src/java/org/flymine/postprocess/CalculateLocations.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2358,
18,
2761,
3081,
18,
4875,
18,
1343,
4667,
18,
1330,
2932,
77,
3113,
315,
2567,
9447,
87,
666,
30,
315,
397,
4702,
1333,
682,
18,
1467,
10663,
2358,
18,
2761,
3081,
18,
4875,
18,
1343,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
2358,
18,
2761,
3081,
18,
4875,
18,
1343,
4667,
18,
1330,
2932,
77,
3113,
315,
2567,
9447,
87,
666,
30,
315,
397,
4702,
1333,
682,
18,
1467,
10663,
2358,
18,
2761,
3081,
18,
4875,
18,
1343,
... | |
if (!connector.hasRichEditor(repository, task)) { return null; } try { int id = Integer.parseInt(AbstractRepositoryTask.getTaskId(task.getHandleIdentifier())); RepositoryTaskData data = new RepositoryTaskData(attributeFactory, TracCorePlugin.REPOSITORY_KIND, repository.getUrl(), id + ""); ITracClient client = connect... | int id = Integer.parseInt(AbstractRepositoryTask.getTaskId(task.getHandleIdentifier())); return downloadTaskData(repository, id); | public RepositoryTaskData downloadTaskData(final AbstractRepositoryTask task, TaskRepository repository, Proxy proxySettings) throws CoreException { if (!connector.hasRichEditor(repository, task)) { // offline mode is only supported for XML-RPC return null; } try { int id = Integer.parseInt(AbstractRepository... | 51989 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51989/8c705db1932ec5be508071c04f69f3dff9919cd4/TracOfflineTaskHandler.java/buggy/org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/internal/trac/core/TracOfflineTaskHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
6281,
2174,
751,
4224,
2174,
751,
12,
6385,
4115,
3305,
2174,
1562,
16,
3837,
3305,
3352,
16,
7659,
2889,
2628,
13,
1216,
30015,
288,
202,
202,
430,
16051,
23159,
18,
5332,
2259... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6281,
2174,
751,
4224,
2174,
751,
12,
6385,
4115,
3305,
2174,
1562,
16,
3837,
3305,
3352,
16,
7659,
2889,
2628,
13,
1216,
30015,
288,
202,
202,
430,
16051,
23159,
18,
5332,
2259... |
super(parentShell == null ? ProgressManagerUtil.getDefaultParent() : parentShell); | super(parentShell == null ? ProgressManagerUtil.getDefaultParent() : parentShell); | public ErrorNotificationDialog(Shell parentShell) { super(parentShell == null ? ProgressManagerUtil.getDefaultParent() : parentShell); setBlockOnOpen(false); setShellStyle(SWT.CLOSE | SWT.MODELESS | SWT.BORDER | SWT.TITLE | SWT.RESIZE); } | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/0feab0514a7f8351ffa209ded50efa4bb764b563/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,
482,
1068,
4386,
6353,
12,
13220,
982,
13220,
13,
288,
202,
202,
9565,
12,
2938,
13220,
422,
446,
692,
10980,
1318,
1304,
18,
588,
1868,
3054,
1435,
294,
982,
13220,
1769,
202,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1068,
4386,
6353,
12,
13220,
982,
13220,
13,
288,
202,
202,
9565,
12,
2938,
13220,
422,
446,
692,
10980,
1318,
1304,
18,
588,
1868,
3054,
1435,
294,
982,
13220,
1769,
202,
202,
... |
ErrorDialog.openError(getControl().getShell(), "Problems Occurred", null, error); WorkbenchPlugin.log("Error in ProjectReferencePage.doOk", error); | ErrorDialog.openError(getControl().getShell(), null, null, error); | protected void handle(InvocationTargetException e) { IStatus error; Throwable target = e.getTargetException(); if (target instanceof CoreException) { error = ((CoreException) target).getStatus(); } else { String msg = target.getMessage(); if (msg == null) msg = "Internal error";//$NON-NLS-1$ error = new Status(IS... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/69bc2954901b3e43028afe5710ba143c9fb08ef3/ProjectReferencePage.java/clean/bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/ProjectReferencePage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
918,
1640,
12,
9267,
14950,
425,
13,
288,
202,
45,
1482,
555,
31,
202,
15155,
1018,
273,
425,
18,
588,
14950,
5621,
202,
430,
261,
3299,
1276,
30015,
13,
288,
202,
202,
1636,
273,
1401... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
4750,
918,
1640,
12,
9267,
14950,
425,
13,
288,
202,
45,
1482,
555,
31,
202,
15155,
1018,
273,
425,
18,
588,
14950,
5621,
202,
430,
261,
3299,
1276,
30015,
13,
288,
202,
202,
1636,
273,
1401... |
javaElement, sourceComparator)); | anonType, sourceComparator)); | private static void sortAnonymous(IMember[] anonymous, IMember javaElement) { SourceOffsetComparator sourceComparator = new SourceOffsetComparator(); Arrays.sort(anonymous, new AnonymClassComparator( javaElement, sourceComparator)); } | 2697 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2697/0334217d41252d89232eb6277b01e80c4b2a91aa/JdtUtils.java/clean/eclipse/plugin/src/de/loskutov/bco/ui/JdtUtils.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
1524,
18792,
12,
3445,
2558,
8526,
13236,
16,
467,
4419,
2252,
1046,
13,
288,
3639,
4998,
2335,
5559,
1084,
5559,
273,
394,
4998,
2335,
5559,
5621,
3639,
5647,
18,
3804,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
1524,
18792,
12,
3445,
2558,
8526,
13236,
16,
467,
4419,
2252,
1046,
13,
288,
3639,
4998,
2335,
5559,
1084,
5559,
273,
394,
4998,
2335,
5559,
5621,
3639,
5647,
18,
3804,
1... |
public Content lookup(String pathInContext, ResourceFactory factory) throws IOException { if (Log.isDebugEnabled()) Log.debug("lookup {}",pathInContext); Content content=null; // Look up cache operations synchronized(_cache) { // Look for it in... | 13242 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13242/027a899cc48a2cade7f4e45221423500ee0e374d/ResourceCache.java/buggy/trunk/modules/jetty/src/main/java/org/mortbay/jetty/ResourceCache.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
3697,
3689,
12,
780,
589,
29334,
16,
2591,
1733,
3272,
13,
3639,
1216,
1860,
565,
288,
3639,
309,
261,
1343,
18,
291,
2829,
1526,
10756,
1827,
18,
4148,
2932,
8664,
3728,
16,
803,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3697,
3689,
12,
780,
589,
29334,
16,
2591,
1733,
3272,
13,
3639,
1216,
1860,
565,
288,
3639,
309,
261,
1343,
18,
291,
2829,
1526,
10756,
1827,
18,
4148,
2932,
8664,
3728,
16,
803,
... | ||
final LevelProperty lp = new LevelProperty(lvl, tokenSrString); SR.add(lp); | SR.add(LevelProperty.getLevelProperty(lvl, tokenSrString)); | public void setSR(final String srString) { if (".CLEAR".equals(srString)) { SR = null; return; } final StringTokenizer aTok = new StringTokenizer(srString, Constants.PIPE, false); final int lvl = Integer.parseInt(aTok.nextToken()); final String tokenSrString = aTok.nextToken(); if (".CLEAR".equals(tokenSr... | 48301 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48301/a38c44b7aa2641a0d03091a2d1447e46da792b65/PCClass.java/buggy/code/src/java/pcgen/core/PCClass.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
444,
10090,
12,
6385,
514,
9133,
780,
13,
288,
202,
202,
430,
7566,
18,
23181,
985,
9654,
14963,
12,
11254,
780,
3719,
288,
1082,
202,
10090,
273,
446,
31,
1082,
202,
246... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
444,
10090,
12,
6385,
514,
9133,
780,
13,
288,
202,
202,
430,
7566,
18,
23181,
985,
9654,
14963,
12,
11254,
780,
3719,
288,
1082,
202,
10090,
273,
446,
31,
1082,
202,
246... |
public final void emitLAddrOffset(int RT, int RA, int offset) { | public final void emitLAddrOffset(int RT, int RA, Offset offset) { | public final void emitLAddrOffset(int RT, int RA, int offset) { if (VM.BuildFor64Addr) emitLDoffset(RT, RA, offset); else emitLWZoffset(RT, RA, offset); } | 4011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4011/df5323a1679a545ad5b2e78b0bf88ba178e71da8/VM_Assembler.java/clean/rvm/src/vm/arch/powerPC/compilers/baseline/VM_Assembler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
727,
918,
3626,
48,
3178,
2335,
12,
474,
13060,
16,
509,
26880,
16,
9874,
1384,
13,
288,
1377,
309,
261,
7397,
18,
3116,
1290,
1105,
3178,
13,
540,
3626,
12069,
3348,
12,
12185,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
727,
918,
3626,
48,
3178,
2335,
12,
474,
13060,
16,
509,
26880,
16,
9874,
1384,
13,
288,
1377,
309,
261,
7397,
18,
3116,
1290,
1105,
3178,
13,
540,
3626,
12069,
3348,
12,
12185,
1... |
addInternalFrameListener(this); | public SwingFrame(Frame awtFrame) { this.awtComponent = awtFrame;// setFocusCycleRoot(true);// final KeyboardFocusManager manager = KeyboardFocusManager// .getCurrentKeyboardFocusManager();// setFocusTraversalPolicy(manager.getDefaultFocusTraversalPolicy()); addInte... | 50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/48a86a748452340a05f85e1aac31ccd6b2de9e36/SwingFramePeer.java/clean/gui/src/awt/org/jnode/awt/swingpeers/SwingFramePeer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
26145,
3219,
12,
3219,
8237,
3219,
13,
288,
3639,
333,
18,
2219,
88,
1841,
273,
8237,
3219,
31,
759,
3639,
31480,
13279,
2375,
12,
3767,
1769,
759,
3639,
727,
16535,
9233,
1318,
330... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
26145,
3219,
12,
3219,
8237,
3219,
13,
288,
3639,
333,
18,
2219,
88,
1841,
273,
8237,
3219,
31,
759,
3639,
31480,
13279,
2375,
12,
3767,
1769,
759,
3639,
727,
16535,
9233,
1318,
330... | |
} | } | public void aboutToRun(IJobChangeEvent event) { // ignore } | 51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/b35a800e875f36f0f78d237843a125fc578d04d3/OpenTaskListElementAction.java/buggy/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasklist/ui/actions/OpenTaskListElementAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
9944,
202,
482,
918,
2973,
774,
1997,
12,
45,
2278,
20930,
871,
13,
288,
6862,
1082,
202,
759,
2305,
25083,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
9944,
202,
482,
918,
2973,
774,
1997,
12,
45,
2278,
20930,
871,
13,
288,
6862,
1082,
202,
759,
2305,
25083,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
gapInsertionArray[i+usedGaps]=true; | gapInsertionArray[i+usedGaps]=1; | private long[][] recoverAlignment (AlignmentHelperLinearSpace helper) { int i=0,j, k=0; long[][] alignment = new long[lengthA + lengthB][2]; for (j = 0; j<lengthB; j++) { //gap in B while (i < lastAWhenBAligned[j]) { alignment[k][0] = CategoricalState.makeSet(A[i]); alignment[k][1] = CategoricalState.in... | 55939 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55939/018af9c68822b990cfe53fe00b4cd62363c4a6cc/PairwiseAligner.java/clean/Source/mesquite/align/lib/PairwiseAligner.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
1525,
63,
6362,
65,
5910,
11535,
261,
11535,
2276,
15982,
3819,
4222,
13,
288,
202,
202,
474,
277,
33,
20,
16,
78,
16,
417,
33,
20,
31,
9506,
202,
5748,
63,
6362,
65,
8710,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1525,
63,
6362,
65,
5910,
11535,
261,
11535,
2276,
15982,
3819,
4222,
13,
288,
202,
202,
474,
277,
33,
20,
16,
78,
16,
417,
33,
20,
31,
9506,
202,
5748,
63,
6362,
65,
8710,... |
UndoAction undoAction = new UndoAction(); | undoAction = new UndoAction(); redoAction = new RedoAction(); | public Main() { super("Java Open Street Map - Editor"); setLayout(new BorderLayout()); panel = new JPanel(new BorderLayout()); getContentPane().add(panel, BorderLayout.CENTER); setSize(1000,740); // some strange default size setExtendedState(MAXIMIZED_BOTH); // some platform are able to maximize // creating a... | 2204 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2204/408f1bdf6e8e3eafbd24986360c352ff275a9200/Main.java/buggy/src/org/openstreetmap/josm/Main.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
12740,
1435,
288,
202,
202,
9565,
2932,
5852,
3502,
19828,
1635,
300,
18451,
8863,
202,
202,
542,
3744,
12,
2704,
30814,
10663,
202,
202,
13916,
273,
394,
24048,
12,
2704,
30814,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12740,
1435,
288,
202,
202,
9565,
2932,
5852,
3502,
19828,
1635,
300,
18451,
8863,
202,
202,
542,
3744,
12,
2704,
30814,
10663,
202,
202,
13916,
273,
394,
24048,
12,
2704,
30814,
... |
int wCount = configurer.getWorkbench().getWorkbenchWindowCount(); | int wCount = getWorkbenchConfigurer().getWorkbench().getWorkbenchWindowCount(); | private void openWelcomeEditors(IWorkbenchWindow window) throws WorkbenchException { if (IDEWorkbenchPlugin.getDefault().getPreferenceStore().getBoolean(IDEInternalPreferences.WELCOME_DIALOG)) { // Show the welcome page for the primary feature the first time the workbench opens. AboutInfo primaryInfo = IDEWorkben... | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/4c21e5e4020ce9a967fbe0bdd0fcd2fef60efb78/IDEWorkbenchAdvisor.java/clean/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1696,
59,
16312,
4666,
1383,
12,
45,
2421,
22144,
3829,
2742,
13,
1216,
4147,
22144,
503,
288,
202,
202,
430,
261,
10385,
2421,
22144,
3773,
18,
588,
1868,
7675,
588,
9624... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1696,
59,
16312,
4666,
1383,
12,
45,
2421,
22144,
3829,
2742,
13,
1216,
4147,
22144,
503,
288,
202,
202,
430,
261,
10385,
2421,
22144,
3773,
18,
588,
1868,
7675,
588,
9624... |
if (communityName != null) properties.put(PropertyNames.AGENT_COMMUNITY_NAME, communityName); String url = buf.toString(); if (url != null) properties.put(PropertyNames.AGENT_URL, url.toString()); results.add(properties); | return results; | private Vector getSelfInformation(StringBuffer buf) { Collection container = support.queryBlackboard(getSelfPred()); Iterator iter = container.iterator(); Vector results = new Vector(1); int n = 0; // unique index for relationships while (iter.hasNext()) { Asset asset = (Asset)iter.next(); ... | 9368 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9368/b6797beef0d5b29b6a496b502f696c404f349051/CommunityProviderServlet.java/buggy/csmart/src/org/cougaar/tools/csmart/ui/servlet/CommunityProviderServlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
5589,
8880,
74,
5369,
12,
780,
1892,
1681,
13,
288,
565,
2200,
1478,
273,
4202,
2865,
18,
2271,
13155,
3752,
12,
588,
10084,
10391,
10663,
565,
4498,
1400,
273,
1478,
18,
9838,
5621... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5589,
8880,
74,
5369,
12,
780,
1892,
1681,
13,
288,
565,
2200,
1478,
273,
4202,
2865,
18,
2271,
13155,
3752,
12,
588,
10084,
10391,
10663,
565,
4498,
1400,
273,
1478,
18,
9838,
5621... |
private void moveClear(CssContext cssCtx, BlockFormattingContext bfc, Box current, List floats) { Point offset = bfc.getOffset(); Rectangle bounds = current.getBounds(cssCtx, -offset.x, -offset.y); int y = findLowestAbsoluteY(cssCtx, floats); if (bounds.y < y)... | 52947 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52947/e3cac2c461a550620d3eeb2bb2de9ef766f83a59/FloatManager.java/clean/src/java/org/xhtmlrenderer/layout/FloatManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
3635,
9094,
12,
7359,
1042,
3747,
6442,
16,
3914,
23974,
1042,
324,
7142,
16,
2398,
8549,
783,
16,
987,
19172,
13,
288,
3639,
4686,
1384,
273,
324,
7142,
18,
588,
2335,
5621,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3635,
9094,
12,
7359,
1042,
3747,
6442,
16,
3914,
23974,
1042,
324,
7142,
16,
2398,
8549,
783,
16,
987,
19172,
13,
288,
3639,
4686,
1384,
273,
324,
7142,
18,
588,
2335,
5621,
... | ||
public void setFacetCount(int facets) | public void setFacetCount(int widthFacets, int depthFacets) | public void setFacetCount(int facets) { if(facets < 3) throw new IllegalArgumentException("Number of facets is < 3"); if(facetCount != facets) { patchChanged = true; normalsChanged = true; texCoordsChanged = true; } facetCount = facets; } | 46075 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46075/8b547f8eacb158f4811528bcdcd3f1ba7ec3edb2/PatchGenerator.java/clean/src/java/org/j3d/geom/spline/PatchGenerator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
444,
11137,
1380,
12,
474,
1835,
6645,
2413,
16,
509,
3598,
6645,
2413,
13,
565,
288,
3639,
309,
12,
11639,
2413,
411,
890,
13,
5411,
604,
394,
2754,
2932,
1854,
434,
21681,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
444,
11137,
1380,
12,
474,
1835,
6645,
2413,
16,
509,
3598,
6645,
2413,
13,
565,
288,
3639,
309,
12,
11639,
2413,
411,
890,
13,
5411,
604,
394,
2754,
2932,
1854,
434,
21681,
... |
env.addExternalJar(projectPath, Util.getJavaClassLib()); | env.addExternalJars(projectPath, Util.getJavaClassLibs()); | public void test0007() throws JavaModelException { IPath projectPath = env.addProject("P"); //$NON-NLS-1$ env.removePackageFragmentRoot(projectPath, ""); //$NON-NLS-1$ IPath srcF1 = env.addPackageFragmentRoot(projectPath, "src/f1", null, null); //$NON-NLS-1$ IPath src = env.addPackageFragmentRoot(projectPath, "src... | 10698 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10698/7145bdca11a91565ab60b6927646ef17342a693f/MultiSourceFolderAndOutputFolderTests.java/clean/org.eclipse.jdt.core.tests.builder/src/org/eclipse/jdt/core/tests/builder/MultiSourceFolderAndOutputFolderTests.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
3784,
27,
1435,
1216,
5110,
1488,
503,
288,
202,
202,
45,
743,
1984,
743,
273,
1550,
18,
1289,
4109,
2932,
52,
8863,
4329,
3993,
17,
5106,
17,
21,
8,
202,
202,
30... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
3784,
27,
1435,
1216,
5110,
1488,
503,
288,
202,
202,
45,
743,
1984,
743,
273,
1550,
18,
1289,
4109,
2932,
52,
8863,
4329,
3993,
17,
5106,
17,
21,
8,
202,
202,
30... |
public ComputeStage(int D, int N, float W_re[], float W_im[]) | public ComputeStage(int D, int N, float W_re3a[], float W_im3a[]) | public ComputeStage(int D, int N, float W_re[], float W_im[]) { super(D, N, W_re, W_im); } | 5955 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5955/5c20c66b62ae4156a15ca87396dcf98b4e788dcd/FFT3.java/buggy/streams/apps/benchmarks/fft/streamit/FFT3.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
8155,
8755,
12,
474,
463,
16,
509,
423,
16,
1431,
678,
67,
266,
23,
69,
63,
6487,
1431,
678,
67,
381,
23,
69,
63,
5717,
282,
288,
377,
2240,
12,
40,
16,
423,
16,
678,
67,
26... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
8155,
8755,
12,
474,
463,
16,
509,
423,
16,
1431,
678,
67,
266,
23,
69,
63,
6487,
1431,
678,
67,
381,
23,
69,
63,
5717,
282,
288,
377,
2240,
12,
40,
16,
423,
16,
678,
67,
26... |
public org.quickfix.field.EncodedIssuer getEncodedIssuer() throws FieldNotFound { org.quickfix.field.EncodedIssuer value = new org.quickfix.field.EncodedIssuer(); | public quickfix.field.EncodedIssuer getEncodedIssuer() throws FieldNotFound { quickfix.field.EncodedIssuer value = new quickfix.field.EncodedIssuer(); | public org.quickfix.field.EncodedIssuer getEncodedIssuer() throws FieldNotFound { org.quickfix.field.EncodedIssuer value = new org.quickfix.field.EncodedIssuer(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/QuoteResponse.java/buggy/src/java/src/quickfix/fix44/QuoteResponse.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
10397,
16667,
28799,
16667,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
10397,
16667,
460,
273,
394,
2358,
18,
19525,
9... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
10397,
16667,
28799,
16667,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
10397,
16667,
460,
273,
394,
2358,
18,
19525,
9... |
return "Inline-Block: (" + x + "," + y + ") -> (" + width + "Xx" + height + ")"; | StringBuffer sb = new StringBuffer(); sb.append("InlineBlockBox:"); sb.append(super.toString()); return sb.toString(); | public String toString() { return "Inline-Block: (" + x + "," + y + ") -> (" + width + "Xx" + height + ")"; } | 8125 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8125/5ae86d99f9d4c15ae44feb4a759289dfb63751cc/InlineBlockBox.java/buggy/src/java/org/xhtmlrenderer/render/InlineBlockBox.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1762,
1435,
288,
3639,
6674,
2393,
273,
394,
6674,
5621,
2393,
18,
6923,
2932,
10870,
1768,
3514,
2773,
1769,
2393,
18,
6923,
12,
9565,
18,
10492,
10663,
327,
2393,
18,
10492,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
1762,
1435,
288,
3639,
6674,
2393,
273,
394,
6674,
5621,
2393,
18,
6923,
2932,
10870,
1768,
3514,
2773,
1769,
2393,
18,
6923,
12,
9565,
18,
10492,
10663,
327,
2393,
18,
10492,
... |
if(frameCount == 0) { | if (frameCount == 0) { | void interrupted(Context cx) { synchronized(swingMonitor) { if(java.awt.EventQueue.isDispatchThread()) { dispatcherIsWaiting++; if(nonDispatcherWaiting) { // Another thread is stopped in the debugger // process events until it res... | 47609 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47609/b9766e81693411fa600b26b9a0763dcf621b2770/Main.java/clean/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/Main.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
15711,
12,
1042,
9494,
13,
288,
3639,
3852,
12,
5328,
310,
7187,
13,
288,
5411,
309,
12,
6290,
18,
2219,
88,
18,
1133,
3183,
18,
291,
5325,
3830,
10756,
288,
7734,
7393,
2520,
1594... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
15711,
12,
1042,
9494,
13,
288,
3639,
3852,
12,
5328,
310,
7187,
13,
288,
5411,
309,
12,
6290,
18,
2219,
88,
18,
1133,
3183,
18,
291,
5325,
3830,
10756,
288,
7734,
7393,
2520,
1594... |
try { PortletPage page = getPortletPage(event); page.logoutPortlets(event); registry.removeAllPortletFrames(event); pageFactory.logStatistics(); } catch (Exception e) { log.error("Unable to logout portlets", e); } | PortletPage page = getPortletPage(event); page.logoutPortlets(event); registry.removeAllPortletFrames(event); pageFactory.logStatistics(); | public void logoutPortlets(GridSphereEvent event) { log.debug("in logoutPortlets()"); try { PortletPage page = getPortletPage(event); page.logoutPortlets(event); registry.removeAllPortletFrames(event); pageFactory.logStatistics(); } catch (Exception e... | 49343 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49343/0a6f1a7ed1966843c7c810c7a2d2e089e0f7f5e8/PortletLayoutEngine.java/clean/src/org/gridsphere/layout/PortletLayoutEngine.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
12735,
2617,
17307,
12,
6313,
22747,
1133,
871,
13,
288,
3639,
613,
18,
4148,
2932,
267,
12735,
2617,
17307,
1435,
8863,
3639,
775,
288,
5411,
21305,
1964,
1363,
273,
11036,
1810... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12735,
2617,
17307,
12,
6313,
22747,
1133,
871,
13,
288,
3639,
613,
18,
4148,
2932,
267,
12735,
2617,
17307,
1435,
8863,
3639,
775,
288,
5411,
21305,
1964,
1363,
273,
11036,
1810... |
File file = new File(jarFilename); | protected boolean isSigned(String jarFilename) { final String SIG_START = "META-INF/"; final String SIG_END = ".SF"; File file = new File(jarFilename); if( !file.exists() ) { return false; } ZipFile jarFile = null; try { jarFile = new ZipFile(fi... | 506 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/506/3d047d54a23488140543b9613d658e11d985eb60/SignJar.java/clean/src/main/org/apache/tools/ant/taskdefs/SignJar.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1250,
353,
12294,
12,
780,
7334,
5359,
13,
288,
3639,
727,
514,
7004,
67,
7570,
273,
315,
19294,
17,
19212,
4898,
31,
3639,
727,
514,
7004,
67,
4415,
273,
3552,
22395,
14432,
9079,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1250,
353,
12294,
12,
780,
7334,
5359,
13,
288,
3639,
727,
514,
7004,
67,
7570,
273,
315,
19294,
17,
19212,
4898,
31,
3639,
727,
514,
7004,
67,
4415,
273,
3552,
22395,
14432,
9079,
... | |
ChildItemDef def = (ChildItemDef) iter.next(); if (def.definesNode() && def.isMandatory()) { defs.add(def); | List list = (List) iter.next(); Iterator iter1 = list.iterator(); while (iter1.hasNext()) { ChildItemDef def = (ChildItemDef) iter1.next(); if (def.definesNode() && def.isMandatory()) { defs.add(def); } | public ChildNodeDef[] getMandatoryNodeDefs() { // since mandatory items must have a name, // we're only searching the named item definitions ArrayList defs = new ArrayList(namedItemDefs.size()); Iterator iter = namedItemDefs.values().iterator(); while (iter.hasNext()) { ... | 48761 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48761/1e607d3c69997cc3942977a52b157fc6d5a5bbea/EffectiveNodeType.java/buggy/src/java/org/apache/jackrabbit/core/nodetype/EffectiveNodeType.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
7451,
907,
3262,
8526,
2108,
10018,
907,
14554,
1435,
288,
3639,
368,
3241,
11791,
1516,
1297,
1240,
279,
508,
16,
3639,
368,
732,
4565,
1338,
15300,
326,
4141,
761,
6377,
3639,
2407,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7451,
907,
3262,
8526,
2108,
10018,
907,
14554,
1435,
288,
3639,
368,
3241,
11791,
1516,
1297,
1240,
279,
508,
16,
3639,
368,
732,
4565,
1338,
15300,
326,
4141,
761,
6377,
3639,
2407,... |
sql = Support.substituteParameters(sql, parameters, tdsVersion); | sql = Support.substituteParameters(sql, parameters, connection); | private void executeSQL70(String sql, String procName, ParamInfo[] parameters, boolean noMetaData, boolean sendNow) throws IOException, SQLException { int prepareSql = connection.getPrep... | 2029 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2029/1dda6f28e2831a3f2fe28a1f1d7bc2f8cb331b8d/TdsCore.java/buggy/src/main/net/sourceforge/jtds/jdbc/TdsCore.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1836,
3997,
7301,
12,
780,
1847,
16,
17311,
514,
5418,
461,
16,
17311,
3014,
966,
8526,
1472,
16,
17311,
1250,
1158,
6998,
16,
17311,
1250,
1366,
8674,
13,
3639,
1216,
1860,
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,
377,
3238,
918,
1836,
3997,
7301,
12,
780,
1847,
16,
17311,
514,
5418,
461,
16,
17311,
3014,
966,
8526,
1472,
16,
17311,
1250,
1158,
6998,
16,
17311,
1250,
1366,
8674,
13,
3639,
1216,
1860,
16... |
/* If we can skip without leaving the buffer do that now */ if (n < (long)size) { size -= (int)n; pos += (int)n; return (n); | if (bufskip == n) { return n; | public long skip(long n) throws IOException { synchronized(lock) { /* If we can skip without leaving the buffer do that now */ if (n < (long)size) { size -= (int)n; pos += (int)n; return (n); } /* Otherwise empty the buffer and skip though the data stream */ long cnt = (long)size; n -= cnt; size = 0; pos ... | 45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/20eac1e984d17cad1c1a4b0811d4f1fc39c205ee/BufferedReader.java/buggy/libraries/javalib/java/io/BufferedReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
1525,
2488,
12,
5748,
290,
13,
1216,
1860,
288,
202,
22043,
12,
739,
13,
288,
202,
202,
20308,
971,
732,
848,
2488,
2887,
15086,
326,
1613,
741,
716,
2037,
1195,
202,
202,
430,
261,
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,
1071,
1525,
2488,
12,
5748,
290,
13,
1216,
1860,
288,
202,
22043,
12,
739,
13,
288,
202,
202,
20308,
971,
732,
848,
2488,
2887,
15086,
326,
1613,
741,
716,
2037,
1195,
202,
202,
430,
261,
82... |
catch( Exception e ) { return System.out; } | return log; | public static PrintStream getLogStream() { try { return new PrintStream( new FileOutputStream(getConfigDir() + FILE_LOG, true), true, "UTF-8"); // NOI18N } catch( Exception e ) { ... | 8797 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8797/2c9326c9d0385e5b558d1ed252548f3a7c353b72/StaticUtils.java/buggy/src/org/omegat/util/StaticUtils.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
21677,
9189,
1228,
1435,
565,
288,
3639,
775,
3639,
288,
5411,
327,
394,
21677,
12,
10792,
394,
12942,
12,
588,
809,
1621,
1435,
397,
7527,
67,
4842,
16,
638,
3631,
5397,
638,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
21677,
9189,
1228,
1435,
565,
288,
3639,
775,
3639,
288,
5411,
327,
394,
21677,
12,
10792,
394,
12942,
12,
588,
809,
1621,
1435,
397,
7527,
67,
4842,
16,
638,
3631,
5397,
638,
... |
public DiskDirPutFile(SimpleFieldSet subset, String identifier) throws MessageInvalidException { super(subset, identifier); | public DiskDirPutFile(SimpleFieldSet subset, String identifier, boolean global) throws MessageInvalidException { super(subset, identifier, global); | public DiskDirPutFile(SimpleFieldSet subset, String identifier) throws MessageInvalidException { super(subset, identifier); String s = subset.get("Filename"); if(s == null) throw new MessageInvalidException(ProtocolErrorMessage.MISSING_FIELD, "Missing field: Filename on "+name, identifier); file = new File(s); } | 52909 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52909/bbb3c23ec38ea1c7abb48040a17f5fc7932248bc/DiskDirPutFile.java/clean/src/freenet/node/fcp/DiskDirPutFile.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
12951,
1621,
6426,
812,
12,
5784,
974,
694,
7931,
16,
514,
2756,
13,
1216,
2350,
1941,
503,
288,
202,
202,
9565,
12,
15657,
16,
2756,
1769,
202,
202,
780,
272,
273,
7931,
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,
12951,
1621,
6426,
812,
12,
5784,
974,
694,
7931,
16,
514,
2756,
13,
1216,
2350,
1941,
503,
288,
202,
202,
9565,
12,
15657,
16,
2756,
1769,
202,
202,
780,
272,
273,
7931,
18,
... |
super(underlyingFile); this.initPBProject(); } | super(underlyingFile); this.initPBProject(); } | public PBDotProjectAdapter(IFile underlyingFile) { super(underlyingFile); this.initPBProject(); } | 46678 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46678/480be17e4be6381db443f5d04495da4d910c541f/PBDotProjectAdapter.java/clean/projects/wolips/plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/resources/internal/types/file/PBDotProjectAdapter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
20819,
10412,
4109,
4216,
12,
45,
812,
6808,
812,
13,
288,
565,
2240,
12,
9341,
6291,
812,
1769,
565,
333,
18,
2738,
20724,
4109,
5621,
225,
289,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
20819,
10412,
4109,
4216,
12,
45,
812,
6808,
812,
13,
288,
565,
2240,
12,
9341,
6291,
812,
1769,
565,
333,
18,
2738,
20724,
4109,
5621,
225,
289,
2,
-100,
-100,
-100,
-100,
-100,
... |
public static Object convert(String value, Class clazz) { | public static String convert(Object value) { | public static Object convert(String value, Class clazz) { String type = clazz.getName(); if ("java.lang.String".equals(type) || "String".equals(type)) { if (value == null) return ((String) null); else return (value); } else if ("jav... | 2722 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2722/1b218ce100370410ba7fc13b416e4f865afe2f6c/ConvertUtils.java/buggy/src/share/org/apache/struts/util/ConvertUtils.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
514,
1765,
12,
921,
460,
13,
288,
3639,
514,
618,
273,
4003,
18,
17994,
5621,
3639,
309,
7566,
6290,
18,
4936,
18,
780,
9654,
14963,
12,
723,
13,
747,
5411,
315,
780,
9654,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
514,
1765,
12,
921,
460,
13,
288,
3639,
514,
618,
273,
4003,
18,
17994,
5621,
3639,
309,
7566,
6290,
18,
4936,
18,
780,
9654,
14963,
12,
723,
13,
747,
5411,
315,
780,
9654,
... |
parentId = getEntryId( dn.getSuffix( 1 ).toString() ); | parentId = getEntryId( dn.getPrefix( 1 ).toString() ); | public void add( String updn, Name dn, Attributes entry ) throws NamingException { BigInteger id; BigInteger parentId = null; id = master.getNextId(); // // Suffix entry cannot have a parent since it is the root so it is // capped off using the zero value which no entry... | 17035 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17035/0fffa8d8a042d9c8b8ff8e16c029616e61c04b75/JdbmContextPartition.java/clean/core/src/main/java/org/apache/ldap/server/partition/impl/btree/jdbm/JdbmContextPartition.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
527,
12,
514,
2166,
82,
16,
1770,
8800,
16,
9055,
1241,
262,
1216,
26890,
565,
288,
3639,
10246,
612,
31,
3639,
10246,
11582,
273,
446,
31,
3639,
612,
273,
4171,
18,
588,
213... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
527,
12,
514,
2166,
82,
16,
1770,
8800,
16,
9055,
1241,
262,
1216,
26890,
565,
288,
3639,
10246,
612,
31,
3639,
10246,
11582,
273,
446,
31,
3639,
612,
273,
4171,
18,
588,
213... |
descriptor.saveProjectData(); migrateToCPathEntries(scannerInfo); | descriptor.saveProjectData(); migrateToCPathEntries(scannerInfo); } }, null); | public static void updateScannerInfo(MakeScannerInfo scannerInfo) throws CoreException { IProject project = scannerInfo.getProject(); ICDescriptor descriptor = CCorePlugin.getDefault().getCProjectDescription(project); Element rootElement = descriptor.getProjectData(CDESCRIPTOR_ID); // Clear out all current childre... | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/09a4ea370cd03cca08ddfea0239bc0263a36f158/MakeScannerProvider.java/buggy/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/core/MakeScannerProvider.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
918,
1089,
11338,
966,
12,
6464,
11338,
966,
7683,
966,
13,
1216,
30015,
288,
202,
202,
45,
4109,
1984,
273,
7683,
966,
18,
588,
4109,
5621,
202,
202,
2871,
3187,
4950,
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,
225,
202,
482,
760,
918,
1089,
11338,
966,
12,
6464,
11338,
966,
7683,
966,
13,
1216,
30015,
288,
202,
202,
45,
4109,
1984,
273,
7683,
966,
18,
588,
4109,
5621,
202,
202,
2871,
3187,
4950,
2... |
switch (delta.getFlags()) { case IResourceDelta.CONTENT: generator.shouldRunBuild(true); keepLooking = true; default: keepLooking = true; } | keepLooking = true; | public boolean visit(IResourceDelta delta) throws CoreException { // Should the visitor keep iterating in current directory boolean keepLooking = false; IResource resource = delta.getResource(); // What kind of resource change has occurred if (resource.getType() == IResource.FILE) { String ext = reso... | 6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/9fa37457aedc2c850545a313a52db269bac0777e/MakefileGenerator.java/buggy/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/MakefileGenerator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
1250,
3757,
12,
45,
1420,
9242,
3622,
13,
1216,
30015,
288,
1082,
202,
759,
9363,
326,
8000,
3455,
13099,
316,
783,
1867,
1875,
202,
6494,
3455,
9794,
310,
273,
629,
31,
1082,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1250,
3757,
12,
45,
1420,
9242,
3622,
13,
1216,
30015,
288,
1082,
202,
759,
9363,
326,
8000,
3455,
13099,
316,
783,
1867,
1875,
202,
6494,
3455,
9794,
310,
273,
629,
31,
1082,
... |
nSamples += targetLength - (nTargetPitchmarks-1)*avgPeriodLength; pitchmarks[nTargetPitchmarks-1] = nSamples; assert pitchmarks[nTargetPitchmarks-1] == targetLength; rightContextFrame = new Datagram(0, new byte[0]); | public AudioInputStream getAudio(List units) throws IOException { logger.debug("Getting audio for "+units.size()+" units"); int totalNSamples = 0; // First loop through all units: collect information and build up preparatory structures for (Iterator it = units.iterator();it.hasNe... | 18648 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/18648/8d8f1eecc7847dc3266f24e0dce529589aad9d2c/WaveOverlapUnitConcatenator.java/buggy/java/de/dfki/lt/mary/unitselection/WaveOverlapUnitConcatenator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
15045,
4348,
4506,
4484,
12,
682,
4971,
13,
1216,
1860,
565,
288,
3639,
1194,
18,
4148,
2932,
19213,
7447,
364,
13773,
7705,
18,
1467,
1435,
9078,
4971,
8863,
7734,
509,
2078,
3156,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
15045,
4348,
4506,
4484,
12,
682,
4971,
13,
1216,
1860,
565,
288,
3639,
1194,
18,
4148,
2932,
19213,
7447,
364,
13773,
7705,
18,
1467,
1435,
9078,
4971,
8863,
7734,
509,
2078,
3156,
... | |
if(params == null || params.length < 8) | if((params == null) || (params.length < 8)) | public SplitFileFetcher(Metadata metadata, GetCompletionCallback rcb, ClientGetter parent, FetcherContext newCtx, LinkedList decompressors, ClientMetadata clientMetadata, ArchiveContext actx, int recursionLevel, Bucket returnBucket, boolean dontTellParent) throws FetchException, MetadataParseException { this.fin... | 46731 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46731/ca136843ae9ecb30cadada58a33a5dc2cf8ad064/SplitFileFetcher.java/buggy/src/freenet/client/async/SplitFileFetcher.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
5385,
812,
16855,
12,
2277,
1982,
16,
968,
11238,
2428,
4519,
70,
16,
2445,
8461,
982,
16,
1082,
202,
16855,
1042,
394,
6442,
16,
10688,
16824,
1383,
16,
2445,
2277,
1004,
2277,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5385,
812,
16855,
12,
2277,
1982,
16,
968,
11238,
2428,
4519,
70,
16,
2445,
8461,
982,
16,
1082,
202,
16855,
1042,
394,
6442,
16,
10688,
16824,
1383,
16,
2445,
2277,
1004,
2277,... |
{ FormatInfo fi = FormatInfo.valueOf("45"); FormatInfo witness = new FormatInfo(); witness.setMin(45); assertEquals(witness, fi); } | { FormatInfo fi = FormatInfo.valueOf("45"); FormatInfo witness = new FormatInfo(); witness.setMin(45); assertEquals(witness, fi); } | public void testBasic() { { FormatInfo fi = FormatInfo.valueOf("45"); FormatInfo witness = new FormatInfo(); witness.setMin(45); assertEquals(witness, fi); } { FormatInfo fi = FormatInfo.valueOf("4.5"); FormatInfo witness = new FormatInfo(); witness.setMin(4); witness.setMax(5); assertEquals(witne... | 45789 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45789/db1e638eac0842539158df58ff0840001d2bb23d/FormatInfoTest.java/buggy/logback-core/src/test/java/ch/qos/logback/core/pattern/parser/FormatInfoTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
8252,
1435,
288,
202,
202,
95,
1082,
202,
1630,
966,
7314,
273,
4077,
966,
18,
1132,
951,
2932,
7950,
8863,
1082,
202,
1630,
966,
15628,
273,
394,
4077,
966,
5621,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
8252,
1435,
288,
202,
202,
95,
1082,
202,
1630,
966,
7314,
273,
4077,
966,
18,
1132,
951,
2932,
7950,
8863,
1082,
202,
1630,
966,
15628,
273,
394,
4077,
966,
5621,
... |
String str = "Version " + jEdit.getVersion(); | String str = "VERSION " + jEdit.getVersion(); | public synchronized void paint(Graphics g) { Dimension size = getSize(); if(offscreenImg == null) { offscreenImg = createImage(size.width,size.height); offscreenGfx = offscreenImg.getGraphics(); offscreenGfx.setFont(getFont()); } offscreenGfx.setColor(Color.gray); offscreenGfx.drawRect(0,0,size.width - 1,s... | 8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/3d8cf50505f5f097043429def0bb1694efb7f3d6/SplashScreen.java/clean/org/gjt/sp/jedit/gui/SplashScreen.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
3852,
918,
12574,
12,
17558,
314,
13,
202,
95,
202,
202,
8611,
963,
273,
9950,
5621,
202,
202,
430,
12,
3674,
9252,
12804,
422,
446,
13,
202,
202,
95,
1082,
202,
3674,
9252,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
3852,
918,
12574,
12,
17558,
314,
13,
202,
95,
202,
202,
8611,
963,
273,
9950,
5621,
202,
202,
430,
12,
3674,
9252,
12804,
422,
446,
13,
202,
202,
95,
1082,
202,
3674,
9252,
... |
Composite composite = new Composite( expressionArea, SWT.BORDER ); | Composite composite = new Composite( expressionArea, SWT.BORDER | SWT.LEFT_TO_RIGHT ); | private void createExpressionField( Composite parent ) { Composite expressionArea = new Composite( parent, SWT.NONE ); expressionArea.setLayout( new GridLayout( 2, false ) ); expressionArea.setLayoutData( new GridData( GridData.FILL_BOTH ) ); Composite composite = new Composite( expressionArea, SWT.BORDER ); comp... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/9919375241cd4aa989d714df256d697a372b363a/ExpressionBuilder.java/clean/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
752,
2300,
974,
12,
14728,
982,
262,
202,
95,
202,
202,
9400,
2652,
5484,
273,
394,
14728,
12,
982,
16,
348,
8588,
18,
9826,
11272,
202,
202,
8692,
5484,
18,
542,
3744,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
752,
2300,
974,
12,
14728,
982,
262,
202,
95,
202,
202,
9400,
2652,
5484,
273,
394,
14728,
12,
982,
16,
348,
8588,
18,
9826,
11272,
202,
202,
8692,
5484,
18,
542,
3744,
... |
return object.toString(); | return String.valueOf(object); | public Object toString(Object object) { try { return object.toString(); } catch (Throwable exception) { return throw_(exception); } } | 32355 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/32355/b04a4e1a21e423a7377be5d7878f4f6c0a920355/Evaluator.java/buggy/sources/scala/tools/scalai/Evaluator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1762,
12,
921,
733,
13,
288,
3639,
775,
288,
5411,
327,
514,
18,
1132,
951,
12,
1612,
1769,
3639,
289,
1044,
261,
15155,
1520,
13,
288,
5411,
327,
604,
67,
12,
4064,
1769,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1033,
1762,
12,
921,
733,
13,
288,
3639,
775,
288,
5411,
327,
514,
18,
1132,
951,
12,
1612,
1769,
3639,
289,
1044,
261,
15155,
1520,
13,
288,
5411,
327,
604,
67,
12,
4064,
1769,
... |
private Vector _buildOptions() { // The association that triggered the critic. Its just possible the // association is no longer there, in which case we return null MAssociation asc = _getTriggerAsc(); if( asc == null ) { return null; } // A vector in which to bu... | 7166 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7166/ca3bcb5d6dd283c4553bcbfe50b108dc5d499768/WizAssocComposite.java/clean/src_new/org/argouml/uml/cognitive/critics/WizAssocComposite.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3238,
5018,
67,
3510,
1320,
1435,
95,
759,
1986,
19358,
451,
1747,
2318,
329,
451,
557,
583,
335,
18,
45,
3428,
3732,
917,
6044,
80,
546,
73,
759,
19358,
291,
82,
355,
265,
693,
18664,
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,
3238,
5018,
67,
3510,
1320,
1435,
95,
759,
1986,
19358,
451,
1747,
2318,
329,
451,
557,
583,
335,
18,
45,
3428,
3732,
917,
6044,
80,
546,
73,
759,
19358,
291,
82,
355,
265,
693,
18664,
16,
... | ||
public boolean completedHandshake(long thisBootID, byte[] data, int offset, int length, BlockCipher encCipher, byte[] encKey, Peer replyTo, boolean unverified) { long now = System.currentTimeMillis(); arkFetcher.stop(); synchronized(this) { completedHandshake = true; handshakeCount = 0; ... | 48807 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48807/f18d01b1fb86ddf4053d90e1f337f99ccd2ec255/PeerNode.java/buggy/src/freenet/node/PeerNode.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
1250,
5951,
14545,
12,
5748,
333,
15817,
734,
16,
1160,
8526,
501,
16,
509,
1384,
16,
509,
769,
16,
3914,
13896,
2446,
13896,
16,
1160,
8526,
2446,
653,
16,
10669,
30934,
16,
1250,
640,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1250,
5951,
14545,
12,
5748,
333,
15817,
734,
16,
1160,
8526,
501,
16,
509,
1384,
16,
509,
769,
16,
3914,
13896,
2446,
13896,
16,
1160,
8526,
2446,
653,
16,
10669,
30934,
16,
1250,
640,
... | ||
status = 1; | return 1; | private static int runInterpreter(Reader reader, String filename) { Ruby runtime = Ruby.getDefaultInstance(); int status = 0; try { initializeRuntime(runtime, filename); Node parsedScript = getParsedScript(runtime, reader, filename); runtime.eval(parsedScript); ... | 45827 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45827/b23daaf392467ac2ccb6e6201c1cff058e788c40/Main.java/clean/src/org/jruby/Main.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
509,
1086,
30010,
12,
2514,
2949,
16,
514,
1544,
13,
288,
3639,
19817,
3099,
273,
19817,
18,
588,
1868,
1442,
5621,
3639,
509,
1267,
273,
374,
31,
3639,
775,
288,
5411,
4046,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
509,
1086,
30010,
12,
2514,
2949,
16,
514,
1544,
13,
288,
3639,
19817,
3099,
273,
19817,
18,
588,
1868,
1442,
5621,
3639,
509,
1267,
273,
374,
31,
3639,
775,
288,
5411,
4046,
... |
public boolean hasLastData() { | public synchronized boolean hasLastData() { | public boolean hasLastData() { return this.lastRequestData != null; } | 46035 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46035/a6a9cc01004d94d4bdefc0b76c0bdb1962187369/USKFetcher.java/buggy/src/freenet/client/async/USKFetcher.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
711,
3024,
751,
1435,
288,
202,
202,
2463,
333,
18,
2722,
17031,
480,
446,
31,
202,
97,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
711,
3024,
751,
1435,
288,
202,
202,
2463,
333,
18,
2722,
17031,
480,
446,
31,
202,
97,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
mdkey = ParserUtils.getCMDKeyForDelimitedFile(columnMD, columns); cmds = ParserUtils.getColumnMetaData(mdkey, columnMD); columnCount = cmds.size(); | String mdkey = ParserUtils.getCMDKeyForDelimitedFile(columnMD, columns); List cmds = ParserUtils.getColumnMetaData(mdkey, columnMD); int columnCount = cmds.size(); | private void doDelimitedFile(final InputStream dataSource, final String delimiter, final String qualifier, final boolean ignoreFirstRecord, final boolean createMDFromFile) throws Exception { if (dataSource == null) { throw new NullPointerException("dataSource is null"); } ... | 6117 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6117/5a6896006e49a5079d7d6e3ae50a27e4b849dea1/DataSet.java/clean/PZFileReader/src/main/java/net/sf/pzfilereader/DataSet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
741,
23531,
329,
812,
12,
6385,
5037,
10233,
16,
727,
514,
5654,
16,
727,
514,
12327,
16,
5411,
727,
1250,
2305,
3759,
2115,
16,
727,
1250,
752,
6188,
13087,
13,
1216,
1185,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
23531,
329,
812,
12,
6385,
5037,
10233,
16,
727,
514,
5654,
16,
727,
514,
12327,
16,
5411,
727,
1250,
2305,
3759,
2115,
16,
727,
1250,
752,
6188,
13087,
13,
1216,
1185,
... |
protected OutputStream getErrorStream(){ if(this.errorStream == null){ if (error != null) { try { setErrorStream(new PrintStream(new BufferedOutputStream(new FileOutputStream(error.getPath(), append)))); } ... | 17033 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/17033/90fb85a427491bc4c62605ba0564664096d5b38e/AbstractCvsTask.java/buggy/src/main/org/apache/tools/ant/taskdefs/AbstractCvsTask.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
8962,
7926,
1228,
1435,
95,
7734,
309,
12,
2211,
18,
1636,
1228,
422,
446,
15329,
13491,
309,
261,
1636,
480,
446,
13,
288,
27573,
775,
288,
10792,
9967,
1228,
12,
2704,
21677,
12,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
8962,
7926,
1228,
1435,
95,
7734,
309,
12,
2211,
18,
1636,
1228,
422,
446,
15329,
13491,
309,
261,
1636,
480,
446,
13,
288,
27573,
775,
288,
10792,
9967,
1228,
12,
2704,
21677,
12,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.