rem
stringlengths
1
226k
add
stringlengths
0
227k
context
stringlengths
6
326k
meta
stringlengths
143
403
input_ids
listlengths
256
256
attention_mask
listlengths
256
256
labels
listlengths
128
128
if(OperatingSystem.isMacOSLF() && shortcut != null)
if(OperatingSystem.hasScreenMenuBar() && shortcut != null)
public EnhancedMenuItem(String label, EditAction action) { this.action = action; this.shortcut = getShortcut(); if(OperatingSystem.isMacOSLF() && shortcut != null) { setText(label + " (" + shortcut + ")"); shortcut = null; } else setText(label); if(action != null) { setEnabled(true); addActionListene...
8690 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8690/3aa2cc3a8f65ac8857f186c413b6af171c65635f/EnhancedMenuItem.java/buggy/org/gjt/sp/jedit/gui/EnhancedMenuItem.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 1374, 17221, 12958, 12, 780, 1433, 16, 15328, 1803, 1301, 13, 202, 95, 202, 202, 2211, 18, 1128, 273, 1301, 31, 202, 202, 2211, 18, 24744, 273, 13157, 5150, 5621, 202, 202, 43...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1374, 17221, 12958, 12, 780, 1433, 16, 15328, 1803, 1301, 13, 202, 95, 202, 202, 2211, 18, 1128, 273, 1301, 31, 202, 202, 2211, 18, 24744, 273, 13157, 5150, 5621, 202, 202, 43...
try { ctx.eventProducer.produceEvent(new SimpleBlockPutEvent(chk.getClientKey())); if(!getCHKOnly) ctx.client.putCHK(chk, ctx.starterClient, ctx.cacheLocalRequests); } catch (LowLevelPutException e) { le = e;
int rnfs = 0; for(int i=0;i<=ctx.maxInsertRetries;i++) { try { ctx.eventProducer.produceEvent(new SimpleBlockPutEvent(chk.getClientKey())); if(!getCHKOnly) ctx.client.putCHK(chk, ctx.starterClient, ctx.cacheLocalRequests); break; } catch (LowLevelPutException e) { le = e; switch(le.code) { case LowLevelPutException.ROU...
private FreenetURI simplePutCHK(ClientCHKBlock chk, ClientMetadata clientMetadata, boolean getCHKOnly) throws InserterException { LowLevelPutException le = null; try { ctx.eventProducer.produceEvent(new SimpleBlockPutEvent(chk.getClientKey())); if(!getCHKOnly) ctx.client.putCHK(chk, ctx.starterClient, ctx.cac...
50653 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50653/f796d24f4aa09fbf23678d518365f0f1ee62e0ca/FileInserter.java/clean/src/freenet/client/FileInserter.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1152, 478, 2842, 278, 3098, 4143, 6426, 1792, 47, 12, 1227, 1792, 47, 1768, 15000, 16, 2445, 2277, 1004, 2277, 16, 1250, 336, 1792, 47, 3386, 13, 1216, 657, 550, 387, 503, 288, 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, 478, 2842, 278, 3098, 4143, 6426, 1792, 47, 12, 1227, 1792, 47, 1768, 15000, 16, 2445, 2277, 1004, 2277, 16, 1250, 336, 1792, 47, 3386, 13, 1216, 657, 550, 387, 503, 288, 202...
RetargetAction action = new RetargetAction(getId(), IDEWorkbenchMessages.getString("Workbench.openProject")); action.setToolTipText(IDEWorkbenchMessages.getString("Workbench.openProjectToolTip")); window.getPartService().addPartListener(action); action.setActionDefinitionId("org.eclipse.ui.project.openProject");
IWorkbenchAction innerAction = ActionFactory.NEW.create(window); IWorkbenchAction action = new NewWizardDropDownAction(window, innerAction); action.setId(getId());
public IWorkbenchAction create(IWorkbenchWindow window) { if (window == null) { throw new IllegalArgumentException(); } RetargetAction action = new RetargetAction(getId(), IDEWorkbenchMessages.getString("Workbench.openProject")); //$NON-NLS-1$ //$NON-NLS-2$ action.setToolTipText(IDEWorkbenchMessages.getStr...
57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/a28eb1ef10e772648cd789827e54d2e08b8df441/IDEActionFactory.java/buggy/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEActionFactory.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 3196, 202, 482, 467, 2421, 22144, 1803, 752, 12, 45, 2421, 22144, 3829, 2742, 13, 288, 1082, 202, 430, 261, 5668, 422, 446, 13, 288, 9506, 202, 12849, 394, 2754, 5621, 1082, 202, 97, 1082, 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, 3196, 202, 482, 467, 2421, 22144, 1803, 752, 12, 45, 2421, 22144, 3829, 2742, 13, 288, 1082, 202, 430, 261, 5668, 422, 446, 13, 288, 9506, 202, 12849, 394, 2754, 5621, 1082, 202, 97, 1082, 2...
renWin.GetRenderer().AddActor(outlineActor);
GetRenderer().AddActor(outlineActor);
public void setImageData(vtkImageData id) { //The shared picker enables us to use 3 planes at one time //and gets the picking order right vtkCellPicker picker = new vtkCellPicker(); picker.SetTolerance(0.005); //The 3 image plane widgets are used to probe the dataset. vtkImagePlaneWidget planeWidget...
45477 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45477/a498c4a24d08be9a14ecb583bfc09eb98abb52e8/ImagePlaneWidget.java/clean/Wrapping/Java/ImagePlaneWidget.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 18893, 751, 12, 11734, 79, 2040, 751, 612, 13, 288, 565, 368, 1986, 5116, 18141, 19808, 584, 358, 999, 890, 31634, 622, 1245, 813, 565, 368, 464, 5571, 326, 6002, 310, 1353, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 18893, 751, 12, 11734, 79, 2040, 751, 612, 13, 288, 565, 368, 1986, 5116, 18141, 19808, 584, 358, 999, 890, 31634, 622, 1245, 813, 565, 368, 464, 5571, 326, 6002, 310, 1353, ...
catch (StringIndexOutOfBoundsException ex)
catch (ArrayIndexOutOfBoundsException ex)
public void decodeMetacharacters() { try { decodeMetacharacters (0, this.length()); } catch (StringIndexOutOfBoundsException ex) { // Should never happen } }
1346 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1346/1f5b4bc234b50dd553323beab1cde897792d8ce7/XStringBuffer.java/buggy/src/org/clapper/util/text/XStringBuffer.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 2495, 12244, 497, 297, 9202, 1435, 565, 288, 3639, 775, 3639, 288, 5411, 2495, 12244, 497, 297, 9202, 261, 20, 16, 333, 18, 2469, 10663, 3639, 289, 3639, 1044, 261, 1076, 30548...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 2495, 12244, 497, 297, 9202, 1435, 565, 288, 3639, 775, 3639, 288, 5411, 2495, 12244, 497, 297, 9202, 261, 20, 16, 333, 18, 2469, 10663, 3639, 289, 3639, 1044, 261, 1076, 30548...
if (selectingView) {
if (selectedView != null) {
public void fill(Menu menu, int index) { // TODO Auto-generated method stub super.fill(menu, index); orientationItem = new MenuItem(menu, SWT.CASCADE, index++); { orientationItem.setText(WorkbenchMessages.FastViewBar_view_orientation); Menu orientationSwtMen...
58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/a757d3b36b38a5a4ad0d10f0128d4188eecd198d/FastViewBarContextMenuContribution.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewBarContextMenuContribution.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 3636, 12, 4599, 3824, 16, 509, 770, 13, 288, 3639, 368, 2660, 8064, 17, 11168, 707, 7168, 3639, 2240, 18, 5935, 12, 5414, 16, 770, 1769, 7734, 9820, 1180, 273, 394, 25085, 12...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 3636, 12, 4599, 3824, 16, 509, 770, 13, 288, 3639, 368, 2660, 8064, 17, 11168, 707, 7168, 3639, 2240, 18, 5935, 12, 5414, 16, 770, 1769, 7734, 9820, 1180, 273, 394, 25085, 12...
if ( useTabbedChat ) tabbedFrame.addTab( channel ); else SwingUtilities.invokeLater( new CreateFrameRunnable( ChatFrame.class, new String [] { channel } ) );
if ( shouldOpenWindow ) { if ( useTabbedChat ) tabbedFrame.addTab( channel ); else SwingUtilities.invokeLater( new CreateFrameRunnable( ChatFrame.class, new String [] { channel } ) ); }
public static void openInstantMessage( String channel ) { // If the window exists, don't open another one as it // just confuses the disposal issue if ( instantMessageBuffers.containsKey( channel ) ) return; try { if ( !isRunning ) return; LimitedSizeChatBuffer buffer = new LimitedSizeChatBuffer( KoLChar...
50364 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50364/911ed726f6ce75312f8ab7bd0e47f2e813c1af17/KoLMessenger.java/clean/src/net/sourceforge/kolmafia/KoLMessenger.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 760, 918, 1696, 10675, 1079, 12, 514, 1904, 262, 202, 95, 202, 202, 759, 971, 326, 2742, 1704, 16, 2727, 1404, 1696, 4042, 1245, 487, 518, 202, 202, 759, 2537, 2195, 6117, 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, 225, 202, 482, 760, 918, 1696, 10675, 1079, 12, 514, 1904, 262, 202, 95, 202, 202, 759, 971, 326, 2742, 1704, 16, 2727, 1404, 1696, 4042, 1245, 487, 518, 202, 202, 759, 2537, 2195, 6117, 326...
public void set(org.quickfix.field.LegSymbol value)
public void set(quickfix.field.LegSymbol value)
public void set(org.quickfix.field.LegSymbol value) { setField(value); }
8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/QuoteStatusRequest.java/clean/src/java/src/quickfix/fix44/QuoteStatusRequest.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 444, 12, 19525, 904, 18, 1518, 18, 8329, 5335, 460, 13, 225, 288, 16331, 12, 1132, 1769, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 444, 12, 19525, 904, 18, 1518, 18, 8329, 5335, 460, 13, 225, 288, 16331, 12, 1132, 1769, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
for (int i=0; i<3; i++) {
for (int i=0; i<3; i++) {
protected void initFile(String id) throws FormatException, IOException { if (noPOI || needLegacy) { legacy.initFile(id); return; } close(); currentId = id; metadata = new Hashtable(); pixels = new Hashtable(); names = new Hashtable(); offsets = new Hashtable(); zIndices = new Vect...
46826 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46826/3dfd59718bd357815b599f69b2fb792dc8c85b62/ZeissZVIReader.java/clean/loci/formats/in/ZeissZVIReader.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 4750, 918, 1208, 812, 12, 780, 612, 13, 1216, 4077, 503, 16, 1860, 288, 565, 309, 261, 2135, 2419, 45, 747, 1608, 12235, 13, 288, 1377, 8866, 18, 2738, 812, 12, 350, 1769, 1377, 327, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 4750, 918, 1208, 812, 12, 780, 612, 13, 1216, 4077, 503, 16, 1860, 288, 565, 309, 261, 2135, 2419, 45, 747, 1608, 12235, 13, 288, 1377, 8866, 18, 2738, 812, 12, 350, 1769, 1377, 327, ...
protected IClass getComponentType2() { throw new RuntimeException(); }
protected IClass getComponentType2() { throw new RuntimeException("SNO: Non-array type has no component type"); }
protected IClass getComponentType2() { throw new RuntimeException(); }
9453 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/9453/9144825a0ce7c4e3f8cc307fff204eb4550cc555/UnitCompiler.java/buggy/janino/src/org/codehaus/janino/UnitCompiler.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 2398, 4750, 467, 797, 225, 23948, 22, 1435, 288, 604, 394, 3235, 5621, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 2398, 4750, 467, 797, 225, 23948, 22, 1435, 288, 604, 394, 3235, 5621, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
int postServerNameIndex = requestURL.indexOf(serverName) + serverName.length(); config.setUrl(requestURL.substring(0, requestURL.indexOf(contextPath, postServerNameIndex) + contextPath.length()));
if(contextPath.length() == 0) { config.setUrl(requestURL.substring(0, requestURL.indexOf("/", postServerNameIndex))); } else { config.setUrl(requestURL.substring(0, requestURL.indexOf(contextPath, postServerNameIndex) + contextPath.length())); }
public void doFilter(ServletRequest req, ServletResponse response, FilterChain chain) throws IOException, ServletException { // make sure it's an http servlet request HttpServletRequest request = (HttpServletRequest) req; // get or create session and application object // create/get instance of current ap...
6853 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6853/83d2370c4d1fa46d6ae4a56469233becfe16b780/InitFilter.java/buggy/src/org/snipsnap/net/filter/InitFilter.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 741, 1586, 12, 18572, 1111, 16, 7971, 1064, 766, 16, 4008, 3893, 2687, 13, 1216, 1860, 16, 16517, 288, 565, 368, 1221, 3071, 518, 1807, 392, 1062, 8100, 590, 565, 9984, 590, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 741, 1586, 12, 18572, 1111, 16, 7971, 1064, 766, 16, 4008, 3893, 2687, 13, 1216, 1860, 16, 16517, 288, 565, 368, 1221, 3071, 518, 1807, 392, 1062, 8100, 590, 565, 9984, 590, ...
if (aBonus.hasPreReqs())
if ( bonus.qualifies(aPC) )
public void activateBonuses(final PlayerCharacter aPC) { List aBonusList = getBonusList(); if (aBonusList == null) { return; } for (Iterator ab = aBonusList.iterator(); ab.hasNext();) { final BonusObj aBonus = (BonusObj) ab.next(); aBonus.setApplied(false); if (aBonus.hasPreReqs()) { //TODO: This is...
48301 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48301/088c15261d01327bce6f44925516d0287dc266cb/PointBuyMethod.java/buggy/code/src/java/pcgen/core/PointBuyMethod.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 10235, 38, 265, 6117, 12, 6385, 19185, 7069, 279, 3513, 13, 202, 95, 202, 202, 682, 279, 38, 22889, 682, 273, 2882, 22889, 682, 5621, 202, 202, 430, 261, 69, 38, 22889, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 10235, 38, 265, 6117, 12, 6385, 19185, 7069, 279, 3513, 13, 202, 95, 202, 202, 682, 279, 38, 22889, 682, 273, 2882, 22889, 682, 5621, 202, 202, 430, 261, 69, 38, 22889, ...
if (buffer == null)
if (buffer == null) {
private static final String escape(final String rawText) { // defer initialization of a StringBuffer until we know we need one StringBuffer buffer = null; for (int i = 0; i < rawText.length(); i++) { char c = rawText.charAt(i); switch (c) { case CommandManager.PARAMETER_START_CHAR: case CommandManager.PARAM...
57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/89b4a849cd34ceb44f4bc6468518cca6c64845a5/ParameterizedCommand.java/buggy/bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1152, 760, 727, 514, 4114, 12, 6385, 514, 1831, 1528, 13, 288, 202, 202, 759, 2220, 10313, 434, 279, 6674, 3180, 732, 5055, 732, 1608, 1245, 202, 202, 780, 1892, 1613, 273, 446, 31...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1152, 760, 727, 514, 4114, 12, 6385, 514, 1831, 1528, 13, 288, 202, 202, 759, 2220, 10313, 434, 279, 6674, 3180, 732, 5055, 732, 1608, 1245, 202, 202, 780, 1892, 1613, 273, 446, 31...
public void mWS() throws RecognitionException { try { ruleNestingLevel++; int _type = WS; int _start = getCharIndex(); int _line = getLine(); int _charPosition = getCharPositionInLine(); int _channel = Token.DEFAULT_CHANNEL; // D:\\...
5490 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5490/d92dc116c388103ddf04d98d53904a6fdc204af5/DRLLexer.java/clean/drools-compiler/src/main/java/org/drools/lang/DRLLexer.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 312, 2651, 1435, 1216, 9539, 288, 3639, 775, 288, 5411, 1720, 50, 10100, 2355, 9904, 31, 5411, 509, 389, 723, 273, 7649, 31, 5411, 509, 389, 1937, 273, 23577, 1016, 5621, 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, 918, 312, 2651, 1435, 1216, 9539, 288, 3639, 775, 288, 5411, 1720, 50, 10100, 2355, 9904, 31, 5411, 509, 389, 723, 273, 7649, 31, 5411, 509, 389, 1937, 273, 23577, 1016, 5621, 5411,...
System.err.println("Password wrong!");
Debug.err("Password wrong!");
protected void drawDialog() { GridBagLayout gridbag = new GridBagLayout(); GridBagConstraints c = new GridBagConstraints(); c.insets.top = 5; c.insets.bottom = 5; c.anchor = GridBagConstraints.WEST; // Create JTabbedPane JTabbedPane tpane = new JTabbedPane(JTabbedPane.TOP); JPanel boxpane = new JPanel(gridbag)...
7476 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7476/2dd51410fd8b2501070bf063bb67caba59b8e1fe/ConfigDialog.java/clean/jfritz/src/de/moonflower/jfritz/ConfigDialog.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1117, 918, 3724, 6353, 1435, 288, 202, 202, 6313, 5013, 3744, 3068, 22551, 273, 394, 7145, 5013, 3744, 5621, 202, 202, 6313, 6852, 276, 273, 394, 13075, 5621, 202, 202, 71, 18, 267, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3724, 6353, 1435, 288, 202, 202, 6313, 5013, 3744, 3068, 22551, 273, 394, 7145, 5013, 3744, 5621, 202, 202, 6313, 6852, 276, 273, 394, 13075, 5621, 202, 202, 71, 18, 267, ...
List constantNames = new ArrayList();
ArrayList constantNames = new ArrayList();
public RubyArray constants() { List constantNames = new ArrayList(); Iterator iter = getRuby().getClasses().nameIterator(); while (iter.hasNext()) { String name = (String) iter.next(); if (IdUtil.isConstant(name)) { constantNames.add(RubyString.newString(get...
48300 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48300/a42a5780d9d19f5b3f27bdc079684319c5596e54/RubyModule.java/buggy/org/jruby/RubyModule.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 19817, 1076, 6810, 1435, 288, 3639, 2407, 5381, 1557, 273, 394, 2407, 5621, 3639, 4498, 1400, 273, 4170, 10340, 7675, 588, 4818, 7675, 529, 3198, 5621, 3639, 1323, 261, 2165, 18, 5332...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1076, 6810, 1435, 288, 3639, 2407, 5381, 1557, 273, 394, 2407, 5621, 3639, 4498, 1400, 273, 4170, 10340, 7675, 588, 4818, 7675, 529, 3198, 5621, 3639, 1323, 261, 2165, 18, 5332...
Callback each_object = new ReflectionCallbackMethod(RubyObjectSpace.class, "each_object", true, true);
Callback each_object = CallbackFactory.getOptSingletonMethod(RubyObjectSpace.class, "each_object");
public static RubyModule createObjectSpaceModule(Ruby ruby) { Callback each_object = new ReflectionCallbackMethod(RubyObjectSpace.class, "each_object", true, true); RubyModule objectSpaceModule = ruby.defineModule("ObjectSpace"); objectSpaceModule.defineModuleFunction("each_object", each_object...
47273 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47273/6076c5ab87d25a488469aa1a32f1d2c9c9e470b2/RubyObjectSpace.java/buggy/org/jruby/RubyObjectSpace.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 19817, 3120, 17109, 3819, 3120, 12, 54, 10340, 22155, 13, 288, 3639, 8444, 1517, 67, 1612, 273, 8444, 1733, 18, 588, 6179, 19571, 1305, 12, 54, 10340, 921, 3819, 18, 1106, 16, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 19817, 3120, 17109, 3819, 3120, 12, 54, 10340, 22155, 13, 288, 3639, 8444, 1517, 67, 1612, 273, 8444, 1733, 18, 588, 6179, 19571, 1305, 12, 54, 10340, 921, 3819, 18, 1106, 16, ...
.getDays().get(week * daysOfWeek.length + slot), examsMap, user,locale));
.getDays().get(week * daysOfWeek.length + slot), examsMap, user,pageContext));
private void renderExamsForRowOfDays(StringBuffer strBuffer, int week,Locale locale) { for (int slot = 0; slot < daysOfWeek.length; slot++) { ExamsMapSlot examsMapSlot = (ExamsMapSlot) examsMap.getDays().get( week * daysOfWeek.length + slot); String classCSS = "exam_c...
2645 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2645/3a8a05324ca0e51b162a29d2187e807ce815473d/ExamsMapForRoomRenderer.java/clean/src/net/sourceforge/fenixedu/presentationTier/TagLib/sop/examsMapNew/ExamsMapForRoomRenderer.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 1743, 424, 301, 28388, 1999, 951, 9384, 12, 780, 1892, 609, 1892, 16, 509, 4860, 16, 3916, 2573, 13, 288, 3639, 364, 261, 474, 4694, 273, 374, 31, 4694, 411, 4681, 12250, 18,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 1743, 424, 301, 28388, 1999, 951, 9384, 12, 780, 1892, 609, 1892, 16, 509, 4860, 16, 3916, 2573, 13, 288, 3639, 364, 261, 474, 4694, 273, 374, 31, 4694, 411, 4681, 12250, 18,...
if ( !messages.isEmpty() )
if ( messages != null && !messages.isEmpty() )
private String getValidationMessages( ScmRepositoryException ex ) { List messages = ex.getValidationMessages(); StringBuffer message = new StringBuffer(); if ( !messages.isEmpty() ) { for ( Iterator i = messages.iterator(); i.hasNext(); ) { message...
48499 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48499/7fb976baf6cb13756a09081ec01079ae877f2c31/DefaultContinuumScm.java/clean/continuum-core/src/main/java/org/apache/maven/continuum/scm/DefaultContinuumScm.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 514, 23315, 5058, 12, 2850, 81, 3305, 503, 431, 262, 565, 288, 3639, 987, 2743, 273, 431, 18, 588, 4354, 5058, 5621, 3639, 6674, 883, 273, 394, 6674, 5621, 3639, 309, 261, 2743, 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, 377, 3238, 514, 23315, 5058, 12, 2850, 81, 3305, 503, 431, 262, 565, 288, 3639, 987, 2743, 273, 431, 18, 588, 4354, 5058, 5621, 3639, 6674, 883, 273, 394, 6674, 5621, 3639, 309, 261, 2743, 4...
protected List getExpressionResultType(IASTExpression expression){
protected List getExpressionResultType(IASTExpression expression, ISymbol symbol){
protected List getExpressionResultType(IASTExpression expression){ List result = new ArrayList(); if (expression.getExpressionKind() == IASTExpression.Kind.PRIMARY_EMPTY) { TypeInfo info = new TypeInfo(); info.setType(TypeInfo.t_void); result.add(info); return result; } if (expression.getExpressionKind()...
6192 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/6192/63ed749357ed988bf6ae697762eddfe2f37ae0bb/CompleteParseASTFactory.java/clean/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/complete/CompleteParseASTFactory.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1117, 987, 16183, 1253, 559, 12, 45, 9053, 2300, 2652, 15329, 202, 202, 682, 563, 273, 394, 2407, 5621, 9506, 202, 430, 261, 8692, 18, 588, 2300, 5677, 1435, 422, 467, 9053, 2300, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 987, 16183, 1253, 559, 12, 45, 9053, 2300, 2652, 15329, 202, 202, 682, 563, 273, 394, 2407, 5621, 9506, 202, 430, 261, 8692, 18, 588, 2300, 5677, 1435, 422, 467, 9053, 2300, ...
/*theDispatcher.stop(); try { criticalThreads.destroy(); } catch(IllegalThreadStateException itse) { System.out.println("Time-critical threads still active: "); criticalThreads.list(); } finally { criticalThreads = null; } */
void endContainer() { --activeContainers; if(activeContainers == 0) { /*theDispatcher.stop(); try { criticalThreads.destroy(); } catch(IllegalThreadStateException itse) { System.out.println("Time-critical threads still active: "); criticalThreads.list(); } finally { criticalTh...
5505 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5505/a1b050863c4132c911b4def72b2c4ffe06daa529/Runtime.java/buggy/src/jade/core/Runtime.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 918, 679, 2170, 1435, 288, 565, 1493, 3535, 11177, 31, 565, 309, 12, 3535, 11177, 422, 374, 13, 288, 377, 202, 20308, 5787, 6681, 18, 5681, 5621, 5411, 775, 288, 202, 28000, 13233, 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, 918, 679, 2170, 1435, 288, 565, 1493, 3535, 11177, 31, 565, 309, 12, 3535, 11177, 422, 374, 13, 288, 377, 202, 20308, 5787, 6681, 18, 5681, 5621, 5411, 775, 288, 202, 28000, 13233, 18, ...
if(outputMark > off) { if(outputMark >= off + len) {
if (outputMark > off) { if (outputMark >= off + len) {
public synchronized void removeUpdate(DocumentEvent e) { int len = e.getLength(); int off = e.getOffset(); if(outputMark > off) { if(outputMark >= off + len) { outputMark -= len; } else { outputMark = off; } } }
7555 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/7555/b9766e81693411fa600b26b9a0763dcf621b2770/Main.java/buggy/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/Main.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 3852, 918, 1206, 1891, 12, 2519, 1133, 425, 13, 288, 3639, 509, 562, 273, 425, 18, 588, 1782, 5621, 3639, 509, 3397, 273, 425, 18, 588, 2335, 5621, 3639, 309, 12, 2844, 3882, 405,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 3852, 918, 1206, 1891, 12, 2519, 1133, 425, 13, 288, 3639, 509, 562, 273, 425, 18, 588, 1782, 5621, 3639, 509, 3397, 273, 425, 18, 588, 2335, 5621, 3639, 309, 12, 2844, 3882, 405,...
return new ForEachNode(parse(children), parse(next), select, sortKeys);
ForEachNode ret = new ForEachNode(select, sortKeys); ret.children = parse(children); return ret;
final TemplateNode parseForEach(Node node, Node children, Node next) throws TransformerConfigurationException, XPathExpressionException { NamedNodeMap attrs = node.getAttributes(); String s = getRequiredAttribute(attrs, "select", node); List sortKeys = parseSortKeys(children); Expr select = (Expr) xpa...
45713 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45713/363fe84fd732aa8ca3562fb0734fe48ee20c2c65/Stylesheet.java/clean/libraries/javalib/gnu/xml/transform/Stylesheet.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 727, 5035, 907, 1109, 1290, 3442, 12, 907, 756, 16, 2029, 2325, 16, 2029, 1024, 13, 565, 1216, 11519, 10737, 16, 10172, 2300, 503, 225, 288, 565, 9796, 907, 863, 3422, 273, 756, 18, 588...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 727, 5035, 907, 1109, 1290, 3442, 12, 907, 756, 16, 2029, 2325, 16, 2029, 1024, 13, 565, 1216, 11519, 10737, 16, 10172, 2300, 503, 225, 288, 565, 9796, 907, 863, 3422, 273, 756, 18, 588...
buf.append( this.getRawData( viewableData ) );
buf.append( this.getRawData( viewableData ).toString() );
public int doEndTag() throws JspException { HttpServletResponse res = (HttpServletResponse)this.pageContext.getResponse(); JspWriter out = pageContext.getOut(); List viewableData = this.getViewableData(); // Load our table decorator if it is requested //this.dec = this.loadDecorator(); ...
10316 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/10316/bedf282fd6019fb46eabedf921e13b56106629f2/TableTag.java/clean/_OLD/displaytag08/src/org/apache/taglibs/display/TableTag.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 565, 1071, 509, 741, 25633, 1435, 1216, 27485, 282, 288, 1377, 12446, 400, 273, 261, 2940, 29910, 13, 2211, 18, 2433, 1042, 18, 588, 1064, 5621, 1377, 19300, 2289, 596, 273, 21442, 18, 588, 11...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 565, 1071, 509, 741, 25633, 1435, 1216, 27485, 282, 288, 1377, 12446, 400, 273, 261, 2940, 29910, 13, 2211, 18, 2433, 1042, 18, 588, 1064, 5621, 1377, 19300, 2289, 596, 273, 21442, 18, 588, 11...
return new InserterContext(client, bucketFactory, random, INSERT_RETRIES, CONSECUTIVE_RNFS_ASSUME_SUCCESS, SPLITFILE_INSERT_THREADS, SPLITFILE_BLOCKS_PER_SEGMENT, SPLITFILE_CHECK_BLOCKS_PER_SEGMENT, globalEventProducer, insertStarter, cacheLocalRequests);
return new InserterContext(bucketFactory, random, INSERT_RETRIES, CONSECUTIVE_RNFS_ASSUME_SUCCESS, SPLITFILE_INSERT_THREADS, SPLITFILE_BLOCKS_PER_SEGMENT, SPLITFILE_CHECK_BLOCKS_PER_SEGMENT, globalEventProducer, cacheLocalRequests);
public InserterContext getInserterContext() { return new InserterContext(client, bucketFactory, random, INSERT_RETRIES, CONSECUTIVE_RNFS_ASSUME_SUCCESS, SPLITFILE_INSERT_THREADS, SPLITFILE_BLOCKS_PER_SEGMENT, SPLITFILE_CHECK_BLOCKS_PER_SEGMENT, globalEventProducer, insertStarter, cacheLocalRequests); }
51738 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51738/d32229c02576d531c915059f111c468591f30e84/HighLevelSimpleClientImpl.java/buggy/src/freenet/client/HighLevelSimpleClientImpl.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 657, 550, 387, 1042, 7854, 550, 387, 1042, 1435, 288, 202, 202, 2463, 394, 657, 550, 387, 1042, 12, 2625, 16, 2783, 1733, 16, 2744, 16, 14834, 67, 862, 6566, 3991, 16, 3492, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 657, 550, 387, 1042, 7854, 550, 387, 1042, 1435, 288, 202, 202, 2463, 394, 657, 550, 387, 1042, 12, 2625, 16, 2783, 1733, 16, 2744, 16, 14834, 67, 862, 6566, 3991, 16, 3492, ...
FileWriter writer = new FileWriter(path);
Writer writer = generator.getWriter(path, outputEncoding);
public void execute () throws BuildException { // Make sure the template path is set. if (templatePath == null && useClasspath == false) { throw new BuildException( "The template path needs to be defined if you are not using " + "the classpath...
55820 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55820/a54e47c697089c704677d741858fced6e53b9868/TexenTask.java/buggy/src/java/org/apache/velocity/texen/ant/TexenTask.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1836, 1832, 540, 1216, 18463, 565, 288, 3639, 368, 4344, 3071, 326, 1542, 589, 353, 444, 18, 3639, 309, 261, 3202, 743, 422, 446, 597, 999, 17461, 422, 629, 13, 3639, 288, 54...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1836, 1832, 540, 1216, 18463, 565, 288, 3639, 368, 4344, 3071, 326, 1542, 589, 353, 444, 18, 3639, 309, 261, 3202, 743, 422, 446, 597, 999, 17461, 422, 629, 13, 3639, 288, 54...
return warFile != model.getProperty(IWebComponentImportDataModelProperties.FILE);
return warFile != model.getProperty(IJ2EEComponentImportDataModelProperties.FILE);
public boolean isEARFileChanged() { return warFile != model.getProperty(IWebComponentImportDataModelProperties.FILE); }
8196 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8196/5daf0c09ec301bd069d50740b0556b101745ec89/WebComponentImportWebLibsPage.java/clean/plugins/org.eclipse.jst.servlet.ui/servlet_ui/org/eclipse/jst/servlet/ui/internal/wizard/WebComponentImportWebLibsPage.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 1250, 353, 9250, 812, 5033, 1435, 288, 202, 202, 2463, 21983, 812, 480, 938, 18, 588, 1396, 12, 45, 4079, 1841, 5010, 26349, 2297, 18, 3776, 1769, 202, 97, 2, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 1250, 353, 9250, 812, 5033, 1435, 288, 202, 202, 2463, 21983, 812, 480, 938, 18, 588, 1396, 12, 45, 4079, 1841, 5010, 26349, 2297, 18, 3776, 1769, 202, 97, 2, -100, -100, -100...
_t = __t862;
_t = __t369;
public final Expression generalComp(AST _t, PathExpr path ) throws RecognitionException, PermissionDeniedException,EXistException,XPathException { Expression step; AST generalComp_AST_in = (AST)_t; step= null; PathExpr left= new PathExpr(context); PathExpr right= new PathExpr(context); if (_t==null)...
2909 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2909/722cca774247887cf67fef993c71f848a05e075f/XPathTreeParser2.java/clean/src/org/exist/parser/XPathTreeParser2.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 727, 5371, 225, 7470, 2945, 12, 9053, 389, 88, 16, 202, 202, 743, 4742, 589, 202, 13, 1216, 9539, 16, 8509, 15877, 16, 2294, 376, 503, 16, 14124, 503, 288, 202, 202, 2300, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 727, 5371, 225, 7470, 2945, 12, 9053, 389, 88, 16, 202, 202, 743, 4742, 589, 202, 13, 1216, 9539, 16, 8509, 15877, 16, 2294, 376, 503, 16, 14124, 503, 288, 202, 202, 2300, 2...
AttachmentBundle bundle = new AttachmentBundle();
AttachmentBundle bundle = new AttachmentBundle((MimeMessage)m);
public static AttachmentBundle parseAttachments(Message m) throws MessagingException { try { AttachmentBundle bundle = new AttachmentBundle(); String contentType = ((MimeMessage) m).getContentType().toLowerCase(); if (contentType.startsWith("multipart")) { ContentType ct = new ContentType(con...
967 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/967/f1b44d5cfed62391c2b9ee0cf56be1201e5ea745/MailUtilities.java/clean/net/suberic/pooka/MailUtilities.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 15939, 3405, 1109, 12961, 12, 1079, 312, 13, 1216, 23794, 503, 288, 202, 698, 288, 202, 565, 15939, 3405, 3440, 273, 394, 15939, 3405, 5621, 202, 377, 202, 565, 514, 5064, 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, 760, 15939, 3405, 1109, 12961, 12, 1079, 312, 13, 1216, 23794, 503, 288, 202, 698, 288, 202, 565, 15939, 3405, 3440, 273, 394, 15939, 3405, 5621, 202, 377, 202, 565, 514, 5064, 273,...
public GroupDialog( Shell parentShell )
public GroupDialog( Shell parentShell, String title )
public GroupDialog( Shell parentShell ) { super( parentShell, GROUP_DLG_TITLE ); }
5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/5751a8ecebb4c1d996f224af72dadd18c0d44423/GroupDialog.java/clean/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 3756, 6353, 12, 19433, 982, 13220, 262, 202, 95, 202, 202, 9565, 12, 982, 13220, 16, 13839, 67, 8914, 43, 67, 14123, 11272, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 3756, 6353, 12, 19433, 982, 13220, 262, 202, 95, 202, 202, 9565, 12, 982, 13220, 16, 13839, 67, 8914, 43, 67, 14123, 11272, 202, 97, 2, -100, -100, -100, -100, -100, -100, -10...
e.printStackTrace();
LOGGER.error("Main error", e);
public static void main(String[] args) { System.out.println("Starting load at: " + (new Date())); try { new MondrianFoodMartLoader(args).load(); } catch (Throwable e) { e.printStackTrace(); } System.out.println("Finished load at: " + (new Date())); }
51263 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51263/fb2c3676710865fd954e58e04ef53f8b10bd8d52/MondrianFoodMartLoader.java/clean/testsrc/main/mondrian/test/loader/MondrianFoodMartLoader.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 918, 2774, 12, 780, 8526, 833, 13, 288, 3639, 2332, 18, 659, 18, 8222, 2932, 11715, 1262, 622, 30, 315, 397, 261, 2704, 2167, 1435, 10019, 3639, 775, 288, 5411, 394, 490, 143...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 918, 2774, 12, 780, 8526, 833, 13, 288, 3639, 2332, 18, 659, 18, 8222, 2932, 11715, 1262, 622, 30, 315, 397, 261, 2704, 2167, 1435, 10019, 3639, 775, 288, 5411, 394, 490, 143...
asm.emitLAddrToc(T3, VM_Entrypoints.athrowMethod.getOffset());
asm.emitLAddrToc(T3, VM_Entrypoints.athrowMethod.getOffsetAsInt());
public static synchronized VM_CompiledMethod compile (VM_NativeMethod method) { VM_JNICompiledMethod cm = (VM_JNICompiledMethod)VM_CompiledMethods.createCompiledMethod(method, VM_CompiledMethod.JNI); int compiledMethodId = cm.getId(); VM_Assembler asm = new VM_Assembler(0); int frameSize = VM_Com...
5245 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5245/3a1409586ed0fc007c4120f3a96d6f7a1ae3593c/VM_JNICompiler.java/clean/rvm/src/vm/arch/powerPC/jni/VM_JNICompiler.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 760, 3852, 8251, 67, 20733, 1305, 4074, 261, 7397, 67, 9220, 1305, 707, 13, 288, 565, 8251, 67, 46, 50, 45, 20733, 1305, 5003, 273, 261, 7397, 67, 46, 50, 45, 20733, 1305, 13, 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, 282, 1071, 760, 3852, 8251, 67, 20733, 1305, 4074, 261, 7397, 67, 9220, 1305, 707, 13, 288, 565, 8251, 67, 46, 50, 45, 20733, 1305, 5003, 273, 261, 7397, 67, 46, 50, 45, 20733, 1305, 13, 7...
final VmX86Processor cpu = (VmX86Processor) Unsafe .getCurrentProcessor(); cpu.setApic(localAPIC); cpu.loadAndSetApicID(); for (Iterator i = mpConfigTable.entries().iterator(); i.hasNext(); ) { final MPEntry entry = (MPEntry)i.next(); if (entry instanceof MPIOAPICEntry) { final MPIOAPICEntry apicEntry = (MPIOAPICEnt...
if (mpConfigTable == null) { return; }
protected void initializeProcessors(ResourceManager rm) { final String cmdLine = VmSystem.getCmdLine(); if (cmdLine.indexOf("mp=no") >= 0) { return; } // final MPFloatingPointerStructure mp = MPFloatingPointerStructure.find( rm, ResourceOw...
50763 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50763/55b12818040bb69b51502c4cd0f42118d2046977/VmX86Architecture.java/clean/core/src/core/org/jnode/vm/x86/VmX86Architecture.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 4750, 918, 4046, 18155, 12, 1420, 1318, 6692, 13, 288, 7734, 727, 514, 1797, 1670, 273, 776, 81, 3163, 18, 588, 5931, 1670, 5621, 3639, 309, 261, 4172, 1670, 18, 31806, 2932, 1291, 33, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 4750, 918, 4046, 18155, 12, 1420, 1318, 6692, 13, 288, 7734, 727, 514, 1797, 1670, 273, 776, 81, 3163, 18, 588, 5931, 1670, 5621, 3639, 309, 261, 4172, 1670, 18, 31806, 2932, 1291, 33, ...
synchronized(cachedPubKeys) { DSAPublicKey key = (DSAPublicKey) cachedPubKeys.get(w); if(key != null) { cachedPubKeys.push(w, key); Logger.minor(this, "Got "+HexUtil.bytesToHex(hash)+" from cache"); return key;
if(USE_RAM_PUBKEYS_CACHE) { synchronized(cachedPubKeys) { DSAPublicKey key = (DSAPublicKey) cachedPubKeys.get(w); if(key != null) { cachedPubKeys.push(w, key); Logger.minor(this, "Got "+HexUtil.bytesToHex(hash)+" from cache"); return key; }
public DSAPublicKey getKey(byte[] hash) { ImmutableByteArrayWrapper w = new ImmutableByteArrayWrapper(hash); Logger.minor(this, "Getting pubkey: "+HexUtil.bytesToHex(hash)); synchronized(cachedPubKeys) { DSAPublicKey key = (DSAPublicKey) cachedPubKeys.get(w); if(key != null) { cachedPubKeys.push(w, key); ...
51738 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51738/fc1107153611521b8802dc2e6ed37430b0f7d687/Node.java/buggy/src/freenet/node/Node.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 8678, 2203, 24312, 3579, 12, 7229, 8526, 1651, 13, 288, 202, 202, 16014, 8826, 3611, 341, 273, 394, 7252, 8826, 3611, 12, 2816, 1769, 202, 202, 3328, 18, 17364, 12, 2211, 16, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 8678, 2203, 24312, 3579, 12, 7229, 8526, 1651, 13, 288, 202, 202, 16014, 8826, 3611, 341, 273, 394, 7252, 8826, 3611, 12, 2816, 1769, 202, 202, 3328, 18, 17364, 12, 2211, 16, ...
protected String appendPath( String parentPath, String childPath, String pathAdjustment, boolean appendPaths ) { List pathFragments = new ArrayList(); String rootPath = parentPath; String protocol = null; int protocolIdx = rootPath.indexOf( "://" ); if ( protoco...
11530 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11530/ad38e46b4b6bbc3fb214b07966cc42877ecec536/DefaultModelInheritanceAssembler.java/buggy/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 4750, 514, 714, 743, 12, 514, 17743, 16, 514, 1151, 743, 16, 514, 589, 19985, 16, 1250, 714, 4466, 262, 565, 288, 3639, 987, 589, 27588, 273, 394, 2407, 5621, 7734, 514, 13959, 273, 177...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 4750, 514, 714, 743, 12, 514, 17743, 16, 514, 1151, 743, 16, 514, 589, 19985, 16, 1250, 714, 4466, 262, 565, 288, 3639, 987, 589, 27588, 273, 394, 2407, 5621, 7734, 514, 13959, 273, 177...
public void start( BundleContext context ) throws Exception { super.start( context ); // set preference default value getPreferenceStore( ).setDefault( IPreferenceConstants.PALETTE_DOCK_LOCATION, IPreferenceConstants.DEFAULT_PALETTE_SIZE ); getPreferenceStore( ).setDefault( IPreferenceConstants.PALETTE_STATE, ...
46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/c52ea9984fb73632934c9b06093951ed1acf25a0/ReportPlugin.java/buggy/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/ReportPlugin.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 787, 12, 8539, 1042, 819, 262, 1216, 1185, 202, 95, 202, 202, 9565, 18, 1937, 12, 819, 11272, 202, 202, 759, 444, 11555, 805, 460, 202, 202, 588, 9624, 2257, 12, 262, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 787, 12, 8539, 1042, 819, 262, 1216, 1185, 202, 95, 202, 202, 9565, 18, 1937, 12, 819, 11272, 202, 202, 759, 444, 11555, 805, 460, 202, 202, 588, 9624, 2257, 12, 262, 1...
pane.add(scroll, BorderLayout.CENTER);
GridBagConstraints constraints = new GridBagConstraints(); constraints.fill = GridBagConstraints.BOTH; constraints.weightx = 1.0; constraints.weighty = 1.0; layout.setConstraints(scroll, constraints); pane.add(scroll);
private void addScrollBars(Container pane) { LayoutManager layout = pane.getLayout(); int count = pane.getComponentCount(); Component[] c = new Component[count]; for (int i=0; i<count; i++) c[i] = pane.getComponent(i); pane.removeAll(); pane.setLayout(new BorderLayout()); Panel newPane = new Pane...
46826 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46826/edade46eb62ee1432364ee1a72d45de4fb308b0e/Importer.java/clean/loci/plugins/Importer.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 3238, 918, 527, 6806, 5190, 87, 12, 2170, 13618, 13, 288, 565, 9995, 1318, 3511, 273, 13618, 18, 588, 3744, 5621, 565, 509, 1056, 273, 13618, 18, 588, 1841, 1380, 5621, 565, 5435, 8526, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 3238, 918, 527, 6806, 5190, 87, 12, 2170, 13618, 13, 288, 565, 9995, 1318, 3511, 273, 13618, 18, 588, 3744, 5621, 565, 509, 1056, 273, 13618, 18, 588, 1841, 1380, 5621, 565, 5435, 8526, ...
return emitElement( _cur, _attrNames, _attrValues );
if (emitElement( _cur, _attrNames, _attrValues )) { popMappings(); _cur.toEnd(); }
private final boolean processElement ( ) { assert _cur.isElem() && _cur.getName() != null; QName name = _cur.getName(); // TODO - check for doctype to save out here ; // Add a new entry to the frontier. If this element has a name // which has no namespace, then we must ...
3520 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3520/78d5fcf8af10b9b5bb990c642b2118f8c482db5e/Saver.java/buggy/v2/src/newstore2/org/apache/xmlbeans/impl/newstore2/Saver.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 727, 1250, 1207, 1046, 261, 262, 565, 288, 3639, 1815, 389, 1397, 18, 291, 7498, 1435, 597, 389, 1397, 18, 17994, 1435, 480, 446, 31, 3639, 16723, 508, 273, 389, 1397, 18, 17994, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 727, 1250, 1207, 1046, 261, 262, 565, 288, 3639, 1815, 389, 1397, 18, 291, 7498, 1435, 597, 389, 1397, 18, 17994, 1435, 480, 446, 31, 3639, 16723, 508, 273, 389, 1397, 18, 17994, ...
inc = i;
inc = i; macroOffset = mO; macroLength = mL;
public IScannerContext initialize(Reader r, String f, int k, IASTInclusion i) { reader = r; filename = f; offset = 0; kind = k; inc = i; return this; }
54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/4347f9b681bfd5e9a647aed26168934aa2b587fc/ScannerContext.java/buggy/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ScannerContext.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 467, 11338, 1042, 4046, 12, 2514, 436, 16, 514, 284, 16, 509, 417, 16, 467, 9053, 382, 15335, 277, 13, 202, 95, 202, 202, 10530, 273, 436, 31, 202, 202, 3459, 273, 284, 31, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 467, 11338, 1042, 4046, 12, 2514, 436, 16, 514, 284, 16, 509, 417, 16, 467, 9053, 382, 15335, 277, 13, 202, 95, 202, 202, 10530, 273, 436, 31, 202, 202, 3459, 273, 284, 31, ...
public void populateMenu(ContributionManager mgr, MenuLocationURI uri) { List additionCaches = getAdditionsForURI(uri); List retryList = new ArrayList(); for (Iterator iterator = additionCaches.iterator(); iterator.hasNext();) { MenuAdditionCacheEntry cache = (MenuAdditionCacheEntry) iterator.next(); if (!proce...
56152 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56152/7708c9aa128d7f727df6c085dc73634c29372cac/WorkbenchMenuService.java/clean/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 6490, 4599, 12, 442, 4027, 1318, 13333, 16, 9809, 2735, 3098, 2003, 13, 288, 202, 202, 682, 2719, 18755, 273, 336, 986, 5029, 1290, 3098, 12, 1650, 1769, 202, 202, 682, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 6490, 4599, 12, 442, 4027, 1318, 13333, 16, 9809, 2735, 3098, 2003, 13, 288, 202, 202, 682, 2719, 18755, 273, 336, 986, 5029, 1290, 3098, 12, 1650, 1769, 202, 202, 682, 3...
public void setBounds(int x, int y, int width, int height) { locationByPlatform = false; super.setBounds(x, y, width, height);
void setBounds(int x, int y, int w, int h, int bMask, boolean updateBehavior) { boolean resized = ((w != this.w) || (h != this.h)); super.setBounds(x, y, w, h, bMask, updateBehavior); if (visible && resized && !updateBehavior) { validate(); }
public void setBounds(int x, int y, int width, int height) { locationByPlatform = false; super.setBounds(x, y, width, height); }
54769 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54769/530ce08a4b62c0ea20920f628e177e16959d7163/Window.java/buggy/modules/awt/src/main/java/common/java/awt/Window.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 444, 5694, 12, 474, 619, 16, 509, 677, 16, 509, 1835, 16, 509, 2072, 13, 288, 3639, 2117, 858, 8201, 273, 629, 31, 3639, 2240, 18, 542, 5694, 12, 92, 16, 677, 16, 1835, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 444, 5694, 12, 474, 619, 16, 509, 677, 16, 509, 1835, 16, 509, 2072, 13, 288, 3639, 2117, 858, 8201, 273, 629, 31, 3639, 2240, 18, 542, 5694, 12, 92, 16, 677, 16, 1835, 1...
final IConfigurationElement[] commandsExtensionPoint = registry .getConfigurationElementsFor(EXTENSION_COMMANDS); for (int i = 0; i < commandsExtensionPoint.length; i++) { final IConfigurationElement configurationElement = commandsExtensionPoint[i]; final String name = configurationElement.getName();
final IConfigurationElement[] commandsExtensionPoint = registry .getConfigurationElementsFor(EXTENSION_COMMANDS); for (int i = 0; i < commandsExtensionPoint.length; i++) { final IConfigurationElement configurationElement = commandsExtensionPoint[i]; final String name = configurationElement.getName();
static final void read(final BindingManager bindingManager, final ICommandService commandService) { // Create the extension registry mementos. final IExtensionRegistry registry = Platform.getExtensionRegistry(); int activeSchemeElementCount = 0; int bindingDefinitionCount = 0; int schemeDefinitionCount = 0; fi...
57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/c07ed3e025797a9c1bd6510cf18a0c4ff4157625/BindingPersistence.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingPersistence.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 3845, 727, 918, 855, 12, 6385, 15689, 1318, 5085, 1318, 16, 1082, 202, 6385, 467, 2189, 1179, 1296, 1179, 13, 288, 202, 202, 759, 1788, 326, 2710, 4023, 312, 820, 538, 18, 202, 202...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 3845, 727, 918, 855, 12, 6385, 15689, 1318, 5085, 1318, 16, 1082, 202, 6385, 467, 2189, 1179, 1296, 1179, 13, 288, 202, 202, 759, 1788, 326, 2710, 4023, 312, 820, 538, 18, 202, 202...
if (saving == true) {
if (saving == true) {
private void saveChangesAndDispose(IResource resource) { if (saving == true) { return; } saving = true; // Cache the resource to avoid selection loss since a selection of // another item can trigger this method inlinedResource = resource; final String newName = textEdito...
55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/53cada7d6d0463cdcb3aed320ea380f4aae64087/RenameResourceAction.java/clean/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/RenameResourceAction.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 1923, 7173, 1876, 1669, 4150, 12, 45, 1420, 1058, 13, 288, 3639, 309, 261, 87, 5339, 422, 638, 13, 288, 1082, 202, 2463, 31, 202, 202, 97, 3639, 12392, 273, 638, 31, 3639, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 1923, 7173, 1876, 1669, 4150, 12, 45, 1420, 1058, 13, 288, 3639, 309, 261, 87, 5339, 422, 638, 13, 288, 1082, 202, 2463, 31, 202, 202, 97, 3639, 12392, 273, 638, 31, 3639, ...
i += args_consumed, args_consumed = 0)
i += argsConsumed, argsConsumed = 0)
private static boolean parseArgs(String[] args) { int i; int args_consumed; boolean castFlag = false; boolean retcode; // Parse all options first. Keep going until an error is // encountered or there are no more options left. for (i = 0, retcode = true, args_consu...
50995 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/50995/cd11b016fc404b44c483af24f7a25570c9dc01d0/Smc.java/clean/net/sf/smc/Smc.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 760, 1250, 1109, 2615, 12, 780, 8526, 833, 13, 565, 288, 3639, 509, 277, 31, 3639, 509, 833, 67, 24268, 31, 3639, 1250, 4812, 4678, 273, 629, 31, 3639, 1250, 22115, 31, 3639, 368,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 760, 1250, 1109, 2615, 12, 780, 8526, 833, 13, 565, 288, 3639, 509, 277, 31, 3639, 509, 833, 67, 24268, 31, 3639, 1250, 4812, 4678, 273, 629, 31, 3639, 1250, 22115, 31, 3639, 368,...
iCodeTop = addByte(theLocalSlot, iCodeTop);
private int generateICode(Node node, int iCodeTop) { int type = node.getType(); Node child = node.getFirstChild(); Node firstChild = child; switch (type) { case TokenStream.FUNCTION : { iCodeTop = addByte(TokenStream.CLOSURE, iCodeTop); No...
12904 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12904/1faf10a4308cd300aa91d79cdc2a9df2bf5367a8/Interpreter.java/clean/js/rhino/src/org/mozilla/javascript/Interpreter.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 509, 2103, 45, 1085, 12, 907, 756, 16, 509, 277, 1085, 3401, 13, 288, 3639, 509, 618, 273, 756, 18, 588, 559, 5621, 3639, 2029, 1151, 273, 756, 18, 588, 3759, 1763, 5621, 3639, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 509, 2103, 45, 1085, 12, 907, 756, 16, 509, 277, 1085, 3401, 13, 288, 3639, 509, 618, 273, 756, 18, 588, 559, 5621, 3639, 2029, 1151, 273, 756, 18, 588, 3759, 1763, 5621, 3639, ...
sourceViewer.getTextWidget( ).setFocus( );
sourceViewer.getTextWidget( ).setFocus( );
protected Control createContents( Composite parent ) { Control control = super.createContents( parent ); setTitle( DIALOG_TITLE ); setMessage( PROMRT_MESSAGE ); getShell( ).setText( title ); categoryTable.setInput( "Dummy" ); //$NON-NLS-1$ getShell( ).setDefaultButton( null ); sourceViewer.getTextWidget( ).setF...
46013 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46013/4b82747ca92655e2a505cfacc3654325883d0612/ExpressionBuilder.java/buggy/UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1117, 8888, 752, 6323, 12, 14728, 982, 262, 202, 95, 202, 202, 3367, 3325, 273, 2240, 18, 2640, 6323, 12, 982, 11272, 202, 202, 542, 4247, 12, 3690, 18683, 67, 14123, 11272, 202, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 1117, 8888, 752, 6323, 12, 14728, 982, 262, 202, 95, 202, 202, 3367, 3325, 273, 2240, 18, 2640, 6323, 12, 982, 11272, 202, 202, 542, 4247, 12, 3690, 18683, 67, 14123, 11272, 202, 2...
for(int j = 0; j < extendsElements.length; j++){ final PsiJavaCodeReferenceElement extendsElement = extendsElements[j];
for(final PsiJavaCodeReferenceElement extendsElement : extendsElements){
private void checkImplementedClass(PsiClass implementedClass, PsiJavaCodeReferenceElement implementsElement, PsiJavaCodeReferenceElement[] extendsElements, PsiJavaCodeReferenceElement[] ...
56598 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56598/2d46d291193579a7564649b4881c7ea8e02eda5b/RedundantImplementsInspection.java/clean/plugins/InspectionGadgets/src/com/siyeh/ig/verbose/RedundantImplementsInspection.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 540, 3238, 918, 866, 8644, 797, 12, 52, 7722, 797, 8249, 797, 16, 4766, 6647, 453, 7722, 5852, 1085, 2404, 1046, 4792, 1046, 16, 4766, 6647, 453, 7722, 5852, 1085, 2404, 1046, 8526, 3231, 3471...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 540, 3238, 918, 866, 8644, 797, 12, 52, 7722, 797, 8249, 797, 16, 4766, 6647, 453, 7722, 5852, 1085, 2404, 1046, 4792, 1046, 16, 4766, 6647, 453, 7722, 5852, 1085, 2404, 1046, 8526, 3231, 3471...
{ return true; }
{ return true; }
public boolean supportsMixedCaseQuotedIdentifiers() throws SQLException { return true; }
49868 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49868/0c8299478c05542a0f240973829223c7dae7e4dd/DatabaseMetaData.java/buggy/postgresql/DatabaseMetaData.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 1250, 6146, 19846, 2449, 15919, 12745, 1435, 1216, 6483, 202, 95, 202, 202, 2463, 638, 31, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 1250, 6146, 19846, 2449, 15919, 12745, 1435, 1216, 6483, 202, 95, 202, 202, 2463, 638, 31, 202, 97, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
if(VM.DynamicReferenceMaps){
if (VM.DynamicReferenceMaps) {
locateGCPoint(int machCodeOffset, VM_Method method) { machCodeOffset = machCodeOffset - (1 << VM.LG_INSTRUCTION_WIDTH); // this assumes that machCodeOffset points // to "next" instruction eg bal type instruction if (VM.TraceStkMaps) { VM.sysWrite("VM_ReferenceMap...
49871 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49871/00918012ca6e85a45bd9533f1d8b1b233f24ca81/VM_ReferenceMaps.java/buggy/rvm/src/vm/compilers/baseline/GCMap/VM_ReferenceMaps.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 10627, 15396, 2148, 12, 474, 25046, 1085, 2335, 16, 8251, 67, 1305, 707, 13, 288, 282, 25046, 1085, 2335, 273, 25046, 1085, 2335, 300, 261, 21, 2296, 8251, 18, 48, 43, 67, 706, 3902, 27...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 10627, 15396, 2148, 12, 474, 25046, 1085, 2335, 16, 8251, 67, 1305, 707, 13, 288, 282, 25046, 1085, 2335, 273, 25046, 1085, 2335, 300, 261, 21, 2296, 8251, 18, 48, 43, 67, 706, 3902, 27...
showHelpPage();
SwingUtilities.invokeLater(new Runnable() { public void run() { showHelpPage(); } });
private void run(String args[]) { buildFrame(); directory = args[0]; testFiles = buildFileList(); try { //switchPage( (File)testFiles.get( 0 ) ); showHelpPage(); } catch (Exception ex) { ex.printStackTrace(); } }
57883 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57883/e9a600b1e4b5d53ffc19ec58e8455ad0c165e360/Eeze.java/clean/src/java/eeze/Eeze.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 1086, 12, 780, 833, 63, 5717, 288, 3639, 1361, 3219, 5621, 3639, 1867, 273, 833, 63, 20, 15533, 3639, 1842, 2697, 273, 1361, 26098, 5621, 3639, 775, 288, 5411, 368, 9610, 1964,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 3238, 918, 1086, 12, 780, 833, 63, 5717, 288, 3639, 1361, 3219, 5621, 3639, 1867, 273, 833, 63, 20, 15533, 3639, 1842, 2697, 273, 1361, 26098, 5621, 3639, 775, 288, 5411, 368, 9610, 1964,...
MessageSender messageSender = new MessageSender(_serviceContext); messageSender.setWsaAction("creditOperation"); messageSender.setTo(this.toEPR); messageSender .setSenderTransport(org.apache.axis2.Constants.TRANSPORT_HTTP); messageSender.send(operations[0], messageContext); }
}
public void creditOperation() throws IOException { EndpointReference replyToEpr; org.apache.axis2.context.MessageContext messageContext = getMessageContext(); messageContext.setProperty(AddressingConstants.WS_ADDRESSING_VERSION, AddressingConstants.Submission.WSA_NAMESPACE); ...
2720 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2720/91c952d277c7c5b4eadc416302cc7291d60920a6/KandulaDemoServiceStub.java/clean/test/org/apache/kandula/integration/KandulaDemoServiceStub.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 12896, 2988, 1435, 1216, 1860, 288, 3639, 6961, 2404, 30934, 41, 683, 31, 3639, 2358, 18, 19211, 18, 4890, 22, 18, 2472, 18, 1079, 1042, 883, 1042, 273, 2381, 1042, 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, 918, 12896, 2988, 1435, 1216, 1860, 288, 3639, 6961, 2404, 30934, 41, 683, 31, 3639, 2358, 18, 19211, 18, 4890, 22, 18, 2472, 18, 1079, 1042, 883, 1042, 273, 2381, 1042, 5621, 3639,...
String setOnClick = (String)parameters.get("setonclick");
public byte[] getContent(CmsObject cms, String templateFile, String elementName, Hashtable parameters, String templateSelector) throws CmsException { if(I_CmsLogChannels.C_PREPROCESSOR_IS_LOGGING && A_OpenCms.isLogging() && C_DEBUG) { A_OpenCms.log(C_OPENCMS_DEBUG, getClassName() + "getting conten...
8585 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8585/c449bbfde717feb6627b36507205d8ecc0419c4f/CmsPictureBrowser.java/clean/src/com/opencms/workplace/CmsPictureBrowser.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 1160, 8526, 5154, 12, 4747, 921, 6166, 16, 514, 28215, 16, 514, 14453, 16, 18559, 1472, 16, 514, 1542, 4320, 13, 1216, 11228, 288, 3639, 309, 12, 45, 67, 4747, 1343, 10585, 18, 39...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 1160, 8526, 5154, 12, 4747, 921, 6166, 16, 514, 28215, 16, 514, 14453, 16, 18559, 1472, 16, 514, 1542, 4320, 13, 1216, 11228, 288, 3639, 309, 12, 45, 67, 4747, 1343, 10585, 18, 39...
public boolean equivalent( org.omg.CORBA.TypeCode tc ) { try { org.jacorb.orb.TypeCode jtc = (org.jacorb.orb.TypeCode)tc; if( is_recursive() ) { checkActualTC(); if( jtc.is_recursive() ) { jtc.checkAct...
46355 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46355/7271c3cbb78470b90b072d36661a5ab67199cc91/TypeCode.java/buggy/src/org/jacorb/orb/TypeCode.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 1250, 7680, 12, 2358, 18, 362, 75, 18, 9428, 12536, 18, 15460, 1715, 262, 565, 288, 3639, 775, 540, 288, 5411, 2358, 18, 31390, 16640, 18, 16640, 18, 15460, 525, 5111, 273, 261, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 1250, 7680, 12, 2358, 18, 362, 75, 18, 9428, 12536, 18, 15460, 1715, 262, 565, 288, 3639, 775, 540, 288, 5411, 2358, 18, 31390, 16640, 18, 16640, 18, 15460, 525, 5111, 273, 261, 3...
assertTrue("could not advance to read first row in ResultSet", rs.next());
assertTrue("could not advance to read first row in ResultSet", rs.next());
public void testTriggerSetIpInterfaceIdInIfServiceNullIfIndexBoth() throws Exception { if (!isDBTestEnabled()) { return; } m_installer.createSequences(); m_installer.createTables(); m_installer.updatePlPgsql(); m_installer.addStoredProcedures(); ...
47678 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47678/9c0a59382d378a750edf84524762ab71e335b4b3/InstallerDBTest.java/buggy/opennms-install/src/test/java/org/opennms/install/InstallerDBTest.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1842, 6518, 694, 5273, 1358, 548, 382, 2047, 1179, 2041, 2047, 1016, 20240, 1435, 1216, 1185, 288, 3639, 309, 16051, 291, 2290, 4709, 1526, 10756, 288, 5411, 327, 31, 3639, 289, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6518, 694, 5273, 1358, 548, 382, 2047, 1179, 2041, 2047, 1016, 20240, 1435, 1216, 1185, 288, 3639, 309, 16051, 291, 2290, 4709, 1526, 10756, 288, 5411, 327, 31, 3639, 289, ...
if (writeLog && mod!=null) mod.log(".");
if (writeLog && mod!=null) mod.log(".");
public static String[] getGenBankIDs(String[] accessionNumbers, boolean nucleotides, CommandRecord commandRec, MesquiteModule mod, boolean writeLog){ try { String searchString=""; for (int i=0; i<accessionNumbers.length;i++) { searchString+=accessionNumbers[i]; if (i<accessionNumbers.length-1) searc...
56479 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56479/e196169095dd958806ffe4bba83752cbe67c02e6/NCBIUtil.java/buggy/Source/mesquite/molec/lib/NCBIUtil.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 202, 482, 760, 514, 8526, 7162, 275, 16040, 5103, 12, 780, 8526, 2006, 285, 10072, 16, 1250, 9244, 18493, 4369, 16, 3498, 2115, 1296, 5650, 16, 490, 281, 372, 1137, 3120, 681, 16, 1250, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 202, 482, 760, 514, 8526, 7162, 275, 16040, 5103, 12, 780, 8526, 2006, 285, 10072, 16, 1250, 9244, 18493, 4369, 16, 3498, 2115, 1296, 5650, 16, 490, 281, 372, 1137, 3120, 681, 16, 1250, ...
switch (type) { case 'a' : case 'A' : case 'Z' : if (lCurElemString.length() >= occurrences) { result.append(lCurElemString.toCharArray(), 0, occurrences); } else { result.append(lCurElemString); occurrences -= lCurElemString.length(); grow(result, (type == 'a') ? sNil10 : sSp10, occurrences); }
switch (type) { case 'a' : case 'A' : case 'Z' : if (lCurElemString.length() >= occurrences) { result.append(lCurElemString.toCharArray(), 0, occurrences); } else { result.append(lCurElemString); occurrences -= lCurElemString.length(); grow(result, (type == 'a') ? sNil10 : sSp10, occurrences); }
public static RubyString pack(List list, RubyString formatString) { IRuby runtime = formatString.getRuntime(); PtrList format = new PtrList(formatString.getValue()); StringBuffer result = new StringBuffer(); int listSize = list.size(); char type = format.nextChar(); ...
47619 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47619/415b1e0db282c02d672a7e34a34a2bea0f69ccb2/Pack.java/buggy/src/org/jruby/util/Pack.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 19817, 780, 2298, 12, 682, 666, 16, 19817, 780, 27107, 13, 288, 3639, 15908, 10340, 3099, 273, 27107, 18, 588, 5576, 5621, 3639, 14898, 682, 740, 273, 394, 14898, 682, 12, 2139...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 19817, 780, 2298, 12, 682, 666, 16, 19817, 780, 27107, 13, 288, 3639, 15908, 10340, 3099, 273, 27107, 18, 588, 5576, 5621, 3639, 14898, 682, 740, 273, 394, 14898, 682, 12, 2139...
if (constrains == null || constrains == myLabelConstrains) return; myLabelConstrains = borderConstrains;
if (constrains == null || constrains == myLabelConstraints) return; myLabelConstraints = borderConstrains;
public void setLabelLocation(@NonNls String borderConstrains) { String constrains = findBorderConstrains(borderConstrains); if (constrains == null || constrains == myLabelConstrains) return; myLabelConstrains = borderConstrains; insertLabel(); }
12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/572397b06553c194c77473436eedd931af343014/LabeledComponent.java/clean/ui/openapi/com/intellij/openapi/ui/LabeledComponent.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 918, 16558, 2735, 26964, 3989, 50, 3251, 514, 5795, 442, 701, 4167, 13, 288, 565, 514, 14472, 4167, 273, 1104, 8107, 442, 701, 4167, 12, 8815, 442, 701, 4167, 1769, 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, 1071, 918, 16558, 2735, 26964, 3989, 50, 3251, 514, 5795, 442, 701, 4167, 13, 288, 565, 514, 14472, 4167, 273, 1104, 8107, 442, 701, 4167, 12, 8815, 442, 701, 4167, 1769, 565, 309, 261, ...
MetadataStore store = reader.getMetadataStore(id); store.setPixels(new Integer(getSizeX(id)), new Integer(getSizeY(id)),
MetadataStore s = reader.getMetadataStore(id); s.setPixels(new Integer(getSizeX(id)), new Integer(getSizeY(id)),
public MetadataStore getMetadataStore(String id) throws FormatException, IOException { if (!id.equals(currentId)) initFile(id); MetadataStore store = reader.getMetadataStore(id); store.setPixels(new Integer(getSizeX(id)), new Integer(getSizeY(id)), new Integer(getSizeZ(id)), new Integer(getSizeC(id)...
11426 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11426/a9f08f4144d9b190b40353d537c4cdbd539859c8/ChannelMerger.java/buggy/loci/formats/ChannelMerger.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 6912, 2257, 11159, 2257, 12, 780, 612, 13, 565, 1216, 4077, 503, 16, 1860, 225, 288, 565, 309, 16051, 350, 18, 14963, 12, 2972, 548, 3719, 1208, 812, 12, 350, 1769, 565, 6912, 225...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6912, 2257, 11159, 2257, 12, 780, 612, 13, 565, 1216, 4077, 503, 16, 1860, 225, 288, 565, 309, 16051, 350, 18, 14963, 12, 2972, 548, 3719, 1208, 812, 12, 350, 1769, 565, 6912, 225...
classes = new RubyClasses(this); classes.initCoreClasses(); createFixnumCache();
public Ruby() { initOperatorTable(); originalMethods = new RubyOriginalMethods(this); globalMap = new RubyHashMap(); nilObject = new RubyNil(this); trueObject = new RubyBoolean(this, true); falseObject = new RubyBoolean(this, false); c...
47619 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47619/cf644c556d410c47305ebeba5728efa25f7756dc/Ruby.java/buggy/org/jruby/Ruby.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 19817, 1435, 288, 3639, 1208, 5592, 1388, 5621, 7734, 2282, 4712, 273, 394, 19817, 8176, 4712, 12, 2211, 1769, 7734, 2552, 863, 273, 394, 19817, 8658, 5621, 7734, 515, 921, 273, 394, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 19817, 1435, 288, 3639, 1208, 5592, 1388, 5621, 7734, 2282, 4712, 273, 394, 19817, 8176, 4712, 12, 2211, 1769, 7734, 2552, 863, 273, 394, 19817, 8658, 5621, 7734, 515, 921, 273, 394, ...
public void setVariableFromProgram(HashMap map, VariableContractType type) throws NullPointerException { if ((map == null) || (type == null)) { throw new NullPointerException("Null arguments"); } String name; java.util.Iterator it = map.keySet().iterator(); while (it.hasNext()) { name = (String) it.next(); setVariable...
public void setVariableFromProgram(String name, String value, VariableContractType type) { setVariableFrom(name, value, type, "Program");
public void setVariableFromProgram(HashMap map, VariableContractType type) throws NullPointerException { if ((map == null) || (type == null)) { throw new NullPointerException("Null arguments"); } String name; java.util.Iterator it = map.keySet().iterator(); while...
58694 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58694/283a918278b6eb008118989b66296994b3079a05/VariableContract.java/buggy/src/org/objectweb/proactive/core/xml/VariableContract.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 20357, 1265, 9459, 12, 8658, 852, 16, 7110, 8924, 559, 618, 13, 3639, 1216, 10108, 288, 3639, 309, 14015, 1458, 422, 446, 13, 747, 261, 723, 422, 446, 3719, 288, 5411, 604, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 20357, 1265, 9459, 12, 8658, 852, 16, 7110, 8924, 559, 618, 13, 3639, 1216, 10108, 288, 3639, 309, 14015, 1458, 422, 446, 13, 747, 261, 723, 422, 446, 3719, 288, 5411, 604, 3...
public int doEndTag() throws JspException { //System.err.println("in TextTag:doEnd"); if (!beanId.equals("")) { if ((key != null) && (textBean.getKey() == null)) { textBean.setKey(key); } this.updateBaseComponentBean(textBean); } else { ...
49343 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49343/9863b89cfaff33fe3399474348972a14bc241035/TextTag.java/buggy/src/org/gridlab/gridsphere/tags/portletui/TextTag.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1071, 474, 2896, 25633, 1435, 15069, 21796, 503, 95, 759, 3163, 18, 370, 18, 8222, 2932, 267, 1528, 1805, 30, 2896, 1638, 8863, 430, 12, 5, 14496, 548, 18, 14963, 2932, 6, 3719, 95, 430, 124...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1071, 474, 2896, 25633, 1435, 15069, 21796, 503, 95, 759, 3163, 18, 370, 18, 8222, 2932, 267, 1528, 1805, 30, 2896, 1638, 8863, 430, 12, 5, 14496, 548, 18, 14963, 2932, 6, 3719, 95, 430, 124...
}
}
static void boot (VM_BootRecord bootrecord) { verbose = bootrecord.verboseGC; smallHeapSize = bootrecord.smallSpaceSize; int largeSize = bootrecord.largeSpaceSize; int immortalSize = VM_Memory.roundUpPage((4 * largeSize / VM_Memory.getPagesize()) + 4 * VM_Memory.getPagesize()); int nurserySize = bootr...
4011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4011/4dcaa02ef21feff3a95d1fa7e3d6759c55f8eac0/VM_Allocator.java/buggy/rvm/src/vm/memoryManagers/watson/copyGen/VM_Allocator.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 760, 918, 4835, 261, 7397, 67, 15817, 2115, 4835, 3366, 13, 288, 377, 3988, 273, 4835, 3366, 18, 11369, 15396, 31, 565, 5264, 15648, 1225, 273, 4835, 3366, 18, 12019, 3819, 1225, 31, 565,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 760, 918, 4835, 261, 7397, 67, 15817, 2115, 4835, 3366, 13, 288, 377, 3988, 273, 4835, 3366, 18, 11369, 15396, 31, 565, 5264, 15648, 1225, 273, 4835, 3366, 18, 12019, 3819, 1225, 31, 565,...
if(Constants.NUMBERLEVEL_ANY == m_level)
if (Constants.NUMBERLEVEL_ANY == m_level)
public Node getPreviousNode(XPathContext xctxt, Node pos) throws SAXException { XPath countMatchPattern = getCountMatchPattern(xctxt, pos); if(Constants.NUMBERLEVEL_ANY == m_level) { XPath fromMatchPattern = m_fromMatchPattern; // Do a backwards document-order walk 'till a node is found tha...
2723 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2723/77ad973f1d6ad8f28fd358f2ba4d4c63da65d953/ElemNumber.java/buggy/src/org/apache/xalan/templates/ElemNumber.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 2029, 17225, 907, 12, 14124, 1042, 25465, 16, 2029, 949, 13, 565, 1216, 14366, 225, 288, 3639, 10172, 1056, 2060, 3234, 273, 14155, 2060, 3234, 12, 92, 20364, 16, 949, 1769, 377, 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, 2029, 17225, 907, 12, 14124, 1042, 25465, 16, 2029, 949, 13, 565, 1216, 14366, 225, 288, 3639, 10172, 1056, 2060, 3234, 273, 14155, 2060, 3234, 12, 92, 20364, 16, 949, 1769, 377, 30...
for (Iterator<UIPropertyBinding> iterator = myBindings.iterator(); iterator.hasNext();) { UIPropertyBinding propertyBinding = iterator.next();
for (final UIPropertyBinding propertyBinding : myBindings) {
public void apply(AbstractProperty.AbstractPropertyContainer container) { for (Iterator<UIPropertyBinding> iterator = myBindings.iterator(); iterator.hasNext();) { UIPropertyBinding propertyBinding = iterator.next(); propertyBinding.apply(container); } }
56627 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56627/3ab4b24381bd6f33991f875143f64df653cbe69f/UIPropertyBinding.java/buggy/plugins/ant/src/com/intellij/lang/ant/config/impl/configuration/UIPropertyBinding.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 2230, 12, 7469, 1396, 18, 7469, 1396, 2170, 1478, 13, 288, 1377, 364, 261, 3198, 32, 5370, 1396, 5250, 34, 2775, 273, 3399, 10497, 18, 9838, 5621, 2775, 18, 5332, 2134, 5621, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 2230, 12, 7469, 1396, 18, 7469, 1396, 2170, 1478, 13, 288, 1377, 364, 261, 3198, 32, 5370, 1396, 5250, 34, 2775, 273, 3399, 10497, 18, 9838, 5621, 2775, 18, 5332, 2134, 5621, ...
public boolean isSet(org.quickfix.field.ClOrdID field)
public boolean isSet(quickfix.field.ClOrdID field)
public boolean isSet(org.quickfix.field.ClOrdID field) { return isSetField(field); }
8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/AllocationReport.java/clean/src/java/src/quickfix/fix44/AllocationReport.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 1250, 13532, 12, 19525, 904, 18, 1518, 18, 2009, 15383, 734, 652, 13, 225, 288, 327, 13532, 974, 12, 1518, 1769, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 1250, 13532, 12, 19525, 904, 18, 1518, 18, 2009, 15383, 734, 652, 13, 225, 288, 327, 13532, 974, 12, 1518, 1769, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
ICSourceLocator sl = getSourceLocator(); if ( sl != null ) return ( sl.findSourceElement( handle ) != null );
ISourceLocator sl = getSourceLocator(); if ( sl instanceof ICSourceLocator ) return ( ((ICSourceLocator)sl).findSourceElement( handle ) != null ); else if ( sl instanceof CSourceLookupDirector ) { return true; }
public boolean isTargetBreakpoint( ICBreakpoint breakpoint ) { // Problem: gdb doesn't accept breakpoint if the file is specified by full path (depends on the current directory). // This prevents us from using gdb as a breakpoint filter. The case when two unrelated projects contain files // with the same name will...
54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/af37524c7ae90496885c26ddfc66724b26d89db9/CBreakpointManager.java/clean/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/CBreakpointManager.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 1250, 353, 2326, 20552, 12, 26899, 20552, 18820, 262, 288, 202, 202, 759, 21685, 30, 314, 1966, 3302, 1404, 2791, 18820, 309, 326, 585, 353, 1269, 635, 1983, 589, 261, 27360, 60...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 353, 2326, 20552, 12, 26899, 20552, 18820, 262, 288, 202, 202, 759, 21685, 30, 314, 1966, 3302, 1404, 2791, 18820, 309, 326, 585, 353, 1269, 635, 1983, 589, 261, 27360, 60...
return wrap_double(realThis(thisObj, f, true). jsFunction_getUTCMilliseconds());
return wrap_double(realThis(thisObj, f, true). jsFunction_getUTCMilliseconds());
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...
13991 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13991/1f40b84b6c54487dd6f26829d1ebda36a7567a38/NativeDate.java/clean/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, ...
this.baseURL = baseURL;
this.baseURL = baseUrlToUse;
public ViewVcIntegration(String baseURL) { int i = baseURL.indexOf("?"); if (i != -1) { this.postfix = baseURL.substring(i + 1); baseURL = baseURL.substring(0, i); } if (baseURL.endsWith("/")) { this.baseURL = baseURL.substring(0, baseURL.length() - 1); } else { this.baseURL = baseURL; } }
49097 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/49097/a99ccf809bc2c155102602b3d87cbe7a3ae5ce0b/ViewVcIntegration.java/clean/src/net/sf/statcvs/output/ViewVcIntegration.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 4441, 58, 71, 15372, 12, 780, 17480, 13, 288, 202, 202, 474, 277, 273, 17480, 18, 31806, 2932, 7225, 1769, 202, 202, 430, 261, 77, 480, 300, 21, 13, 288, 1082, 202, 2211, 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, 4441, 58, 71, 15372, 12, 780, 17480, 13, 288, 202, 202, 474, 277, 273, 17480, 18, 31806, 2932, 7225, 1769, 202, 202, 430, 261, 77, 480, 300, 21, 13, 288, 1082, 202, 2211, 18...
if (VM.VerifyAssertions) VM._assert(offset != -1);
if (VM.VerifyAssertions) VM._assert(!offset.isMax());
public int increment() { if (VM.VerifyAssertions) VM._assert(offset != -1); return VM_Synchronization.fetchAndAdd(this, offset, 1); }
5245 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5245/3a1409586ed0fc007c4120f3a96d6f7a1ae3593c/SynchronizedCounter.java/buggy/rvm/src/vm/memoryManagers/JMTk/vmInterface/SynchronizedCounter.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 509, 5504, 1435, 288, 565, 309, 261, 7397, 18, 8097, 8213, 1115, 13, 8251, 6315, 11231, 12, 5, 3348, 18, 291, 2747, 10663, 565, 327, 8251, 67, 30196, 18, 5754, 1876, 986, 12, 2211...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 509, 5504, 1435, 288, 565, 309, 261, 7397, 18, 8097, 8213, 1115, 13, 8251, 6315, 11231, 12, 5, 3348, 18, 291, 2747, 10663, 565, 327, 8251, 67, 30196, 18, 5754, 1876, 986, 12, 2211...
if(setAsBeanProperties) { org.mule.util.BeanUtils.populateWithoutFail(digester.peek(), props, true); } else { BeanUtils.setProperty(digester.peek(), string1, props); }
o = digester.pop();
public void end(String string, String string1) throws Exception { Map props = (Map)digester.peek(); if(props.containsKey(MuleConfiguration.USE_MANAGER_PROPERTIES)) { props.putAll(MuleManager.getInstance().getProperties()); ...
2370 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2370/15f03bd51fd9911706a99446cac4c7c8b29a6ae8/MuleXmlConfigurationBuilder.java/buggy/mule/src/java/org/mule/config/builders/MuleXmlConfigurationBuilder.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 2398, 1071, 918, 679, 12, 780, 533, 16, 514, 533, 21, 13, 1216, 1185, 5411, 288, 7734, 1635, 3458, 273, 261, 863, 13, 5606, 7654, 18, 347, 3839, 5621, 7734, 309, 12, 9693, 18, 12298, 653, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 2398, 1071, 918, 679, 12, 780, 533, 16, 514, 533, 21, 13, 1216, 1185, 5411, 288, 7734, 1635, 3458, 273, 261, 863, 13, 5606, 7654, 18, 347, 3839, 5621, 7734, 309, 12, 9693, 18, 12298, 653, ...
public org.quickfix.field.UnderlyingContractMultiplier getUnderlyingContractMultiplier() throws FieldNotFound { org.quickfix.field.UnderlyingContractMultiplier value = new org.quickfix.field.UnderlyingContractMultiplier();
public quickfix.field.UnderlyingContractMultiplier getUnderlyingContractMultiplier() throws FieldNotFound { quickfix.field.UnderlyingContractMultiplier value = new quickfix.field.UnderlyingContractMultiplier();
public org.quickfix.field.UnderlyingContractMultiplier getUnderlyingContractMultiplier() throws FieldNotFound { org.quickfix.field.UnderlyingContractMultiplier value = new org.quickfix.field.UnderlyingContractMultiplier(); getField(value); return value; }
8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/Quote.java/clean/src/java/src/quickfix/fix44/Quote.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 2358, 18, 19525, 904, 18, 1518, 18, 14655, 6291, 8924, 23365, 10833, 765, 6291, 8924, 23365, 1435, 1216, 2286, 2768, 225, 288, 2358, 18, 19525, 904, 18, 1518, 18, 14655, 6291, 8924, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 2358, 18, 19525, 904, 18, 1518, 18, 14655, 6291, 8924, 23365, 10833, 765, 6291, 8924, 23365, 1435, 1216, 2286, 2768, 225, 288, 2358, 18, 19525, 904, 18, 1518, 18, 14655, 6291, 8924, ...
if (element instanceof IWorkspace) return true; else return false;
if (element instanceof IWorkspace) { return true; } else { return false; }
public boolean hasChildren(Object element) { if (element instanceof IWorkspace) return true; else return false; }
57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/e38d295ea613cf9f08aadb93a84a33d2e91abc5f/BookmarkContentProvider.java/buggy/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/bookmarkexplorer/BookmarkContentProvider.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 1250, 27780, 12, 921, 930, 13, 288, 3639, 309, 261, 2956, 1276, 467, 8241, 13, 5411, 327, 638, 31, 3639, 469, 5411, 327, 629, 31, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 1250, 27780, 12, 921, 930, 13, 288, 3639, 309, 261, 2956, 1276, 467, 8241, 13, 5411, 327, 638, 31, 3639, 469, 5411, 327, 629, 31, 565, 289, 2, -100, -100, -100, -100, -100, -100, ...
throw new ArgumentError(runtime, sTooFew);
throw runtime.newArgumentError(sTooFew);
public static RubyString pack(List list, RubyString formatString) { Ruby runtime = formatString.getRuntime(); PtrList format = new PtrList(runtime, formatString.getValue()); StringBuffer result = new StringBuffer(); int listSize = list.size(); char type = format.nextChar(); ...
48072 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/48072/870e1da9b41bfdbae259e1fc5f18fc8b76686998/Pack.java/clean/src/org/jruby/util/Pack.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 19817, 780, 2298, 12, 682, 666, 16, 19817, 780, 27107, 13, 288, 3639, 19817, 3099, 273, 27107, 18, 588, 5576, 5621, 3639, 14898, 682, 740, 273, 394, 14898, 682, 12, 9448, 16, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 19817, 780, 2298, 12, 682, 666, 16, 19817, 780, 27107, 13, 288, 3639, 19817, 3099, 273, 27107, 18, 588, 5576, 5621, 3639, 14898, 682, 740, 273, 394, 14898, 682, 12, 9448, 16, ...
public synchronized boolean next(Writable key, Writable value) throws IOException { ObjectWritable wrapper = (ObjectWritable)value; try { wrapper.set(getValueClass().newInstance()); } catch (Exception e) { throw new IOException(e.toString()); } return super.next(key, (Writable)wrapper.get());
public synchronized boolean next(Writable key, Writable value) throws IOException { ObjectWritable wrapper = (ObjectWritable) value; try { wrapper.set(getValueClass().newInstance()); } catch (Exception e) { throw new IOException(e.toString());
public RecordReader getRecordReader(FileSystem fs, FileSplit split, JobConf job, Reporter reporter) throws IOException { reporter.setStatus(split.toString()); return new SequenceFileRecordReader(job, split) { public synchronized boolean next(Writable ke...
1316 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1316/82abec76c6fbc6a6fb6149749849e1fb3f354dbd/SegmentReader.java/clean/src/java/org/apache/nutch/segment/SegmentReader.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 5059, 2514, 11674, 2514, 12, 11785, 2662, 16, 1387, 5521, 1416, 16, 4766, 3639, 3956, 3976, 1719, 16, 25585, 11528, 13, 1377, 1216, 1860, 288, 1377, 11528, 18, 542, 1482, 12, 4939, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5059, 2514, 11674, 2514, 12, 11785, 2662, 16, 1387, 5521, 1416, 16, 4766, 3639, 3956, 3976, 1719, 16, 25585, 11528, 13, 1377, 1216, 1860, 288, 1377, 11528, 18, 542, 1482, 12, 4939, ...
message.append("Psi Tree:"); message.append('\n'); DebugUtil.treeToBuffer(message, modelImpl.getFile().getNode(), 0, false, true, true); message.append('\n');
buffer.append("Psi Tree:"); buffer.append('\n'); DebugUtil.treeToBuffer(buffer, modelImpl.getFile().getNode(), 0, false, true, true); buffer.append('\n');
public static void assertInvalidRanges(final int startOffset, final int newEndOffset, FormattingDocumentModel model) { final StringBuffer message = new StringBuffer(); message.append("Invalid formatting blocks"); message.append('\n'); if (model instanceof FormattingDocumentModelImpl) { final Formatti...
12814 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/12814/f999fa8b47575880965d9febbcda4bb9e252766e/InitialInfoBuilder.java/clean/source/com/intellij/formatting/InitialInfoBuilder.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 760, 918, 1815, 1941, 9932, 12, 6385, 509, 18245, 16, 727, 509, 394, 1638, 2335, 16, 4077, 1787, 2519, 1488, 938, 13, 288, 565, 727, 6674, 883, 273, 394, 6674, 5621, 565, 883, 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, 760, 918, 1815, 1941, 9932, 12, 6385, 509, 18245, 16, 727, 509, 394, 1638, 2335, 16, 4077, 1787, 2519, 1488, 938, 13, 288, 565, 727, 6674, 883, 273, 394, 6674, 5621, 565, 883, 18,...
ProgramElementNode node = (ProgramElementNode)it.next(); if (node.getProgramElementKind().equals(kind)
IProgramElement node = (IProgramElement)it.next(); if (node.getKind().equals(kind)
public ProgramElementNode findNode(ProgramElementNode parent, ProgramElementNode.Kind kind, String name) { for (Iterator it = parent.getChildren().iterator(); it.hasNext(); ) { ProgramElementNode node = (ProgramElementNode)it.next(); if (node.getProgramElementKind().equals(kind) && name.equals(node.getName())...
53148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/53148/f1deb9c11024ecebab2e0aa17a260821375c25bd/StructureModel.java/buggy/asm/src/org/aspectj/asm/StructureModel.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 13586, 1046, 907, 1104, 907, 12, 9459, 1046, 907, 982, 16, 13586, 1046, 907, 18, 5677, 3846, 16, 514, 508, 13, 288, 202, 202, 1884, 261, 3198, 518, 273, 982, 18, 588, 4212, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13586, 1046, 907, 1104, 907, 12, 9459, 1046, 907, 982, 16, 13586, 1046, 907, 18, 5677, 3846, 16, 514, 508, 13, 288, 202, 202, 1884, 261, 3198, 518, 273, 982, 18, 588, 4212, ...
tabs.remove(oldPart, tabOrderListener);
tabs.remove(oldPart);
public void removePart(IPresentablePart oldPart) { ignoreSelectionChanges++; try { tabs.remove(oldPart, tabOrderListener); } finally { ignoreSelectionChanges--; } }
58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/a44e3679b294ff539fce71b7e835499b2c444fa7/TabbedStackPresentation.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/util/TabbedStackPresentation.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1206, 1988, 12, 2579, 1581, 429, 1988, 1592, 1988, 13, 288, 3639, 2305, 6233, 7173, 9904, 31, 3639, 775, 288, 5411, 10920, 18, 4479, 12, 1673, 1988, 1769, 3639, 289, 3095, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1206, 1988, 12, 2579, 1581, 429, 1988, 1592, 1988, 13, 288, 3639, 2305, 6233, 7173, 9904, 31, 3639, 775, 288, 5411, 10920, 18, 4479, 12, 1673, 1988, 1769, 3639, 289, 3095, 288,...
l_key = ( String ) l_keys.next(); l_valueCol = ( Collection ) a_attrHash.get( l_key ); l_values = l_valueCol.iterator();
key = ( String ) keys.next(); valueCol = ( Collection ) attrHash.get( key ); values = valueCol.iterator();
public String compose( MultiMap a_attrHash ) { Object l_val = null; String l_key = null; Iterator l_keys = a_attrHash.keySet().iterator(); Iterator l_values = null; Collection l_valueCol = null; StringWriter l_sw = new StringWriter(); PrintWriter l_out = new Print...
54578 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54578/0f6df9849de10807595e87e279b521f2470ac7a2/LdifComposerImpl.java/clean/ldap/src/main/java/org/apache/directory/shared/ldap/ldif/LdifComposerImpl.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 514, 11458, 12, 5991, 863, 279, 67, 1747, 2310, 262, 565, 288, 3639, 1033, 328, 67, 1125, 273, 446, 31, 3639, 514, 328, 67, 856, 273, 446, 31, 3639, 4498, 328, 67, 2452, 273, 27...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 514, 11458, 12, 5991, 863, 279, 67, 1747, 2310, 262, 565, 288, 3639, 1033, 328, 67, 1125, 273, 446, 31, 3639, 514, 328, 67, 856, 273, 446, 31, 3639, 4498, 328, 67, 2452, 273, 27...
this.slValues.topControl = cmpSeries; grpValue.layout( );
this.slValues.topControl = cmpHighlight; break; case 5 : this.slValues.topControl = cmpCallback;
public void widgetSelected( SelectionEvent e ) { if ( e.getSource( ).equals( cmbActionType ) ) { switch ( cmbActionType.getSelectionIndex( ) ) { case 0 : this.slValues.topControl = cmpURL; grpValue.layout( ); break; case 1 : this.slValues.topControl = cmpTooltip; grpValue.layout( ); ...
15160 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/15160/a769c95667dd11c0218d8ea7d48a98220acf6dd8/TriggerDataComposite.java/clean/chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerDataComposite.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 3604, 7416, 12, 12977, 1133, 425, 262, 202, 95, 202, 202, 430, 261, 425, 18, 588, 1830, 12, 262, 18, 14963, 12, 276, 1627, 26995, 262, 262, 202, 202, 95, 1082, 202, 961...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 3604, 7416, 12, 12977, 1133, 425, 262, 202, 95, 202, 202, 430, 261, 425, 18, 588, 1830, 12, 262, 18, 14963, 12, 276, 1627, 26995, 262, 262, 202, 202, 95, 1082, 202, 961...
defaultConstraints.weighty = y; }
defaultConstraints.weighty = y; }
public void setWeightY(double y) { defaultConstraints.weighty = y; }
47609 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/47609/b723a0ed6d31e14b737f03996f1e35c7db8d7236/ToolBarLayout.java/buggy/grendel/ui/ToolBarLayout.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 444, 6544, 61, 12, 9056, 677, 13, 288, 202, 1886, 4878, 18, 4865, 93, 273, 677, 31, 565, 289, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 444, 6544, 61, 12, 9056, 677, 13, 288, 202, 1886, 4878, 18, 4865, 93, 273, 677, 31, 565, 289, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
InputDialog newDialog = new InputDialog( getShell(), MarkerMessages.MarkerFilterDialog_title, MarkerMessages.MarkerFilterDialog_message, MarkerMessages.MarkerFilter_newFilterName, new IInputValidator(){ /* (non-Javadoc) * @see org.eclipse.jface.dialogs.IInputValidator#isValid(java.lang.String) */ public String isValid(...
InputDialog newDialog = new InputDialog(getShell(), MarkerMessages.MarkerFilterDialog_title, MarkerMessages.MarkerFilterDialog_message, MarkerMessages.MarkerFilter_newFilterName, new IInputValidator() { /* * (non-Javadoc) * * @see org.eclipse.jface.dialogs.IInputValidator#isValid(java.lang.String) */ public String isVa...
void createFiltersArea(Composite dialogArea) { Composite listArea = new Composite(dialogArea,SWT.NONE); listArea.setLayoutData( new GridData(SWT.FILL,SWT.FILL,false,true)); listArea.setLayout(new GridLayout()); Label title = new Label(listArea,SWT.NONE); title.setText(MarkerMessages...
57470 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/57470/c08a91512d1b5534132c133486d2efd84191df7d/DialogMarkerFilter.java/clean/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 918, 752, 5422, 5484, 12, 9400, 6176, 5484, 13, 288, 377, 202, 377, 202, 9400, 666, 5484, 273, 394, 14728, 12, 12730, 5484, 16, 55, 8588, 18, 9826, 1769, 377, 202, 1098, 5484, 18, 542, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 752, 5422, 5484, 12, 9400, 6176, 5484, 13, 288, 377, 202, 377, 202, 9400, 666, 5484, 273, 394, 14728, 12, 12730, 5484, 16, 55, 8588, 18, 9826, 1769, 377, 202, 1098, 5484, 18, 542, ...
public static void addScriptingPanel (JTabbedPane tabPane, String sfObjName, Object sfObj, String hostname, int port) throws Exception { JPanel scriptingPanel = new JPanel(); JTabbedPane scriptingTabPane = null; try { Class jConsoleClass = Class.forName("bsh.util.JConsole"); Class intepr...
4987 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4987/c3578683a8b36f404a74d9fd9ffbb07e9af60faa/SFDeployDisplay.java/clean/core/smartfrog/src/org/smartfrog/services/management/SFDeployDisplay.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 1071, 760, 918, 527, 3651, 310, 5537, 261, 46, 5661, 2992, 8485, 3246, 8485, 16, 514, 9033, 2675, 461, 16, 1033, 9033, 2675, 16, 514, 5199, 16, 509, 1756, 13, 1216, 1185, 288, 46, 5537,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 1071, 760, 918, 527, 3651, 310, 5537, 261, 46, 5661, 2992, 8485, 3246, 8485, 16, 514, 9033, 2675, 461, 16, 1033, 9033, 2675, 16, 514, 5199, 16, 509, 1756, 13, 1216, 1185, 288, 46, 5537,...
labelRect.width = contentRect.width - labelRect.x;
labelRect.width = getWidthOfWidestLabel();
protected void calculateLabelRect() { if (slider.getOrientation() == JSlider.HORIZONTAL) { labelRect.x = contentRect.x; labelRect.y = tickRect.y + tickRect.height; labelRect.width = contentRect.width; labelRect.height = contentRect.height - labelRect.y; } else { labelRect.x = tickRect.x + tickRe...
1056 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/1056/8a78b0a127a68dcc6823fee2b8bdb1cbb7ec268d/BasicSliderUI.java/buggy/core/src/classpath/javax/javax/swing/plaf/basic/BasicSliderUI.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 4750, 918, 4604, 2224, 6120, 1435, 225, 288, 565, 309, 261, 28372, 18, 588, 14097, 1435, 422, 804, 21824, 18, 44, 20344, 13, 1377, 288, 202, 1925, 6120, 18, 92, 273, 913, 6120, 18, 92, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 4750, 918, 4604, 2224, 6120, 1435, 225, 288, 565, 309, 261, 28372, 18, 588, 14097, 1435, 422, 804, 21824, 18, 44, 20344, 13, 1377, 288, 202, 1925, 6120, 18, 92, 273, 913, 6120, 18, 92, ...
public SeriesTrendlineSheet( Composite parent, ChartWizardContext context,
public SeriesTrendlineSheet( String title, ChartWizardContext context,
public SeriesTrendlineSheet( Composite parent, ChartWizardContext context, SeriesDefinition seriesDefn ) { super( parent, context, false ); this.seriesDefn = seriesDefn; cmpTop = getComponent( parent ); }
5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/e89bee61a969154f0d074fedf34da17dd208f822/SeriesTrendlineSheet.java/buggy/chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/series/SeriesTrendlineSheet.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 9225, 56, 20262, 1369, 8229, 12, 14728, 982, 16, 14804, 27130, 1042, 819, 16, 1082, 202, 6485, 1852, 4166, 3262, 82, 262, 202, 95, 202, 202, 9565, 12, 982, 16, 819, 16, 629, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 9225, 56, 20262, 1369, 8229, 12, 14728, 982, 16, 14804, 27130, 1042, 819, 16, 1082, 202, 6485, 1852, 4166, 3262, 82, 262, 202, 95, 202, 202, 9565, 12, 982, 16, 819, 16, 629, ...
getDbc().bindList(SWTObservables.observeItems(swtlist), list, null); assertEquals(Arrays.asList(swtlist.getItems()), list);
getDbc().bindList(SWTObservables.observeItems(swtlist), list, null); assertEquals(Arrays.asList(swtlist.getItems()), list);
public void test_ROCombo_SWTList() { // Create a list of Strings for the countries IObservableList list = new WritableList(); for (int i = 0; i < catalog.getAccounts().length; i++) list.add(catalog.getAccounts()[i].getCountry()); org.eclipse.swt.widgets.List swtlist = new org....
58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/a469cb14d7815f1d5dea6c4a44ea9ea80e229bed/ComboScenarios.java/clean/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ComboScenarios.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1842, 67, 1457, 16156, 67, 55, 8588, 682, 1435, 288, 3639, 368, 1788, 279, 666, 434, 8139, 364, 326, 17603, 3639, 1665, 3745, 682, 666, 273, 394, 14505, 682, 5621, 3639, 364, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1842, 67, 1457, 16156, 67, 55, 8588, 682, 1435, 288, 3639, 368, 1788, 279, 666, 434, 8139, 364, 326, 17603, 3639, 1665, 3745, 682, 666, 273, 394, 14505, 682, 5621, 3639, 364, ...
this.sql = sql; this.statement = statement; this.pg_stream = pg_stream; this.connection = connection;
this.sql = sql; this.statement = statement; this.pg_stream = pg_stream; this.connection = connection;
public QueryExecutor(String sql, java.sql.Statement statement, PG_Stream pg_stream, org.postgresql.Connection connection) throws SQLException { this.sql = sql; this.statement = statement; this.pg_stream = pg_stream; this.connection = connection; if (statement != null) maxRows = statement.getMaxRows(...
45534 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/45534/839b9bc0117946afd62ee385a4c8a36c01b3053b/QueryExecutor.java/buggy/src/interfaces/jdbc/org/postgresql/core/QueryExecutor.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 2770, 6325, 12, 780, 1847, 16, 9506, 2252, 18, 4669, 18, 3406, 3021, 16, 9506, 22116, 67, 1228, 7184, 67, 3256, 16, 9506, 2358, 18, 2767, 24330, 18, 1952, 1459, 13, 202, 15069, 64...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2770, 6325, 12, 780, 1847, 16, 9506, 2252, 18, 4669, 18, 3406, 3021, 16, 9506, 22116, 67, 1228, 7184, 67, 3256, 16, 9506, 2358, 18, 2767, 24330, 18, 1952, 1459, 13, 202, 15069, 64...
List prunedList = new ArrayList(resourceCollection); Iterator elementsEnum = prunedList.iterator(); while (elementsEnum.hasNext()) { IResource currentResource = (IResource) elementsEnum.next(); if (isDescendent(prunedList, currentResource)) { elementsEnum.remove();
List prunedList = new ArrayList(resourceCollection); Iterator elementsEnum = prunedList.iterator(); while (elementsEnum.hasNext()) { IResource currentResource = (IResource) elementsEnum.next(); if (isDescendent(prunedList, currentResource)) { elementsEnum.remove();
List pruneResources(List resourceCollection) { List prunedList = new ArrayList(resourceCollection); Iterator elementsEnum = prunedList.iterator(); while (elementsEnum.hasNext()) { IResource currentResource = (IResource) elementsEnum.next(); if (isDescendent(prunedList, cur...
58148 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/58148/53cada7d6d0463cdcb3aed320ea380f4aae64087/WorkspaceAction.java/clean/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/WorkspaceAction.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 987, 13293, 3805, 12, 682, 1058, 2532, 13, 288, 3639, 987, 846, 318, 18073, 273, 394, 2407, 12, 3146, 2532, 1769, 3639, 4498, 2186, 3572, 273, 846, 318, 18073, 18, 9838, 5621, 3639, 1323,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 987, 13293, 3805, 12, 682, 1058, 2532, 13, 288, 3639, 987, 846, 318, 18073, 273, 394, 2407, 12, 3146, 2532, 1769, 3639, 4498, 2186, 3572, 273, 846, 318, 18073, 18, 9838, 5621, 3639, 1323,...
FSHooks.runPostRevPropChangeHook(myReposRootDir, propertyName, propertyValue, userName, revision, action);
if (FSHooks.isHooksEnabled()) { FSHooks.runPostRevPropChangeHook(myReposRootDir, propertyName, propertyValue, userName, revision, action); }
public void setRevisionPropertyValue(long revision, String propertyName, String propertyValue) throws SVNException { assertValidRevision(revision); try { openRepository(); if (!SVNProperty.isRegularProperty(propertyName)) { SVNErrorMessage err = SVNErrorMessage.cre...
2776 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/2776/fde534a648a729478b8c9d929410319f25bf1c89/FSRepository.java/buggy/svnkit/src/org/tmatesoft/svn/core/internal/io/fs/FSRepository.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 444, 7939, 16107, 12, 5748, 6350, 16, 514, 5470, 16, 514, 12337, 13, 1216, 29537, 50, 503, 288, 3639, 1815, 1556, 7939, 12, 13057, 1769, 3639, 775, 288, 5411, 1696, 3305, 5621,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 444, 7939, 16107, 12, 5748, 6350, 16, 514, 5470, 16, 514, 12337, 13, 1216, 29537, 50, 503, 288, 3639, 1815, 1556, 7939, 12, 13057, 1769, 3639, 775, 288, 5411, 1696, 3305, 5621,...
asm.emitMOV_RegIdx_Reg (S0, T0, asm.BYTE, NO_SLOT, JTOC); asm.emitMOV_RegIdx_Reg (S0, T0, asm.BYTE, ONE_SLOT, T1);
asm.emitMOV_RegIdx_Reg (S0, T0, VM_Assembler.BYTE, NO_SLOT, JTOC); asm.emitMOV_RegIdx_Reg (S0, T0, VM_Assembler.BYTE, ONE_SLOT, T1);
protected final void emit_unresolved_putfield(VM_FieldReference fieldRef) { emitDynamicLinkingSequence(T0, fieldRef, true); if (MM_Interface.NEEDS_WRITE_BARRIER && !fieldRef.getFieldContentsType().isPrimitiveType()) { VM_Barriers.compilePutfieldBarrier(asm, T0, fieldRef.getId()); emitDynamicLinkingSeq...
4011 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/4011/b456534d9b99de463325c8cc3907b41fc605cb4c/VM_Compiler.java/clean/rvm/src/vm/arch/intel/compilers/baseline/VM_Compiler.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 4750, 727, 918, 3626, 67, 318, 11792, 67, 458, 1518, 12, 7397, 67, 974, 2404, 652, 1957, 13, 288, 565, 3626, 9791, 2098, 310, 4021, 12, 56, 20, 16, 652, 1957, 16, 638, 1769, 565, 309,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 4750, 727, 918, 3626, 67, 318, 11792, 67, 458, 1518, 12, 7397, 67, 974, 2404, 652, 1957, 13, 288, 565, 3626, 9791, 2098, 310, 4021, 12, 56, 20, 16, 652, 1957, 16, 638, 1769, 565, 309,...
public IRubyObject instance_variable_set(IRubyObject var, IRubyObject value) { String varName = var.asSymbol(); if (!varName.startsWith("@")) { throw getRuntime().newNameError("`" + varName + "' is not allowable as an instance variable name"); } return setInstanceVariable(var.asSymbol...
46454 /local/tlutelli/issta_data/temp/all_java4context/java/2006_temp/2006/46454/c8b66db475de1dc66f347884891dd70d9943689b/RubyObject.java/clean/src/org/jruby/RubyObject.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 15908, 10340, 921, 791, 67, 6105, 67, 542, 12, 7937, 10340, 921, 569, 16, 15908, 10340, 921, 460, 13, 288, 377, 202, 780, 13722, 273, 569, 18, 345, 5335, 5621, 377, 202, 377, 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, 377, 1071, 15908, 10340, 921, 791, 67, 6105, 67, 542, 12, 7937, 10340, 921, 569, 16, 15908, 10340, 921, 460, 13, 288, 377, 202, 780, 13722, 273, 569, 18, 345, 5335, 5621, 377, 202, 377, 202,...
break _loop676;
break _loop661;
public final void disablestate(AST _t) throws RecognitionException { AST disablestate_AST_in = (_t == ASTNULL) ? null : (AST)_t; AST head = null; AST __t669 = _t; head = _t==ASTNULL ? null :(AST)_t; match(_t,DISABLE); _t = _t.getFirstChild(); if ( inputState.guessing==0 ) { action.frameInitializingStateme...
13952 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/13952/daa15e07422d3491bbbb4d0060450c81983332a4/TreeParser01.java/buggy/trunk/org.prorefactor.core/src/org/prorefactor/treeparser01/TreeParser01.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 727, 918, 1015, 9237, 395, 340, 12, 9053, 389, 88, 13, 1216, 9539, 288, 9506, 202, 9053, 1015, 9237, 395, 340, 67, 9053, 67, 267, 273, 261, 67, 88, 422, 9183, 8560, 13, 692,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1015, 9237, 395, 340, 12, 9053, 389, 88, 13, 1216, 9539, 288, 9506, 202, 9053, 1015, 9237, 395, 340, 67, 9053, 67, 267, 273, 261, 67, 88, 422, 9183, 8560, 13, 692,...
win.suspect(sender1); System.out.println(win);
win.suspect(sender1); System.out.println(win);
public static void main(String[] args) { AckMcastReceiverWindow win=new AckMcastReceiverWindow(); Address sender1=new IpAddress("janet", 1111); Address sender2=new IpAddress("janet", 4444); Address sender3=new IpAddress("janet", 6767); Address sender4=new IpAddress("janet", 3333); win.add(sender1, 1); win.add(sende...
3550 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3550/d87286058cfcbdd88699897608edd017b16ae389/AckMcastReceiverWindow.java/buggy/src/org/jgroups/stack/AckMcastReceiverWindow.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 918, 2774, 12, 780, 8526, 833, 13, 288, 202, 11931, 49, 4155, 12952, 3829, 5657, 33, 2704, 22322, 49, 4155, 12952, 3829, 5621, 202, 1887, 5793, 21, 33, 2704, 14709, 1887, 2932,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 760, 918, 2774, 12, 780, 8526, 833, 13, 288, 202, 11931, 49, 4155, 12952, 3829, 5657, 33, 2704, 22322, 49, 4155, 12952, 3829, 5621, 202, 1887, 5793, 21, 33, 2704, 14709, 1887, 2932,...
public DataPresentationEngine( ExecutionContext ctx, IDocArchiveReader reader )
public DataPresentationEngine( ExecutionContext ctx, IDocArchiveReader reader )
public DataPresentationEngine( ExecutionContext ctx, IDocArchiveReader reader ) { context = ctx; this.reader = reader; // fd = getRandomAccessFile(); loadDteMetaInfo( ); try { DataEngineContext dteContext = DataEngineContext.newInstance( DataEngineContext.MODE_PRESENTATION, ctx.getSharedScope( ), reade...
5230 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/5230/c20ca9242b39d9b07a5f33e58e8af1e3a67e4a9b/DataPresentationEngine.java/clean/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataPresentationEngine.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 1910, 6351, 367, 4410, 12, 8687, 1042, 1103, 16, 1599, 504, 7465, 2514, 2949, 262, 202, 95, 202, 202, 2472, 273, 1103, 31, 202, 202, 2211, 18, 10530, 273, 2949, 31, 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, 1910, 6351, 367, 4410, 12, 8687, 1042, 1103, 16, 1599, 504, 7465, 2514, 2949, 262, 202, 95, 202, 202, 2472, 273, 1103, 31, 202, 202, 2211, 18, 10530, 273, 2949, 31, 202, 202, ...
console.setDisplayFont( PreferenceLoader.loadFont( "consoleFontData" ) ); console.setInputFont( PreferenceLoader.loadFont( "consoleFontData" ) ); console.setHighlightColor( PreferenceLoader.loadColour( "consoleHighlight" ) ); console.setDisplayBackground( PreferenceLoader.loadColour( "consoleBackground" ) ); console.se...
console.setDisplayFont(PreferenceLoader.loadFont("consoleFontData")); console.setInputFont(PreferenceLoader.loadFont("consoleFontData")); console.setHighlightColor(PreferenceLoader.loadColour("consoleHighlight")); console.setDisplayBackground(PreferenceLoader.loadColour("consoleBackground")); console.setDisplayForegrou...
public void loadPreferences() { console.setDisplayFont( PreferenceLoader.loadFont( "consoleFontData" ) ); console.setInputFont( PreferenceLoader.loadFont( "consoleFontData" ) ); console.setHighlightColor( PreferenceLoader.loadColour( "consoleHighlight" ) ); console.setDisplayBackground( ...
11075 /local/tlutelli/issta_data/temp/all_java1context/java/2006_temp/2006/11075/6295fd93fbe029bec6b7a525722e315004146c8c/ConsoleTab.java/buggy/g2gui/src/net/mldonkey/g2gui/view/ConsoleTab.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 918, 1262, 12377, 1435, 288, 3639, 2983, 18, 542, 4236, 5711, 12, 29125, 2886, 18, 945, 5711, 12, 315, 8698, 5711, 751, 6, 262, 11272, 3639, 2983, 18, 542, 1210, 5711, 12, 29125, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1262, 12377, 1435, 288, 3639, 2983, 18, 542, 4236, 5711, 12, 29125, 2886, 18, 945, 5711, 12, 315, 8698, 5711, 751, 6, 262, 11272, 3639, 2983, 18, 542, 1210, 5711, 12, 29125, ...
ITask task = (ITask)element; if (task.isCategory()) { for (ITask child : task.getChildren()) { if (child.isActive()) return UiUtil.BOLD; } } if (task.isActive()) return UiUtil.BOLD;
ITask task = (ITask)element; if (task.isActive()) return UiUtil.BOLD;
public Font getFont(Object element) { if (element instanceof ITask) { ITask task = (ITask)element; if (task.isCategory()) { for (ITask child : task.getChildren()) { if (child.isActive()) return UiUtil.BOLD; } } if (t...
51151 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/51151/bfd6c75025dd41ab813783fc0743c23cfe1c2fc2/TaskListLabelProvider.java/clean/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/views/TaskListLabelProvider.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 377, 1071, 10063, 18776, 12, 921, 930, 13, 288, 3639, 309, 261, 2956, 1276, 467, 2174, 13, 288, 5411, 467, 2174, 1562, 273, 261, 1285, 835, 13, 2956, 31, 5411, 309, 261, 4146, 18, 291, 4457,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 10063, 18776, 12, 921, 930, 13, 288, 3639, 309, 261, 2956, 1276, 467, 2174, 13, 288, 5411, 467, 2174, 1562, 273, 261, 1285, 835, 13, 2956, 31, 5411, 309, 261, 4146, 18, 291, 4457,...
if (privType == Authorizer.MODIFY_SCHEMA_PRIV)
switch ( privType )
public void check( LanguageConnectionContext lcc, String authid, boolean forGrant) throws StandardException { DataDictionary dd = lcc.getDataDictionary(); TransactionController tc = lcc.getTransactionExecute(); if (privType == Authorizer.MODIFY_SCHEMA_PRIV) { SchemaDescriptor sd = dd.getSchemaDesc...
56322 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/56322/28c633d82a776c90fd1cd835a0b66d1c8916d31a/StatementSchemaPermission.java/buggy/java/engine/org/apache/derby/iapi/sql/dictionary/StatementSchemaPermission.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 866, 12, 9889, 1952, 1042, 328, 952, 16, 25083, 282, 514, 1357, 350, 16, 25083, 282, 1250, 364, 9021, 13, 1216, 8263, 503, 202, 95, 202, 202, 751, 10905, 6957, 273, 202, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 866, 12, 9889, 1952, 1042, 328, 952, 16, 25083, 282, 514, 1357, 350, 16, 25083, 282, 1250, 364, 9021, 13, 1216, 8263, 503, 202, 95, 202, 202, 751, 10905, 6957, 273, 202, ...
public void selectElement_D(String en) { iter_type = DESCENDENT;
protected void selectElement_D(String en) { if (en == null) throw new IllegalArgumentException("element name can't be null"); iter_type = DESCENDANT;
public void selectElement_D(String en) { iter_type = DESCENDENT; depth = vn.getCurrentDepth(); //startIndex = vn.getCurrentIndex(); name = en; ft = true;}
3680 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/3680/67290846f37aa3bd136eadacaf7a7eba1c965b78/AutoPilot.java/clean/com/ximpleware/AutoPilot.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1071, 918, 2027, 1046, 67, 40, 12, 780, 570, 13, 288, 202, 2165, 67, 723, 273, 14326, 4415, 2222, 31, 202, 5979, 273, 21732, 18, 588, 3935, 6148, 5621, 202, 759, 1937, 1016, 273, 21732, 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, 0, 0, 0, 0...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 1071, 918, 2027, 1046, 67, 40, 12, 780, 570, 13, 288, 202, 2165, 67, 723, 273, 14326, 4415, 2222, 31, 202, 5979, 273, 21732, 18, 588, 3935, 6148, 5621, 202, 759, 1937, 1016, 273, 21732, 18, ...
public void classMemberVisibility(Object classSpecifier, Token visibility) {
public Object classMemberVisibility(Object classSpecifier, Token visibility) { return null;
public void classMemberVisibility(Object classSpecifier, Token visibility) { }
54911 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/54911/44aad85270fb48dbc04906626c769076958182ca/NullParserCallback.java/buggy/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/NullParserCallback.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 667, 4419, 10135, 12, 921, 667, 21416, 16, 3155, 9478, 13, 288, 202, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 918, 667, 4419, 10135, 12, 921, 667, 21416, 16, 3155, 9478, 13, 288, 202, 97, 2, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
public org.quickfix.field.RepurchaseTerm getRepurchaseTerm() throws FieldNotFound { org.quickfix.field.RepurchaseTerm value = new org.quickfix.field.RepurchaseTerm();
public quickfix.field.RepurchaseTerm getRepurchaseTerm() throws FieldNotFound { quickfix.field.RepurchaseTerm value = new quickfix.field.RepurchaseTerm();
public org.quickfix.field.RepurchaseTerm getRepurchaseTerm() throws FieldNotFound { org.quickfix.field.RepurchaseTerm value = new org.quickfix.field.RepurchaseTerm(); getField(value); return value; }
8803 /local/tlutelli/issta_data/temp/all_java0context/java/2006_temp/2006/8803/fecc27f98261270772ff182a1d4dfd94b5daa73d/NewOrderMultileg.java/buggy/src/java/src/quickfix/fix43/NewOrderMultileg.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 2358, 18, 19525, 904, 18, 1518, 18, 426, 12688, 12104, 4065, 5561, 12688, 12104, 4065, 1435, 1216, 2286, 2768, 225, 288, 2358, 18, 19525, 904, 18, 1518, 18, 426, 12688, 12104, 4065, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 282, 1071, 2358, 18, 19525, 904, 18, 1518, 18, 426, 12688, 12104, 4065, 5561, 12688, 12104, 4065, 1435, 1216, 2286, 2768, 225, 288, 2358, 18, 19525, 904, 18, 1518, 18, 426, 12688, 12104, 4065, ...
if (retargetAction != null)
if (retargetAction != null)
public WWinPluginAction(IConfigurationElement actionElement, String runAttribute, IWorkbenchWindow window,String definitionId) { super(actionElement, runAttribute,definitionId); this.window = window; // If config specifies a retarget action, create it now String retarget = actionElement.getAttribute(ActionDescri...
55805 /local/tlutelli/issta_data/temp/all_java5context/java/2006_temp/2006/55805/3113adf073596bfd0c0770703963de0f288cda77/WWinPluginAction.java/buggy/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WWinPluginAction.java
[ 1, 8585, 326, 22398, 316, 326, 981, 30, 225, 202, 482, 678, 18049, 3773, 1803, 12, 45, 1750, 1046, 1301, 1046, 16, 202, 202, 780, 1086, 1499, 16, 467, 2421, 22144, 3829, 2742, 16, 780, 2379, 548, 13, 225, 202, 95, 202, 202, 9565, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 678, 18049, 3773, 1803, 12, 45, 1750, 1046, 1301, 1046, 16, 202, 202, 780, 1086, 1499, 16, 467, 2421, 22144, 3829, 2742, 16, 780, 2379, 548, 13, 225, 202, 95, 202, 202, 9565, ...