id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
961
277,442
Bug 277442 BlockSelection: Exception and crash while RTL orientation
Build ID: I20090520-2000 Steps To Reproduce: 1) Run 'TextEditor'and have : ABC ABCDEF AB 2) Change the orientation to 'Right to left' 3) Enable Block Selection 4) Block select the (complete) text 5) Application (Text Editor) crash due to the below exception - Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -3 at java.lang.String.<init>(Unknown Source) at org.eclipse.swt.custom.DefaultContent.getTextRange(DefaultContent.java:709) at org.eclipse.swt.custom.StyledText.getBlockSelectionText(StyledText.java:3549) at org.eclipse.swt.custom.StyledText.copySelection(StyledText.java:1789) at org.eclipse.swt.custom.StyledText.handleMouseUp(StyledText.java:5922) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5528) 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.swt.examples.texteditor.TextEditor.main(TextEditor.java:102) More information:
2009-05-22 06:58:45
1,242,990,000
resolved fixed
2f2704e
1,243,360,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
962
261,206
Bug 261206 Console view: Copy is disabled after double-click to select word
I20090114-1322, already broken in 3.5M4, was OK in 3.5M3 - open Console view - feed it with content (e.g. use the Java Stack Trace console) - double-click a word to select it => Ctrl+C does nothing and context menu > Copy and Cut are disabled
2009-01-15 10:36:09
1,232,030,000
verified fixed
f7d2c5a
1,243,360,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
963
277,631
Bug 277631 Cannot move cursor after cancelling IME input by pressing escape key.
Build ID: I20090522-1126 Steps To Reproduce: 1. Open a text editor and type some texts. 2. Switch to Japanese hiragana input mode (Kotoeri). 3. Press 'a' key. 4. Japanese hiragana character '' is displayed. 5. Press esc key to cancel input. The character '' is disappeared. Expected: - Pressing 'delete' key should delete previously typed characters. - Pressing arrow key should move cursor. Actual: - Pressing 'delete' key does not delete previously typed characters. - Pressing arrow key does not move cursor. More information:
2009-05-25 00:08:26
1,243,220,000
resolved fixed
ac4e7e2
1,243,360,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/IME.java
SWT
964
277,437
Bug 277437 [Cocoa] GC#drawText font background issue
null
2009-05-22 05:53:04
1,242,990,000
resolved fixed
4639b46
1,243,360,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Font.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java
SWT
965
273,570
Bug 273570 Unable to create view ID org.eclipse.jdt.ui.PackageExplorer: An unexpected exception was thrown. in existing workspace only
After JAX09/EclipseForum I downloaded Eclipse 3.5M6 form Mac in various forms carbon/cocoa/cocoa-64bit. When opening an existing workspace last edited in 3.4.2 I received this error and the PackageExplorer refuses to open. This does not occur when opening/creating a new workspace. -- Error Details -- Date: Fri Apr 24 12:04:13 CEST 2009 Message: Unable to create view ID org.eclipse.jdt.ui.PackageExplorer: An unexpected exception was thrown. Severity: Error Plugin: org.eclipse.ui.workbench Session Data: eclipse.buildId=I20090313-0100 java.version=1.5.0_16 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=nl_NL Framework arguments: -keyring /Users/maarten/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86 -keyring /Users/maarten/.eclipse_keyring -consoleLog -showlocation Exception Stack Trace: java.lang.NullPointerException at org.eclipse.swt.program.Program.getProgram(Program.java:152) at org.eclipse.swt.program.Program.getPrograms(Program.java:194) at org.eclipse.ui.internal.registry.EditorDescriptor.findProgram(EditorDescriptor.java:163) at org.eclipse.ui.internal.registry.EditorDescriptor.loadValues(EditorDescriptor.java:458) at org.eclipse.ui.internal.registry.EditorRegistry.readEditors(EditorRegistry.java:669) at org.eclipse.ui.internal.registry.EditorRegistry.loadAssociations(EditorRegistry.java:916) at org.eclipse.ui.internal.registry.EditorRegistry.initializeFromStorage(EditorRegistry.java:580) at org.eclipse.ui.internal.registry.EditorRegistry.<init>(EditorRegistry.java:164) at org.eclipse.ui.internal.WorkbenchPlugin.getEditorRegistry(WorkbenchPlugin.java:454) at org.eclipse.ui.internal.Workbench.getEditorRegistry(Workbench.java:1154) at org.eclipse.jdt.internal.ui.viewsupport.AppearanceAwareLabelProvider.<init>(AppearanceAwareLabelProvider.java:47) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerLabelProvider.<init>(PackageExplorerLabelProvider.java:53) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.createLabelProvider(PackageExplorerPart.java:635) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.setProviders(PackageExplorerPart.java:582) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.createPartControl(PackageExplorerPart.java:480) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:371) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:230) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595) at org.eclipse.ui.internal.WorkbenchPage.makeActive(WorkbenchPage.java:1242) at org.eclipse.ui.internal.WorkbenchPage.updateActivePart(WorkbenchPage.java:1226) at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1417) at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1406) at org.eclipse.ui.internal.WorkbenchPage.access$14(WorkbenchPage.java:1397) at org.eclipse.ui.internal.WorkbenchPage$15.runWithException(WorkbenchPage.java:3294) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) 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:3168) at org.eclipse.swt.widgets.Display.observerProc(Display.java:2828) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:3838) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:3957) 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:2871) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803) at org.eclipse.ui.internal.Workbench$28.runWithException(Workbench.java:1372) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) 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:3168) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2880) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2304) 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)
2009-04-24 06:21:46
1,240,570,000
resolved fixed
047dfc0
1,243,290,000
bundles/org.eclipse.swt/Eclipse SWT Program/cocoa/org/eclipse/swt/program/Program.java
SWT
966
277,668
Bug 277668 Custom Control Example: StyledTextTab Set/Get API incomplete
HEAD Custom Control Example: StyledTextTab Set/Get API is incomplete (e.g. misses block selection and margins).
2009-05-25 07:09:39
1,243,250,000
resolved fixed
020bda8
1,243,270,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/StyledTextTab.java
SWT
967
277,235
Bug 277235 Accessibility Control Example ClassCastException
With GTK Accessibility Module initialized, I get the following stack trace when running ControlsWithAccessibleNamesExample: Exception in thread "main" java.lang.ClassCastException: org.eclipse.swt.accessibility.AccessibleObject at org.eclipse.swt.examples.accessibility.ControlsWithAccessibleNamesExample$1.getName(ControlsWithAccessibleNamesExample.java:67) at org.eclipse.swt.accessibility.AccessibleObject.atkObject_get_name(AccessibleObject.java:395) at org.eclipse.swt.internal.gtk.OS._gtk_container_add(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_container_add(OS.java:5738) at org.eclipse.swt.widgets.Control.showWidget(Control.java:4274) at org.eclipse.swt.widgets.Label.showWidget(Label.java:583) at org.eclipse.swt.widgets.Control.createWidget(Control.java:528) at org.eclipse.swt.widgets.Label.createWidget(Label.java:244) at org.eclipse.swt.widgets.Control.<init>(Control.java:95) at org.eclipse.swt.widgets.Label.<init>(Label.java:95) at org.eclipse.swt.examples.accessibility.ControlsWithAccessibleNamesExample.main(ControlsWithAccessibleNamesExample.java:89)
2009-05-20 18:21:47
1,242,860,000
resolved fixed
e98fb50
1,242,930,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java
SWT
968
277,314
Bug 277314 Cocoa - Application crashes while copying an image
Build ID: I20090518-2000 Steps To Reproduce: 1. On Cocoa, launch the Clipboard example 2. Open any image, try to copy it and then application crashes. More information: Copying image through clipboard example works fine on another platforms.
2009-05-21 07:50:53
1,242,910,000
resolved fixed
ec2c543
1,242,930,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java
SWT
969
276,564
Bug 276564 Eclipse won't launch using JDK 7 because SWT native libraries don't load
null
2009-05-15 16:23:27
1,242,420,000
resolved fixed
5b59ebe
1,242,920,000
bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
SWT
970
277,285
Bug 277285 Cursor position does not change while typing in Japanese input method program
Build ID: I20090515-1143 Steps To Reproduce: 1. Open a text editor. 2. Switch to Japanese hiragana input mode (Kotoeri). 3. Press 'a' key. 4. Japanese hiragana character '' is displayed. Expected cursor position: | Actual cursor position: | More information: The cursor position does not change by typing more characters, converting hiragana into kanji or pressing arrow keys.
2009-05-21 04:12:56
1,242,890,000
resolved fixed
e8c492b
1,242,920,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
971
277,193
Bug 277193 Graphics drawing in unwanted places when scrolling bundles in a launch config
Build I20090519-2000 When you scroll the list of bundles in a launch config, the bundle icons are overlaying the top and bottom of the table. See the attach movie.
2009-05-20 14:56:18
1,242,850,000
resolved fixed
2063831
1,242,850,000
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
972
277,175
Bug 277175 Accessibility - Console message printed when custom control has focus
null
2009-05-20 13:37:03
1,242,840,000
resolved fixed
9e87046
1,242,850,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/SWTAccessibleDelegate.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java
SWT
973
277,195
Bug 277195 FileDialog NPE's when attempting to upload an attachment with Mylyn
Eclipse SDK Version: 3.5.0 Build id: I20090518-2000 Steps to reproduce: * Open a Mylyn task editor for some issue on Eclipse.org (or your favourite issue tracker). * Expand the Attachments section and hit the Attach... button to spawn a dialog. * In the Add Attachment dialog hit the Browse... button and use the file dialog to select some local file * Notice that upon selecting a file and dismissing the dialog, the File field is not populated. java.lang.NullPointerException at org.eclipse.swt.widgets.FileDialog.open(FileDialog.java:261) at org.eclipse.mylyn.internal.tasks.ui.wizards.AttachmentSourcePage$5.widgetSelected(AttachmentSourcePage.java:302) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3543) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1246) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1269) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1254) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1075) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3441) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3100) 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(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:1311) at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
2009-05-20 15:04:32
1,242,850,000
resolved fixed
53e829f
1,242,850,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/FileDialog.java
SWT
974
276,569
Bug 276569 Cocoa: exception gets logged when opening views while a detached view exists
I am seeing a lot of logged exceptions, and it seems to be caused by the fact that I have a detached (torn off) view. I am out of time to boil this down to reproducible steps, but it should be reproducible as follows: 1. Reset Java perspective. 2. Tear off Package Explorer. 3. Open views and editors in various configurations. 4. Check the error log view regularly. Here is an example stack trace: java.lang.RuntimeException: WARNING: Prevented recursive attempt to activate part org.eclipse.debug.ui.BreakpointView while still in the middle of activating part org.eclipse.team.ui.GenericHistoryView at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3481) at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:3071) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:279) at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:237) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3539) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1246) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1269) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1250) at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1228) at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2887) at org.eclipse.swt.widgets.Display.checkFocus(Display.java:575) at org.eclipse.swt.widgets.Shell.becomeKeyWindow(Shell.java:467) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4533) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSWindow.makeKeyAndOrderFront(NSWindow.java:175) at org.eclipse.swt.widgets.Shell.makeKeyAndOrderFront(Shell.java:1017) at org.eclipse.swt.widgets.Shell.setActive(Shell.java:1193) at org.eclipse.swt.widgets.Shell.bringToTop(Shell.java:476) at org.eclipse.swt.widgets.Control.forceFocus(Control.java:1249) at org.eclipse.swt.widgets.Control.setFocus(Control.java:3232) at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:853) at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:851) at org.eclipse.team.internal.ui.history.LocalHistoryPage.setFocus(LocalHistoryPage.java:531) at org.eclipse.team.internal.ui.history.GenericHistoryView.setFocus(GenericHistoryView.java:612) at org.eclipse.ui.internal.PartPane.setFocus(PartPane.java:332) at org.eclipse.ui.internal.WorkbenchPage$3.run(WorkbenchPage.java:626) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.runtime.Platform.run(Platform.java:888) at org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:621) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3527) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:614) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1092) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1069) at org.eclipse.ui.internal.WorkbenchPage$20.run(WorkbenchPage.java:3816) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3813) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3789) at org.eclipse.ui.internal.quickaccess.ViewElement.execute(ViewElement.java:38) at org.eclipse.ui.internal.quickaccess.QuickAccessDialog.handleElementSelected(QuickAccessDialog.java:681) at org.eclipse.ui.internal.quickaccess.QuickAccessDialog.handleSelection(QuickAccessDialog.java:758) at org.eclipse.ui.internal.quickaccess.QuickAccessDialog.access$6(QuickAccessDialog.java:748) at org.eclipse.ui.internal.quickaccess.QuickAccessDialog$3.keyPressed(QuickAccessDialog.java:177) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:155) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3539) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1246) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1269) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1254) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1283) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1279) at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1371) at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:909) at org.eclipse.swt.widgets.Display.fieldEditorProc(Display.java:4444) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:201) at org.eclipse.swt.widgets.Widget.superKeyDown(Widget.java:1624) at org.eclipse.swt.widgets.Widget.keyDown(Widget.java:908) at org.eclipse.swt.widgets.Control.keyDown(Control.java:2029) at org.eclipse.swt.widgets.Display.fieldEditorProc(Display.java:4436) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:201) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:1742) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:1814) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4697) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4269) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4336) 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:3093) 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(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:1311)
2009-05-15 17:04:10
1,242,420,000
resolved fixed
bd8ac1c
1,242,850,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
SWT
975
277,173
Bug 277173 ToolItems and Buttons are not accessible on Cocoa (regression)
null
2009-05-20 13:22:58
1,242,840,000
resolved fixed
6985048
1,242,840,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
976
276,506
Bug 276506 BlockSelection: Paste should end with long caret
I20090514-2000 StyledText in BlockSelection mode: When I copy a block and then paste it multiple times, all copies should be start on the same line. => Paste should end with a long caret that spans all modified lines at the end of the pasted block. Example: - Have: Abcdef 123456 - Select: Abc 123 - Copy, Paste, Paste => Result: Abcdef 123Abc456 123 => Expected: AbcAbcdef 123123456
2009-05-15 10:33:22
1,242,400,000
resolved fixed
69f1d6e
1,242,840,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
977
276,854
Bug 276854 BlockSelection: Shift+Click does not work with normal caret
I20090518-2000 StyledText in BlockSelection mode: Shift+Click does not work with the normal caret. Instead of selecting the block from the caret to the clicked location, it just sets the virtual caret at the clicked location. Subsequent Shift+Clicks then correctly span the selection, starting at the (new) caret location.
2009-05-19 06:25:43
1,242,730,000
verified fixed
fcc2c15
1,242,840,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
978
276,485
Bug 276485 BlockSelection: copying block only fills with spaces when folding enabled
I20090514-2000 Copying a selected block only adds spaces at the end of lines when folding is enabled. In the 'New > Untitled Text File' editor and in the Java editor with folding disabled, the lines in the clipboard are not filled up.
2009-05-15 08:42:48
1,242,390,000
resolved fixed
e11f5e8
1,242,840,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
979
276,516
Bug 276516 BlockSelection: Arrow_Left and Arrow_Right should set caret to beginning/end of selection
I20090514-2000 In a StyledText, have a block selection. Arrow_Left and Arrow_Right should set the caret to the beginning/end of the selection, like in normal selection mode (regardless of where inside the selection the caret is). - Example: ....... ..ABC.. ..XYZ.. ....... - Select this block by dragging from upper-left to lower-right: ABC XYZ a) Press Arrow_Left Expected: Caret at left of A Was: Caret at left of Z b) Press Arrow_Right Expected: Caret at right of Z Was: Caret at right of 'XYZ.'
2009-05-15 10:55:53
1,242,400,000
verified fixed
9522aed
1,242,840,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
980
276,531
Bug 276531 Selection jumps in tree
[Cocoa I20090514-2000] Not sure if this potentially affects all trees, or only filtered ones. Steps: 1. Open Preferences dialog 2. Make sure it comes up all collapsed, with the first item (General) selected. If not, collapse tree and select the first item, close the dialog, and open again. 3. Expand "General". 4. Click on "Appearance" Expected: "Appearance" gets selected Actual: "Editors" gets selected.
2009-05-15 12:32:03
1,242,410,000
resolved fixed
aa8fe24
1,242,830,000
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
981
276,553
Bug 276553 Cocoa: Menus completely gray after drag-and-drop to detached view
Cocoa I20090514-2000 Steps: 1. Create a new project and put a "build.properties" file in it. Reset Java perspective. 2. Open "Project Explorer" view. 3. Tear off the view 4. Expand the project in the Package Explorer and drag the build.properties file into the Project Explorer, drop it over the same project. 5. Confirm the dialog that pops up asking for a new name. Actual: All menu items are gray except in the Apple, Eclipse, and Help menus. In the Help menu, the items don't highlight as you mouse over. Expected: Menus work normally
2009-05-15 15:09:36
1,242,410,000
resolved fixed
9060990
1,242,830,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
982
276,683
Bug 276683 Tree item icons drawn into next column
null
2009-05-18 06:01:04
1,242,640,000
resolved fixed
0bd40b8
1,242,760,000
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
983
276,760
Bug 276760 GC#drawRoundRectangle(..) draw too big radii on Cocoa
null
2009-05-18 14:29:16
1,242,670,000
resolved fixed
3ac7858
1,242,760,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java
SWT
984
276,826
Bug 276826 Compile warning in official build
I20090518-2000. 1. WARNING in /JUnit Tests/org/eclipse/swt/tests/junit/AllTests.java (at line 14) import org.eclipse.swt.*; The import org.eclipse.swt is never used
2009-05-19 03:29:45
1,242,720,000
resolved fixed
1608656
1,242,740,000
tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllTests.java
SWT
985
276,131
Bug 276131 Browser Test crashing
The releng test have been DNF for the last couple builds. Running locally we occasionally see crashes in the BrowserTests so we suspect these crashes to be the cause of the DNF.
2009-05-13 12:37:34
1,242,230,000
resolved fixed
ba89e7d
1,242,420,000
bundles/org.eclipse.swt/Eclipse SWT Printing/cocoa/org/eclipse/swt/printing/Printer.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
986
275,945
Bug 275945 [clipboard] regression: pasting text from file properties to java editor seems to be in wrong format
null
2009-05-12 15:02:37
1,242,160,000
resolved fixed
a4935bc
1,242,420,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/TextTransfer.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Widget.java
SWT
987
275,875
Bug 275875 crash: Cmd+Q only closes first shell in SnippetLauncher
Build id: I20090511-2000 on Cocoa (32-bit, 10.5.6) Load project org.eclipse.swt.snippets. Run SnippetLauncher. Close the first shell (HelloWorld) with the keyboard (Command+Q). Try to close the 2nd shell with the keyboard - the shell does not close, and this message is printed to the console: 2009-05-12 10:10:02.286 java[54557:10b] *** -[NSCFString quitRequested:]: unrecognized selector sent to instance 0x12b9b0 You can close this shell (and subsequent shells) with the mouse (click on red x) but you cannot close any of them, except the first one, using the keyboard. This is probably some display cleanup-on-dispose problem. The snippet launcher creates and disposes successive displays, which not many applications will do.
2009-05-12 10:24:28
1,242,140,000
resolved fixed
df87b53
1,242,420,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
988
275,552
Bug 275552 Font loading slow for font that is not there (ie. 'Sans Serif')
I have an application that renders a BIRT chart in a Canvas with real-time data. When I run the application on Carbon, all is well. When I run the application on Cocoa, the application grinds to a halt. I'm attaching screen shots of the cpu activity when running the application. The only difference is that I've changed the launch configuration arguments from -ws cocoa to -ws carbon. I'm not able to make my code available publicly, but can make it available to any of the IBM SWT developers.
2009-05-09 23:55:34
1,241,930,000
resolved fixed
974aef9
1,242,420,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSFontManager.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/Font.java
SWT
989
275,631
Bug 275631 Ctrl+Tab key binding works incorrectly.
null
2009-05-11 06:26:46
1,242,040,000
resolved fixed
bdf37a2
1,242,230,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
990
275,913
Bug 275913 StyledText with block selection: Typing at virtual caret on empty line inserts char after caret
I20090511-2000 CustomControlExample > Styled Text: - add an empty line - activate block selection - click in the middle of the empty line => "virtual" caret appears - type 12345 => line becomes "2345|1" (caret at |) => first character should also be inserted in front of the caret
2009-05-12 12:56:31
1,242,150,000
resolved fixed
aa5281e
1,242,230,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
991
269,413
Bug 269413 [doc] getBackground() of Controls on a TabFolder returns not the shown background color
Build ID: M20080911-1700 Steps To Reproduce: 1. Use WindowsXP (default blue theme) and SWT 3.4.1 2. draw a Tabfolder with at least one TabItem 3. draw a control e.g. Composite or checkbox (Button(SWT.CHECK) on the TabItem 3. The control is shown with the same background color as the TabItem (nearly white) 4. call control.getBackground() -> it returns the default backgound color (gray) 5. use the returned color somewhere, to see its different More information: In the given example, only default backgrounds are used. I made no call to setBackground() on any control. In this case, to my observations, the color returned by getBackground() differs from the shown background color for TabItems and all nested controls on the TabItem.
2009-03-19 13:14:35
1,237,480,000
resolved fixed
184d0e8
1,242,080,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
992
268,503
Bug 268503 [doc] DateTime Javadoc should tell that DROP_DOWN is a hint
I20090312-2000 Javadoc of DateTime should tell that DROP_DOWN is a hint.
2009-03-13 06:10:38
1,236,940,000
resolved fixed
96685a4
1,242,070,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
SWT
993
275,681
Bug 275681 NPE in DialogTab, it doesn't check for null returned by PrintDialog#open
SWT 3.5 RC0 Run control example switch to dialog tab open a print dialog hit escape (or close the dialog by clicking on the cancel button) Exception in thread "main" java.lang.NullPointerException at org.eclipse.swt.examples.controlexample.DialogTab.createButtonSelected(DialogTab.java:191) at org.eclipse.swt.examples.controlexample.DialogTab$2.widgetSelected(DialogTab.java:384) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) 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.swt.examples.controlexample.ControlExample.main(ControlExample.java:210)
2009-05-11 12:04:17
1,242,060,000
resolved fixed
b8696a3
1,242,060,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/DialogTab.java
SWT
994
266,172
Bug 266172 Shell setFullScreen not implemented
null
2009-02-25 12:48:58
1,235,580,000
resolved fixed
2b534ce
1,241,810,000
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
995
274,001
Bug 274001 Rollover tooltips for all truncated tree and table items
null
2009-04-28 06:14:55
1,240,910,000
resolved fixed
0a26c43
1,241,800,000
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
996
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();
2009-05-08 12:27:32
1,241,800,000
resolved fixed
c76676f
1,241,800,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
SWT
997
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:
2007-03-30 08:12:27
1,175,260,000
resolved fixed
143dc1b
1,241,800,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
SWT
998
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.
2009-03-10 11:33:10
1,236,700,000
resolved fixed
8f9328b
1,241,800,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
999
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
2009-05-08 09:42:40
1,241,790,000
resolved fixed
b2e9063
1,241,790,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
SWT
1,000
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.
2009-03-31 17:39:40
1,238,540,000
resolved fixed
5261d73
1,241,730,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,001
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.
2009-03-27 14:42:51
1,238,180,000
resolved fixed
de5b9b1
1,241,730,000
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
1,002
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)
2009-04-27 18:34:24
1,240,870,000
resolved fixed
306f953
1,241,730,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/GIFFileFormat.java
SWT
1,003
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 ?
2009-01-29 17:37:50
1,233,270,000
resolved fixed
22e21dc
1,241,720,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
SWT
1,004
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.
2009-04-29 15:20:20
1,241,030,000
resolved fixed
075c887
1,241,720,000
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
1,005
254,861
Bug 254861 Gtk SWT should set window type hint for SWT.BALLOON tooltips
null
2008-11-11 07:07:40
1,226,410,000
resolved fixed
1d3e044
1,241,710,000
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
1,006
273,354
Bug 273354 Form Feed (\f) makes StyledText go crazy
null
2009-04-22 18:21:40
1,240,440,000
resolved fixed
8ff9209
1,241,710,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java
SWT
1,007
270,495
Bug 270495 Improving performance of ImageData.blit and Image.init methods
null
2009-03-30 14:29:58
1,238,440,000
resolved fixed
8b5c72d
1,241,650,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageData.java
SWT
1,008
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)
2009-05-06 15:29:40
1,241,640,000
resolved fixed
775da68
1,241,640,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/PromptService2.java
SWT
1,009
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
2009-04-28 14:37:24
1,240,940,000
resolved fixed
bca4f4e
1,241,640,000
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
1,010
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
2009-04-28 15:39:25
1,240,950,000
resolved fixed
15e70eb
1,241,630,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Path.java
SWT
1,011
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
2009-04-21 13:36:52
1,240,340,000
resolved fixed
9abfdff
1,241,630,000
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
1,012
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(); } }
2009-04-02 14:34:58
1,238,700,000
resolved fixed
3c00f75
1,241,620,000
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
1,013
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.
2009-04-29 06:25:58
1,241,000,000
resolved fixed
2fe0f79
1,241,620,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/Accessible.java
SWT
1,014
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.
2009-04-15 17:39:46
1,239,830,000
resolved fixed
56dd9f8
1,241,620,000
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
1,015
245,278
Bug 245278 [DateTime] ignores User's keyboard input
null
2008-08-26 12:57:15
1,219,770,000
resolved fixed
6f82740
1,241,560,000
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
1,016
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
2009-05-04 16:16:08
1,241,470,000
resolved fixed
27d6879
1,241,560,000
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
1,017
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)
2009-05-05 01:38:09
1,241,500,000
resolved fixed
747510f
1,241,550,000
bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java
SWT
1,018
274,271
Bug 274271 SHEET Javadoc issues
null
2009-04-29 06:20:00
1,241,000,000
resolved fixed
e692b7c
1,241,540,000
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
1,019
274,696
Bug 274696 Checkbox Tree wastes a lot of space beween box and item
null
2009-05-01 16:59:39
1,241,210,000
resolved fixed
7d9fca7
1,241,530,000
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
1,020
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."
2009-04-28 08:39:59
1,240,920,000
resolved fixed
9d2123f
1,241,470,000
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
1,021
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.
2008-06-12 04:46:17
1,213,260,000
resolved fixed
e7b1931
1,241,470,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java
SWT
1,022
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
2009-04-24 20:55:55
1,240,620,000
resolved fixed
030b9a0
1,241,460,000
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
1,023
274,344
Bug 274344 [64] [DND] Snippet282 crashes
null
2009-04-29 13:07:55
1,241,020,000
resolved fixed
a15463f
1,241,460,000
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
1,024
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(); }
2009-04-28 16:45:50
1,240,950,000
resolved fixed
5d71ac1
1,241,450,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,025
274,302
Bug 274302 Nested GridLayouts cut content if inner grabs vertical space
null
2009-04-29 09:33:08
1,241,010,000
resolved fixed
15e431a
1,241,450,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java
SWT
1,026
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.
2009-04-28 17:28:05
1,240,950,000
resolved fixed
551ff14
1,241,450,000
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
1,027
274,538
Bug 274538 Shells with SWT.SHEET do not hide with setVisible(false) (only when disposed)
null
2009-04-30 11:37:10
1,241,110,000
resolved fixed
f448e78
1,241,450,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
1,028
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
2009-04-28 23:36:24
1,240,980,000
resolved fixed
ba2fed6
1,241,040,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java
SWT
1,029
264,560
Bug 264560 hard crash upon opening internal browser on mac
null
2009-02-11 13:11:01
1,234,380,000
resolved fixed
44e4c95
1,241,030,000
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
1,030
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'.
2009-04-29 09:11:17
1,241,010,000
resolved fixed
651f725
1,241,010,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/ImageTransfer.java
SWT
1,031
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
2009-04-15 05:32:58
1,239,790,000
closed fixed
3b899ca
1,240,940,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/IME.java
SWT
1,032
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
2009-04-24 15:27:28
1,240,600,000
resolved fixed
95de79f
1,240,870,000
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
1,033
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:
2008-12-11 01:30:01
1,228,980,000
resolved fixed
8b39358
1,240,870,000
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
1,034
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).
2009-04-27 16:11:31
1,240,860,000
resolved fixed
226c5e7
1,240,870,000
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
1,035
273,492
Bug 273492 [Mac] Test failure in Bug43610Test.testShiftAlt on Cocoa
null
2009-04-23 14:25:29
1,240,510,000
resolved fixed
f3a50e0
1,240,860,000
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
1,036
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."
2009-04-27 13:48:01
1,240,850,000
resolved fixed
98160a5
1,240,860,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
1,037
273,631
Bug 273631 Second call to fillRectangle/fillOval uses black background instead of the declared one
null
2009-04-24 14:55:49
1,240,600,000
resolved fixed
561eb94
1,240,850,000
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
1,038
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.
2009-04-23 17:54:07
1,240,520,000
resolved fixed
6f220c6
1,240,610,000
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
1,039
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");
2009-04-15 18:51:32
1,239,840,000
resolved fixed
e3f40db
1,240,600,000
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
1,040
273,313
Bug 273313 [carbon] Control#getBackground() and getForeground() returns new Color
null
2009-04-22 14:10:42
1,240,420,000
resolved wontfix
93fa386
1,240,580,000
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
1,041
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
2009-04-06 09:48:34
1,239,030,000
closed fixed
a32aa3b
1,240,510,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
SWT
1,042
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.
2009-03-13 10:04:56
1,236,950,000
resolved fixed
21cd61f
1,240,440,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
1,043
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
2009-04-06 18:05:15
1,239,060,000
resolved fixed
897e2a1
1,240,430,000
bundles/org.eclipse.swt/Eclipse SWT Browser/cocoa/org/eclipse/swt/browser/Safari.java
SWT
1,044
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.
2009-04-22 11:11:24
1,240,410,000
resolved fixed
23633da
1,240,420,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
SWT
1,045
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
2009-04-13 13:20:16
1,239,640,000
verified fixed
9c22c3a
1,240,410,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
1,046
273,117
Bug 273117 BlockSelection: setBlockSelectionRectangle should not clamp selection width to renderer width if client area allows a larger selection
null
2009-04-21 15:01:56
1,240,340,000
resolved fixed
d1bc5e3
1,240,340,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,047
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.
2009-04-21 11:46:15
1,240,330,000
resolved fixed
3d81776
1,240,340,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
1,048
273,095
Bug 273095 Can't insert characters into a StyledText using the Character Palette on OS X
null
2009-04-21 12:54:21
1,240,330,000
resolved fixed
ed22767
1,240,340,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/IME.java
SWT
1,049
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.
2009-04-19 15:32:53
1,240,170,000
resolved fixed
b101d2c
1,240,330,000
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
1,050
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.
2008-11-06 14:46:44
1,226,000,000
resolved fixed
ddbaadc
1,240,330,000
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
1,051
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
2009-04-08 16:05:20
1,239,220,000
resolved fixed
285453d
1,240,330,000
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
1,052
272,833
Bug 272833 Context menus outdated on right-click because MenuDetect fires before Selection event
HEAD (Cocoa) Context menus in Eclipse (e.g. in the Package Explorer) are outdated when I right-click on an item that has not been selected before. The bug is that the MenuDetect event is fired before the Selection event, see e.g. the ControlExample. Fails for Table, Tree, List (though the List widget on WinXP does not change the selection on right-click). Expected: Cocoa: ---------- ---------- MenuDetect MouseDown MouseDown Selection Selection MenuDetect MouseUp MouseUp
2009-04-19 15:28:01
1,240,170,000
resolved fixed
e2c371c9
1,240,320,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
SWT
1,053
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}
2009-04-20 17:13:43
1,240,260,000
resolved fixed
1cff8e3
1,240,270,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/IME.java
SWT
1,054
271,692
Bug 271692 GC drawFocus not implemented
there's no code in drawFocus.
2009-04-08 16:08:09
1,239,220,000
resolved fixed
45c68f1
1,240,250,000
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
1,055
272,868
Bug 272868 Explicit class pre-initialization breaks "new Display()" on motif
null
2009-04-20 05:14:27
1,240,220,000
closed wontfix
0938215
1,240,250,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/motif/org/eclipse/swt/dnd/DropTarget.java
SWT
1,056
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)
2009-04-19 12:29:07
1,240,160,000
resolved fixed
6114a6e
1,240,250,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java
SWT
1,057
272,710
Bug 272710 transparent png has black background
null
2009-04-17 11:01:47
1,239,980,000
resolved fixed
3109365
1,240,240,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
1,058
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
2009-03-09 13:10:48
1,236,620,000
resolved fixed
73415b0
1,240,000,000
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
1,059
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)
2009-04-17 01:28:41
1,239,950,000
resolved fixed
38353dc
1,239,980,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java
SWT
1,060
272,616
Bug 272616 GB18030: 4-byte GB18030 displayed as ? in SWT Clipboard RTFTransfer.
null
2009-04-16 23:00:57
1,239,940,000
closed fixed
9d240ff
1,239,980,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/clipboard/ClipboardExample.java
SWT