issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
unknown
report_datetime
unknown
333,630
Bug 333630 EXCEPTION_ACCESS_VIOLATION SHELL32.dll TaskBar#getDirectory
null
resolved fixed
720656c
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TaskBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-04-25T15:18:18Z"
"2011-01-06T07:46:40Z"
335,307
Bug 335307 Redraw problem with Table/Tree header after scrolling
Reproducible on Cocoa I20110124-1800 build. I first saw this in the preference dialog -> Installed JREs. Also reproducible with Tree and Table in Control Example. Steps: 1) Open preference dialog -> Installed JREs 2) Scroll towards the right in the Installed JREs table such that the checkbox column is not visible. 3) Now scroll back so that checkbox column is visible. 4) The text in the header of first column ("Name") is not redrawn correctly.
resolved fixed
9d7753b
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-04-25T10:07:02Z"
"2011-01-25T12:53:20Z"
342,648
Bug 342648 On Linux in RTL mode Tree.getItem(Point) gives incorrect results
N20110410-2000 Unzip the attached plug-in project and import as existing project Launch a new runtime workbench with the parameter -dir rtl Verify that Eclipse is in right to left mode Show the view TreeViewCategory/RTL tree view In the view click on an expander node Expected Result: Tree item.getItem() is null is written to the console Actual result: Tree item.getItem() is not null is written to the console This works correctly in ltr
verified fixed
7ea2dcf
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-04-21T18:17:28Z"
"2011-04-12T23:13:20Z"
343,560
Bug 343560 Display.ayncExec(null) does not cause readAndDispatch() to return true.
Run this snippet and stop moving the mouse or typing. On all platforms but cocoa, you get a sequence like this printed to the console. loop=true loop=false loop=true loop=false import org.eclipse.swt.widgets.*; public class SyncThread { public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); new Thread() { public void run() { while (!display.isDisposed()) { //1 // display.asyncExec(new Runnable() { // public void run() { // } // }); //2 display.asyncExec(null); //3 // display.wake(); try { Thread.sleep(500); } catch (Throwable e) {} } } }.start(); shell.pack(); shell.open(); while (!shell.isDisposed()) { boolean events = display.readAndDispatch(); System.out.println("loop=" + events); if (!events) display.sleep(); } display.dispose(); } }
resolved fixed
7afd221
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Synchronizer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-04-21T14:51:01Z"
"2011-04-21T15:33:20Z"
343,093
Bug 343093 DBCS4.1: Cannot input Japanese characters in Mac OS X using default IME.
Build Identifier: I20110412-2200 OS: Mac OS X Java environment:1.6.0_24-b07-334 Locale:ja_JP.UTF-8 When you enter japanese as hiragana you press space key to turn it into kanjis. After that you can press enter and start typing more hiraganas. But in case of eclipse 4.1 if you press enter and start typing new characters, the previously typed characters disappear, never to be seen again. Reproducible: Always Steps to Reproduce: 1.Click file->New->Java Project 2.Under project name try typing some Japanese characters using default MAC IME. 3. Convert those characters to Kanji using space key and press enter. Try typing more characters, the previously typed characters will all disappear and the new characters appear at the beginning of the line.
resolved fixed
40db8b3
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-04-20T21:01:58Z"
"2011-04-18T07:00:00Z"
341,402
Bug 341402 SWT Cocoa crash in 3.7M6
I just captured the following crash with 3.7M6. The crash happened shortly after I saved an editor and not in direct response to an action. Process: eclipse [65988] Path: /Users/bhunt/Applications/Eclipse/3.7 M6/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.6 (3.6) Code Type: X86-64 (Native) Parent Process: ??? [1] Date/Time: 2011-03-30 12:35:12.370 -0500 OS Version: Mac OS X 10.6.7 (10J869) Report Version: 6 Interval Since Last Report: 444333 sec Crashes Since Last Report: 4 Per-App Interval Since Last Report: 393587 sec Per-App Crashes Since Last Report: 2 Anonymous UUID: 7397DCB5-F728-41C7-9027-04BA5F045F3C Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000028 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Application Specific Information: objc_msgSend() selector name: respondsToSelector: Java information: Exception type: Bus Error (0xa) at pc=7fff8765b1d8 Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02-334 mixed mode macosx-amd64) Current thread (11f801000): JavaThread "main" [_thread_in_native, id=1893792928, stack(7fff5f400000,7fff5fc00000)] Stack: [7fff5f400000,7fff5fc00000] 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;JJJJZ)J+0 j org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(JJJJJJ)J+77 j org.eclipse.swt.widgets.Display.applicationProc(JJJJJJ)J+93 v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSend(JJJJJZ)J+0 j org.eclipse.swt.internal.cocoa.NSApplication.nextEventMatchingMask(JLorg/eclipse/swt/internal/cocoa/NSDate;Lorg/eclipse/swt/internal/cocoa/NSString;Z)Lorg/eclipse/swt/internal/cocoa/NSEvent;+36 j org.eclipse.swt.widgets.Display.readAndDispatch()Z+98 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+555 j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1 j org.eclipse.ui.internal.Workbench$7.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;+108 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;+161 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+126 j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4 v ~StubRoutines::call_stub Java Threads: ( => current thread ) 11fbf4800 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=881635328, stack(1347cb000,1348cb000)] 12b857000 JavaThread "Worker-16" [_thread_blocked, id=903159808, stack(135c52000,135d52000)] 12d8e1000 JavaThread "Worker-15" [_thread_blocked, id=902098944, stack(135b4f000,135c4f000)] 120a73000 JavaThread "Worker-14" [_thread_blocked, id=901038080, stack(135a4c000,135b4c000)] 11fc4f800 JavaThread "Worker-13" [_thread_blocked, id=899977216, stack(135949000,135a49000)] 132920800 JavaThread "Worker-12" [_thread_blocked, id=898916352, stack(135846000,135946000)] 11ffa8000 JavaThread "Worker-11" [_thread_blocked, id=896282624, stack(1355c3000,1356c3000)] 132920000 JavaThread "Worker-10" [_thread_blocked, id=893190144, stack(1352d0000,1353d0000)] 12e84d000 JavaThread "Worker-9" [_thread_blocked, id=892129280, stack(1351cd000,1352cd000)] 11ff29800 JavaThread "Worker-8" [_thread_blocked, id=889995264, stack(134fc4000,1350c4000)] 12d040000 JavaThread "Worker-7" [_thread_blocked, id=888934400, stack(134ec1000,134fc1000)] 12f8ea000 JavaThread "Worker-6" [_thread_blocked, id=887873536, stack(134dbe000,134ebe000)] 12f8cf800 JavaThread "Worker-5" [_thread_blocked, id=886075392, stack(134c07000,134d07000)] 12e842800 JavaThread "Worker-4" [_thread_blocked, id=885014528, stack(134b04000,134c04000)] 11faa2800 JavaThread "Worker-3" [_thread_blocked, id=883953664, stack(134a01000,134b01000)] 13291f000 JavaThread "Worker-2" [_thread_blocked, id=835252224, stack(131b8f000,131c8f000)] 12b8f4800 JavaThread "Worker-1" [_thread_blocked, id=796409856, stack(12f684000,12f784000)] 120db1800 JavaThread "Java indexing" daemon [_thread_blocked, id=868118528, stack(133ae7000,133be7000)] 11ffb7800 JavaThread "com.google.inject.internal.util.$Finalizer" daemon [_thread_blocked, id=865079296, stack(133801000,133901000)] 12a994800 JavaThread "Thread-6" [_thread_in_native, id=828026880, stack(1314ab000,1315ab000)] 1209d4800 JavaThread "Collaboration Service Job Manager" [_thread_blocked, id=836378624, stack(131ca2000,131da2000)] 120cc0800 JavaThread "Worker-0" [_thread_blocked, id=790630400, stack(12f101000,12f201000)] 1209ee000 JavaThread "Worker-JM" [_thread_blocked, id=825827328, stack(131292000,131392000)] 12b8f7000 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=794824704, stack(12f501000,12f601000)] 12b87a800 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=779063296, stack(12e5f9000,12e6f9000)] 11fb03800 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=777674752, stack(12e4a6000,12e5a6000)] 12b80a800 JavaThread "State Data Manager" daemon [_thread_blocked, id=776335360, stack(12e35f000,12e45f000)] 12b80f000 JavaThread "Framework Active Thread" [_thread_blocked, id=774774784, stack(12e1e2000,12e2e2000)] 12b810000 JavaThread "Poller SunPKCS11-Darwin" daemon [_thread_blocked, id=724570112, stack(12b201000,12b301000)] 11f97a800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=697307136, stack(129801000,129901000)] 11f979800 JavaThread "CompilerThread1" daemon [_thread_blocked, id=694198272, stack(12950a000,12960a000)] 11f979000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=693137408, stack(129407000,129507000)] 11f978000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=692076544, stack(129304000,129404000)] 11f977800 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=691015680, stack(129201000,129301000)] 11f96e800 JavaThread "Finalizer" daemon [_thread_blocked, id=687923200, stack(128f0e000,12900e000)] 11f96e000 JavaThread "Reference Handler" daemon [_thread_blocked, id=686862336, stack(128e0b000,128f0b000)] =>11f801000 JavaThread "main" [_thread_in_native, id=1893792928, stack(7fff5f400000,7fff5fc00000)] Other Threads: 11f969800 VMThread [stack: 128d08000,128e08000] [id=685801472] 11f98c000 WatcherThread [stack: 129b01000,129c01000] [id=700452864] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap par new generation total 19136K, used 12722K [7d0000000, 7d14c0000, 7d4000000) eden space 17024K, 74% used [7d0000000, 7d0c6cb40, 7d10a0000) from space 2112K, 0% used [7d12b0000, 7d12b0000, 7d14c0000) to space 2112K, 0% used [7d10a0000, 7d10a0000, 7d12b0000) concurrent mark-sweep generation total 90476K, used 49442K [7d4000000, 7d985b000, 7f0000000) concurrent-mark-sweep perm gen total 205836K, used 123612K [7f0000000, 7fc903000, 800000000) Virtual Machine Arguments: JVM Args: -Xms40m -Xmx512m -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -XX:MaxPermSize=256m Java Command: <unknown> Launcher Type: generic Physical Memory: Page Size = 4k, Total = 8192M, Free = 981M Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x00007fff8765b1d8 objc_msgSend_vtable5 + 16 1 com.apple.AppKit 0x00007fff84732e02 -[NSToolTipManager displayToolTip:] + 332 2 com.apple.AppKit 0x00007fff84731460 toolTipTimerFired + 114 3 com.apple.CoreFoundation 0x00007fff8225dbe8 __CFRunLoopRun + 6488 4 com.apple.CoreFoundation 0x00007fff8225bdbf CFRunLoopRunSpecific + 575 5 com.apple.HIToolbox 0x00007fff866197ee RunCurrentEventLoopInMode + 333 6 com.apple.HIToolbox 0x00007fff86619551 ReceiveNextEventCommon + 148 7 com.apple.HIToolbox 0x00007fff866194ac BlockUntilNextEventMatchingListInMode + 59 8 com.apple.AppKit 0x00007fff8419ce64 _DPSNextEvent + 718 9 com.apple.AppKit 0x00007fff8419c7a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155 10 libswt-pi-cocoa-3724.jnilib 0x000000012e19022e Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSendSuper__Lorg_eclipse_swt_internal_cocoa_objc_1super_2JJJJZ + 122 11 ??? 0x0000000121011cc8 0 + 4848688328 12 ??? 0x0000000121006929 0 + 4848642345 13 ??? 0x0000000121006929 0 + 4848642345 14 ??? 0x0000000121001438 0 + 4848620600 15 libclient64.dylib 0x000000011e1dfda7 JVM_Lseek + 181440 16 libclient64.dylib 0x000000011e1dfb7a JVM_Lseek + 180883 17 libclient64.dylib 0x000000011e202af1 JVM_FindLoadedClass + 3535 18 libclient64.dylib 0x000000011e34a067 JVM_Sync + 3034 19 libswt-cocoa-3724.jnilib 0x000000012908ef92 callback + 1344 20 libswt-cocoa-3724.jnilib 0x0000000129074525 fn3_6 + 90 21 libswt-pi-cocoa-3724.jnilib 0x000000012e18c0e0 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSend__JJJJJZ + 79 22 ??? 0x0000000121011cc8 0 + 4848688328 23 ??? 0x0000000121006929 0 + 4848642345 24 ??? 0x00000001210069b3 0 + 4848642483 25 ??? 0x0000000121006a82 0 + 4848642690 26 ??? 0x000000012100685a 0 + 4848642138 27 ??? 0x000000012100696e 0 + 4848642414 28 ??? 0x000000012100696e 0 + 4848642414 29 ??? 0x0000000121006d34 0 + 4848643380 30 ??? 0x000000012100685a 0 + 4848642138 31 ??? 0x000000012100696e 0 + 4848642414 32 ??? 0x000000012100696e 0 + 4848642414 33 ??? 0x0000000121006e8d 0 + 4848643725 34 ??? 0x0000000121006e8d 0 + 4848643725 35 ??? 0x00000001210069b3 0 + 4848642483 36 ??? 0x00000001210069b3 0 + 4848642483 37 ??? 0x00000001210069b3 0 + 4848642483 38 ??? 0x0000000121001438 0 + 4848620600 39 libclient64.dylib 0x000000011e1dfda7 JVM_Lseek + 181440 40 libclient64.dylib 0x000000011e1dfb7a JVM_Lseek + 180883 41 libclient64.dylib 0x000000011e1f7e2e JVM_NewInstanceFromConstructor + 3265 42 libclient64.dylib 0x000000011e1f8fe2 JVM_InvokeMethod + 940 43 libclient64.dylib 0x000000011e1f8da9 JVM_InvokeMethod + 371 44 libjvmlinkage.dylib 0x000000010071de0e JVM_InvokeMethod + 78 45 ??? 0x0000000121011cc8 0 + 4848688328 46 ??? 0x00000001210069b3 0 + 4848642483 47 ??? 0x00000001210069b3 0 + 4848642483 48 ??? 0x0000000121006e8d 0 + 4848643725 49 ??? 0x00000001210069b3 0 + 4848642483 50 ??? 0x000000012100685a 0 + 4848642138 51 ??? 0x000000012100685a 0 + 4848642138 52 ??? 0x0000000121001438 0 + 4848620600 53 libclient64.dylib 0x000000011e1dfda7 JVM_Lseek + 181440 54 libclient64.dylib 0x000000011e1dfb7a JVM_Lseek + 180883 55 libclient64.dylib 0x000000011e1ecdfe JVM_MonitorWait + 10780 56 libclient64.dylib 0x000000011e2dadce JVM_GetClassInterfaces + 8145 57 eclipse_1403.so 0x000000010040e420 startJavaJNI + 2138 58 eclipse_1403.so 0x000000010040cf7e startJavaVM + 134 59 eclipse_1403.so 0x000000010040b74d run + 4645 60 org.eclipse.eclipse 0x000000010000192c original_main + 1679 61 org.eclipse.eclipse 0x0000000100001efe main + 1230 62 org.eclipse.eclipse 0x00000001000010e9 _start + 227 63 org.eclipse.eclipse 0x0000000100001005 start + 33 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x00000001344552c0 rbx: 0x00007fff848ab434 rcx: 0x0000000000000000 rdx: 0x00007fff848ab434 rdi: 0x00000001349ad0e0 rsi: 0x00007fff848e6c70 rbp: 0x00007fff5fbfbde0 rsp: 0x00007fff5fbfbc48 r8: 0x00007fff703f2760 r9: 0x0000000000000000 r10: 0x00000001349e79ce r11: 0x0000000000000000 r12: 0x0000000000000000 r13: 0x0000000134455260 r14: 0x0000000129e47d50 r15: 0x00000001349ad0e0 rip: 0x00007fff8765b1d8 rfl: 0x0000000000010202 cr2: 0x0000000000000028
resolved fixed
8d66d24
["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/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-04-18T17:46:21Z"
"2011-03-30T18:33:20Z"
341,190
Bug 341190 KEY CTRL+O is passed to IE8
Build Identifier: M20090211-1700 When a browser widget has the focus (with IE8 on the machine), the key CTRL+O is passe to it. This does not occur with IE6! As we use a key binding von CTRL+O to open an own dialog, now the standard open dialog from IE8 also opens. How can we suppress passing CTRL+O to IE8? Reproducible: Always Steps to Reproduce: 1. Open a view with a browser widget (IE8 on the machine) 2. Press CTRL+O 3. The standard open dialog opens (which does not with IE6)
resolved fixed
b223c63
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-04-15T19:41:07Z"
"2011-03-29T06:26:40Z"
342,488
Bug 342488 Exception running webstart app
Tried to run a webstart app with latest code and failed with this exception in Display.java. 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart Exception in thread "AWT-AppKit" 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart java.lang.reflect.InvocationTargetException 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart at java.lang.reflect.Method.invoke(Method.java:597) 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart at com.sun.javaws.Launcher.invokeMainMethod(Launcher.java:1557) 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart Caused by: java.lang.NullPointerException 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart at org.eclipse.swt.widgets.Display.init(Display.java:2178) 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart at org.eclipse.swt.graphics.Device.<init>(Device.java:131) 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart at org.eclipse.swt.widgets.Display.<init>(Display.java:699) 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart at org.eclipse.swt.widgets.Display.<init>(Display.java:690) 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart at org.eclipse.swt.examples.controlexample.ControlExample.main(ControlExample.java:215) 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart ... 5 more
resolved fixed
5e8ab96
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-04-11T20:08:37Z"
"2011-04-11T19:26:40Z"
342,192
Bug 342192 PrintDialog crashes on xp if no printers are installed
Build Identifier: I20100608-0911 If no printers are installed on xp, rcp application crashes when the following line is executed: PrintDialog dialog = new PringDialog(shell, SWT.NONE); Stack: [0x00030000,0x00130000], sp=0x0012ed6c, free space=3fb0012e8a0k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [swt-win32-3557.dll+0x2c263] C [swt-win32-3557.dll+0xa3b5] j org.eclipse.swt.internal.win32.OS.MoveMemory(Lorg/eclipse/swt/internal/win32/DEVMODEW;II)V+0 j org.eclipse.swt.internal.win32.OS.MoveMemory(Lorg/eclipse/swt/internal/win32/DEVMODE;II)V+12 j org.eclipse.swt.printing.PrintDialog.open()Lorg/eclipse/swt/printing/PrinterData;+168 j com.teamcenter.rac.services.PrintService.printImage(Lcom/teamcenter/rac/print/IGraphicInfo;)V+30 j com.teamcenter.rac.handlers.PrintGraphicsHandler.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+44 j org.eclipse.ui.internal.handlers.HandlerProxy.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+33 j org.eclipse.core.commands.Command.executeWithChecks(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+115 j org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+21 j org.eclipse.ui.internal.handlers.HandlerService.executeCommand(Lorg/eclipse/core/commands/ParameterizedCommand;Lorg/eclipse/swt/widgets/Event;)Ljava/lang/Object;+6 j org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(Lorg/eclipse/core/commands/ParameterizedCommand;Lorg/eclipse/swt/widgets/Event;)Ljava/lang/Object;+6 j org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(Lorg/eclipse/core/commands/ParameterizedCommand;Lorg/eclipse/swt/widgets/Event;)Ljava/lang/Object;+6 j org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(Lorg/eclipse/swt/widgets/Event;)V+79 j org.eclipse.ui.menus.CommandContributionItem.access$10(Lorg/eclipse/ui/menus/CommandContributionItem;Lorg/eclipse/swt/widgets/Event;)V+2 j org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+51 J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)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 com.teamcenter.rac.aifrcp.Application.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+71 j com.teamcenter.rac.aifrcp.Application.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+16 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 V [jvm.dll+0xf049c] V [jvm.dll+0x17fcf1] V [jvm.dll+0xf051d] V [jvm.dll+0x199ceb] V [jvm.dll+0x19a706] V [jvm.dll+0x11bc03] C [java.dll+0x714d] 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;+161 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 V [jvm.dll+0xf049c] V [jvm.dll+0x17fcf1] V [jvm.dll+0xf051d] V [jvm.dll+0xf9e0f] V [jvm.dll+0xfbae4] C [eclipse_1206.dll+0x5196] C [eclipse_1206.dll+0x4721] C [eclipse_1206.dll+0x152c] C [Teamcenter.exe+0x1495] C [Teamcenter.exe+0x1181] C [Teamcenter.exe+0x4a3a] C [kernel32.dll+0x17077] It works on windows 7, and it also works on xp if one or more printer are installed. Reproducible: Always
resolved fixed
814d9de
["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/win32/org/eclipse/swt/printing/PrintDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-04-11T16:28:40Z"
"2011-04-07T15:26:40Z"
341,958
Bug 341958 Arabic: SWT (version 3.659) ignores the font set over style ranges
Build Identifier: M20110210-1200 By every other word written in arabic letters, SWT ignores the fallback font I set over the style ranges to display the not ASCII-characters in a styled text, when the font used by widget doesn't contain the arabic glyphs. Reproducible: Always
resolved fixed
ca2ab80
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-04-11T15:48:17Z"
"2011-04-05T19:00:00Z"
342,279
Bug 342279 Javadoc warning in N201104072000
/builds/N201104072000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Touch.java:27: warning - Tag @see: reference not found: TouchEvent 1 warning
resolved fixed
0d07173
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Touch.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-04-08T14:17:42Z"
"2011-04-08T13:40:00Z"
336,379
Bug 336379 Snippet345 is using the wrong example text.
null
resolved fixed
03fc865
["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet345.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-04-07T14:38:27Z"
"2011-02-04T17:20:00Z"
341,134
Bug 341134 Tree#selectAll() should only select visible items (those without any collapsed parent)
I20110322-0800 Tree#selectAll() should only select visible items (i.e. roots and items whose parents are expanded and visible). Currently, it selects all items in the Tree, which is unexpected. The problem can be seen with Snippet61 if you add this listener and then press "A": tree.addListener(SWT.KeyDown, new Listener() { public void handleEvent(Event e) { if (e.keyCode == 'a') { e.doit= false; System.out.println("selectAll"); tree.selectAll(); tree.notifyListeners(SWT.Selection, new Event()); } } }); On GTK, only visible items are selected (as expected). This is a problem in the SDK, which calls selectAll() on Ctrl+A, so we see the wrong selections in many places. An example where this gets really weird is the tree in the Edit JRE dialog from the Installed JREs preference page: Right after opening the dialog, I can press Ctrl+A and then click Javadoc Location... . But after I've expanded and collapsed the first tree item, Ctrl+A disables the button.
resolved fixed
8023917
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-04-01T20:42:00Z"
"2011-03-28T16:33:20Z"
341,361
Bug 341361 tests failures in TextLayout#getNextOffset
null
resolved fixed
e32c535
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-30T15:26:52Z"
"2011-03-30T13:00:00Z"
341,212
Bug 341212 Tree item sort column background not drawn when item selected or hot
1) Run ControlExample 2) Select 'Tree' tab 3) Check 'Multiple Columms', 'Header Visible', 'Sort Indicator' 4) Select 'Node 1' 5) The sort indicator background is not drawn for selected or hot items
resolved fixed
8be40f4
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-30T13:51:42Z"
"2011-03-29T12:00:00Z"
334,746
Bug 334746 [Presentations] [perfs] Performance regression in PresentationCreateTest* tests
On windows, there is 30-50% performance regression in tests of org.eclipse.ui.tests.performance.presentations.PresentationCreateTest#*. Linux looks good. The regression seems to have got introduced around 6th January. There was a regression in December first but it got good on 4th January build. Hence, I initially thought it was noise but it has been consistent since then.
resolved fixed
8461218
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/internal/ImageList.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-29T20:29:10Z"
"2011-01-19T09:40:00Z"
243,894
Bug 243894 Debug view should not scroll to right when breakpoint is hit
I20080807-1402, was OK in 3.3.2 and 3.4. Paste the class below to the Package Explorer, set the breakpoint, and then debug as Java application. When the breakpoint is hit (in both threads), make sure that the Debug view is so narrow that its toolbar just fits on one row (the view then shows a horizontal scroll bar). Press F8. => Was: Tree scrolls to the right => Expected: Tree should not scroll horizontally Even when you drag the thumb to the left, pressing F8 always scrolls to the right again. package xy; public class Try { public static void main(String[] args) { new Thread("Worker") { public void run() { goDeep(); } }.start(); goDeep(); } static void goDeep() { for (int i = 0; i < 10; i++) { deep(50); } } private static void deep(int i) { if (i > 0) { deep(i - 1); } else { try { Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); } System.out.println("hi"); // breakpoint } } }
resolved fixed
ff35a05
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-25T15:55:15Z"
"2008-08-12T14:06:40Z"
270,490
Bug 270490 A web page opened in embedded Mozilla Browser could move/resize Shell window
Use attached snippet to reproduce.
resolved fixed
f88586e
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-24T20:29:06Z"
"2009-03-30T16:20:00Z"
327,260
Bug 327260 Often can't see focus ring in Trees on Windows 7
N20101003-2000, same in 3.6 and 3.5.2 I often can't see the focus ring in Trees on Windows 7. On WinXP, I could always see which item had the keyboard focus (dotted focus ring). On Win7, I only see the focus item on plain SWT.MULTI trees and only if the focus is on an unselected item. If the focus is on a selected item, it is not drawn. In trees with an SWT.EraseItem listener, the focus is never drawn.
resolved fixed
f3716dc
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-24T15:30:59Z"
"2010-10-07T16:46:40Z"
65,899
Bug 65899 [StyledText] StyledText Supplementary/Surrogate character navigation
null
resolved fixed
55a22ab
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "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/graphics/TextLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/IME.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-23T19:14:54Z"
"2004-06-06T08:20:00Z"
340,603
Bug 340603 Selection under cocoa draws wrong in wrapped TextLayout
Build Identifier: I20100608-0911 Using SWT cocoa, a TextLayout with wrapped text where the first line is smaller than the others, the selection is drawn as a box with the width of the first line. This causes text on the other lines to leak out of the selection background box. The attached screen shot shows the result of the attached java code with the selection bug. Reproducible: Always Steps to Reproduce: Run the attached Test.java under mac os x with cocoa window system.
resolved fixed
8ec5769
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-22T15:16:23Z"
"2011-03-21T20:40:00Z"
340,248
Bug 340248 checkWidget() missing in Shell#getToolbar()
The new method Shell#getToolbar is missing the checkWidget() call although the Javadoc states that the usual restrictions apply (ERROR_WIDGET_DISPOSED, ERROR_THREAD_INVALID_ACCESS).
resolved fixed
d93202e
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-18T18:04:33Z"
"2011-03-16T21:13:20Z"
116,892
Bug 116892 Scroll clipped Tree/Table causes pixel corruption (drawing problem)
I20051116-1332 Obligatory Simple Guy. Will attach a screencap showing the bug in the wild. import org.eclipse.swt.SWT; import org.eclipse.swt.custom.ScrolledComposite; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Tree; import org.eclipse.swt.widgets.TreeItem; public class ScrolledWithinScrolled { /** * @param args */ public static void main(String[] args) { Shell shell = new Shell(); shell.setSize(100,100); shell.setLayout(new FillLayout()); ScrolledComposite composite = new ScrolledComposite(shell, SWT.V_SCROLL); composite.setSize(100, 100); Tree tree = new Tree(composite, SWT.V_SCROLL); tree.setSize(100,100); for (int i = 0 ; i < 20; i++) { TreeItem item = new TreeItem(tree, SWT.NONE); item.setText(i + ""); for (int j = 0; j < 20; j++) { TreeItem item2 = new TreeItem(item, SWT.NONE); item.setText(i + "-" + j); } } shell.open(); Display display = shell.getDisplay(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } } }
resolved fixed
1e6f41a
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-17T14:30:11Z"
"2005-11-17T15:06:40Z"
339,655
Bug 339655 Program#execute(String) broken for file:/ arguments containing #
I20110310-1119 Cocoa Program#execute(String) is broken for file:/ arguments containing #. When I generate Javadoc and then want to open the Javadoc of a method selected in the editor in the system browser, then # is wrongly escaped before the argument is passed to the browser (resulting in an URL with %23, which is wrong). Example: String urlText = "file:/Users/mk/Documents/runtime-New_configuration/javaP/doc/p/A.html#foo()"; Program program = Program.findProgram("html"); program.execute(urlText); The problems is in org.eclipse.swt.program.Program.getURL(String). If I add || lowercaseName.startsWith ("file:/") to the condition, then it works. And I can still open files with interesting names like "a,b#&c [%23].html".
resolved fixed
e4b161a
["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/cocoa/org/eclipse/swt/program/Program.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-15T12:17:34Z"
"2011-03-11T10:40:00Z"
339,941
Bug 339941 Program.execute("") should launch app without args
Program.execute("") launches app with default dir as argument instead of just launching app.
resolved fixed
97e3a20
["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gtk/org/eclipse/swt/program/Program.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-14T20:30:34Z"
"2011-03-14T19:13:20Z"
333,759
Bug 333759 Allow SWT to use gvfs instead of gnome-vfs
null
resolved fixed
914f615
["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gtk/org/eclipse/swt/program/Program.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-14T16:40:03Z"
"2011-01-07T17:06:40Z"
333,323
Bug 333323 [SWT][Browser][Mozilla] memory leak in embeded mozilla browser widget
Build Identifier: 3.6 The Browser widget created with SWT.MOZILLA has big memory leak issue in below scenario: reload the page every 5 secondes and keep moving the mouse over the page. The memory goes from 90MB to 300MB in about 7 minutes, then the RCP application crashes. The Java heap size of the RCP application is very stable, so the leak must happen in Native code. Reproducible: Always Steps to Reproduce: A test application is attached, reproduce this issue with below steps: 1) Import XULRunnerTest.zip into Eclipse 2) Run xulrunnertest.Snippet267 with VM argument: -Dorg.eclipse.swt.browser.XULRunnerPath="your_xulrunner_path", I'm using XULRunner 1.9.2 3) The Yahoo home page will be refreshed every 5 seconds automatically. 4) Open Task Manager in XP to mornitor the memory usage of the RCP application. 5) Keeping moving the mouse over the Yahoo page. 6) You will see the memory keeps growing quickly The memory usage for this RCP is very stable if no mouse moving over the Yahoo home page.
resolved fixed
37c4fcd
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-11T21:33:19Z"
"2010-12-30T00:46:40Z"
339,345
Bug 339345 ClassCast exception when drop target is List
Happens on Cocoa with 3.7 HEAD Run the DNDExample. Drag and drop to a the List as drop target. We get class cast exception. Exception in thread "main" java.lang.ClassCastException: org.eclipse.swt.widgets.List cannot be cast to org.eclipse.swt.widgets.Table at org.eclipse.swt.dnd.DropTarget.tableView_validateDrop_proposedRow_proposedDropOperation(DropTarget.java:965) at org.eclipse.swt.dnd.DropTarget.dropTargetProc(DropTarget.java:475) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.dnd.DropTarget.dndCallSuper(DropTarget.java:208) at org.eclipse.swt.dnd.DropTarget.draggingEntered(DropTarget.java:270) at org.eclipse.swt.dnd.DropTarget.dropTargetProc(DropTarget.java:448) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220) at org.eclipse.swt.widgets.Widget.mouseDownSuper(Widget.java:1081) at org.eclipse.swt.widgets.Table.mouseDownSuper(Table.java:1979) at org.eclipse.swt.widgets.Widget.mouseDown(Widget.java:1073) at org.eclipse.swt.widgets.Control.mouseDown(Control.java:2494) at org.eclipse.swt.widgets.Table.mouseDown(Table.java:1951) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5453) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2082) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2243) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5517) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4971) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5120) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3596) at org.eclipse.swt.examples.dnd.DNDExample.open(DNDExample.java:1352) at org.eclipse.swt.examples.dnd.DNDExample.main(DNDExample.java:71)
resolved fixed
3444eb9
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-09T16:57:25Z"
"2011-03-09T14:13:20Z"
338,981
Bug 338981 Text VerifyEvent; Changing inserted text field inserts nothing or damages content
Build Identifier: swt-3.7M5-cocoa-macosx-x86_64 The text field of a VerifyEvent received by a Text's VerifyListener contains the text about to be inserted. Changing this field is supposed to alter the inserted text. Instead nothing is inserted, or the changed text is inserted while following parts of the Text's contents are deleted. Reproducible: Always Steps to Reproduce: 1. Run attached code. Single typed characters should be converted to "X". 2. Observe that typing in the top paragraph substitutes X but deletes following paragraphs. 3. Observe that typing in later paragraphs inserts nothing.
resolved fixed
927bee3
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-07T19:50:38Z"
"2011-03-04T23:06:40Z"
339,116
Bug 339116 SWT.Hide not sent properly for menus
null
resolved fixed
c39c3e6
["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/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-07T16:34:43Z"
"2011-03-07T15:00:00Z"
336,957
Bug 336957 Crash in SWT Carbon OS.ReceiveNextEvent / Display.trayItemProc
Build Identifier: 3.6.1.v3655c We are sometimes getting crashes in the Carbon SWT at shutdown. It is intermittent, and but does occur during the time that the application is shutting down, and the Display is being shutdown. I will attach the Apple Crash Report of when the event occurred. Unfortunately, I can not recreate it at will. It appears to be related to receiving another event, and the tray item. The Java stack at the time of the crash is: j org.eclipse.swt.widgets.Display.trayItemProc(IIII)I+4 v ~StubRoutines::call_stub J org.eclipse.swt.internal.carbon.OS.ReceiveNextEvent(I[IDZ[I)I j org.eclipse.swt.widgets.Display.readAndDispatch()Z+46 j org.eclipse.swt.widgets.Display.release()V+72 j org.eclipse.swt.graphics.Device.dispose()V+50 j com.ibm.rcp.personality.framework.internal.RCPApplication.run(Ljava/lang/ Object;)Ljava/lang/Object;+251 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;+161 The native stack is quite deep into the Apple APIs, and will be in the attached report. Reproducible: Couldn't Reproduce
resolved fixed
105f15f
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TrayItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-04T22:03:55Z"
"2011-02-11T16:00:00Z"
338,965
Bug 338965 Deadlock/Hang on UI Thread
null
resolved fixed
ad1eb09
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/MessageBox.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-04T21:14:14Z"
"2011-03-04T17:33:20Z"
338,937
Bug 338937 Javadoc warnings in N201103032000
/builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:3987: warning - Tag @see: can't find setId(int) in org.eclipse.swt.widgets.MenuItem /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:3987: warning - Tag @see: can't find getId() in org.eclipse.swt.widgets.MenuItem /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:4007: warning - Tag @see: can't find setId(int) in org.eclipse.swt.widgets.MenuItem /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:4007: warning - Tag @see: can't find getId() in org.eclipse.swt.widgets.MenuItem /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:4017: warning - Tag @see: can't find setId(int) in org.eclipse.swt.widgets.MenuItem /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:4017: warning - Tag @see: can't find getId() in org.eclipse.swt.widgets.MenuItem /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:3997: warning - Tag @see: can't find setId(int) in org.eclipse.swt.widgets.MenuItem /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:3997: warning - Tag @see: can't find getId() in org.eclipse.swt.widgets.MenuItem /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:4037: warning - Tag @see: can't find setId(int) in org.eclipse.swt.widgets.MenuItem /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:4037: warning - Tag @see: can't find getId() in org.eclipse.swt.widgets.MenuItem /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:4027: warning - Tag @see: can't find setId(int) in org.eclipse.swt.widgets.MenuItem /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:4027: warning - Tag @see: can't find getId() in org.eclipse.swt.widgets.MenuItem 12 warnings
resolved fixed
6f81333
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-04T16:33:36Z"
"2011-03-04T14:46:40Z"
338,825
Bug 338825 Rename Display.getAppMenuBar() to getMenuBar().
null
resolved fixed
d5938d7
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/qt/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Display.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet347.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet348.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet354.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-03T16:31:23Z"
"2011-03-03T16:33:20Z"
329,456
Bug 329456 Add API to access the application menu (Mac) and system menu (win32/gtk)
On the Mac developers want control over the application menu. They want to set the about menu text, enable/disable/hide the preferences item, and add items to the application menu. They also want to listen for selections on those items. In other words, treat it like any other Menu in the application. Likewise, on Win32 or Linux, you can access the system menu of a window and listen to each of its items, as well as add items to the menu. On the Mac the only way to do this right now is via the eAWT package from Apple. This works correctly now, in 3.7, but using it loads the AWT, which shouldn't be necessary just to listen to some menu items that the SWT creates anyway. On Windows or GTK the system menu is not accessible without going to the PI. I know it can be done on Win32 as we already modify it for TOOL and child windows. We don't do it in GTK but I'm pretty sure I saw API somewhere to get at the system menu.
resolved fixed
f1fbb87
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSMenu.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSMenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/MenuItem.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/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.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/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/qt/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/qt/org/eclipse/swt/widgets/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-03T15:19:09Z"
"2010-11-04T17:00:00Z"
324,155
Bug 324155 Eclipse crash at quit when modal dialog opened
Build Identifier: eclipse-SDK-3.5.2-macosx-carbon 32 bit (Build id:M20100211-1343) Process: eclipse [47963] Path: /Users/notes/Downloads/eclipse-SDK-3.5.2-macosx-carbon/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.5 (3.5) Code Type: X86 (Native) Parent Process: launchd [114] Date/Time: 2010-09-01 09:47:29.016 +0800 OS Version: Mac OS X 10.6.4 (10F569) Report Version: 6 Interval Since Last Report: 331914 sec Crashes Since Last Report: 24 Per-App Interval Since Last Report: 578 sec Per-App Crashes Since Last Report: 5 Anonymous UUID: B09C1AE0-E88B-45A9-8C19-F524ECEECD23 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Application Specific Information: Java information: Exception type: Bus Error (0xa) at pc=000000001190c33f Java VM: Java HotSpot(TM) Client VM (16.3-b01-279 mixed mode macosx-x86) Current thread (0000000012001000): JavaThread "main" [_thread_in_vm, id=-1609112320, stack(00000000bf800000,00000000c0000000)] Stack: [00000000bf800000,00000000c0000000] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.eclipse.swt.internal.carbon.OS.NavDialogRun(I)I+0 j org.eclipse.swt.widgets.FileDialog.open()Ljava/lang/String;+674 j org.eclipse.ui.internal.ide.actions.OpenLocalFileAction.run()V+36 j org.eclipse.ui.internal.ide.actions.OpenLocalFileAction.run(Lorg/eclipse/jface/action/IAction;)V+1 j org.eclipse.ui.internal.PluginAction.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V+110 j org.eclipse.ui.internal.WWinPluginAction.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V+9 j org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Lorg/eclipse/swt/widgets/Event;Z)V+354 j org.eclipse.jface.action.ActionContributionItem.access$2(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event;Z)V+3 j org.eclipse.jface.action.ActionContributionItem$5.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+60 J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25 j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V+73 j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4 j org.eclipse.swt.widgets.Widget.notifyListeners(ILorg/eclipse/swt/widgets/Event;)V+19 j org.eclipse.swt.widgets.Display.runDeferredEvents()Z+96 j org.eclipse.swt.widgets.Display.readAndDispatch()Z+103 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;+161 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 ) 0000000012aa3000 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=-1312432128, stack(00000000b1b5e000,00000000b1c5e000)] 000000001298c000 JavaThread "Worker-4" [_thread_blocked, id=-1316659200, stack(00000000b1756000,00000000b1856000)] 000000001209b000 JavaThread "Worker-3" [_thread_blocked, id=-1318772736, stack(00000000b1552000,00000000b1652000)] 0000000012197400 JavaThread "Java indexing" daemon [_thread_blocked, id=-1317715968, stack(00000000b1654000,00000000b1754000)] 0000000012127800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=-1320886272, stack(00000000b134e000,00000000b144e000)] 000000001289b400 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=-1324171264, stack(00000000b102c000,00000000b112c000)] 00000000120e5800 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=-1325228032, stack(00000000b0f2a000,00000000b102a000)] 00000000120e5000 JavaThread "State Data Manager" daemon [_thread_blocked, id=-1326284800, stack(00000000b0e28000,00000000b0f28000)] 00000000120c4c00 JavaThread "Poller SunPKCS11-Darwin" daemon [_thread_blocked, id=-1327378432, stack(00000000b0d1d000,00000000b0e1d000)] 0000000012050c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1329491968, stack(00000000b0b19000,00000000b0c19000)] 000000001286a400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=-1330548736, stack(00000000b0a17000,00000000b0b17000)] 000000001204f800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1331605504, stack(00000000b0915000,00000000b0a15000)] 0000000012869800 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=-1332662272, stack(00000000b0813000,00000000b0913000)] 0000000012866400 JavaThread "Finalizer" daemon [_thread_blocked, id=-1333719040, stack(00000000b0711000,00000000b0811000)] 0000000012043c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1334775808, stack(00000000b060f000,00000000b070f000)] =>0000000012001000 JavaThread "main" [_thread_in_vm, id=-1609112320, stack(00000000bf800000,00000000c0000000)] Other Threads: 0000000012042400 VMThread [stack: 00000000b050d000,00000000b060d000] [id=-1335832576] 000000001205a000 WatcherThread [stack: 00000000b0c1b000,00000000b0d1b000] [id=-1328435200] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap par new generation total 14784K, used 5164K [0000000015010000, 0000000016010000, 0000000017010000) eden space 13184K, 33% used [0000000015010000, 0000000015466ef8, 0000000015cf0000) from space 1600K, 45% used [0000000015cf0000, 0000000015da4390, 0000000015e80000) to space 1600K, 0% used [0000000015e80000, 0000000015e80000, 0000000016010000) concurrent mark-sweep generation total 51808K, used 32938K [0000000017010000, 000000001a2a8000, 0000000025010000) concurrent-mark-sweep perm gen total 68804K, used 41834K [0000000025010000, 0000000029341000, 0000000035010000) 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 Physical Memory: Page Size = 4k, Total = 1792M, Free = 25M Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 libjvm.dylib 0x1190c33f JVM_Socket + 5647 1 libswt-carbon-3557.jnilib 0x3a15cf40 callback + 855 2 ??? 0x3a1da458 0 + 975021144 3 com.apple.HIToolbox 0x95b39f2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567 4 com.apple.HIToolbox 0x95b391f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411 5 com.apple.HIToolbox 0x95b5b9bb SendEventToEventTarget + 52 6 com.apple.HIToolbox 0x95b6d57b ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1417 7 com.apple.HIToolbox 0x95b3a380 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672 8 com.apple.HIToolbox 0x95b391f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411 9 com.apple.HIToolbox 0x95b5b9bb SendEventToEventTarget + 52 10 com.apple.HIToolbox 0x95ce4cc3 ToolboxEventDispatcher + 86 11 com.apple.HIToolbox 0x95ce4cfe HLTBEventDispatcher + 17 12 com.apple.HIToolbox 0x95ce523c _RunAppModalLoop + 158 13 com.apple.HIToolbox 0x95ce5697 RunAppModalLoopForWindow + 194 14 com.apple.AppKit 0x921e4a6a -[NSApplication _realDoModalLoop:peek:] + 961 15 com.apple.AppKit 0x921e40f5 -[NSApplication runModalForWindow:] + 273 16 com.apple.AppKit 0x92478107 -[NSSavePanel runModal] + 420 17 com.apple.AppKit 0x92652643 -[NSNavOpenPanel run] + 141 18 com.apple.AppKit 0x926541f7 _NSNavDialogRun + 223 19 libswt-pi-carbon-3557.jnilib 0x3a177484 Java_org_eclipse_swt_internal_carbon_OS_NavDialogRun + 24 20 ??? 0x1300b959 0 + 318814553 21 ??? 0x13003ed5 0 + 318783189 22 ??? 0x13003f17 0 + 318783255 23 ??? 0x13003db1 0 + 318782897 24 ??? 0x1300428d 0 + 318784141 25 ??? 0x13003db1 0 + 318782897 26 ??? 0x1300428d 0 + 318784141 27 ??? 0x13003db1 0 + 318782897 28 ??? 0x13003db1 0 + 318782897 29 ??? 0x1322ad84 0 + 321039748 30 ??? 0x13003db1 0 + 318782897 31 ??? 0x13003db1 0 + 318782897 32 ??? 0x13003db1 0 + 318782897 33 ??? 0x13003db1 0 + 318782897 34 ??? 0x13003db1 0 + 318782897 35 ??? 0x13003fdd 0 + 318783453 36 ??? 0x13003fdd 0 + 318783453 37 ??? 0x13003db1 0 + 318782897 38 ??? 0x13003ed5 0 + 318783189 39 ??? 0x13003ed5 0 + 318783189 40 ??? 0x1300428d 0 + 318784141 41 ??? 0x13003db1 0 + 318782897 42 ??? 0x13003ed5 0 + 318783189 43 ??? 0x13003ed5 0 + 318783189 44 ??? 0x130043f3 0 + 318784499 45 ??? 0x130043f3 0 + 318784499 46 ??? 0x13003f17 0 + 318783255 47 ??? 0x13003f17 0 + 318783255 48 ??? 0x13003f17 0 + 318783255 49 ??? 0x130012d3 0 + 318771923 50 libjvm.dylib 0x118a3500 JVM_Lseek + 139952 51 libjvm.dylib 0x118a32a6 JVM_Lseek + 139350 52 libjvm.dylib 0x118a3276 JVM_Lseek + 139302 53 libjvm.dylib 0x118c6008 JVM_NewInstanceFromConstructor + 3896 54 libjvm.dylib 0x118c7bfe JVM_InvokeMethod + 1342 55 libjvm.dylib 0x118c78b2 JVM_InvokeMethod + 498 56 libjvmlinkage.dylib 0x000ca72f JVM_InvokeMethod + 79 57 libjava.jnilib 0x00716132 Java_sun_reflect_NativeMethodAccessorImpl_invoke0 + 38 58 ??? 0x1300b959 0 + 318814553 59 ??? 0x13003f17 0 + 318783255 60 ??? 0x13003f17 0 + 318783255 61 ??? 0x130043f3 0 + 318784499 62 ??? 0x13003f17 0 + 318783255 63 ??? 0x13003db1 0 + 318782897 64 ??? 0x13003db1 0 + 318782897 65 ??? 0x130012d3 0 + 318771923 66 libjvm.dylib 0x118a3500 JVM_Lseek + 139952 67 libjvm.dylib 0x118a32a6 JVM_Lseek + 139350 68 libjvm.dylib 0x118a3276 JVM_Lseek + 139302 69 libjvm.dylib 0x118b9060 JVM_MonitorWait + 15104 70 libjvm.dylib 0x11906f84 JVM_EnableCompiler + 8596 71 eclipse_1206.so 0x0006b7d6 startJavaJNI + 1795 72 eclipse_1206.so 0x0006a1c3 startJavaVM + 120 73 eclipse_1206.so 0x000692e9 run + 4768 74 org.eclipse.eclipse 0x000024aa original_main + 1782 75 org.eclipse.eclipse 0x00002b96 main + 1517 76 org.eclipse.eclipse 0x00001c10 _start + 210 77 org.eclipse.eclipse 0x00001b3d start + 41 Reproducible: Always Steps to Reproduce: 1. Launch Eclipse.app; 2. Select menu "File" -> "Open File...", then open the "Open File" model dialog; 3. Go to the Eclipse icon in Desktop Dock and right click and click on Quit in popup menubar. ( or use Control + mouse left click on Eclipes Dock icon and select Quit in popup menubar) ; 4. Eclipse app got crash.
resolved fixed
aba5fbf
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-03-02T21:33:32Z"
"2010-09-01T03:00:00Z"
338,448
Bug 338448 Control.setTouchEventsEnabled(boolean)/isTouchEnabled() not consistent
In the new API in Control.java to enabled touch events, the setter name is not consistent with the getter (TouchEvents instead of Touch). Also, traditionally if an API starts with is* in Control.java, it means that the state of the widget parent is checked. This is not the case for this API, so it should be getTouchEnabled() instead of isTouchEnabled().
resolved fixed
8363b35
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.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/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/qt/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/qt/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-28T19:45:47Z"
"2011-02-28T19:06:40Z"
275,071
Bug 275071 possible NPE in printer
null
resolved fixed
a73c797
["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/win32/org/eclipse/swt/printing/Printer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-28T17:54:35Z"
"2009-05-05T21:46:40Z"
335,373
Bug 335373 NPE when changing iFrame url via SWT browser evaluate() method
Build Identifier: SWT 3.5.2.v3557f We are developing a an app that leverages iFrames to manage a collection of different pieces of browser content and are trying to dynamically manage the separate iFrame data with a call from the SWT browser evaluate() method to a javascript method we have created to change the iFrames in the browser. When testing this we ran into NPE's quite quickly after attempting to make the call several times in a row. Here is the stack we are getting: Exception in thread "main" java.lang.NullPointerException at org.eclipse.swt.browser.Mozilla.execute(Mozilla.java:1810) at org.eclipse.swt.browser.Mozilla.OnStateChange(Mozilla.java:2903) at org.eclipse.swt.browser.Mozilla$9.method3(Mozilla.java:1557) at org.eclipse.swt.internal.mozilla.XPCOMObject.callback3(XPCOMObject.java:266) at org.eclipse.swt.internal.mozilla.XPCOM._JS_EvaluateUCScriptForPrincipals(Native Method) at org.eclipse.swt.internal.mozilla.XPCOM.JS_EvaluateUCScriptForPrincipals(XPCOM.java:163) at org.eclipse.swt.browser.Mozilla.execute(Mozilla.java:1837) at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:378) at org.eclipse.swt.browser.Browser.evaluate(Browser.java:539) at org.eclipse.swt.snippets.Snippet308$1.widgetSelected(Snippet308.java:53) 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:3910) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503) at org.eclipse.swt.snippets.Snippet308.main(Snippet308.java:62) The line generating the NPE is this a de-reference of the "script" variable that is passed into the Mozilla.execute() method. In this specific case execute it called by the OnStateChange method with a null due to the fact that the specific function that the code is attempting to "re-install" does not have a functionString defined because it appears to be an internal function and for whatever reason it was not assigned a functionString value when it was dynamically created. I will attach a simple testcase based on Snippet308 that can be used to recreate the problem. Reproducible: Always Steps to Reproduce: 1. Import the attached snippet project into your workspace 2. Place the offers.html file into a dir on your PC (defaults to c:/tempy ) 3. If the location of the offers.html is not c:/tempy then update the test code to point to the location on your PC where you placed it. 2. Run ( SWT snippet ) 3. When the UI appears click on the button on the right called "Change UrL". You will see that yahoo is loaded in to the browser frame on the left. 4. Click this button several more times and your application will crash with the exception provided. While this may seem to be a strange case, it is an important piece of our application and is critical for us. When this NPE is generated we have been unable to recover the browser instance.
resolved fixed
87330b1
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-22T21:29:30Z"
"2011-01-25T21:13:20Z"
335,887
Bug 335887 SWT reports API breakage
I have SWT from HEAD with an API baseline of 3.6.0. Description Resource Path Location Type The method org.eclipse.swt.browser.WebKit.create(Composite, int) has been removed WebKit.java /org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser line 26 Compatibility Problem The major version should be incremented in version 3.7.0.qualifier, since API breakage occurred since version 3.6.0.v3650b MANIFEST.MF /org.eclipse.swt/META-INF line 5 Version Numbering Problem It reports that the create(*) method has been remove from WebKit and that 3.7.0 needs to be incremented to 4.0.0 PW
resolved fixed
13ea970
["bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/gtk/org/eclipse/swt/browser/WebKit.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-22T19:28:03Z"
"2011-01-31T18:53:20Z"
337,499
Bug 337499 Assorted NPEs in SWT_AWT when used in Plugin2
null
resolved fixed
9559d48
["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/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-17T23:07:59Z"
"2011-02-17T22:00:00Z"
337,263
Bug 337263 LineAttributes should implement equals()
LineAttributes does not implement equals(), which leaves proper comparison of LineAttributes to clients. Instead, LineAttributes should implement equals() (as well as hashCode()).
resolved fixed
ea83c60
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/LineAttributes.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-17T16:23:34Z"
"2011-02-15T22:46:40Z"
337,203
Bug 337203 [refactoring] Cocoa only: Preview page in org.eclipse.ltk.ui.refactoring.RefactoringWizard shows no changes when empty space is clicked
Build Identifier: 20100917-0705 In Cocoa, when the refactoring preview dialog shows a tree and changes underneath, clicking on the white or empty area next to the tree causes selection to be reset and changes to go away. This is not the case in windows and it may not be immediately apparent to the user as to what happened. Reproducible: Always Steps to Reproduce: 1. Keep the cursor over a method name in a Java file. 2. Choose Source -> Change Method Signature. 3. Click on Add. 4. Click on Preview. 5. Click the white area under "Changes to be performed". Notice that selection of the tree went away and "No preview available" is shown. This is unexpected and confusing.
resolved fixed
4b27ffd
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSIndexSet.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSMutableIndexSet.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-16T16:19:46Z"
"2011-02-15T11:40:00Z"
335,134
Bug 335134 [Custom Widgets] CCombo: floating list pop-up on ALT+TAB
null
resolved fixed
3e1b012
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-16T06:21:59Z"
"2011-01-23T19:13:20Z"
325,241
Bug 325241 Table checkbox column moves on drag & drop
public class Snippet_bug { public static void main (String [] args) { Display display = new Display (); String[] titles = {"Information", "Error", "Question", "Warning"}; String[] questions = {"who?", "what?", "where?", "when?", "why?"}; Shell shell = new Shell (display); shell.setLayout(new GridLayout()); Table table = new Table (shell, SWT.MULTI | SWT.CHECK|SWT.BORDER); GridData data = new GridData (SWT.FILL, SWT.FILL, true, true); data.heightHint = 200; table.setLayoutData (data); table.setLinesVisible (true); table.setHeaderVisible (true); for (int i=0; i<titles.length; i++) { TableColumn column = new TableColumn (table, SWT.NONE); column.setText (titles [i]); column.setMoveable(true); } int count = 128; for (int i=0; i<count; i++) { TableItem item = new TableItem (table, SWT.NONE); item.setText (0, "some info"); item.setText (1, "error #" + i); item.setText (2, questions [i % questions.length]); item.setText (3, "look out!"); } for (int i=0; i<titles.length; i++) { table.getColumn (i).pack (); } shell.pack (); shell.open (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } } Steps: 1) Run the snippet 2) Try to drag the first column header (by clicking above check box column). I'm unable to drag, but the cursor changes to hand cursor. 3) Now try to drag & drop any column over the first column, the dropped column gets inserted before the checkbox column.
resolved fixed
3b9aff1
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-11T17:19:03Z"
"2010-09-14T13:13:20Z"
320,636
Bug 320636 [Custom Widgets] CCombo setFocus does not work
Build Identifier: M20100211-1343 When trying to set initial focus on a CCombo during creation of cotrols, it does not work. The reason is IMHO that it does not override forceFocus() method, which is used when restoring saved focus from shell. Reproducible: Always
resolved fixed
99d7211
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-09T11:03:30Z"
"2010-07-22T14:46:40Z"
306,039
Bug 306039 [Widgets] Windows 7 Jump List items impose "standard" on arguments passed to new instance
Build Identifier: 3.6M6 Recently implemented Windows 7 Jump List (which is awesome) items impose "standard" on argumants that are passed to new instance with pattern like shown below: --launcher.openFile /SWTINTERNAL_ID101 It's used solely on Eclipse, but for applications that are not using Eclipse exe launcher are confusing and in some cases troublesome. I've made quick fix on my local build of SWT, but would like to suggest streamlined version of it, for use in other applications, I can provide patch for it, essentially I've used Widget's data property "argument" that overrides default argument passed to new instance. Reproducible: Always Steps to Reproduce: 1. Create Windows 7 Jump List items (TaskItem inside TaskBar) 2. Use newly created item to launch new instance of application
resolved fixed
1a60623
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TaskBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-08T17:28:41Z"
"2010-03-16T17:20:00Z"
336,624
Bug 336624 Cannot get simultaneous left and right mouse button in SWT.MouseMoveevents on Mac
Build Identifier: 3.6.1.v3659 If I attach a Listener for SWT.MouseMove events to a SWT Canvas, on Windows I can success fully query the event state mask for simultaneous left and right mouse buttons. On Mac the state mask never contains both the flag for button1 and button3. If they are clicked the same time button1 is the only one in the statemask. Reproducible: Always Steps to Reproduce: 1. Execute the attached file 2. press left, right, and both mouse buttons while moving 3. On Windows it will print "Hit!" for the last case. Not so for Mac
resolved fixed
e75f9a9
["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/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/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-08T17:14:12Z"
"2011-02-08T15:46:40Z"
329,872
Bug 329872 Child dialog gets in infinite flicker loop while use SWT.PRIMARY_MODAL style
Build Identifier: Version:3.6.1 Build id:M20100909-0800 If a child dialog (a dialog with SWT.PRIMARY_MODAL) is displayed, and then focus is switched out of that dialog then back on to the parent shell, the child dialog goes into an infinite flicker. The best way I've been able to reproduce this is to use Expose to toggle away from application, then use Expose to send focus back to the parent shell. This issue come out with 3.6.1 carbon swt, cocoa swt has no problem. Reproducible: Always
resolved fixed
02f0ef9
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-07T16:48:57Z"
"2010-11-10T09:06:40Z"
272,331
Bug 272331 Setting fileName in PrinterData for PrintDialog does nothing
3.5 M6 Run the following snippet: import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.printing.*; public class TestPrintDialogFileName { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); PrintDialog dialog = new PrintDialog(shell, SWT.NONE); PrinterData data = new PrinterData(); data.printToFile = true; // default is false data.fileName = "C:\\temp\\output"; // default is null dialog.setPrinterData(data); data = dialog.open(); System.out.println(data.toString()); // printer driver and name System.out.println("Print to file: " + data.printToFile); System.out.println("File name: " + data.fileName); shell.dispose(); display.dispose(); } } Notice that the data.fileName field is clobbered on output. Also, it is not set into the dialog on open. On Windows, this is done in the PRINTDLG.hDevNames struct, which is also used to set the printer driver and name. The best time to fix this bug is when the printer driver and name are also set into the dialog. The doc for the DEVNAMES struct does not specify whether the "output" (i.e. filename) can be set without setting the driver and device name.
resolved fixed
df61f40
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/win32/org/eclipse/swt/printing/PrintDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/win32/org/eclipse/swt/printing/Printer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-01T22:11:49Z"
"2009-04-15T15:40:00Z"
335,928
Bug 335928 compile warnings in official build
N20110131-2000. 1. WARNING in _ppc.arm/temp.folder/@dot.src/org/eclipse/swt/internal/BidiUtil.java (at line 463) if (callback != null) callback.dispose(); Dead code
verified fixed
914247e
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/internal/BidiUtil.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-01T14:39:38Z"
"2011-02-01T08:46:40Z"
335,172
Bug 335172 Broken DND feedback indicator when dragging TableItems on Mac
null
resolved fixed
f0d4660
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-02-01T00:35:48Z"
"2011-01-24T11:53:20Z"
335,304
Bug 335304 DateTime dropdown doesn't hide with arrow button
Reproducible on Cocoa I20110124-1800 build Steps: 1) Run the control example 2) In the DateTime control, select SWT.DATE and SWT.DROP_DOWN 3) Click on the arrow (dropdown) button in the control to open the dropdown calendar. 4) Click on the arrow button again, the dropdown calendar flashes but doesn't hide. The arrow button should toggle the show/hide of the dropdown.
resolved fixed
5de89d7
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/DateTime.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-31T20:29:47Z"
"2011-01-25T12:53:20Z"
335,882
Bug 335882 bidi: overload SashForm#setOrientation to change bidi direction
bidi: overload SashForm#setOrientation to change bidi direction
resolved fixed
f7f5054
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/SashForm.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-31T17:52:10Z"
"2011-01-31T18:53:20Z"
329,216
Bug 329216 StyledText needs to implement AccessibleEditableTextListener
null
resolved fixed
a1c3277
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-31T14:57:47Z"
"2010-11-01T19:33:20Z"
335,589
Bug 335589 No mouse move events on Cocoa64 unless you press left mouse button
It looks like some change in SWT broke mouse move listeners and hence a lot of things in the Eclipse UI (e.g. JavaDoc-Hovers). I currently don't have Eclipse 3.7 builds but this is reproduceable the latest Eclipse 4.1 build (I20110126-2200). The only possibility to get JavaDoc-Hovers is to press the left mouse button and move the mouse over an element without nothing happens. To find out what happened I've attached a hacked the move mouse listener in org.eclipse.e4.ui.workbench.renderers.swt.SashLayout and it only print debug statements when I press the left button and move the mouse in the area not occupied by the editors and views. I'd say this is a blocker because it make Eclipse 4.1 fairly unusable for development.
resolved fixed
7aa83ef
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-28T01:05:42Z"
"2011-01-27T17:40:00Z"
335,382
Bug 335382 WebKitGTK can now throw exception with SWT.WEBKIT style
The current implementation of BrowserFactory on gtk will attempt to use the WebKitGTK Browser implementation for all Browsers created with style SWT.WEBKIT, even if it initially fails to load its swt-webkit library. Don't do this!
resolved fixed
2d20e46
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/gtk/org/eclipse/swt/browser/BrowserFactory.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-25T20:51:19Z"
"2011-01-25T21:13:20Z"
334,865
Bug 334865 Save action in main toolbar is not enabled after Organize Imports
I20110118-0800 Cocoa, is OK in 3.6.2 candidate (M20110119-0834) The Save action in the main toolbar is not enabled after Organize Imports. The editor tab gets the *, the Save action is correctly enabled in the menus, and Command+S works.
resolved fixed
4bfb2d4
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-21T17:23:29Z"
"2011-01-20T10:40:00Z"
332,096
Bug 332096 Browser.print() steals focus
I have two browsers, one which acts as a rich text editor, and the other which shows the result within a canvas widget. The result on canvas is actually an image of the browser, so as the user types into the editor, the browser which is not visible is printed and that image is drawn on the canvas widget. When the second browser is printed, it steals focus from the editor browser, which interrupts user input. I believe that a call to print() should not affect the current focus, as was the behaviour in SWT for platform 3.5. I do not see this behaviour in XP.
resolved fixed
3737d97
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-20T21:12:11Z"
"2010-12-07T22:13:20Z"
334,624
Bug 334624 Macs and Display.post(...) problems on non-US keyboards
null
resolved fixed
1f174a7
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-20T00:09:10Z"
"2011-01-18T11:26:40Z"
322,293
Bug 322293 NPE when select Hyperlink from MultipleHyperlinkPresenter List
Here the Stack Trace from macosx-cocoa-x86_64 java.lang.NullPointerException at org.eclipse.swt.widgets.Shell.setWindowVisible(Shell.java:1782) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:1704) at org.eclipse.jface.text.AbstractInformationControl.setVisible(AbstractInformationControl.java:506) at org.eclipse.jface.text.AbstractInformationControlManager.hideInformationControl(AbstractInformationControlManager.java:1231) at org.eclipse.jface.text.hyperlink.MultipleHyperlinkPresenter$MultipleHyperlinkHoverManager.hideInformationControl(MultipleHyperlinkPresenter.java:628) at org.eclipse.jface.text.hyperlink.MultipleHyperlinkPresenter$LinkListInformationControl.openSelectedLink(MultipleHyperlinkPresenter.java:323) at org.eclipse.jface.text.hyperlink.MultipleHyperlinkPresenter$LinkListInformationControl.access$1(MultipleHyperlinkPresenter.java:317) at org.eclipse.jface.text.hyperlink.MultipleHyperlinkPresenter$3.widgetSelected(MultipleHyperlinkPresenter.java:278) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3776) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1375) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3622) at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:4479) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4739) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220) at org.eclipse.swt.widgets.Widget.mouseDownSuper(Widget.java:1025) at org.eclipse.swt.widgets.Table.mouseDownSuper(Table.java:1930) at org.eclipse.swt.widgets.Widget.mouseDown(Widget.java:1021) at org.eclipse.swt.widgets.Control.mouseDown(Control.java:2240) at org.eclipse.swt.widgets.Table.mouseDown(Table.java:1912) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4976) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:1943) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2008) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5040) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4582) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4659) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:115) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3274) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 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:369) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407) at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
verified fixed
7742fa8
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-19T19:46:48Z"
"2010-08-10T19:53:20Z"
292,780
Bug 292780 failing to dispose GC can cause huge error message spew
null
resolved fixed
30ed6af
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-19T18:02:50Z"
"2009-10-20T14:46:40Z"
334,723
Bug 334723 Javadoc warnings in I20110118-0800 build
/builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:989: warning - Tag @see: reference not found: org.eclipse.swt.widgets.Touch.state /builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:997: warning - Tag @see: reference not found: org.eclipse.swt.widgets.Touch.state /builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:1005: warning - Tag @see: reference not found: org.eclipse.swt.widgets.Touch.state /builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/GestureListener.java:33: warning - Tag @see: reference not found: GestureAdapter /builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/TouchListener.java:33: warning - Tag @see: reference not found: TouchAdapter /builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Touch.java:52: warning - Tag @see: can't find TOUCHSTATE_MOVED in org.eclipse.swt.SWT 6 warnings
resolved fixed
be91c63
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/GestureListener.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/TouchListener.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Touch.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/TouchSource.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-19T01:05:25Z"
"2011-01-19T01:20:00Z"
324,662
Bug 324662 [Mac] Hand cursor does not appear on Link
null
resolved fixed
656325b
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Link.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-18T23:37:42Z"
"2010-09-07T14:33:20Z"
334,420
Bug 334420 Trying to reveal element in Table takes very long
null
verified fixed
5ded542
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-14T23:01:14Z"
"2011-01-14T21:20:00Z"
319,188
Bug 319188 LocationProvider null when xulrunner is already initialized by another browser
Build Identifier: 3.5.2 If xulrunner is already initialized by another browser, the following line in Mozilla.java is not executed if (!Initialized) { LocationProvider = new AppFileLocProvider (mozillaPath); LocationProvider.AddRef (); The LocationProvider is not initialized and caused the exception when executes javascript in public boolean execute (String script) String mozillaPath = LocationProvider.mozillaPath + delegate.getJSLibraryName () + '\0'; Reproducible: Always
resolved fixed
24ab347
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-12T16:18:25Z"
"2010-07-07T19:13:20Z"
334,067
Bug 334067 [browser]Avoid invoking _getUrl inside MapUrlToZone callback
Build Identifier: 3.6.1 In side WebSite.java, MapUrlToZone callback invokes _getUrl() each time as part of the condition of whether is in setText mode. This will lower the performance. We can set a flag instead. Path provided as a reference. Reproducible: Always
resolved fixed
bba1c08
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-12T15:52:03Z"
"2011-01-12T11:00:00Z"
333,914
Bug 333914 Application menu is not localized correctly
Build Identifier: 3.6 Helios Release The Cocoa application menu obeys the "-nl" argument only for the "About", "Quit" and "Hide" menu items. The rest of the items, as well as the "Help>Search" menu item are shown in the preferred system language. Reproducible: Always Steps to Reproduce: 1. Set a language different from English (e.g. Greek) as system default from Preferences 2. Open Eclipse with -nl en_US 3. Notice the application menu
resolved fixed
fe7f497
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSBundle.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSLocale.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-11T19:19:17Z"
"2011-01-10T20:06:40Z"
333,893
Bug 333893 Shell with SWT.SHEET style doesn't take focus any more
null
resolved fixed
7c365a9
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-10T18:52:20Z"
"2011-01-10T17:20:00Z"
331,310
Bug 331310 swtlib-64 is created and left behind in tmp directory in world writable mode (chmod 777). This is a security issue.
Build Identifier: SWT 3.5.0.v3550b Using Eclipse Memory Analyzer 1.0.1 I noticed that SWT is leaving behind temporary data in /tmp, namely the directory /tmp/swtlib-64 in our case. This directory is world writable and reported as security issue by our systems. The problematic code line is Runtime.getRuntime ().exec (new String []{"chmod", "777", path}).waitFor(); //$NON-NLS-1$ //$NON-NLS-2$ in org.eclipse.swt.internal.Library It is not trivial to resolve as the current approach assumes that the swtlib can be shared system wide (hence world writable flag is necessary). However, this assumption is challenged on security sensitive systems with multiple users. Code could be injected into the SWT libraries and would be executed with the rights of the user running any Eclipse product on the same system. Reproducible: Always Steps to Reproduce: 1. Check /tmp and remove potentially existing directory swtlib-64: txruf@passent1:/tmp/ [] ls swtlib-64 /bin/ls: swtlib-64: No such file or directory 2. Run an Eclipse product - e.g. Eclipse Memory Analyzer. 3. Check /tmp, it will contain swtlib-64 with world writable flag set: txruf@passent1:/tmp/ [] ll swtlib-64 total 196 drwxrwxrwx 2 txruf txruf 80 2010-11-29 10:47 . drwxrwxrwt 22 root root 700 2010-11-29 10:47 .. -rwxr-xr-x 1 txruf txruf 89120 2010-11-29 10:47 libswt-mozilla-gcc3-gtk-3550.so -rwxr-xr-x 1 txruf txruf 93192 2010-11-29 10:47 libswt-mozilla-gtk-3550.so 4. Different user replaces original library with modified version: tpdev@svwdpass16:/tmp/swtlib-64/ [rdbms10204] mv libswt-mozilla-gcc3-gtk-3550.so libswt-mozilla-gcc3-gtk-3550.so.original tpdev@svwdpass16:/tmp/swtlib-64/ [rdbms10204] touch libswt-mozilla-gcc3-gtk-3550.so tpdev@svwdpass16:/tmp/swtlib-64/ [rdbms10204] ll total 196 drwxrwxrwx 2 txruf txruf 100 2010-11-29 10:48 . drwxrwxrwt 22 root root 700 2010-11-29 10:48 .. -rw-r--r-- 1 tpdev tpdev 0 2010-11-29 10:48 libswt-mozilla-gcc3-gtk-3550.so -rwxr-xr-x 1 txruf txruf 89120 2010-11-29 10:47 libswt-mozilla-gcc3-gtk-3550.so.original -rwxr-xr-x 1 txruf txruf 93192 2010-11-29 10:47 libswt-mozilla-gtk-3550.so
resolved fixed
0656dc6
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/common_j2se/org/eclipse/swt/internal/Library.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-07T21:51:38Z"
"2010-11-29T08:40:00Z"
333,500
Bug 333500 SWT Text control with SWT.MULTI style appears incorrectly when disabled
Build Identifier: 3.6 Helios Release Using Cocoa ws. The multiline text control appears differently from the single line one, when setEnabled is set to false. The cocoa multiline text control behaves exactly the same as the single line one, ideally so should the SWT control. Reproducible: Always Steps to Reproduce: 1. Run the SWT controls examples 2. On the SWT Text example tab select SWT.SINGLE and toggle enablement 3. Select SWT.MULTI and toggle enablement
resolved fixed
73bece2
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-05T22:21:02Z"
"2011-01-04T16:53:20Z"
333,493
Bug 333493 disposed widget exception when closing editor with Browser with Ctrl+F4
- open an .html file in eclipse's Web Browser editor - close the editor with Ctrl+F4 - the exception below occurs: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4083) at org.eclipse.swt.SWT.error(SWT.java:3998) at org.eclipse.swt.SWT.error(SWT.java:3969) at org.eclipse.swt.widgets.Widget.error(Widget.java:468) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:340) at org.eclipse.swt.widgets.Widget.getData(Widget.java:554) at org.eclipse.swt.ole.win32.OleFrame.getMsgProc(OleFrame.java:224) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:3024) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3652) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 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:369) 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:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
resolved fixed
4737356
["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleFrame.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-04T19:42:17Z"
"2011-01-04T16:53:20Z"
333,386
Bug 333386 Inconsistent behavior of Combo#setItems() on MacOSX Cocoa
null
resolved fixed
adc1c99
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-04T17:31:40Z"
"2011-01-02T20:26:40Z"
332,389
Bug 332389 Invalid memory access when using the new shell.getToolBar()
Build Identifier: 3.7M4 import org.eclipse.swt.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class Main { public static void main(String[] args) { final Display display = Display.getDefault(); final Shell shell = new Shell(display, SWT.SHELL_TRIM); final ToolBar toolBar = shell.getToolBar(); new ToolItem(toolBar, 0).setText("toolbar item"); shell.setLayout(new GridLayout()); final Label label = new Label(shell, 0); label.setText("label"); label.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, true)); shell.pack(); shell.setMinimumSize(shell.getSize()); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } } I'm getting the error "Invalid memory access of location 0x0 rip=0x7fff8249b979" (the numbers can be different each time) when I launch the above sample on OS X 10.6.5 using Java 1.6.0_22 and org.eclipse.swt.cocoa.macosx.x86_64_3.7.0.v3716.jar Reproducible: Always Steps to Reproduce: 1. launch above sample
resolved fixed
bc954da
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/id.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"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-01-04T16:41:01Z"
"2010-12-12T13:20:00Z"
332,282
Bug 332282 The styledtext caret position is incorrect when switch Orientation
Build Identifier: SWT3.4.2 switch styledtext Orientation, and resize styledtext size, the caret position is incorrect. Reproducible: Always Steps to Reproduce: 1. launch my sample code 2. press CTRL+G to swith Orientation from LTR to RTL 3. resize the shell Bug: if change size smaller, the caret is lost; if change size bigger, the caret is not at line end
resolved fixed
084cf17
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-23T19:39:58Z"
"2010-12-10T08:33:20Z"
333,053
Bug 333053 Multiple compiler warnings in I20101221-1019
These errors show up on multiple platforms. 1. WARNING in /temp.folder/@dot.src/org/eclipse/swt/custom/SashForm.java (at line 112) public int getOrientation() { The method SashForm.getOrientation() does not override the inherited method from Control since it is private to a different package 2. WARNING in /temp.folder/@dot.src/org/eclipse/swt/custom/SashForm.java (at line 297) public void setOrientation(int orientation) { The method SashForm.setOrientation(int) does not override the inherited method from Control since it is private to a different package 1. WARNING in /temp.folder/@dot.src/org/eclipse/swt/custom/StyledText.java (at line 4472) public int getOrientation () { The method StyledText.getOrientation() does not override the inherited method from Control since it is private to a different package 2. WARNING in /temp.folder/@dot.src/org/eclipse/swt/custom/StyledText.java (at line 9238) public void setOrientation(int orientation) { The method StyledText.setOrientation(int) does not override the inherited method from Control since it is private to a different package
resolved fixed
45c9259
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.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/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-22T15:56:40Z"
"2010-12-22T03:53:20Z"
333,086
Bug 333086 javadoc warning in N20101221-2000 wrt SWT
/builds/N201012212000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:749: warning - Tag @see: reference not found: org.eclipse.swt.widgets.SWT#GESTURE_MAGNIFY /builds/N201012212000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:749: warning - Tag @see: reference not found: org.eclipse.swt.widgets.SWT#GESTURE_PAN /builds/N201012212000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:749: warning - Tag @see: reference not found: org.eclipse.swt.widgets.SWT#GESTURE_ROTATE /builds/N201012212000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:749: warning - Tag @see: reference not found: org.eclipse.swt.widgets.SWT#GESTURE_SWIPE /builds/N201012212000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/GestureEvent.java:51: warning - Tag @link: can't find GESTURE_NONE in org.eclipse.swt.SWT 5 warnings
resolved fixed
11b6b18
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/GestureEvent.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-22T14:30:36Z"
"2010-12-22T12:13:20Z"
332,830
Bug 332830 Menu item text cropped
Build Identifier: M20100909-0800 Menu item text is cropped by keyboard shortcut when switched to windows classic theme. Its described as bug in windows and workaround is in source of org.eclipse.swt.widgets.Menu on line 1508, but does not work. Reproducible: Always Steps to Reproduce: 1. switch Windows 7 to widows classic theme 2. create menu with two items 3. first item has icon and AS_CHECKBOX style 4. second item has key shortcut and a longer text 5. second item text renders cropped
resolved fixed
1641f76
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-21T20:40:27Z"
"2010-12-17T10:00:00Z"
332,917
Bug 332917 XULRunner path may not work for SWT browser
Build Identifier: 3.4.2 If add -Dorg.eclipse.swt.browser.XULRunnerPath=${rcp.home}/rcp/eclipse/plugins/xulrunner in rcpinstall.properties. Because of the mix use of "/" and "\" in the XULRunnerpath, SWT browser is not able to find the XULRunner runtime. A simple test would be to create SWT browser instance with SWT.MOZILLA. This will lead to an exception in XPCOM. Suggested patch provided. Propose as an enhancement request. Reproducible: Always
resolved fixed
443e45c
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-20T18:49:25Z"
"2010-12-20T01:53:20Z"
332,887
Bug 332887 SWT Snippets use incorrect positioning
Quoting from Steve Northover's SWT book, section 4.2: "Very often, the location of the client area within the control is (0, 0), but this is not always the case. Figure 4.3 shows the client area of two group boxes from different platforms, with Windows on the left and GTK on the right. On Windows, the location of the client area is (3, 13). On GTK, it is (0, 0)". Therefore, portable SWT code should never position widgets relative to (0, 0) but relative to the parent's client area. While on most platforms, the assumption is true, it is not in Eclipse RAP. Unfortunately, a couple of the official SWT snippets show this bad practice, which causes incorrect layouting in RAP. An example is Snippet40: Shell shell = new Shell (display); Composite c1 = new Composite (shell, SWT.BORDER); c1.setSize (100, 100); Composite c2 = new Composite (shell, SWT.BORDER); c2.setBounds (100, 0, 100, 100); To be fully portable, this code should be rewritten to: Shell shell = new Shell (display); Rectangle clientArea = shell.getClientArea(); Composite c1 = new Composite (shell, SWT.BORDER); c1.setBounds (clientArea.x, clientArea.y, 100, 100); Composite c2 = new Composite (shell, SWT.BORDER); c2.setBounds (clientArea.x + 100, clientArea.y, 100, 100);
resolved fixed
e016ba8
["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet40.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-20T15:57:38Z"
"2010-12-18T11:00:00Z"
332,709
Bug 332709 Use JNI add an window callback function to Shell, function can not be called.
Build Identifier: IES 3.6.1Carbon Version:3.6.1 Build id:M20100909-0800 For some reason,We had added an window callback function to Shell.We had implemented this by jni native c code.We passed Shell.handle to the jni functions and call carbon api HMInstallWindowContentCallback to add an callback function.In swt 3.5.2,the window callback works correctly but in 3.6.1, it won't be called. Reproducible: Always Steps to Reproduce: 1.New an Shell. 2.Use carbon api HMInstallWindowContentCallback to add a window callback function to the Shell. 3.The window callback function won't be called in carbon 3.6.1
resolved fixed
588bdb7
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-20T15:33:42Z"
"2010-12-16T09:00:00Z"
332,872
Bug 332872 Consistently resolve XOR-mode-painting related issues on MacOSX Carbon and Cocoa
XOR-painting mode is used in various places within GEF to show feedback (drag feedback, marquee selection feedback, guide snap feedback, etc.). As this functionality is not supported on MacOSX Carbon (GC#setXORMode() has been deprecated because of this) and as it does not seem to work "as expected" on MacOSX Cocoa (while I could not find any official information that it is not supported there), there are (and have been) quite a few bugzillas related to this. While for some of these workarounds have already been committed, there does not seem to be a consistent policy on how to deal with these issues in general.
resolved fixed
7a19d8d
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-18T00:04:36Z"
"2010-12-17T18:20:00Z"
210,451
Bug 210451 [GTK/Linux] Validation error dialog from launch configuration cannot be clicked on
Build ID: I20071120-0800 1. Open an 'Eclipse Application' launch configuration. 2. Unselect some plug-ins that are needed to launch what you are going to launch. 3. Click on 'Validate Plug-ins'. 4. Notice that the popped up dialog will not capture mouse click events. You cannot expand the tree, you cannot click the 'OK' button. 5. To get rid of it, you need to alt+tab to the 'Run' dialog, then press the ESC key to close them. This is on Linux/GTK+. I am on Gentoo Linux running gtk+ version 2.10.14. I cannot reproduce this on 3.3.1.1. Benny has reproduced this on 1108's N build but could not reproduce it on 1018's or 1024's.
resolved fixed
d8c7ac1
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-17T15:42:39Z"
"2007-11-20T20:20:00Z"
332,599
Bug 332599 Inconsistent behavior when dragging and releasing mouse outside Canvas on MacOSX Cocoa
null
resolved fixed
5d86edc
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-16T21:52:57Z"
"2010-12-15T08:00:00Z"
332,700
Bug 332700 org.eclipse.swt.browser.IE.createSafeArray() does not work for cross process
Build Identifier: SWT 3.6.1 Due to a wrong flag in safeArrary was set, the safeArrary is not passed cross process successfully. safeArray.fFeatures = OS.FADF_FIXEDSIZE | OS.FADF_HAVEVARTYPE Actually the safeArray contain VT_UI1 but not VT_VARIANT, so the flag OS.FADF_HAVEVARTYPE should not be set up. Without the flag, the function work well for in-process and out-of-process COM communication. Reproducible: Always Steps to Reproduce: Run Snippet330 with SWT IE browser (in-process), and IBM XPD browser (support both in-process and out-of-process)
resolved fixed
3a85f1d
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-16T16:34:18Z"
"2010-12-16T03:26:40Z"
332,600
Bug 332600 [Mac][Combo]Combo Box Cursor Position is different in different platforms
Build Identifier: 3.6.2 1.Run ComboSample in atttachment: final Combo combo = new Combo(shell, SWT.DROP_DOWN | SWT.LEFT_TO_RIGHT); combo.setText("ABCDEFG....................................................."); Result: On Windows, the cursor is at the beginning of the text, which is the expected behavior. But on Mac OS X, the cursor is at the end of the text, it will be hard for use to read the string. See screenshot in attachment. Reproducible: Always
resolved fixed
6b71adb
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-15T22:12:19Z"
"2010-12-15T08:00:00Z"
332,003
Bug 332003 dropdown calendar of datetime widget doesn't hide
Build: Build id: I20101206-1800 Steps to reproduce: 1) Run the ControlExample 2) In the DateTime tab set the style to SWT.DATE and SWT.DROP_DOWN 3) Open the dropdown calendar 4) Switch to another application like firefox, textedit The dropdown calendar is still visible on top of the other application. Expected : the calendar should be hidden when we switch to another application. A related issue: The DateTime widget should get focus when we click on the dropdown button. Because this doesn't happen, the focus is on a different control and we can traverse between different controls while the dropdown calendar is still visible.
resolved fixed
f215413
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/DateTime.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-14T01:22:16Z"
"2010-12-07T11:06:40Z"
332,083
Bug 332083 Invalid MouseHover event on MacOSX Cocoa
null
resolved fixed
fc2ff70
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-14T01:10:33Z"
"2010-12-07T19:26:40Z"
331,993
Bug 331993 Display#setCursorLocation(Point) does not cause MouseMove event on MacOSX Cocoa
null
resolved fixed
1623cfc
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-14T01:04:38Z"
"2010-12-07T11:06:40Z"
330,757
Bug 330757 Command+C (copy) in Browser (WebKit) beeps
HEAD Cocoa Command+C (copy) in the Browser widget beeps. Copying actually does work, but the beep already made me look for a workaround to get hold of that text...
resolved fixed
fdd79a0
["bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/cocoa/org/eclipse/swt/browser/WebKit.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-06T20:09:15Z"
"2010-11-21T20:06:40Z"
330,540
Bug 330540 Shell with SWT.TOOL style doesn't take focus any more
I20101116-0800 Cocoa A Shell with SWT.TOOL style doesn't take focus any more. This can be seen in the ControlExample and in the Key Assist dialog (Command+Shift+L).
resolved fixed
61c261f
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-06T19:54:16Z"
"2010-11-18T08:46:40Z"
331,474
Bug 331474 Shell.getSize() returns incorrect height for SHEET | RESIZE style
Build Identifier: 3.7m3 Mac OSX 10.6.6, Cocoa 32 bit: Run example code below: Shell.getSize() should return a point with y = 300, but it is 278. This problem only occurs when both SHEET and RESIZE style is set. Reproducible: Always Steps to Reproduce: import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.Listener; import org.eclipse.swt.widgets.Shell; public class TestSheetSize { public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); FillLayout layout = new FillLayout(); layout.marginWidth = 150; layout.marginHeight = 150; shell.setLayout(layout); Button button = new Button(shell, SWT.PUSH); button.setText("Push Me"); button.addListener(SWT.Selection, new Listener() { public void handleEvent(Event event) { final Shell popup = new Shell(shell, SWT.SHEET | SWT.RESIZE); popup.setSize(300, 300); display.asyncExec(new Runnable() { public void run() { System.out.println("Size = " + popup.getSize()); } }); popup.open(); } }); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } }
resolved fixed
3895288
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-06T18:46:09Z"
"2010-11-30T20:46:40Z"
331,453
Bug 331453 unicode nonprintable / zero width space completely bricks editors
Build Identifier: M20100909-0800 Eclipse is completely bricked (rendering artifacts and/or hang and many errors in error log) by pasting the unicode character U+200B (zero width space) in a Java editor. I will attach the stacktrace of the exception that is repeatedly put in the error log right after pasting this character in an Eclipse Java editor. Curiously, with a plain text file only the exception is spammed in the error log, but Eclipse seems to continue running normally. Major problems occur in the Java editor (and other language-specific editors). Reproducible: Always Steps to Reproduce: 1. Open eclipse & open a Java file 2. Paste the unicode character U+200B (zero width space) in the editor. Assuming bugzilla and the webserver support unicode properly I have included this invisible characters between the two x's: x&#8203;x 3. Observe that the error log is spammed full of ArrayIndexOutOfBoundsException; rendering of the editor window breaks and often (when pasting multiple times) rendering of other parts of Eclipse break too and/or it hangs indefinitely.
resolved fixed
15691b2
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-06T15:53:08Z"
"2010-11-30T15:13:20Z"
331,698
Bug 331698 Focus not restored properly when breadcrumb bar is used
null
resolved fixed
e581061
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-02T19:31:47Z"
"2010-12-02T17:13:20Z"
331,676
Bug 331676 Test failures on Cocoa in N20101201-2000
null
resolved fixed
3381200
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-12-02T17:00:50Z"
"2010-12-02T14:26:40Z"
327,560
Bug 327560 Failed to create Citrix Client v12
null
resolved fixed
e256b8b
["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-11-25T15:13:38Z"
"2010-10-12T13:26:40Z"
319,893
Bug 319893 Shell's with SWT.NO_TRIM not minimized on Windows+M keystroke
null
resolved fixed
c29adbe
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-11-19T21:27:42Z"
"2010-07-14T17:53:20Z"
307,345
Bug 307345 [Browser][Mozilla][Mac]Can't use ctrl+f2 to move focus to the menu bar in Mozilla browser
null
resolved fixed
05a8cbb
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-11-18T16:48:51Z"
"2010-03-29T08:06:40Z"
330,299
Bug 330299 Tree default selection event doesn't have item field set
Build Identifier: 3.7m3 Run example snippet below, select a tree item and press Enter - the 'item' field of the Event object is null. Reproducible: Always Steps to Reproduce: import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.events.SelectionListener; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Tree; import org.eclipse.swt.widgets.TreeItem; public class TestTreeDefaultSelection { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Tree tree = new Tree(shell, SWT.BORDER); for (int i = 0; i < 4; i++) { TreeItem iItem = new TreeItem(tree, 0); iItem.setText("TreeItem (0) -" + i); for (int j = 0; j < 4; j++) { TreeItem jItem = new TreeItem(iItem, 0); jItem.setText("TreeItem (1) -" + j); for (int k = 0; k < 4; k++) { TreeItem kItem = new TreeItem(jItem, 0); kItem.setText("TreeItem (2) -" + k); } } } tree.addSelectionListener(new SelectionListener() { public void widgetDefaultSelected(SelectionEvent e) { System.out.println("Item Default: " + e.item); } public void widgetSelected(SelectionEvent e) { System.out.println("Item Selected: " + e.item); } }); shell.setSize(200, 200); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } }
resolved fixed
41f1797
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-11-16T17:36:33Z"
"2010-11-15T22:26:40Z"
329,058
Bug 329058 BrowserFunction should map java null to JS null, not to undefined
null
resolved fixed
07b4e14
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/BrowserFunction.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/External.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/Variant.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/cocoa/org/eclipse/swt/browser/WebKit.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2010-11-15T21:08:16Z"
"2010-10-29T16:33:20Z"