issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
208,898 | Bug 208898 No line number in script editor | The script editor doesn't show any line number, even when the eclipse "show line number" setting for text editors is set. This prevents the user to identify script errors when they are reported by line number. The chart script error reporting actually mentions the line number of the error, so it would be useful to show the line numbers in this scenario. | resolved fixed | 9c5d0d4 | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/ScriptEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-07T03:47:32Z" | "2007-11-06T14:40:00Z" |
201,040 | Bug 201040 Need to specify engine config params when calling reportrunner on command line | Build ID: I20070625-1500 Steps To Reproduce: 1. Run genReport.[bat|sh] and try to use non-default options for engine config. 2. See, couldn't do it, right? 3. Hopefully (2) is right, otherwise I'm going to look pretty foolish. More information: We have a need to be able to specify the resource directory when running reportrunner as part of genReport.bat from the Windows command line. We cannot find a way to do this. The reportrunner java code instantiates a default engineconfig which uses the environment variable BIRT_HOME to set the engine home but we need to configure other things (specifically resource, log and temp dirs as well as log level). I've actually made changes to ReportRunner.java in BIRT 2.2, recompiled and tested but need a more experience body to look over the change and commit it if it's deemed worthy. | resolved fixed | d76db23 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-07T03:46:44Z" | "2007-08-24T07:20:00Z" |
208,190 | Bug 208190 [Regression]A blank column occurs when export report to excel file[1203] | Description: Export report to excel file, a blank column is created on the front of the columns exported. Build version:2.3.0.v20071031-0800 Steps to reproduce: 1.Create a sample datasource and dataset. 2.Pull the dataset to the report layout,and add a group on the table. 3.Preview in web viewer, export the report to excel file, a blank column is created as the first column. | closed fixed | a4c0ac3 | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-06T08:56:27Z" | "2007-10-31T05:53:20Z" |
208,845 | Bug 208845 The Not In filter doesn't work correctly when specify multiple values[07] | Description: The Not In filter doesn't work correctly when specify multiple values, but works only on single value. Build number: 2.3.0.v20071106-0800 Steps to reproduce: 1, New a table binding on customers dataset 2, New a Not In filter 3, Specify multiple values such as 103;112 4, Preview in layout Expected result: Both 103 and 112 should be filtered Actual result: 112 is still in preview result Error log: | closed fixed | e8b3724 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-06T08:00:45Z" | "2007-11-06T03:33:20Z" |
208,853 | Bug 208853 <birt:param> display param as input box above report content[0603] | Description: <birt:param> display parameter as input box above report content Build number:2.3.0.v20071106 Steps to reproduce: 1. New BIRT WEB project. 2. Copy attached report and jsp to WebContent folder. 3. Run project in Tomcat server and preview jsp page. Expected result: Display report content and parameter is passed into report. Actual result: Two parameter input box displayed above the report content.see attached. Error log:n/a | closed fixed | c12e82d | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/taglib/AbstractViewerTag.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-06T07:07:52Z" | "2007-11-06T06:20:00Z" |
208,501 | Bug 208501 AdapterException occurs when preview a crosstab with a integer type static level[1102] | Description: AdapterException occurs when preview a crosstab with a integer type static level[1102] Build number: 2.3.0.v20071102-0630 Steps to reproduce: 1, New a cube from CUSTOMERS 2, New a static level has two Member 1 and 2. 1's expression is dataSetRow["CUSTOMERNUMBER"]>250. 2's expression is dataSetRow["CUSTOMERNUMBER"]<250 3, New a crosstab using the cube 4, Preview Expected result: If we can convert Memeber 1 and 2 to integer type, the preview should be ok. If we do not do this convert we should throws out a proper exception. Actual result: org.eclipse.birt.report.data.adapter.api.AdapterException: java.lang.String OCCURS Error log: java.lang.String ( 2 time(s) ) detail : org.eclipse.birt.report.data.adapter.api.AdapterException: java.lang.String at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.prepare(DataRequestSessionImpl.java:479) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doPrepareQuery(DteDataEngine.java:100) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.prepare(AbstractDataEngine.java:138) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:94) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplciateReportExecutor.execute(SuppressDuplciateReportExecutor.java:51) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:138) | closed fixed | f154066 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-06T05:49:58Z" | "2007-11-02T02:20:00Z" |
208,724 | Bug 208724 Failures occur in Junit test of org.eclipse.birt.report.engine in daily build 20071105 | null | closed fixed | 662d6bf | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/TimeZoneTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-05T09:56:37Z" | "2007-11-05T05:20:00Z" |
207,897 | Bug 207897 [Automation][Regression]A DataException is thrown out when preview reportdesign | Description: A DataException is thrown out when preview reportdesign Test Date: 20071030 Test Build: BIRT2.2.2 v20071029 Step to reproduce: 1. Use the reportdesign attached 2. Preview it Expect result: Report can be previewed without any exception. Actual result: A DataException is thrown out. | closed fixed | 81f51ce | ["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 | "2007-11-05T09:05:01Z" | "2007-10-30T02:06:40Z" |
204,693 | Bug 204693 Error concatenating images especially in PDF output | null | resolved fixed | 91d07e5 | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-05T07:33:29Z" | "2007-09-26T15:20:00Z" |
207,733 | Bug 207733 NPE when drag cube dimension from library to report[1101] | Description: NPE when drag cube dimension from library to report Build number:2.2.2.v20071029 Steps to reproduce: 1. New a libray with a valid cube. 2. New a report. 3. Use the library in report. 4. Drag dimension in library cube from library explorer to report Layout. Expected result: Forbidden this DND action. Actual result: NPE Error log: java.lang.NullPointerException at org.eclipse.birt.report.item.crosstab.internal.ui.editors.commands.CreateDimensionViewCommand.execute(CreateDimensionViewCommand.java:145) at org.eclipse.birt.report.designer.internal.ui.command.WrapperCommandStack.execute(WrapperCommandStack.java:86) at org.eclipse.birt.report.item.crosstab.internal.ui.dnd.MeasureHandleDropAdapter.performDrop(MeasureHandleDropAdapter.java:78) at org.eclipse.birt.report.designer.internal.ui.dnd.DNDService.performDrop(DNDService.java:195) at org.eclipse.birt.report.designer.internal.ui.dnd.DNDService.performDrop(DNDService.java:183) at org.eclipse.birt.report.designer.internal.ui.palette.ReportTemplateTransferDropTargetListener.handleDrop(ReportTemplateTransferDropTargetListener.java:115) at org.eclipse.gef.dnd.AbstractTransferDropTargetListener.drop(AbstractTransferDropTargetListener.java:171) at org.eclipse.jface.util.DelegatingDropAdapter$3.run(DelegatingDropAdapter.java:211) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:857) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:199) at org.eclipse.jface.util.DelegatingDropAdapter.drop(DelegatingDropAdapter.java:209) at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:706) at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:414) at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:237) at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:119) at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method) at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:358) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:284) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:168) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at org.eclipse.equinox.launcher.Main.run(Main.java:1173) | closed fixed | 7953a9d | ["UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/dnd/LibraryDragListener.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-05T03:06:00Z" | "2007-10-29T09:26:40Z" |
203,035 | Bug 203035 Timezones not supported | Build ID: 3.3.0 Reportengine: 2.2.0 Steps To Reproduce: 1. Create a report with a sql statement like this: select system_id, created_on from data_table where created_on > ? and created_on < ? The two parameters are parameters, which must be entered by the user. 2. Run the report with the runtime engine. More information: The runtime engine is embeded into my application. The user can be in different timezones. When a user enteres "11/11/06 11:11" and is in e.g. Tokio, its something different else if a user enters "11/11/06 11:11" and is in London. The 2 users expect different results. How can i set the timezone of the report-engine? Is it possible to set the timezone with runtime-engine? In my eyes it is not possible. The birt-runtime-engine always takes the default timezone of the Java Runtime Engine (TimeZone.getDefault()). I tried to ask this in the newsgroup, but nobody answered. If there is no possibility to set the timezone, this seems to be a "blocker" bug and should be fixed in the next release. Thx Orkus | resolved fixed | 8b88f3a | ["core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/format/DateFormatterTest.java", "core/org.eclipse.birt.core/src/org/eclipse/birt/core/format/DateFormatter.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/AllTests.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/TimeZoneTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocument.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportParameterConverter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java", "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/ReportDocumentReader.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.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/internal/presentation/TransientReportDocument.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ReportContextImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-02T07:33:40Z" | "2007-09-12T06:53:20Z" |
207,731 | Bug 207731 There is an element "AutoText" only exists in Insert Element dialogue in Ouline View context menu [05] | null | closed fixed | ec1b573 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/DefaultNodeProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-02T06:22:31Z" | "2007-10-29T09:26:40Z" |
169,808 | Bug 169808 [Enhancement]Cascading parameter dialog display under low screen resolution | Build number: 2.2.0.v20070104-1300 Description: The dialog for cascading parameter can't display completely under low screen under low screen resolution.Please refer to the screen shot.This phenomenon depends on user's entironment.So may be it'll not reproduce same phenomenon.Suggest using scroll bar,or the dialog can't be used under a low screen resolution. Step to reproduce: 1. Modified screen resolution of PC to 800*600 or 1024*768 2. new a cascading parameter in a report 3. observe the dialog Actual result: As the screenshot, the dialog can't be used. Expected result: Scroll bar should be available when the dialog can't be display completely | closed fixed | 82a5843 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-02T03:45:03Z" | "2007-01-08T07:06:40Z" |
203,888 | Bug 203888 Syntax Checker for JavaScript | BIRT provides the report developer the ability to use JavaScript to build custom logic in reports. Report developers currently do not have the ability to validate JavaScript code during design. JavaScript errors are only caught at runtime. This project looks at providing report developers the ability to validate JavaScript code at design time. The benefits of doing so are increased report developer productivity since errors can be caught and corrected at design time instead of at runtime. | resolved fixed | e6e3886 | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/IScriptEditor.java", "UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/JSEditor.java", "UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/ScriptEditor.java", "UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportScriptFormPage.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/IReportGraphicConstants.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/ReportPlatformUIImages.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-01T10:44:46Z" | "2007-09-18T21:13:20Z" |
208,194 | Bug 208194 [Automation] [Regression] Blank page is shown when export report as PDF fitting to page width or whole page [1200] | null | closed fixed | b166b38 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-01T07:33:47Z" | "2007-10-31T08:40:00Z" |
208,051 | Bug 208051 options to view report should move under 'Run' menu | User is not able to find the options to view the report right away. He attempts to look under RUN menu. The icon designed to view reports in tool bar often goes unnoticed. I suggest moving the View options under 'RUN' menu from File menu. See attached screen | verified fixed | c225f46 | ["UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/actions/PreviewCascadingMenuGroup.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-01T07:10:58Z" | "2007-10-30T16:00:00Z" |
207,118 | Bug 207118 [regression]Toc like "ABC\nDEF" doesn't display correctly.[0002] | null | closed fixed | 978f26f | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetTOCActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-01T02:26:02Z" | "2007-10-23T06:13:20Z" |
208,168 | Bug 208168 Meaningless exception occurs when sorting condition refer to a unused binding[07] | Description: Meaningless exception occurs when sorting condition refer to a unused binding[07] Build number: 2.3.0.v2007-0800 Steps to reproduce: 1, New a table binding with a dataset 2, Define a Sort for the table 3, Delete the binding of table which is using by sorting condition 4, Preview Expected result: The exception should be meaningful. Actual result: Exception is meaningless for user to clear the mistake point Error log: An error happen during population of data. This might be caused by including data of mixed type in a column of "ANY" type | closed fixed | f159d9c | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ComputedColumnHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-31T08:42:00Z" | "2007-10-31T00:20:00Z" |
207,250 | Bug 207250 Check blank value for datetime type parameter from url.[0002][0705] | Description: Check blank value for datetime type parameter from url. Build number:2.3.0.v20071023 Steps to reproduce: 1. New a datetime parameter mydt,listbox, tick off isRequired. 2. Preview in external browser and add "&dt=" in url, press enter. Expected result: Error message to indicate blank value isn't allowed for this parameter. Actual result: No error message and blank value is accepted. I tried to new a jsp and use <birt:paramDef> to pass the blank value and the blank value is accepted,too. Error log:n/a | closed fixed | d53a65e | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/resource/ResourceConstants.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/DataUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-31T06:19:22Z" | "2007-10-24T01:40:00Z" |
207,141 | Bug 207141 [Automation][Regression]There is a faint secondary image in column when preview reportdesign in PDF | Description: There is a faint secondary image in one column when preview reportdesign in PDF TestDate: 20071023 steps to reproduce: - use the attached report design - preview it in PDF Expected Result: Report should be preview correctly Actual Result: There is a faint secondary image. | closed fixed | b495342 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-31T03:37:11Z" | "2007-10-23T09:00:00Z" |
206,850 | Bug 206850 [Regression] Error pops up when select value for a map or highlight rule to group header row [0302] | null | closed fixed | 0dc279e | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/HighlightRuleHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/StyleRule.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-31T03:32:55Z" | "2007-10-19T05:00:00Z" |
207,889 | Bug 207889 NOT IN filter of table doesn't work and throws exceptions when preview[07] | Description: Exception occurs when preview a table with NOT IN filter[07] Build number: 2.3.0.v20071029-0630 Steps to reproduce: 1, New a CUSTOMERS Dataset 2, Drag dataset into layout 3, Select the table and specify a Not IN filter: row["CUSTOMERNUMBER"] Not In 131 4, Preview Expected result: The filter works and preview should be ok Actual result: Exception occurs Error log: The filter definition using expression "row["CUSTOMERNUMBER"]" is not valid. Conditional operator is not supported: 0 data.engine.BadFilterDefn ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: The filter definition using expression "row["CUSTOMERNUMBER"]" is not valid.Conditional operator is not supported: 0 at org.eclipse.birt.data.engine.impl.FilterByRow.process(FilterByRow.java:237) at org.eclipse.birt.data.engine.executor.cache.RowResultSet.processFetchEvent(RowResultSet.java:134) at org.eclipse.birt.data.engine.executor.cache.RowResultSet.next(RowResultSet.java:98) at org.eclipse.birt.data.engine.executor.cache.ExpandableRowResultSet.next(ExpandableRowResultSet.java:64) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.populateData(SmartCacheHelper.java:299) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.initInstance(SmartCacheHelper.java:271) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.getResultSetCache(SmartCacheHelper.java:233) at org.eclipse.birt.data.engine.executor.cache.SmartCache.<init>(SmartCache.java:73) at org.eclipse.birt.data.engine.executor.transform.pass.PassUtil.populateOdiResultSet(PassUtil.java:146) at org.eclipse.birt.data.engine.executor.transform.pass.PassUtil.pass(PassUtil.java:63) at org.eclipse.birt.data.engine.executor.transform.pass.FilterCalculator.doFiltering(FilterCalculator.java:117) at org.eclipse.birt.data.engine.executor.transform.pass.FilterCalculator.applyFilters(FilterCalculator.java:90) at org.eclipse.birt.data.engine.executor.transform.pass.FilterCalculator.applyFilters(FilterCalculator.java:64) | closed fixed | ae7b99b | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataAdapterUtil.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/FilterAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-30T08:42:34Z" | "2007-10-30T02:06:40Z" |
207,564 | Bug 207564 Column sorting based on data type | Only string sorting happens when a column is selected in preview result page of DataSet Editor irrespective of type of data shown in that column. I'd like to be able to sort the data based on its datatype when a column is selected. | resolved fixed | 9772a32 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-30T03:23:58Z" | "2007-10-26T12:00:00Z" |
206,603 | Bug 206603 Table column is not rendered in pdf if its width is set in ems | null | resolved fixed | 95e8be8 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFAbstractLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-26T08:47:22Z" | "2007-10-17T11:20:00Z" |
207,268 | Bug 207268 Add visibility option for plot within axes | For chart with axes, we should make plot within axes invisible. Meantime, other plots, such as axes, legend and title, should be visible. This enhancement doesn't include UI change, and it is required for cross tab integration. | resolved fixed | 2bacb3f | ["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/LayoutPackage.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/LayoutPackageImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-26T07:23:42Z" | "2007-10-24T10:00:00Z" |
201,526 | Bug 201526 Mutil parameter value will show the mutil value[0705] | Description: Mutil parameter value will show the mutil value[0705] Step: 1. New a list parameter and select allow multiple value 2. Add some value in it. 3. Drop the parameter in layout( param["NewParameter1"] ). 4. Preview and select several value. Actual result: It will preview a object string. Expected result: The value that is selected will be previewed. | closed fixed | e37806c | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-24T08:26:23Z" | "2007-08-29T09:33:20Z" |
156,782 | Bug 156782 Javadoc incomplete for interfaces in org.eclipse.birt.report.engine.content | Javadoc incomplete for following interfaces in org.eclipse.birt.report.engine.content: IAutoTextContent IBandContent IDataContent IElement IGroupContent ILabelContent IListBandContent IListContent IListGroupContent ITableGroupContent | resolved fixed | dc916ec | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IAutoTextContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IBandContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContainerContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IDataContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IDrillThroughAction.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IElement.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IGroupContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ILabelContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IListBandContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IListContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IListGroupContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/INode.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITableGroupContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITextContent.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-24T07:28:33Z" | "2006-09-09T00:00:00Z" |
192,281 | Bug 192281 variant portion of locale is ignored during internationalization | The use of resource files for internationalization ignores the variant portion of the locale. For example we have reports that rely on a label.properties file for the column headers. If the current locale is es_MX the report will properly display the labels from label_es_MX.properties. However if the locale includes a variant such as es_MX_client all of the labels still get loaded from label_es_MX.properties rather than label_es_MX_client.properties. According to the FAQ on internationalization: "When you run your report, BIRT will use the standard Java system for locating a property file that matches the user's locale." From that I would assume the same property lookup order used by the java ResourceBundle class: * baseName + "_" + language1 + "_" + country1 + "_" + variant1 * baseName + "_" + language1 + "_" + country1 * baseName + "_" + language1 * baseName + "_" + language2 + "_" + country2 + "_" + variant2 * baseName + "_" + language2 + "_" + country2 * baseName + "_" + language2 * baseName Where the specified locale is language1_country1_variant1 and the default locale is language2_country2_variant2 To reproduce: 1.create a report that has a label bound to a base resource file and deploy it. 2.create a locale specific (including variant) version of the base resource file and deploy it. 3.render the report using the viewer and pass in the __locale parameter consisting of the full locale used in step 2 At this point you should be able to confirm the location of the loaded label is not from the variant version of the resource file. | resolved fixed | 391d08e | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-24T06:07:41Z" | "2007-06-12T20:26:40Z" |
201,379 | Bug 201379 Different process way for maxlevels 0 and maxrows 0[0003] | Description: Different process way for maxlevels and maxrows when they are set to 0 Build number:2.2.1.v20070828 Steps to reproduce: 1. Deploy BIRT. 2. set BIRT_VIEWER_MAX_ROWS as 0 3. set BIRT_VIEWER_MAX_CUBE_LEVELS as 0. 4. Preview report containing table and crosstab. Expected result: Same effect for these two properties Actual result: Return all rows for table and return 0 for crosstab Error log:n/a | closed fixed | 45acb3a | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-24T05:45:56Z" | "2007-08-28T08:33:20Z" |
207,119 | Bug 207119 Newly added binding row._outer["a"] is not shown in the list of group key [0004] | Description: Newly added binding row._outer["a"] is not shown in the list of group key. Build number: 2.2.1.v20071022-0630 Steps to reproduce: 1. New a table table1 binding to CUSTOMERS, insert table2 binding to ORDERS in table1. 2. Add a Column Binding to table2, set row._outer["CUSTOMERNUMBER"] as expression. 3. Add a group to table2, and check the Group On drop-down list. Expected result: Column Binding is listed. Actual result: No Column Binding is listed. Error log: N/A | closed fixed | 93b894d | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-24T03:37:07Z" | "2007-10-23T06:13:20Z" |
207,258 | Bug 207258 Error exception message in type validation of multi-value parameters | If there is any exception in type validation of multi-value parameter, we will always get following error message: The type of parameter "NewParameter" is expected as "Object[]", not "Array".. This message is incorrect. Please replace the "Array" with the correct value type. | resolved fixed | 80b9139 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-24T03:26:16Z" | "2007-10-24T04:26:40Z" |
204,651 | Bug 204651 AssertionError for an image (byte[]) in a scripted data set column of type "any" | For the display of an image created dynamically by an own java class I use a scripted data set with one column of type "any" and a ScriptedDataSetEventAdapter that sets the column value with a byte[]. This was described in a BIRT example and works with BIRT 2.1.2. Now, we are using BIRT 2.2 and we get an AssertionError running our report creation JUnit test (where the assertion check is enabled). It seems that the constructor of the "ResultObject" class has got a new if-statement if the result field is of type "any". The assertion within the invoked method "ResultFieldMetadata.setDataType()" checks whether the data type is an Integer.class or a Double.class or ... As byte[] isn't part of the expected java data types the assertion error is thrown (see below). java.lang.AssertionError at org.eclipse.birt.data.engine.executor.ResultFieldMetadata.setDataType(Result FieldMetadata.java:100) at org.eclipse.birt.data.engine.executor.ResultObject.<init>(ResultObject.java: 55) at org.eclipse.birt.data.engine.executor.cache.ExpandableRowResultSet.next(Expa ndableRowResultSet.java:77) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.populateData(Sm artCacheHelper.java:268) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.initInstance(Sm artCacheHelper.java:241) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.getResultSetCac he(SmartCacheHelper.java:204) at org.eclipse.birt.data.engine.executor.cache.SmartCache.<init>(SmartCache.jav a:68) at org.eclipse.birt.data.engine.executor.transform.pass.PassUtil.populateOdiRes ultSet(PassUtil.java:113) at org.eclipse.birt.data.engine.executor.transform.pass.PassUtil.pass(PassUtil. java:66) at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.doSinglePas s(PassManager.java:185) at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.pass(PassMa nager.java:90) at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.populateRes ultSet(PassManager.java:72) at org.eclipse.birt.data.engine.executor.transform.ResultSetPopulator.populateR esultSet(ResultSetPopulator.java:208) at org.eclipse.birt.data.engine.executor.transform.CachedResultSet.<init>(Cache dResultSet.java:132) at org.eclipse.birt.data.engine.executor.CandidateQuery.execute(CandidateQuery. java:106) at org.eclipse.birt.data.engine.impl.PreparedScriptDSQuery$ScriptDSQueryExecuto r.executeOdiQuery(PreparedScriptDSQuery.java:223) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:7 61) at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(Servic eForQueryResults.java:216) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResult s.java:152) at org.eclipse.birt.report.engine.data.dte.QueryResultSet.<init>(QueryResultSet .java:83) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteData Engine.java:155) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteData Engine.java:115) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractD ataEngine.java:178) at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(Execut ionContext.java:1678) at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(Query ItemExecutor.java:82) at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemE xecutor.java:61) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecu tor.execute(WrappedReportItemExecutor.java:45) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemEx ecutor.execute(SuppressDuplicateItemExecutor.java:42) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecu tor.execute(WrappedReportItemExecutor.java:45) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExe cutor.execute(LocalizedReportItemExecutor.java:33) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildre n(HTMLBlockStackingLM.java:63) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstrac tLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout (HTMLInlineStackingLM.java:94) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutChildr en(HTMLInlineStackingLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLRowLM.layoutChildren(HTMLRowL M.java:41) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstrac tLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLRowLM.layout(HTMLRowLM.java:3 1) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildre n(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTa bleLM.java:81) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstrac tLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildre n(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstrac tLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout (HTMLInlineStackingLM.java:94) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutChildr en(HTMLInlineStackingLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLRowLM.layoutChildren(HTMLRowL M.java:41) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstrac tLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLRowLM.layout(HTMLRowLM.java:3 1) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildre n(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTa bleLM.java:81) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstrac tLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPag eLM.java:142) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java :84) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTM LReportLayoutEngine.java:90) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderT ask.java:148) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTas k.java:71) | resolved fixed | 543845f | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultFieldMetadata.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-23T10:03:44Z" | "2007-09-26T07:00:00Z" |
207,120 | Bug 207120 Please model provide an API for data type conversion. | Currently, there're two data types: column data type and parameter data type. But they're inconsistent. Could model provide APIs for conversion between the two types. Thanks. In addition: please check the code into head and 2.2.1 branch, because we have a 2.2.1 bug to fix. | verified fixed | 4d9252b | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ModuleUtilTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/DataTypeConversionUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-23T08:46:05Z" | "2007-10-23T06:13:20Z" |
207,036 | Bug 207036 [Regression] The chart in an old report design can not be rendered [13] | null | closed fixed | 9ad2d96 | ["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/DeferredCacheManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-23T08:32:05Z" | "2007-10-22T10:46:40Z" |
206,719 | Bug 206719 [Regression] Not all of the data exported can be shown [07] | null | closed fixed | b7d3e85 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-23T06:28:58Z" | "2007-10-18T06:46:40Z" |
206,864 | Bug 206864 Error in IE using nested birt tags when reportContainer is IFrame | null | resolved fixed | 19e6b45 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/taglib/AbstractViewerTag.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-23T03:09:11Z" | "2007-10-19T10:33:20Z" |
206,861 | Bug 206861 The data set cache should handle IOException and the cancel request from customer | The data set data will be saved into disk file in the first query and it will be loaded in the later time. The processing of write disk file may be cancelled by customer request or IOException. Using the data from the bad file will cause error. | resolved fixed | fc852c2 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/DataSetCacheTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/impl/AggregationTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/ExpandableRowResultSet.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/IRowResultSet.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/OdiAdapter.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/RowResultSet.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/SmartCacheHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/SmartRowResultSet.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/disk/DiskDataExport.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/disk/DiskSortExport2.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-22T07:35:17Z" | "2007-10-19T07:46:40Z" |
204,065 | Bug 204065 NPE throws out when open the attached flat file dataset | Description: [Regression]NPE throws out when open the attached flat file dataset Build number: 2.2.1.v20070920-0630 Steps to reproduce: 1, New a flat file datasource from a connction profile 2, New a flat file dataset 3, Open XML Source, clear all the local properties of connection and only left the connection profile's property 4, Go back to layout and open the flat file dataset Expected result: No exception occurs Actual result: NPE occurs and can not close the dialog by click OK BUTTON Error log: java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:396) at org.eclipse.datatools.connectivity.oda.flatfile.ui.wizards.FileSelectionWizardPage.getResultSetMetaData(FileSelectionWizardPage.java:1149) at org.eclipse.datatools.connectivity.oda.flatfile.ui.wizards.FileSelectionWizardPage.savePage(FileSelectionWizardPage.java:1646) at org.eclipse.datatools.connectivity.oda.flatfile.ui.wizards.FileSelectionWizardPage.collectDataSetDesign(FileSelectionWizardPage.java:270) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetWizardPageCore.finishDataSetDesign(DataSetWizardPageCore.java:368) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetWizardBase.collectDataSetDesignFromPage(DataSetWizardBase.java:333) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetWizardBase.finishDataSetDesign(DataSetWizardBase.java:356) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetWizardBase.getResponseSession(DataSetWizardBase.java:105) at org.eclipse.datatools.connectivity.oda.design.internal.designsession.DataSetDesignSessionBase.finishDataSetDesign(DataSetDesignSessionBase.java:332) at org.eclipse.datatools.connectivity.oda.design.internal.designsession.DataSetDesignSessionBase.finish(DataSetDesignSessionBase.java:167) at org.eclipse.datatools.connectivity.oda.design.ui.designsession.DataSetDesignSession.finish(DataSetDesignSession.java:153) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.updateDataSetDesign(DataSetEditor.java:460) at org.eclipse.birt.report.designer.data.ui.dataset.OutputColumnsPage.performOk(OutputColumnsPage.java:243) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.okPressed(AbstractPropertyDialog.java:730) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.okPressed(AbstractPropertyDialog.java:715) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.okPressed(DataSetEditor.java:592) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.buttonPressed(AbstractPropertyDialog.java:597) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616) | closed fixed | 7466c40 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/provider/JdbcMetaDataProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-22T02:19:18Z" | "2007-09-20T03:46:40Z" |
206,279 | Bug 206279 Removed computed cols listed in expression builder[07] | Description: Removed computed column listed in expression builder inside DataSet Editor dialog Build number:2.2.2.v20071011 Steps to reproduce: 1. New data source and dataset. 2. Add a computed column in dataset and click OK. 3. Open the dataset, remove the computed column. 4. Add a new computed column and check columns in available Data Sets. Expected result: The removed computed column isn't there. Actual result: The removed computed column is still there for selection. Error log:n/a | closed fixed | 02e3a88 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-19T07:40:24Z" | "2007-10-15T03:46:40Z" |
200,187 | Bug 200187 Deprecated HTMLServerImageHandler methods are not marked as deprecated | Build ID: 3.3.0 Steps To Reproduce: 1. Open IHTMLServerImageHandler and look at e.g. "public abstract String onDesignImage(IImage image, Object context)", which is marked as "deprecated" 2. Open HTMLImageHandler and look at e.g. "public String onDesignImage( IImage image, Object context )" which is not marked as deprecated The implementation class HTMLImageHandler which implements IHTMLImageHandler should mark the deprecated methods of IHTMLImageHandler as deprecated. E.g. public String onDesignImage( IImage image, Object context ) { return null; } to /** * @deprecated */ public String onDesignImage( IImage image, Object context ) { return null; } Reason: If someone (like me) extends the HTMLServerImageHandler class, he gets the following warning in the console (not in Eclipse): MyHTMLServerImageHandler.java:18: warning: [deprecation] onDesignImage((org.eclipse.birt.report.engine.api.IImage,java.lang.Object) in org.eclipse.birt.report.engine.api.IHTMLImageHandler has been deprecated I have to overwrite every in IHTMLServerImageHandler as deprecated marked method, to "remove" this warnings, like that: /** * @deprecated */ public String onDesignImage( IImage image, Object context ) { super.onDesignImage(image, context); } Would be nice, if this would be fixed. | resolved fixed | 617851f | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLCompleteImageHandler.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLImageHandler.java", "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 | "2007-10-19T02:47:17Z" | "2007-08-16T13:13:20Z" |
206,285 | Bug 206285 Rename the report contain parameter will lead to the report cannot be preview[0705] | Description: Rename the report will lead to the report cannot be preview[0705] Step: 1. New a report contain a parameter named R1. 2. Preview it. 3. Rename the report as R2 4. Preview it again. Actual result: Step 2 is ok. But the step 4 will pop up an error and said that the report does not exist or contains errors. Expected result: The report can be preview when rename it. | closed fixed | 74c22b2 | ["UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/internal/ui/dialogs/InputParameterHtmlDialog.java", "UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-18T05:57:03Z" | "2007-10-15T09:20:00Z" |
198,356 | Bug 198356 Width of report item does not take effect in Layout [03] | Description: Width of report item does not take effect in Layout. Build number: 2.2.1.v20070731-0928 Steps to reproduce: 1. New a report with a label. 2. Add all borders for the label, set Width and Height both to 3 in. Expected result: Both width and height settings take effect. Actual result: Only height setting takes effect. Error log: N/A | closed fixed | 3a62187 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-18T02:35:14Z" | "2007-07-31T05:33:20Z" |
192,101 | Bug 192101 Add measure to xtab should add measure label automatically[1102] | Description: Add measure to xtab should add measure label automatically even no content in column area. Build number:2.2.0.v20070612 Steps to reproduce: 1. New a cube. 2. Insert a xtab, drag group to row area and then drag measure to detail area. Expected result: Label for measure is inserted automatically. Actual result: Label for measure isn't inserted automatically. But if you drag a group to column area, the label will be inserted at this time. Error log:N/A | closed fixed | 1457dda | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabHandleAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-17T06:04:16Z" | "2007-06-12T06:33:20Z" |
206,106 | Bug 206106 If dataset filter refer to a report parameter, we should also retrieve the data from rptconfig first[0705] | Description: To be consistent with the Dataset parameter, if dataset filter refers to a report parameter, we should also retrive the value from rptconfig first[0705] Build number: 2.2.2.v20071012-0630 Steps to reproduce: 1, New a allow multiple select value parameter and new two static value: 161, 167. 1, New a CUSTOMER Dataset 2, New a dataset filter and the filter condition refer to a report parameter such as: Expression: row["CUSTOMERNUMBER"] Operator: In Value: params["p1"] 3, Drag the dataset into layout 4, Preview 5, Go back to layout and preview the dataset Expected result: 161 and 167 rows are in the preview results Actual result: Nothing displayed in layout because we do not retrieve the values from the rptconfig. Error log: | closed fixed | de4dfa6 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/script/DataAdapterTopLevelScope.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-17T05:03:18Z" | "2007-10-12T03:33:20Z" |
205,397 | Bug 205397 sql parameter binding error | null | resolved fixed | 1aa34ce | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ParameterUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-16T07:09:49Z" | "2007-10-04T06:40:00Z" |
197,505 | Bug 197505 Add Design Handle to Scriptable Objects | Currently in a report design, you can modify the design file by calling: reportContext.getReportRunnable().designHandle.getDesignHandle() Adding an object that is available by default called the DesignHandle would make this process significantly easier and more intuitive. The DesignHandle should be available at all of the same points that ReportContext is available. | resolved fixed | 4a62711 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ReportContextImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-16T06:07:32Z" | "2007-07-23T17:00:00Z" |
206,283 | Bug 206283 Fail to display table caption in word and excel. | Description: Fail to display table caption in word and excel. Build number:2.2.2.v20071011 Steps to reproduce: 1. Create data source and dataset. 2. Drag dataset to layout and add a caption for the table. 3. Preview in doc and xls. Expected result: Display caption content above table. Actual result: No caption display in word and excel. Error log:n/a | closed fixed | 952355c | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleEngine.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-16T06:00:57Z" | "2007-10-15T06:33:20Z" |
204,238 | Bug 204238 Right border of blank cell is not drawn when preview as XLS [1203] | null | closed fixed | 1c7914f | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/XlsTable.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-15T06:59:55Z" | "2007-09-21T07:33:20Z" |
204,215 | Bug 204215 Background color for xtab doesn't cover the whole area in xls.[1102][1203] | Description: Background color for xtab doesn't cover the whole area in xls. Build number:2.2.1.v20070920 Steps to reproduce: 1. Preview attached report in xls Expected result: Background color covers whole area. Actual result: Several places are filled with white background color. Error log:n/a | closed fixed | 02b5f34 | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/Data.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleBuilder.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleEntry.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-15T05:50:44Z" | "2007-09-21T07:33:20Z" |
202,397 | Bug 202397 After preview in layout. The dataset and datasource can not be copied in data explorer[07] | Description: After preview in layout. The dataset and datasource can not be copied in data explorer, only can copied but can not pasted. I think the focus must be lost. Build number: 2.2.1.v20070906-0630 Steps to reproduce: 1, New a datasource and dataset 2, Drag some thing into layout and preview in layout 3, Go back to layout and select the dataset or datasource in data explorer 4, Right click and copy the dataset or datasource 5, Right click try to paste the dataset or datasource Expected result: The dataset and datasource can be copy and paste Actual result: After select copy, the paste is gray. Error log: | closed fixed | b49c6ee | ["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/IReportPageBookViewPage.java", "UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/ReportMultiBookPage.java", "UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/views/data/DataViewTreeViewerPage.java", "UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/views/outline/DesignerOutlinePage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-15T05:36:11Z" | "2007-09-06T09:13:20Z" |
202,028 | Bug 202028 Text transform style does not take effect in DOC/XLS. | Description: When previewed in DOC/XLS, text transform style does not take effect. steps to reproduce: 1. Insert a label and input text as "aaa". 2. New a style and set text transform as Upper Case. 3. Apply the style to the label. 4. Preview in DOC/XLS. Expected result: The style takes effect and the label should be displayed as "AAA". Actual result: In DOC/XLS, the label still displayed as "aaa", which is not correct. | closed fixed | e2d538d | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleBuilder.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleConstant.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-11T10:01:27Z" | "2007-09-03T06:13:20Z" |
203,024 | Bug 203024 Not all the data binding to the chart are exported when preview as XLS [1203] | null | closed fixed | 8a8a8f8 | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-11T09:37:34Z" | "2007-09-12T04:06:40Z" |
204,646 | Bug 204646 Chart disappeared in ppt/pdf/ps for attached report[1200] | Description: Chart disappeared in ppt/pdf/ps for attached report Build number:2.2.1.v2007092610 Steps to reproduce: 1. Preview attached report in pdf/ppt/postscript. Expected result: Three charts. Actual result: Only two charts, the chart on the left fails to preview. But if I drag to make the chart shorter, it will display. Error log:n/a | closed fixed | ab03523 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-11T08:59:58Z" | "2007-09-26T07:00:00Z" |
205,709 | Bug 205709 Translation table is missed when report design is flattened | It happens when a report design with a localization property file and some library (otherwise it's not flattened!) is executed. Such report document has no transaltion table and then can not be localized. The problem is in org.eclipse.birt.report.model.util.ReportDesignSerializer#visitReportDesign which does not copy the translation table from ReportDesignSerializer#sourceDesign to ReportDesignSerializer#targetDesign. | resolved fixed | 993b10f | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/writer/DocumentUtilTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ReportDesignSerializer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-11T05:51:58Z" | "2007-10-08T10:40:00Z" |
205,557 | Bug 205557 PPT emitter | BIRT 2.2.1 PPT emitter generates PPT files with references to "file:///C:/___Actuate___", which would of coure not work on no actuate pcs. e.g.: Content-Location: file:///C:/___Actuate___/slide-show Content-Location: file:///C:/___Actuate___/s1 Content-Location: file:///C:/___Actuate___/presentation Content-Location: file:///C:/___Actuate___/file-list | resolved fixed | 3a86373 | ["engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-11T03:07:40Z" | "2007-10-05T10:26:40Z" |
203,556 | Bug 203556 Multiple value filter condition for chart in property editor is different with "Filter" in chart builder[13] | Description: Set filter condition (IN values list) for chart in property editor, but open the chart builder, in filter on "Select Data" tab, the condition is different with the one in property editor. Build version:2.2.0.v20070917-0630 Steps to reproduce: 1.Create a sample datasource and dataset, "select * from orders". 2.Create a report parameter "NewParameter", keep default setting. 3.Create a chart in the report, y series=row["ORDERNUMBER"], x series=row["STATUS"]. 4.In the property editor of chart, set filter on it. row["ORDERNUMBER"] in (params["NewParameter"], 10100,10101). 5.Open the chart builder, in the "Select Data" tab, click filter. You will find the filter condition is changed, static value is missing. Expected result: The chart build filter is the same as the property editor filter. | closed fixed | a632df5 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ExtendedItemFilterDialog.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/widget/FormPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-10T06:44:06Z" | "2007-09-17T06:20:00Z" |
204,430 | Bug 204430 [Automation][Regression]An exception is thrown in console when preview reportdesign | null | closed fixed | 93f07ea | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/util/ExprDataReader1.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-10T06:04:29Z" | "2007-09-24T10:33:20Z" |
205,593 | Bug 205593 ClassCastException in excel emitter | Build ID: 2.2.1 Steps To Reproduce: 1. export a design with a dynamic text (Ex: print: "Page "+ pageNumber) in excel format 2. 3. More information: It tries to cast a DynamicTextItemDesign into a DataItemDesign. Thanks Nicolas | resolved fixed | e4e9488 | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-10T05:39:17Z" | "2007-10-05T16:00:00Z" |
205,782 | Bug 205782 Excel can't process big data which type is Decimal. | null | resolved fixed | 1d84e32 | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/Data.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-10T02:40:25Z" | "2007-10-09T08:53:20Z" |
204,422 | Bug 204422 Max row limit is not effect. | Build ID: I20070625-1500 Steps To Reproduce: 1. Run Birt Design. 2. Select menu Window->Preferences-> Report Design -> Chart, set 'Max row number of data preview' to 6. 3. Create a new bar chart, open chart builder dialog. 4. Switch to 'Select Data' tab, set dataset. 5. The count of preview data should be 6. 6. Close chart builder dialog and reset 'Max row number of data preview' to 10. 7. Open chart builder dialog again. Expect result: The count of preview data should be 10. Actual result: The count of preview data in chart are still 6. More information:1. Run Birt Design. 2. Select menu Window->Preferences-> Report Design -> Chart, set 'Max row number of data preview' to 6. 3. Create a new bar chart, open chart builder dialog. 4. Switch to 'Select Data' tab, set dataset. 5. The count of preview data should be 6. 6. Close chart builder dialog and reset 'Max row number of data preview' to 10. 7. Open chart builder dialog again. Expect result: The count of preview data should be 10. Actual result: The count of preview data in chart are still 6. In chart, the row limit has been set into app context, the snippet code of chart shows below: queryDefn.setDataSetName( getDataSetFromHandle( ).getQualifiedName( ) ); DataSessionContext dsc = new DataSessionContext( DataSessionContext.MODE_DIRECT_PRESENTATION, getReportDesignHandle( ) ); Map appContext = new HashMap( ); appContext.put( DataEngine.DATA_SET_CACHE_ROW_LIMIT, new Integer( maxRow ) ); dsc.setAppContext( appContext ); DataRequestSession session = DataRequestSession.newSession( dsc ); for ( int i = 0; i < columnExpression.length; i++ ) { queryDefn.addResultSetExpression( columnExpression[i], new ScriptExpression( columnExpression[i] ) ); } | resolved fixed | df489c7 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSetCacheManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-09T08:19:52Z" | "2007-09-24T10:33:20Z" |
204,506 | Bug 204506 NPE block to create a aggregation builder including a argument such as Percentile function[0001] | Description: [Regression]NPE block to create a aggregation builder including a argument such as Percentile function[0001] Build number: 2.2.1.v20070924-1643 Steps to reproduce: 1, New a Sample Dataset from CUSTOMERS 2, New a table binding the dataset and group on COUNTRY 3, Drag a aggregation builder into the table 4, Specify the FUNCTION as Percentile, Data Field to dataSetRow["CUSTOMERNUMBER"], percentage to 0.5 and aggregate on Group1 5, Click OK to finish Expected result: The aggregation builder is created well Actual result: org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException occurs Error log: rg.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:169) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:150) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:89) at org.eclipse.birt.report.designer.internal.ui.dialogs.DataColumnBindingDialog.okPressed(DataColumnBindingDialog.java:235) | closed fixed | b20c836 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-09T06:28:34Z" | "2007-09-25T03:13:20Z" |
204,015 | Bug 204015 BRIT is not Picking up Vendor JDBC Drivers | null | resolved fixed | 58e6dd4 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JDBCDriverInformation.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JdbcToolKit.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-08T07:32:29Z" | "2007-09-19T16:40:00Z" |
205,621 | Bug 205621 Parameter weirdness in crosstab creation | Build ID: I20070621-1340 Steps To Reproduce: The parameters given are not used correctly in a crosstab. The table shows report corresponding to parameters; the crosstab seems to show old data. Usecase: * run report with states CA,NSW * run report with states CA,NSW,BC,NY Look if the data in the regular table matches the data in the crosstab. * Remove comment for one line in the beforeOpen script of the Sample DS and run the report * Remove comment for one line in the beforeOpen script of the Sample DS, comment the previous line and run the report Notice the differences. In the last two cases, the data is being refreshed... Reports are view using ReportViewer | resolved fixed | c821961 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceAndDataSet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-08T07:26:01Z" | "2007-10-06T08:40:00Z" |
205,676 | Bug 205676 org.eclipse.birt.data.tests has compile error in rolling build of 20071008 | org.eclipse.birt.data.tests has compile error in rolling build of 20071008. Please see the attachment for details | closed fixed | 68152ba | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/executor/cache/ResultSetUtilTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-08T03:22:25Z" | "2007-10-08T02:20:00Z" |
204,427 | Bug 204427 ArrayOutOfBoundsException when using percentile on column with no data | null | resolved fixed | 6918118 | ["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 | "2007-10-06T06:53:30Z" | "2007-09-24T10:33:20Z" |
203,938 | Bug 203938 Space will be trimed in text when preview as PPT [1205] | null | closed fixed | bae1da3 | ["engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-06T06:45:45Z" | "2007-09-19T08:20:00Z" |
203,909 | Bug 203909 If a parameter have no default value, the value of parameter in computed column should not be "null"[07] | Description: If a parameter have no default value, the value of parameter in computed column should not be "null"[07] Build number: 2.2.1.v20070918-0630 Steps to reproduce: 1, New a String type parameter and left the default value empty 2, New a Dataset and new a computed column 3, Specify the expression to params["parameterName"] 4, Preview in dataset Expected result: The value should not be "null" but blank Actual result: The value of computed column is "null" | closed fixed | c7d5bbe | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/script/DataAdapterTopLevelScope.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-10-06T05:29:24Z" | "2007-09-19T02:46:40Z" |
203,690 | Bug 203690 Exception occurs when preview a report which includes a library crosstab and a crosstab using library cube[1102] | Description: Exception occurs when preview a report which includes a library crosstab and a crosstab using library cube Build number: 2.2.1.v20070918-0630 Steps to reproduce: 1, New a cube in a rptlibrary 2, Publish the library 3, New a report design include a crosstab(crosstab_lib) which is using the cube from that library 4, Go back the library and new a crosstab 5, Refresh the library in report design and drag the crosstab_lib from rptlibrary. 6, Preview the report Expected result: The two crosstab are preview successfully Actual result: Only the first crosstab can be preview but the second is failed to preview and exception occurs Error log: Crosstab contains null measure defintion or the specific measure "null" doest not exist in associated cube. ( 1 time(s) ) detail : org.eclipse.birt.report.item.crosstab.core.CrosstabException: Crosstab contains null measure defintion or the specific measure "null" doest not exist in associated cube. at org.eclipse.birt.report.item.crosstab.core.util.CrosstabQueryUtil.createCubeQuery(CrosstabQueryUtil.java:112) at org.eclipse.birt.report.item.crosstab.core.re.CrosstabReportItemQuery.createReportQueries(CrosstabReportItemQuery.java:89) at org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder$QueryBuilderVisitor.visitExtendedItem(ReportQueryBuilder.java:612) at org.eclipse.birt.report.engine.ir.ExtendedItemDesign.accept(ExtendedItemDesign.java:45) at org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder.build(ReportQueryBuilder.java:251) at org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder.build(ReportQueryBuilder.java:233) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.prepare(AbstractDataEngine.java:136) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:94) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplciateReportExecutor.execute(SuppressDuplciateReportExecutor.java:51) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:138) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:68) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) | closed fixed | fc677ef | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryThemeTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/PropertyHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SlotHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/AbstractContentCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ElementBackRefRecord.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/GroupElementCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/LibraryCommand.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-25T06:50:07Z" | "2007-09-18T07:20:00Z" |
203,069 | Bug 203069 3D pie chart: cut side not displayed correctly | In my report, i use a 3d pie chart to show how symptoms with different priority values are distributed. sometimes, there will be a slice represents the value of 0. if the 0 slice is on the left hand side, its cut side will be hidden by the next slice. However if it happens to be on the right hand side of the chart, its cut side will become visible, not hidden by the previous slice. | resolved fixed | 03f0eea | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-25T04:01:42Z" | "2007-09-12T15:13:20Z" |
204,396 | Bug 204396 [Automation][Regression]getFullYear will lead the exception when preview | Description: [Automation][Regression]getFullYear will lead the exception when preview Build number: 2.2.1.v20070924-0630 Steps to reproduce: 1, New a Dataset from ORDERS 2, New a data item binding with the dataset 3, Specify the expression to : row["ORDERDATE"].getFullYear() 4, Preview Expected result: The getFullYear can return the number of the year Actual result: Exception occurs Error log: data.engine.BirtException ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: A BIRT exception occurred: Error evaluating Javascript expression. Script engine error: TypeError: getFullYear is not a function. Script source: null, line: 0, text:<compiled script>. See next exception for more information.Error evaluating Javascript expression. Script engine error: TypeError: getFullYear is not a function. Script source: null, line: 0, text:<compiled script> at org.eclipse.birt.data.engine.core.DataException.wrap(DataException.java:118) at org.eclipse.birt.data.engine.expression.BytecodeExpression.evaluate(BytecodeExpression.java:53) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.evaluateCompiledExpression(ExprEvaluateUtil.java:207) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.evaluateCompiledExpression(ExprEvaluateUtil.java:226) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.evaluateExpression(ExprEvaluateUtil.java:68) at org.eclipse.birt.data.engine.impl.BindingColumnsEvalUtil.evaluateValue(BindingColumnsEvalUtil.java:217) at org.eclipse.birt.data.engine.impl.BindingColumnsEvalUtil.getColumnsValue(BindingColumnsEvalUtil.java:180) at org.eclipse.birt.data.engine.impl.ResultIterator.prepareCurrentRow(ResultIterator.java:604) at org.eclipse.birt.data.engine.impl.ResultIterator.next(ResultIterator.java:373) at org.eclipse.birt.report.engine.data.dte.QueryResultSet.next(QueryResultSet.java:155) at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:80) at org.eclipse.birt.report.engine.executor.DataItemExecutor.execute(DataItemExecutor.java:74) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:42) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:45) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:33) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:63) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:85) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java: | closed fixed | ebd1363 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/script/JavascriptEvalUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-24T06:08:58Z" | "2007-09-24T02:13:20Z" |
204,235 | Bug 204235 Background image can not be shown when preview as PPT [1205] | null | closed fixed | 2e72f9f | ["engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-21T12:28:52Z" | "2007-09-21T07:33:20Z" |
204,224 | Bug 204224 [Regression][Compatibility] Exception is thrown out when open the attached report design made on build 2.0.0 [0901] | null | closed fixed | 420f853 | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-21T09:25:24Z" | "2007-09-21T07:33:20Z" |
204,229 | Bug 204229 [Automation][Regression]Exception is thrown when preview reportdesign in webviewer | null | closed fixed | 245438c | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDSave.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RowSaveUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/util/ExprDataReader1.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/util/ExprDataReader2.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-21T09:07:59Z" | "2007-09-21T07:33:20Z" |
204,090 | Bug 204090 render a small rptdocument to PDF will be OutofMemory | null | closed fixed | b659ee0 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/TableProcessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-21T08:47:09Z" | "2007-09-20T09:20:00Z" |
204,119 | Bug 204119 Unable to change baseURL using HTMLRenderOption.setBaseUrl() from value set in first HTTPRequest/HTTPResopnse cycle | I have two portlets running in the same application context (they are packaged in the same war file). Both portlets share the same instance of IReportEngine. Within Portlet 1 I create a runAndRenderTask as follows: IRunAndRenderTask task = birtEngine.createRunAndRenderTask( design ) HTMLRenderOption options = new HTMLRenderOption(); options.setOutputFormat( HTMLRenderOption.OUTPUT_FORMAT_HTML ); options.setEmbeddable( true ); //options.setBaseURL( response.createRenderURL().toString() + "&" ); options.setBaseURL( "portlet1" ); options.setHtmlPagination( true ); options.setHtmlRtLFlag( false ); task.setRenderOption(options); Within Portlet 2 I create a runAndRenderTask in an identical manner except I set the baseURl to something different. E.g: IRunAndRenderTask task = birtEngine.createRunAndRenderTask( design ) HTMLRenderOption options = new HTMLRenderOption(); options.setOutputFormat( HTMLRenderOption.OUTPUT_FORMAT_HTML ); options.setEmbeddable( true ); //options.setBaseURL( response.createRenderURL().toString() + "&" ); options.setBaseURL( "portlet2" ); options.setHtmlPagination( true ); options.setHtmlRtLFlag( false ); task.setRenderOption(options); When I start up the application and first view the report generated by Portlet 1 and then view the report generated by Portlet 2 the baseUrl for the report shown in Portlet 2 is the base url that was set in when generating the report in Portlet 1. Similarly if I restart the application and then navigate to Portlet 2 and then Portlet 1, the base url for the report shown in Portlet 1 is equal to that set when generating reports in Portlet 2. The baseUrl is being cached and can only be set once using HTMLRenderOption.setBaseUrl(). One workaround is to retrieve HTMLRenderContext from the task ( via the application context) and then set the base URl using HTMLRenderContext.setBaseURl as follows: IRunAndRenderTask task = birtEngine.createRunAndRenderTask( design ) Map appContext = task.getAppContext(); for ( Iterator i= appContext.keySet().iterator(); i.hasNext(); ) { String key = (String) i.next(); logger.info( "key = " + key ); logger.info( "value = " + appContext.get( key ) ); if ( key.equals( "HTML_RENDER_CONTEXT") ) { logger.info( "inspecting html_render_context" ); HTMLRenderContext context = (HTMLRenderContext) appContext.get( key ); logger.info( "HTML_RENDER_CONTEXT BASE URL = " + context.getBaseURL() ); context.setBaseURL( response.createRenderURL().toString() + "&" ); logger.info( "HTML_RENDER_CONTEXT BASE URL = " + context.getBaseURL() ); } } I have two concerns with this work around: 1) HTMLRenderContext is deprecated in Birt 2.2. 2) Concurrency issues - while the two portlets share the same application context, they require independent baseURls so if you have one user rendering a report in portlet 1 and another user rendering a report in portlet 2 simultaneously, only one of them is going to have the correct baseUrl. Surely storing the baseURL in the application context is a problem in itself and the base URL should be specific to each IEngineTask? Environment: Birt 2.2, JBoss Portal 2.4.2 running on JBoss AS 4.0.4 | resolved fixed | 824bbd7 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-21T06:53:55Z" | "2007-09-20T14:53:20Z" |
203,942 | Bug 203942 [Regression] Exception is thrown out if chart interactivity is to drill through to a report with parameter [13] | Description: Exception is thrown out if chart interactivity is to drill through to a report with parameter. Build number: 2.2.0.v20070919-0900 Steps to reproduce: 1. New a report a with a prameter p1. 2. New a report b with a chart, set chart value series interactivity to drill through to report a and select report parameter p1, click OK. Expected result: No exception. Actual result: Exception is thrown out. Error log: java.lang.NullPointerException at org.eclipse.birt.report.model.command.PropertyListRecord.<init>(PropertyListRecord.java:153) at org.eclipse.birt.report.model.command.ComplexPropertyCommand.constructStructureRecord(ComplexPropertyCommand.java:755) at org.eclipse.birt.report.model.command.ComplexPropertyCommand.addItem(ComplexPropertyCommand.java:130) at org.eclipse.birt.report.model.command.ComplexPropertyCommand.addItem(ComplexPropertyCommand.java:164) at org.eclipse.birt.report.model.api.SimpleValueHandle.addItem(SimpleValueHandle.java:533) at org.eclipse.birt.report.model.api.ActionHandle.addParamBinding(ActionHandle.java:224) at org.eclipse.birt.report.designer.ui.dialogs.HyperlinkBuilder.okPressed(HyperlinkBuilder.java:1055) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:464) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open(BaseDialog.java:109) at org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.invoke(ChartReportItemBuilderImpl.java:454) at org.eclipse.birt.chart.ui.swt.composites.TriggerDataComposite.widgetSelected(TriggerDataComposite.java:906) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.open(WizardBase.java:102) at org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:198) at org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:183) at org.eclipse.birt.report.designer.internal.ui.extension.ExtendedEditPart.performDirectEdit(ExtendedEditPart.java:153) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.performRequest(ReportElementEditPart.java:140) at org.eclipse.gef.tools.SelectEditPartTracker.performOpen(SelectEditPartTracker.java:187) at org.eclipse.gef.tools.SelectEditPartTracker.handleDoubleClick(SelectEditPartTracker.java:131) at org.eclipse.gef.tools.AbstractTool.mouseDoubleClick(AbstractTool.java:944) at org.eclipse.gef.tools.SelectionTool.mouseDoubleClick(SelectionTool.java:501) at org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:204) at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked(DomainEventDispatcher.java:285) at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick(LightweightSystem.java:508) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:182) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) | closed fixed | bd037d8 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-20T07:36:04Z" | "2007-09-19T08:20:00Z" |
203,576 | Bug 203576 NullPointerException when preview report in PDF | null | closed fixed | e46f676 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-19T09:08:41Z" | "2007-09-17T09:06:40Z" |
203,709 | Bug 203709 NullPointerException in TableAreaLayout | null | closed fixed | 0cf6a8a | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-19T03:29:20Z" | "2007-09-18T10:06:40Z" |
203,680 | Bug 203680 Birt Designer "date" and "time" filter doesn't work properly | Comment from Gauri 1. the filter for date and time in designer doesnt work correctly. I tried to filter on any date column having time NOT equal to 12:00:00. On the UI, the date is shown as say Sept. 4, 1995, but internally actual date value has time 2:45 am. Now if I try to apply a filter say <expression name="expr">row["Column Binding"]</expression> <simple-property-list name="value1"> <value>"1995-09-04"</value> </simple-property-list> filter returns blank resultset. So the time value is not getting ignored. Similarly filter on another time column like given below also doesnt work. <expression name="expr">row["Column Binding1"]</expression> <simple-property-list name="value1"> <value>"14:00:00"</value> </simple-property-list> 2. Open DateAndTimeReport.rptdesign and apply filter on "date-time" column having time Not equal to 12:00:00 also doesnt work. Needs engine side investigation on this. | resolved fixed | a7afc0d | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-18T06:10:25Z" | "2007-09-18T04:33:20Z" |
203,666 | Bug 203666 [Regression]Can not select value from value list in crosstab's filter[1102] | Description: [Regression]Can not select value from value list in crosstab's filter[1102] Build number: 2.2.1.v20070918-0630 Steps to reproduce: 1, New a crosstab 2, Specify the filter on crosstab's dimension 3, Select the value from select value list Expected result: There should be a list for user to select Actual result: Value list is unavailable pops up. | closed fixed | 6c82c7a | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-18T05:16:17Z" | "2007-09-18T01:46:40Z" |
203,404 | Bug 203404 [AS5]Failed to load document occurs when preview the attached report in PDF[1200] | null | closed fixed | d7a622b | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-17T06:37:35Z" | "2007-09-14T06:06:40Z" |
203,044 | Bug 203044 Invoke Script does not work correctly for two similar charts [13] | null | closed fixed | be91cfb | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-14T07:36:03Z" | "2007-09-12T09:40:00Z" |
202,745 | Bug 202745 When creating a new BIRT Report from the Java perspective an error dialog is shown | Build ID: v20070626-0630 Steps To Reproduce: 1. switch to the java perspective and from within a Java project select new->Other->Report 2. create a Simple Listing report (or any other) 3. a dialog will ask if I would like to switch to the Report Designer perspective, my answer is NO 4. an error dialog will appear with Reason: "Widget has the wrong parent" 5. see additional information for error-log: More information: java.lang.IllegalArgumentException: Widget has the wrong parent at org.eclipse.swt.SWT.error(SWT.java:3547) at org.eclipse.swt.SWT.error(SWT.java:3481) at org.eclipse.swt.SWT.error(SWT.java:3452) at org.eclipse.swt.widgets.Widget.error(Widget.java:432) at org.eclipse.swt.widgets.Composite.setTabList(Composite.java:890) at org.eclipse.ui.internal.WorkbenchPage.updateTabList(WorkbenchPage.java:3858) at org.eclipse.ui.internal.WorkbenchPage.access$8(WorkbenchPage.java:3851) at org.eclipse.ui.internal.WorkbenchPage$3.run(WorkbenchPage.java:617) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:857) at org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:609) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3380) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:602) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1042) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1020) at org.eclipse.ui.internal.WorkbenchPage.access$18(WorkbenchPage.java:999) at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java:3666) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3663) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3639) at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:165) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:109) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:77) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:239) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:475) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:429) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:165) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247) at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:128) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) 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(Unknown Source) at org.eclipse.equinox.launcher.Main.basicRun(Unknown Source) at org.eclipse.equinox.launcher.Main.run(Unknown Source) | closed fixed | 704a18f | ["UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewReportWizard.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-13T21:56:19Z" | "2007-09-09T12:13:20Z" |
202,885 | Bug 202885 Sample Data issue of Scatter/Area chart [13] | Description: Sample Data issue. Build number: 2.2.0.v20070911-0630 Steps to reproduce: 1. Drag a chart from Palette to Layout, first setlect type as Gantt, then change to Area/Scatter,check the "Chart Preview" pane. Expected result: Y Axis is still of linear type. Actual result: Y Axis is of Date/Time type. Error log: N/A | closed fixed | 5e1d552 | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/AreaChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/ScatterChart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-13T09:27:03Z" | "2007-09-11T08:40:00Z" |
203,204 | Bug 203204 [Regression] Error occors when preview the attached report design as XLS [1203] | null | closed fixed | d361977 | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-13T09:26:12Z" | "2007-09-13T05:06:40Z" |
203,019 | Bug 203019 The drill through in chart builder should only drill through the designfiles in currect project[0005] | Description: Try to define a hyperlink in Chart Area, when browsing the target design files, we can select all the design files from the whole file system. But it is not consistent with the hyperlink's drill through in Property Editor. As a before discussion, we can only drill through the design files in currect project but not all the files in file system. I've no idea that why Chart can drill through the design file from whole file system. So please take a look and whether chart should be consistent with the Property Editor's drill through. Regards! | closed fixed | 85955b8 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-13T08:14:58Z" | "2007-09-12T01:20:00Z" |
203,026 | Bug 203026 Can not export chart to doc. | null | closed fixed | 8d9e48a | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-13T07:06:03Z" | "2007-09-12T06:53:20Z" |
203,191 | Bug 203191 [Automation][Regression]Contents are shown repeatedly in office word file | null | closed fixed | 7b112d3 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/LayoutUtil.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/ContainerBufferNode.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-13T06:28:54Z" | "2007-09-13T02:20:00Z" |
202,947 | Bug 202947 API breakage from BIRT 2.1.x to BIRT 2.2 with XML stream | null | closed fixed | 272386c | ["data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/Constants.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/Connection.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-12T18:29:09Z" | "2007-09-11T17:00:00Z" |
195,931 | Bug 195931 The color of the Meter Dial can only be set as custom color [13] | Description: The color of the Meter Dial can only be set as custom color. Build number: 2.2.0.v20070709-0630 Steps to reproduce: 1. New a Meter Chart, in "Format Chart" tab, Series->Value Series->Fill. Expected result: Gradient color can also be set. Actual result: Only custom color can be set. Error log: N/A | closed fixed | 9c37e3c | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/UserDataSetProcessor.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/MeterSeriesAttributeComposite.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-12T09:20:40Z" | "2007-07-10T04:00:00Z" |
202,891 | Bug 202891 NPE throws out when click on data item in layout[0001] | null | closed fixed | 4b434a3 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-12T02:24:44Z" | "2007-09-11T08:40:00Z" |
202,883 | Bug 202883 Should show corresponding icon for items in select resource dialog. | Should show corresponding icon for items in select resource dialog. The item icon should be same of library explorer. | resolved fixed | e81a430 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/BaseResourceEntity.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-11T06:26:05Z" | "2007-09-11T05:53:20Z" |
202,398 | Bug 202398 Aggregaton for List can not aggregate on group [0001] | null | closed fixed | ff98dd2 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-11T02:30:04Z" | "2007-09-06T09:13:20Z" |
202,582 | Bug 202582 "exceed the file length" occurs when preview the attache rptdocument[0900] | Description: "exceed the file length" occurs when preview the attache rptdocument[0900] Build number: 2.2.1.v20070907-0630 and runtime build in v20070907 Steps to reproduce: 1, Download the attached rptdocument 2, Preview Expected result: The preview should be ok Actual result: "exceed the file length" occurs when preview the attache rptdocument. Error log: exceed the file length ( 1 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: exceed the file length at org.eclipse.birt.report.engine.internal.document.v4.ReportItemExecutor.execute(ReportItemExecutor.java:293) at org.eclipse.birt.report.engine.internal.document.v4.ContainerExecutor.prepareChildExecutor(ContainerExecutor.java:223) at org.eclipse.birt.report.engine.internal.document.v4.ContainerExecutor.hasNextChild(ContainerExecutor.java:107) at org.eclipse.birt.report.engine.internal.document.v4.ReportPageExecutorV4.hasNextChild(ReportPageExecutorV4.java:92) at org.eclipse.birt.report.engine.internal.document.ReportExecutorWrapper.hasNextChild(ReportExecutorWrapper.java:108) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.hasNextChild(WrappedReportExecutor.java:74) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.hasNextChild(WrappedReportExecutor.java:74) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM$1.hasNextChild(HTMLPageLM.java:63) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:60) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:85) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:106) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:583) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:267) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.renderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) | closed fixed | 03f348d | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ReportBodyExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-10T10:38:27Z" | "2007-09-07T07:26:40Z" |
202,770 | Bug 202770 [Regression 160951]:X-Axis Type changes after change the chart type from Chart-with-axis -> Chart-without-axis -> Chart-with-axis | Y-Axis Type changes after chagng the chart type from Chart-with-axis -> Chart-without-ais -> Chart-with-axis build: 20070910 0630 Steps to reproduce: 1. New a sample data source. 2. New a data set: 3. Drag a chart from Palette to Layout, choose chart type as Bar Chart. 4. Select "Select Data" button, X Series: row["ORDERDATE"], Y Series: row["ORDERNUMBER"] 5. Select "Format Chart" button, go to Chart Area->Axis->X-Axis, check chart Type=Data Time. 6. Select "Select Chart Type" button, change chart type to Pie Chart, then change chart type back to Bar Chart. 7. Select "Format Chart" button, go to Chart Area->Axis->Y-Axis, check chart Type. Expected result: Type=Date Time Actual result: Type=Text | closed fixed | 44e4fdc | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-10T10:18:26Z" | "2007-09-10T07:40:00Z" |
202,762 | Bug 202762 [Regression] Report parameter does not work correctly when the type or the data entered is wrong [0705] | Description: Report parameter does not work correctly when the type or the data entered is wrong. Build number: 2.2.1.v20070910-0630 Steps to reproduce: 1. New a report with a parameter and set type to integer. 2. Preview and input "abc" and click OK. 3. Preview again and click OK. Expected result: 1. Exception should pops up when preview for the fist time to indicate the type of the data entered is wrong. 2. Preview works correctly for the second preview. Actual result: 1. No exception for the first preview and change from preview tab back to Layout tab. 2. Dialogue pops up says "New Parameter is required" for the second preview. Error log: N/A | closed fixed | 34b35c1 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtCacheParameterActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-10T05:05:22Z" | "2007-09-10T02:06:40Z" |
202,254 | Bug 202254 Exception is thrown when category values are null and type of X axis is set to DateTime | null | resolved fixed | 9a12e95 | ["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/model/data/DataFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/DataPackage.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/NullDataSet.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/DataFactoryImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/DataPackageImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/NullDataSetImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/util/DataAdapterFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/util/DataSwitch.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/axis/AbstractAxisSubtask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-07T06:45:50Z" | "2007-09-05T11:00:00Z" |
201,368 | Bug 201368 Support "Not In" operator in filter list | Description: After we support "IN" filter we should also support the "Not In" filter. Data part has already support the "Not In" filter, so hope model can support that operator in the filter operator list. Regards! | closed fixed | fac8086 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/AbstractReportEditPart.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryParseTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/DesignChoiceConstants.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/CssCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/IncludedCssStyleSheetListState.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-07T02:48:20Z" | "2007-08-28T05:46:40Z" |
201,991 | Bug 201991 Reload of the used external file doesn't affect the layout editor | 1. Create a external css file with contents as following in current project. .report { font-family : sans-serif; font-size : medium; font-weight : bold; color : #0000FF; } 2. In outline view, right clikc styles->use CSS file... action. In the file selction dialog, point to the css file that created in step 1. 3. The css file affects the layout editor all right. 4. Opened the css file and changed the name to .report1. 5. right clicked the css file node and clicked the reload action. 6. the css file node in outline view were reloaded all right. 7. the layout editor didn't refreshed all right. It sill showed the result with previous style. | resolved fixed | 34f3694 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryParseTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/CssCommand.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-06T05:08:08Z" | "2007-09-02T02:26:40Z" |
202,236 | Bug 202236 When select NULL value for multi-value parameter, cause NPE. | Description: When select NULL value for multi-value parameter, cause NPE. Build number: 2.2.1 Steps to reproduce: 1, New a list parameter, check Allow multi-value, uncheck isRequired 2, Select parameter data type as Date 3, Add some items into list 4, Preview 5, Select Null Value item in list Expected result: Can accept Null value for multi-value parameter Actual result: Cause NPE. | resolved fixed | 3894cb2 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-05T07:34:26Z" | "2007-09-05T08:13:20Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.