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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4,916 | Bug 4916 Potential IDE freeze on Template Preference Page | Comments from Adam Kiezun: SEVERE: 1. go to template pref page. 2. select the first one 3. edit the name - empty the field and then put a single space whole IDE freezes (infinite loop?) | resolved fixed | d8ca187 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2001-10-12T12:11:08Z" | "2001-10-12T12:33:20Z" |
4,385 | Bug 4385 QualifiedAllocationExpression.sourceEnd incorrect if type is an AnonymousLocalTypeDeclaration | Consider the following source: Protectable p= new Protectable() { public void protect() throws Exception { setUp(); basicRun(result); tearDown(); } }; SourceEnd of the QualifiedAllocationExpression new Protectable is the e of Protectable and not the closing } of the type declaration | resolved fixed | 5f2190e | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/core/refactoring/code/StatementAnalyzer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2001-10-11T16:25:05Z" | "2001-10-11T14:20:00Z" |
4,365 | Bug 4365 Deadlock on save | D:\devel\sdk203>.\jre\bin\java -verify -cp startup.jar org.eclipse.core.launcher .UIMain -application org.eclipse.ui.workbench -ws win32 -platform d:\workspaces\ eclipse-sh1\plugins Full thread dump Classic VM (J2RE 1.3.0 IBM build cn130-20010502, native threads ): "org.eclipse.jface.text.reconciler.MonoReconciler" (TID:0x2c8bee8, sys_threa d_t:0x13d10ab0, state:CW, native ID:0x424) prio=1 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:421) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:138) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:1 8) at org.eclipse.swt.widgets.Display.syncExec(Display.java:1572) at org.eclipse.jdt.ui.JavaElementContentProvider.postRunnable(JavaElemen tContentProvider.java:277) at org.eclipse.jdt.ui.JavaElementContentProvider.postRefresh(JavaElement ContentProvider.java:242) at org.eclipse.jdt.ui.JavaElementContentProvider.processDelta(JavaElemen tContentProvider.java:143) at org.eclipse.jdt.ui.JavaElementContentProvider.elementChanged(JavaElem entContentProvider.java:82) at org.eclipse.jdt.internal.core.JavaModelManager.fire(JavaModelManager. java:255) at org.eclipse.jdt.internal.core.WorkingCopy.reconcile(WorkingCopy.java: 250) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconci le(JavaReconcilingStrategy.java:39) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconci le(JavaReconcilingStrategy.java:51) at org.eclipse.jface.text.reconciler.MonoReconciler.process(MonoReconcil er.java:66) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread .run(AbstractReconciler.java:153) "HelpServer" (TID:0x1fb7320, sys_thread_t:0x13b5c698, state:R, native ID:0x6 74) prio=5 at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:430) at java.net.ServerSocket.implAccept(ServerSocket.java:255) at java.net.ServerSocket.accept(ServerSocket.java:234) at org.eclipse.help.internal.server.HelpServer.run(HelpServer.java:127) "Java indexing: org.eclipse.jdt.internal.core.search.indexing.IndexManager" (TID:0x8e6ad0, sys_thread_t:0x123ca2a0, state:CW, native ID:0x6c8) prio=5 at java.lang.Thread.sleep(Native Method) at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobMan ager.java(Compiled Code)) at java.lang.Thread.run(Thread.java:498) "Finalizer" (TID:0x8e8708, sys_thread_t:0x86b710, state:CW, native ID:0x4c0) prio=8 at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java(Compiled Code )) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java(Compiled Code )) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java(Compiled C ode)) "Reference Handler" (TID:0x8e8750, sys_thread_t:0x839cc0, state:CW, native I D:0x668) prio=10 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:421) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java(Compiled Code)) "Signal dispatcher" (TID:0x8e8798, sys_thread_t:0x835310, state:R, native ID :0x5dc) prio=5 "main" (TID:0x8e87e0, sys_thread_t:0x2355d8, state:CW, native ID:0x58c) prio =5 at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.doSave(C ompilationUnitEditor.java:252) at org.eclipse.ui.internal.EditorManager$9.run(EditorManager.java:776) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalCont ext.java:296) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:249) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDi alog.java:335) at org.eclipse.ui.internal.EditorManager.runProgressMonitorOperation(Edi torManager.java:634) at org.eclipse.ui.internal.EditorManager.saveEditor(EditorManager.java:7 81) at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:1 173) at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:31) at org.eclipse.jface.action.Action.runWithEvent(Action.java:451) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(Act ionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContri butionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handle Event(ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:645) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1359) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1160) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:675) at org.eclipse.ui.internal.Workbench.run(Workbench.java:658) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoa der.java:820) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.UIMain.main(UIMain.java:52) Monitor pool info: Initial monitor count: 32 Minimum number of free monitors before expansion: 5 Pool will next be expanded by: 16 Current total number of monitors: 32 Current number of free monitors: 9 Monitor Pool Dump (inflated object-monitors): sys_mon_t:0x00234ec0 infl_mon_t: 0x00234ab0: java.lang.ref.Reference$Lock@8F1738/8F1740: <unowned> Waiting to be notified: "Reference Handler" (0x839cc0) sys_mon_t:0x00234f10 infl_mon_t: 0x00234af0: java.lang.ref.ReferenceQueue$Lock@8F4350/8F4358: <unowned> Waiting to be notified: "Finalizer" (0x86b710) sys_mon_t:0x002351e8 infl_mon_t: 0x00000000: org.eclipse.jdt.internal.core.WorkingCopy@2DAF488/2DAF490: <unowned> Waiting to be notified: "main" (0x2355d8) sys_mon_t:0x00235210 infl_mon_t: 0x00234d50: org.eclipse.swt.widgets.RunnableLock@43C6310/43C6318: <unowned> Waiting to be notified: "org.eclipse.jface.text.reconciler.MonoReconciler" (0x13d10ab0) JVM System Monitor Dump (registered monitors): ACS Heap lock: <unowned> System Heap lock: <unowned> Sleep lock: <unowned> Waiting to be notified: "Java indexing: org.eclipse.jdt.internal.core.search.indexing.IndexM anager" (0x123ca2a0) Method trace lock: <unowned> UTF8 Cache lock: <unowned> Heap lock: <unowned> Rewrite Code lock: <unowned> Monitor Cache lock: owner "Signal dispatcher" (0x835310) 1 entry JNI Pinning lock: <unowned> JNI Global Reference lock: <unowned> Classloader lock: <unowned> Linking class lock: <unowned> Binclass lock: <unowned> Monitor Registry lock: owner "Signal dispatcher" (0x835310) 1 entry Thread queue lock: owner "Signal dispatcher" (0x835310) 1 entry Thread identifiers (as used in flat monitors): ident 13 "org.eclipse.jface.text.reconciler.MonoReconciler" (0x13d10ab0) ee 0x13d108e0 ident 7 "HelpServer" (0x13b5c698) ee 0x13b5c4c8 ident 6 "Java indexing: org.eclipse.jdt.internal.core.search.indexing.IndexM anager" (0x123ca2a0) ee 0x123ca0d0 ident 5 "Finalizer" (0x86b710) ee 0x0086b540 ident 4 "Reference Handler" (0x839cc0) ee 0x00839af0 ident 3 "Signal dispatcher" (0x835310) ee 0x00835140 ident 2 "main" (0x2355d8) ee 0x00235408 Java Object Monitor Dump (flat & inflated object-monitors): java.lang.ref.Reference$Lock@8F1738/8F1740 locknflags 80000200 Monitor inflated infl_mon 0x00234ab0 java.lang.ref.ReferenceQueue$Lock@8F4350/8F4358 locknflags 80000400 Monitor inflated infl_mon 0x00234af0 java.net.PlainSocketImpl@1142FB8/1142FC0 locknflags 00070000 Flat locked by threadIdent 7. Entrycount 1 org.eclipse.jdt.internal.core.WorkingCopy@2DAF488/2DAF490 locknflags 00130000 Flat locked by threadIdent 13. Entrycount 1 Writing java dump to D:\devel\sdk203/javacore764.1002803130.txt... OK | resolved fixed | 07b70de | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2001-10-11T15:26:49Z" | "2001-10-11T11:33:20Z" |
3,811 | Bug 3811 Setter / Getter generates setter for final fields (1GEUMGT) | - private final String fName; - generate Setter and Getter - you get public void setName(String name) { fName= name; } which produces a compile error. NOTES: EG (6/5/2001 3:41:01 AM) not critical, can be documented. MA (02.08.2001 16:49:08) fixed in 200 | verified fixed | 2c52566 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/codemanipulation/AddGetterSetterOperation.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/codemanipulation/ImportsStructure.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2001-10-11T14:57:53Z" | "2001-10-11T03:13:20Z" |
4,373 | Bug 4373 Packages View - double clich doesn't expand two hiearchy levels | - enable: Show CU children in packages view - double click on CU observe: only one level gets expanded - now expand a node by clicking on the + observe: two levels get expanded | resolved fixed | d00ad36 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2001-10-11T14:57:29Z" | "2001-10-11T14:20:00Z" |
4,376 | Bug 4376 refactoring CCE | 1. create a non java project abc 2. create junit 3. rename Assert.java java.lang.reflect.InvocationTargetException: java.lang.ClassCastException: org.eclipse.jdt.internal.core.JavaProject at org.eclipse.jdt.internal.core.refactoring.Checks.excludeCompilationUnits (Checks.java:413) at org.eclipse.jdt.internal.core.refactoring.rename.RenameTypeRefactoring.analyzeAf fectedCompilationUnits(RenameTypeRefactoring.java:459) at org.eclipse.jdt.internal.core.refactoring.rename.RenameTypeRefactoring.checkInpu t(RenameTypeRefactoring.java:231) at org.eclipse.jdt.internal.core.refactoring.rename.RenameCompilationUnitRefactorin g.checkInput(RenameCompilationUnitRefactoring.java:177) at org.eclipse.jdt.internal.ui.refactoring.CheckConditionsOperation.run (CheckConditionsOperation.java:58) at org.eclipse.jdt.internal.ui.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:93) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:98) | resolved fixed | 85dcbd0 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/core/refactoring/Checks.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2001-10-11T14:33:26Z" | "2001-10-11T14:20:00Z" |
4,283 | Bug 4283 assertion failed on opening rename parameters (1GKYY5N) | ak (10/2/2001 2:27:26 PM) during file editing i selected 'Rename parameters..' from the global 'Refactor' menu 4 org.eclipse.ui 0 null argument; org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at org.eclipse.jface.util.Assert.isNotNull(Assert.java:133) at org.eclipse.jface.util.Assert.isNotNull(Assert.java(Compiled Code)) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.<init>(RefactoringWizard.java:47) at org.eclipse.jdt.internal.ui.refactoring.RenameParametersWizard.<init>(RenameParametersWizard.java:14) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringGroup$1.createWizard(RefactoringGroup.java:77) at org.eclipse.jdt.internal.ui.refactoring.actions.OpenRefactoringWizardAction.run(OpenRefactoringWizardAction.java:49) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringActionDelegate.run(RefactoringActionDelegate.java:47) at org.eclipse.ui.internal.PluginAction.run(PluginAction.java:125) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:658) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:820) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:433) at org.eclipse.core.launcher.Main.main(Main.java:306) NOTES: | resolved fixed | fb1f1e3 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/OpenRefactoringWizardAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2001-10-11T13:50:36Z" | "2001-10-11T03:13:20Z" |
4,086 | Bug 4086 Format problem in single element mode (1GKPJI8) | EG (27.09.2001 12:32:36) from WSAD newsgoup If you select Format (from the popup menu when you right click on .java file) while in "View selected element only" mode (ie - looking at only one method) the auot format adds a large amount of whitespace to the begining of each line. Repeated "Formats" just add more space. You then have to go to the "whole document" view and reformat the entire document to fix this (well, I guess I could manual remove the whitespace, but then what's the point of autoformat?). NOTES: EG (10.10.2001 22:38:03) pls investigate whether this is the formatting strategy or the Java editor | verified fixed | 44b869a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/codemanipulation/AddGetterSetterOperation.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/codemanipulation/StubUtility.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaFormattingStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2001-10-11T11:58:37Z" | "2001-10-11T03:13:20Z" |
425,999 | Bug 425999 [GTK3] Running Snippet294 gives Gdk-CRITICAL with GTK3 | The critical error in quesiont is (SWT:24935): Gdk-CRITICAL **: gdk_window_shape_combine_region: assertion 'GDK_IS_WINDOW (window)' failed and the window pointer is null. On GTK3 it looks like gtk_widget_get_window can not retrieve the window if the widget is not realized. | verified fixed | 247e8fc | ["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 | "2014-01-17T19:21:51Z" | "2014-01-17T14:46:40Z" |
426,009 | Bug 426009 StyledText without wordWrap is broken with BidiSegmentListener that inserts line breaks | null | resolved fixed | 9cdad39 | ["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 | "2014-01-17T17:14:03Z" | "2014-01-17T17:33:20Z" |
339,754 | Bug 339754 DateTime doesn't mark current date with SWT.CALENDAR style | null | resolved fixed | 6c62114 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DateTime.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2014-01-17T12:50:57Z" | "2011-03-11T19:00:00Z" |
425,907 | Bug 425907 StyledText with SWT.H_SCROLL shows horizontal scrollbar after setWordWrap(true) | A StyledText with SWT.H_SCROLL shows horizontal scrollbar after setAlwaysShowScrollBars(false) and setWordWrap(true) have been called. If SWT.WRAP is set in the constructor, then checkStyle(..) always removes the H_SCROLL flag and the horizontal scroll bar is never created. When wrapping is disabled dynamically, then we should ensure it's not made visible later. import org.eclipse.swt.*; import org.eclipse.swt.custom.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class Snippet { public static void main(String[] args) { Display display= new Display(); Shell shell= new Shell(display); GridLayout layout= new GridLayout(); layout.marginWidth = layout.marginHeight = 60; shell.setLayout(layout); StyledText styledText= new StyledText(shell, SWT.V_SCROLL | SWT.H_SCROLL | SWT.BORDER); styledText.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true)); styledText.setAlwaysShowScrollBars(false); styledText.setWordWrap(true); styledText.setText("Hello world.\nI have a very long line I want to show here..."); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } } | resolved fixed | 05fe758 | ["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 | "2014-01-16T16:33:37Z" | "2014-01-16T16:33:20Z" |
423,012 | Bug 423012 Ctrl + Mouse scroll works opposite | I'm testing now version 4.4M3 and found out that scrolling with Ctrl key pressed works improper. When scrollind up it moves window down and opposite when scrilling down moves window up. Is this intended? ;P System Ubuntu 12.10 + GNOME Classic | resolved fixed | a569b2c | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2014-01-13T09:54:03Z" | "2013-12-03T08:40:00Z" |
425,516 | Bug 425516 Remove tests that don't instantiate the class they are supposed to test | These tests are giving the illusion that there are tests to run, while in reality nothing is tested. The complicated SwtTestCase inheritance of methods even make people believe certain methods are called while they are executed only from parent class. | resolved fixed | 3576667 | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/AllTests.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/AllWidgetTests.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_AnimatedProgress.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_BidiSegmentEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_CTabFolderEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_ExtendedModifyEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_LineBackgroundEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_LineStyleEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_SashForm.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_ScrolledComposite.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_TableCursor.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_TextChangedEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_TextChangingEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_ViewForm.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_DragSource.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_DragSourceEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_DropTarget.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_DropTargetEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_OLE.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_OleClientSite.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_OleControlSite.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_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 | "2014-01-13T08:06:31Z" | "2014-01-13T08:00:00Z" |
421,255 | Bug 421255 [Accessibility] [Regression] - JAWS does not read text from label associated with text field | null | resolved fixed | 5b8cefc | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2014-01-10T06:15:28Z" | "2013-11-07T16:00:00Z" |
425,157 | Bug 425157 Do not use nested jars in swt examples. | null | resolved fixed | 9920571 | ["examples/org.eclipse.swt.examples.controls/src/org/eclipse/swt/examples/controls/ControlPlugin.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2014-01-09T10:21:34Z" | "2014-01-09T09:33:20Z" |
424,840 | Bug 424840 142 browser related test failures | http://download.eclipse.org/eclipse/downloads/drops4/N20140102-2000/testresults/html/org.eclipse.swt.tests_linux.gtk.x86_6.0.html | verified fixed | 481ef89 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2014-01-03T16:18:44Z" | "2014-01-03T11:53:20Z" |
423,951 | Bug 423951 NPEs when trying to close EGit Commit dialog | null | verified fixed | fd4ff51 | ["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 | "2013-12-12T19:37:31Z" | "2013-12-12T17:40:00Z" |
423,721 | Bug 423721 SWT workspace is full of SWT tools errors | 1.Pull the latest SWT source code. 2.Enable SWT Tools > report 32/64 bit problems. 3.Rebuild the project. Project is filled with errors: [32/64] Syntax error, annotations are only available if source level is 1.5 or greater The problem is in the SWT tools. There are more than 900 errors now in the workspace and its easy to miss any valid 32/64 bit errors because of this. We need to fix the tools before making any Java 1.5 language changes to the SWT source code. | verified fixed | 157cd36 | ["bundles/org.eclipse.swt.tools/JNI", "Generation/org/eclipse/swt/tools/internal/ASTClass.java", "bundles/org.eclipse.swt.tools/JNI", "Generation/org/eclipse/swt/tools/internal/ReflectClass.java", "bundles/org.eclipse.swt.tools/src/org/eclipse/swt/tools/builders/Check64CompilationParticipant.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-12-11T12:23:11Z" | "2013-12-10T15:40:00Z" |
416,799 | Bug 416799 GC.drawImage does not shift correctly when scaled in GTK | null | resolved fixed | b018239 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-12-08T17:29:36Z" | "2013-09-08T14:20:00Z" |
358,407 | Bug 358407 Clarify Javadoc for DND#DROP_MOVE | null | resolved fixed | 1e6a842 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/common/org/eclipse/swt/dnd/DND.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-12-05T18:48:20Z" | "2011-09-21T13:00:00Z" |
422,090 | Bug 422090 Adding/Removing SWT.MeasureEvent listener will show tree without horizontal scrollbar | Issue: ------ Adding and then removing listener for SWT.MeasureEvent type from tree results in horizontal scrollbar getting removed. Because of adding/removing of listener as mentioned above, it is not able to trigger sendMeasureItemEvent() from the Tree widget code as the hook check for the event returns false. Below is code from SWT org.eclipse.swt.widgets.Tree.java for the same, if (hooks (SWT.MeasureItem)) { measureEvent = sendMeasureItemEvent (item, index, hDC, selected ? SWT.SELECTED : 0); if (isDisposed () || item.isDisposed ()) return null; } Scenario: --------- This behavior creates problem when using org.eclipse.ui.navigator.CommonViewer.java with custom label provider. As while creating the instance of CommonViewer, it will use default label provider for it and listener is attached for SWT.MeasureEven in this flow. Below is the call trace of the method which adds listener while creating CommonViewer instance, OwnerDrawLabelProvider.getOrCreateOwnerDrawListener(ColumnViewer) line: 93 NavigatorDecoratingLabelProvider(OwnerDrawLabelProvider).setOwnerDrawEnabled(ColumnViewer, ViewerColumn, boolean) line: 250 NavigatorDecoratingLabelProvider(OwnerDrawLabelProvider).initialize(ColumnViewer, ViewerColumn, boolean) line: 156 NavigatorDecoratingLabelProvider(StyledCellLabelProvider).initialize(ColumnViewer, ViewerColumn) line: 165 NavigatorDecoratingLabelProvider.initialize(ColumnViewer, ViewerColumn) line: 173 CommonViewer(ColumnViewer).setLabelProvider(IBaseLabelProvider) line: 367 CommonViewer.init() line: 110 CommonViewer.<init>(String, Composite, int) line: 97 When the label provider for CommonViewer is changed in application code it triggers code which removes the listener attached in above flow. Work Around: ------------ Adding a dummy listener to tree for SWT.MeasureEvent in application will resolve the issue. commonViewer.getTree().addListener(SWT.MeasureItem, new Listener() { @Override public void handleEvent(Event event) { } }); Sample code to reproduce: -------------------------- public class NoHScrollbar { public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout (new FillLayout()); final Tree tree= new Tree(shell, SWT.NONE); for (int i= 0; i < 25; i++) { TreeItem item= new TreeItem(tree, SWT.NONE); item.setText("Tree Item at index " + i); } Listener listener = new Listener() { public void handleEvent(Event e) { } }; tree.addListener(SWT.MeasureItem, listener); tree.removeListener(SWT.MeasureItem, listener); /* Work around: Adding listener again will resolve the issue. Removing comment below will show horizontal scrollbar. */ // tree.addListener(SWT.MeasureItem, listener); shell.setSize(50, 500); shell.open(); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } } | verified fixed | b7715ad | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-12-05T09:15:21Z" | "2013-11-19T19:40:00Z" |
421,045 | Bug 421045 NPE in StyledText.getVisualLineIndex | null | verified fixed | 46fe45c | ["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 | "2013-11-21T10:36:21Z" | "2013-11-05T08:26:40Z" |
422,042 | Bug 422042 Get rid of junitGen. | This generator hasn't been touched in 8 years nor used as far as I can say. The produced tests look weird nowadays and there are way better solutions like moreUnit with complete integration into JDT. I propose to remove it as first step to clean the tests. | resolved fixed | 69129a9 | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/junitGen.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-11-20T10:26:48Z" | "2013-11-19T11:20:00Z" |
405,453 | Bug 405453 Accelerators stop working when menu items have been disabled/reenabled | null | verified fixed | 2d5ae3a | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "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 | "2013-11-18T08:49:51Z" | "2013-04-11T11:33:20Z" |
377,113 | Bug 377113 CTabFolder: View tab folder 'leaks' in Classic theme (has unclosed outer border) | null | verified fixed | ef0e9ff | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolderRenderer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-11-06T16:37:05Z" | "2012-04-18T17:26:40Z" |
420,182 | Bug 420182 [GTK3] Use GTK 3.x (when available) by default on Linux/Unix instead of GTK 2.x | null | resolved fixed | 2d8f819 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-10-25T19:22:18Z" | "2013-10-23T14:53:20Z" |
404,543 | Bug 404543 [Win 8] Internal WebBrowser fails to detect IEVersion 10 and incorrectly operates in IE9 compatibility mode only | I have a web page compatible with IE10 but not IE9. In the external browser it is displaying ok, in the internal Eclipse browser the rendering fails. I found that the cause of this is, that IE9 compatibility mode is enabled in the Eclipse internal browser. The reason for this is that SWT fails to detect IE10 correctly. The code in the static initializer of org.eclipse.swt.browser.IE reads HKLM\Software\Microsoft\Internet Explorer\Version, which is 9.10.9200.16453 on my machine although I'm on Windows 8, 64-bit with Internet Explorer 10 installed. There is an svcVersion property as well, which is set to 10.0.9200.16466. As a workaround I added the following line to eclipse.ini to force the IEVersion value: -Dorg.eclipse.swt.browser.IEVersion=10000 This works for me, but it'd be nice to have this fixed. Best regards... | resolved fixed | 9d0937b | ["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 | "2013-10-24T18:17:32Z" | "2013-03-28T11:26:40Z" |
420,052 | Bug 420052 Make gtk_widget_get[_modifier]_style dynamic. | The functions are deprecated and not used in GTK3 port at all thus marking them as dynamic prevents useless compiler warnings when compiling the native parts. | resolved fixed | 6c629e4 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-10-22T09:20:37Z" | "2013-10-22T08:20:00Z" |
409,353 | Bug 409353 JavadocBasher should only change comments | When running the JavadocBasher for 4.3, it somehow generated the following bizarre change in the cocoa version of GCData.java: - /** - * @noreference This field is not intended to be referenced by clients. - */ - public double /*float*/ [] foreground, background; + + public double[] /*float*/ [] foreground; + + public double[] background; The JavadocBasher should be fixed so that this does not happen again. | resolved fixed | 8a0708e | ["bundles/org.eclipse.swt.tools/JavadocBasher/org/eclipse/swt/tools/internal/JavadocBasher.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-10-17T14:28:47Z" | "2013-05-29T04:00:00Z" |
414,371 | Bug 414371 Double click on current stack element in stack trace does not focus editor | Version: 4.3.0 Build id: I20130605-2000 This is a regression from 3.x. If you stop at a breakpoint, the editor corresponding to the breakpoint is correctly made active and the cursor positioned at the breaking line as expected. However, if you then switch to another editor, and then double click on the stack trace line, it does nothing. It should do the same actions as when it hit the breakpoint. | verified fixed | 70a2f2c | ["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 | "2013-10-11T07:40:31Z" | "2013-08-04T04:20:00Z" |
410,904 | Bug 410904 Use System editor for png by default | Currently Eclipse uses the text editor as default for opening .png file. I don't see a use case for this. Can we change it to use the System editor as default? | resolved fixed | 68e82ef | ["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 | "2013-10-10T12:47:07Z" | "2013-06-17T09:06:40Z" |
336,054 | Bug 336054 Combo eats text on Enter | I20110201-0800, same on WinXP and Win 7 - Control Example > Combo - click the Combo's dropdown arrow - type ABC - press Enter key => the text I just entered is eaten (text field is cleared) => expected: text stays, but drop-down is closed This only seems to happen if at the time the drop-down is opened, the text field contains an entry from the combo list. Happened to me in the File Search dialog in the "File name patterns" field. | resolved fixed | 3d7660d | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-10-08T18:19:32Z" | "2011-02-02T12:33:20Z" |
414,134 | Bug 414134 [DND] Mac Cocoa: Setting Control's cursor other than SWT.CURSOR_ARROW causes drag operation to show incorrect icon | null | resolved fixed | e1ed2e3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCursor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Cursor.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 | "2013-09-02T06:44:35Z" | "2013-07-31T14:13:20Z" |
412,584 | Bug 412584 Resource leak in swt Text control | Creating an editable Text field, setting it afterwards to not editable (setEditable(false)) and then disposing the Text field results in a resource leak. This behaviour can easily be recognised also in the source code of the Text widget. If at creation the Text field is editable, the call to imContext() in the register() function will return a valid handle, which is then added to the widget array in the display. If afterwards (before disposing the Text widget) the text field is set to not editable, the call to imContext in the deregister() function will return a 0 value, resulting in a resource leak. This behaviour has been seen in eclipse 3.5.2 and 3.8.1. | resolved fixed | afc0fa6 | ["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 | "2013-08-28T15:22:44Z" | "2013-07-09T11:40:00Z" |
409,029 | Bug 409029 CTabFolder context menu opens in the wrong place when invoked by the keyboard | null | resolved fixed | d204b30 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-08-27T20:21:03Z" | "2013-05-24T18:26:40Z" |
411,452 | Bug 411452 Search dialogue isn't "reusable" when using export SWT_GTK3=1 | null | resolved fixed | b271137 | ["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 | "2013-08-20T10:49:05Z" | "2013-06-23T23:26:40Z" |
414,455 | Bug 414455 [Viewers] .refresh() method of org.eclipse.jface.viewers.TableViewer will show the selected item in Linux(Ubuntu) | null | resolved fixed | 15fa06c | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-08-16T13:29:59Z" | "2013-08-06T06:20:00Z" |
414,957 | Bug 414957 wrong values from ScrollBar#getThumbBounds (was: [navigation] Mark Occurrences scrollbar position doesn't match) | In Kepler the position of the mark occurrences marker right of the scrollbar doesn't match the scrollbar position. It is half a cm off (on full HD). The same applies to mark errors and that like. This worked much better in pre-Kepler releases. Use a large source file to test it, click on an identifier and see the marker being misplaced. | resolved fixed | dc90724 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-08-16T12:10:57Z" | "2013-08-13T13:20:00Z" |
408,505 | Bug 408505 [GTK 3.8] In ControlExample when switching Tabs CoolBar is not visible | null | verified fixed | c7907f9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-23T07:04:21Z" | "2013-05-20T17:13:20Z" |
413,455 | Bug 413455 [GTK2 clean-up] Remove unused GTK_SCROLLED_WINDOW_VSCROLLBAR and GTK_SCROLLED_WINDOW_HSCROLLBAR | Remove unused GTK_SCROLLED_WINDOW_VSCROLLBAR and GTK_SCROLLED_WINDOW_HSCROLLBAR | resolved fixed | 736f350 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-22T18:11:43Z" | "2013-07-22T13:33:20Z" |
413,457 | Bug 413457 [GTK2 clean-up] FileDialog widget uses unused 2.10 and 2.8 version guards | FileDialog widget uses unused 2.10 and 2.8 version guards | resolved fixed | cf7344c | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/FileDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-22T17:40:13Z" | "2013-07-22T13:33:20Z" |
413,338 | Bug 413338 [GTK2 clean-up] Button widget uses unused 2.10 version guard | Button widget uses unused 2.10 version guard | resolved fixed | 10c11bd | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-22T07:52:59Z" | "2013-07-19T16:06:40Z" |
413,337 | Bug 413337 [GTK2 clean-up] ColorDialog widget uses unused 2.10 version guard | ColorDialog widget uses unused 2.10 version guard | resolved fixed | ef7e4c7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ColorDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-22T07:51:25Z" | "2013-07-19T16:06:40Z" |
413,335 | Bug 413335 [GTK2 clean-up] Control widget uses unused 2.8 guarded code | Control widget uses unused 2.8 guarded code | resolved fixed | 6638802 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-22T07:50:31Z" | "2013-07-19T16:06:40Z" |
413,334 | Bug 413334 [GTK2 clean-up] DirectoryDialog widget uses unused 2.10 version guard | DirectoryDialog widget uses unused 2.10 version guard | resolved fixed | ad1bc0e | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-22T07:48:28Z" | "2013-07-19T13:20:00Z" |
413,333 | Bug 413333 [GTK2 clean-up] Slider widget uses unused 2.10 version guard | Slider widget uses unused 2.10 version guard | resolved fixed | 471ee59 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Slider.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-22T07:45:49Z" | "2013-07-19T13:20:00Z" |
413,331 | Bug 413331 [GTK2 clean-up] Display widget uses unused 2.10 version guard | Display widget uses unused 2.10 version guard | resolved fixed | b7e8023 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-22T07:43:41Z" | "2013-07-19T13:20:00Z" |
413,328 | Bug 413328 [GTK2 clean-up] ExpandBar widget uses unused 2.10 code and version guard | ExpandBar widget uses unused 2.10 code and version guard | resolved fixed | 03bf77d | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ExpandBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-22T07:40:11Z" | "2013-07-19T13:20:00Z" |
413,325 | Bug 413325 [GTK2 clean-up] FontDialog widget uses unused 2.10 version guard | FontDialog widget uses unused 2.10 version guard | resolved fixed | b1b4091 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/FontDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-22T07:34:26Z" | "2013-07-19T13:20:00Z" |
413,316 | Bug 413316 [GTK2 clean-up] Remove code less than 2.6 and unused guard from Shell widget | Remove code less than 2.6 and unused guard from Shell widget | resolved fixed | 7460be0 | ["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 | "2013-07-22T07:27:25Z" | "2013-07-19T13:20:00Z" |
412,880 | Bug 412880 GTK 2 clean-up (drop of implementations less than 2.10) | This bug is to post patches for dropping implementation of less than GTK 2.10 | resolved fixed | 84ada67 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolTip.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 | "2013-07-18T09:53:04Z" | "2013-07-12T17:26:40Z" |
413,195 | Bug 413195 [GTK2 clean-up] Label widget uses unused 2.10 version guard | Label widget uses unused OS.VERSION 2.10 guard | resolved fixed | f44fbcf | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-18T09:46:45Z" | "2013-07-17T19:40:00Z" |
413,197 | Bug 413197 [GTK2 clean-up] Menu widget uses unused 2.10 and 2.8 version guards | Menu widget uses unused 2.10 and 2.8 version guards | resolved fixed | 89226ef | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-18T09:43:27Z" | "2013-07-17T19:40:00Z" |
413,199 | Bug 413199 [GTK2 clean-up] MessageBox widget uses unused 2.10 version guard | MessageBox widget uses unused 2.10 version guard | resolved fixed | b0e12cd | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MessageBox.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-18T09:36:34Z" | "2013-07-17T19:40:00Z" |
413,200 | Bug 413200 [GTK2 clean-up] Remove code less than 2.8 from Scrollable widget | Remove code less than 2.8 from Scrollable widget | resolved fixed | 599e467 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Scrollable.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-18T09:27:50Z" | "2013-07-17T19:40:00Z" |
412,885 | Bug 412885 [GTK2 clean-up] drop 2.8 code in Combo | null | resolved fixed | 22b8405 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-15T17:07:17Z" | "2013-07-12T20:13:20Z" |
412,706 | Bug 412706 Widget is disposed using Browser in Section | null | resolved fixed | 200e623 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.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/ExpandBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Scale.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/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-11T16:28:27Z" | "2013-07-10T18:13:20Z" |
411,203 | Bug 411203 [Retina] screen capture via cmd shift control 4 is not working as expected | null | resolved fixed | 80afedd | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/ImageTransfer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-07-10T13:55:49Z" | "2013-06-20T06:33:20Z" |
410,683 | Bug 410683 Chinese words is lost when typing in the StyledText control with Pinyin Simplified input source | null | resolved fixed | a49b153 | ["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 | "2013-06-27T15:51:17Z" | "2013-06-13T05:06:40Z" |
409,603 | Bug 409603 SWTApplication.setHelpMenu() is not defined on OS X 10.5 | - when self-hosting on OS X 10.5 the following is written to stderr, because NSApplication.setHelpMenu() is defined only as of OS X 10.6. java[214:80f] *** -[SWTApplication setHelpMenu:]: unrecognized selector sent to instance 0x11dac0 | resolved fixed | 8c4c9f9 | ["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 | "2013-06-25T16:28:06Z" | "2013-05-31T14:20:00Z" |
409,239 | Bug 409239 Typo in win32 Menu | I believe the following two code fragments in win32/org/eclipse/swt/widgets/Menu.java: void updateBackground () { if (hBrush == 0) OS.DeleteObject (hBrush); hBrush = 0; ... void releaseWidget () { super.releaseWidget (); backgroundImage = null; if (hBrush == 0) OS.DeleteObject (hBrush); hBrush = 0; ... should be checking for (hBrush != 0) instead of (hBrush == 0). | resolved fixed | 082681b | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-06-25T15:30:09Z" | "2013-05-28T08:33:20Z" |
411,006 | Bug 411006 Typo in Menu.getBounds() | The bounds of a Menu return wrong y value due to a typo in the assignment. bundle org.eclipse.swt.gtk.linux.x86_64_3.102.0.20130530-1603.jar class: org.eclipse.swt.widgets.Menu method: getBounds() int y = origin_x [0] + allocation.y; should certainly: int y = origin_y [0] + allocation.y; Best Regards | resolved fixed | 84e83aa | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-06-25T15:27:10Z" | "2013-06-18T10:06:40Z" |
411,058 | Bug 411058 finish trimming XPCOM interfaces down to the functions that are used | null | resolved fixed | 61ef4aa | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Download.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Download_1_8.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIAppShell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIAuthInformation.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsICategoryManager.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsICertOverrideService.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsICertificateDialogs.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIChannel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIClassInfo.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIComponentRegistrar.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsICookie.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsICookieManager.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsICookieService.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsICookieService_1_9.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMSerializer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMSerializer_1_7.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMWindowCollection.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDownload.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDownload_1_8.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIFocusManager.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHelperAppLauncher.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHelperAppLauncher_1_8.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHelperAppLauncher_1_9.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHelperAppLauncher_8.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHttpChannel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHttpHeaderVisitor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIIOService.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIJSContextStack.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIMIMEInputStream.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIMemory.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIObserverService.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPrefLocalizedString.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPrefService.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIProgressDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIProgressDialog_1_8.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIProperties.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIRequest.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsISSLStatus.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsISeekableStream.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsISerializable.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIServiceManager.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsITransfer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIURI.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIUploadChannel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIVariant.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebBrowser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebBrowserFocus.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebNavigation.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebProgress.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebProgressListener2.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWindowWatcher.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWritableVariant.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIX509Cert.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIX509CertValidity.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIXPCSecurityManager.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-06-25T15:20:27Z" | "2013-06-18T18:26:40Z" |
394,803 | Bug 394803 [CTabFolder] Javadocs missing for API CTabFolderRenderer.PART_* | null | resolved fixed | b05ed3b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolderRenderer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-06-05T15:39:46Z" | "2012-11-21T15:00:00Z" |
407,270 | Bug 407270 Miss NPE check in org.eclipse.swt.accessibility.Accessible | miss NPE check in all of the remove*Listener method of org.eclipse.swt.accessibility.Accessible. for instance, take a look on the "removeAccessibleControlListener" method,note that there is no NPE check before accessibleControlListeners.isEmpty(), the accessibleControlListeners properly will be null and therefore, NullPointerException will be thrown out. this issue occurs in 4.3 M7.the 4.3 M6 works fine. | verified fixed | 4bb2ca6 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-05-30T16:00:07Z" | "2013-05-06T08:46:40Z" |
408,957 | Bug 408957 Improve API doc for Text.getTextChars() and setTextChars() | null | resolved fixed | 5db676d | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-05-29T12:28:21Z" | "2013-05-24T10:06:40Z" |
408,298 | Bug 408298 Clear text in Text.getTextChars() | Currently, all our login dialogs have Text widget in it for password field. Per Java security best practices, passwords should always be stored as char[] rather than String, so we use getTextChars() API to get password as char array and then zero it out for safety: char[] password = pwText.getTextChars(); //..login with password Arrays.fill(password, '\0'); //zero out the password. But we found we can still see password array in memory dump even we zero out the password array get from getTextChars(). This is because getTextChar() itself creates a copy of input text, and it will and there is no way to clear it explictly. So the password will stay in memory until it is collected by GC. Can we improve the implementation of getTextChars to further reduce the chances of a password being compromised? On Windows: public char[] getTextChars () { checkWidget (); int length = OS.GetWindowTextLength (handle); if (length == 0) return new char[0]; TCHAR buffer = new TCHAR (getCodePage (), length + 1); OS.GetWindowText (handle, buffer, length + 1); if (segments != null) buffer = deprocessText (buffer, 0, -1, false); char [] chars = new char [length]; System.arraycopy (buffer.chars, 0, chars, 0, length); + Arrays.fill(buffer.chars, '\0'); return chars; } | resolved fixed | a1e0ef9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-05-22T14:23:52Z" | "2013-05-17T03:06:40Z" |
407,862 | Bug 407862 Permanent VNC connection to Windows Hudson slave down | null | verified fixed | f6a9fae | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-05-22T10:21:32Z" | "2013-05-13T10:13:20Z" |
408,608 | Bug 408608 [Browser] WebKitGTK 2.0 spews error message on every keystroke | null | resolved fixed | 6b181ae | ["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 | "2013-05-21T16:05:54Z" | "2013-05-21T15:26:40Z" |
358,376 | Bug 358376 Provide ability to handle reopen-events (user clicks dock icon for running application) | Build Identifier: On OS X, applications may not show windows while still running. Usually, there are two options to open a new application window: using the menu bar or clicking the dock icon. The first one is already supported by SWT 3.7, but not the second one (at least I did not found a possibility). Please add support for these reopen events. When clicking on the dock icon and the application shows at least one window, bring it to front. For the case where no application window is visible, we need API to be notified about the dock icon click, so we can show a new window. Reproducible: Always | resolved fixed | b402979 | ["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 | "2013-05-16T15:38:32Z" | "2011-09-21T10:13:20Z" |
408,146 | Bug 408146 NPE in WebKit.handleEventFromFunction() on mouse-wheel from within VMWare | null | resolved fixed | f7ed035 | ["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 | "2013-05-15T19:09:14Z" | "2013-05-15T15:00:00Z" |
407,555 | Bug 407555 StackOverflowError in SWT widgets on Mac OS | When trying to display the UML Class diagram during profiling using Execution analysis, we repeatedly get StockOverflowError in SWT widget causing the workbench to crash. This problem only shows up in Mac OS, not on Linux or Windows. Here's the stack trace (repeated many times over and over again): java.lang.StackOverflowError at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSView.displayIfNeeded(NSView.java:142) at org.eclipse.swt.widgets.Control.update(Control.java:4912) at org.eclipse.swt.widgets.Control.update(Control.java:4897) at org.eclipse.hyades.uml2sd.ui.view.SDWidget.getDrawBuffer(SDWidget.java:1143) at org.eclipse.hyades.uml2sd.ui.view.SDWidget.drawContents(SDWidget.java:1240) at org.eclipse.hyades.uml2sd.ui.view.ScrollView$1.paintControl(ScrollView.java:143) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:230) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4136) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1458) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466) at org.eclipse.swt.widgets.Control.drawWidget(Control.java:1244) at org.eclipse.swt.widgets.Canvas.drawWidget(Canvas.java:167) at org.eclipse.swt.widgets.Widget.drawRect(Widget.java:741) at org.eclipse.swt.widgets.Canvas.drawRect(Canvas.java:162) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5473) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSView.displayIfNeeded(NSView.java:142) at org.eclipse.swt.widgets.Control.update(Control.java:4912) at org.eclipse.swt.widgets.Control.update(Control.java:4897) at org.eclipse.hyades.uml2sd.ui.view.SDWidget.getDrawBuffer(SDWidget.java:1143) at org.eclipse.hyades.uml2sd.ui.view.SDWidget.drawContents(SDWidget.java:1240) at org.eclipse.hyades.uml2sd.ui.view.ScrollView$1.paintControl(ScrollView.java:143) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:230) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4136) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1458) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466) at org.eclipse.swt.widgets.Control.drawWidget(Control.java:1244) at org.eclipse.swt.widgets.Canvas.drawWidget(Canvas.java:167) at org.eclipse.swt.widgets.Widget.drawRect(Widget.java:741) at org.eclipse.swt.widgets.Canvas.drawRect(Canvas.java:162) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5473) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSView.displayIfNeeded(NSView.java:142) at org.eclipse.swt.widgets.Control.update(Control.java:4912) at org.eclipse.swt.widgets.Control.update(Control.java:4897) at org.eclipse.hyades.uml2sd.ui.view.SDWidget.getDrawBuffer(SDWidget.java:1143) at org.eclipse.hyades.uml2sd.ui.view.SDWidget.drawContents(SDWidget.java:1240) at org.eclipse.hyades.uml2sd.ui.view.ScrollView$1.paintControl(ScrollView.java:143) | resolved fixed | 9a80949 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-05-10T18:58:45Z" | "2013-05-08T16:20:00Z" |
407,479 | Bug 407479 Tracker window shows up in taskbar even though it is not supposed to | null | resolved fixed | 13013d1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tracker.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-05-08T14:33:58Z" | "2013-05-08T02:26:40Z" |
389,491 | Bug 389491 Screen turns black when moving tabs | null | verified fixed | 05c6b3f | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tracker.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-05-07T19:29:04Z" | "2012-09-13T09:53:20Z" |
407,457 | Bug 407457 Browser no longer working on Solaris | - 4.3RC1 test pass, happens with Solaris on SPARC and x86 architectures - Mozilla-based browsers still seem to work fine on other platforms - problem was likely introduced during merge of XULRunner 17 work | resolved fixed | 11ce129 | ["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 | "2013-05-07T19:00:01Z" | "2013-05-07T18:06:40Z" |
406,623 | Bug 406623 [DBCS4.3]: The first character in empty StyledText is duplicated when using custom StyledTextContent | null | verified fixed | c344dba | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-05-06T16:58:51Z" | "2013-04-26T07:06:40Z" |
392,774 | Bug 392774 [GTK3] Need to implement Table/TreeDraSourceEffect.getDragSourceImage | In GTK3, gtk_tree_view_create_row_drag_icon() returns a cairo_surface_t instead of GdkPixmap. I have released a VERSION check for now so that I can make the GdkGC and GdkPixmap calls dynamic. Need to revisit this later. | resolved fixed | aa3c6d8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/DragSource.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/TableDragSourceEffect.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/TreeDragSourceEffect.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/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-05-01T12:45:48Z" | "2012-10-24T17:33:20Z" |
406,912 | Bug 406912 Support XULRunner 1.9.2 on Windows x86_64 | null | resolved fixed | 1905ff1 | ["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 | "2013-04-30T19:01:10Z" | "2013-04-30T13:53:20Z" |
405,244 | Bug 405244 Accessibility: There is no way to supply group position information for IAccessible2 support | There is get_groupPosition() method in IAccessible2 which is used to get accessibility group information for a child. But in 3.7.2, there is no implementation for that method which cause AT tools not able to get group information. Even in Eclipse 4.2.2, get_groupPosition() only implemented group information for radio button. We need to supply a way allowing developer specify those group information by themselves. I worked out fix below. The idea is to let developer set the group information in method AccessibleControlListener.getChild(). When we need to get group information, we will call AccessibleControlListener.getChild() passing AccessibleControlEvent.childID = ACC.CHILDID_GROUP_POSITION. Then developer should set positionInGroup to event.detail, set groupLevel in event.x, set similarItemsInGroup in event.y. Thus we can get group information and return to AT tools. Accessible.java int get_groupPosition(int /*long*/ pGroupLevel, int /*long*/ pSimilarItemsInGroup, int /*long*/ pPositionInGroup) { // TODO: handle where possible - maybe add AccessibleGroup later //get the role //if it has role tree, then the level is the value else 0 (for N/A) int groupLevel = 0; int similarItemsInGroup = 0; int positionInGroup = 0; AccessibleControlEvent event = new AccessibleControlEvent(this); event.childID = ACC.CHILDID_GROUP_POSITION; event.detail = -1; for (int i = 0; i < accessibleControlListeners.size(); i++) { AccessibleControlListener listener = (AccessibleControlListener) accessibleControlListeners.elementAt(i); listener.getChild(event); } positionInGroup = event.detail; if(positionInGroup!=-1){ groupLevel = event.x; similarItemsInGroup = event.y; }else if (control instanceof Button && ((control.getStyle() & SWT.RADIO) != 0)) { /* We currently only determine position and count for radio buttons. */ Control [] children = control.getParent().getChildren(); positionInGroup = 1; similarItemsInGroup = 1; for (int i = 0; i < children.length; i++) { Control child = children[i]; if (child instanceof Button && ((child.getStyle() & SWT.RADIO) != 0)) { if (child == control) positionInGroup = similarItemsInGroup; else similarItemsInGroup++; } } } COM.MoveMemory(pGroupLevel, new int [] { groupLevel }, 4); COM.MoveMemory(pSimilarItemsInGroup, new int [] { similarItemsInGroup }, 4); COM.MoveMemory(pPositionInGroup, new int [] { positionInGroup }, 4); if (DEBUG) print(this + ".IAccessible2::get_groupPosition() returning" + hresult(groupLevel == 0 && similarItemsInGroup == 0 && positionInGroup == 0 ? COM.S_FALSE : COM.S_OK)); if (groupLevel == 0 && similarItemsInGroup == 0 && positionInGroup == 0) return COM.S_FALSE; return COM.S_OK; } AccessibleControlEvent.java public static final int CHILDID_GROUP_POSITION = -6; | resolved fixed | 6b3c7f0 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/common/org/eclipse/swt/accessibility/ACC.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/common/org/eclipse/swt/accessibility/AccessibleAttributeAdapter.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/common/org/eclipse/swt/accessibility/AccessibleAttributeEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/common/org/eclipse/swt/accessibility/AccessibleAttributeListener.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-04-26T21:23:50Z" | "2013-04-09T09:33:20Z" |
404,776 | Bug 404776 crash: fatal error in soup_session_feature_detach with WebKitGTK+ >= 1.11.91 | null | resolved fixed | b22a7d1 | ["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 | "2013-04-25T18:57:31Z" | "2013-04-03T06:20:00Z" |
235,618 | Bug 235618 Support the @noreference Javadoc tag on types | SWT has a class GCData that is a public type in an API package. However, the class is documented as: * <b>IMPORTANT:</b> This class is <em>not</em> part of the public * API for SWT. It is marked public only so that it can be shared * within the packages provided by SWT. It is not available on all * platforms, and should never be called from application code. The class has a binary incomatibililty in it (vs 3.3 a removed field), however the problem should not be flagged. It can be filtered, but really, the type should have a @noreference or @private tag on it so clients would be warned about any reference to it, and all problems would be filtered automatically. | verified fixed | 5819843 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GCData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-04-22T20:18:30Z" | "2008-06-04T14:33:20Z" |
404,163 | Bug 404163 [GTK3] setBackgroundImage not working on Fedora 18 | This snippet fails on GTK3 when running on Fedora 18. import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.*; public class Test { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setBackgroundImage(display.getSystemImage(SWT.ICON_ERROR)); Composite composite = new Composite(shell, SWT.BORDER); composite.setBounds(30, 20, 200, 200); composite.setBackgroundImage(display.getSystemImage(SWT.ICON_WARNING)); shell.setSize(300, 300); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } } | resolved fixed | fb6bc4c | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-04-03T14:24:39Z" | "2013-03-22T16:33:20Z" |
403,102 | Bug 403102 [GTK3] pointer image is often wrong when moving from editor to view | 4.3M6 test build - open an editor - move the mouse pointer into the editor space, then out to one of the views adjacent to it, and the pointer image is often left as a resize (N/S or E/W arrows) image that was adopted when moving over the sash separating the editor and view | resolved fixed | f176c66 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-03-26T18:39:15Z" | "2013-03-12T17:40:00Z" |
397,107 | Bug 397107 [GTK3] CTabFolder rendering hangs | Eclipse 4.3M4 run with SWT_GTK3=1 Fedora 17, Gtk+ 3.4.4 1. Open Problems view (empty) 2. Click on Description header for sorting 3. Eclipse hangs, using 100% CPU Stack trace: "main" prio=10 tid=0x00007fc8f4008800 nid=0xc79 runnable [0x00007fc8fb1e0000] java.lang.Thread.State: RUNNABLE at org.eclipse.swt.internal.gtk.OS._gdk_cairo_region_create_from_surface(Native Method) at org.eclipse.swt.internal.gtk.OS.gdk_cairo_region_create_from_surface(OS.java:4965) at org.eclipse.swt.graphics.Region.gdk_region_polygon(Region.java:120) at org.eclipse.swt.graphics.Region.add(Region.java:164) at org.eclipse.swt.custom.CTabFolderRenderer.drawBackground(CTabFolderRenderer.java:595) at org.eclipse.swt.custom.CTabFolderRenderer.drawSelected(CTabFolderRenderer.java:1343) at org.eclipse.swt.custom.CTabFolderRenderer.draw(CTabFolderRenderer.java:547) at org.eclipse.swt.custom.CTabFolder.onPaint(CTabFolder.java:1960) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:284) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1416) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1401) at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3087) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2084) at org.eclipse.swt.widgets.Control.windowProc(Control.java:5334) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4532) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8549) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1241) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2281) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3324) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:173) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:388) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:275) at org.eclipse.ui.internal.progress.ProgressManager$3.run(ProgressManager.java:960) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.progress.ProgressManager.busyCursorWhile(ProgressManager.java:995) at org.eclipse.ui.internal.progress.ProgressManager.busyCursorWhile(ProgressManager.java:970) at org.eclipse.ui.internal.progress.WorkbenchSiteProgressService.busyCursorWhile(WorkbenchSiteProgressService.java:186) at org.eclipse.ui.internal.views.markers.CachedMarkerBuilder.refreshContents(CachedMarkerBuilder.java:259) at org.eclipse.ui.internal.views.markers.ExtendedMarkersView.setPrimarySortField(ExtendedMarkersView.java:1403) at org.eclipse.ui.internal.views.markers.ExtendedMarkersView.access$2(ExtendedMarkersView.java:1398) at org.eclipse.ui.internal.views.markers.ExtendedMarkersView$7.widgetSelected(ExtendedMarkersView.java:826) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3705) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3326) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1049) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:939) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:79) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:587) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:542) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) 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:353) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1443) at org.eclipse.equinox.launcher.Main.main(Main.java:1419) When taking the stack trace multiple times during the hang, org.eclipse.swt.custom.CTabFolderRenderer.draw is always part of it. The drawSelected and lines above that vary. | resolved fixed | d453cf5 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/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/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Scrollable.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-03-25T16:55:09Z" | "2012-12-21T20:00:00Z" |
384,175 | Bug 384175 [Win7]Text#setMessage(java.lang.String) has no effect on Text with setEditable(false) | Build Identifier: Indigo Service Release 1, build ID 20110916-0149 The message isn't displayed if the Text isn't editable. In Linux and Windows XP the text is displayed Reproducible: Always | resolved fixed | 3462638 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-03-25T16:44:15Z" | "2012-07-03T15:40:00Z" |
399,562 | Bug 399562 [GTK3] ProgressBar does not send any mouse events | - 4.3M5 test build, observed on Ubuntu 12.04LTS - run ControlExample, go to the ProgressBar tab, turn on all events - note that the only events shown are Move, Resize, Paint, even if you click on the example control | resolved fixed | 0f396c8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-03-21T18:27:02Z" | "2013-01-30T21:06:40Z" |
396,316 | Bug 396316 [GTK3] Table is not given enough height on preferences File Associations page | null | resolved fixed | 1b3622f | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-03-21T17:56:07Z" | "2012-12-11T18:20:00Z" |
399,547 | Bug 399547 [GTK3] Widget.getStyle() does not report a set SWT.BORDER value | - 4.3M5 test build, observed on Ubuntu 12.04LTS I noticed in ControlExample that controls would draw a border when their SWT.BORDER style was set, but their SWT.BORDER checkbox would never become selected. The following snippet shows the problem, the last line should print 2048, not 0 (ControlExample can be used to visually confirm that Tables do support showing a border): public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); Table table = new Table(shell, SWT.BORDER); System.out.println(table.getStyle() & SWT.BORDER); // <--- } | resolved fixed | a41e15e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-03-21T15:02:01Z" | "2013-01-30T21:06:40Z" |
398,176 | Bug 398176 [GTK3] Terminate button in Console view is always enabled | When running Eclipse using GTK 3 (export SWT_GTK3=1) the terminate button in Console view always remains enabled even after any running instances are terminated. The same issue is also seen with the 'Stop Search' button in the Search view. | resolved fixed | aaca3a8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-03-21T13:57:50Z" | "2013-01-15T11:40:00Z" |
403,941 | Bug 403941 AllGtkTests failures on Fedora 18 | There are like ~60 failures caused by setForeground/setBackground/setFont not being properly applied to both visualization and style context which result in the properties retrieved via the respective getters not being correct. | closed fixed | cd2045e | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.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 | "2013-03-20T20:21:14Z" | "2013-03-20T20:06:40Z" |
399,560 | Bug 399560 [GTK3] CoolBar item handles only shown when CoolBar style includes SWT.FLAT | - 4.3M5 test build, observed on Ubuntu 12.04LTS - run ControlExample, go to the CoolBar tab - note that handles for dragging CoolItems are only shown when the Control's style includes SWT.FLAT - dragging the items still works in such cases, one just has to know where to begin dragging | resolved fixed | e55ec02 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-03-20T18:22:02Z" | "2013-01-30T21:06:40Z" |
403,191 | Bug 403191 [GTK+3] Implement SwtFixed preferred height/width methods | null | resolved fixed | 84cc272 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-03-19T18:50:46Z" | "2013-03-13T13:06:40Z" |
403,346 | Bug 403346 TreeViewers throw NPE's on collapsed multi-selections | If you select multiple elements in the Package Explorer and then collapse the tree using the *toolbar button* (not the + on the tree itself) then you will start seeing multiple NPEs reported. Changing the selection in the tree causes the problem to go away. | resolved fixed | 2744fe7 | ["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 | "2013-03-14T14:51:05Z" | "2013-03-14T14:06:40Z" |
388,628 | Bug 388628 [Viewers] ILazyTreeContentProvider: NPE when refreshing viewer while an inner node is selected and using OwnerDrawLabelProvider | null | verified fixed | 1a14ea6 | ["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 | "2013-02-05T21:16:23Z" | "2012-09-02T15:33:20Z" |
399,563 | Bug 399563 Splash screen is huge on aix.ppc and linux.ppc | The Eclipse splash screen on the ppc platforms (aix and linux) show initially with a proper size, but they become huge after SWT starts up. On AIX, the build crashes. | resolved fixed | 7c8383f | ["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 | "2013-01-30T21:53:02Z" | "2013-01-30T21:06:40Z" |
399,151 | Bug 399151 Focus is not passed to the next window after a window minimized | null | resolved fixed | 1dacd3e | ["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 | "2013-01-29T21:54:48Z" | "2013-01-26T06:00:00Z" |
395,169 | Bug 395169 Table contents disappear when scrolling horizontally (Windows 7 only) | null | resolved fixed | f395263 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-01-28T22:36:52Z" | "2012-11-27T15:26:40Z" |
398,070 | Bug 398070 BrowserFunction not converting correctly boolean arrays with XULRunner 10 | null | resolved fixed | 1f7643c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/External.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIVariant.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWritableVariant.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-01-25T13:50:14Z" | "2013-01-14T10:40:00Z" |
393,833 | Bug 393833 Vertical scroll bar still shows after calling setVisible(false) in Windows 7 | null | resolved fixed | be7b110 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ScrollBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2013-01-22T19:27:07Z" | "2012-11-08T07:33:20Z" |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.