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 |
|---|---|---|---|---|---|---|
currentParent.replaceChild(current, newNode); | if (cachedPrev != null && cachedPrev.next == current) { currentParent.replaceChildAfter(cachedPrev, newNode); } else { currentParent.replaceChild(current, newNode); } | public void replaceCurrent(Node newNode) { currentParent.replaceChild(current, newNode); current = newNode; } | 7555 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7555/b22c4d0d63ddd004aefe5e82089b9d891d86d890/PreorderNodeIterator.java/buggy/js/rhino/src/org/mozilla/javascript/PreorderNodeIterator.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1453,
3935,
12,
907,
10942,
13,
288,
3639,
309,
261,
7097,
9958,
480,
446,
597,
3472,
9958,
18,
4285,
422,
783,
13,
288,
282,
783,
3054,
18,
2079,
1763,
4436,
12,
7097,
9958,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1453,
3935,
12,
907,
10942,
13,
288,
3639,
309,
261,
7097,
9958,
480,
446,
597,
3472,
9958,
18,
4285,
422,
783,
13,
288,
282,
783,
3054,
18,
2079,
1763,
4436,
12,
7097,
9958,... |
for (int i= 0; i < fExistingFolders.length; i++) { if (folder.equals(fExistingFolders[i])) { return true; } } return false; | return fExistingFolders.contains(folder); | private boolean isExisting(IContainer folder) { for (int i= 0; i < fExistingFolders.length; i++) { if (folder.equals(fExistingFolders[i])) { return true; } } return false; } | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/5742481ec77abc4fe6ad91fd077cd5a3f395222b/NewSourceFolderDialog.java/buggy/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/NewSourceFolderDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
1250,
353,
9895,
12,
45,
2170,
3009,
13,
288,
202,
202,
1884,
261,
474,
277,
33,
374,
31,
277,
411,
284,
9895,
14885,
18,
2469,
31,
277,
27245,
288,
1082,
202,
430,
261,
56... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
1250,
353,
9895,
12,
45,
2170,
3009,
13,
288,
202,
202,
1884,
261,
474,
277,
33,
374,
31,
277,
411,
284,
9895,
14885,
18,
2469,
31,
277,
27245,
288,
1082,
202,
430,
261,
56... |
expression(scope); | expressions.add(expression(scope)); | protected IASTExpression newExpression( IASTScope scope ) throws Backtrack { if (LT(1) == IToken.tCOLONCOLON) { // global scope consume(); } consume(IToken.t_new); boolean typeIdInParen = false; boolean placementParseFailure = true; IToken be... | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/a55df357e1021be93d6c72bccedd570106130b83/Parser.java/clean/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/Parser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
467,
9053,
2300,
394,
2300,
12,
467,
9053,
3876,
2146,
262,
1216,
4297,
4101,
565,
288,
3639,
309,
261,
12050,
12,
21,
13,
422,
467,
1345,
18,
88,
4935,
673,
4935,
673,
13,
3639,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
467,
9053,
2300,
394,
2300,
12,
467,
9053,
3876,
2146,
262,
1216,
4297,
4101,
565,
288,
3639,
309,
261,
12050,
12,
21,
13,
422,
467,
1345,
18,
88,
4935,
673,
4935,
673,
13,
3639,
... |
Constraint c = (MaxSizeConstraint)this.appliedConstraints.get( MAX_SIZE_CONSTRAINT ); if( c != null) { c.setParameter( new Integer(mazSize)); } else { c = new MaxSizeConstraint(); c.setOwningClass(this.owningClass); c.setPropertyName(this.propertyName); c.setParameter(new Integer(mazSize)); this.appliedConstraints.put(... | Constraint c = (MaxSizeConstraint)this.appliedConstraints.get( MAX_SIZE_CONSTRAINT ); if( c != null) { c.setParameter( new Integer(mazSize)); } else { c = new MaxSizeConstraint(); c.setOwningClass(this.owningClass); c.setPropertyName(this.propertyName); c.setParameter(new Integer(mazSize)); this.appliedConstraints.put(... | public void setMaxSize(int mazSize) { Constraint c = (MaxSizeConstraint)this.appliedConstraints.get( MAX_SIZE_CONSTRAINT ); if( c != null) { c.setParameter( new Integer(mazSize)); } else { c = new MaxSizeConstraint(); c.setOwningClass(this.owningClass); c.setPropertyName(this.propertyName); c.setParamete... | 52280 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52280/975905c7e8c55e5fe91c94dc583c4269318ca341/ConstrainedProperty.java/buggy/src/commons/org/codehaus/groovy/grails/validation/ConstrainedProperty.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
10851,
1225,
12,
474,
312,
1561,
1225,
13,
288,
202,
202,
5806,
276,
273,
261,
21485,
5806,
13,
2211,
18,
438,
3110,
4878,
18,
588,
12,
4552,
67,
4574,
67,
15199,
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,
1,
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,
10851,
1225,
12,
474,
312,
1561,
1225,
13,
288,
202,
202,
5806,
276,
273,
261,
21485,
5806,
13,
2211,
18,
438,
3110,
4878,
18,
588,
12,
4552,
67,
4574,
67,
15199,
11272,
... |
mWallList.setModel(mWallListModel); mWallList.setCellRenderer(new PlaneRenderer()); mWallList.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); mWallList.addListSelectionListener(new ListSelectionListener() { public void valueChanged(ListSelectionEvent e) { if (e.getValueIsAdjusting() == false) { if (mWallList.get... | mWallEditorPanel.setConfig(mConfigContext, mCaveModel); | public void setConfig(ConfigContext ctx) { mConfigContext = ctx; try { jbInit(); } catch (Exception ex) { ex.printStackTrace(); } mCaveModel = new CaveModel(mConfigContext); mWallListModel = new WallListModel(mCaveModel); mCaveModel.addCaveModelList... | 7933 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7933/8e7223f00fa843d16a88eae87b4e6b611d771749/CaveEditorPanel.java/buggy/modules/vrjuggler/vrjconfig/customeditors/cave/org/vrjuggler/vrjconfig/customeditors/cave/CaveEditorPanel.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
918,
15517,
12,
809,
1042,
1103,
13,
282,
288,
1377,
312,
809,
1042,
273,
1103,
31,
1377,
775,
1377,
288,
540,
20515,
2570,
5621,
1377,
289,
1377,
1044,
261,
503,
431,
13,
1377,
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,
565,
1071,
918,
15517,
12,
809,
1042,
1103,
13,
282,
288,
1377,
312,
809,
1042,
273,
1103,
31,
1377,
775,
1377,
288,
540,
20515,
2570,
5621,
1377,
289,
1377,
1044,
261,
503,
431,
13,
1377,
2... |
if(LOG.isTraceEnabled()) { LOG.trace("[DynamicMethods] Dynamic method matched, marking and invoking"); | if(LOG.isDebugEnabled()) { LOG.debug("[DynamicMethods] Dynamic method ["+methodName+"] matched, attempting to invoke."); | public Object invokeMethod(Object object, String methodName, Object[] arguments, InvocationCallback callback) { if(LOG.isTraceEnabled()) { LOG.trace("[DynamicMethods] Attempting invocation of dynamic method ["+methodName+"] on target ["+object+"] with arguments ["+ArrayUtils.toString( arguments )+"]"); } fo... | 28089 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/28089/19fd3a2d78bdfd2993d82b610221e3802ffcaf52/AbstractDynamicMethods.java/buggy/src/commons/org/codehaus/groovy/grails/commons/metaclass/AbstractDynamicMethods.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1033,
27632,
12,
921,
733,
16,
514,
4918,
16,
202,
202,
921,
8526,
1775,
16,
11298,
2428,
1348,
13,
288,
202,
202,
430,
12,
4842,
18,
291,
3448,
1526,
10756,
288,
1082,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1033,
27632,
12,
921,
733,
16,
514,
4918,
16,
202,
202,
921,
8526,
1775,
16,
11298,
2428,
1348,
13,
288,
202,
202,
430,
12,
4842,
18,
291,
3448,
1526,
10756,
288,
1082,
202,
... |
public void log(String message) { if (isInfoEnabled()) { myLog.log(createStatus(IStatus.INFO, message, null)); | public void log(String message, byte[] data) { if (isFineEnabled()) { myLog.log(createStatus(IStatus.INFO, message + " : " + new String(data), null)); | public void log(String message) { if (isInfoEnabled()) { myLog.log(createStatus(IStatus.INFO, message, null)); } } | 5695 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5695/3923f5416342d8fbfe28509bee38b5bd27c711aa/JavaSVNLogger.java/clean/javasvn-eclipse/org.tmatesoft.javasvn/src/org/tmatesoft/svn/core/JavaSVNLogger.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
613,
12,
780,
883,
13,
288,
3639,
309,
261,
291,
966,
1526,
10756,
288,
5411,
3399,
1343,
18,
1330,
12,
2640,
1482,
12,
45,
1482,
18,
5923,
16,
883,
16,
446,
10019,
3639,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
613,
12,
780,
883,
13,
288,
3639,
309,
261,
291,
966,
1526,
10756,
288,
5411,
3399,
1343,
18,
1330,
12,
2640,
1482,
12,
45,
1482,
18,
5923,
16,
883,
16,
446,
10019,
3639,
2... |
protected JComponent buildComponent(Element current) { JComponent item = null; String tag = current.getTagName(); if (tag.equals(input_tag)) { // input tag item = buildInput(current); } else if (tag.equals(label_tag)) { item = buildLabel(current); } else if (tag.equals(panel_tag)) { ... | 11366 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11366/3cd6e9d81112e3ab17a910eaef36b9e56b2a8b6a/XMLPageBuilder.java/clean/grendel/sources/grendel/ui/XMLPageBuilder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
29058,
1361,
1841,
12,
1046,
783,
13,
288,
565,
29058,
761,
273,
446,
31,
565,
514,
1047,
273,
783,
18,
588,
8520,
5621,
3639,
309,
261,
2692,
18,
14963,
12,
2630,
67,
2692,
3719,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
4750,
29058,
1361,
1841,
12,
1046,
783,
13,
288,
565,
29058,
761,
273,
446,
31,
565,
514,
1047,
273,
783,
18,
588,
8520,
5621,
3639,
309,
261,
2692,
18,
14963,
12,
2630,
67,
2692,
3719,... | ||
aimingMode = AIM_MODE_NONE; | aimingMode = IAimingModes.AIM_MODE_NONE; | public void setAimingMode() { boolean allowAim; allowAim = ((target != null) && ce().hasAimModeTargComp() && target instanceof Mech); if (allowAim) { if (lockedLocation) { allowAim = ((Entity)target).equals((Entity)lockedTarget); if (allowAim) { aimingMode = ... | 4135 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4135/81178c9c5b252fad62e2c734c3ac3706d253dc2b/FiringDisplay.java/clean/megamek/src/megamek/client/ui/AWT/FiringDisplay.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
444,
37,
381,
19154,
1435,
288,
1377,
1250,
1699,
37,
381,
31,
5411,
1699,
37,
381,
273,
14015,
3299,
480,
446,
13,
597,
5898,
7675,
5332,
37,
381,
2309,
56,
3175,
2945,
1435... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
37,
381,
19154,
1435,
288,
1377,
1250,
1699,
37,
381,
31,
5411,
1699,
37,
381,
273,
14015,
3299,
480,
446,
13,
597,
5898,
7675,
5332,
37,
381,
2309,
56,
3175,
2945,
1435... |
OptLocalVariable lVar = (OptLocalVariable) vars.get(i); | OptLocalVariable lVar = (OptLocalVariable) vars.getVariable(i); | public String generateCode(Node tree, Vector names, Vector classFiles, ClassNameHelper nameHelper) { this.itsNameHelper = (OptClassNameHelper) nameHelper; this.namesVector = names; this.classFilesVector = classFiles; Context cx = Context.getCurrentContex... | 47345 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47345/3eb542db2c80d7521ea272c802d999a32072bfb6/Codegen.java/buggy/src/org/mozilla/javascript/optimizer/Codegen.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
2103,
1085,
12,
907,
2151,
16,
5589,
1257,
16,
5589,
667,
2697,
16,
1171,
9079,
19811,
2276,
508,
2276,
13,
377,
288,
3639,
333,
18,
1282,
461,
2276,
273,
261,
6179,
3834,
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,
514,
2103,
1085,
12,
907,
2151,
16,
5589,
1257,
16,
5589,
667,
2697,
16,
1171,
9079,
19811,
2276,
508,
2276,
13,
377,
288,
3639,
333,
18,
1282,
461,
2276,
273,
261,
6179,
3834,
22... |
this.serviceprovider = builder; this.oContext = oContext; | this.wizardContext = wizardContext; | public DataDefinitionSelector( Chart chart, int axisIndex, EList seriesDefns, IUIServiceProvider builder, Object oContext, String sTitle, ISelectDataCustomizeUI selectDataUI ) { this.chart = chart; this.seriesDefns = seriesDefns; this.serviceprovider = builder; this.oContext = oContext; this.sTitle = sTitle; ... | 5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/28738ea1377c73d595430451bea56e1444db4233/DataDefinitionSelector.java/clean/chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/DataDefinitionSelector.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1910,
1852,
4320,
12,
14804,
4980,
16,
509,
2654,
1016,
16,
1082,
202,
41,
682,
4166,
3262,
2387,
16,
467,
5370,
16300,
2089,
16,
1033,
320,
1042,
16,
1082,
202,
780,
272,
424... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1910,
1852,
4320,
12,
14804,
4980,
16,
509,
2654,
1016,
16,
1082,
202,
41,
682,
4166,
3262,
2387,
16,
467,
5370,
16300,
2089,
16,
1033,
320,
1042,
16,
1082,
202,
780,
272,
424... |
testUser = this.userManagerService.getUser("test"); | testUser = this.userManagerService.getUserByLoginName("test"); | private User createTestUser(User rootUser) { _log.info("- create test user"); User testUser = null; AccountRequest req1 = userManagerService.createAccountRequest(); req1.setUserID("test"); req1.setGivenName("Test"); req1.setPasswordValidation(false); try { ... | 49343 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49343/ba1a4c86f548a664c7b92c366d62c1217d5c4c36/CredentialManagerServiceTest.java/clean/tests/org/gridlab/gridsphere/services/security/credential/CredentialManagerServiceTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
2177,
752,
4709,
1299,
12,
1299,
1365,
1299,
13,
288,
3639,
389,
1330,
18,
1376,
2932,
17,
752,
1842,
729,
8863,
3639,
2177,
1842,
1299,
273,
446,
31,
3639,
6590,
691,
1111,
21,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
2177,
752,
4709,
1299,
12,
1299,
1365,
1299,
13,
288,
3639,
389,
1330,
18,
1376,
2932,
17,
752,
1842,
729,
8863,
3639,
2177,
1842,
1299,
273,
446,
31,
3639,
6590,
691,
1111,
21,
2... |
if (extension.equalsIgnoreCase((String) it.next())) return true; | if (extension.equalsIgnoreCase((String) it.next())) { return true; } | protected boolean hasExportableExtension(String resourceName) { if (selectedTypes == null) // ie.- all extensions are acceptable return true; int separatorIndex = resourceName.lastIndexOf("."); //$NON-NLS-1$ if (separatorIndex == -1) return false; String extension =... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/e38d295ea613cf9f08aadb93a84a33d2e91abc5f/WizardExportResourcesPage.java/buggy/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardExportResourcesPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1250,
711,
6144,
429,
3625,
12,
780,
9546,
13,
288,
3639,
309,
261,
8109,
2016,
422,
446,
13,
368,
9228,
18,
17,
777,
4418,
854,
14206,
5411,
327,
638,
31,
3639,
509,
4182,
1016,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
711,
6144,
429,
3625,
12,
780,
9546,
13,
288,
3639,
309,
261,
8109,
2016,
422,
446,
13,
368,
9228,
18,
17,
777,
4418,
854,
14206,
5411,
327,
638,
31,
3639,
509,
4182,
1016,
... |
temp = temp << 1; | temp = Helper.shortify(temp << 1); | public void work() { for (int i = 0; i < mLARc.length; i++) { mLARc[i] = input.popInt(); //fix inputs!! } for (int i = 0; i < mdrp.length; i++) { mdrp[i] = input.popInt(); } //Decoding of the coded Log-Area ratios: for (int i = 0; i < 8; i++) { int temp1 = (mLARc[i] + MIC[i]) << 10; int temp2... | 47772 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47772/c5e91a6ec8a5659d8447a6e75ef238c33b98716a/StGsmDecoder.java/buggy/streams/apps/benchmarks/gsm/streamit/StGsmDecoder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1440,
1435,
377,
288,
202,
1884,
261,
474,
277,
273,
374,
31,
277,
411,
312,
48,
985,
71,
18,
2469,
31,
277,
27245,
202,
95,
202,
565,
312,
48,
985,
71,
63,
77,
65,
273,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1440,
1435,
377,
288,
202,
1884,
261,
474,
277,
273,
374,
31,
277,
411,
312,
48,
985,
71,
18,
2469,
31,
277,
27245,
202,
95,
202,
565,
312,
48,
985,
71,
63,
77,
65,
273,
... |
requestor.exitTemplateSpecialization(this); | try { requestor.exitTemplateSpecialization(this); } catch (Exception e) { /* do nothing */ } | public void exitScope(ISourceElementRequestor requestor) { requestor.exitTemplateSpecialization(this); } | 54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/e95da4dadebf96c72bbb248f97571b58e92fb39c/ASTTemplateSpecialization.java/buggy/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTTemplateSpecialization.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2427,
3876,
12,
45,
1830,
1046,
691,
280,
590,
280,
13,
565,
288,
377,
202,
698,
288,
590,
280,
18,
8593,
2283,
12193,
1588,
12,
2211,
1769,
289,
1044,
261,
503,
425,
13,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
2427,
3876,
12,
45,
1830,
1046,
691,
280,
590,
280,
13,
565,
288,
377,
202,
698,
288,
590,
280,
18,
8593,
2283,
12193,
1588,
12,
2211,
1769,
289,
1044,
261,
503,
425,
13,
2... |
colSize = comm.getTdsInt(); | bufLength = comm.getTdsInt(); | private PacketResult processTds7Result() throws java.io.IOException, com.internetcds.jdbc.tds.TdsException { int numColumns = comm.getTdsShort(); Columns columns = new Columns(); for (int colNum = 1; colNum <= numColumns; ++colNum) { /* * The freetds C code... | 439 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/439/229c27f6dd0fd2d463a61e36f665bdf86e79869c/Tds.java/clean/trunk/jtds/src.old/main/com/internetcds/jdbc/tds/Tds.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
11114,
1253,
1207,
56,
2377,
27,
1253,
1435,
2398,
1216,
2252,
18,
1594,
18,
14106,
16,
532,
18,
267,
798,
14175,
2377,
18,
24687,
18,
88,
2377,
18,
56,
2377,
503,
565,
288,
3639,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
11114,
1253,
1207,
56,
2377,
27,
1253,
1435,
2398,
1216,
2252,
18,
1594,
18,
14106,
16,
532,
18,
267,
798,
14175,
2377,
18,
24687,
18,
88,
2377,
18,
56,
2377,
503,
565,
288,
3639,... |
public NotificationChain basicSetLineAttributes( LineAttributes newLineAttributes, NotificationChain msgs ) | public NotificationChain basicSetLineAttributes(LineAttributes newLineAttributes, NotificationChain msgs) | public NotificationChain basicSetLineAttributes( LineAttributes newLineAttributes, NotificationChain msgs ) { LineAttributes oldLineAttributes = lineAttributes; lineAttributes = newLineAttributes; if ( eNotificationRequired( ) ) { ENotificationImpl notification = new ENotificationImpl( this, Notification.S... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/bdab78403751f288b76844a99f50b999c34fb491/StockSeriesImpl.java/clean/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/StockSeriesImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
27050,
5337,
694,
1670,
2498,
12,
1082,
202,
1670,
2498,
8093,
2498,
16,
27050,
8733,
262,
202,
95,
202,
202,
1670,
2498,
1592,
1670,
2498,
273,
980,
2498,
31,
202,
202,
1369,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
27050,
5337,
694,
1670,
2498,
12,
1082,
202,
1670,
2498,
8093,
2498,
16,
27050,
8733,
262,
202,
95,
202,
202,
1670,
2498,
1592,
1670,
2498,
273,
980,
2498,
31,
202,
202,
1369,
... |
"D", 1, "-D")); | "T", 1, "-T")); | public Enumeration listOptions() { Vector newVector = new Vector(5); newVector. addElement(new Option("\tSet minimum number of instances per leaf " + "(default 2).", "M", 1, "-M <minimum number of instances>")); newVector. addElement(new Option("\tSet minimum numeric class variance ... | 4179 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4179/cc8d07dd1a9648024a1404143757d275da6ecbbd/REPTree.java/clean/trunk/weka/classifiers/trees/REPTree.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
13864,
666,
1320,
1435,
288,
3639,
5589,
394,
5018,
273,
394,
5589,
12,
25,
1769,
565,
394,
5018,
18,
1377,
9335,
12,
2704,
2698,
31458,
88,
694,
5224,
1300,
434,
3884,
1534,
7839,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
13864,
666,
1320,
1435,
288,
3639,
5589,
394,
5018,
273,
394,
5589,
12,
25,
1769,
565,
394,
5018,
18,
1377,
9335,
12,
2704,
2698,
31458,
88,
694,
5224,
1300,
434,
3884,
1534,
7839,
... |
nsReg.registerNamespace(prefix, uri); | nsReg.registerNamespace(prefix, propNamespace.getURI()); | private String getJcrName(DavPropertyName propName) throws RepositoryException { // remove any encoding necessary for xml compliance String pName = ISO9075.decode(propName.getName()); String uri = propName.getNamespace().getURI(); if (uri != null && !"".equals(uri)) { Session ... | 49304 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49304/5294e695e5441ce6c091a745ce16ad62796ff55b/DavResourceImpl.java/clean/jcr-server/server/src/java/org/apache/jackrabbit/webdav/simple/DavResourceImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
514,
9285,
3353,
461,
12,
40,
842,
13073,
9994,
13,
1216,
13367,
288,
3639,
368,
1206,
1281,
2688,
4573,
364,
2025,
29443,
3639,
514,
30026,
273,
9351,
9349,
5877,
18,
3922,
12,
598... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
514,
9285,
3353,
461,
12,
40,
842,
13073,
9994,
13,
1216,
13367,
288,
3639,
368,
1206,
1281,
2688,
4573,
364,
2025,
29443,
3639,
514,
30026,
273,
9351,
9349,
5877,
18,
3922,
12,
598... |
String contentModel = contentSpec.toString(); | String contentModel = XMLContentSpec.toString(contentSpecProvider, fStringPool, contentSpecIndex); | public void elementDecl(QName elementDecl, XMLContentSpec contentSpec) throws Exception { if (fDeclHandler != null || DEBUG_CALLBACKS) { // strings String name = fStringPool.toString(elementDecl.rawname); String contentModel = contentSpec.toString(); // perform cal... | 6373 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6373/e466181cfd23f6b12138ae3c6683d0795d10e354/SAXParser.java/clean/src/org/apache/xerces/parsers/SAXParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
930,
3456,
12,
13688,
930,
3456,
16,
3167,
1350,
1990,
29617,
13,
1216,
1185,
288,
3639,
309,
261,
74,
3456,
1503,
480,
446,
747,
6369,
67,
30312,
55,
13,
288,
5411,
368,
206... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
930,
3456,
12,
13688,
930,
3456,
16,
3167,
1350,
1990,
29617,
13,
1216,
1185,
288,
3639,
309,
261,
74,
3456,
1503,
480,
446,
747,
6369,
67,
30312,
55,
13,
288,
5411,
368,
206... |
match(input,21,FOLLOW_21_in_lhs_unary2515); following.push(FOLLOW_lhs_in_lhs_unary2519); | match(input,21,FOLLOW_21_in_lhs_unary2519); following.push(FOLLOW_lhs_in_lhs_unary2523); | public PatternDescr lhs_unary() throws RecognitionException { PatternDescr d; PatternDescr u = null; d = null; try { // C:\Projects\jboss-rules-new\drools-compiler\src\main\resources\org\drools\lang\drl.g:905:17: ( (u= lhs_exist | u= lhs_not | u= lhs_eval... | 5490 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5490/7f81b86a0f548bd02b09afc74b46454cdf158154/RuleParser.java/buggy/drools-compiler/src/main/java/org/drools/lang/RuleParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
6830,
16198,
8499,
67,
318,
814,
1435,
1216,
9539,
288,
6647,
6830,
16198,
302,
31,
3639,
6830,
16198,
582,
273,
446,
31,
1171,
202,
202,
72,
273,
446,
31,
540,
202,
3639,
775,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
6830,
16198,
8499,
67,
318,
814,
1435,
1216,
9539,
288,
6647,
6830,
16198,
302,
31,
3639,
6830,
16198,
582,
273,
446,
31,
1171,
202,
202,
72,
273,
446,
31,
540,
202,
3639,
775,
28... |
IdentifiableObject object = (IdentifiableObject) super.getPropertyValue(source); | Object obj = super.getPropertyValue(source); IdentifiableObject object = null; try { object = (IdentifiableObject)obj; } catch(ClassCastException cce) { throw new Exception("Class " + obj.getClass().getName() + " is not derived from IdentifiableObject", cce); } | public Object getPropertyValue(Object source) throws Exception { IdentifiableObject object = (IdentifiableObject) super.getPropertyValue(source); if (object != null) { return object.getId().getValue(); } return null; } | 48996 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48996/7cbe0333ae027073b08fcdc4e3a65001653842f3/IdentifiableObjectPropertyAccess.java/buggy/warehouse/api-impl/src/java/org/theospi/portfolio/warehouse/impl/IdentifiableObjectPropertyAccess.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
1033,
21694,
12,
921,
1084,
13,
1216,
1185,
288,
1377,
1033,
1081,
273,
2240,
18,
588,
16107,
12,
3168,
1769,
13128,
8424,
921,
733,
273,
446,
31,
775,
288,
733,
273,
261,
6106,
8... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
1071,
1033,
21694,
12,
921,
1084,
13,
1216,
1185,
288,
1377,
1033,
1081,
273,
2240,
18,
588,
16107,
12,
3168,
1769,
13128,
8424,
921,
733,
273,
446,
31,
775,
288,
733,
273,
261,
6106,
8... |
if (e==null) | if (e == null) | public String getElementAttributByXPath(String xpath, String attribut) { HtmlElement e = getElementByXPath(xpath); if (e==null) return null; return e.getAttributeValue(attribut); } | 5239 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5239/bacc8e5d848c6d7c37f28e8aef0dc99784eda336/HtmlUnitDialog.java/clean/jwebunit-htmlunit-plugin/src/main/java/net/sourceforge/jwebunit/htmlunit/HtmlUnitDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
7426,
12399,
322,
858,
14124,
12,
780,
6748,
16,
514,
5885,
322,
13,
288,
3639,
5430,
1046,
425,
273,
7426,
858,
14124,
12,
18644,
1769,
3639,
309,
261,
73,
422,
446,
13,
541... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
7426,
12399,
322,
858,
14124,
12,
780,
6748,
16,
514,
5885,
322,
13,
288,
3639,
5430,
1046,
425,
273,
7426,
858,
14124,
12,
18644,
1769,
3639,
309,
261,
73,
422,
446,
13,
541... |
boolean setPassword = Authenticate.getSiteAuth().allowSetPassword( | boolean setPassword = AuthenticationManager.allowSetPassword( | private void processPersonalInfo(Context context, HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException, SQLException, AuthorizeException { // Get the token String token = request.getParameter("token"); // Get the emai... | 49711 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49711/ed0b7a874baa6ea64f0ef03c065253ff1b71de12/RegisterServlet.java/clean/dspace/src/org/dspace/app/webui/servlet/RegisterServlet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1207,
8346,
287,
966,
12,
1042,
819,
16,
5411,
9984,
590,
16,
12446,
766,
13,
5411,
1216,
16517,
16,
1860,
16,
6483,
16,
5411,
23859,
503,
565,
288,
3639,
368,
968,
326,
1147... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
1207,
8346,
287,
966,
12,
1042,
819,
16,
5411,
9984,
590,
16,
12446,
766,
13,
5411,
1216,
16517,
16,
1860,
16,
6483,
16,
5411,
23859,
503,
565,
288,
3639,
368,
968,
326,
1147... |
cb.onEncode(block.getClientKey(), this); | if(!dontSendEncoded) cb.onEncode(block.getClientKey(), this); | protected synchronized ClientKeyBlock encode() throws InserterException { if(refToClientKeyBlock != null) { ClientKeyBlock block = (ClientKeyBlock) refToClientKeyBlock.get(); if(block != null) return block; } ClientKeyBlock block = innerEncode(); refToClientKeyBlock = new WeakReference(block); resultingURI... | 56348 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56348/12ed16eae26eb2bb0d54859f50f5c030d5c8354f/SingleBlockInserter.java/buggy/src/freenet/client/async/SingleBlockInserter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
3852,
2445,
653,
1768,
2017,
1435,
1216,
657,
550,
387,
503,
288,
202,
202,
430,
12,
1734,
774,
1227,
653,
1768,
480,
446,
13,
288,
1082,
202,
1227,
653,
1768,
1203,
273,
261... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
3852,
2445,
653,
1768,
2017,
1435,
1216,
657,
550,
387,
503,
288,
202,
202,
430,
12,
1734,
774,
1227,
653,
1768,
480,
446,
13,
288,
1082,
202,
1227,
653,
1768,
1203,
273,
261... |
JPanel j = new JPanel(); | JPanel j = new JPanel(); | public Component getRep(String format) { // put together a new panel in scroll pane JPanel j = new JPanel(); GridBagLayout g = new GridBagLayout(); GridBagConstraints cs = new GridBagConstraints(); j.setLayout(g); for (int i=0; i<nValues; i++) { cs.gridy = 0; cs.gridx = i; CvValue cv = (CvValue)_... | 213 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/213/4f9cb306d33727f0798702eae371e1668dfeb564/SpeedTableVarValue.java/clean/jmri/jmrit/symbolicprog/SpeedTableVarValue.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
5435,
5561,
84,
12,
780,
740,
13,
225,
288,
202,
202,
759,
1378,
9475,
279,
394,
6594,
316,
5532,
13618,
202,
202,
46,
5537,
525,
273,
394,
24048,
5621,
202,
202,
6313,
5013,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5435,
5561,
84,
12,
780,
740,
13,
225,
288,
202,
202,
759,
1378,
9475,
279,
394,
6594,
316,
5532,
13618,
202,
202,
46,
5537,
525,
273,
394,
24048,
5621,
202,
202,
6313,
5013,
... |
{ int index = uri.indexOf (':'); | { int index = uri.indexOf(':'); | private void declarePrefix (String prefix, String uri) throws SAXException { int index = uri.indexOf (':'); // many versions of nwalsh docbook stylesheets // have bogus URLs; so this can't be an error... if (index < 1 && uri.length () != 0) warn ("relative URI for namespace: " + uri); // FIXME: char [0]... | 45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/0820da75b03035b7198673adb4bd8108184d0cd8/SAXDriver.java/clean/libraries/javalib/gnu/xml/aelfred2/SAXDriver.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
14196,
2244,
261,
780,
1633,
16,
514,
2003,
13,
565,
1216,
14366,
565,
288,
202,
474,
770,
273,
2003,
18,
31806,
7707,
2497,
1769,
202,
759,
4906,
5244,
434,
14376,
287,
674,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
14196,
2244,
261,
780,
1633,
16,
514,
2003,
13,
565,
1216,
14366,
565,
288,
202,
474,
770,
273,
2003,
18,
31806,
7707,
2497,
1769,
202,
759,
4906,
5244,
434,
14376,
287,
674,
... |
public void treeNodesInserted(TreeModelEvent value0) throws NotImplementedException | public void treeNodesInserted(TreeModelEvent event) | public void treeNodesInserted(TreeModelEvent value0) throws NotImplementedException { // TODO } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/354ad8e724c65b6b6984f632455ce4b17f1fb1d0/VariableHeightLayoutCache.java/buggy/core/src/classpath/javax/javax/swing/tree/VariableHeightLayoutCache.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
2151,
3205,
27329,
12,
2471,
1488,
1133,
460,
20,
13,
377,
1216,
10051,
503,
225,
288,
202,
202,
759,
2660,
225,
289,
225,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
2151,
3205,
27329,
12,
2471,
1488,
1133,
460,
20,
13,
377,
1216,
10051,
503,
225,
288,
202,
202,
759,
2660,
225,
289,
225,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
preHandle = new LibraryElementsToolHandleExtends( (DesignElementHandle) getSingleTransferData( template ) ); | Object dragObj = getSingleTransferData( template ); if ( dragObj instanceof EmbeddedImageHandle ) { DNDUtil.copyHandles( dragObj, getTargetEditPart( ).getModel( ) ); isEmbeddImage = true; preHandle = new ImageToolExtends( ); } else preHandle = new LibraryElementsToolHandleExtends( (DesignElementHandle) dragObj ); } e... | protected void handleDrop( ) { final Object template = TemplateTransfer.getInstance( ).getTemplate( ); Assert.isNotNull( template ); Assert.isTrue( handleValidateDrag( template ) ); updateTargetRequest( ); updateTargetEditPart( ); AbstractToolHandleExtends preHandle = null; String transName = null; if ( templa... | 15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/ad73e52319fe8fd1af58b1384115900ed46b9752/ReportTemplateTransferDropTargetListener.java/buggy/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palette/ReportTemplateTransferDropTargetListener.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
918,
1640,
7544,
12,
262,
202,
95,
202,
202,
6385,
1033,
1542,
273,
5035,
5912,
18,
588,
1442,
12,
262,
18,
588,
2283,
12,
11272,
202,
202,
8213,
18,
291,
5962,
12,
1542,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1640,
7544,
12,
262,
202,
95,
202,
202,
6385,
1033,
1542,
273,
5035,
5912,
18,
588,
1442,
12,
262,
18,
588,
2283,
12,
11272,
202,
202,
8213,
18,
291,
5962,
12,
1542,
1... |
void sendMail(Mail mail) throws MessagingException; | void sendMail(MimeMessage msg) throws MessagingException; | void sendMail(Mail mail) throws MessagingException; | 47102 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47102/3142b8d6596395b766d2827a545ee76faf3aa301/MailetContext.java/buggy/branches/branch_2_1_fcs/src/java/org/apache/mailet/MailetContext.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
1366,
6759,
12,
6759,
4791,
13,
5411,
1216,
23794,
503,
31,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
1366,
6759,
12,
6759,
4791,
13,
5411,
1216,
23794,
503,
31,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
if (jj_scan_token(EQ)) return true; | if (jj_scan_token(INSTANCEOF)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; if (jj_3R_63()) return true; | final private boolean jj_3R_255() { if (jj_scan_token(EQ)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } | 41673 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/41673/050f1d327a4f37a9453fd61c6eb891b6097d82f6/JavaParser.java/buggy/pmd/src/net/sourceforge/pmd/ast/JavaParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
3238,
1250,
10684,
67,
23,
54,
67,
10395,
1435,
288,
565,
309,
261,
78,
78,
67,
9871,
67,
2316,
12,
13341,
3932,
3719,
327,
638,
31,
309,
261,
78,
78,
67,
11821,
422,
374,
597,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
3238,
1250,
10684,
67,
23,
54,
67,
10395,
1435,
288,
565,
309,
261,
78,
78,
67,
9871,
67,
2316,
12,
13341,
3932,
3719,
327,
638,
31,
309,
261,
78,
78,
67,
11821,
422,
374,
597,
... |
if(errorCode == FetchException.DATA_NOT_FOUND || errorCode == FetchException.ROUTE_NOT_FOUND || errorCode == FetchException.PERMANENT_REDIRECT || errorCode == FetchException.REJECTED_OVERLOAD){ | if((errorCode == FetchException.DATA_NOT_FOUND) || (errorCode == FetchException.ROUTE_NOT_FOUND) || (errorCode == FetchException.PERMANENT_REDIRECT) || (errorCode == FetchException.REJECTED_OVERLOAD)){ | public void onFailure(FetchException e, ClientGetter state) { int errorCode = e.getMode(); if(!state.getURI().equals(revocationURI)){ this.cg = state; isFetching=false; cg.cancel(); if(errorCode == FetchException.DATA_NOT_FOUND || errorCode == FetchException.ROUTE_NOT_FOUND || errorCode == FetchEx... | 46035 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46035/ca136843ae9ecb30cadada58a33a5dc2cf8ad064/NodeUpdater.java/clean/src/freenet/node/updater/NodeUpdater.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
27748,
12,
5005,
503,
425,
16,
2445,
8461,
919,
13,
288,
202,
202,
474,
12079,
273,
425,
18,
588,
2309,
5621,
9506,
202,
430,
12,
5,
2019,
18,
588,
3098,
7675,
14963,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
27748,
12,
5005,
503,
425,
16,
2445,
8461,
919,
13,
288,
202,
202,
474,
12079,
273,
425,
18,
588,
2309,
5621,
9506,
202,
430,
12,
5,
2019,
18,
588,
3098,
7675,
14963,
1... |
public org.quickfix.field.OrderPercent getOrderPercent() throws FieldNotFound { org.quickfix.field.OrderPercent value = new org.quickfix.field.OrderPercent(); | public quickfix.field.OrderPercent getOrderPercent() throws FieldNotFound { quickfix.field.OrderPercent value = new quickfix.field.OrderPercent(); | public org.quickfix.field.OrderPercent getOrderPercent() throws FieldNotFound { org.quickfix.field.OrderPercent value = new org.quickfix.field.OrderPercent(); getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/CrossOrderCancelRequest.java/buggy/src/java/src/quickfix/fix44/CrossOrderCancelRequest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
2448,
8410,
11973,
8410,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
2448,
8410,
460,
273,
394,
2358,
18,
19525,
904,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
2358,
18,
19525,
904,
18,
1518,
18,
2448,
8410,
11973,
8410,
1435,
1216,
2286,
2768,
225,
288,
2358,
18,
19525,
904,
18,
1518,
18,
2448,
8410,
460,
273,
394,
2358,
18,
19525,
904,
... |
viewer = new NewProgressViewer(viewerComposite, SWT.MULTI | viewer = new DetailedProgressViewer(viewerComposite, SWT.MULTI | void handleDetailsButtonSelect() { Shell shell = getShell(); Point shellSize = shell.getSize(); Composite composite = (Composite) getDialogArea(); if (viewer != null) { viewer.getControl().dispose(); viewer = null; composite.layout(); shell.set... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/852f4fa051527b55d573274f8d387f43109b3ff6/ProgressMonitorJobsDialog.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
918,
1640,
3790,
3616,
3391,
1435,
288,
3639,
19433,
5972,
273,
7932,
1165,
5621,
3639,
4686,
5972,
1225,
273,
5972,
18,
588,
1225,
5621,
3639,
14728,
9635,
273,
261,
9400,
13,
31774,
5484,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1640,
3790,
3616,
3391,
1435,
288,
3639,
19433,
5972,
273,
7932,
1165,
5621,
3639,
4686,
5972,
1225,
273,
5972,
18,
588,
1225,
5621,
3639,
14728,
9635,
273,
261,
9400,
13,
31774,
5484,... |
if (segmentCount == 0) return currentFolder; | if (segmentCount == 0) { return currentFolder; } | IContainer createContainersFor(IPath path) throws CoreException { IContainer currentFolder = destinationContainer; int segmentCount = path.segmentCount(); //No containers to create if (segmentCount == 0) return currentFolder; //Needs to be handles differently at the roo... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/e38d295ea613cf9f08aadb93a84a33d2e91abc5f/ImportOperation.java/clean/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ImportOperation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
467,
2170,
752,
11177,
1290,
12,
45,
743,
589,
13,
1216,
30015,
288,
3639,
467,
2170,
783,
3899,
273,
2929,
2170,
31,
3639,
509,
3267,
1380,
273,
589,
18,
9273,
1380,
5621,
3639,
368,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
467,
2170,
752,
11177,
1290,
12,
45,
743,
589,
13,
1216,
30015,
288,
3639,
467,
2170,
783,
3899,
273,
2929,
2170,
31,
3639,
509,
3267,
1380,
273,
589,
18,
9273,
1380,
5621,
3639,
368,
2... |
if ((((degree.isBolonhaDegree() && degree.getBolonhaDegreeType().equals( BolonhaDegreeType.DEGREE)) || (!degree.isBolonhaDegree() && degree.getTipoCurso() .equals(DegreeType.DEGREE))) && unit.getType().equals(PartyTypeEnum.DEGREE)) || (((degree.isBolonhaDegree() && degree.getBolonhaDegreeType().equals( BolonhaDegreeTyp... | } else if (unit.getDegree() != null) { | private void setDegree(Integer degreeID, Unit unit) throws ExcepcaoPersistencia { Degree degree = null; if (degreeID != null && unit.getType() != null && (unit.getType().equals(PartyTypeEnum.DEGREE) || unit.getType().equals(PartyTypeEnum.MASTER_DEGR... | 2645 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2645/c9a21ca9218e77b3861329026dc31aedc9330bb7/CreateNewUnit.java/clean/src/net/sourceforge/fenixedu/applicationTier/Servico/manager/organizationalStructureManagement/CreateNewUnit.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
444,
22885,
12,
4522,
10782,
734,
16,
8380,
2836,
13,
1216,
1312,
311,
2436,
6033,
12771,
28115,
288,
3639,
463,
1332,
992,
10782,
273,
446,
31,
3639,
309,
261,
21361,
734,
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,
3238,
918,
444,
22885,
12,
4522,
10782,
734,
16,
8380,
2836,
13,
1216,
1312,
311,
2436,
6033,
12771,
28115,
288,
3639,
463,
1332,
992,
10782,
273,
446,
31,
3639,
309,
261,
21361,
734,
480... |
for (int i = 0; i < args.length; i++) { if (args[i] instanceof Wrapper) args[i] = ((Wrapper)args[i]).unwrap(); } | public Scriptable construct(Context cx, Scriptable scope, Object[] args) throws JavaScriptException { Class classObject = getClassObject(); int modifiers = classObject.getModifiers(); if (! (Modifier.isInterface(modifiers) || Modifier.isAbstract(modifiers))) { fo... | 19000 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/19000/95bc5acfc06cdaa45a109cc1b0740d748726aaea/NativeJavaClass.java/buggy/src/org/mozilla/javascript/NativeJavaClass.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
22780,
4872,
12,
1042,
9494,
16,
22780,
2146,
16,
1033,
8526,
833,
13,
3639,
1216,
11905,
503,
565,
288,
377,
202,
797,
667,
921,
273,
2900,
921,
5621,
377,
202,
474,
10429,
273,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
22780,
4872,
12,
1042,
9494,
16,
22780,
2146,
16,
1033,
8526,
833,
13,
3639,
1216,
11905,
503,
565,
288,
377,
202,
797,
667,
921,
273,
2900,
921,
5621,
377,
202,
474,
10429,
273,
... | |
setIndexed(false); | private void evaluateExpressions() throws JspException { try { setAccesskey((String) evalAttr("accessKey", getAccesskey(), String.class)); } catch (NullAttributeException ex) { setAccesskey(null); } try { setAccep... | 48068 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48068/db064e19656421b94aaf753550935d95f44bd5f9/ELFileTag.java/clean/contrib/struts-el/src/share/org/apache/strutsel/taglib/html/ELFileTag.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
918,
5956,
8927,
1435,
1216,
27485,
288,
3639,
775,
288,
5411,
444,
1862,
856,
12443,
780,
13,
5302,
3843,
2932,
3860,
653,
3113,
21909,
856,
9334,
4766,
6647,
514,
18,
1106,
10019,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5956,
8927,
1435,
1216,
27485,
288,
3639,
775,
288,
5411,
444,
1862,
856,
12443,
780,
13,
5302,
3843,
2932,
3860,
653,
3113,
21909,
856,
9334,
4766,
6647,
514,
18,
1106,
10019,
... | |
jsFunction_getYear()); | jsFunction_getYear(cx)); | public Object execMethod (int methodId, IdFunction f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) throws JavaScriptException { switch (methodId) { case ConstructorId_UTC: return wrap_double (jsStaticFunction_UTC(cx, thisObj, args, f)); ca... | 12376 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12376/1f40b84b6c54487dd6f26829d1ebda36a7567a38/NativeDate.java/buggy/js/rhino/src/org/mozilla/javascript/NativeDate.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1196,
1305,
3639,
261,
474,
707,
548,
16,
3124,
2083,
284,
16,
540,
1772,
9494,
16,
22780,
2146,
16,
22780,
15261,
16,
1033,
8526,
833,
13,
3639,
1216,
11905,
503,
565,
288,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1033,
1196,
1305,
3639,
261,
474,
707,
548,
16,
3124,
2083,
284,
16,
540,
1772,
9494,
16,
22780,
2146,
16,
22780,
15261,
16,
1033,
8526,
833,
13,
3639,
1216,
11905,
503,
565,
288,
... |
if(Util.isSingleConcreteSelection(selection)){ if(IDE.getMarkerHelpRegistry().hasResolutions(getSelectedMarker())){ | if (Util.isSingleConcreteSelection(selection)) { if (IDE.getMarkerHelpRegistry().hasResolutions(getSelectedMarker())) { | public void selectionChanged(IStructuredSelection selection) { if(Util.isSingleConcreteSelection(selection)){ if(IDE.getMarkerHelpRegistry().hasResolutions(getSelectedMarker())){ setEnabled(true); return; } } setEnabled(false); } | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/2367eb5fe5fd32ec01d551e21dc19662d2ba3e4f/ActionResolveMarker.java/clean/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionResolveMarker.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
4421,
5033,
12,
45,
30733,
6233,
4421,
13,
288,
9506,
202,
430,
12,
1304,
18,
291,
5281,
25845,
6233,
12,
10705,
3719,
95,
1082,
202,
430,
12,
10385,
18,
588,
7078,
6696,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4421,
5033,
12,
45,
30733,
6233,
4421,
13,
288,
9506,
202,
430,
12,
1304,
18,
291,
5281,
25845,
6233,
12,
10705,
3719,
95,
1082,
202,
430,
12,
10385,
18,
588,
7078,
6696,... |
return JavaSearchScopeFactory.getInstance().createJavaSearchScope(new IResource[] { element.getJavaProject().getProject() }); | return JavaSearchScopeFactory.getInstance().createJavaProjectSearchScope(element); | IJavaSearchScope getScope(IType element) throws JavaModelException { return JavaSearchScopeFactory.getInstance().createJavaSearchScope(new IResource[] { element.getJavaProject().getProject() }); } | 9698 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9698/c601e02c4fe703521b15544599694a7ef49afb4d/FindReadReferencesInProjectAction.java/clean/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReadReferencesInProjectAction.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
45,
5852,
2979,
3876,
19203,
12,
45,
559,
930,
13,
1216,
5110,
1488,
503,
288,
202,
202,
2463,
5110,
2979,
3876,
1733,
18,
588,
1442,
7675,
2640,
5852,
2979,
3876,
12,
2704,
467,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
45,
5852,
2979,
3876,
19203,
12,
45,
559,
930,
13,
1216,
5110,
1488,
503,
288,
202,
202,
2463,
5110,
2979,
3876,
1733,
18,
588,
1442,
7675,
2640,
5852,
2979,
3876,
12,
2704,
467,
1... |
vars.removeLocal(node.getString()); | String functionName = node.getString(); if (functionName == null) continue; vars.removeLocal(functionName); | protected void addVariables(Node tree, VariableTable vars) { // OPT: a whole pass to collect variables seems expensive. // Could special case to go into statements only. PreorderNodeIterator iterator = tree.getPreorderIterator(); Hashtable ht = null; Node node; while ((node... | 12376 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12376/7e8572925ed0e0efe10700097029f341550fc4cf/NodeTransformer.java/buggy/js/rhino/org/mozilla/javascript/NodeTransformer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
527,
6158,
12,
907,
2151,
16,
7110,
1388,
4153,
13,
288,
3639,
368,
16456,
30,
279,
7339,
1342,
358,
3274,
3152,
12001,
19326,
18,
3639,
368,
14312,
4582,
648,
358,
1960,
1368,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
527,
6158,
12,
907,
2151,
16,
7110,
1388,
4153,
13,
288,
3639,
368,
16456,
30,
279,
7339,
1342,
358,
3274,
3152,
12001,
19326,
18,
3639,
368,
14312,
4582,
648,
358,
1960,
1368,... |
: Debug.toString(classSym) + " is not a class (kind " + classSym.kind + ")"; | : Debug.show(classSym) + " is not a class (kind " + classSym.kind + ")"; | protected boolean needInterface(Symbol classSym) { assert classSym.isClass() : Debug.toString(classSym) + " is not a class (kind " + classSym.kind + ")"; return !(classSym.isJava() || classSym.isModuleClass() || classSym.isAnonymousClass() || ... | 1156 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1156/1da220d96b9fe702cd904b6978a6d9f341bba8fa/AddInterfacesPhase.java/buggy/sources/scalac/transformer/AddInterfacesPhase.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1250,
1608,
1358,
12,
5335,
667,
11901,
13,
288,
3639,
1815,
667,
11901,
18,
291,
797,
1435,
5411,
294,
4015,
18,
4500,
12,
1106,
11901,
13,
397,
315,
353,
486,
279,
667,
261,
922... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1608,
1358,
12,
5335,
667,
11901,
13,
288,
3639,
1815,
667,
11901,
18,
291,
797,
1435,
5411,
294,
4015,
18,
4500,
12,
1106,
11901,
13,
397,
315,
353,
486,
279,
667,
261,
922... |
private boolean isDocumentRoot(String tag) { | protected boolean isDocumentRoot(String tag) { | private boolean isDocumentRoot(String tag) { return ElementTags.ITEXT.equals(tag); } | 6653 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6653/68a6984818dc0b49e8988d67e08297c96018f851/SAXiTextHandler.java/buggy/src/com/lowagie/text/xml/SAXiTextHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1250,
353,
2519,
2375,
12,
780,
1047,
13,
288,
3639,
327,
3010,
3453,
18,
1285,
4142,
18,
14963,
12,
2692,
1769,
565,
289,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1250,
353,
2519,
2375,
12,
780,
1047,
13,
288,
3639,
327,
3010,
3453,
18,
1285,
4142,
18,
14963,
12,
2692,
1769,
565,
289,
2,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
public void visitMaxs(final int maxStack, final int maxLocals) { if (compute == FRAMES) { // creates and visits the first (implicit) frame Frame f = labels.frame; Type[] args = Type.getArgumentTypes(descriptor); f.initInputFrame(cw, access, args, this.maxLocals); ... | 2697 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2697/4797c31505d405bfd4a05d395da44357af3856fb/MethodWriter.java/clean/asm/src/org/objectweb/asm/MethodWriter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
3757,
2747,
87,
12,
6385,
509,
943,
2624,
16,
727,
509,
943,
1333,
1031,
13,
288,
565,
309,
261,
9200,
422,
20183,
55,
13,
288,
1377,
368,
3414,
471,
2281,
1282,
326,
1122,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
3757,
2747,
87,
12,
6385,
509,
943,
2624,
16,
727,
509,
943,
1333,
1031,
13,
288,
565,
309,
261,
9200,
422,
20183,
55,
13,
288,
1377,
368,
3414,
471,
2281,
1282,
326,
1122,
... | ||
assertEquals(Collections.singletonList(Touchable.class), unsatisfiableDependencies.iterator().next()); | Object unstaisifed = unsatisfiableDependencies.iterator().next(); assertEquals(Collections.singletonList(Touchable.class), unstaisifed); | public void testGettingComponentWithMissingDependencyFails() throws PicoException, PicoRegistrationException { PicoContainer picoContainer = createPicoContainerWithDependsOnTouchableOnly(); try { picoContainer.getComponentInstance(DependsOnTouchable.class); fail("should need a To... | 14040 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14040/5e84319039e5b7c0419509eaed789d71e6166942/AbstractPicoContainerTestCase.java/clean/java/picocontainer/src/test/org/picocontainer/tck/AbstractPicoContainerTestCase.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
19213,
1841,
1190,
4841,
7787,
30800,
1435,
1216,
453,
10764,
503,
16,
453,
10764,
7843,
503,
288,
3639,
453,
10764,
2170,
293,
10764,
2170,
273,
752,
52,
10764,
2170,
1190... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1842,
19213,
1841,
1190,
4841,
7787,
30800,
1435,
1216,
453,
10764,
503,
16,
453,
10764,
7843,
503,
288,
3639,
453,
10764,
2170,
293,
10764,
2170,
273,
752,
52,
10764,
2170,
1190... |
else if(line.equals("")){ | } else if(line.equals("")) { | public void readHeader(Logger l)throws IOException{ String line; try{ line=readLine(); StringTokenizer strTok=new StringTokenizer(line); setCommand(strTok.nextToken()); target=strTok.nextToken(); version=strTok.nextToken(); //now read values while(true){ line=readLine(); if(li... | 11319 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11319/d87c78a0ef74e243fb209a15c27850d1a077a838/HttpRequest.java/clean/datagrabber/src/org/cougaar/mlm/ui/grabber/webserver/HttpRequest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
855,
1864,
12,
3328,
328,
13,
15069,
1860,
95,
565,
514,
980,
31,
565,
775,
95,
1377,
980,
33,
896,
1670,
5621,
1377,
16370,
609,
20477,
33,
2704,
16370,
12,
1369,
1769,
1377... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
855,
1864,
12,
3328,
328,
13,
15069,
1860,
95,
565,
514,
980,
31,
565,
775,
95,
1377,
980,
33,
896,
1670,
5621,
1377,
16370,
609,
20477,
33,
2704,
16370,
12,
1369,
1769,
1377... |
replaceExpression(call, containingClassName + '.' + methodName + argText ); | replaceExpressionAndShorten(call, containingClassName + '.' + methodName + argText); | public void doFix(Project project, ProblemDescriptor descriptor) throws IncorrectOperationException{ final PsiIdentifier name = (PsiIdentifier) descriptor.getPsiElement(); final PsiReferenceExpression expression = (Psi... | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/03b3e78c314f288686ee78bf6accd2340015ae0e/StaticCallOnSubclassInspection.java/buggy/plugins/InspectionGadgets/src/com/siyeh/ig/bugs/StaticCallOnSubclassInspection.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
918,
741,
8585,
12,
4109,
1984,
16,
21685,
3187,
4950,
13,
28524,
540,
1216,
657,
6746,
10602,
95,
5411,
727,
453,
7722,
3004,
508,
273,
261,
52,
7722,
3004,
13,
4950,
18,
588,
52... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
741,
8585,
12,
4109,
1984,
16,
21685,
3187,
4950,
13,
28524,
540,
1216,
657,
6746,
10602,
95,
5411,
727,
453,
7722,
3004,
508,
273,
261,
52,
7722,
3004,
13,
4950,
18,
588,
52... |
close(); | finishedRun(); | public void done(IJobChangeEvent event) { //first of all, make sure this listener is removed event.getJob().removeJobChangeListener(this); if (!PlatformUI.isWorkbenchRunning()) return; //nothing to do if the dialog is already closed if (getShell() == null) return; WorkbenchJob closeJob = ne... | 55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/b540c906180094b023a4d91f22cc579596eca773/ProgressMonitorFocusJobDialog.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
2731,
12,
45,
2278,
20930,
871,
13,
288,
9506,
202,
759,
3645,
434,
777,
16,
1221,
3071,
333,
2991,
353,
3723,
9506,
202,
2575,
18,
588,
2278,
7675,
4479,
2278,
15744,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2731,
12,
45,
2278,
20930,
871,
13,
288,
9506,
202,
759,
3645,
434,
777,
16,
1221,
3071,
333,
2991,
353,
3723,
9506,
202,
2575,
18,
588,
2278,
7675,
4479,
2278,
15744,
1... |
final TemplateNode parseNumber(Node node, Node children, Node next) | final TemplateNode parseNumber(Node node) | final TemplateNode parseNumber(Node node, Node children, Node next) throws TransformerConfigurationException, XPathExpressionException { NamedNodeMap attrs = node.getAttributes(); String v = getAttribute(attrs, "value"); String ff = getAttribute(attrs, "format"); if (ff == null) { ff = "1"... | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/b8e6f02cb6a820cbb793320542ee01a4b70f176a/Stylesheet.java/clean/core/src/classpath/gnu/gnu/xml/transform/Stylesheet.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
5035,
907,
1109,
1854,
12,
907,
756,
13,
565,
1216,
11519,
10737,
16,
10172,
2300,
503,
225,
288,
565,
9796,
907,
863,
3422,
273,
756,
18,
588,
2498,
5621,
565,
514,
331,
273,
4061... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
727,
5035,
907,
1109,
1854,
12,
907,
756,
13,
565,
1216,
11519,
10737,
16,
10172,
2300,
503,
225,
288,
565,
9796,
907,
863,
3422,
273,
756,
18,
588,
2498,
5621,
565,
514,
331,
273,
4061... |
if (def instanceof ColorDefinition) | if (def instanceof ColorDefinition) { | public boolean hasChildren(Object element) { if (element instanceof ThemeElementCategory) return true; IHierarchalThemeElementDefinition def = (IHierarchalThemeElementDefinition) element; String id = def.getId(); IHierarchalThemeElementDefinition[] defs; if (def instanceof ColorDefinition)... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/fa4a8cff0e027f8d3c6b1fcb92b30f46767dd191/ColorsAndFontsPreferencePage.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
1250,
27780,
12,
921,
930,
13,
288,
5411,
309,
261,
2956,
1276,
19745,
1046,
4457,
13,
9506,
202,
2463,
638,
31,
1082,
202,
45,
44,
5148,
287,
8335,
1046,
1852,
1652,
273,
261,
45... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
1250,
27780,
12,
921,
930,
13,
288,
5411,
309,
261,
2956,
1276,
19745,
1046,
4457,
13,
9506,
202,
2463,
638,
31,
1082,
202,
45,
44,
5148,
287,
8335,
1046,
1852,
1652,
273,
261,
45... |
byte[] toRead = new byte[4]; in.read(toRead); int blockSize = batoi(toRead); toRead = new byte[1]; in.read(toRead); | int blockSize = in.readInt(); | private int checkType() throws FormatException, IOException { WritableRaster r = firstPlane.getRaster(); int b = r.getNumBands(); if (b == 3) return 2; if (offsets.length <= 3) return 1; in.seek(offsets[3] + 12); byte[] toRead = new byte[4]; in.read(toRead); int blockSize = batoi(toRead); t... | 11426 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11426/2df09d33bfdc966378aae0cc09cb503afb983bc2/OpenlabReader.java/clean/loci/formats/in/OpenlabReader.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
509,
23008,
1435,
1216,
4077,
503,
16,
1860,
288,
565,
14505,
18637,
436,
273,
1122,
19505,
18,
588,
18637,
5621,
565,
509,
324,
273,
436,
18,
588,
2578,
26554,
5621,
565,
309,
261,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
3238,
509,
23008,
1435,
1216,
4077,
503,
16,
1860,
288,
565,
14505,
18637,
436,
273,
1122,
19505,
18,
588,
18637,
5621,
565,
509,
324,
273,
436,
18,
588,
2578,
26554,
5621,
565,
309,
261,... |
return cachingblockMustAssignVariableOrFail(field, finallyBlock, checkedMethods); | return cachingblockMustAssignVariableOrFail(field, finallyBlock, checkedMethods); | private static boolean tryStatementMustAssignVariableOrFail(PsiVariable field, PsiTryStatement tryStatement, Set<MethodSignature> checkedMethods) { final PsiCodeBlock[] catchBlocks = tryStatement.getCatchBlocks(); if (catchBlocks == null || catchBlocks.length == 0) { final PsiCodeBlock tryB... | 56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/fc3fc1341db4aa6d26930bf45116ec44c28fc569/InitializationUtils.java/clean/plugins/InspectionGadgets/src/com/siyeh/ig/psiutils/InitializationUtils.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
1250,
775,
3406,
10136,
4910,
3092,
18492,
12,
52,
7722,
3092,
652,
16,
453,
7722,
7833,
3406,
775,
3406,
16,
1000,
32,
1305,
5374,
34,
5950,
4712,
13,
288,
3639,
727,
453,
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,
3238,
760,
1250,
775,
3406,
10136,
4910,
3092,
18492,
12,
52,
7722,
3092,
652,
16,
453,
7722,
7833,
3406,
775,
3406,
16,
1000,
32,
1305,
5374,
34,
5950,
4712,
13,
288,
3639,
727,
453,
7... |
public org.quickfix.field.UnderlyingSecurityAltID get(org.quickfix.field.UnderlyingSecurityAltID value) | public quickfix.field.UnderlyingSecurityAltID get(quickfix.field.UnderlyingSecurityAltID value) | public org.quickfix.field.UnderlyingSecurityAltID get(org.quickfix.field.UnderlyingSecurityAltID value) throws FieldNotFound { getField(value); return value; } | 8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/CollateralAssignment.java/buggy/src/java/src/quickfix/fix44/CollateralAssignment.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
9549,
904,
18,
1518,
18,
14655,
6291,
4368,
10655,
734,
336,
12,
19525,
904,
18,
1518,
18,
14655,
6291,
4368,
10655,
734,
225,
460,
13,
565,
1216,
2286,
2768,
225,
288,
5031,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
9549,
904,
18,
1518,
18,
14655,
6291,
4368,
10655,
734,
336,
12,
19525,
904,
18,
1518,
18,
14655,
6291,
4368,
10655,
734,
225,
460,
13,
565,
1216,
2286,
2768,
225,
288,
5031,
12,
... |
MesquiteTrunk.mesquiteTrunk.alert("Temporary Diagnostics: 5. scripting query on MesquiteThread without different commandRec (" + isScripting + "; thread: " + mt + ")"); | public boolean scripting(){ Thread mt = Thread.currentThread(); /* default behaviour in thread-based system will be: * If not MesquiteThread, treat as scripting (i.e. suppress user interaction) * except if Mesquite is starting up (MesquiteTrunk.mesquiteTrunk.isStartupThread(mt)) then treat as nonscripting* If Mes... | 55939 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55939/3ecea059b3577db56657224c5cecbccd44eb8f38/CommandRecord.java/clean/Source/mesquite/lib/CommandRecord.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
2728,
310,
1435,
95,
202,
202,
3830,
5874,
273,
4884,
18,
2972,
3830,
5621,
202,
202,
20308,
202,
1886,
14273,
316,
2650,
17,
12261,
2619,
903,
506,
30,
225,
380,
971,
4... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
1250,
2728,
310,
1435,
95,
202,
202,
3830,
5874,
273,
4884,
18,
2972,
3830,
5621,
202,
202,
20308,
202,
1886,
14273,
316,
2650,
17,
12261,
2619,
903,
506,
30,
225,
380,
971,
4... | |
reservEnd = java.sql.Timestamp.valueOf((String) reservEndStr); | reservEnd = java.sql.Timestamp.valueOf(reservEndStr); | public static String addToCart(HttpServletRequest request, HttpServletResponse response) { GenericDelegator delegator = (GenericDelegator) request.getAttribute("delegator"); LocalDispatcher dispatcher = (LocalDispatcher) request.getAttribute("dispatcher"); ShoppingCart cart = getCartObject(requ... | 45953 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45953/55bcc8af8f0d7045d61027d64770bc0a1f5b089f/ShoppingCartEvents.java/buggy/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartEvents.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
514,
9604,
13006,
12,
2940,
18572,
590,
16,
12446,
766,
13,
288,
3639,
7928,
15608,
639,
11158,
639,
273,
261,
7014,
15608,
639,
13,
590,
18,
588,
1499,
2932,
3771,
1332,
639,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9604,
13006,
12,
2940,
18572,
590,
16,
12446,
766,
13,
288,
3639,
7928,
15608,
639,
11158,
639,
273,
261,
7014,
15608,
639,
13,
590,
18,
588,
1499,
2932,
3771,
1332,
639,
... |
GenericValue project = projectManager.getProjectByKey(projectKey); | Project project = projectManager.getProjectObjByKey(projectKey); | protected GenericValue retrieveProject(String projectKey, User user) throws RemotePermissionException, RemoteException { try { GenericValue project = projectManager.getProjectByKey(projectKey); if (project == null) { throw new RemoteException("Project... | 21772 /local/tlutelli/issta_data/temp/all_java2context/java/2006_temp/2006/21772/b74fd749f67d059a2a716f14aa5ffb0af20baf64/ProjectServiceImpl.java/clean/src/java/com/atlassian/jira/rpc/soap/service/ProjectServiceImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
7928,
620,
4614,
4109,
12,
780,
1984,
653,
16,
2177,
729,
13,
1216,
6304,
5041,
503,
16,
18361,
565,
288,
3639,
775,
3639,
288,
5411,
5420,
1984,
273,
1984,
1318,
18,
588,
4109,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
7928,
620,
4614,
4109,
12,
780,
1984,
653,
16,
2177,
729,
13,
1216,
6304,
5041,
503,
16,
18361,
565,
288,
3639,
775,
3639,
288,
5411,
5420,
1984,
273,
1984,
1318,
18,
588,
4109,
2... |
iw.fill(groupComposite); | if (iw instanceof WidgetProxy) ((WidgetProxy) iw).fill(groupComposite, SWT.DEFAULT, side); else iw.fill(groupComposite); | private IWidget renderTrim(Composite groupComposite, SWidget widget) { IWidget iw = null; try { iw = widget.getWidget(); iw.fill(groupComposite); } catch (NotDefinedException e) { // TODO Auto-generated catch block e.printStackTrace(); } return iw; } | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/46007bfb42897ea7a1d591f41f3fadf2e8109e38/TrimBarManager.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/TrimBarManager.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1152,
467,
4609,
1743,
14795,
12,
9400,
1041,
9400,
16,
348,
4609,
3604,
13,
288,
1082,
202,
45,
4609,
25522,
273,
446,
31,
1082,
202,
698,
288,
9506,
202,
22315,
273,
3604,
18,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
1152,
467,
4609,
1743,
14795,
12,
9400,
1041,
9400,
16,
348,
4609,
3604,
13,
288,
1082,
202,
45,
4609,
25522,
273,
446,
31,
1082,
202,
698,
288,
9506,
202,
22315,
273,
3604,
18,
5... |
openViewMode = IPreferenceConstants.OVM_EMBED; | openPerspMode = IPreferenceConstants.OPM_NEW_WINDOW; | public void widgetSelected(SelectionEvent e) { openViewMode = IPreferenceConstants.OVM_EMBED; } | 57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/7f09699264a48c0a0a97cff6abf3aaba1600f699/PerspectivesPreferencePage.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
3604,
7416,
12,
6233,
1133,
425,
13,
288,
9506,
202,
3190,
1767,
2309,
273,
467,
9624,
2918,
18,
51,
7397,
67,
3375,
22235,
31,
1082,
202,
97,
2,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1875,
202,
482,
918,
3604,
7416,
12,
6233,
1133,
425,
13,
288,
9506,
202,
3190,
1767,
2309,
273,
467,
9624,
2918,
18,
51,
7397,
67,
3375,
22235,
31,
1082,
202,
97,
2,
-100,
-100,
-100,
-100,... |
result = appendChild(ref.gid, getLastNode(prev), getPath(), newChild, false); | result = appendChild(ref.gid, new NodeImplRef(getLastNode(prev)), getPath(), newChild, false); | public Node insertBefore(Node newChild, Node refChild) throws DOMException { if (!(refChild instanceof NodeImpl)) throw new DOMException(DOMException.WRONG_DOCUMENT_ERR, "wrong node type"); DocumentImpl prevDoc = new DocumentImpl(ownerDocument); if (refChild == null) ... | 2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/5e842873242d5ae7b9bbb6cc77c54f6029667ea8/ElementImpl.java/buggy/src/org/exist/dom/ElementImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
2029,
18004,
12,
907,
19783,
16,
2029,
1278,
1763,
13,
5411,
1216,
4703,
503,
288,
3639,
309,
16051,
12,
1734,
1763,
1276,
2029,
2828,
3719,
5411,
604,
394,
4703,
503,
12,
8168,
503... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2029,
18004,
12,
907,
19783,
16,
2029,
1278,
1763,
13,
5411,
1216,
4703,
503,
288,
3639,
309,
16051,
12,
1734,
1763,
1276,
2029,
2828,
3719,
5411,
604,
394,
4703,
503,
12,
8168,
503... |
alt54=2; | alt55=2; | public String curly_chunk() throws RecognitionException { String text; Token any=null; String c = null; text = null; try { // /Users/bob/checkouts/jbossrules/drools-compiler/src/main/resources/org/drools/lang/drl.g:798:17: ( ( options {greedy=false; } : '{... | 6736 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6736/506adcf4556609ba2040aab4c53c1e38dbf7c80e/RuleParser.java/clean/drools-compiler/src/main/java/org/drools/lang/RuleParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
29270,
67,
6551,
1435,
1216,
9539,
288,
6647,
514,
977,
31,
3639,
3155,
1281,
33,
2011,
31,
3639,
514,
276,
273,
446,
31,
540,
202,
202,
955,
273,
446,
31,
540,
202,
3639,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
29270,
67,
6551,
1435,
1216,
9539,
288,
6647,
514,
977,
31,
3639,
3155,
1281,
33,
2011,
31,
3639,
514,
276,
273,
446,
31,
540,
202,
202,
955,
273,
446,
31,
540,
202,
3639,
... |
receiver.getInternalClass().call(receiver.toRubyObject(), iVisited.getName(), args.toJavaArray(), 0); | receiver.getInternalClass().call(receiver, iVisited.getName(), args.toJavaArray(), 0); | public void visitCallNode(CallNode iVisited) { EvaluateVisitor evaluator = EvaluateVisitor.createVisitor(self); IRubyObject receiver = evaluator.eval(iVisited.getReceiverNode()); if (iVisited.getArgsNode() == null) { // attribute set. receiver.getInternalClass().call(receiver.toRubyO... | 52337 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52337/f235ab756f32ea9496f8f880066b46ad95ebb692/AssignmentVisitor.java/buggy/org/jruby/evaluator/AssignmentVisitor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3757,
1477,
907,
12,
1477,
907,
277,
30019,
13,
288,
3639,
18176,
7413,
18256,
273,
18176,
7413,
18,
2640,
7413,
12,
2890,
1769,
3639,
15908,
10340,
921,
5971,
273,
18256,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
3757,
1477,
907,
12,
1477,
907,
277,
30019,
13,
288,
3639,
18176,
7413,
18256,
273,
18176,
7413,
18,
2640,
7413,
12,
2890,
1769,
3639,
15908,
10340,
921,
5971,
273,
18256,
18,
... |
super.calculateBreakPosition(p0, p1); try { String text = getDocument().getText(p0, p1 - p0); int offset = MailUtilities.getBreakOffset(text, getCharacterLength(), getTabSize()); return p0 + offset; } catch (javax.swing.text.BadLocationException ble) { return p1; } | super.calculateBreakPosition(p0, p1); try { String text = getDocument().getText(p0, p1 - p0); int offset = MailUtilities.getBreakOffset(text, getCharacterLength(), getTabSize()); return p0 + offset; } catch (javax.swing.text.BadLocationException ble) { return p1; | protected int calculateBreakPosition(int p0, int p1) { super.calculateBreakPosition(p0, p1); try { String text = getDocument().getText(p0, p1 - p0); int offset = MailUtilities.getBreakOffset(text, getCharacterLength(), getTabSize()); return p0 + offset; } catch (javax.swing.text.BadLocationException bl... | 967 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/967/ec5181090701e55663881429916870f784747fff/MailWrappedView.java/clean/net/suberic/pooka/gui/MailWrappedView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
509,
4604,
7634,
2555,
12,
474,
293,
20,
16,
509,
293,
21,
13,
288,
202,
9565,
18,
11162,
7634,
2555,
12,
84,
20,
16,
293,
21,
1769,
202,
698,
288,
202,
565,
514,
977,
273,
99... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
509,
4604,
7634,
2555,
12,
474,
293,
20,
16,
509,
293,
21,
13,
288,
202,
9565,
18,
11162,
7634,
2555,
12,
84,
20,
16,
293,
21,
1769,
202,
698,
288,
202,
565,
514,
977,
273,
99... |
final String expectedSystemProperty1 = "-Dgrinder.myproperty=\"myvalue\" "; final String expectedSystemProperty2 = "-Dgrinder.processes=\"99\" "; | final String expectedSystemProperty1 = "'-Dgrinder.myproperty=myvalue' "; final String expectedSystemProperty2 = "'-Dgrinder.processes=99' "; | public void testWithSystemProperties() throws Exception { final GrinderProperties grinderProperties = new GrinderProperties() {{ setProperty("grinder.jvm.arguments", "-Xmx1024M"); setProperty("grinder.jvm.classpath", "abc;def"); }}; final Properties overrideGrinderProperties = new Properties() {{ ... | 7770 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7770/f33e3f25bb7609b7600ab890d3f506a80d41b26a/TestWorkerProcessCommandLine.java/clean/tests-src/net/grinder/engine/agent/TestWorkerProcessCommandLine.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1842,
1190,
3163,
2297,
1435,
1216,
1185,
288,
565,
727,
611,
86,
14055,
2297,
3821,
14055,
2297,
273,
394,
611,
86,
14055,
2297,
1435,
10179,
1377,
7486,
2932,
3197,
14055,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
1842,
1190,
3163,
2297,
1435,
1216,
1185,
288,
565,
727,
611,
86,
14055,
2297,
3821,
14055,
2297,
273,
394,
611,
86,
14055,
2297,
1435,
10179,
1377,
7486,
2932,
3197,
14055,
18,
... |
List proceeds = new ArrayList(); for (Iterator procs = proceedContainers.iterator(); procs.hasNext(); ) { | List methods = new ArrayList(); for (Iterator procs = methodsInAdvice.iterator(); procs.hasNext(); ) { | public void update(GlobalAspectInfo gai, Aspect current_aspect) { int lastpos = formals().size(); int jp = -1, jpsp = -1, ejp = -1; if (hasEnclosingJoinPointStaticPart) ejp = --lastpos; if (hasJoinPoint) jp = --lastpos; if (hasJoinPointStaticPart) jpsp = --lastpos; // Since the spec is not visited, we copy the (che... | 236 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/236/ed1eb3541e1ad3dda5268e7f28674c595687fa7e/AdviceDecl_c.java/buggy/aop/abc/src/abc/aspectj/ast/AdviceDecl_c.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1089,
12,
5160,
17468,
966,
314,
10658,
16,
2970,
1181,
783,
67,
23579,
13,
288,
202,
474,
1142,
917,
273,
646,
1031,
7675,
1467,
5621,
202,
474,
18182,
273,
300,
21,
16,
525... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1089,
12,
5160,
17468,
966,
314,
10658,
16,
2970,
1181,
783,
67,
23579,
13,
288,
202,
474,
1142,
917,
273,
646,
1031,
7675,
1467,
5621,
202,
474,
18182,
273,
300,
21,
16,
525... |
String locationValidation = locationArea.checkValidLocation(); if(locationValidation != null){ setErrorMessage(locationValidation); return false; } | protected boolean validatePage() { IWorkspace workspace = IDEWorkbenchPlugin.getPluginWorkspace(); String projectFieldContents = getProjectNameFieldValue(); if (projectFieldContents.equals("")) { //$NON-NLS-1$ setErrorMessage(null); setMessage(IDEWorkbenchMessages.WizardNe... | 58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/c3030d76123b051b1a39f59363c9a1acc57e3d1c/WizardNewProjectCreationPage.java/buggy/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1250,
1954,
1964,
1435,
288,
3639,
467,
8241,
6003,
273,
1599,
41,
2421,
22144,
3773,
18,
588,
3773,
8241,
5621,
3639,
514,
1984,
974,
6323,
273,
11080,
461,
13559,
5621,
3639,
309,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
1250,
1954,
1964,
1435,
288,
3639,
467,
8241,
6003,
273,
1599,
41,
2421,
22144,
3773,
18,
588,
3773,
8241,
5621,
3639,
514,
1984,
974,
6323,
273,
11080,
461,
13559,
5621,
3639,
309,
... | |
public ActionForward edit(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws FenixActionException, FenixServiceException, FenixFilterException { IUserView userView = SessionUtils.getUserView(request); DynaActionForm dynaForm =... | 2645 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2645/e0de5a74104b034a0eaab4829675d0cbc63d18f4/EditCurricularCourseDA.java/buggy/src/net/sourceforge/fenixedu/presentationTier/Action/manager/EditCurricularCourseDA.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4382,
8514,
3874,
12,
1803,
3233,
2874,
16,
4382,
1204,
646,
16,
9984,
590,
16,
5411,
12446,
766,
13,
1216,
478,
275,
697,
1803,
503,
16,
478,
275,
697,
15133,
16,
5411,
478,
275,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4382,
8514,
3874,
12,
1803,
3233,
2874,
16,
4382,
1204,
646,
16,
9984,
590,
16,
5411,
12446,
766,
13,
1216,
478,
275,
697,
1803,
503,
16,
478,
275,
697,
15133,
16,
5411,
478,
275,... | ||
} | } | public Exp resolve(Resolver resolver) { for (int i = 0; i < args.length; i++) { args[i] = resolver.resolveChild(args[i]); } funDef = resolver.getFunTable().getDef(this, resolver); if (this.isCallToParameter()) { Parameter param = resolver.createOrLookupParam(this); return resolver.resolveChild(param); ... | 51263 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51263/b5b5168edc3af09cb74945a80b0c36e6630ed502/FunCall.java/buggy/src/main/mondrian/olap/FunCall.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
7784,
2245,
12,
4301,
5039,
13,
288,
202,
202,
1884,
261,
474,
277,
273,
374,
31,
277,
411,
833,
18,
2469,
31,
277,
27245,
288,
1082,
202,
1968,
63,
77,
65,
273,
5039,
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,
7784,
2245,
12,
4301,
5039,
13,
288,
202,
202,
1884,
261,
474,
277,
273,
374,
31,
277,
411,
833,
18,
2469,
31,
277,
27245,
288,
1082,
202,
1968,
63,
77,
65,
273,
5039,
18,
... |
*/ if ((i == 0) && | if ((i == 0) && | private static void createExecutionCounts(SIRStream str, RawFlattener rawFlattener) { // make fresh hashmaps for results HashMap[] result = { initExecutionCounts = new HashMap(), steadyExecutionCounts = new HashMap()} ; // then filter the results to wrap every filter in a flatnode, // and ignore s... | 5955 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5955/a85c118fbd05c0e31ec8370f9c331760cb7b4524/RawBackend.java/clean/streams/src/at/dms/kjc/raw/RawBackend.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
752,
3210,
9211,
12,
2320,
54,
1228,
609,
16,
25083,
1377,
6576,
2340,
4558,
708,
1831,
2340,
4558,
708,
13,
288,
202,
759,
1221,
12186,
1651,
10711,
364,
1686,
202,
8658,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
918,
752,
3210,
9211,
12,
2320,
54,
1228,
609,
16,
25083,
1377,
6576,
2340,
4558,
708,
1831,
2340,
4558,
708,
13,
288,
202,
759,
1221,
12186,
1651,
10711,
364,
1686,
202,
8658,... |
&& topic.getDraft() == Boolean.FALSE && topic.getLocked() == Boolean.FALSE) | && topic.getDraft().equals(Boolean.FALSE) && topic.getLocked().equals(Boolean.FALSE)) | public boolean isMarkAsRead(DiscussionTopic topic, DiscussionForum forum) { if (LOG.isDebugEnabled()) { LOG.debug("isMarkAsRead(DiscussionTopic " + topic + ")"); } if (checkBaseConditions(topic, forum)) { return true; } MessagePermissions messagePermission = permissionManager .g... | 52248 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52248/c23253a09e18eb802369a9ff0318cdebd3c9502d/UIPermissionsManagerImpl.java/buggy/messageforums-component-shared/src/java/org/sakaiproject/component/app/messageforums/ui/UIPermissionsManagerImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1250,
353,
3882,
1463,
1994,
12,
24393,
6657,
3958,
16,
20900,
1290,
379,
11283,
13,
225,
288,
565,
309,
261,
4842,
18,
291,
2829,
1526,
10756,
565,
288,
1377,
2018,
18,
4148,
2932,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
1250,
353,
3882,
1463,
1994,
12,
24393,
6657,
3958,
16,
20900,
1290,
379,
11283,
13,
225,
288,
565,
309,
261,
4842,
18,
291,
2829,
1526,
10756,
565,
288,
1377,
2018,
18,
4148,
2932,... |
if (b1 == -1 || b2 == -1) | if ((b1 == -1) || (b2 == -1)) | public static BigInteger readMPI(InputStream in) throws IOException { int b1 = in.read(); int b2 = in.read(); if (b1 == -1 || b2 == -1) throw new EOFException(); byte[] data = new byte[(((b1 << 8) + b2) + 8) >> 3]; readFully(in, data, 0, data.length); //(new DataInputStream(in)).readFully(data, 0, data.length)... | 56348 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56348/ca136843ae9ecb30cadada58a33a5dc2cf8ad064/Util.java/buggy/src/freenet/crypt/Util.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
10246,
855,
49,
1102,
12,
4348,
316,
13,
1216,
1860,
288,
202,
202,
474,
324,
21,
273,
316,
18,
896,
5621,
202,
202,
474,
324,
22,
273,
316,
18,
896,
5621,
202,
202,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
760,
10246,
855,
49,
1102,
12,
4348,
316,
13,
1216,
1860,
288,
202,
202,
474,
324,
21,
273,
316,
18,
896,
5621,
202,
202,
474,
324,
22,
273,
316,
18,
896,
5621,
202,
202,
... |
s = "Many of this node's peers have never connected even once: "+neverConn+". You should not add peers unless you know that they have also added <a href=\"/darknet/myref.txt>your reference</a>."; | s = "Many of this node's peers have never connected even once: "+neverConn+". You should not add peers unless you know that they have also added <a href=\"/darknet/myref.txt\">your reference</a>."; | public String getText() { String s; if(peers == 0) { s = "This node has no peers to connect to, therefore it will not " + "be able to function normally. Ideally you should connect to peers run by people you know " + "(if you are paranoid, then people you trust; if not, then at least people you've talked to)"; ... | 50287 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50287/a00b1ec082acb8c52adf0fc21a596c3b52fa3a0d/PeerManagerUserAlert.java/clean/src/freenet/node/useralerts/PeerManagerUserAlert.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
6701,
1435,
288,
202,
202,
780,
272,
31,
202,
202,
430,
12,
30502,
422,
374,
13,
288,
1082,
202,
87,
273,
315,
2503,
756,
711,
1158,
10082,
358,
3077,
358,
16,
13526,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
514,
6701,
1435,
288,
202,
202,
780,
272,
31,
202,
202,
430,
12,
30502,
422,
374,
13,
288,
1082,
202,
87,
273,
315,
2503,
756,
711,
1158,
10082,
358,
3077,
358,
16,
13526,
5... |
public Properties getParameters( HttpServletRequest req) throws ServletException, IOException { Properties userInfo = new Properties() ;// Lets get the parameters we know we are supposed to get from the request object //String login_name = (req.getParameter("login_name")==null) ? "" : (req.getParameter("login_name")) ;... | 8781 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8781/a270627916b37a677a391dd9f45c54d3d6f12503/UserChangePrefs.java/clean/servlets/UserChangePrefs.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
6183,
10028,
12,
9984,
1111,
13,
1216,
16517,
16,
1860,
288,
202,
2297,
16753,
273,
394,
6183,
1435,
274,
759,
511,
2413,
336,
326,
1472,
732,
5055,
732,
854,
18405,
358,
336,
628,
326,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
6183,
10028,
12,
9984,
1111,
13,
1216,
16517,
16,
1860,
288,
202,
2297,
16753,
273,
394,
6183,
1435,
274,
759,
511,
2413,
336,
326,
1472,
732,
5055,
732,
854,
18405,
358,
336,
628,
326,
... | ||
id=(Token)input.LT(1); match(input,ID,FOLLOW_ID_in_fact1510); | following.push(FOLLOW_dotted_name_in_fact1510); id=dotted_name(); following.pop(); | public PatternDescr fact() throws RecognitionException { PatternDescr d; Token id=null; List c = null; d=null; try { // C:\Projects\jboss-rules-new\drools-compiler\src\main\resources\org\drools\lang\drl.g:621:17: (id= ID opt_eol '(' opt_eol (c= con... | 5490 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5490/297a1e0ef2967d8b4f7be9c022102a5a56e97489/RuleParser.java/clean/drools-compiler/src/main/java/org/drools/lang/RuleParser.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
6830,
16198,
5410,
1435,
1216,
9539,
288,
6647,
6830,
16198,
302,
31,
3639,
3155,
612,
33,
2011,
31,
3639,
987,
276,
273,
446,
31,
1171,
202,
202,
72,
33,
2011,
31,
540,
202,
3639... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
6830,
16198,
5410,
1435,
1216,
9539,
288,
6647,
6830,
16198,
302,
31,
3639,
3155,
612,
33,
2011,
31,
3639,
987,
276,
273,
446,
31,
1171,
202,
202,
72,
33,
2011,
31,
540,
202,
3639... |
d = Math.floor (d); break; | return Math.floor(d); | public RealNum toInt (int rounding_mode) { double d = doubleValue (); switch (rounding_mode) { case FLOOR: d = Math.floor (d); break; case CEILING: d = Math.ceil (d); break; case TRUNCATE: d = d < 0.0 ? Math.ceil (d) : Math.floor (d); break; case ROUND: d -= Math.IEEEremainder (d, 1.0)... | 41089 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/41089/866456328a5fcd73ccd825d1b2a84a7f9db10052/RealNum.java/clean/gnu/math/RealNum.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
15987,
2578,
20771,
261,
474,
13885,
67,
3188,
13,
225,
288,
565,
1645,
302,
273,
11868,
261,
1769,
565,
1620,
261,
17376,
67,
3188,
13,
1377,
288,
1377,
648,
478,
1502,
916,
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,
282,
1071,
15987,
2578,
20771,
261,
474,
13885,
67,
3188,
13,
225,
288,
565,
1645,
302,
273,
11868,
261,
1769,
565,
1620,
261,
17376,
67,
3188,
13,
1377,
288,
1377,
648,
478,
1502,
916,
30,
... |
private String handleSimulatorIndex( String responseText ) { // This is the simple Javascript which can be added // arbitrarily to the end without having to modify // the underlying HTML. StringBuffer loaderScript = new StringBuffer(); loaderScript.append( "<script language=\"Javascript\"> " ); String classNa... | 50364 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50364/a0d47d515c9348ee0c4dae16b5814712810153f7/LocalRelayRequest.java/clean/src/net/sourceforge/kolmafia/LocalRelayRequest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
514,
1640,
7993,
11775,
1016,
12,
514,
23630,
262,
202,
95,
202,
202,
759,
1220,
353,
326,
4143,
22326,
1492,
848,
506,
3096,
202,
202,
759,
10056,
86,
10243,
358,
326,
679,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
514,
1640,
7993,
11775,
1016,
12,
514,
23630,
262,
202,
95,
202,
202,
759,
1220,
353,
326,
4143,
22326,
1492,
848,
506,
3096,
202,
202,
759,
10056,
86,
10243,
358,
326,
679,
... | ||
protected void initTab(CTabItem tabItem, IPresentablePart part) { Assert.isTrue(!isDisposed()); tabItem.setText(part.getName()); tabItem.setImage(part.getTitleImage()); String toolTipText = part.getTitleToolTip(); if (!toolTipText.equals(Util.ZERO_LENGTH_STRING)) { tabItem.setToolT... | 56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/708865fa4eef320de25837bd378ce4c67b5d5abb/DefaultPartPresentation.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
225,
918,
225,
1208,
5661,
12,
1268,
378,
1180,
225,
3246,
1180,
16,
225,
2971,
1581,
429,
1988,
225,
1087,
13,
225,
288,
540,
202,
8213,
18,
291,
5510,
12,
5,
291,
1669,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1117,
225,
918,
225,
1208,
5661,
12,
1268,
378,
1180,
225,
3246,
1180,
16,
225,
2971,
1581,
429,
1988,
225,
1087,
13,
225,
288,
540,
202,
8213,
18,
291,
5510,
12,
5,
291,
1669,
7... | ||
LocalClusteredQueue queue1 = new LocalClusteredQueue(office1, 1, "queue1", im.getId(), ms, pm, true, false, (QueuedExecutor)pool.get(), null, tr); | LocalClusteredQueue queue1 = new LocalClusteredQueue(office1, 1, "queue1", channelIdManager.getId(), ms, pm, true, recoverable, (QueuedExecutor)pool.get(), null, tr); | protected void routeSharedQueue(boolean persistentMessage) throws Throwable { ClusteredPostOffice office1 = null; ClusteredPostOffice office2 = null; ClusteredPostOffice office3 = null; ClusteredPostOffice office4 = null; ClusteredPostOffice office5 = null; ... | 3806 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3806/aefad17cc326636a44ba1e56ed9bf1bbcd5c8541/DefaultClusteredPostOfficeTest.java/clean/tests/src/org/jboss/test/messaging/core/plugin/postoffice/cluster/DefaultClusteredPostOfficeTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
565,
4750,
918,
1946,
7887,
3183,
12,
6494,
9195,
1079,
13,
1216,
4206,
282,
288,
1377,
5584,
329,
3349,
30126,
3397,
1812,
21,
273,
446,
31,
5411,
5584,
329,
3349,
30126,
3397,
1812,
22,
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,
565,
4750,
918,
1946,
7887,
3183,
12,
6494,
9195,
1079,
13,
1216,
4206,
282,
288,
1377,
5584,
329,
3349,
30126,
3397,
1812,
21,
273,
446,
31,
5411,
5584,
329,
3349,
30126,
3397,
1812,
22,
273,... |
public TA_RetCode CDLMARUBOZU( int startIdx, int endIdx, double inOpen[], double inHigh[], double inLow[], double inClose[], MInteger outBegIdx, MInteger outNbElement, int outInteger[] ){ double BodyLongPeriodTotal, ShadowVeryShortPeriodTotal; int i, outIdx, BodyLongTrailingIdx, ShadowVeryShortTrailingIdx, lookbackTot... | 2365 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2365/69e0567047ad75d101e30d35826ecbb51165ba43/Core.java/buggy/ta-lib/java/src/TA/Lib/Core.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
9833,
67,
7055,
1085,
39,
8914,
19772,
3457,
51,
62,
57,
12,
474,
1937,
4223,
16,
474,
409,
4223,
16,
9056,
267,
3678,
63,
6487,
9056,
267,
8573,
63,
6487,
9056,
267,
10520,
63,
6487,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
1071,
9833,
67,
7055,
1085,
39,
8914,
19772,
3457,
51,
62,
57,
12,
474,
1937,
4223,
16,
474,
409,
4223,
16,
9056,
267,
3678,
63,
6487,
9056,
267,
8573,
63,
6487,
9056,
267,
10520,
63,
6487,
... | ||
TableItem[] tableItems = jarViewer.getTable( ).getItems( ); | try { jarViewer.setSorter( new ViewerSorter( new RuleBasedCollator( ( (RuleBasedCollator) Collator.getInstance( ) ).getRules( ) ) { | private void sortJar( final int columnIndex, final boolean asc ) { TableItem[] tableItems = jarViewer.getTable( ).getItems( ); sort( columnIndex, asc, tableItems ); String[][] records = mapTableItemsTo2DArray( tableItems ); jarViewer.getTable( ).removeAll( ); TableItem tableItem; for ( int i = 0; i < tableItems.... | 46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/a23fd6f446dd0d442012e7399edbae15f11d1d1e/JdbcDriverManagerDialog.java/buggy/data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1524,
10813,
12,
727,
509,
14882,
16,
727,
1250,
6972,
262,
202,
95,
202,
202,
1388,
1180,
8526,
1014,
3126,
273,
7334,
18415,
18,
588,
1388,
12,
262,
18,
588,
3126,
12,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1524,
10813,
12,
727,
509,
14882,
16,
727,
1250,
6972,
262,
202,
95,
202,
202,
1388,
1180,
8526,
1014,
3126,
273,
7334,
18415,
18,
588,
1388,
12,
262,
18,
588,
3126,
12,... |
while ( (line = reader.readLine()) != null && !line.equals( "[junk items]" ) ); while ( line != null && (line = reader.readLine()) != null ) { if ( line.equals( "" ) ) continue; | junkItemList.add( new AdventureResult( line, 1, false ) ); } | private void loadSettings() { try { // First guarantee that a settings file exists with // the appropriate Properties data. if ( !settingsFile.exists() ) return; // Now that it is guaranteed that an XML file exists // with the appropriate properties, load the file. FileInputStream istream = new FileIn... | 50364 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50364/cb6f7c95c5195e4547f6e12f5a857eba496df806/KoLSettings.java/buggy/src/net/sourceforge/kolmafia/KoLSettings.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1262,
2628,
1435,
202,
95,
202,
202,
698,
202,
202,
95,
1082,
202,
759,
5783,
18779,
716,
279,
1947,
585,
1704,
598,
1082,
202,
759,
326,
5505,
6183,
501,
18,
1082,
202,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
1152,
918,
1262,
2628,
1435,
202,
95,
202,
202,
698,
202,
202,
95,
1082,
202,
759,
5783,
18779,
716,
279,
1947,
585,
1704,
598,
1082,
202,
759,
326,
5505,
6183,
501,
18,
1082,
202,... |
return null; | String s = getText(); Font f = getFont(); if (f != null) { FontMetrics fm = getToolkit().getFontMetrics(f); return new Dimension(SwingUtilities.computeStringWidth(fm, s), fm.getHeight()); } return renderer.getPreferredSize(); | public Dimension getPreferredSize() { return null; // TODO } | 1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/aa6d4551020d668e0117627b6c897b57ffb692b6/DefaultTreeCellEditor.java/buggy/core/src/classpath/javax/javax/swing/tree/DefaultTreeCellEditor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
13037,
12822,
4193,
1225,
1435,
565,
288,
1082,
202,
780,
272,
273,
6701,
5621,
225,
10063,
284,
273,
18776,
5621,
225,
309,
261,
74,
480,
446,
13,
288,
10063,
5653,
10940,
273,
336... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
13037,
12822,
4193,
1225,
1435,
565,
288,
1082,
202,
780,
272,
273,
6701,
5621,
225,
10063,
284,
273,
18776,
5621,
225,
309,
261,
74,
480,
446,
13,
288,
10063,
5653,
10940,
273,
336... |
public File getArchiveFileInCache(File cache, String organisation, String module, String revision, String artifact, String type, String ext) { return new File(cache, getArchivePathInCache(organisation, module, revision, artifact, type, ext)); | public File getArchiveFileInCache(File cache, Artifact artifact) { return new File(cache, getArchivePathInCache(artifact)); | public File getArchiveFileInCache(File cache, String organisation, String module, String revision, String artifact, String type, String ext) { return new File(cache, getArchivePathInCache(organisation, module, revision, artifact, type, ext)); } | 45724 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45724/0e7eb17fe72237e6e264d21d4d955a7843ea1d2b/Ivy.java/buggy/src/java/fr/jayasoft/ivy/Ivy.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
1387,
336,
7465,
812,
382,
1649,
12,
812,
1247,
16,
514,
15501,
10742,
16,
514,
1605,
16,
514,
6350,
16,
514,
6462,
16,
514,
618,
16,
514,
1110,
13,
288,
3639,
327,
394,
1387,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1387,
336,
7465,
812,
382,
1649,
12,
812,
1247,
16,
514,
15501,
10742,
16,
514,
1605,
16,
514,
6350,
16,
514,
6462,
16,
514,
618,
16,
514,
1110,
13,
288,
3639,
327,
394,
1387,
1... |
String s = e.getMessage(); | String s = e.getMessage().toLowerCase(); | private static Long getNextPkValueForEntityIncreaseBy(String ename, int count, int _increaseBy) { if (_increaseBy < 1) _increaseBy = 1; Connection con = ERXJDBCConnectionBroker.connectionBrokerForEntityNamed(ename).getConnection(); try { con.setAutoCommit(false); con.setRe... | 810 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/810/2c82c1a192d23720f9544955ebfec5c4adb679e3/ERXLongPrimaryKeyFactory.java/clean/Wonder/Common/Frameworks/ERExtensions/Sources/er/extensions/ERXLongPrimaryKeyFactory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
3238,
760,
3407,
6927,
7789,
620,
1290,
1943,
382,
11908,
858,
12,
780,
570,
339,
16,
509,
1056,
16,
509,
389,
267,
11908,
858,
13,
288,
3639,
309,
261,
67,
267,
11908,
858,
411,
404,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3407,
6927,
7789,
620,
1290,
1943,
382,
11908,
858,
12,
780,
570,
339,
16,
509,
1056,
16,
509,
389,
267,
11908,
858,
13,
288,
3639,
309,
261,
67,
267,
11908,
858,
411,
404,
... |
public static String getInternalTemplateFolder(String server, int meta_id) { | public static String getInternalTemplateFolder(String server) { | public static String getInternalTemplateFolder(String server, int meta_id) { String theFolder = "" ; imcode.server.IMCServiceInterface imc = getInterface( server ) ; // Lets get the templatefolder from Janus, theFolder = imc.getInternalTemplateFolder(meta_id) ; re... | 8781 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8781/8c38a800150768f26b208dcd461bbe97afe1bfd6/RmiLayer.java/buggy/server/src/imcode/external/diverse/RmiLayer.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
760,
514,
16918,
2283,
3899,
12,
780,
1438,
13,
225,
288,
3639,
514,
326,
3899,
273,
1408,
274,
3639,
709,
710,
18,
3567,
18,
3445,
39,
18348,
709,
71,
273,
336,
1358,
12,
1438,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
16918,
2283,
3899,
12,
780,
1438,
13,
225,
288,
3639,
514,
326,
3899,
273,
1408,
274,
3639,
709,
710,
18,
3567,
18,
3445,
39,
18348,
709,
71,
273,
336,
1358,
12,
1438,
... |
if(meanDiff >= this.ampRange.getMaxValue() - 1) | if(meanDiff >= this.ampRange.getMaxValue() - 1){ this.prevRange = this.ampRange; | public void removeSeismogram(DataSetSeismogram aSeis){ if (seismoAmps.size() == 1) { super.removeSeismogram(aSeis); return; } // end of if (seismos.size() == 1) MicroSecondTimeRange calcIntv; LocalSeismogramImpl seis = aSeis.getSeismogram(); if(this.timeRegistrar == null) calcIntv = new MicroSecondTime... | 52623 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/52623/675f4f3449a023ea40dd6f3c714f06b1f570f788/RMeanAmpConfig.java/buggy/src/edu/sc/seis/fissuresUtil/display/RMeanAmpConfig.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1206,
1761,
6228,
5553,
12,
13676,
1761,
6228,
5553,
279,
1761,
291,
15329,
225,
202,
430,
261,
307,
6228,
83,
9864,
1121,
18,
1467,
1435,
422,
404,
13,
288,
202,
565,
2240,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
918,
1206,
1761,
6228,
5553,
12,
13676,
1761,
6228,
5553,
279,
1761,
291,
15329,
225,
202,
430,
261,
307,
6228,
83,
9864,
1121,
18,
1467,
1435,
422,
404,
13,
288,
202,
565,
2240,
... |
if (argsNode.getBlockArgNode() != null) { | if (argsNode.getBlockArgNode() != null && ruby.isBlockGiven()) { | public RubyObject execute(Ruby ruby, RubyObject receiver, String name, RubyObject[] args, boolean noSuper) { if (args == null) { args = new RubyObject[0]; } RubyProc optionalBlockArg = null; if (argsNode.getBlockArgNode() != null) { optionalBlockArg = RubyProc.newPr... | 49476 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49476/af3b33b4255b64ca8a03cfabfd2435bc65c83091/DefaultMethod.java/buggy/org/jruby/internal/runtime/methods/DefaultMethod.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
921,
1836,
12,
54,
10340,
22155,
16,
19817,
921,
5971,
16,
514,
508,
16,
19817,
921,
8526,
833,
16,
1250,
1158,
8051,
13,
288,
3639,
309,
261,
1968,
422,
446,
13,
288,
5411... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
19817,
921,
1836,
12,
54,
10340,
22155,
16,
19817,
921,
5971,
16,
514,
508,
16,
19817,
921,
8526,
833,
16,
1250,
1158,
8051,
13,
288,
3639,
309,
261,
1968,
422,
446,
13,
288,
5411... |
ECDomainParameters dp = params.getParameters(); | JCEECPublicKey( String algorithm, ECPublicKeyParameters params, ECParameterSpec spec) { ECDomainParameters dp = params.getParameters(); this.algorithm = algorithm; this.q = params.getQ(); if (spec == null) { this.e... | 14767 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/14767/63fd76f0f9c510306bf27dcb267bccfb0ce1813c/JCEECPublicKey.java/buggy/crypto/jdk1.4/org/bouncycastle/jce/provider/JCEECPublicKey.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
804,
1441,
41,
4258,
24312,
12,
3639,
514,
5375,
4886,
16,
3639,
512,
4258,
24312,
2402,
282,
859,
16,
3639,
7773,
1662,
1990,
540,
857,
13,
565,
288,
2868,
333,
18,
12743,
273,
4886,
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,
804,
1441,
41,
4258,
24312,
12,
3639,
514,
5375,
4886,
16,
3639,
512,
4258,
24312,
2402,
282,
859,
16,
3639,
7773,
1662,
1990,
540,
857,
13,
565,
288,
2868,
333,
18,
12743,
273,
4886,
3... | |
quant = (int)Math.floor(.5+15*ol_pitch_coef); if (quant>15) quant=15; if (quant<0) quant=0; | quant = (int)Math.floor(.5f + 15 * ol_pitch_coef); if (quant > 15) quant = 15; if (quant < 0) quant = 0; | public int encode(final Bits bits, final float[] in) { int i; float[] res, target, mem; float[] syn_resp; float[] orig; /* Copy new data in input buffer */ System.arraycopy(frmBuf, frameSize, frmBuf, 0, bufSize-frameSize); frmBuf[bufSize-frameSize] = in[0] - preemph*pre_mem; for (i=1; i<frame... | 6022 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6022/68640e768b66e83c5637a95cc8f41b712d9fea61/NbEncoder.java/clean/main/trunk/codec/src/main/java/org/xiph/speex/NbEncoder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
2017,
12,
6385,
18690,
4125,
16,
727,
1431,
8526,
316,
13,
225,
288,
565,
509,
277,
31,
565,
1431,
8526,
400,
16,
1018,
16,
1663,
31,
565,
1431,
8526,
6194,
67,
12243,
31,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
509,
2017,
12,
6385,
18690,
4125,
16,
727,
1431,
8526,
316,
13,
225,
288,
565,
509,
277,
31,
565,
1431,
8526,
400,
16,
1018,
16,
1663,
31,
565,
1431,
8526,
6194,
67,
12243,
31,
... |
try { editorPane.setPage(logoutFile.toURL()); | public void actionPerformed(ActionEvent e) { JEditorPane editorPane = new JEditorPane(); editorPane.setEditable(false); try { editorPane.setPage(logoutFile.toURL()); JScrollPane areaScrollPane = new JScrollPane(editorPane); areaScrollPane .setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_... | 6189 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6189/5d4d88bd8718ab3a8d2a08d4750a9110b4cc5fa9/XsdTreePanelImpl.java/buggy/psi/mi/tools/xmlMakerFlattener/src/mint/filemakers/xmlMaker/gui/XsdTreePanelImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
918,
26100,
12,
1803,
1133,
425,
13,
288,
1082,
202,
46,
6946,
8485,
4858,
8485,
273,
394,
804,
6946,
8485,
5621,
1082,
202,
9177,
8485,
18,
542,
15470,
12,
5743,
1769,
1082,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
3196,
202,
482,
918,
26100,
12,
1803,
1133,
425,
13,
288,
1082,
202,
46,
6946,
8485,
4858,
8485,
273,
394,
804,
6946,
8485,
5621,
1082,
202,
9177,
8485,
18,
542,
15470,
12,
5743,
1769,
1082,
... | |
header = new SOAP11HeaderImpl(omSOAPEnvelope); | header = new SOAP11HeaderImpl(omSOAPEnvelope, (SOAPFactory) this.element.getOMFactory()); | public SOAPHeader addHeader() throws SOAPException { org.apache.ws.commons.soap.SOAPHeader header = omSOAPEnvelope.getHeader(); if (header == null) { header = new SOAP11HeaderImpl(omSOAPEnvelope); SOAPHeaderImpl saajSOAPHeader = new SOAPHeaderImpl(header); saajSOAPHead... | 49300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49300/46a014bae8b3bdea6efef1d984a295027545ce0c/SOAPEnvelopeImpl.java/buggy/modules/saaj/src/org/apache/axis2/saaj/SOAPEnvelopeImpl.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
16434,
1864,
13906,
1435,
1216,
16434,
503,
288,
3639,
2358,
18,
19211,
18,
4749,
18,
6054,
87,
18,
19215,
18,
27952,
1864,
1446,
273,
8068,
27952,
10862,
18,
588,
1864,
5621,
3639,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
16434,
1864,
13906,
1435,
1216,
16434,
503,
288,
3639,
2358,
18,
19211,
18,
4749,
18,
6054,
87,
18,
19215,
18,
27952,
1864,
1446,
273,
8068,
27952,
10862,
18,
588,
1864,
5621,
3639,
... |
sp.printHTML("Exception storing story " + e + "<br>"); | sp.printHTML("Exception viewing story " + e + "<br>"); | public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { sp = new ServletPrinter(response, "ViewStory"); String categoryName, nickname, title = null, body = null, category, table; String password = null, date = null, username = null; int user... | 6590 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6590/dee121526593d00bb066c6865dcebb9f34e9dba8/ViewStory.java/buggy/Servlets/edu/rice/rubbos/servlets/ViewStory.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
918,
23611,
12,
2940,
18572,
590,
16,
12446,
766,
13,
1377,
1216,
1860,
16,
16517,
225,
288,
565,
1694,
273,
394,
7971,
12149,
12,
2740,
16,
315,
1767,
510,
630,
8863,
565,
514,
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,
282,
1071,
918,
23611,
12,
2940,
18572,
590,
16,
12446,
766,
13,
1377,
1216,
1860,
16,
16517,
225,
288,
565,
1694,
273,
394,
7971,
12149,
12,
2740,
16,
315,
1767,
510,
630,
8863,
565,
514,
3... |
.getSVNResourceFor(resource); if ((includeFiles && (resource.getType() == IResource.FILE)) || (includeFolders && (resource.getType() == IResource.FOLDER))) { | .getSVNResourceFor(resources[i]); if ((includeFiles && (resources[i].getType() == IResource.FILE)) || (includeFolders && (resources[i].getType() == IResource.FOLDER))) { | public ISVNResource[] members(IProgressMonitor monitor, int flags) throws SVNException { final List result = new ArrayList(); IResource[] resources; try { resources = ((IContainer) resource).members(true); } catch (CoreException e) { throw SVNException.wr... | 6016 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6016/5b9ef02270d263180a9ed90542d1e2e77455b7b9/LocalFolder.java/clean/subclipse/core/src/org/tigris/subversion/subclipse/core/resources/LocalFolder.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
4437,
58,
50,
1420,
8526,
4833,
12,
45,
5491,
7187,
6438,
16,
509,
2943,
13,
5411,
1216,
29537,
50,
503,
288,
3639,
727,
987,
563,
273,
394,
2407,
5621,
3639,
467,
1420,
8526,
270... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4437,
58,
50,
1420,
8526,
4833,
12,
45,
5491,
7187,
6438,
16,
509,
2943,
13,
5411,
1216,
29537,
50,
503,
288,
3639,
727,
987,
563,
273,
394,
2407,
5621,
3639,
467,
1420,
8526,
270... |
endDss(true); | endDss(true); | protected void endDss(byte chainByte) { // Do regular endDss processing. endDss(true); // Now override default chain state. bytes[dssLengthLocation + 3] &= 0x0F; // Zero out default bytes[dssLengthLocation + 3] |= chainByte; previousChainByte = chainByte; } | 56322 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56322/977561c9de22d12b40a3a2f79a8df22ba7fc7752/DDMWriter.java/clean/java/drda/org/apache/derby/impl/drda/DDMWriter.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
679,
40,
1049,
12,
7229,
2687,
3216,
13,
288,
3639,
368,
2256,
6736,
679,
40,
1049,
4929,
18,
3639,
679,
40,
1049,
12,
3767,
1769,
3639,
368,
4494,
3849,
805,
2687,
919,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
4750,
918,
679,
40,
1049,
12,
7229,
2687,
3216,
13,
288,
3639,
368,
2256,
6736,
679,
40,
1049,
4929,
18,
3639,
679,
40,
1049,
12,
3767,
1769,
3639,
368,
4494,
3849,
805,
2687,
919,
18,
... |
else if(lastDelegateSet == null) error("delegate-invalid",value); | public void attribute(String aname, String value, boolean isSpecified) { aname = (aname == null) ? null : aname.intern(); if (aname == "NAME") { propName = value; } else if (aname == "VALUE") { propValue = value; } else if (aname == "TYPE") { lastTokenID = Token.stringToToken(value); if(lastTokenID ==... | 8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/4b175ee58dd991b591cc03b2833e652988768a8d/XModeHandler.java/clean/org/gjt/sp/jedit/syntax/XModeHandler.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1566,
12,
780,
392,
339,
16,
514,
460,
16,
1250,
353,
17068,
13,
202,
95,
202,
202,
304,
339,
273,
261,
304,
339,
422,
446,
13,
692,
446,
294,
392,
339,
18,
267,
798,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1566,
12,
780,
392,
339,
16,
514,
460,
16,
1250,
353,
17068,
13,
202,
95,
202,
202,
304,
339,
273,
261,
304,
339,
422,
446,
13,
692,
446,
294,
392,
339,
18,
267,
798,... | |
new Object[] {m_search.getQuery()})); | new Object[] {search.getQuery()})); | public String displaySearchResult(CmsSearch search) { initSearch(search); StringBuffer result = new StringBuffer(800); List searchResult; if (m_search.getQuery() == null || "".equals(m_search.getQuery().trim())) { m_search.setQuery(""); searchResult = new ArrayList(... | 51784 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51784/6dc4c36af863d2eaa62ccd4781dda6ce52e52f54/CmsHelpSearchResultView.java/buggy/src/org/opencms/workplace/help/CmsHelpSearchResultView.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
2562,
24916,
12,
4747,
2979,
1623,
13,
288,
3639,
1208,
2979,
12,
3072,
1769,
3639,
6674,
563,
273,
394,
6674,
12,
17374,
1769,
3639,
987,
31935,
31,
3639,
309,
261,
81,
67,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
377,
1071,
514,
2562,
24916,
12,
4747,
2979,
1623,
13,
288,
3639,
1208,
2979,
12,
3072,
1769,
3639,
6674,
563,
273,
394,
6674,
12,
17374,
1769,
3639,
987,
31935,
31,
3639,
309,
261,
81,
67,
... |
startX = Integer.parseInt( xScene3Field.getText() ); startY = Integer.parseInt( yScene3Field.getText() ); finishX = Integer.parseInt( x2Scene3Field.getText() ); finishY = Integer.parseInt( y2Scene3Field.getText() ); | startX = Integer.parseInt(xScene3Field .getText()); startY = Integer.parseInt(yScene3Field .getText()); finishX = Integer.parseInt(x2Scene3Field .getText()); finishY = Integer.parseInt(y2Scene3Field .getText()); | public boolean parseCoords() { switch( sceneNumber ) { case 0: try { switch( numberFormat ) { case 0: startX = Integer.parseIn... | 3699 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3699/e3746491678a9f0bdee74ba64d785d53772c8516/FlyoverEditor.java/clean/src/net/starmen/pkhack/eb/FlyoverEditor.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
1250,
1109,
13089,
1435,
3639,
288,
5411,
1620,
12,
9065,
1854,
262,
5411,
288,
7734,
648,
374,
30,
10792,
775,
10792,
288,
13491,
1620,
12,
28239,
262,
13491,
288,
18701,
648,
374,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1,
8585,
326,
22398,
316,
326,
981,
30,
540,
1071,
1250,
1109,
13089,
1435,
3639,
288,
5411,
1620,
12,
9065,
1854,
262,
5411,
288,
7734,
648,
374,
30,
10792,
775,
10792,
288,
13491,
1620,
12,
28239,
262,
13491,
288,
18701,
648,
374,
... |
module.manageId( templateParam, false, false ); | module.manageId( templateParam, false ); | public final void semanticCheck( Module module ) { allExceptions = validateWithContents( module ); // delete all useless template parameter definition if ( module instanceof ReportDesign ) { ContainerSlot slot = module .getSlot( ReportDesign.TEMPLATE_PARAMETER_DEFINITION_SLOT ); assert slot != null; for ... | 12803 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12803/6a3ed59ea9f9176b52faa3e4ce3eef423f5cf8ae/Module.java/clean/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
727,
918,
15178,
1564,
12,
5924,
1605,
262,
202,
95,
202,
202,
454,
11416,
273,
1954,
1190,
6323,
12,
1605,
11272,
202,
202,
759,
1430,
777,
26967,
1542,
1569,
2379,
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,
727,
918,
15178,
1564,
12,
5924,
1605,
262,
202,
95,
202,
202,
454,
11416,
273,
1954,
1190,
6323,
12,
1605,
11272,
202,
202,
759,
1430,
777,
26967,
1542,
1569,
2379,
202,
202,
... |
ArrayList examples = null,exampleshelp = null; | ArrayList examples = null; | public Hashtable[] load() throws java.io.IOException { String edirectory = null; ArrayList examples = null,exampleshelp = null; systems = new Hashtable[5]; systems[MACHINE] = new Hashtable(); systems[DIRECTORY] = new Hashtable(); systems[MAXNP] = new Hashta... | 4397 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4397/0eb8b5b1737ebd9919b6d5a6714efb355b0d5074/PETScRund.java/clean/src/sys/src/objects/ams/java/PETScRund.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
282,
1071,
18559,
8526,
1262,
1435,
1216,
2252,
18,
1594,
18,
14106,
225,
288,
565,
514,
6647,
1675,
1292,
273,
446,
31,
565,
2407,
3639,
10991,
273,
446,
31,
6647,
14908,
273,
394,
18559,
63,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
18559,
8526,
1262,
1435,
1216,
2252,
18,
1594,
18,
14106,
225,
288,
565,
514,
6647,
1675,
1292,
273,
446,
31,
565,
2407,
3639,
10991,
273,
446,
31,
6647,
14908,
273,
394,
18559,
63,... |
} | } | public void testBigQuery() { Result result = runQuery( "SELECT {[Measures].[Unit Sales]} on columns," + nl + " {[Product].members} on rows" + nl + "from Sales"); final int rowCount = result.getAxes()[1].positions.length; assertEquals(2256, rowCount); assertEquals("152", result.getCell(new int[... | 37907 /local/tlutelli/issta_data/temp/all_java3context/java/2006_temp/2006/37907/b5b5168edc3af09cb74945a80b0c36e6630ed502/BasicQueryTest.java/clean/testsrc/main/mondrian/test/BasicQueryTest.java | [
1,
8585,
326,
22398,
316,
326,
981,
30,
225,
202,
482,
918,
1842,
9901,
1138,
1435,
288,
202,
202,
1253,
563,
273,
1086,
1138,
12,
9506,
202,
6,
4803,
288,
63,
23177,
1823,
8009,
63,
2802,
25996,
18322,
603,
2168,
10837,
397,
7741,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9901,
1138,
1435,
288,
202,
202,
1253,
563,
273,
1086,
1138,
12,
9506,
202,
6,
4803,
288,
63,
23177,
1823,
8009,
63,
2802,
25996,
18322,
603,
2168,
10837,
397,
7741,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.