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
timestamp[us, tz=UTC] | report_datetime
timestamp[us, tz=UTC] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
107,692 | Bug 107692 Smoke Test: Error message always pops up when previewing a report with parameter. | Description: Error message always pops up when previewing a report with parameter. Tested in Eclipse Version 3.1 Steps to reproduce: 1. Create a parameter in report file. 2. Preview in html. Actual result: error message pops up and report can't be previewed. | closed fixed | 880c385 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/NamePropertyType.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-26T02:15:47Z | 2005-08-23T01:20:00Z |
106,987 | Bug 106987 set display value None will cause different effect when preview | description: set display value None will cause different effect when preview steps tor reproduce: 1. set an image display value "None" 2. preview in HTML, image display well 3. Preview in PDF, no image display actual result: set display value None will cause different effect when preview | closed fixed | 64f4a79 | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLTableEmitter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-26T02:13:48Z | 2005-08-15T01:40:00Z |
102,131 | Bug 102131 Support extension for Aggregation functions | Currently Dte provieded several buildin aggregation functions. But nobody could say that can meet all the user requirements. A better solution is to provide an extension point on this area, allowing user to write their own business logic aware aggregation functions. Note BIRT Chart Engine has already defined an extension point for aggreation functions. | resolved fixed | b50c9d7 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/Accumulator.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/IAggregation.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-24T03:24:35Z | 2005-06-29T10:13:20Z |
107,695 | Bug 107695 When click on "restore" in driver manager, the first column is refreshed strangely. | Description: When click on "restore" in driver manager, the first column is refreshed strangely. Steps to reproduce: 1. Add a data source and manage driver. 2. Select one file and click on "restore". Actual result: the first column is refreshed. See captured image. | closed fixed | fe1af9e | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-23T09:53:54Z | 2005-08-23T04:06:40Z |
107,693 | Bug 107693 Error message pops up when adding attached image into layout. | Description: Error message pops up when adding attached image into layout. Steps to reproduce: 1. Add an image into layout view. Actual result: error message pops up. | closed fixed | 97f95c8 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/NamePropertyType.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-23T06:11:05Z | 2005-08-23T01:20:00Z |
107,185 | Bug 107185 Smoke Test: DataException: Invalid Javascript expression | The Step of Reproduce: 1.Obtain the latest version of engine, model, data, etc of BIRT 2.Extract them to related eclipse workspace 3.Set Project as engine project, Program arguments as grid-data-highmap- multistatement.xml, VM arguments set to -DBIRT_HOME="D:\workspace" -Xmx512M -ea and click Run button. Expected Result: There is no error in output Actual Result: Aug 17, 2005 4:13:39 PM org.eclipse.birt.report.engine.data.dte.DteDataEngine evaluate SEVERE: Invalid Javascript expression. Source: null, line: 0, Expression: <compiled script> Script engine error: ReferenceError: "Date" is not defined. org.eclipse.birt.data.engine.core.DataException: Invalid Javascript expression. Source: null, line: 0, Expression: <compiled script> Script engine error: ReferenceError: "Date" is not defined. at org.eclipse.birt.data.engine.script.ScriptEvalUtil.RethrowJSEvalException (ScriptEvalUtil.java:418) at org.eclipse.birt.data.engine.impl.BytecodeExpression.evaluate (BytecodeExpression.java:51) at org.eclipse.birt.data.engine.impl.ResultIterator.evaluateCompiledExpression (ResultIterator.java:216) at org.eclipse.birt.data.engine.impl.ResultIterator.getValue (ResultIterator.java:276) at org.eclipse.birt.data.engine.impl.ResultIterator.getValue (ResultIterator.java:286) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.evaluate (DteDataEngine.java:308) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate (ExecutionContext.java:362) at org.eclipse.birt.report.engine.executor.StyledItemExecutor.getStyleFromHighligh t(StyledItemExecutor.java:183) at org.eclipse.birt.report.engine.executor.StyledItemExecutor.setStyles (StyledItemExecutor.java:87) at org.eclipse.birt.report.engine.executor.DataItemExecutor.execute (DataItemExecutor.java:93) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitDataItem (ReportExecutorVisitor.java:324) at org.eclipse.birt.report.engine.ir.DataItemDesign.accept (DataItemDesign.java:73) at org.eclipse.birt.report.engine.executor.GridItemExecutor.execute (GridItemExecutor.java:131) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitGridItem (ReportExecutorVisitor.java:342) at org.eclipse.birt.report.engine.ir.GridItemDesign.accept (GridItemDesign.java:117) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute (ReportExecutor.java:162) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:159) at org.eclipse.birt.report.engine.api.ReportRunner.executeReport (ReportRunner.java:174) at org.eclipse.birt.report.engine.api.ReportRunner.execute (ReportRunner.java:115) at org.eclipse.birt.report.engine.api.ReportRunner.main (ReportRunner.java:86) | closed fixed | 2a8a8fb | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-19T02:28:52Z | 2005-08-17T09:13:20Z |
107,170 | Bug 107170 Daily build failed because of generateRomDoc failure | RomDoc: [mkdir] Created dir: E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.model\romdoc\bin [mkdir] Created dir: E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.model\romdoc\gen [javac] Compiling 30 source files to E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.model\romdoc\bin [javac] E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.model\romdoc\src\org\ecli pse\birt\doc\romdoc\DocElement.java:20: cannot resolve symbol [javac] symbol : class RootElement [javac] location: package core [javac] import org.eclipse.birt.report.model.core.RootElement; [javac] ^ [javac] E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.model\romdoc\src\org\ecli pse\birt\doc\romdoc\DocElement.java:109: cannot resolve symbol [javac] symbol : variable RootElement [javac] location: class org.eclipse.birt.doc.romdoc.DocElement [javac] case RootElement.STYLE_NAME_SPACE: [javac] ^ [javac] E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.model\romdoc\src\org\ecli pse\birt\doc\romdoc\DocElement.java:111: cannot resolve symbol [javac] symbol : variable RootElement [javac] location: class org.eclipse.birt.doc.romdoc.DocElement [javac] case RootElement.DATA_SET_NAME_SPACE: [javac] ^ [javac] E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.model\romdoc\src\org\ecli pse\birt\doc\romdoc\DocElement.java:113: cannot resolve symbol [javac] symbol : variable RootElement [javac] location: class org.eclipse.birt.doc.romdoc.DocElement [javac] case RootElement.DATA_SOURCE_NAME_SPACE: [javac] ^ [javac] E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.model\romdoc\src\org\ecli pse\birt\doc\romdoc\DocElement.java:115: cannot resolve symbol [javac] symbol : variable RootElement [javac] location: class org.eclipse.birt.doc.romdoc.DocElement [javac] case RootElement.ELEMENT_NAME_SPACE: [javac] ^ [javac] E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.model\romdoc\src\org\ecli pse\birt\doc\romdoc\DocElement.java:117: cannot resolve symbol [javac] symbol : variable RootElement [javac] location: class org.eclipse.birt.doc.romdoc.DocElement [javac] case RootElement.PARAMETER_NAME_SPACE: [javac] ^ [javac] E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.model\romdoc\src\org\ecli pse\birt\doc\romdoc\DocElement.java:119: cannot resolve symbol [javac] symbol : variable RootElement [javac] location: class org.eclipse.birt.doc.romdoc.DocElement [javac] case RootElement.PAGE_NAME_SPACE: [javac] ^ [javac] 7 errors | closed fixed | 5c7b129 | ["model/org.eclipse.birt.report.model/romdoc/src/org/eclipse/birt/doc/romdoc/DocElement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-17T04:10:17Z | 2005-08-17T00:53:20Z |
106,989 | Bug 106989 IllegalArgumentException thrown out when set chart dispaly None | description Exception thrown out when set chart dispaly None steps tor reproduce: 1 set Chart display value None actual result: java.lang.IllegalArgumentException thrown out exception stack trace: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Argument not valid) at org.eclipse.swt.SWT.error(SWT.java:2942) at org.eclipse.swt.SWT.error(SWT.java:2865) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) Caused by: java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:2926) at org.eclipse.swt.SWT.error(SWT.java:2865) at org.eclipse.swt.SWT.error(SWT.java:2836) at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:421) at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:256) at org.eclipse.birt.chart.reportitem.DesignerRepresentation.paintClientArea (DesignerRepresentation.java:282) at org.eclipse.draw2d.Figure.paint(Figure.java:1055) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.Report DesignEditPart$1.paintChildren(ReportDesignEditPart.java:180) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1127) at org.eclipse.draw2d.Figure.paint(Figure.java:1055) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1091) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1123) at org.eclipse.draw2d.Figure.paint(Figure.java:1055) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1091) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1123) at org.eclipse.draw2d.Figure.paint(Figure.java:1055) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1091) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1123) at org.eclipse.draw2d.ScalableFreeformLayeredPane.paintClientArea (ScalableFreeformLayeredPane.java:61) at org.eclipse.draw2d.Figure.paint(Figure.java:1055) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1091) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1123) at org.eclipse.draw2d.Figure.paint(Figure.java:1055) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1091) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1118) at org.eclipse.draw2d.Viewport.paintClientArea(Viewport.java:156) at org.eclipse.draw2d.Figure.paint(Figure.java:1055) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1091) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1123) at org.eclipse.draw2d.Figure.paint(Figure.java:1055) at org.eclipse.draw2d.DeferredUpdateManager.repairDamage (DeferredUpdateManager.java:225) at org.eclipse.draw2d.DeferredUpdateManager.performUpdate (DeferredUpdateManager.java:145) at org.eclipse.birt.report.designer.internal.ui.editors.notification.ReportDeferre dUpdateManager.performUpdate(ReportDeferredUpdateManager.java:33) at org.eclipse.draw2d.DeferredUpdateManager$UpdateRequest.run (DeferredUpdateManager.java:40) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:123) ... 18 more | closed fixed | 26bab22 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/device/IStructureDefinitionListener.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/Chart.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithoutAxes.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ModelFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ModelPackage.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ChartImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ChartWithAxesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ChartWithoutAxesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ModelFactoryImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ModelPackageImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/LineSeries.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/TypePackage.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/AreaSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/LineSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/ScatterSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/TypePackageImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/util/ModelAdapterFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/util/ModelResourceFactoryImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/util/ModelResourceImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/util/ModelSwitch.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/CurveRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-16T02:38:36Z | 2005-08-15T01:40:00Z |
106,287 | Bug 106287 Adding a Path when creating a new report causes an exception | The following directory exists: SchoolPsychology/Reports If I try to generate a report by appending /Test so I have the directory field be: SchoolPsychology/Reports/Test I always get: An unexpected internal exception occurred.Please see log for detail. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Designer UI Plug-in ID:org.eclipse.birt.report.designer.ui Version:1.0.1 Error Code:Error.GUIException.invokedByUnexpectedException Error Message:Caused by java.lang.NullPointerException I can work around this by creating the directory manually. I just installed 1.0.1 and am trying BIRT for the first time. I have EMF 2.1 and GEF 3.1. I am running on XPhome and 1.4.2_06 This is repeatable. | resolved fixed | e0a06fd | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-16T02:25:05Z | 2005-08-06T20:26:40Z |
105,120 | Bug 105120 No right data set value returned after change variable defined in data source | details: preview doesn't return right data set value after change variable defined in data source steps to reproduce: 1. define "j=0" in scripted data source Open function 2. use j reference with a data set variable 3. edit "j=0" to "j=4" 4. preview scripted data set actual result: data set return value won't change expected result: preview should return right data set value after change variable defined in data source | closed fixed | da9c6ec | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataSourceRuntime.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-16T02:13:39Z | 2005-07-26T06:40:00Z |
106,272 | Bug 106272 Chart Selector dialog incorrectly parented | Eclipse 3.1, GEF 3.1, EMO-SDO-SDK 2.1.0, BIRT 1.0.1 GTK+ 2.6.8 (Debian Linux) In the report editor, click on "chart" in the palette and click back on the layout to add a chart. This opens a "Chart Selector" dialog. However, while the dialog is modal, it does not seem to have the Eclipse window as its parent. Under Linux, this gives some interesting effects. Even though the dialog is modal, you can minimize it and move the Eclipse window in front of it, which can be quite confusing. The dialog should be created with a parent. | resolved fixed | d88bced | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingTextMetrics.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-12T02:05:51Z | 2005-08-06T01:00:00Z |
103,447 | Bug 103447 Set "string" as chart data type then preview, it is displayed not friendly. | Description: Set "string" as chart data type then preview, it is displayed not friendly. Steps to reproduce: 1.Create a chart, set x axis and y axis data type as "string". 2.Preview. Expected result: Error message appears. Actual result: a strange chart is displayed not correctly. | closed fixed | bdab784 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/aggregate/AggregateFunctionAdapter.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataSetIterator.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IConstants.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/ValueFormatter.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/Generator.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/RunTimeContext.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/ColorDefinitionImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/Axis.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/ChartPreferences.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/ComponentFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/ComponentPackage.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/CurveFitting.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/Grid.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/Label.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/MarkerLine.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/MarkerRange.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/Scale.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/Series.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/AxisImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ChartPreferencesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ComponentFactoryImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ComponentPackageImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/CurveFittingImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/GridImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/LabelImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/MarkerLineImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/MarkerRangeImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ScaleImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/SeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/util/ComponentAdapterFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/util/ComponentResourceFactoryImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/util/ComponentResourceImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/util/ComponentSwitch.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ChartImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/Block.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/ClientArea.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/LabelBlock.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/LayoutFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/LayoutPackage.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/Legend.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/Plot.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/BlockImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/ClientAreaImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/LabelBlockImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/LayoutFactoryImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/LayoutPackageImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/LegendImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/PlotImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/TitleBlockImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/util/LayoutAdapterFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/util/LayoutResourceFactoryImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/util/LayoutResourceImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/util/LayoutSwitch.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/AreaSeries.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/BarSeries.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/LineSeries.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/PieSeries.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/StockSeries.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/TypeFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/TypePackage.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/AreaSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/BarSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/LineSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/PieSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/ScatterSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/StockSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/TypeFactoryImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/TypePackageImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/util/TypeAdapterFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/util/TypeResourceFactoryImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/util/TypeResourceImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/util/TypeSwitch.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/CurveRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/PluginSettings.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-11T08:25:52Z | 2005-07-12T06:33:20Z |
104,182 | Bug 104182 Linux:"Apply Filter" button can't display completely | description: "Apply Filter" button can display completely in Linux platform steps to reproduce: 1. create a data source and data set 2. edit the data set 3. there is a "Apply filter" button in Query tab of edit data set dialog actual result: "Apply filter" button can't display completely in Linux platform expected result: "Apply Filter" button can display completely | closed fixed | 61ab62c | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-11T08:04:26Z | 2005-07-18T07:00:00Z |
104,627 | Bug 104627 Long Axis title will cause chart preview fail | description: Long Axis title will cause chart preview fail steps to reproduce: 1. copy three line text to X Axis title 2. preview won't return chart actual result: "------------------------------------------------------------------------------ -- There are errors on the report page: - There are error(s) in Chart:null Error0 : Error.ExtendedItemRenderingError(1 time)detail: There are problems(s) rendering Chart extended item .$NO-RB$ Zero length string passed to TextLayout constructor.$NO-RB$ Zero length string passed to TextLayout constructor.Zero length string passed to TextLayout constructor." display in HTML page when preview expected result: Long title will cause chart preview fail | closed fixed | b0f36fc | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/BmpRendererImpl.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/BmpWriter.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/GifRendererImpl.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingEventHandler.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingTextMetrics.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartChoiceDefinitionImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-11T07:19:42Z | 2005-07-21T10:00:00Z |
105,305 | Bug 105305 Font size in chart builder is not displayed completely. | Description: Font size in chart builder is not displayed completely. See screen captured. | closed fixed | eded053 | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/extension/i18n/Messages.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/ExternalizedTextEditorComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FontCanvas.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FontDefinitionComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FontDefinitionDialog.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FormatSpecifierDialog.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/GradientEditorDialog.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/IntegerSpinControl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerEditorDialog.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/LineSeriesUIProvider.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/PieSeriesUIProvider.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/StockSeriesUIProvider.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/i18n/Messages.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/UIHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-11T07:12:23Z | 2005-07-27T13:13:20Z |
104,339 | Bug 104339 [SPM]JDBC driver jar hasn't been copied to viewer package when add a new driver jar file through Manage Driver | Redhat Linux WS3.0 Description: JDBC driver jar hasn't been copied to viewer package when add a new driver jar file through Manage Driver Steps to reproduce: 1.Click Manage Driver 2.Add a new driver Expected result: The new jar file is copied to jdbc package and viewer package Actual result: It was copied to jdbc package but not to viewer package | closed fixed | d2bf396 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-11T06:31:05Z | 2005-07-19T10:46:40Z |
104,757 | Bug 104757 "java.lang.IllegalArgumentException: Index out of bounds" exception thrown out after delete all the sql statement in query page | description: steps to reproduce: 1. new a data set, go to preview page 2. then go to Query page,delete all the Sql statement 3. go to preview page actual result: "java.lang.IllegalArgumentException: Index out of bounds" exception thrown out expected result: no exception thrown out exception stack trace: java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2677) at org.eclipse.swt.SWT.error(SWT.java:2616) at org.eclipse.swt.SWT.error(SWT.java:2587) at org.eclipse.swt.custom.StyledText.setSelectionRange (StyledText.java:7190) at org.eclipse.swt.custom.StyledText.setSelection(StyledText.java:7162) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.prepareUI (SQLDataSetEditorPage.java:1259) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.pageActiv ated(SQLDataSetEditorPage.java:1242) at org.eclipse.birt.report.designer.ui.dialogs.properties.AbstractPropertyDialog.s howPage(AbstractPropertyDialog.java:420) at org.eclipse.birt.report.designer.ui.dialogs.properties.AbstractPropertyDialog.s howSelectionPage(AbstractPropertyDialog.java:342) at org.eclipse.birt.report.designer.ui.dialogs.properties.AbstractPropertyDialog.a ccess$200(AbstractPropertyDialog.java:60) at org.eclipse.birt.report.designer.ui.dialogs.properties.AbstractPropertyDialog$2 .run(AbstractPropertyDialog.java:300) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.birt.report.designer.ui.dialogs.properties.AbstractPropertyDialog$1 .selectionChanged(AbstractPropertyDialog.java:295) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:159) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged (Viewer.java:157) at org.eclipse.jface.viewers.StructuredViewer.updateSelection (StructuredViewer.java:1394) at org.eclipse.jface.viewers.StructuredViewer.handleSelect (StructuredViewer.java:693) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected (StructuredViewer.java:718) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent (OpenStrategy.java:180) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:175) at org.eclipse.jface.util.OpenStrategy$1.handleEvent (OpenStrategy.java:324) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open (BaseDialog.java:145) at org.eclipse.birt.report.designer.ui.actions.NewDataSetAction.editDataSet (NewDataSetAction.java:182) at org.eclipse.birt.report.designer.ui.actions.NewDataSetAction.run (NewDataSetAction.java:136) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:915) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:866) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent (ActionContributionItem.java:785) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:254) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688) | closed fixed | 2308881 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-11T06:10:55Z | 2005-07-22T02:40:00Z |
105,271 | Bug 105271 Acceptance:one report can open several times | details: one report can open several times steps tp reproduce: 1.one report can open several times actual result: Open one report, there is several designer opened. | closed fixed | c01c8a3 | ["UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ReportPerspective.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/DocumentProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/StackWindowAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-11T06:10:43Z | 2005-07-27T07:40:00Z |
105,277 | Bug 105277 NativeJavaObject is returned when script data set is used | It's printing "org.mozilla.javascript.NativeJavaObject@154f4c7" instead of "Hello World!" This is the script I have on dataset. on open: s = Packages.HelloWorld.hello(); count = 1; on fetch: if (count > 0) { row["columnString"] = s; count--; return true; } return false; hello() method returns a String. | resolved fixed | c2dc8c4 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/JSRowObject.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-11T05:53:52Z | 2005-07-27T07:40:00Z |
105,129 | Bug 105129 correct context menu in expression builder should display in eclipse 3.1 | details: correct context menu ib expression builder should display steps to reproduce: 1. open expression builder 2. right click mouse actual result: "Editor.undo.label Editor.redo.label Editor.cut.label Editor.copy.label Editor.paste.label Editor.select all.label" displays in context menu This context menu display right in eclipse 3.0.1 but wrong in eclipse 3.1 expected result: expression context menu can display well | closed fixed | dcfc9e1 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-11T05:30:16Z | 2005-07-26T09:26:40Z |
106,250 | Bug 106250 POJO Data Source | I have a simple POJO Data Source that was working in RC1 and it no longer works in 1.0.1. I will attach the design in an attachment | closed fixed | f161660 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-08-09T03:49:04Z | 2005-08-05T22:13:20Z |
104,239 | Bug 104239 Value-Of Problem | I've added a text item and i'm running into the following problem with the value-of tag: <I> <VALUE-OF format="html"> var value; value="test"; value; </VALUE-OF> </I> gives the error: There are errors on the report page: Error1:Invalid Javascript expression: null The expression cannot be null or empty The expression cannot be null or empty So then I went to the rom spec for an example and tried the following and got the error below <value-of format="html"> String value; if ( 10.24 < 0 ) value = "<span style=\"red\""; value += format( 10.24, "(##,###.##)" ); if ( 10.24 < 0 ) value += "</span>"; value; </value-of> There are errors on the report page: Error1:Invalid Javascript expression: String value; if ( 10.24 < 0 ) value = " missing ; before statement missing ; before statement | resolved fixed | 34b7f95 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/HTMLTextParser.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-25T09:06:42Z | 2005-07-18T18:06:40Z |
104,616 | Bug 104616 A sql statement with parameter can not be changed if you go out of "Edit DataSet"->"Query" | 1.Creat a data source and a data set 2.input query "select * from dbo.Account where dbo.Account.account_id<?" 3.select "Parametes" tab , and the parametes is created. 4.Try to delete the parametes and change Query, but failed to return to "Query" tab. | closed fixed | 61fe420 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-22T05:47:31Z | 2005-07-21T04:26:40Z |
104,630 | Bug 104630 Column icons don't show up in connecting derby database | The Steps of Reproduce: 1. New a project 2. New a report 3. In Data Explorer view, New a Data Source to connect derby database: Driver Class: com.ibm.db2.jcc.DB2Driver Database URL: jdbc:db2://spmdb:1527/gui User Name: root Password: root 4. After set up Data Source, create a dataset 5. In Edit Data Set-Data Set window, select Query. 6. In Avaiable Items sector, expand Data Source by clicking the related icon. Expected Result: table icons and column icons will show up. Actual Result: column icons don't show up. | closed fixed | 89e01e2 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-21T10:30:02Z | 2005-07-21T10:00:00Z |
104,248 | Bug 104248 Axis types on Chart dialog are not displayed in localized language. | Axis types "Linear", "Logarithmic", "text", "DateTime" are not displayed in localized language. These text are not found in *.properties files. | verified fixed | 35e5ac5 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/BarSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/LineSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/PieSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/ScatterSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/StockSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/LiteralHelper.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/NameSet.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FormatSpecifierComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/GridAttributesComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LabelAttributesComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/SeriesGroupingComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerDataComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/BarSeriesAttributeComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/LineSeriesAttributeComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/PieSeriesAttributeComposite.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-21T07:50:05Z | 2005-07-18T18:06:40Z |
104,599 | Bug 104599 Report Property->Comment page is not displayed on Korean locale. | Report Property->Comment page is not displayed on Korean locale. Please check the attached bitmap file for detail. To reproduce: 1. start the Eclipse with -nl ko_KR option, 2. Create any report, open Report property. 3. Select Description. --> Description page is displayed 4. Select Comment. Note: "Description" and "Comments" are the same word in Korean. | closed fixed | 584db7f | ["UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/internal/ui/views/attributes/page/BaseAttributePageTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-21T07:40:13Z | 2005-07-20T22:53:20Z |
103,106 | Bug 103106 Generates incompatible FOP files | This bug originates from my thread on the eclipse.birt newsgroup. I have configured the Birt RunAndRenderTask to use FORenderOption options with the TailoredForFOP option set to true. Using the generated .fo file (TestReport.fo in the example below), I try to convert it to a PDF using FOP v0.20.5 from command line. The errors below occur. I then hand-modified the .fo file to remove the "text-transform", "word-spacing", and "letter spacing" tags from the file, which removed the first 6 errors. The ClassCastException remains. Help? D:\FOP\fop-0.20.5>fop.bat -fo TestReport.fo -print -d [DEBUG] Input mode: [DEBUG] FO [DEBUG] fo input file: TestReport.fo [DEBUG] Output mode: [DEBUG] print directly [DEBUG] OPTIONS [DEBUG] no user configuration file is used [default] [DEBUG] debug mode on [DEBUG] dump configuration [DEBUG] quiet mode on [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] base directory: file:/D:/FOP/fop-0.20.5/ [INFO] FOP 0.20.5 [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] building formatting object tree [INFO] setting up fonts [ERROR] property - "text-transform" is not implemented yet. [ERROR] Error in letter-spacing property value 'normal': org.apache.fop.fo.expr.PropertyException: No conversion defined [ERROR] property - "word-spacing" is not implemented yet. [ERROR] property - "text-transform" is not implemented yet. [ERROR] Error in letter-spacing property value 'normal': org.apache.fop.fo.expr.PropertyException: No conversion defined [ERROR] property - "word-spacing" is not implemented yet. [INFO] [1] [ERROR] null org.apache.fop.apps.FOPException at org.apache.fop.apps.PrintStarter.run(PrintStarter.java:125) at org.apache.fop.apps.Fop.main(Fop.java:62) --------- java.lang.ClassCastException at org.apache.fop.fo.flow.BlockContainer.layout(BlockContainer.java:157) at org.apache.fop.fo.flow.Block.layout(Block.java:257) at org.apache.fop.fo.flow.AbstractFlow.layout(AbstractFlow.java:154) at org.apache.fop.fo.flow.AbstractFlow.layout(AbstractFlow.java:110) at org.apache.fop.fo.pagination.PageSequence.makePage(PageSequence.java:400) at org.apache.fop.fo.pagination.PageSequence.format(PageSequence.java:338) at org.apache.fop.apps.StreamRenderer.render(StreamRenderer.java:262) at org.apache.fop.fo.FOTreeBuilder.endElement(FOTreeBuilder.java:223) at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.fop.apps.Driver.render(Driver.java:498) at org.apache.fop.apps.PrintStarter.run(PrintStarter.java:120) at org.apache.fop.apps.Fop.main(Fop.java:62) --------- java.lang.ClassCastException at org.apache.fop.fo.flow.BlockContainer.layout(BlockContainer.java:157) at org.apache.fop.fo.flow.Block.layout(Block.java:257) at org.apache.fop.fo.flow.AbstractFlow.layout(AbstractFlow.java:154) at org.apache.fop.fo.flow.AbstractFlow.layout(AbstractFlow.java:110) at org.apache.fop.fo.pagination.PageSequence.makePage(PageSequence.java:400) at org.apache.fop.fo.pagination.PageSequence.format(PageSequence.java:338) at org.apache.fop.apps.StreamRenderer.render(StreamRenderer.java:262) at org.apache.fop.fo.FOTreeBuilder.endElement(FOTreeBuilder.java:223) at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.fop.apps.Driver.render(Driver.java:498) at org.apache.fop.apps.PrintStarter.run(PrintStarter.java:120) at org.apache.fop.apps.Fop.main(Fop.java:62) | resolved fixed | 375f637 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-21T07:23:57Z | 2005-07-07T23:46:40Z |
104,578 | Bug 104578 German labels are truncated on Manage JDBC drivers dialog. | German lables on Add and Restore button on Manage JDBC drivers dialog are truncated. Please check the attached bitmap file for detail. | verified fixed | 4793971 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-21T02:04:25Z | 2005-07-20T20:06:40Z |
104,204 | Bug 104204 [SPM]Test connection fail when try to connect birt derby sample db. | Description: Test connection fail when try to connect birt derby sample db. Steps to reproduce: 1.New a data source Driver Class:org.apache.derby.jdbc.EmbeddedDriver (Apache Derby Embedded Driver) Database URL:jdbc:derby:jar:(C:\SPM test\Designer\eclipse\plugins\org.eclipse.birt.report.data.oda.sampledb_1.0.0 \db\BirtSample.jar)BirtSample 2.Click Test Connection Expected result: Connection succeeds Actual result: Connection fail.But dataset can be created correctly and dataset preview will succeed. | closed fixed | 3a0305c | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/DriverLoader.java", "data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/i18n/ResourceConstants.java", "data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/JDBCDriverManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-20T10:55:30Z | 2005-07-18T09:46:40Z |
104,397 | Bug 104397 JDBC Data Set Editor showing empty/system schemas | Some recent enhancements to the JDBC Data Set Editor in 1.0.1 dev build has introduced an unintended side effect: the Schema browser now shows empty and/or system schemas, which are never used to build queries. This is a regression against 1.0.0 Final. See attached screenshot for an example. This is shown when creating a Sample DB data set. Note that the "Available Items" pane shows a large number of empty and system schema names (APP, SYS, SYSCAT, etc.). Previously with 1.0.0 Final build, only the "CLASSICMODELS" schema is shown. We need to preserve that behavior. | resolved fixed | c532e02 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-20T08:28:29Z | 2005-07-19T19:06:40Z |
104,450 | Bug 104450 If plot background is set, data set binding is lost. | Steps: 1.Drag a chart into the layout 2.Set data: dataset, X Series, Y Series... 3.Set the image to the plot background 4.Click "OK" Actual Result 1.Data set binding is lost. Expected Result 1.Data set can word correctly. | closed fixed | cfdc855 | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillCanvas.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-20T06:31:41Z | 2005-07-20T03:26:40Z |
100,964 | Bug 100964 Provide Support for the Eclipse 3.1 Platform Release | BIRT 1.0 was designed to work on the released Eclipse 3.0.1 / 3.0.2 platform the current release during development of BIRT (and since BIRT did not have any dependencies on new Eclipse platform 3.1 features). BIRT 1.0 has not been extensively tested on, and does not claim support for, the upcoming Eclipse 3.1 platform release. When the Eclipse 3.1 platform release is made available at the end of June, BIRT needs to be tested with, and provide support for, this release. This will allow application developers using Eclipse 3.1 to utilize BIRT in their applications. Since many developers are also still using Eclipse 3.0.1 / 3.0.2, if possible, BIRT should also continue to support these versions. This is particularly important for BIRT to be used with commercial products that are based on Eclipse 3.0.1 technology. | resolved fixed | af9fa63 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/TextFlow.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-20T02:52:39Z | 2005-06-20T20:40:00Z |
103,963 | Bug 103963 If there is no data for series, it should pop up a friendly error message to remind. | Description:If there is no data for series, it should pop up a friendly error message to remind. Steps to reproduce: 1. Create a chart and set data definition. 2. Select a column without data. 3. Preview. Actual result: it doesn't provide a friendly error message. | closed fixed | bce9c98 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LabelAttributesComposite.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-19T07:25:33Z | 2005-07-15T06:46:40Z |
104,197 | Bug 104197 "Type"/"size" in chart builder won't be disabled if uncheck Marker "Is Visible", | description: steps to reproduce: 1.drag a chart to layout view. 2.select Y series in attributes tab 3.Checkbox Marker's "Is visible" or uncheck it won't disabled/enable Type and size in this panel actual result: if Uncheck Marker "Is Visible", "Type"/"size" in this panel should be disabled expected result: if Uncheck Marker "Is Visible", "Type"/"size" in this panel should be disabled | closed fixed | 349f24e | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/engine/i18n/Messages.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ChartWithAxesImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/LineSeriesAttributeComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/ScatterSeriesUIProvider.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/BarChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/LineChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/PieChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/ScatterChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/StockChart.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DefaultChartTypeImpl.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-19T06:12:57Z | 2005-07-18T09:46:40Z |
104,180 | Bug 104180 [SPM]NullPointException is thrown when change data source in Edit Data Set builder. | Description: NullPointException is thrown when change data source in Edit Data Set builder. Steps to reproduce: 1.New a dataset 2.In Edit Data Set builder, change data source from mysql to sybase, or change to data source based on datadirect driver. 3.Click Query to input query text Expected result: No error. Actual result: java.lang.NullPointerException at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.populateAv ailableDbObjects(SQLDataSetEditorPage.java:435) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.refreshPag e(SQLDataSetEditorPage.java:894) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.pageActiva ted(SQLDataSetEditorPage.java:1195) at org.eclipse.birt.report.designer.ui.dialogs.properties.AbstractPropertyDialog.sh owPage(AbstractPropertyDialog.java:420) at org.eclipse.birt.report.designer.ui.dialogs.properties.AbstractPropertyDialog.sh owSelectionPage(AbstractPropertyDialog.java:342) at org.eclipse.birt.report.designer.ui.dialogs.properties.AbstractPropertyDialog.ac cess$200(AbstractPropertyDialog.java:60) at org.eclipse.birt.report.designer.ui.dialogs.properties.AbstractPropertyDialog$2. run(AbstractPropertyDialog.java:300) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.birt.report.designer.ui.dialogs.properties.AbstractPropertyDialog$1. selectionChanged(AbstractPropertyDialog.java:295) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged (Viewer.java:160) at org.eclipse.jface.viewers.StructuredViewer.updateSelection (StructuredViewer.java:1784) at org.eclipse.jface.viewers.StructuredViewer.handleSelect (StructuredViewer.java:1027) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected (StructuredViewer.java:1053) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent (OpenStrategy.java:209) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:204) at org.eclipse.jface.util.OpenStrategy$1.handleEvent (OpenStrategy.java:364) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) at org.eclipse.jface.window.Window.runEventLoop(Window.java:809) at org.eclipse.jface.window.Window.open(Window.java:787) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open (BaseDialog.java:145) at org.eclipse.birt.report.designer.ui.actions.NewDataSetAction.editDataSet (NewDataSetAction.java:182) at org.eclipse.birt.report.designer.ui.actions.NewDataSetAction.run (NewDataSetAction.java:136) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:538) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) Test Build:20050718 | closed fixed | c9d0f1b | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-18T08:41:28Z | 2005-07-18T07:00:00Z |
100,999 | Bug 100999 Ctrl+Z/Y doesn't work in expression builder | Description: Undo/redo doesn't work in expression builder. Steps to reproduce: 1. Edit a data element. 2. In expression builder, press ctrl+z/y. Expected result:undo/redo works. Actual result: no response. | closed fixed | 2898da0 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-15T07:40:07Z | 2005-06-21T02:13:20Z |
103,613 | Bug 103613 Linking chart by parameter causes error when a NULL param value is reached | I have a chart embedded in a group and linked by a single parameter (datatype is string). This group is actually a subgroup of one or more groups. So there may not always be data for the group, and thus no parameter value for the chart. When this happens (when there is no data for the group), I get this error message: There are errors on the report page: - There are error(s) in Chart:null Error0 : data.engine.NullDefaultInParamValue(1 time)detail: Default value for input parameter cannot be null.Error1 : Error.ExtendedItemRenderingError(1 time)detail: There are problems(s) rendering Chart extended item .The DataSet bound to the chart returned no rows. I think this would be a common/expected occurence that should not raise an error, but rather the query should just be skipped. | resolved fixed | 88709ec | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/exception/ChartException.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-14T07:58:17Z | 2005-07-13T07:33:20Z |
103,453 | Bug 103453 Scale for "datetime" type in chart builder doesn't work. | Description: Scale for "datetime" type in chart builder doesn't work. Steps to reproduce: 1.Data>X Axis, Set type "DateTime". 2.Set scale step:12 unit:hours. 3.Preview. Actual result: it doesn't work. | closed fixed | 873e7c0 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/StockSeriesImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/StockChart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-14T06:53:35Z | 2005-07-12T06:33:20Z |
101,751 | Bug 101751 Enhance IImagehandler interface to allow full customization of birt image handling mechanism | BIRT currently stores temp chart/image into a directory that the viewer provides. It assumes that the image can be accessed then as a static resource, bypassing the application server. This is achieved by generating chart/image URL that points to the image directly. In a WAR deployment environment, the image directory can no longer be specified under the web-application, because the web app installation directory can not always be found. The modified mechanism is to have the image directory as a hard-coded directory, instead of retrieved by getRealPath() call now. Because the images are no longer stored in the web app, they may not be accessible directly through URL without engine's help. The proposed solution is to enhance ImageHandler, so that it not only stored image, but returns image too. This way, the web application (viewer) could set the image handler, the engine writes the images, then the viewer, given a reference to the imahe handler, could call the get functions to retrieve images and send back to client based on the URL. IImageHandler therefore needs to be enhanced. So do the default image handler implementations. | resolved fixed | b24eb1d | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLServerImageHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-13T05:50:47Z | 2005-06-25T03:26:40Z |
103,449 | Bug 103449 Log BIRT extension loading details information | Sometimes engine returns the following errors: "org.eclipse.birt.report.engine.api.EngineException: The output format html is not supported." but we can't find any detail helpful information in log file, the potential reasons : (1). you application may be developed with one version of BIRT, while your installed plugins are from a different version. (2). you set BIRT_HOME configuration variable incorrectly. BIRT should log more specified and detail infomation about this. Then, in our log file, logs where we are loading the plugins. If the plugin definition does not match actual plugin.xml file, lets also log that | resolved fixed | f0def06 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/ExtensionManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-13T05:45:29Z | 2005-07-12T06:33:20Z |
103,292 | Bug 103292 No error message when group key dismatches the interval | Description: No error message when group key dismatches the interval Steps to reproduce: 1.Add a table and bind with data set 2.Add a goup and group key is double type 3.Select Interval as hour, and range as 10 4.Save and preview Expected result: Error message to show the unmatched type Actual result: No error message | closed fixed | 5500850 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-13T05:33:11Z | 2005-07-11T08:20:00Z |
103,135 | Bug 103135 [Regression]Change the name of one computed column which are used in dataset filter will cause the dataset filter invalid. | Description: Change the name of one computed column which are used in dataset filter will cause the dataset filter invalid. Steps to reproduce: 1.new a computed column in data set editor with the name "aa" 2.set a filter for the data set with "aa" 3.rename "aa" to be "bb" 4.click the filter 5.click preview result Expected result: Error message Actual result: No error message and preview display nothing. It is a regression of #78370 Test Build:20050708 | closed fixed | 9c49883 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/JSRowObject.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-13T01:32:44Z | 2005-07-08T08:06:40Z |
101,187 | Bug 101187 Localization key can't be blank when adding. | Description:If key is blank, externalized text can't be displayed in chart. Steps to reproduce: 1. Set externalize text in chart title. 2. In properties file, let key blank, but it has valid value. Expected result: it can be externalized in chart title. Actual result: it can't be displayed. | closed fixed | 8362326 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ResourceEditDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-12T04:12:22Z | 2005-06-22T06:00:00Z |
103,134 | Bug 103134 Paramter-default value,input any string, system throw exception | Step: 1.insert a parameter 2.default value, input abc 3.drag the parameter to the layout. 3.preview Actual Result 1.System throw exception Expected Result 1.System preivew parameter default value. | closed fixed | 317e008 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ParameterDefn.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ParameterDefnBase.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/IFactoryContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-11T05:55:42Z | 2005-07-08T08:06:40Z |
103,129 | Bug 103129 [Regression]Code editor will not show the selected dataset code when select it and transfer to code editor. | Description: Code editor will not show the selected dataset code when select it and transfer to code editor. Steps to reproduce: 1.Select a existed dataset 2.Click Code in layout to go to code editor Expected result: The code for dataset shows Actual result: The code for dataset doesn't show | closed fixed | 879c6e2 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/DeferredGraphicalViewer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-11T03:05:18Z | 2005-07-08T08:06:40Z |
102,966 | Bug 102966 Some bars are lost when the chart is transposed. | Description: Some bars are lost when the chart is transposed. Steps to reproduce: 1. Create a side-by-side bar chart. 2. Transpose it and compare to the orginial chart when previewed. Actual result: some bars are lost when the chart is transposed in preview. | closed fixed | 1e728bc | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-07T07:53:16Z | 2005-07-07T01:33:20Z |
102,455 | Bug 102455 Pie Chart is not round | Create a pie chart in the report designer: the pie chart is ovale. It should be perfectly round at least by default. | closed fixed | baa5e81 | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/PieChart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-07T07:09:41Z | 2005-07-01T09:26:40Z |
102,516 | Bug 102516 JDBC Data Set Editor should load tables and columns on demand | null | resolved fixed | 82a6fed | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-07T03:35:17Z | 2005-07-01T17:46:40Z |
102,623 | Bug 102623 Image can't be refreshed after importing again. | Description: Image can't be refreshed after importing again. Steps to reproduce: 1. Import an image named "image1.jpg" into layout view. 2. Delete this image file from outline->image. 3. Rename "image2.jpg" as "image1.jpg". 4. Import new "image1.jpg" into layout again. Expected result: New image is displayed. Actual result: Original image is still displayed. | closed fixed | 0cfeb88 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/commands/DeleteCommand.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/ImageManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-07T03:17:59Z | 2005-07-04T06:53:20Z |
101,806 | Bug 101806 Chart axis label background is not displayed properly in layout view. | Description: Chart axis label background is not displayed properly in layout view. Steps to reproduce: 1.Open attached design file. 2.See Y axis label background in layout view and preview. Expected result: they are displayed consistently. Actual result: See screen shot. | closed fixed | bdb7b6c | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingTextRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/Methods.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LabelAttributesComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/SeriesGroupingComposite.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-07T02:13:54Z | 2005-06-27T02:40:00Z |
101,856 | Bug 101856 Select value in list filter doesn't work correctly when expression in filter is boolean type. | Description: Select value in list filter doesn't work correctly when expression in filter is boolean type. Steps to reproduce: 1.New a blank report 2.Create a data source and a dataset 3.Add a computed column "aa" with value true 4.Insert a list and bind it to the dataset 5.Drag some data item to list detail 6.Add a filter to list,select row["aa"] as expression,select "Equal" operator 7.Click select value in value1 then select true,click ok 8.save and preview Expected result: There's no error Actual result: Error message: There are errors on the report page: - There are error(s) in List:null Error0 : data.engine.DataConversionError(1 time)detail: An error happened in data type conversion.Invalid data type found in conditional expression.Invalid data type found in conditional expression. Delete the double quotation mark in value1 will make preview succeed. | closed fixed | 518aadf | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/SelectValueDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-06T09:14:31Z | 2005-06-27T13:46:40Z |
101,409 | Bug 101409 Quotation mark is missing when select string value in data set filter. | Description: Quotation mark is missing when select string value in data set filter. Steps to reproduce: 1. Add a data source and data set in a report design file. 2. Edit data set filter. 3. Select a string column and edit its value by selecting value. Expected result: quotation mark is added after selecting. Actual result: quotation mark is added only when select a character type. | closed fixed | f59753a | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/SelectValueDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-05T07:29:42Z | 2005-06-23T07:00:00Z |
102,498 | Bug 102498 Script execution performance problems | While testing the suitability of the BIRT report engine on the IBM iSeries, unexpectedly poor performance was encountered. This was especially apparent with the simple chart example report that is attached to this bug report. After doing a bit of profiling using TPTP, the cause became apparent. The method call stack causing the performance problem is as follows: org.eclipse.birt.data.engine.executor.CachedResultSet#init org.eclipse.birt.data.engine.executor.CachedResultSet#copyAndFilterDataRows(Object) org.eclipse.birt.data.engine.executor.CachedResultSet#processFetchEvent(IResultObject) org.eclipse.birt.data.engine.impl.FilterByRow#process(IResultObject) org.eclipse.birt.data.engine.script.ScriptEvalUtil#evalExpr(IBaseExpression, Context, Scriptable, String, int) org.eclipse.birt.data.engine.script.ScriptEvalUtil#evaluateJSAsExpr(Context, Scriptable, String, String, int) org.eclipse.birt.data.engine.script.ScriptEvalUtil#evaluateJSScript(Context, Scriptable, String, String, int) org.mozilla.javascript.Context#evaluateString(Scriptable, String, String, int, Object) In this case, Rhino will compile the specified Javascript string into an optimized Java class that implements that script. It then runs the compiled script class and once it is done with the execution, the class instance and definition is thrown away. This happens over and over, costing time in the parsing, class generation and class load. In the simple (attached) case, there were only 5 unique scripts that were being run via this method and yet over 500 Javascript implementation classes were generated due to the number of times the script evaluation code was executed for those scripts. It is unclear why this particular path evaluates the string on each call rather than caching the compiled script results from Rhino and executing the compiled script instead. The class org.eclipse.birt.data.engine.impl.CompiledExpression and its subclasses shows that the BIRT team understands the need for compilation and reuse in other parts of the system. There are obviously many approaches that could be used to fix this problem. The most architecturally sound approach would be to have the FilterByRow (and more abstractly, all implementations of org.eclipse.birt.data.engine.odi.IResultObjectEvent to compile and cache the necessary script object rather than always evaluating the string. It is unclear to us with our limited knowledge of the code just how widespread this problem is within the BIRT codebase and therefore how much work this would be to implement. A simpler, less elegant, solution would be to build a Least Recently Used cache into ScriptEvalUtil to cache the recent script evaluations based on the text of the script. To test the performance improvement gained by caching the compiled script, a naive change was made to the evaluateJSScript method to compile and cache the string to be evaluated: private static Object evaluateJSScript(Context cx, Scriptable scope, String scriptText, String source, int lineNo) throws DataException { Object result = null; try { Script script = (Script) scriptCache.get(scriptText); if (script == null) { script = cx.compileString(scriptText, source, lineNo, null); scriptCache.put(scriptText, script); } result = script.exec(cx, scope); // result = cx.evaluateString(scope, scriptText, source, lineNo, null); // It seems Rhino 1.6 has changed its way to process incorrect expression. // When there is an error, exception will not be thrown, but rather an Undefined // instance will be returned. Here its return value is changed to null. if ( result instanceof Undefined ) { //throw new Exception( scriptText + " is not valid expression." ); return null; } } catch ( RhinoException e) { RethrowJSEvalException( e, scriptText, source, lineNo ); } return convertNativeObjToJavaObj(result); } This change showed significant improvement on the attached report rendering (times in minutes/seconds): Windows (1.3Ghz) Windows iSeries iSeries without change with change without change with change First 0:14 0:08 1:28 0:42 Load Reload 0:04 0:02 0:35 0:05 As you can see, this had a huge impact on both the first touch render of the chart as well as the reload of the report. This naive implementation does not take into account the fact that there may be an ever-growing script cache, but does prove that caching the results using LRU or similar will have a significant positive impact. Please do whatever you possibly can to get a performance fix in place for 1.0.1. If it is not possible to do the most architecturally sound approach in that timeframe, an LRU cache would be a good second choice. If there is anything more that we can do to see these changes implemented, please let us know. | resolved fixed | 4f28c98 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-04T09:53:44Z | 2005-07-01T15:00:00Z |
101,810 | Bug 101810 "between" and "not between" filter operator on date time can't work well | description: "between" and "not between" operator on date time can't work well. steps to reproduce: 1. new a JDBC data set 2. set filter on date time with operator "between" or "not between" actual result: 1. with "between" operator on date time, no data returned in preview page 2. with "not between" operator on date time, wrong data returned expected result: "between" and "not between" operator on date time can work well | closed fixed | debc89e | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-07-04T07:48:06Z | 2005-06-27T02:40:00Z |
101,685 | Bug 101685 Unable to use the Report Item Extension framework, when no query exists | The current version of BIRT has a framework to enable a user to define , and use his own report components. This is done by extending several extension points such as org.eclipse.birt.report.designer.ui.reportItemUI org.eclipse.birt.report.designer.model.reportItemModel org.eclipse.birt.report.engine.reportItemPresentationEngine There however exists a problem in rendering the item , when the report is to be viewed. The current framework does not allow any method / API which gets invoked when there is no query defined for the Report. To be more specific, the org.eclipse.birt.report.engine.executor.ExtendedItemExecutor has a method called execute. Please refer to the following code snippet from this method which is invoked, when the user tries to view the report. //call the presentation peer to create the content object IReportItemPresentation itemPresentation = ExtensionManager .getInstance( ).createPresentationItem( tagName ); if ( itemPresentation != null ) { itemPresentation.setModelObject( handle ); itemPresentation.setReportQueries(((ExtendedItemDesign) item).getQueries()); //itemPresentation.setResolution(); itemPresentation.setLocale(context.getLocale()); itemPresentation.setSupportedImageFormats ( "GIF;PNG;JPG;BMP" ); itemPresentation.setOutputFormat( emitter.getOutputFormat( ) ); if ( generationStatus != null ) { itemPresentation.deserialize( new ByteArrayInputStream( generationStatus ) ); } Object output = null; IRowSet[] rowSets = null; try { rowSets = executeQueries( item ); if ( rowSets != null ) { try { output = itemPresentation.onRowSets( rowSets ); } catch ( BirtException ex ) { logger.log( Level.SEVERE, ex.getMessage( ), ex ); context.addException( new EngineException( MessageConstants.EXTENDED_ITEM_RENDERING_ERROR, new String[] {handle.getExtensionName( ), ( name != null ? " " + name : "" )}, ex ) );//$NON- NLS-1$ //$NON-NLS-2$ } } if ( output != null ) { int type = itemPresentation.getOutputType( ); handleItemContent( item, emitter, content, type, output ); } itemPresentation.finish( ); } catch ( Throwable t ) { logger.log( Level.SEVERE, "Error:", t );//$NON- NLS-1$ context.addException(new EngineException( MessageConstants.EXTENDED_ITEM_RENDERING_ERROR, new String[] {handle.getExtensionName( ), ( name != null ? " " + name : "" )}, t ) );//$NON- NLS-1$ //$NON-NLS-2$ } finally { closeQueries( rowSets ); } } 1) It can be seen from here that if there is no rowSet or no query , nothing is done 2) There does exist a method called getOutputContent() in the ReportItemPresentationBase , which is not being used anywhere in the framework. May be this method or a similar method can be used , when there is no associated query. The ExtendedItemExecutor need to be modified to handle this case | resolved fixed | 94267fd | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedItemExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-06-30T05:48:04Z | 2005-06-24T19:06:40Z |
101,372 | Bug 101372 Limit the data set to a particular schema for JDBC connection | When I define a data set on Oracle JDBC data source, I get an error popup that "only 500 items can be viewed in the available list. There are more than 500 items in the data source. Please specify a filter to search for specific items." The data set Available Items list shows multiple schemas and their associated tables. This problem could be avoided if there was a way to limit the data set to a particular schema or set of schemas. | resolved fixed | ca52970 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-06-30T03:31:16Z | 2005-06-22T22:40:00Z |
101,361 | Bug 101361 Bugs in org.eclipse.birt.report.engine.extension.internal.ExtensionManager | It appears that there are at least two array indexing bugs in the ExtensionManager class. In the following places the configuration element array is being addressed by the variable "i" when it appears it should be addressed by "j". In our case, this caused an ArrayIndexOutOfBoundsException. Line 224 of the #loadGenerationExtensionDefns() method Line 246 of the #loadPresentationExtensionDefns() method Line 268 of the #loadQueryExtensionDefns() method | resolved fixed | d42a645 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/ExtensionManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-06-29T05:33:33Z | 2005-06-22T19:53:20Z |
101,821 | Bug 101821 Each time you edit one property in properties sheet will cause the whole sheet collapse to the top level. | Description: Each time you edit one property in properties sheet will cause the whole sheet collapse to the top level. Steps to reproduce: 1.New a blank report and insert a grid item 2.Transfer to properties sheet and select the grid item 3.Expand the properties and click to change "Border bottom color" to blue Expected result: It is convenient to modify another property. Actual result: Property sheet collapsed to the top level and you need to expand it again to do another modification. | closed fixed | 8603039 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/GraphicalEditorWithFlyoutPalette.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/AreaEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-06-29T03:22:17Z | 2005-06-27T08:13:20Z |
101,838 | Bug 101838 Maximum number of rows in data set preview doesn't work for script data source. | Description: Maximum number of rows in data set preview doesn't work for script data source. Steps to reproduce: 1. Create a script data source and create a related data set. 2. Set maximum number of rows in preferences. Expected result: it works as setting. Actual result: maximum number of rows setting doesn't take effect. | closed fixed | 8259a65 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-06-29T03:04:12Z | 2005-06-27T08:13:20Z |
101,827 | Bug 101827 Exception should be processed before written to error log or some error message should pop up to warn user | descrption: steps to reproduce: 1.go to chart dialog>Data>Y Axis 2.click on series grouping key Format button 3.in format spcifier dialog,choose advanced. and type some text into it. 4. click on OK button actual result: Exception thrown out expected result: Exception should be processed before written to error log or some error message should pop up to warn user exception stack trace: java.lang.NumberFormatException: For input string: "xcsdf" at java.lang.NumberFormatException.forInputString (NumberFormatException.java:48) at java.lang.FloatingDecimal.readJavaFormatString (FloatingDecimal.java:1207) at java.lang.Double.valueOf(Double.java:202) at org.eclipse.birt.chart.ui.swt.composites.FormatSpecifierComposite.buildFormatSp ecifier(FormatSpecifierComposite.java:548) at org.eclipse.birt.chart.ui.swt.composites.FormatSpecifierComposite.getFormatSpec ifier(FormatSpecifierComposite.java:521) at org.eclipse.birt.chart.ui.swt.composites.FormatSpecifierDialog.widgetSelected (FormatSpecifierDialog.java:137) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:254) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688) | closed fixed | c263568 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/TextRenderEvent.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FormatSpecifierComposite.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-06-29T01:57:20Z | 2005-06-27T08:13:20Z |
101,039 | Bug 101039 Series colors do not have different default values | When you create a pie chart, all colors are gray by default. When you create a bar chart with multiple Y series, additional Y series are all gray by default. Expected: The pie chart should have different colors for each value by default. For bar charts, the additional series should be automatically be assigned a different color by default. | closed fixed | 4c59127 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/PaletteImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/PieChart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-06-24T07:41:48Z | 2005-06-21T13:20:00Z |
384,108 | Bug 384108 JUnit view icon no longer shows progress while executing tests | Build Identifier: Version: Juno Release Build id: 20120614-1722 Before I upgraded to Juno this morning I used to happily run tests with the JUnit view minimized, and enjoy seeing the progress of the tests on it. Now I don't see any change on the icon until if passes (where a green check appears) or fails (where a red X appears). The animation of the little green/red squares, showing progress of the suite is gone, which is very frustrating and means I have to waste screen real estate having the junit view open (not optimal at all when coding on a small screen). Reproducible: Always Steps to Reproduce: 1. Open Juno 2. Run JUnit test 3. See no progress | resolved fixed | 5da5952 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2014-01-17T14:12:16Z | 2012-07-03T07:20:00Z |
385,394 | Bug 385394 Performance issue regarding enabled state handling for menuContributions containing command (ToolItemUpdateTimer puts constant load on CPU) | Build Identifier: Version: 4.2.0 Build id: I20120608-1400 Hi colleagues, we are using toolbar menu contributions pointing to a command like in following example: <extension point="org.eclipse.ui.menus"> <menuContribution locationURI="toolbar:mytoolbar"> <command commandId="mycommand" ... Our handler implementation of the command overrides the methods setEnabled and isEnabled to calculate the enabled state of the toolbar entry. This implementation is not very efficient and can take some time (backend calls needed). We had no problems with this implementation in eclipse 3.7. With Eclipse 4.2, we are now running into performance problems; it looks like that the setEnabled method is called all 400 ms which looks very strange. Why is this method called so often? Is there another mechanism/possibility in Eclipse 4.2 to contribute toolbar menu entries where the setEnabled method is called only then when it is necessary (when current focus/selection/part is changed)? With best regards, Tobias Reproducible: Always | resolved fixed | 8db6c32 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarManagerRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemUpdater.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/EvaluationService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2014-01-16T17:46:08Z | 2012-07-18T11:13:20Z |
423,588 | Bug 423588 [QuickAccess] Quick Access failure, dropdown is empty | I was working in an inner from master. When I restarted that workspace (with editors open) and I hit CTRL+3 I get an empty dropdown and a lot of exceptions: !ENTRY org.eclipse.ui 4 0 2013-12-09 08:45:49.975 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NullPointerException at org.eclipse.jface.resource.ImageDataImageDescriptor.<init>(ImageDataImageDescriptor.java:36) at org.eclipse.jface.resource.ImageDescriptor.createFromImage(ImageDescriptor.java:104) at org.eclipse.ui.internal.quickaccess.EditorElement.getImageDescriptor(EditorElement.java:53) at org.eclipse.ui.internal.quickaccess.QuickAccessEntry.getImage(QuickAccessEntry.java:114) at org.eclipse.ui.internal.quickaccess.QuickAccessEntry.measure(QuickAccessEntry.java:160) at org.eclipse.ui.internal.quickaccess.QuickAccessContents$9.handleEvent(QuickAccessContents.java:661) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4410) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1397) at org.eclipse.swt.widgets.Table.sendMeasureEvent(Table.java:2488) at org.eclipse.swt.widgets.Table.rendererGetSizeProc(Table.java:2515) at org.eclipse.swt.widgets.Display.rendererGetSizeProc(Display.java:1374) 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:8730) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1244) at org.eclipse.swt.internal.gtk.OS._gtk_tree_view_set_cursor(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_tree_view_set_cursor(OS.java:13222) at org.eclipse.swt.widgets.Table.selectFocusIndex(Table.java:2917) at org.eclipse.swt.widgets.Table.setSelection(Table.java:3239) at org.eclipse.ui.internal.quickaccess.QuickAccessContents.refresh(QuickAccessContents.java:132) at org.eclipse.ui.internal.quickaccess.QuickAccessContents$2.modifyText(QuickAccessContents.java:522) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4410) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3760) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3381) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1119) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1003) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:146) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:609) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:80) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:372) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:226) 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:606) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) at org.eclipse.equinox.launcher.Main.main(Main.java:1426) !ENTRY org.eclipse.ui 4 0 2013-12-09 08:45:49.986 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NullPointerException at org.eclipse.jface.resource.ImageDataImageDescriptor.<init>(ImageDataImageDescriptor.java:36) at org.eclipse.jface.resource.ImageDescriptor.createFromImage(ImageDescriptor.java:104) at org.eclipse.ui.internal.quickaccess.EditorElement.getImageDescriptor(EditorElement.java:53) at org.eclipse.ui.internal.quickaccess.QuickAccessEntry.getImage(QuickAccessEntry.java:114) at org.eclipse.ui.internal.quickaccess.QuickAccessEntry.measure(QuickAccessEntry.java:160) at org.eclipse.ui.internal.quickaccess.QuickAccessContents$9.handleEvent(QuickAccessContents.java:661) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4410) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1397) at org.eclipse.swt.widgets.Table.sendMeasureEvent(Table.java:2488) at org.eclipse.swt.widgets.Table.rendererGetSizeProc(Table.java:2515) at org.eclipse.swt.widgets.Display.rendererGetSizeProc(Display.java:1374) at org.eclipse.swt.internal.gtk.OS._gtk_cell_renderer_get_size(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_cell_renderer_get_size(OS.java:6276) at org.eclipse.swt.widgets.Widget.gtk_cell_renderer_get_preferred_size(Widget.java:2164) at org.eclipse.swt.widgets.Table.rendererRender(Table.java:2593) at org.eclipse.swt.widgets.Table.rendererRenderProc(Table.java:2526) at org.eclipse.swt.widgets.Display.rendererRenderProc(Display.java:1388) 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:8730) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1244) 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:2284) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3379) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1119) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1003) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:146) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:609) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:80) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:372) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:226) 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:606) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) at org.eclipse.equinox.launcher.Main.main(Main.java:1426) | resolved fixed | 6750d25 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2014-01-15T20:08:51Z | 2013-12-09T14:40:00Z |
420,238 | Bug 420238 [CSS] Reduce whitespace usage in the default Eclipse themes | One of the major complains I hear is that the new styling of Eclipse 4 wastes a lot of space. I suggest to reduce this to a minimum in the default themes and see if community themes go a different way. | verified fixed | 7710840 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2014-01-15T16:12:31Z | 2013-10-24T07:33:20Z |
405,216 | Bug 405216 Widget disposed exception in ProgressInfoItem.updateTrigger() | I have a job that sets the IProgressConstants.ACTION_PROPERTY. The action opens a blocking dialog. After the dialog is closed I get the exception shown below. The link widget is disposed for some reason. Not sure if this has any relevance here, KEEP_PROPERTY and KEEPONE_PROPERTY are set to Boolean.TRUE. In case of a COMMAND_PROPERTY updateTrigger() isn't called after the command was executed. I am wondering if calling updateTrigger() after the action was run is necessary at all? If so, I suggest to guard the access to the link widget with an link.isDisposed() check. Exception stacktrace: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4282) at org.eclipse.swt.SWT.error(SWT.java:4197) at org.eclipse.swt.SWT.error(SWT.java:4168) at org.eclipse.swt.widgets.Widget.error(Widget.java:468) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:340) at org.eclipse.swt.widgets.Widget.setData(Widget.java:1220) at org.eclipse.ui.internal.progress.ProgressInfoItem.updateTrigger(ProgressInfoItem.java:882) at org.eclipse.ui.internal.progress.ProgressInfoItem.executeTrigger(ProgressInfoItem.java:832) at org.eclipse.ui.internal.progress.ProgressInfoItem$4.widgetSelected(ProgressInfoItem.java:778) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077) at org.eclipse.swt.widgets.Widget.sendSelectionEvent(Widget.java:1094) at org.eclipse.swt.widgets.Link.wmNotifyChild(Link.java:1071) at org.eclipse.swt.widgets.Control.wmNotify(Control.java:5534) at org.eclipse.swt.widgets.Composite.wmNotify(Composite.java:1896) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:5086) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4584) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4985) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2425) at org.eclipse.swt.widgets.Link.callWindowProc(Link.java:172) at org.eclipse.swt.widgets.Widget.wmLButtonUp(Widget.java:2057) at org.eclipse.swt.widgets.Control.WM_LBUTTONUP(Control.java:4912) at org.eclipse.swt.widgets.Link.WM_LBUTTONUP(Link.java:909) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4565) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4985) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2531) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3752) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123) 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:344) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) at org.eclipse.equinox.launcher.Main.main(Main.java:1386) | resolved fixed | 470f274 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2014-01-14T18:32:48Z | 2013-04-08T22:26:40Z |
413,943 | Bug 413943 [Workbench] Make "instance/org.eclipse.ui.ide/WORKSPACE_NAME" a public preference | A normal call to a core API, i.e., EclipsePreferences.put() for key "instance/org.eclipse.ui.ide/WORKSPACE_NAME", leads to this exception in the UI: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:4397) at org.eclipse.swt.SWT.error(SWT.java:4312) at org.eclipse.swt.SWT.error(SWT.java:4283) at org.eclipse.swt.widgets.Widget.error(Widget.java:472) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:363) at org.eclipse.swt.widgets.Decorations.getText(Decorations.java:747) at org.eclipse.ui.internal.WorkbenchWindowConfigurer.getTitle(WorkbenchWindowConfigurer.java:301) at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.recomputeTitle(IDEWorkbenchWindowAdvisor.java:421) at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.updateTitle(IDEWorkbenchWindowAdvisor.java:498) at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.access$3(IDEWorkbenchWindowAdvisor.java:461) at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor$5.propertyChange(IDEWorkbenchWindowAdvisor.java:353) at org.eclipse.ui.preferences.ScopedPreferenceStore$3.run(ScopedPreferenceStore.java:375) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.preferences.ScopedPreferenceStore.firePropertyChangeEvent(ScopedPreferenceStore.java:372) at org.eclipse.ui.preferences.ScopedPreferenceStore$2.preferenceChange(ScopedPreferenceStore.java:194) at org.eclipse.core.internal.preferences.EclipsePreferences$3.run(EclipsePreferences.java:896) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.internal.preferences.EclipsePreferences.firePreferenceEvent(EclipsePreferences.java:899) at org.eclipse.core.internal.preferences.EclipsePreferences.put(EclipsePreferences.java:912) The private method IDEWorkbenchWindowAdvisor.recomputeTitle() seems to assume that it's always being called on the UI thread, but it's not. | resolved fixed | 828d765 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IIDEPreferenceConstants.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2014-01-14T18:25:51Z | 2013-07-29T17:46:40Z |
423,495 | Bug 423495 ElementTreeSelectionDialog unnecessarily hinders using styled label providers | The constructor of ElementTreeSelectionDialog only accespt ILabelProvider instances. This prevents clients from using an IStyledLabelProvider. I suggest to change the constructor to accept IBaseLabelProvider. This would also enable styled label providers. | resolved fixed | 2c6ce93 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2014-01-14T18:15:58Z | 2013-12-07T12:40:00Z |
236,006 | Bug 236006 [Viewers] Add tooltip support for DelegatingStyledCellLabelProvider | Build ID: I20080530-1730 Steps To Reproduce: DelegatingStyledCellLabelProvider has support for IFontProvider and IColorProvider but not for tooltip methods defined in CellLabelProvider I can delegate it from DelegatingStyledCellLabelProvider to IStyledLabelProvider by myself, but it should be nice to have it in standard api... | resolved fixed | 39b4efc | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DelegatingStyledCellLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IToolTipProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2014-01-07T13:10:38Z | 2008-06-06T11:00:00Z |
424,252 | Bug 424252 [EditorMgmt][Split editor] Provide commands in main menu | The Split Editor commands should be available in the main menu, like e.g. Window > New Editor. I think the best solution would be to combine the three commands into one submenu in the "Window" main menu: Editor > Split Horizontally Ctrl+_ Split Vertically Ctrl+{ Clone // the old "New Editor" | verified fixed | 4122371 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-20T18:33:59Z | 2013-12-17T17:06:40Z |
423,892 | Bug 423892 [EditorMgmt][Split editor] Only one command available in Quick Access | I20131210-2000 In Quick Access (Command+3), I only see one Split Editor command, which splits vertically (creates a horizontal separator). | resolved fixed | 5f5d161 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SplitHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SplitValues.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-20T16:45:26Z | 2013-12-12T12:06:40Z |
423,725 | Bug 423725 [Contributions] Popup menus slowdown over time (> 5 seconds) | I've debugged this with Paul and it appears the issue is in org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.merge(MExpression, MExpression) because the two expressions are identical. This causes the expression to grow larger and larger on every menu popup which makes the menu take longer to show up. | resolved fixed | b13507a | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-19T14:52:01Z | 2013-12-10T15:40:00Z |
423,040 | Bug 423040 activePart within SelectionAggregator is not set to null if all parts are closed | null | resolved fixed | 9d4f714 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-17T09:56:18Z | 2013-12-03T14:13:20Z |
413,096 | Bug 413096 [Workbench] 3.6.2 RCP application does not run correctly on 4.3 (workbench window is launching) | null | resolved fixed | 7100b54 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-16T14:15:17Z | 2013-07-16T15:53:20Z |
423,768 | Bug 423768 [CSS] IAE exception when switching between CSS stylesheets with combo | null | verified fixed | 05044a5 | ["bundles/org.eclipse.e4.ui.css.swt.theme/src/org/eclipse/e4/ui/css/swt/internal/theme/ThemeEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-11T16:00:22Z | 2013-12-11T08:20:00Z |
423,718 | Bug 423718 Regression: closing the Welcome view leaves the WBW in a strange state | Found while checking 4.4.0.I20131209-2000. I had a workspace with a maximized editor... installed EGit and restarted closed the resulting Welcome screen I ended up with all the stacks restored to the presentation but the shared area was still 'maximized'. Closing the Welcome shouldn't affect the state of the regular presentation at all... | verified fixed | 75ffbc3 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-11T15:54:13Z | 2013-12-10T15:40:00Z |
423,748 | Bug 423748 Sashes should honor the NO_MOVE tag | As a way to support 'fixed' sashes we should honor the existing NO_DRAG tag for MPartSashContainers. | verified fixed | c67130c | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/SashLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-11T15:22:05Z | 2013-12-10T21:13:20Z |
420,972 | Bug 420972 Retire org.eclipse.e4.demo.split.* plug-ins | null | resolved fixed | 657bd90 | ["examples/org.eclipse.e4.demo.split.model/src/org/eclipse/e4/demo/split/model/split/MSplitFactory.java", "examples/org.eclipse.e4.demo.split.model/src/org/eclipse/e4/demo/split/model/split/MStackSashContainer.java", "examples/org.eclipse.e4.demo.split.model/src/org/eclipse/e4/demo/split/model/split/impl/SplitFactoryImpl.java", "examples/org.eclipse.e4.demo.split.model/src/org/eclipse/e4/demo/split/model/split/impl/SplitPackageImpl.java", "examples/org.eclipse.e4.demo.split.model/src/org/eclipse/e4/demo/split/model/split/impl/StackSashContainerImpl.java", "examples/org.eclipse.e4.demo.split.model/src/org/eclipse/e4/demo/split/model/split/util/SplitAdapterFactory.java", "examples/org.eclipse.e4.demo.split.model/src/org/eclipse/e4/demo/split/model/split/util/SplitSwitch.java", "examples/org.eclipse.e4.demo.split.renderer.swt/src/org/eclipse/e4/demo/split/renderer/swt/Activator.java", "examples/org.eclipse.e4.demo.split.renderer.swt/src/org/eclipse/e4/demo/split/renderer/swt/SplitRendererFactory.java", "examples/org.eclipse.e4.demo.split.renderer.swt/src/org/eclipse/e4/demo/split/renderer/swt/SplitStackRenderer.java", "examples/org.eclipse.e4.demo.split.renderer.wb/src/org/eclipse/e4/demo/split/renderer/wb/Activator.java", "examples/org.eclipse.e4.demo.split.renderer.wb/src/org/eclipse/e4/demo/split/renderer/wb/OrientationHandler.java", "examples/org.eclipse.e4.demo.split.renderer.wb/src/org/eclipse/e4/demo/split/renderer/wb/SplitEditorHandler.java", "examples/org.eclipse.e4.demo.split.renderer.wb/src/org/eclipse/e4/demo/split/renderer/wb/SplitViewHandler.java", "examples/org.eclipse.e4.demo.split.renderer.wb/src/org/eclipse/e4/demo/split/renderer/wb/SwitchHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-09T22:52:07Z | 2013-11-04T10:13:20Z |
412,479 | Bug 412479 ToolBarManagerRenderer doesn't care orientation changing of MToolBar because of it's cache. | ToolBarManagerRenderer#createtoolbar() has a MToolBar model to ToolBarManager cache map. However, Orientation of MToolBar(SWT.HORIZONTAL or SWT.VERTICAL) can be changed dynamically since user can drag toolbars to MTrimBar in 4 sides of WBW. When create a ToolBarManager first time, orientation is calculated and applied properly(see ToolBarManagerRenderer#getOrientation), But it is not applied when cached one is used. As a result, when user dragged a toolbar from main trim bar to left sided trim bar, toolbar is rendered as HORIZONTAL. Since ToolBarManager takes item style as it's constructor, and there is no way to modify it later. So cache invalidation algorithm should have to be provided. | verified fixed | 642ec7b | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarManagerRenderer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarManager.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/action/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/action/ToolBarManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-09T13:22:53Z | 2013-07-08T07:53:20Z |
416,746 | Bug 416746 [Trim] Toolbar not visible with 4.3 legacy mode | I'm trying to port an RCP application from eclipse 3.8 to 4.3. Adding the necessary elements like LegacyIDE.e4xml and default css theme the application seems to work, however after the first restart the toolbar is not visible anymore. The toolbar is visible only when clearPersistedState is set to true, which is unacceptable because it resets all customized layouts. After some more attempts I found that the toolbar is perfectly visible when running with eclipse 4.2, so it seems a regression of some kind with eclipse 4.3. | verified fixed | aad29ac | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CoolBarToTrimManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-05T19:03:08Z | 2013-09-06T15:06:40Z |
417,399 | Bug 417399 [Perspective] NPE during closing workspace with perspective opened with the '-perspective' option | Steps to reproduce the issue: 1) Open the new workspace and switch to the 'org.eclipse.jdt.ui.JavaPerspective' perspective 2) Close workspace and run again with the option: -perspective org.eclipse.debug.ui.DebugPerspective 3) The 'org.eclipse.debug.ui.DebugPerspective' perspective will be opened as expected 4) Close the workbench window. The following exception will be thrown: org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:63) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:877) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:857) at org.eclipse.e4.core.internal.di.InjectorImpl.disposed(InjectorImpl.java:386) at org.eclipse.e4.core.internal.di.Requestor.disposed(Requestor.java:132) at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:76) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:107) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.handleInvalid(TrackableComputationExt.java:70) at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:171) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.clearContext(PartRenderingEngine.java:940) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:920) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.disposeWidget(ElementReferenceRenderer.java:109) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:899) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1621) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1254) at org.eclipse.ui.internal.WorkbenchWindow.access$14(WorkbenchWindow.java:1221) at org.eclipse.ui.internal.WorkbenchWindow$10.run(WorkbenchWindow.java:1284) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1282) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1099) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:1082) at org.eclipse.ui.internal.Workbench.access$19(Workbench.java:1027) at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1330) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1328) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1301) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1250) at org.eclipse.ui.internal.WorkbenchWindow.access$14(WorkbenchWindow.java:1221) at org.eclipse.ui.internal.WorkbenchWindow$10.run(WorkbenchWindow.java:1284) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1282) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1294) at org.eclipse.ui.internal.WorkbenchWindow$6.close(WorkbenchWindow.java:476) at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer$11.shellClosed(WBWRenderer.java:518) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:98) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4351) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1082) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1067) at org.eclipse.swt.widgets.Decorations.closeWidget(Decorations.java:309) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1697) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4613) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5001) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:498) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5001) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:498) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5001) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:144) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:613) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 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:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:80) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:372) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:226) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:611) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) at org.eclipse.equinox.launcher.Main.main(Main.java:1426) Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.disposeSite(CompatibilityView.java:267) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.internalDisposeSite(CompatibilityPart.java:405) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.invalidate(CompatibilityPart.java:233) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.destroy(CompatibilityPart.java:392) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:611) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) ... 136 more !ENTRY org.eclipse.e4.ui.workbench 4 0 2013-09-17 10:17:03.238 !MESSAGE Exception occurred while unrendering: org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl@7e1e7e1e (elementId: org.eclipse.jdt.ui.PackageExplorer, tags: [View, categoryTag:Java, active, activeOnClose], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, object: null, context: null, variables: [], label: Package Explorer, iconURI: platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.gif, tooltip: Workspace, dirty: false, closeable: true, description: null) !STACK 0 org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:63) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:877) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:857) at org.eclipse.e4.core.internal.di.InjectorImpl.disposed(InjectorImpl.java:386) at org.eclipse.e4.core.internal.di.Requestor.disposed(Requestor.java:132) at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:76) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:107) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.handleInvalid(TrackableComputationExt.java:70) at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:171) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.clearContext(PartRenderingEngine.java:940) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:920) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.disposeWidget(ElementReferenceRenderer.java:109) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:899) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:860) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1621) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1254) at org.eclipse.ui.internal.WorkbenchWindow.access$14(WorkbenchWindow.java:1221) at org.eclipse.ui.internal.WorkbenchWindow$10.run(WorkbenchWindow.java:1284) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1282) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1099) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:1082) at org.eclipse.ui.internal.Workbench.access$19(Workbench.java:1027) at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1330) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1328) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1301) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1250) at org.eclipse.ui.internal.WorkbenchWindow.access$14(WorkbenchWindow.java:1221) at org.eclipse.ui.internal.WorkbenchWindow$10.run(WorkbenchWindow.java:1284) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1282) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1294) at org.eclipse.ui.internal.WorkbenchWindow$6.close(WorkbenchWindow.java:476) at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer$11.shellClosed(WBWRenderer.java:518) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:98) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4351) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1082) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1067) at org.eclipse.swt.widgets.Decorations.closeWidget(Decorations.java:309) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1697) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4613) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5001) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:498) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5001) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:498) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5001) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:144) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:613) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 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:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:80) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:372) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:226) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:611) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) at org.eclipse.equinox.launcher.Main.main(Main.java:1426) Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.disposeSite(CompatibilityView.java:267) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.internalDisposeSite(CompatibilityPart.java:405) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.invalidate(CompatibilityPart.java:233) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.destroy(CompatibilityPart.java:392) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:611) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) ... 136 more | verified fixed | bd4f8f4 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-05T14:37:43Z | 2013-09-17T09:26:40Z |
369,884 | Bug 369884 platform:/plugin/ not used for applicationXMI | Currently applicationXMI is defined without the platform:/plugin/ prefix which for example are used for CSS resources or Icons. I think the Eclipse 4 platform should be consistent and use platform:/plugin/ also for the applicationXMI parameter. Also the e4 wizard should be adjusted to create the right URI. | verified fixed | 4cd7ec0 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-02T18:00:41Z | 2012-01-27T02:06:40Z |
410,049 | Bug 410049 [Perspectives] Complex Placeholderfolder construct does not get rendered | We are using this construct which does not work in juno rcp: layout.createPlaceholderFolder(ID + ".folder.left", IPageLayout.LEFT, 0.3f, layout.getEditorArea()); //$NON-NLS-1$ layout.createPlaceholderFolder(ID + ".folder.left.bottom", IPageLayout.BOTTOM, 0.65f, ID + ".folder.left"); //$NON-NLS-1$ layout.createPlaceholderFolder(ID + ".folder.bottom", IPageLayout.BOTTOM, 0.65f, layout.getEditorArea()); //$NON-NLS-1$ What does work in juno is this layout.createPlaceholderFolder(ID + ".folder.left_top", IPageLayout.LEFT, 0.3f, layout.getEditorArea()); //$NON-NLS-1$ layout.createPlaceholderFolder(ID + ".folder.left_bottom", IPageLayout.BOTTOM, 0.65f, ID + ".folder.left_top"); //$NON-NLS-1$ layout.createPlaceholderFolder(ID + ".folder.bottom", IPageLayout.BOTTOM, 0.65f, layout.getEditorArea()); //$NON-NLS-1$ | verified fixed | cf38dbb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-02T15:22:45Z | 2013-06-06T09:13:20Z |
422,533 | Bug 422533 Remove "Loading Workbench" from splash screen | The splashscreen should be improved so that the plug-in names which are loaded are readable. I think the "Loading Workbench" text can be removed. | verified fixed | 8cf9ee8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-12-02T13:22:07Z | 2013-11-25T22:53:20Z |
418,859 | Bug 418859 [Contributions] Menu bar not displayed | My Eclipse menu bar disappeared today. I started up the IDE this morning and the menu bar just wasn't there. After unsuccessfully trying to figure out how I managed to hide it, I checked the log file and noticed a ClassCastException (see below). This is only affecting one of my workspaces. I have a separate workspace that's laid-out almost identically as far as I can tell, and it's not having this problem. !ENTRY org.eclipse.equinox.event 4 0 2013-10-07 11:17:19.077 !MESSAGE Exception while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/Context/context/SET] to handler org.eclipse.e4.ui.services.internal.events.UIEventHandler@1fadaf2c !STACK 0 org.eclipse.e4.core.di.InjectionException: java.lang.ClassCastException: org.eclipse.e4.ui.model.application.ui.menu.impl.OpaqueToolItemImpl cannot be cast to org.eclipse.e4.ui.model.application.ui.menu.MToolBar at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:63) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:877) at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:119) at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:84) at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextInjectionFactory.java:73) at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.java:1396) at org.eclipse.ui.internal.Workbench.openWorkbenchWindow(Workbench.java:2474) at org.eclipse.ui.internal.Workbench.getWorkbenchPage(Workbench.java:1894) at org.eclipse.ui.internal.Workbench.setReference(Workbench.java:1913) at org.eclipse.ui.internal.Workbench.access$25(Workbench.java:1910) at org.eclipse.ui.internal.Workbench$35.handleEvent(Workbench.java:1850) at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4688) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:205) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:80) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:58) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374) at org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl.setContext(PartImpl.java:399) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:614) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$6.run(PartRenderingEngine.java:526) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:511) at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:61) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:949) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:633) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1096) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:97) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:649) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:61) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:645) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:61) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:645) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:61) at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:59) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:645) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685) at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:103) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:97) at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:77) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:649) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:61) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:645) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:61) at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:676) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:645) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1042) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 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:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) at org.eclipse.equinox.launcher.Main.main(Main.java:1426) Caused by: java.lang.ClassCastException: org.eclipse.e4.ui.model.application.ui.menu.impl.OpaqueToolItemImpl cannot be cast to org.eclipse.e4.ui.model.application.ui.menu.MToolBar at org.eclipse.ui.internal.CoolBarToTrimManager.add(CoolBarToTrimManager.java:169) at org.eclipse.ui.internal.CoolBarToTrimManager.add(CoolBarToTrimManager.java:115) at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.fillCoolBar(WorkbenchActionBuilder.java:409) at org.eclipse.ui.application.ActionBarAdvisor.fillActionBars(ActionBarAdvisor.java:154) at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.fillActionBars(WorkbenchActionBuilder.java:339) at org.eclipse.ui.internal.WorkbenchWindow.fillActionBars(WorkbenchWindow.java:2217) at org.eclipse.ui.internal.WorkbenchWindow.setup(WorkbenchWindow.java:593) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) ... 116 more | verified fixed | d5c1984 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CoolBarToTrimManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-29T21:01:57Z | 2013-10-07T18:20:00Z |
397,872 | Bug 397872 [Workbench] NPE in WorkbenchPage#busyShowView | null | verified fixed | 3b3894f | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-27T15:40:36Z | 2013-01-10T15:00:00Z |
420,951 | Bug 420951 [CSS] Height of part header background is too small when shadow is disabled | null | verified fixed | a670ec8 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-25T22:03:00Z | 2013-11-02T22:06:40Z |
395,161 | Bug 395161 Binding Context without name -> Error Message is misleading | !SESSION 2012-11-27 10:52:52.814 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_22 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE Framework arguments: -product com.example.e4.rcp.todo.todo -clearPersistedState Command-line arguments: -product com.example.e4.rcp.todo.todo -data C:\Users\l.yildirim\schulung/../runtime-todo.product -dev file:C:/Users/l.yildirim/schulung/.metadata/.plugins/org.eclipse.pde.core/todo.product/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog -clearPersistedState !ENTRY org.eclipse.e4.ui.workbench 4 0 2012-11-27 10:52:55.622 !MESSAGE Unable to create class 'org.eclipse.e4.ui.internal.workbench.addons.ContextProcessingAddon' from bundle '43' !STACK 0 org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException: The name of a context cannot be null at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:63) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:859) at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:111) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:319) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:253) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:185) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:105) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:71) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:49) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:254) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:132) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1438) at org.eclipse.equinox.launcher.Main.main(Main.java:1414) Caused by: java.lang.NullPointerException: The name of a context cannot be null at org.eclipse.core.commands.contexts.Context.define(Context.java:140) at org.eclipse.e4.ui.internal.workbench.addons.ContextProcessingAddon.defineContexts(ContextProcessingAddon.java:65) at org.eclipse.e4.ui.internal.workbench.addons.ContextProcessingAddon.defineContexts(ContextProcessingAddon.java:69) at org.eclipse.e4.ui.internal.workbench.addons.ContextProcessingAddon.defineContexts(ContextProcessingAddon.java:54) at org.eclipse.e4.ui.internal.workbench.addons.ContextProcessingAddon.init(ContextProcessingAddon.java:47) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) ... 23 more | verified fixed | 995063c | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/addons/ContextProcessingAddon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-25T21:18:43Z | 2012-11-27T12:40:00Z |
409,834 | Bug 409834 [Perspectives] Placeholder with secondary ID is being relocated to false container causing views to show at false location | null | verified fixed | eeb3a08 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-22T15:46:17Z | 2013-06-04T12:46:40Z |
398,381 | Bug 398381 [Contributions] Memory leak when ever calling context menu | Steps to reproduce: Call a context menu in a view/editor more times The memory leak happens when calling a context menu in the Package Explorer view, the Java editor, the Outline view ... Many contribution items and elements are leaked. The issue happens for the following two reasons: - the PopupMenuExtender class seems to have to call the unlink method when the context menu is hidden. - the MenuManagerRendere class contains the sharedElementToRecord hash map that uses MMenuElement as a key. The classes that implement the MMenuElement interface don't override hashCode (and equals), but the ContributionRecord.mergeIntoModel method clones those elements that are contributed using the 'popup:org.eclipse.ui.popup.any' uri. That's why the sharedElementToRecord hash map contains leaked elements. I have solved the issue so that the PopupMenuExtender remembers such entries and clears them when the menu is hidden. Attached is a patch. | resolved fixed | 9c42f70 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-22T14:08:42Z | 2013-01-17T10:53:20Z |
421,764 | Bug 421764 [CSS] Provide a way to select Font and Color themes | null | verified fixed | c906222 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-14T17:54:45Z | 2013-11-14T17:26:40Z |
421,725 | Bug 421725 [Viewers] [Javadoc] [patch] Paper-cut - StructuredViewer Javadoc is codified | Trivial thing that annoys me and makes it difficult to read the doc - a quarter of the StructuredViewer Javadoc on help.eclipse.org is monospaced with the <code> tab because an opening <code> was used instead of a closing </code>. | verified fixed | bd62f7a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-14T13:00:16Z | 2013-11-14T11:53:20Z |
418,254 | Bug 418254 [EditorMgmt] [KeyBindings] Ctrl+E and Delete causes IllegalArgumentException | After updating my Kepler Eclipse 4.3.0 to Service Release 1, pressing Ctrl+E (show list of opened editor) and pressing Delete button causes this problem. It was buggy with 4.3.0 as well but the bug differed a bit. With 4.3.0, when you pressed Delete on an item of Ctrl+E list, it's name was cleared in the list, but it's place in the list kept empty and it was like the item is not deleted from the list, just its name was renamed to empty string in the list. What steps will reproduce the problem? 1. Open as many Java editor as you can, so that small icon appears at the right side of editor tabs. 2. Press Ctrl+E 3. Press Del. on an item -- Error Details -- Date: Sat Sep 28 20:52:10 IRST 2013 Message: Problems occurred when invoking code from plug-in: "org.eclipse.jface". Severity: Error Product: Eclipse 2.0.1.20130919-0803 (org.eclipse.epp.package.jee.product) Plugin: org.eclipse.jface Session Data: eclipse.buildId=4.3.0.M20130911-1000 java.version=1.7.0_21 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.jee.product Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product Exception Stack Trace: java.lang.IllegalArgumentException: at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63) at org.eclipse.core.runtime.Assert.isLegal(Assert.java:47) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElementsRecursive(ModelServiceImpl.java:286) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElements(ModelServiceImpl.java:371) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.findItemForPart(StackRenderer.java:748) at org.eclipse.e4.ui.internal.workbench.renderers.swt.BasicPartList$BasicStackListLabelProvider.getFont(BasicPartList.java:66) at org.eclipse.jface.viewers.ColumnLabelProvider.update(ColumnLabelProvider.java:41) at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:152) at org.eclipse.jface.viewers.AbstractTableViewer.doUpdateItem(AbstractTableViewer.java:400) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:485) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2167) at org.eclipse.jface.viewers.AbstractTableViewer.internalRefreshAll(AbstractTableViewer.java:712) at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:650) at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:637) at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:1508) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1443) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1404) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1506) at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:544) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1465) at org.eclipse.e4.ui.internal.workbench.renderers.swt.AbstractTableInformationControl.removeSelectedItems(AbstractTableInformationControl.java:318) at org.eclipse.e4.ui.internal.workbench.renderers.swt.AbstractTableInformationControl$1.keyPressed(AbstractTableInformationControl.java:138) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:167) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1108) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1104) at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1827) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4975) at org.eclipse.swt.widgets.Table.WM_KEYDOWN(Table.java:6006) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4643) at org.eclipse.swt.widgets.Table.windowProc(Table.java:5919) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 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:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) | verified fixed | a4948bf | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-06T14:23:35Z | 2013-09-28T17:40:00Z |
415,522 | Bug 415522 [IDE] Clean dialog should scroll to reveal selected projects | 1) Select one or more projects in the workspace 2) Project > Clean... 3) Clean selected projects Result: If you have a lot of projects, the checked projects are buried. We should reveal the first checked project. | resolved fixed | d7c4238 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-06T09:43:48Z | 2013-08-20T20:20:00Z |
419,710 | Bug 419710 [Wizards] new search wizard does not seem to search submenus | Searching for "Junit" in New Wizard does not find the "JUnit *" elements (Java > Junit > ....). Happens on Luna 4.4m2 | verified fixed | e30547c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardPatternFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-05T20:41:12Z | 2013-10-17T14:26:40Z |
418,910 | Bug 418910 Run clean up action on org.eclipse.e4.ui.css.core for whitespace | null | resolved fixed | 530d1b7 | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/SACConstants.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/css2/CSS2FontHelper.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/css2/CSS2FontPropertiesHelpers.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/css2/CSS2PrimitiveValueImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/css2/CSS2RGBColorImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/css2/CSSBorderPropertiesHelpers.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/CSSProperty.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/CSSPropertyList.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/CSSStylableElement.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/ElementAdapter.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/ExtendedCSSRule.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/IElementProvider.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/parsers/CSSParser.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/parsers/CSSParserFactory.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/parsers/ICSSParserFactory.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/AbstractCSSPropertyCompositeHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/CSSBorderProperties.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/Gradient.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/ICSSPropertyCompositeHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/ICSSPropertyHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/ICSSPropertyHandler2.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/ICSSPropertyHandler2Delegate.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/ICSSPropertyHandlerProvider.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/converters/AbstractCSSValueConverter.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/converters/CSSValueBooleanConverterImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/converters/CSSValueConverterConfigColorImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/converters/ICSSValueConverter.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/converters/ICSSValueConverterColorConfig.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/converters/ICSSValueConverterConfig.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyBackgroundCompositeHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyBackgroundHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyBorderCompositeHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyBorderHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyDimensionHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyFontCompositeHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyMarginHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyPaddingHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/CSS2FontPropertiesImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/CSS2PaddingPropertiesImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/ICSSPropertyBackgroundHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/ICSSPropertyBorderHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/ICSSPropertyClassificationHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/ICSSPropertyDimensionHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/ICSSPropertyFontHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/ICSSPropertyMarginHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/ICSSPropertyPaddingHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/ICSSPropertyTextHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/providers/AbstractCSSPropertyHandlerProvider.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/providers/CSSPropertyHandlerLazyProviderImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/providers/CSSPropertyHandlerSimpleProviderImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/engine/CSSElementContext.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/engine/CSSEngine.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/engine/CSSErrorHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/exceptions/DOMExceptionImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/exceptions/UnsupportedClassCSSPropertyException.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/exceptions/UnsupportedPropertyException.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/AbstractCSSNode.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSS2PropertiesImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSFontFaceRuleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSImportRuleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSMediaRuleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSPageRuleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSPropertyImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSRuleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSRuleListImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSStyleDeclarationImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSStyleRuleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSStyleSheetImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSValueFactory.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSValueImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSValueListImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/Measure.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/RGBColorImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/StyleSheetListImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/parsers/AbstractCSSParser.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/parsers/CSSParserFactoryImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/parsers/CSSParserImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/properties/CSSBorderPropertiesImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/engine/AbstractCSSEngine.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/engine/CSSErrorHandlerImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/engine/RegistryCSSPropertyHandlerProvider.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/AbstractAttributeCondition.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/AbstractCombinatorCondition.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/AbstractDescendantSelector.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/AbstractElementSelector.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/AbstractSiblingSelector.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSAndConditionImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSAttributeConditionImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSBeginHyphenAttributeConditionImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSChildSelectorImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSClassConditionImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSConditionFactoryImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSConditionalSelectorImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSDescendantSelectorImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSDirectAdjacentSelectorImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSElementSelectorImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSIdConditionImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSLangConditionImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSOneOfAttributeConditionImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSPseudoClassConditionImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSPseudoElementSelectorImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/CSSSelectorFactoryImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/DocumentHandlerFactoryImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/ExtendedCondition.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/ExtendedSelector.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/sac/SACParserFactoryImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/resources/AbstractResourcesRegistry.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/resources/CSSResourcesHelpers.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/resources/IResourcesRegistry.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/sac/DocumentHandlerFactory.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/sac/ExtendedDocumentHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/sac/IDocumentHandlerFactory.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/sac/ISACParserFactory.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/sac/SACParserFactory.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/serializers/CSSSerializerConfiguration.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/util/impl/resources/FileResourcesLocatorImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/util/impl/resources/HttpResourcesLocatorImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/util/impl/resources/OSGiResourceLocator.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/util/impl/resources/ResourcesLocatorManager.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/util/resources/IResourceLocator.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/util/resources/IResourcesLocatorManager.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/util/resources/IURIResolver.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/ClassUtils.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/utils/StringUtils.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/xml/properties/css2/CSSPropertyBackgroundXMLHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/xml/properties/css2/CSSPropertyFontXMLHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/xml/properties/css2/CSSPropertyTextXMLHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-05T19:58:34Z | 2013-10-08T13:46:40Z |
396,296 | Bug 396296 [JFace] jface ToolTip isn't disposed when underlying control is disposed leading to errors. | null | verified fixed | 4785570 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-05T15:35:04Z | 2012-12-11T15:33:20Z |
420,835 | Bug 420835 DnDAddon - Replace Green with a nicer color | As discussed with several people on EclipseCon Europe we should use a better color color for DnD of Views and the toolbar. @Eric, can you give a tip where this color is defined? | verified fixed | b2eb153 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/TrimDropAgent.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-05T13:59:25Z | 2013-10-31T20:06:40Z |
411,017 | Bug 411017 Retire org.eclipse.ui.examples.presentation plug-in | The master of the platform ui Git repo still contains the org.eclipse.ui.examples.presentation project. As the Presentation API has been removed and deprecated I suggest to delete the project from master. I still still be available in the branches for the releases. | resolved fixed | 634288d | ["examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/PresentationExamplesPlugin.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/PresentationImages.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/PresentationPlugin.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/barebones/BareBonesPartPresentation.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/barebones/BareBonesPresentationFactory.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/baretittle/BareTitlePresentationFactory.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/baretittle/BareTitleStackPresentation.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/sidewinder/ClosePartContributionItem.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/sidewinder/PartItem.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/sidewinder/SideWinderItemViewPresentation.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/sidewinder/SideWinderPresentationFactory.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/wrappedtabs/ChangeStackStateContributionItem.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/wrappedtabs/CloseAllContributionItem.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/wrappedtabs/CloseContributionItem.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/wrappedtabs/CloseOthersContributionItem.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/wrappedtabs/PartListContributionItem.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/wrappedtabs/ProxyControl.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/wrappedtabs/ShowToolbarContributionItem.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/wrappedtabs/WrappedTabsPartPresentation.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/wrappedtabs/WrappedTabsPresentationFactory.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/wrappedtabs/WrappedTabsThemeConstants.java", "examples/org.eclipse.ui.examples.presentation/src/org/eclipse/ui/examples/presentation/wrappedtabs/WrappedTabsUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-11-05T12:54:20Z | 2013-06-18T12:53:20Z |
417,929 | Bug 417929 [Perspectives] Resetting a perspective with an open minimized stack leaves cheese | Take a perspective, minimize a stack and open it by clicking on a view icon. Reset the perspective...you end up with a grey box left over from the open minimized stack... We should be at least closing any open trim stacks before doing the reset. | verified fixed | 12e12cc | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-28T19:06:05Z | 2013-09-24T13:40:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.