issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
266,172 | Bug 266172 Shell setFullScreen not implemented | null | resolved fixed | 2b534ce | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-08T18:43:31Z" | "2009-02-25T16:40:00Z" |
274,001 | Bug 274001 Rollover tooltips for all truncated tree and table items | null | resolved fixed | 0a26c43 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-08T16:56:00Z" | "2009-04-28T09:13:20Z" |
275,484 | Bug 275484 OleClientSite#isDirty QueryInterface IIDIPersistFile but creates IPersistStorage | OleClientSite#isDirty QueryInterface IIDIPersistFile but creates IPersistStorage See the code // Get access to the persistent storage mechanism int /*long*/[] address = new int /*long*/[1]; if (objIOleObject.QueryInterface(COM.IIDIPersistFile, address) != COM.S_OK) return true; IPersistStorage permStorage = new IPersistStorage(address[0]); // Are the contents of the permanent storage different from the file? int result = permStorage.IsDirty(); | resolved fixed | c76676f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-08T16:55:47Z" | "2009-05-08T16:26:40Z" |
180,176 | Bug 180176 [OLE] [EditorMgmt] Strange behavior while opening default gif editor | Build ID: Eclipse3.3M6 Steps To Reproduce: 1.Double click to any gif file, say abc.gif. I expect that default editor comes up. 2.Indeed, IE7 starts. Close it. You see that text editor for abc.gif is opened. It has just on line: "abc.gif" 3. Close this editor. Immediately new instance of IE7 comes up. 4. Close it and you see a message: "abc.gif has been modified. Save changes?". Why user have to see and manipulate with this text editor? Why IE7 was launched twice? More information: | resolved fixed | 143dc1b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-08T16:22:28Z" | "2007-03-30T13:06:40Z" |
267,884 | Bug 267884 Select All does not work in TextEditor Example with block selection | I20090310-0100, same on WinXP, same in 3.5M5/Carbon Select All (Ctrl+A) does not work in the TextEditor Example with block selection. It just selects column 0. | resolved fixed | 8f9328b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-08T16:07:50Z" | "2009-03-10T15:46:40Z" |
275,459 | Bug 275459 Test failures in GC on I20090507-2000 | http://fullmoon/downloads/drops/I20090507-2000/testresults/html/org.eclipse.swt.tests_linux.gtk.x86_6.0.html | resolved fixed | b2e9063 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-08T14:07:56Z" | "2009-05-08T13:40:00Z" |
270,676 | Bug 270676 StyledText : text selection stops when mouse cursor leaves the x-axis | When the mouse-left-button is down, and as I drag to make a text selection, I drag off the x-axis of the control. Normally the selection would continue to follow the mouse. With StyledText, the selection only follows the mouse when the mouse cursor remains within the area of the styledtext control. This behaviour is different from other text input's under windows, if you compare to the behaviour in your browser, or a native windows app. It also differs from the standard SWT Text control, however that control is too limited for my needs. Very easy to reproduce. I posted on the swt mailing list to find a solution, and was referred that it's a bug. Let me know if you need any more details. Thanks. | resolved fixed | 5261d73 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-07T20:38:46Z" | "2009-03-31T22:53:20Z" |
270,316 | Bug 270316 [OLE] Failure save 2003 Word document with embedded Word 2007 editor | Build ID: N20090322-2000 Steps To Reproduce: 1. Create a Word doc (it can have just one word) saved in the 2003 format with the .doc extension. 2. Open it in a Word 2007 embedded Eclipse editor. 3. Modify it and try to save. You might get the "Cannot save <docname>" error dialog. More information: So, basically, saving a 2003 doc from an embedded 2007 Word editor fails on certain machines consistently. This was reported by one of our customers as happening on every machine at their site. That suggests that there might be some configuration leading to this problem. Out of the five machines we tried this on, only one had the same problem. The others worked fine. Note that the people who ran into this problem did not have a problem saving Excel 2003 docs in an embedded OLE editor. There is no error being logged. By debugging, we found that the following line (line 1205) in OleClientSite#saveToStorageFile() returns -2147287007. int result = COM.StgCreateDocfile(path, mode, 0, address); We're based on Eclipse 3.4 but we were able to reproduce this in the latest code stream as well. I found defect 35026 and defect 43379 that were similar, but not quite the same, so I opened this new defect. | resolved fixed | de5b9b1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/ole/win32/IPersistFile.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-07T20:22:57Z" | "2009-03-27T18:53:20Z" |
273,953 | Bug 273953 [carbon] DeviceResourceException on certain images | in i0421 carbon The following error occurs when opening the Plugins view org.eclipse.jface.resource.DeviceResourceException: Unable to create resource URLImageDescriptor(bundleentry://139.fwk16109616/icons/obj16/plugin_javasearch.gif) at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:167) at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:56) at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) at org.eclipse.jface.resource.LocalResourceManager.allocate(LocalResourceManager.java:82) at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:88) at org.eclipse.jface.resource.ResourceManager.createImage(ResourceManager.java:172) at org.eclipse.ui.menus.CommandContributionItem.updateIcons(CommandContributionItem.java:836) at org.eclipse.ui.menus.CommandContributionItem.fill(CommandContributionItem.java:489) at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java:353) at org.eclipse.ui.internal.ViewPane.updateActionBars(ViewPane.java:446) at org.eclipse.ui.internal.ViewActionBars.updateActionBars(ViewActionBars.java:59) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:414) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:226) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595) at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2197) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1067) at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java:3809) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3806) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3782) at org.eclipse.ui.internal.quickaccess.ViewElement.execute(ViewElement.java:38) at org.eclipse.ui.internal.quickaccess.QuickAccessDialog.handleElementSelected(QuickAccessDialog.java:689) at org.eclipse.ui.internal.quickaccess.QuickAccessDialog.handleSelection(QuickAccessDialog.java:767) at org.eclipse.ui.internal.quickaccess.QuickAccessDialog.access$6(QuickAccessDialog.java:757) at org.eclipse.ui.internal.quickaccess.QuickAccessDialog$9.widgetDefaultSelected(QuickAccessDialog.java:306) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:113) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1571) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1595) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1580) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1369) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3476) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3060) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2401) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2217) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) | resolved fixed | 306f953 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/GIFFileFormat.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-07T20:14:27Z" | "2009-04-27T22:06:40Z" |
262,981 | Bug 262981 GC#drawText could use data.stringWidth and data.stringHeight | we added data.stringWidth and data.stringHeight to GCData to improve the performance of GC#textExtent() I feel we could use these same fields in GC#drawText to speed things (little bit, verry little). If data.stringWidth and data.stringHeight were to initialized lazyly it would make the code in GC#drawText() and GC#textExtent() a bit simpler too. Silenio, do you have any reason for not doing the above ? | resolved fixed | 22e21dc | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-07T17:13:52Z" | "2009-01-29T23:00:00Z" |
274,385 | Bug 274385 Control-click for context menu loses multi-selection | Multi-select a number of items in an explorer. Control-click to get a context menu. The context menu comes up, and the multi-select is lost. The multi-select survives if right-click is used instrad. | resolved fixed | 075c887 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-07T16:57:36Z" | "2009-04-29T18:33:20Z" |
254,861 | Bug 254861 Gtk SWT should set window type hint for SWT.BALLOON tooltips | null | resolved fixed | 1d3e044 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolTip.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-07T15:53:05Z" | "2008-11-11T13:26:40Z" |
273,354 | Bug 273354 Form Feed (\f) makes StyledText go crazy | null | resolved fixed | 8ff9209 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-07T15:34:03Z" | "2009-04-22T22:40:00Z" |
270,495 | Bug 270495 Improving performance of ImageData.blit and Image.init methods | null | resolved fixed | 8b5c72d | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-06T21:55:02Z" | "2009-03-30T19:06:40Z" |
275,207 | Bug 275207 [Browser] crash when showing text entry prompter | - crashes with xulrunner >= 1.9, previous xulrunner versions don't crash - run Snippet128 with Browser style SWT.MOZILLA - point it at a page with the following content: <HTML> <BODY> <script> var userName userName = prompt("What is your name?","Name goes here") alert(userName) </script> </BODY> </HTML> - press OK in the resulting dialog and a crash will occur (the dump shows the crash happening in the event loop) | resolved fixed | 775da68 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/PromptService2.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-06T19:49:49Z" | "2009-05-06T20:00:00Z" |
274,141 | Bug 274141 [content assist] Additional info of newly selected proposal not shown | to reproduce: # ensure that Eclipse is configured to have javadoc available for Java runtime classes. # open a Java file in the JDT Java source editor # in the source declare a stack object as follows: java.lang.Object foo; # in the source editor on a new line, type: foo # in the editor use the '.' character to cause content assist to appear with suggestions for methods on 'foo' # wait for the javadoc to appear for the first content assist entry, the 'equals' method # type 'g' to filter the list of content assist proposals to those methods starting with 'g' # observe that the list of proposals is filtered and 'getClass()' proposal is now selected # observe that the javadoc remains that for the original method displayed, the equals method see the attached screenshot | resolved fixed | bca4f4e | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-06T19:30:29Z" | "2009-04-28T17:33:20Z" |
274,161 | Bug 274161 Cannot create circular Shell on Cocoa | Build id: I20090428-0100 - Cocoa Run Snippet285. (Note that this snippet works correctly on Carbon, Windows, and GTk). A square Shell appears (should be a circle), and the following error messages are printed to the Console: 2009-04-28 15:32:04.727 java[1089:10b] *** -[NSFocusState transformUsingAffineTransform:]: unrecognized selector sent to instance 0x146a00 2009-04-28 15:32:04.731 java[1089:10b] *** -[NSFocusState addClip]: unrecognized selector sent to instance 0x146a00 2009-04-28 15:32:04.733 java[1089:10b] *** -[NSFocusState transformUsingAffineTransform:]: unrecognized selector sent to instance 0x146a00 2009-04-28 15:32:04.835 java[1089:10b] *** -[NSFocusState containsPoint:]: unrecognized selector sent to instance 0x146a00 2009-04-28 15:32:10.502 java[1089:10b] *** -[NSFocusState containsPoint:]: unrecognized selector sent to instance 0x146a00 2009-04-28 15:32:10.518 java[1089:10b] *** -[NSFocusState containsPoint:]: unrecognized selector sent to instance 0x146a00 2009-04-28 15:32:10.534 java[1089:10b] *** -[NSFocusState containsPoint:]: unrecognized selector sent to instance 0x146a00 2009-04-28 15:32:10.551 java[1089:10b] *** -[NSFocusState containsPoint:]: unrecognized selector sent to instance 0x146a00 2009-04-28 15:32:10.568 java[1089:10b] *** -[NSFocusState containsPoint:]: unrecognized selector sent to instance 0x146a00 | resolved fixed | 15e70eb | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Path.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-06T18:16:10Z" | "2009-04-28T20:20:00Z" |
273,099 | Bug 273099 Save As.. dialog is not seeded with selection's file name | Cocoa issue. This is verifiable by attempting to view an attachment for a bug on Eclipse.org that has been uploaded as (application/octet-stream). When the Save As.. dialog comes up the file name text field is blank, while on Carbon this field would have been populated by with the original file's name. Version: 3.5.0 Build id: I20090416-1053 | resolved fixed | 9abfdff | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSSavePanel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/DirectoryDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/FileDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-06T16:33:03Z" | "2009-04-21T18:53:20Z" |
271,029 | Bug 271029 No menu bar items with Mozilla Browser (XULRunner 1.9.0.7) | When creating a Mozilla Browser on Mac OS X 10.5.6 with XulRunner 1.9.0.7, the menu items do not get displayed (no about, no preferences, no 'command Q' to quit the application). I used the following snippet: public class MozillaBrowser { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); new Browser(shell, SWT.MOZILLA); shell.setSize(800, 600); shell.setText("Syncleon"); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } } | resolved fixed | 3c00f75 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/cocoa/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/motif/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-06T14:54:21Z" | "2009-04-02T19:20:00Z" |
274,274 | Bug 274274 NPE in Accessible#removeAccessibleListener() if called from dispose listener | Eclipse 3.4.2 and 3.5, Linux GTK - add a dispose listener to a composite - call fComposite.getAccessible().removeAccessibleListener() Actual results: A NPE is thrown because accessibleListener is null at the time when the dispose listener is called. This is because another dispose listener sets accessibleListeners to NULL before our listener is called. | resolved fixed | 2fe0f79 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/Accessible.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-06T14:38:29Z" | "2009-04-29T10:13:20Z" |
272,401 | Bug 272401 [browser] [KeyBindings] copy and paste key bindings not working in embedded browser | When using the embedded browser within Eclipse, the copy/paste actions from the right+click popup menu work but the standard key bindings for both copy and paste have no affect. | resolved fixed | 56dd9f8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/cocoa/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/WebView.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-06T14:11:54Z" | "2009-04-15T21:13:20Z" |
245,278 | Bug 245278 [DateTime] ignores User's keyboard input | null | resolved fixed | 6f82740 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/datetime/org/eclipse/swt/widgets/DateTime.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DateTime.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-05T21:13:11Z" | "2008-08-26T17:00:00Z" |
274,890 | Bug 274890 SWT crash | Process: eclipse [62159] Path: /Users/chrisaniszczyk/eclipses/eclipse-SDK-3.5M7/eclipse/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.5 (3.5) Code Type: X86 (Native) Parent Process: launchd [1] Date/Time: 2009-05-04 15:14:54.618 -0500 OS Version: Mac OS X 10.5.6 (9G55) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004 Crashed Thread: 0 Application Specific Information: Java information: Version: Java HotSpot(TM) Client VM (1.5.0_16-133 mixed mode) Virtual Machine version: Java HotSpot(TM) Client VM (1.5.0_16-133) for macosx-x86, built on Aug 27 2008 11:00:20 by root with gcc 4.0.1 (Apple Inc. build 5465) Exception type: Bus Error (0xa) at pc=0x39db86df Current thread (0x11e01500): JavaThread "main" [_thread_in_native, id=-1603827936] Stack: [0xbf800000,0xc0000000) Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;I)I+0 j org.eclipse.swt.widgets.Widget.callSuperBoolean(II)Z+26 j org.eclipse.swt.widgets.Widget.becomeFirstResponder(II)Z+3 j org.eclipse.swt.widgets.Control.becomeFirstResponder(II)Z+15 j org.eclipse.swt.widgets.Text.becomeFirstResponder(II)Z+8 J org.eclipse.swt.widgets.Display.windowProc(II)I v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;II)I+0 j org.eclipse.swt.widgets.Widget.callSuperBoolean(III)Z+31 j org.eclipse.swt.widgets.Widget.makeFirstResponder(III)Z+4 j org.eclipse.swt.widgets.Shell.makeFirstResponder(III)Z+28 J org.eclipse.swt.widgets.Display.windowProc(III)I v ~RuntimeStub::alignment_frame_return Runtime1 stub v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSend_bool(III)Z+0 j org.eclipse.swt.internal.cocoa.NSWindow.makeFirstResponder(Lorg/eclipse/swt/internal/cocoa/NSResponder;)Z+19 j org.eclipse.swt.widgets.Control.forceFocus()Z+87 j org.eclipse.swt.widgets.Control.setFocus()Z+18 j org.eclipse.swt.custom.CCombo.arrowEvent(Lorg/eclipse/swt/widgets/Event;)V+207 j org.eclipse.swt.custom.CCombo$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+99 J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V J org.eclipse.swt.widgets.Display.sendEvent(Lorg/eclipse/swt/widgets/EventTable;Lorg/eclipse/swt/widgets/Event;)V J org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V J org.eclipse.swt.widgets.Display.runDeferredEvents()Z J org.eclipse.swt.widgets.Display.readAndDispatch()Z j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9 j org.eclipse.ui.internal.Workbench.runUI()I+393 j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1 j org.eclipse.ui.internal.Workbench$5.run()V+55 j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12 j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18 j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2 j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+84 j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29 j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149 j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183 v ~StubRoutines::call_stub j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87 j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111 j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211 j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114 j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4 v ~StubRoutines::call_stub Java Threads: ( => current thread ) 0x11e81b60 JavaThread "Worker-6" [_thread_blocked, id=10482176] 0x11e6b9f0 JavaThread "Worker-5" [_thread_blocked, id=11454976] 0x11e5bf70 JavaThread "Worker-4" [_thread_blocked, id=11299840] 0x11e56d50 JavaThread "Connect thread cvs.eclipsesource.com session" [_thread_in_native, id=9730560] 0x11e504c0 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=11472896] 0x11e4f880 JavaThread "Thread-3" daemon [_thread_in_native, id=-1329729536] 0x11e471c0 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=10926592] 0x11e46880 JavaThread "Worker-3" [_thread_blocked, id=10931200] 0x11e46700 JavaThread "Worker-2" [_thread_blocked, id=10906624] 0x11e2c560 JavaThread "Worker-1" [_thread_blocked, id=10903040] 0x11e32cf0 JavaThread "Java indexing" daemon [_thread_blocked, id=10158592] 0x11e20d10 JavaThread "Worker-0" [_thread_blocked, id=9763840] 0x11e1b690 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=9205760] 0x11e152f0 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=8864768] 0x11e13b20 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=8964608] 0x11e12d80 JavaThread "State Data Manager" daemon [_thread_blocked, id=8858112] 0x11e08f30 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8529920] 0x11e08480 JavaThread "CompilerThread0" daemon [_thread_blocked, id=8526336] 0x11e080a0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8519680] 0x11e07760 JavaThread "Finalizer" daemon [_thread_blocked, id=8516096] 0x11e07380 JavaThread "Reference Handler" daemon [_thread_blocked, id=8509952] =>0x11e01500 JavaThread "main" [_thread_in_native, id=-1603827936] Other Threads: 0x11e06ad0 VMThread [id=8506368] 0x11e09b10 WatcherThread [id=8533504] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 7424K, used 1318K [0x161e0000, 0x169e0000, 0x17590000) eden space 6656K, 17% used [0x161e0000, 0x163033d8, 0x16860000) from space 768K, 20% used [0x16920000, 0x16946818, 0x169e0000) to space 768K, 0% used [0x16860000, 0x16860000, 0x16920000) tenured generation total 97752K, used 36069K [0x17590000, 0x1d506000, 0x261e0000) the space 97752K, 36% used [0x17590000, 0x198c9548, 0x198c9600, 0x1d506000) compacting perm gen total 49920K, used 49892K [0x261e0000, 0x292a0000, 0x361e0000) the space 49920K, 99% used [0x261e0000, 0x29299108, 0x29299200, 0x292a0000) No shared spaces configured. Virtual Machine arguments: JVM args: -Xms40m -Xmx256m -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -XX:MaxPermSize=256m Java command: <unknown> launcher type: generic Thread 0 Crashed: 0 libswt-pi-cocoa-3545.jnilib 0x39db86df textView_1willChangeSelectionFromCharacterRange_1toCharacterRange + 65 1 com.apple.AppKit 0x9403c071 -[NSTextView(NSSharing) setSelectedRanges:affinity:stillSelecting:] + 1095 2 com.apple.AppKit 0x9403bb50 -[NSTextView(NSSharing) setSelectedRange:] + 64 3 com.apple.AppKit 0x94036700 _NSEditTextCellWithOptions + 3506 4 com.apple.AppKit 0x940e389c -[NSCell _selectOrEdit:inView:target:editor:event:start:end:] + 335 5 com.apple.AppKit 0x940e3741 -[NSActionCell _selectOrEdit:inView:target:editor:event:start:end:] + 128 6 com.apple.AppKit 0x9403586f -[NSTextFieldCell _selectOrEdit:inView:target:editor:event:start:end:] + 446 7 com.apple.AppKit 0x940356ab -[NSCell selectWithFrame:inView:editor:delegate:start:length:] + 86 8 com.apple.AppKit 0x9403506b -[NSTextField selectText:] + 226 9 com.apple.AppKit 0x94034f7b -[NSTextField becomeFirstResponder] + 135 10 libswt-pi-cocoa-3545.jnilib 0x39db0136 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSendSuper__Lorg_eclipse_swt_internal_cocoa_objc_1super_2I + 239 11 ??? 0x141e59b1 0 + 337533361 12 ??? 0x141dfa7f 0 + 337508991 13 ??? 0x141dfb2b 0 + 337509163 14 ??? 0x141dfb2b 0 + 337509163 15 ??? 0x141dfb2b 0 + 337509163 16 ??? 0x14426d2c 0 + 339897644 17 ??? 0x141dd227 0 + 337498663 18 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 19 libjvm.dylib 0x11addfa6 0x119c5000 + 1150886 20 libjvm.dylib 0x11a7c072 0x119c5000 + 749682 21 libjvm.dylib 0x11bda430 JNI_CreateJavaVM_Impl + 127328 22 libswt-cocoa-3545.jnilib 0x39d62f13 callback + 810 23 ??? 0x0000f1d5 0 + 61909 24 com.apple.AppKit 0x93fcfbc7 -[NSWindow makeFirstResponder:] + 302 25 libswt-pi-cocoa-3545.jnilib 0x39db0289 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSendSuper__Lorg_eclipse_swt_internal_cocoa_objc_1super_2II + 249 26 ??? 0x141e59b1 0 + 337533361 27 ??? 0x141dfa7f 0 + 337508991 28 ??? 0x141dfb2b 0 + 337509163 29 ??? 0x141dfb2b 0 + 337509163 30 ??? 0x14a36388 0 + 346252168 31 ??? 0x14251dc0 0 + 337976768 32 ??? 0x141dd227 0 + 337498663 33 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 34 libjvm.dylib 0x11addfa6 0x119c5000 + 1150886 35 libjvm.dylib 0x11a7c072 0x119c5000 + 749682 36 libjvm.dylib 0x11bda430 JNI_CreateJavaVM_Impl + 127328 37 libswt-cocoa-3545.jnilib 0x39d62f13 callback + 810 38 ??? 0x0000f198 0 + 61848 39 libswt-pi-cocoa-3545.jnilib 0x39db2163 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSend_1bool__III + 191 40 ??? 0x141e59b1 0 + 337533361 41 ??? 0x141dfb2b 0 + 337509163 42 ??? 0x141dfb2b 0 + 337509163 43 ??? 0x141dfb2b 0 + 337509163 44 ??? 0x141dfb2b 0 + 337509163 45 ??? 0x141df9d3 0 + 337508819 46 ??? 0x142a0eb4 0 + 338300596 47 ??? 0x148147f0 0 + 344016880 48 ??? 0x143e4194 0 + 339624340 49 ??? 0x1446a8f8 0 + 340175096 50 ??? 0x145b12e0 0 + 341512928 51 ??? 0x141dfb2b 0 + 337509163 52 ??? 0x141df9d3 0 + 337508819 53 ??? 0x141dfa7f 0 + 337508991 54 ??? 0x141dfa7f 0 + 337508991 55 ??? 0x141dfcd9 0 + 337509593 56 ??? 0x141df9d3 0 + 337508819 57 ??? 0x141dfa7f 0 + 337508991 58 ??? 0x141dfa7f 0 + 337508991 59 ??? 0x141dfdb0 0 + 337509808 60 ??? 0x141dfdb0 0 + 337509808 61 ??? 0x141dfaaa 0 + 337509034 62 ??? 0x141dfaaa 0 + 337509034 63 ??? 0x141dfaaa 0 + 337509034 64 ??? 0x141dd227 0 + 337498663 65 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 66 libjvm.dylib 0x11addfa6 0x119c5000 + 1150886 67 libjvm.dylib 0x11a80101 0x119c5000 + 766209 68 libjvm.dylib 0x11a9ca9f 0x119c5000 + 883359 69 libjvm.dylib 0x11c1b46b JVM_InvokeMethod + 411 70 ??? 0x141e59b1 0 + 337533361 71 ??? 0x141dfaaa 0 + 337509034 72 ??? 0x141dfaaa 0 + 337509034 73 ??? 0x141dfdb0 0 + 337509808 74 ??? 0x141dfaaa 0 + 337509034 75 ??? 0x141df9d3 0 + 337508819 76 ??? 0x141df9d3 0 + 337508819 77 ??? 0x141dd227 0 + 337498663 78 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 79 libjvm.dylib 0x11addfa6 0x119c5000 + 1150886 80 libjvm.dylib 0x11a682dc 0x119c5000 + 668380 81 libjvm.dylib 0x11bd3f3a JNI_CreateJavaVM_Impl + 101482 82 eclipse_1205.so 0x0001ef36 startJavaJNI + 1795 83 eclipse_1205.so 0x0001dde0 startJavaVM + 120 84 eclipse_1205.so 0x0001cd21 run + 4756 85 org.eclipse.eclipse 0x0000234d original_main + 1773 86 org.eclipse.eclipse 0x00002a39 main + 1517 87 org.eclipse.eclipse 0x00001aaa start + 54 Thread 1: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libSystem.B.dylib 0x9513512f mach_msg_server + 491 3 libjvm.dylib 0x119d3b85 0x119c5000 + 60293 4 libjvm.dylib 0x119d3945 0x119c5000 + 59717 5 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 6 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 2: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add1b3 0x119c5000 + 1147315 3 libjvm.dylib 0x11add04c 0x119c5000 + 1146956 4 libjvm.dylib 0x11a21dcd 0x119c5000 + 380365 5 libjvm.dylib 0x11a21937 0x119c5000 + 379191 6 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 7 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 3: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add26a 0x119c5000 + 1147498 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x146dca59 0 + 342739545 7 ??? 0x1457e3c8 0 + 341304264 8 ??? 0x14258980 0 + 338004352 9 ??? 0x141dd227 0 + 337498663 10 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 11 libjvm.dylib 0x11a22343 0x119c5000 + 381763 12 libjvm.dylib 0x11a22235 0x119c5000 + 381493 13 libjvm.dylib 0x11a22175 0x119c5000 + 381301 14 libjvm.dylib 0x11a22098 0x119c5000 + 381080 15 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 16 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 4: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add26a 0x119c5000 + 1147498 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x146dca59 0 + 342739545 7 ??? 0x14351284 0 + 339022468 8 ??? 0x146caaf0 0 + 342665968 9 ??? 0x14258e00 0 + 338005504 10 ??? 0x141dd227 0 + 337498663 11 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 12 libjvm.dylib 0x11a22343 0x119c5000 + 381763 13 libjvm.dylib 0x11a22235 0x119c5000 + 381493 14 libjvm.dylib 0x11a22175 0x119c5000 + 381301 15 libjvm.dylib 0x11a22098 0x119c5000 + 381080 16 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 5: 0 libSystem.B.dylib 0x950c0202 semaphore_wait_trap + 10 1 libjvm.dylib 0x11a2364e 0x119c5000 + 386638 2 libjvm.dylib 0x11a23245 0x119c5000 + 385605 3 libjvm.dylib 0x11a22098 0x119c5000 + 381080 4 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 5 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 6: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add26a 0x119c5000 + 1147498 3 libjvm.dylib 0x11adcf09 0x119c5000 + 1146633 4 libjvm.dylib 0x11a23c7b 0x119c5000 + 388219 5 libjvm.dylib 0x11a23958 0x119c5000 + 387416 6 libjvm.dylib 0x11a22098 0x119c5000 + 381080 7 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 8 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 7: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add26a 0x119c5000 + 1147498 3 libjvm.dylib 0x11add04c 0x119c5000 + 1146956 4 libjvm.dylib 0x11a23d90 0x119c5000 + 388496 5 libjvm.dylib 0x11a22098 0x119c5000 + 381080 6 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 7 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 8: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add1b3 0x119c5000 + 1147315 3 libjvm.dylib 0x11a245af 0x119c5000 + 390575 4 libjvm.dylib 0x11a240fa 0x119c5000 + 389370 5 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 6 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 9: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add1b3 0x119c5000 + 1147315 3 libjvm.dylib 0x11a24409 0x119c5000 + 390153 4 libjvm.dylib 0x11c133a1 JVM_Sleep + 481 5 ??? 0x141e59b1 0 + 337533361 6 ??? 0x141df9d3 0 + 337508819 7 ??? 0x141dfcd9 0 + 337509593 8 ??? 0x141dd227 0 + 337498663 9 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 10 libjvm.dylib 0x11a22343 0x119c5000 + 381763 11 libjvm.dylib 0x11a22235 0x119c5000 + 381493 12 libjvm.dylib 0x11a22175 0x119c5000 + 381301 13 libjvm.dylib 0x11a22098 0x119c5000 + 381080 14 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 15 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 10: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add26a 0x119c5000 + 1147498 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x141df9d3 0 + 337508819 9 ??? 0x141dfaaa 0 + 337509034 10 ??? 0x141dd227 0 + 337498663 11 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 12 libjvm.dylib 0x11a22343 0x119c5000 + 381763 13 libjvm.dylib 0x11a22235 0x119c5000 + 381493 14 libjvm.dylib 0x11a22175 0x119c5000 + 381301 15 libjvm.dylib 0x11a22098 0x119c5000 + 381080 16 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 11: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add26a 0x119c5000 + 1147498 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x141df9d3 0 + 337508819 9 ??? 0x141dfaaa 0 + 337509034 10 ??? 0x141dd227 0 + 337498663 11 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 12 libjvm.dylib 0x11a22343 0x119c5000 + 381763 13 libjvm.dylib 0x11a22235 0x119c5000 + 381493 14 libjvm.dylib 0x11a22175 0x119c5000 + 381301 15 libjvm.dylib 0x11a22098 0x119c5000 + 381080 16 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 12: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add1b3 0x119c5000 + 1147315 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x141dfcd9 0 + 337509593 9 ??? 0x141dd227 0 + 337498663 10 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 11 libjvm.dylib 0x11a22343 0x119c5000 + 381763 12 libjvm.dylib 0x11a22235 0x119c5000 + 381493 13 libjvm.dylib 0x11a22175 0x119c5000 + 381301 14 libjvm.dylib 0x11a22098 0x119c5000 + 381080 15 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 16 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 13: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add1b3 0x119c5000 + 1147315 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x146dca59 0 + 342739545 7 ??? 0x14606618 0 + 341861912 8 ??? 0x14571a0c 0 + 341252620 9 ??? 0x14251dc0 0 + 337976768 10 ??? 0x141dfaaa 0 + 337509034 11 ??? 0x141dd227 0 + 337498663 12 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 13 libjvm.dylib 0x11a22343 0x119c5000 + 381763 14 libjvm.dylib 0x11a22235 0x119c5000 + 381493 15 libjvm.dylib 0x11a22175 0x119c5000 + 381301 16 libjvm.dylib 0x11a22098 0x119c5000 + 381080 17 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 14: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add26a 0x119c5000 + 1147498 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x141df9d3 0 + 337508819 9 ??? 0x141dfcd9 0 + 337509593 10 ??? 0x141dd227 0 + 337498663 11 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 12 libjvm.dylib 0x11a22343 0x119c5000 + 381763 13 libjvm.dylib 0x11a22235 0x119c5000 + 381493 14 libjvm.dylib 0x11a22175 0x119c5000 + 381301 15 libjvm.dylib 0x11a22098 0x119c5000 + 381080 16 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 15: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 com.apple.CoreFoundation 0x95b6d0ae CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x95b6dcd8 CFRunLoopRunInMode + 88 4 com.apple.CFNetwork 0x939f5ebe CFURLCacheWorkerThread(void*) + 396 5 libSystem.B.dylib 0x950f1095 _pthread_start + 321 6 libSystem.B.dylib 0x950f0f52 thread_start + 34 Thread 16: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 com.apple.CoreFoundation 0x95b6d0ae CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x95b6dcd8 CFRunLoopRunInMode + 88 4 com.apple.Foundation 0x92d95d40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320 5 com.apple.Foundation 0x92d327ed -[NSThread main] + 45 6 com.apple.Foundation 0x92d32394 __NSThread__main__ + 308 7 libSystem.B.dylib 0x950f1095 _pthread_start + 321 8 libSystem.B.dylib 0x950f0f52 thread_start + 34 Thread 17: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add1b3 0x119c5000 + 1147315 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x146dca59 0 + 342739545 7 ??? 0x14606618 0 + 341861912 8 ??? 0x14571a0c 0 + 341252620 9 ??? 0x14251dc0 0 + 337976768 10 ??? 0x141dfaaa 0 + 337509034 11 ??? 0x141dd227 0 + 337498663 12 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 13 libjvm.dylib 0x11a22343 0x119c5000 + 381763 14 libjvm.dylib 0x11a22235 0x119c5000 + 381493 15 libjvm.dylib 0x11a22175 0x119c5000 + 381301 16 libjvm.dylib 0x11a22098 0x119c5000 + 381080 17 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 18: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add1b3 0x119c5000 + 1147315 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x146dca59 0 + 342739545 7 ??? 0x14606618 0 + 341861912 8 ??? 0x14571a0c 0 + 341252620 9 ??? 0x14251dc0 0 + 337976768 10 ??? 0x141dfaaa 0 + 337509034 11 ??? 0x141dd227 0 + 337498663 12 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 13 libjvm.dylib 0x11a22343 0x119c5000 + 381763 14 libjvm.dylib 0x11a22235 0x119c5000 + 381493 15 libjvm.dylib 0x11a22175 0x119c5000 + 381301 16 libjvm.dylib 0x11a22098 0x119c5000 + 381080 17 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 19: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add1b3 0x119c5000 + 1147315 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x146dca59 0 + 342739545 7 ??? 0x14606618 0 + 341861912 8 ??? 0x14571a0c 0 + 341252620 9 ??? 0x14251dc0 0 + 337976768 10 ??? 0x141dfaaa 0 + 337509034 11 ??? 0x141dd227 0 + 337498663 12 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 13 libjvm.dylib 0x11a22343 0x119c5000 + 381763 14 libjvm.dylib 0x11a22235 0x119c5000 + 381493 15 libjvm.dylib 0x11a22175 0x119c5000 + 381301 16 libjvm.dylib 0x11a22098 0x119c5000 + 381080 17 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 20: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add26a 0x119c5000 + 1147498 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x141df9d3 0 + 337508819 9 ??? 0x141dfaaa 0 + 337509034 10 ??? 0x141dd227 0 + 337498663 11 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 12 libjvm.dylib 0x11a22343 0x119c5000 + 381763 13 libjvm.dylib 0x11a22235 0x119c5000 + 381493 14 libjvm.dylib 0x11a22175 0x119c5000 + 381301 15 libjvm.dylib 0x11a22098 0x119c5000 + 381080 16 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 21: 0 libSystem.B.dylib 0x9510f6f2 select$DARWIN_EXTSN + 10 1 libSystem.B.dylib 0x950f1095 _pthread_start + 321 2 libSystem.B.dylib 0x950f0f52 thread_start + 34 Thread 22: 0 libSystem.B.dylib 0x950c0226 semaphore_timedwait_signal_trap + 10 1 libSystem.B.dylib 0x950f21ef _pthread_cond_wait + 1244 2 libSystem.B.dylib 0x950f3a73 pthread_cond_timedwait_relative_np + 47 3 com.apple.Foundation 0x92d7875c -[NSCondition waitUntilDate:] + 236 4 com.apple.Foundation 0x92d78570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144 5 com.apple.Foundation 0x92d784d5 -[NSConditionLock lockWhenCondition:] + 69 6 com.apple.AppKit 0x93f51d90 -[NSUIHeartBeat _heartBeatThread:] + 753 7 com.apple.Foundation 0x92d327ed -[NSThread main] + 45 8 com.apple.Foundation 0x92d32394 __NSThread__main__ + 308 9 libSystem.B.dylib 0x950f1095 _pthread_start + 321 10 libSystem.B.dylib 0x950f0f52 thread_start + 34 Thread 23: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 com.apple.CoreFoundation 0x95b6d0ae CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x95b6dd34 CFRunLoopRun + 84 4 com.apple.DesktopServices 0x95d7ae83 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123 5 ...ple.CoreServices.CarbonCore 0x967420a3 PrivateMPEntryPoint + 56 6 libSystem.B.dylib 0x950f1095 _pthread_start + 321 7 libSystem.B.dylib 0x950f0f52 thread_start + 34 Thread 24: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 com.apple.CoreFoundation 0x95b6d0ae CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x95b6dd34 CFRunLoopRun + 84 4 com.apple.DesktopServices 0x95d7affc TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216 5 ...ple.CoreServices.CarbonCore 0x967420a3 PrivateMPEntryPoint + 56 6 libSystem.B.dylib 0x950f1095 _pthread_start + 321 7 libSystem.B.dylib 0x950f0f52 thread_start + 34 Thread 25: 0 libSystem.B.dylib 0x950c73ae __semwait_signal + 10 1 libSystem.B.dylib 0x950f1d0d pthread_cond_wait$UNIX2003 + 73 2 ...ple.CoreServices.CarbonCore 0x96743ecf TSWaitOnCondition + 126 3 ...ple.CoreServices.CarbonCore 0x96722da6 TSWaitOnConditionTimedRelative + 202 4 ...ple.CoreServices.CarbonCore 0x96743b4c MPWaitOnQueue + 208 5 com.apple.DesktopServices 0x95d85fba TNodeSyncTask::SyncTaskProc(void*) + 84 6 ...ple.CoreServices.CarbonCore 0x967420a3 PrivateMPEntryPoint + 56 7 libSystem.B.dylib 0x950f1095 _pthread_start + 321 8 libSystem.B.dylib 0x950f0f52 thread_start + 34 Thread 26: 0 libSystem.B.dylib 0x950f0906 kevent + 10 1 libSystem.B.dylib 0x950f1095 _pthread_start + 321 2 libSystem.B.dylib 0x950f0f52 thread_start + 34 Thread 27: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add26a 0x119c5000 + 1147498 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x141df9d3 0 + 337508819 9 ??? 0x141dd227 0 + 337498663 10 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 11 libjvm.dylib 0x11a22343 0x119c5000 + 381763 12 libjvm.dylib 0x11a22235 0x119c5000 + 381493 13 libjvm.dylib 0x11a22175 0x119c5000 + 381301 14 libjvm.dylib 0x11a22098 0x119c5000 + 381080 15 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 16 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 28: 0 libSystem.B.dylib 0x9510f6f2 select$DARWIN_EXTSN + 10 1 libnet.jnilib 0x38f01016 Java_java_net_SocketInputStream_socketRead0 + 241 2 ??? 0x14522004 0 + 340926468 3 ??? 0x14520784 0 + 340920196 4 ??? 0x14522268 0 + 340927080 5 ??? 0x146867b4 0 + 342386612 6 ??? 0x14704e54 0 + 342904404 7 ??? 0x14258c80 0 + 338005120 8 ??? 0x141dfcd9 0 + 337509593 9 ??? 0x141dd227 0 + 337498663 10 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 11 libjvm.dylib 0x11a22343 0x119c5000 + 381763 12 libjvm.dylib 0x11a22235 0x119c5000 + 381493 13 libjvm.dylib 0x11a22175 0x119c5000 + 381301 14 libjvm.dylib 0x11a22098 0x119c5000 + 381080 15 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 16 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 29: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add1b3 0x119c5000 + 1147315 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x146dca59 0 + 342739545 7 ??? 0x14606618 0 + 341861912 8 ??? 0x14571a0c 0 + 341252620 9 ??? 0x14251dc0 0 + 337976768 10 ??? 0x141dfaaa 0 + 337509034 11 ??? 0x141dd227 0 + 337498663 12 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 13 libjvm.dylib 0x11a22343 0x119c5000 + 381763 14 libjvm.dylib 0x11a22235 0x119c5000 + 381493 15 libjvm.dylib 0x11a22175 0x119c5000 + 381301 16 libjvm.dylib 0x11a22098 0x119c5000 + 381080 17 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 30: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add1b3 0x119c5000 + 1147315 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x146dca59 0 + 342739545 7 ??? 0x14606618 0 + 341861912 8 ??? 0x14571a0c 0 + 341252620 9 ??? 0x14251dc0 0 + 337976768 10 ??? 0x141dfaaa 0 + 337509034 11 ??? 0x141dd227 0 + 337498663 12 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 13 libjvm.dylib 0x11a22343 0x119c5000 + 381763 14 libjvm.dylib 0x11a22235 0x119c5000 + 381493 15 libjvm.dylib 0x11a22175 0x119c5000 + 381301 16 libjvm.dylib 0x11a22098 0x119c5000 + 381080 17 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 31: 0 libSystem.B.dylib 0x950c01c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x950c79bc mach_msg + 72 2 libjvm.dylib 0x11add1b3 0x119c5000 + 1147315 3 libjvm.dylib 0x11a22e6a 0x119c5000 + 384618 4 libjvm.dylib 0x11a22455 0x119c5000 + 382037 5 libjvm.dylib 0x11c03ee1 JVM_MonitorWait + 465 6 ??? 0x146dca59 0 + 342739545 7 ??? 0x14606618 0 + 341861912 8 ??? 0x14571a0c 0 + 341252620 9 ??? 0x1471dca8 0 + 343006376 10 ??? 0x14251dc0 0 + 337976768 11 ??? 0x141dd227 0 + 337498663 12 libjvm.dylib 0x11ade28a 0x119c5000 + 1151626 13 libjvm.dylib 0x11a22343 0x119c5000 + 381763 14 libjvm.dylib 0x11a22235 0x119c5000 + 381493 15 libjvm.dylib 0x11a22175 0x119c5000 + 381301 16 libjvm.dylib 0x11a22098 0x119c5000 + 381080 17 libjvm.dylib 0x11c89935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x9513c204 _pthread_body + 27 Thread 32: 0 libSystem.B.dylib 0x950c0226 semaphore_timedwait_signal_trap + 10 1 libSystem.B.dylib 0x950f21ef _pthread_cond_wait + 1244 2 libSystem.B.dylib 0x950f3a73 pthread_cond_timedwait_relative_np + 47 3 ...ple.CoreServices.CarbonCore 0x96722dd2 TSWaitOnConditionTimedRelative + 246 4 ...ple.CoreServices.CarbonCore 0x96743b4c MPWaitOnQueue + 208 5 com.apple.DesktopServices 0x95d87f04 TFolderSizeTask::FolderSizeTaskProc(void*) + 104 6 ...ple.CoreServices.CarbonCore 0x967420a3 PrivateMPEntryPoint + 56 7 libSystem.B.dylib 0x950f1095 _pthread_start + 321 8 libSystem.B.dylib 0x950f0f52 thread_start + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x39db86aa ecx: 0x00000001 edx: 0x00000000 edi: 0x41541990 esi: 0x415a6d20 ebp: 0xbfffd0a8 esp: 0xbfffd070 ss: 0x0000001f efl: 0x00010282 eip: 0x39db86df cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x00000004 Binary Images: 0x1000 - 0x3fff +org.eclipse.eclipse 3.5 (3.5) /Users/chrisaniszczyk/eclipses/eclipse-SDK-3.5M7/eclipse/Eclipse.app/Contents/MacOS/eclipse 0x1a000 - 0x20fff +eclipse_1205.so ??? (???) /Users/chrisaniszczyk/eclipses/eclipse-SDK-3.5M7/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.0.0.v20090429-1630/eclipse_1205.so 0x29000 - 0x2fffd com.apple.JavaVM 12.2.2 (12.2.2) <9ad39149cc7ecc91da3e93df7f61d315> /System/Library/Frameworks/JavaVM.framework/JavaVM 0x47000 - 0x4efe0 libverify.dylib ??? (???) <7cc184265a20ef60af782f48077e2131> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib 0x54000 - 0x5afff JavaNativeFoundation ??? (???) <fd9995f2d5028539d72a2567904d4f10> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation 0x64000 - 0x7efef libjava.jnilib ??? (???) <a0c0a3c0e67c4e2d52fd49257e94410e> /System/Library/Framewor | resolved fixed | 27d6879 | ["bundles/org.eclipse.swt.tools/JNI", "Generation/org/eclipse/swt/tools/internal/NativesGenerator.java", "bundles/org.eclipse.swt.tools/Mac", "Generation/org/eclipse/swt/tools/internal/MacGenerator.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/cocoa/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/DragSource.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-05T20:33:50Z" | "2009-05-04T20:46:40Z" |
274,931 | Bug 274931 StringIndexOutOfBoundsException in Program.getImageData(*) | Right click on a file in package explorer, select "Open with -> Other" Nothing happens except that a new exception is reported in the log, and cursor changes to the "busy" state. It worked in M6, but broken in M7 eclipse.buildId=I20090430-2300 java.version=1.6.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Command-line arguments: -os win32 -ws win32 -arch x86 Error Tue May 05 07:29:55 CEST 2009 Unhandled event loop exception java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(Unknown Source) at org.eclipse.swt.program.Program.getImageData(Program.java:362) at org.eclipse.ui.internal.misc.ExternalProgramImageDescriptor.getImageData(ExternalProgramImageDescriptor.java:74) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:273) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:227) at org.eclipse.ui.internal.registry.EditorDescriptor.getImageDescriptor(EditorDescriptor.java:303) at org.eclipse.ui.dialogs.EditorSelectionDialog.getImages(EditorSelectionDialog.java:327) at org.eclipse.ui.dialogs.EditorSelectionDialog.getExternalEditors(EditorSelectionDialog.java:279) at org.eclipse.ui.dialogs.EditorSelectionDialog.fillEditorTable(EditorSelectionDialog.java:227) at org.eclipse.ui.dialogs.EditorSelectionDialog.createDialogArea(EditorSelectionDialog.java:211) at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:760) at org.eclipse.jface.window.Window.create(Window.java:431) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089) at org.eclipse.jface.window.Window.open(Window.java:790) at org.eclipse.ui.actions.OpenWithMenu$3.handleEvent(OpenWithMenu.java:225) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) | resolved fixed | 747510f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/win32/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-05T20:23:11Z" | "2009-05-05T05:06:40Z" |
274,271 | Bug 274271 SHEET Javadoc issues | null | resolved fixed | e692b7c | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Dialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-05T16:16:58Z" | "2009-04-29T10:13:20Z" |
274,696 | Bug 274696 Checkbox Tree wastes a lot of space beween box and item | null | resolved fixed | 7d9fca7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-05T14:15:23Z" | "2009-05-01T20:33:20Z" |
274,022 | Bug 274022 Text from DirectoryDialog#setMessage(..) not visible | I20090428-0100 The text that clients set with DirectoryDialog#setMessage(..) is not shown on Cocoa, even though the Javadoc says: "This message will be visible on the dialog while it is open." | resolved fixed | 9d2123f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSSavePanel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/DirectoryDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-04T21:38:31Z" | "2009-04-28T12:00:00Z" |
236,808 | Bug 236808 Errors/Warnings preference page wraps label on linux when it should not | I20080609-1311 The description label on the Errors/Warnings preference page is wrapped on Linux GTK. Happened to me several times on other components but only on GTK that's why I mention it. | resolved fixed | e7b1931 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-04T21:32:05Z" | "2008-06-12T08:40:00Z" |
273,661 | Bug 273661 [KeyBindings] copy/paste doesn't always work in dialogs | It seems that pasting into a dialog doesn't always work. To reproduce follow these steps exactly: # open an editor (of almost any kind, as long as it's a text editor) # in the package explorer view from the context menu select 'copy qualified name' # use the *Search -> File* function, and attempt to paste into the *Containing Text* editable combo ## observe that it doesn't work # close the dialog # paste into the editor that we opened previously ## observe that the paste succeeds # now open the search dialog again, and paste as before ## observe that paste works as expected | resolved fixed | 030b9a0 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-04T19:09:59Z" | "2009-04-25T00:40:00Z" |
274,344 | Bug 274344 [64] [DND] Snippet282 crashes | null | resolved fixed | a15463f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/ImageTransfer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-04T18:28:50Z" | "2009-04-29T15:46:40Z" |
274,169 | Bug 274169 drawing problem after inserting Bullet into StyledText | - run the snippet below - click in the StyledText, which inserts a Bullet -> note that the text following the linebreak has now disappeared - arrowing down once or twice will make the missing line re-appear at the bottom public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setSize(300, 200); shell.setLayout(new FillLayout()); final StyledText text = new StyledText(shell, SWT.MULTI | SWT.WRAP); String line0 = "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, "; String line1 = "sed diam nonumy"; text.setText(line0 + text.getLineDelimiter() + line1); text.addListener(SWT.MouseDown, new Listener() { public void handleEvent(Event event) { StyleRange bulletStyle = new StyleRange(); bulletStyle.metrics = new GlyphMetrics(0, 0, 50); Bullet bullet = new Bullet(bulletStyle); text.setLineBullet(0, 1, bullet); } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } | resolved fixed | 5d71ac1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-04T16:16:19Z" | "2009-04-28T20:20:00Z" |
274,302 | Bug 274302 Nested GridLayouts cut content if inner grabs vertical space | null | resolved fixed | 15e431a | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Group.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-04T16:05:39Z" | "2009-04-29T13:00:00Z" |
274,188 | Bug 274188 create caret from image does not work | Build id: I20090428-0100 Run Snippet43. On Cocoa, this does not appear to work at all - no caret is shown in the example. On Carbon, this does not work well because the image background is opaque (should be transparent). On Windows and GTk, this works well. | resolved fixed | 551ff14 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-04T15:07:11Z" | "2009-04-28T20:20:00Z" |
274,538 | Bug 274538 Shells with SWT.SHEET do not hide with setVisible(false) (only when disposed) | null | resolved fixed | f448e78 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-05-04T14:01:44Z" | "2009-04-30T16:46:40Z" |
274,230 | Bug 274230 Using content assist in the new Java class wizard crashes the VM | To reproduce: # Use the *New->Java Class* wizard # Start typing a base class name, and press *Command+SPACE* to activate content assist # observe that the JVM crashes Crash occurs using Java 5 with both of these versions: Build id: I20090421-0930 (32-bit) Build id: I20090427-0800 (64-bit) It may also happen with other versions: these just happen to be the ones that I have installed. See the attached crash log | resolved fixed | ba2fed6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-29T22:00:58Z" | "2009-04-29T04:40:00Z" |
264,560 | Bug 264560 hard crash upon opening internal browser on mac | null | resolved fixed | 44e4c95 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-29T17:48:03Z" | "2009-02-11T19:20:00Z" |
274,295 | Bug 274295 Did you mean "image/jpeg"? | I wanted to use the new ImageTransfer class but looking at it (the GTK variant) I noticed 'private static final String JPEG = "image/jpge";' in the code. I guess that should be 'jpeg'. | resolved fixed | 651f725 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/ImageTransfer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-29T13:33:48Z" | "2009-04-29T13:00:00Z" |
272,276 | Bug 272276 DBCS3.5:Selecting korean text and right clicking on eclipse editor results in deletion of those characters. | Build ID: I20090407-1430 Steps To Reproduce: 1.Start Eclipse under solaris korean environment(EUC,UTF-8). 2.Create a new project and add a new file to the project. 3.Open the newly added file and input some korean characters in the editor. 4.Select some korean characters and right click on top of it. 5.The selected characters will be deleted. More information: Environment: OS: Solaris 10 (EUC or UTF-8 korean environment) Eclipse Build: I20090407-1430 Java: Sun Java 1.5 | closed fixed | 3b899ca | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/IME.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-28T18:17:59Z" | "2009-04-15T10:06:40Z" |
273,635 | Bug 273635 Command+click to deselect one of a multi-selection doesn't work | To reproduce: # with the mouse select more than one project in the Package Explorer view # Command-click one of the selected items to deselect it # Observe that the previous selection is discarded, and the clicked item becomes selected (bug) The expected behaviour is that Command-clicking one of a selection causes it to become deselected Discovered on: Version: 3.5.0 Build id: I20090421-0930 | resolved fixed | 95de79f | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-27T21:04:49Z" | "2009-04-24T19:06:40Z" |
258,391 | Bug 258391 When model dialog is up, its parent window should not response to drop event. | Build ID: I20080617-2000 Steps To Reproduce: 1.Launch Eclipse. 2.Open a model dialog, such as open preference dialog from File | Preferences; or file open dialog from File | Open File. 3.Drag a simple text file, such as 1.txt, and drop to Eclipse Editor area. Problem is 1.txt is opened. We expect perference dialog and file open dialog are model dialogs, and when model dialog appears, the parent window should not response to drop event, so dropped document could not be opened in Eclipse. More information: | resolved fixed | 8b39358 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/DropTarget.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/gtk/org/eclipse/swt/printing/PrintDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ColorDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/FileDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/FontDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-27T21:04:34Z" | "2008-12-11T07:20:00Z" |
273,939 | Bug 273939 toolitems can't be traversed when the toolbar has tabitem siblings | Run this code: public static void main3 (String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new GridLayout()); new Button(shell, SWT.PUSH).setText("Push1"); ToolBar toolBar = new ToolBar(shell, SWT.FLAT); ToolItem toolItem; toolItem = new ToolItem(toolBar, SWT.None); toolItem.setText("Item A"); toolItem = new ToolItem(toolBar, SWT.None); toolItem.setText("Item B"); toolItem = new ToolItem(toolBar, SWT.None); toolItem.setText("Item C"); new Button(shell, SWT.PUSH).setText("Push2"); shell.setSize(400, 300); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } -*-*-*-*-*-*-*-*-*-*-*- Using the keyboard only, try to reach Item B or Item C It can't be done. You can traverse to the toolbar using tab, but within the toolbar the arrows won't work (the button takes it first). | resolved fixed | 226c5e7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-27T20:51:50Z" | "2009-04-27T19:20:00Z" |
273,492 | Bug 273492 [Mac] Test failure in Bug43610Test.testShiftAlt on Cocoa | null | resolved fixed | f3a50e0 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-27T19:12:28Z" | "2009-04-23T18:06:40Z" |
273,919 | Bug 273919 getOffset(int,int,int[]) fails for empty lines ("\n") | from the newsgroup: "Under Windows single '\n' works ok, but it has one disappointing feature: empty lines terminated with '\n' has zero width and cannot be detected by coordinate hit testing: offset = textLayout.getOffset(x, y, trailing); For such lines offset is returned as for start of next non-empty line. Empty lines terminated with '\r' can be detected, but I'm in doubt if this is cross-platform compatible. Empty lines terminated with "\r\n" also can be detected, but it is difficult when moving caret through text." | resolved fixed | 98160a5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-27T17:57:20Z" | "2009-04-27T16:33:20Z" |
273,631 | Bug 273631 Second call to fillRectangle/fillOval uses black background instead of the declared one | null | resolved fixed | 561eb94 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GCData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-27T15:48:06Z" | "2009-04-24T19:06:40Z" |
273,521 | Bug 273521 Toolbar: tooltip shows at 0,0 when hot item moved by key with mouse over item | testcase: public static void main (String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new GridLayout()); ToolBar toolBar = new ToolBar(shell, SWT.FLAT); ToolItem toolItem; toolItem = new ToolItem(toolBar, SWT.None); toolItem.setText("Item 2 A"); toolItem.setToolTipText("Tooltip 1"); toolItem = new ToolItem(toolBar, SWT.None); toolItem.setText("Item 2 B"); toolItem.setToolTipText("Tooltip 2"); toolItem = new ToolItem(toolBar, SWT.None); toolItem.setText("Item 2 C"); toolItem.setToolTipText("Tooltip 3"); shell.setSize(400, 300); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } 1. Run the testcase 2. stop the mouse over a toolitem (which becomes hot) 3. stop the keyboard (tab or arrows) to move the hot item around --> the toolbar fights you back and change the hot to item under the mouse --> the tooltip tops at 0,0 of the screen Happens on Eclipse. | resolved fixed | 6f220c6 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-24T20:54:21Z" | "2009-04-23T20:53:20Z" |
272,412 | Bug 272412 Checkboxes with images have incorrect image alignment | Images are aligned too high. See attached screenshots comparing Carbon with Cocoa. on eclipse-SDK-I20090414-0800-macosx-cocoa-x86_64 Checkboxes with images are created as follows: bc.. filterEntitiesCheckbox = new Button(nodeSelectionComposite,SWT.CHECK|SWT.FLAT); filterEntitiesCheckbox.setImage(image1); filterEntitiesCheckbox.setToolTipText("Hide entities"); filterSimpleTypesCheckbox = new Button(nodeSelectionComposite,SWT.CHECK|SWT.FLAT); filterSimpleTypesCheckbox.setImage(image2); filterSimpleTypesCheckbox.setToolTipText("Hide simple types"); | resolved fixed | e3f40db | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSButton.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-24T20:01:27Z" | "2009-04-16T00:00:00Z" |
273,313 | Bug 273313 [carbon] Control#getBackground() and getForeground() returns new Color | null | resolved wontfix | 93fa386 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/DateTime.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-24T13:24:25Z" | "2009-04-22T17:06:40Z" |
271,310 | Bug 271310 [Presentations] BIDI3.5:HCG_Wrong repaint of mirrored windows on linux | Build ID: I20090313 Linux RedHat 5 Steps To Reproduce: 1.Install eclipse with Bidi translation (NLpackBidi...zip) 2.Run mirrored eclipse (use -nl iw) 3.Open C/C++ perspective 4. Hover the mouse over the screen or open/close menus Expected result: correct window repaint Actual result: wrong window repaint More information: This happens for other perspectives too | closed fixed | a32aa3b | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-23T18:57:49Z" | "2009-04-06T15:00:00Z" |
268,529 | Bug 268529 SWT.Error when using mouse click cell editor activation | Using the latest 3.5 from HEAD. 1) Run the attached revised snippet Snippet059CellNavigationIn34. (It has ColumnViewerEditorActivationEvent.MOUSE_DOUBLE_CLICK_SELECTION added as an activation strategy). 2) Click on Wayne's Givenname cell. 3) Close the window using the "X" button. An SWT.Error is thrown while deactivating the cell editor. | resolved fixed | 21cd61f | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-22T21:32:01Z" | "2009-03-13T13:13:20Z" |
271,384 | Bug 271384 Safari - Open Link in New Window does not load link in new window | When using the internal browser on Cocoa, right-clicking on a link and selecting the 'Open Link in New Window' spawns a new blank window but loads the link in the originating window. On Carbon a new window would spawn and the link would load in the new window. Version: 3.5.0 Build id: I20090401-1325 | resolved fixed | 897e2a1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/cocoa/org/eclipse/swt/browser/Safari.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-22T20:40:59Z" | "2009-04-06T23:20:00Z" |
273,280 | Bug 273280 Link widget does not handle single quote (') for href attribute | I20090421-0930 The Link widget does not handle single quotes (') for href attributes. In the ControlExample, when I set this text: Visit the <A HREF='www.eclipse.org'>Eclipse.org</A> project , the widget only shows: Visit the <A Since HTML attributes can be surrounded by ' or ", either the widget should should support both, or the Javadoc of setText(..) should tell that only " is supported. | resolved fixed | 23633da | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Link.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-22T16:04:20Z" | "2009-04-22T14:20:00Z" |
272,046 | Bug 272046 clipping of PaintItem events for Trees is inconsistent across platforms | If I run the attached snippet the clipping that is printed for the PaintItem event on Linux only includes the content area but not the entire cell whereas the EraseItem event has the full cell: Erase: x= 0,y= 0,w=1200,h= 23 Clipping: x= 0,y= 0,w=1200,h= 23 Paint: x= 21,y= 1,w= 45,h= 21 Clipping: x= 19,y= 1,w=1180,h= 21 If I run the same example on Mac OS X (carbon) I get the following output. The clipping for EraseItem and PaintItem are consistent in this case covering the entire cell: Erase: x= 0,y= 0,w=800,h= 18 Clipping: x= 0,y= 0,w=800,h= 18 Paint: x= 16,y= 0,w= 44,h= 18 Clipping: x= 0,y= 0,w=800,h= 18 | verified fixed | 9c22c3a | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-22T15:12:00Z" | "2009-04-13T16:26:40Z" |
273,117 | Bug 273117 BlockSelection: setBlockSelectionRectangle should not clamp selection width to renderer width if client area allows a larger selection | null | resolved fixed | d1bc5e3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-21T20:04:26Z" | "2009-04-21T18:53:20Z" |
273,083 | Bug 273083 Create a MessageBox with SWT.SHEET style gives 2 apple menus | Get the latest org.eclipse.swt for Cocoa, and org.eclipse.swt.examples from HEAD. (20090421) Run ControlExample. Go to the Dialog tab. Select Dialog Type: MessageBox. Select SWT.SHEET style. Click "Create Dialog". There will be 2 Apple mens in the menu bar. | resolved fixed | 3d81776 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-21T19:32:58Z" | "2009-04-21T16:06:40Z" |
273,095 | Bug 273095 Can't insert characters into a StyledText using the Character Palette on OS X | null | resolved fixed | ed22767 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/IME.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-21T19:16:29Z" | "2009-04-21T16:06:40Z" |
272,834 | Bug 272834 Rollover tooltips on every Tree and Table item | HEAD (Cocoa) I see rollover tooltips on every Tree and Table, for all cells. In the Finder I only get these for items that are actually cut off. | resolved fixed | b101d2c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-21T16:20:11Z" | "2009-04-19T19:40:00Z" |
254,497 | Bug 254497 traverser always happen to all controls | Version: 3.5.0 Build id: N20081102-2000 In system preferences->Keyboard & Mouses->Keyboard Shortcuts Under Full keyboard access select text boxes and list only go to eclipse and bring up whatever dialog, take delete resource for example, hit the tab key! BUG: the focus gets passed around to all controls. in carbon that works. | resolved fixed | ddbaadc | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-21T15:44:14Z" | "2008-11-06T19:33:20Z" |
271,691 | Bug 271691 outline not implemented in Path.contains | public boolean contains(float x, float y, GC gc, boolean outline) contains a //TODO outline | resolved fixed | 285453d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Path.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-21T15:07:25Z" | "2009-04-08T19:46:40Z" |
272,989 | Bug 272989 wrong event order in StyledText on Cocoa kills Incremental Find | N20090419-2000 and HEAD, Cocoa In text editors, the Incremental Find Next (Command+J) action does not work any more. It correctly updates the status line, but when I begin to type, the characters end up in the StyledText, and not in the status line. I'm pretty sure this is due to the wrong event order I see in the CustomControlExample: - TextChangeListener.textChanging: TextChangingEvent{null time=0 data=null} - TextChangeListener.textChanged: TextChangedEvent{null time=0 data=null} - VerifyKeyListener: VerifyEvent{StyledText {} time=404542874 data=null character='a' keyCode=97 stateMask=0 doit=true start=0 end=0 text=null} - Verify [25]: VerifyEvent{StyledText {} time=404542874 data=null character='\0' keyCode=0 stateMask=0 doit=true start=62 end=62 text=a} - TextChangeListener.textChanging: TextChangingEvent{null time=0 data=null} - TextChangeListener.textChanged: TextChangedEvent{null time=0 data=null} - Modify [24]: ModifyEvent{StyledText {} time=404542874 data=null} - KeyDown [1]: KeyEvent{StyledText {} time=404542874 data=null character='a' keyCode=97 stateMask=0 doit=true} - KeyUp [2]: KeyEvent{StyledText {} time=404542962 data=null character='a' keyCode=97 stateMask=0 doit=true} In 3.4.2 and in HEAD on WinXP, the event order is: - VerifyKeyListener: VerifyEvent{StyledText {} time=-983948310 data=null character='a' keyCode=97 stateMask=0 doit=true start=0 end=0 text=null} - Verify [25]: VerifyEvent{StyledText {} time=-983948310 data=null character='\0' keyCode=0 stateMask=0 doit=true start=59 end=59 text=a} - TextChangeListener.textChanging: TextChangingEvent{null time=0 data=null} - TextChangeListener.textChanged: TextChangedEvent{null time=0 data=null} - Modify [24]: ModifyEvent{StyledText {} time=-983948310 data=null} - KeyDown [1]: KeyEvent{StyledText {} time=-983948310 data=null character='a' keyCode=97 stateMask=0 doit=true} - KeyUp [2]: KeyEvent{StyledText {} time=-983948223 data=null character='a' keyCode=97 stateMask=0 doit=true} | resolved fixed | 1cff8e3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/IME.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-20T22:13:38Z" | "2009-04-20T20:40:00Z" |
271,692 | Bug 271692 GC drawFocus not implemented | there's no code in drawFocus. | resolved fixed | 45c68f1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-20T19:13:28Z" | "2009-04-08T19:46:40Z" |
272,868 | Bug 272868 Explicit class pre-initialization breaks "new Display()" on motif | null | closed wontfix | 0938215 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/motif/org/eclipse/swt/dnd/DropTarget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-20T17:26:46Z" | "2009-04-20T09:33:20Z" |
272,827 | Bug 272827 CCE in Text.getLineHeight() | HEAD - open New Java Class wizard - type a class name - in Superclass field, type "D" - press Ctrl+Space !ENTRY org.eclipse.ui 4 0 2009-04-19 18:23:46.252 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.ClassCastException: org.eclipse.swt.internal.cocoa.SWTTextField at org.eclipse.swt.widgets.Text.getLineHeight(Text.java:850) at org.eclipse.jface.contentassist.TextContentAssistSubjectAdapter.getLineHeight(TextContentAssistSubjectAdapter.java:103) at org.eclipse.jface.text.contentassist.ContentAssistSubjectControlAdapter.getLineHeight(ContentAssistSubjectControlAdapter.java:77) at org.eclipse.jface.text.contentassist.ContentAssistant$LayoutManager.getCaretRectangle(ContentAssistant.java:714) at org.eclipse.jface.text.contentassist.ContentAssistant$LayoutManager.computeBoundsBelowAbove(ContentAssistant.java:676) at org.eclipse.jface.text.contentassist.ContentAssistant$LayoutManager.layoutProposalSelector(ContentAssistant.java:511) at org.eclipse.jface.text.contentassist.ContentAssistant$LayoutManager.layout(ContentAssistant.java:486) at org.eclipse.jface.text.contentassist.ContentAssistant$LayoutManager.add(ContentAssistant.java:423) at org.eclipse.jface.text.contentassist.ContentAssistant.addToLayout(ContentAssistant.java:1438) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.createProposalSelector(CompletionProposalPopup.java:626) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$22(CompletionProposalPopup.java:571) at org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(CompletionProposalPopup.java:498) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:482) at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1660) at org.eclipse.ui.contentassist.ContentAssistHandler$4.execute(ContentAssistHandler.java:220) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:824) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:569) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:510) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:125) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:930) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3486) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1230) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1253) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1238) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1267) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1263) at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1362) at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:923) at org.eclipse.swt.widgets.Display.fieldEditorProc(Display.java:4382) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:205) at org.eclipse.swt.widgets.Widget.superKeyDown(Widget.java:1600) at org.eclipse.swt.widgets.Widget.keyDown(Widget.java:892) at org.eclipse.swt.widgets.Control.keyDown(Control.java:2039) at org.eclipse.swt.widgets.Display.fieldEditorProc(Display.java:4374) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:205) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:1713) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:1770) at org.eclipse.swt.widgets.Display.windowDelegateProc(Display.java:4631) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4193) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4214) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:101) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3042) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.jdt.ui.actions.AbstractOpenWizardAction.run(AbstractOpenWizardAction.java:84) at org.eclipse.jdt.internal.ui.wizards.NewTypeDropDownAction.run(NewTypeDropDownAction.java:157) at org.eclipse.jdt.internal.ui.wizards.NewTypeDropDownAction.run(NewTypeDropDownAction.java:208) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3487) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1230) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1253) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1238) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1059) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3386) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3045) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2209) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511) at org.eclipse.equinox.launcher.Main.run(Main.java:1284) at org.eclipse.equinox.launcher.Main.main(Main.java:1260) | resolved fixed | 6114a6e | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-20T17:01:08Z" | "2009-04-19T16:53:20Z" |
272,710 | Bug 272710 transparent png has black background | null | resolved fixed | 3109365 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-20T16:06:37Z" | "2009-04-17T14:53:20Z" |
267,680 | Bug 267680 embedded browser cache does not reset | Once a local filesystem image is viewed once in an embedded Browser widget, it is cached and never updated To reproduce: # Open the Mylyn WikiText file editor on the Mylyn WikiText User Guide.textile # switch to the preview tab # scroll to view a portion of the document that has an image # replace the local file that backs the image viewed # close the editor # reopen the editor, switching to preview again # observe that the image displayed is the same one as first observed, not the new image In Carbon repeating this scenario would result in the new image being displayed | resolved fixed | 73415b0 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/cocoa/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSMutableURLRequest.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSURL.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-17T21:14:37Z" | "2009-03-09T17:33:20Z" |
272,631 | Bug 272631 SWT error when initializing GC | Cocoa I20090416 When opening an RTC iteration plan, you get an endless loop of exception dialogs. This problem does not occur on the Carbon build. Here is the stack trace from the error log: org.eclipse.swt.SWTError: Unspecified error at org.eclipse.swt.SWT.error(SWT.java:3890) at org.eclipse.swt.SWT.error(SWT.java:3779) at org.eclipse.swt.SWT.error(SWT.java:3750) at org.eclipse.swt.graphics.Image.getRepresentation(Image.java:748) at org.eclipse.swt.graphics.Image.internal_new_GC(Image.java:1017) at org.eclipse.swt.graphics.GC.<init>(GC.java:161) at org.eclipse.swt.graphics.GC.<init>(GC.java:124) at com.ibm.team.apt.internal.ide.ui.common.gadgets.GFadeableTreeNodeContent.paint(GFadeableTreeNodeContent.java:45) at com.ibm.team.apt.internal.ide.ui.editor.outliner.IterationPlanItemNodeContent.paint(IterationPlanItemNodeContent.java:89) at com.ibm.team.apt.internal.ide.ui.widgets.outliner.CompositeGadget.paint(CompositeGadget.java:84) at com.ibm.team.apt.internal.ide.ui.widgets.outliner.GShell.paint(GShell.java:122) at com.ibm.team.apt.internal.ide.ui.widgets.outliner.GTreeNode.paint(GTreeNode.java:129) at com.ibm.team.apt.internal.ide.ui.editor.outliner.PlanElementGadget.paint(PlanElementGadget.java:115) at com.ibm.team.apt.internal.ide.ui.widgets.outliner.ContentOutlineItem.paintContent(ContentOutlineItem.java:222) at com.ibm.team.apt.internal.ide.ui.widgets.outliner.ColumnContentOutlineItem.paintContent(ColumnContentOutlineItem.java:86) at com.ibm.team.apt.internal.ide.ui.widgets.outliner.OutlineItem.paint(OutlineItem.java:610) at com.ibm.team.apt.internal.ide.ui.widgets.outliner.OutlineItem.paint(OutlineItem.java:613) at com.ibm.team.apt.internal.ide.ui.widgets.outliner.OutlineItem.paint(OutlineItem.java:613) at com.ibm.team.apt.internal.ide.ui.widgets.outliner.Outline.doPaint(Outline.java:812) at com.ibm.team.apt.internal.ide.ui.widgets.outliner.Outline$9.doPaint(Outline.java:196) at com.ibm.team.jface.DoubleBufferPainter$1.paintControl(DoubleBufferPainter.java:50) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:217) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3420) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1226) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1249) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1234) at org.eclipse.swt.widgets.Control.drawWidget(Control.java:1096) at org.eclipse.swt.widgets.Canvas.drawWidget(Canvas.java:152) at org.eclipse.swt.widgets.Widget.drawRect(Widget.java:574) at org.eclipse.swt.widgets.Display.windowDelegateProc(Display.java:4473) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:4030) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4158) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.nextEventMatchingMask(NSApplication.java:75) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2972) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2209) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1287) | resolved fixed | 38353dc | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-17T16:10:03Z" | "2009-04-17T06:33:20Z" |
272,616 | Bug 272616 GB18030: 4-byte GB18030 displayed as ? in SWT Clipboard RTFTransfer. | null | closed fixed | 9d240ff | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/clipboard/ClipboardExample.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-17T16:07:44Z" | "2009-04-17T03:46:40Z" |
253,056 | Bug 253056 BlockSelection: add get/setBlockSelectionRectangle to StyledText | null | resolved fixed | 6ba132a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-17T14:51:01Z" | "2008-11-01T14:33:20Z" |
269,566 | Bug 269566 mylyn - two tooltips in task list | null | resolved fixed | 8e2f1f4 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-16T20:37:23Z" | "2009-03-20T20:13:20Z" |
267,038 | Bug 267038 [expressions] Edit watch expression action is never enabled | Using I20090224-0800, also happens when self-hosting with latest debug code. The Edit watch expression action, available in the context menu of the expressions view, is always disabled for me. I created multiple watch expressions and tried different ways of selecting (clicking, ctrl-a, ctrl-click). | resolved fixed | 572da10 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-15T19:52:13Z" | "2009-03-04T15:20:00Z" |
272,259 | Bug 272259 NPE in Display.runAsyncMessages(..) on quit | I20090414-0800 - set a breakpoint for NullPointerException - debug ControlExample - choose menu SWT > Quit SWT => NPE: Daemon Thread [Thread-0] (Suspended (exception NullPointerException)) Display.runAsyncMessages(boolean) line: 3283 Display.readAndDispatch() line: 2980 ControlExample.main(String[]) line: 210 | resolved fixed | b27a6c0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-15T14:08:12Z" | "2009-04-15T07:20:00Z" |
222,783 | Bug 222783 [Table & Tree] Cocoa moveable columns do not work | Build ID: I20080207-1530 Steps To Reproduce: 1. Open Control example 2. Choose 'Tree' tab 3. Enable 'Multiple Columns' 4. Enable 'Header Visible' 5. Enable 'Header Images' Notice that header images do not appear. In addition, columns are moveable regardless even if "Moveable Columns" is deselected. Also, enabling 'Sort Indicator' has no effect. | resolved fixed | 5ccb784 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-14T22:56:38Z" | "2008-03-14T18:40:00Z" |
271,904 | Bug 271904 Checkbox takes too much space to the right | Build ID: I20090313-0100 Steps To Reproduce: 1. Create checkbox with colored background 2. Set layout data so that it doesn't take excess horizontal and vertical space 3. Open Interface builder and create cocoa application 4. Drag a checkbox from the library to application window 5. Delete checkbox text 6. Select checkbox and in the menu, select Layout -> Size to fit 7. Compare space taken by both checkboxes 8. Notice, that swt checkbox takes significantly more space to the right then native checkbox created in IB | resolved fixed | 3e4d4d1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-13T21:05:21Z" | "2009-04-10T16:13:20Z" |
271,697 | Bug 271697 Shell print(GC) not implemented | see summary. | resolved fixed | d1d454e | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-13T20:56:24Z" | "2009-04-08T19:46:40Z" |
188,320 | Bug 188320 Possible Deadlock in JFace ModalContext | Build ID: M20070212-1330 The inner class ModalContextThread is not threadsafe and sometimes leads to a deadlock, at least under Linux + GTK. The problem is, that the block() method not always returns, when the run() method is finished. Have a look at these two methods: The block() method is called in the SWT thread and does basically this: while(continueEventDispatching) if (!display.readAndDispatch()) display.sleep(); The run method is called in an own thread and does (after the execution of the task) basically this: display.syncExec(new Runnable(){}); continueEventDispatching = false; display.asyncExec(null); The asyncExec(null) should wake up the SWT thread from display.sleep(). Unfortunately, this does not work, when the asyncExec() is executed exactly between the display.readAndDispatch() and the display.sleep(). This can happen, because there is no synchronisation. In this case the display.sleep() does not return immediately, but waits for the next event, which may come never. You can see the same problem in the following code snippet: public static void main(String[] args) throws InterruptedException { final Shell shell = new Shell(); while(true){ if (! shell.getDisplay().readAndDispatch()){ Thread async = new Thread(){ public void run() { shell.getDisplay().asyncExec(null); } }; async.start(); async.join(); System.out.println("sleep"); shell.getDisplay().sleep(); System.out.println("wakeup"); } } } A fix for this problem would be to call display.asyncExec(new Runnable(){ public void run(){ } }); In contrast to using the null argument, this Runnable generates a real event instead of just waking up the SWT thread. So the SWT thread does not really begin to sleep. | resolved fixed | e3fca86 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Synchronizer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-13T15:09:48Z" | "2007-05-22T13:20:00Z" |
253,229 | Bug 253229 Implement SWT.Settings for Display | null | resolved fixed | df12063 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-09T18:43:22Z" | "2008-11-03T16:33:20Z" |
267,507 | Bug 267507 Progress bar in progress view shines through fast view | null | resolved fixed | 9cde3dc | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ProgressBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-09T18:07:49Z" | "2009-03-07T18:20:00Z" |
271,634 | Bug 271634 [cocoa] Display loads hardcoded english nib file | null | resolved fixed | ed5d011 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSBundle.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-08T19:55:30Z" | "2009-04-08T14:13:20Z" |
259,687 | Bug 259687 [Browser] Javascript executes asynchronously with xulrunner 1.9 | null | resolved fixed | 2177973 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/cocoa/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPrincipal.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIScriptSecurityManager_1_9.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIScriptSecurityManager_1_9_1.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsISerializable.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIXPCSecurityManager.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/motif/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-08T18:54:52Z" | "2008-12-26T00:06:40Z" |
270,954 | Bug 270954 Eclipse crashes when trying to print code with a scale different from 100%. | Build ID: I20090313-0100 Steps To Reproduce: 1. Open a java source file. 2. Select print. 3. In the print dialog that comes up, enter 80 in the scale field. 4. Click print. Results: Eclipse crashes. Reproducible: Always. More information: Probably Mac specific. The print dialog that comes up looks more like a 10.4 (Tiger) dialog than a 10.5 (Leopard) dialog. Maybe eclipse calls the wrong api function? Another curious side remark: When the dialog comes up, the scale is set to '100 %' (with an added %-sign). As soon as you try to enter anything, an input validator only lets you enter numbers without the %-sign. I cannot tell if this is related or a separate cosmetic issue. OS X 10.5.6 | resolved fixed | 0ecbcf1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSLayoutManager.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-07T20:10:09Z" | "2009-04-02T11:00:00Z" |
271,336 | Bug 271336 Test failures on Mac OS | we had a bunch of test failures (NPEs) in the test suite that are suspicious. NPE stack trace: Failed to execute runnable (java.lang.NullPointerException) org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3864) at org.eclipse.swt.SWT.error(SWT.java:3779) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:194) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150) at org.eclipse.swt.widgets.Display.syncExec(Display.java:3767) at org.eclipse.jdt.debug.tests.launching.RefreshTabTests.setSelection(RefreshTabTests.java:56) at org.eclipse.jdt.debug.tests.launching.RefreshTabTests.testSelectedResource(RefreshTabTests.java:66) at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:1728) at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:54) at java.lang.Thread.run(Thread.java:613) Caused by: java.lang.NullPointerException at org.eclipse.jdt.debug.tests.launching.RefreshTabTests$1.run(RefreshTabTests.java:49) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3255) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2958) at org.eclipse.jdt.debug.tests.DebugSuite.run(DebugSuite.java:68) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3255) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2958) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2209) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:32) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511) at org.eclipse.equinox.launcher.Main.run(Main.java:1284) at org.eclipse.equinox.launcher.Main.main(Main.java:1260) at org.eclipse.core.launcher.Main.main(Main.java:30) | resolved fixed | 023d314 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/Clipboard.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-07T14:45:24Z" | "2009-04-06T15:00:00Z" |
270,670 | Bug 270670 CTabFolder should not cache borderColor | CTabFolder.borderColor is caching a system color. System colors should not be cached because they need to change when the user changes the system color, which could be at any time. The border color should be looked up every time it is needed for drawing, using getDisplay().getSystemColor(). | resolved fixed | bc038c9 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-05T19:57:14Z" | "2009-03-31T20:06:40Z" |
271,179 | Bug 271179 findProgram("a.null and void") returns Text Edit instead of null | Test case: Program prg = Program.findProgram("a.null and void"); On other platforms prg will be null. UI test suite relies on this behavior. On cocoa tests are failing because Text Edit is being opened up in front of the workbench and screwing up window activation. | resolved fixed | 02a2fd1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/cocoa/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-03T20:35:42Z" | "2009-04-03T20:20:00Z" |
270,406 | Bug 270406 CTabFolder.setBackground(Image) should be deleted | It looks like CTabFolder.setBackground(Image) was being considered for API in the Eclipse 3.0 time frame (at present, it is still private). Since that time, Control.setBackgroundImage(Image) was added in Eclipse 3.2, so CTabFolder.setBackground(Image) and bgImage should probably just be deleted because they are obsolete. Currently, the code looks to see if bgImage is null (of course, it will always be null because nobody can set it). Should we use Control.getBackgroundImage() instead? Steve, do you have the history on CTabFolder.setBackground(Image), and why it never became API? | resolved fixed | 96aa964 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-02T22:35:06Z" | "2009-03-30T05:13:20Z" |
271,026 | Bug 271026 "Quick Type Hierarchy" window briefly appears, then disappears. | Build N20090329-2000, but has been happening for a while. The Quick Type Hierarchy window flashes briefly and then disappears. Steps: 1. Check out an SWT tree. 2. Go to Widget.java 3. In the editor pane, click on something that you know has been overridden (windowDidMove, for example) 4. Hit cmd-T ===> The IDE works for a bit and then the type hierarchy window appears and then immediately hides. Expected: The type hierarchy window opens and stays open. | resolved fixed | 9d2a0dc | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-02T22:17:39Z" | "2009-04-02T19:20:00Z" |
240,033 | Bug 240033 [Viewers] 'Dialog refresh' has encountered a problem | null | resolved fixed | 87a1ac5 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-02T20:23:34Z" | "2008-07-08T18:00:00Z" |
271,027 | Bug 271027 Failure in JFace test suite related to virtual table | Apparently caused by a bug in the System.arraycopy call, line 2327 in Table.setItemCount(int) | resolved fixed | 904df56 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-02T18:35:04Z" | "2009-04-02T19:20:00Z" |
271,017 | Bug 271017 Compiler warnings in N20090401-2000 | 1. WARNING in /JUnit Tests/org/eclipse/swt/tests/junit/SwtTestCase.java (at line 18) import org.eclipse.swt.widgets.*; The import org.eclipse.swt.widgets is never used | resolved fixed | d48df07 | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/SwtTestCase.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-02T17:56:28Z" | "2009-04-02T16:33:20Z" |
270,880 | Bug 270880 Combo does not fire SWT.Modify immediately on select(int) | The following snippet prints an event on Win32 (and probably other platforms) but not on Cocoa: package snip; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Combo; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.Listener; import org.eclipse.swt.widgets.Shell; public class SnipComboModify { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new GridLayout(1, false)); Combo combo = new Combo(shell, SWT.DROP_DOWN); combo.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false)); combo.setItems(new String[] { "one", "two", "three" }); combo.addListener(SWT.Modify, new Listener(){ public void handleEvent(Event event) { System.out.println("received: " + event.type); } }); combo.select(1); display.dispose(); } } This is causing a failure in the data binding test suite. | resolved fixed | 08717ee | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTComboBoxCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-02T15:58:39Z" | "2009-04-01T21:06:40Z" |
270,544 | Bug 270544 caret line highlight leaves screen artifacts | when multiple fonts are used in a StyledText, the caret line highlight doesn't always get cleared as the caret is moved to a new line. See the attached screenshot. | resolved fixed | 675d6bd | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-01T21:10:19Z" | "2009-03-31T00:40:00Z" |
270,861 | Bug 270861 [Browser] don't use InitXPCOM2 to initialize xulrunner | null | resolved fixed | 910f9ed | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsDynamicFunctionLoad.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-01T18:55:53Z" | "2009-04-01T18:20:00Z" |
270,663 | Bug 270663 Combo.select() causes SelectionEvent | If I recall correctly programatic access to Combo should not cause any events -- this was an SWT design choice. My application enters an infinite loop on Cocoa where setting the selection causes a SelectionEvent, the event causes code in the listener to be invoked, the listener sets the Combo selection, ad infinitum. The same issue doesn't occur on Windows or Carbon. | resolved fixed | 39f5246 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-01T12:53:27Z" | "2009-03-31T20:06:40Z" |
270,654 | Bug 270654 Scale does not fire selection events | Scale does not fire selection events when draging the scale cursor on Eclipse 3.5M6 Cocoa x86_64 | resolved fixed | a28d2c8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Scale.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-04-01T06:32:31Z" | "2009-03-31T17:20:00Z" |
185,204 | Bug 185204 [CTabFolder] CTabItem.drawClose could preserve color | CTabItem.drawClose creates and disposes of a color. Since this happens on each paint, it would be better to cache. at org.eclipse.swt.custom.CTabItem.drawClose(CTabItem.java:197) at org.eclipse.swt.custom.CTabItem.drawSelected(CTabItem.java:423) at org.eclipse.swt.custom.CTabItem.onPaint(CTabItem.java:790) | resolved fixed | 83bf794 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-31T21:13:45Z" | "2007-05-02T18:20:00Z" |
239,477 | Bug 239477 Crash in ScriptStringOut | null | resolved fixed | d8b150f | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-31T20:30:50Z" | "2008-07-03T15:46:40Z" |
268,651 | Bug 268651 [Browser] Make sure Eclipse works with xulrunner 1.9.1beta | Build ID: n/a Steps To Reproduce: Have xulrunner 1.9.1 installed on your Linux system and Eclipse stops to start correctly. More information: While searching for a solution for the issue that Eclipse doesn't start anymore on any of my Linux machines I found some informations that Eclipse crashes with xulrunner 1.9.1 because of mozilla's interface changes. I confirmed that this is also the reason on my system. The thing is that I still have also xulrunner 1.9.0 available on my system which works when I specify the location to it to eclipse's vm. Therefore why does Eclipse use the newest xulrunner instead of one which is known to work? The /etc/gre.d registrations are correct so it should be possible to filter on a specific version. | resolved fixed | f51b769 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_9.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebBrowserStream.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-31T17:05:56Z" | "2009-03-14T22:33:20Z" |
226,973 | Bug 226973 On Linux, TableColumn#getWidth() sometimes incorrectly returns 0. | On Linux, TableColumn#getWidth() sometimes incorrectly returns 0. OS*: Linux paules 2.6.16.53-0.16-smp #1 SMP Tue Oct 2 16:57:49 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux *Note, running in 32-bit compatibility mode. However, symptoms are reproducible on 32-bit architectures. Eclipse SDK: Version: 3.4.0 Build id: I20080330-1350 JRE: java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pxi32dev-20070201 (SR4))IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20070201 (JIT enabled) J9VM - 20070131_11312_lHdSMR JIT - 20070109_1805ifx1_r8 GC - 200701_09) JCL - 20070126 Steps to reproduce: 1) Run the enclosed TableTest.java. 2) Click the Add button. 3) Select Tab2. 4) Select Tab1. 5) Click the Add button. 4) Note the following output: Column1 width: 100 Column1 width: 100 Column2 width: 100 Column1 width: 100 Column2 width: 100 Column1 width: 0 Column2 width: 0 Column3 width: 100 The first two columns return a zero width. | closed fixed | 44b3178 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-31T16:30:36Z" | "2008-04-14T16:20:00Z" |
270,179 | Bug 270179 MouseHover event always has empty stateMask | I20090325-1135 On cocoa, MouseHover events always have an empty stateMask (0x0). In the Java editor, different hovers should show up depending on the modifiers held down (configurable in preferences). | resolved fixed | ce5283d | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-31T06:12:24Z" | "2009-03-26T20:40:00Z" |
266,974 | Bug 266974 Cocoa SWT / GLCanvas Event Handling Problems | GLCanvas does not deliver Events properly to listeners (e.g. MouseMove). See attached Snipped209 (with an added MouseMove Listener). Potential problem source: GLCanvas adds the NSOpenGLView instance to the parent's view, shoulnt it be the instances view itself? E.g, part of GLCanvas' constructor: // original: events not delivered glView.initWithFrame(parent.view.bounds(), pixelFormat, share != null ? share.glView : null); glView.setAutoresizingMask(OS.NSViewWidthSizable | OS.NSViewHeightSizable); parent.view.addSubview(glView); // working: however no auto resizing (why?) glView.initWithFrame(parent.view.bounds(), pixelFormat); glView.setAutoresizingMask(OS.NSViewWidthSizable | OS.NSViewHeightSizable); view.addSubview(glView); | resolved fixed | c50f756 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OpenGL/cocoa/org/eclipse/swt/opengl/GLCanvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTOpenGLView.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-30T23:52:55Z" | "2009-03-04T07:00:00Z" |
136,515 | Bug 136515 [OpenGL] Support shared context for GLCanvas | null | resolved fixed | c7326f8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OpenGL/carbon/org/eclipse/swt/opengl/GLCanvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "OpenGL/cocoa/org/eclipse/swt/opengl/GLCanvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "OpenGL/common/org/eclipse/swt/opengl/GLData.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "OpenGL/gtk/org/eclipse/swt/opengl/GLCanvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "OpenGL/motif/org/eclipse/swt/opengl/GLCanvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "OpenGL/win32/org/eclipse/swt/opengl/GLCanvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSOpenGLContext.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSOpenGLView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-30T17:53:33Z" | "2006-04-13T01:00:00Z" |
263,589 | Bug 263589 TrayItem icon stays activated after invoking a pop-up menu item | When you have a TrayItem in Mac OS X that has a selection listener (icon in mac's menubar (tray) that reacts to left-click), the icon remains activated (blue) after some popup menu item that was invoked by left-clicking the TrayItem. Also, the icon remains activated when you invoke the popup menu and navigate away to desktop - popup menu hides, but TrayItem icon remains blue. Clicking the icon itself toggles the activation. Also, according to mac conventions, the activation effect (blue selection around the transparent icon) should disappear when you hover the mouse over next menubar item (i.e. the wireless network status...). This does not happen either. Meanwhile the right-click (menu detect listener) works fine, Some code and an example transparent icon is attached to test it. I've tried a million different ways before listing this bug, so please make sure you have a working solution before telling me that this code snippet is wrong. | resolved wontfix | 49c744b | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TrayItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-30T17:45:55Z" | "2009-02-04T06:46:40Z" |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.