issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
100,991 | Bug 100991 Debug Support for JavaScript Report Scripts | Provide integrated debugging of JavaScript code in a report design with the BIRT Report Designer environment. | resolved fixed | 92877db | ["UI/org.eclipse.birt.report.debug.core/src/org/eclipse/birt/report/debug/internal/core/ReportDebugger.java", "UI/org.eclipse.birt.report.debug.core/src/org/eclipse/birt/report/debug/internal/core/launcher/IReportLaunchConstants.java", "UI/org.eclipse.birt.report.debug.core/src/org/eclipse/birt/report/debug/internal/co... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-17T03:21:30Z | 2005-06-20T23:26:40Z |
215,291 | Bug 215291 Avoid unnecessary calls to find message files in BundleHelper | For different locales, the BundleHelper may calls getSession().getResourceLocator().findResource() multiple times. However, in most cases, the user puts all message files in the same folder. And in some cases, if findResource involves network resources, the cost will be very significant. Enhances this part and only cal... | resolved fixed | eb59d09 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/BundleHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-16T08:34:48Z | 2008-01-15T04:06:40Z |
215,434 | Bug 215434 [Regression] Exception is thrown out when open a report design [00] | null | closed fixed | fbe910d | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/CreateChartAction.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/AggregationCellTextViewProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-16T06:38:24Z | 2008-01-16T05:06:40Z |
215,306 | Bug 215306 [Regression] "+" is shown even there is no sub level in the expression builder [0802] | null | closed fixed | 23b55c6 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-16T06:15:36Z | 2008-01-15T06:53:20Z |
214,178 | Bug 214178 NPE throws out when preview a crosstab with a unbinding table[1102] | null | closed fixed | d02a7fa | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-16T03:29:26Z | 2008-01-03T00:26:40Z |
215,290 | Bug 215290 org.eclipse.birt.report.engine.tests has compile error in 2.3 daily build 20080115-0800 | null | closed fixed | 1efe523 | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/script/instance/InstanceTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-16T03:16:06Z | 2008-01-15T01:20:00Z |
213,796 | Bug 213796 Script validation shows wrong message | The script validation shows that a segment of script is illegal while it is right actually. Build number: 2.3.0.v20071217-0800 Steps to reproduce: 1. New a data source"d3", select "Script Data Source", click on "finish". 2. New a data set "ds3". 3.In the wizard,creat three output columns: name: Num type: interge name: ... | resolved fixed | 49ccea2 | ["UI/org.eclipse.birt.report.designer.ui.editor.script/src/org/eclipse/birt/report/designer/ui/editor/script/ScriptReconcilingStrategy.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/... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-15T10:10:36Z | 2007-12-24T04:20:00Z |
211,958 | Bug 211958 [Enhancement]Need to export the specify log file when calling reportrunner on command line | Description: [Enhancement]Need to export the specify log file when calling reportrunner on command line Run genReport.[bat|sh], enhance to export the specify log file. | closed fixed | deed928 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConfig.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineConfig.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java", "engine/org.eclipse.birt... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-15T08:53:12Z | 2007-12-05T07:33:20Z |
215,168 | Bug 215168 Failure occures in Junit test of org.eclipse.birt.report.engine.tests in 2.3 daily build 20080114-0800 | null | closed fixed | 7d39b3f | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/format/NumberFormatter.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/ParameterConverterTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-15T05:58:28Z | 2008-01-14T03:06:40Z |
215,288 | Bug 215288 org.eclipse.birt.report.data.oda.xml has compile error in 2.3 daily build 20080115 | null | closed fixed | b4a2b8e | ["data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParserComplexNestedQueryHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-15T05:28:10Z | 2008-01-15T01:20:00Z |
192,695 | Bug 192695 IReportEngine#shutdown deprecated javadoc needs more explanations | In org.eclipse.birt.report.engine.api.IReportEngine.java, the shutdown method is deprecated. It's fine, but the javadoc doesn't explain if we should still use it or not? I suppose we should use the destroy() method now, but I would prefer you say is clearly in the shutdown method, a possible patch would be: /** * shut ... | resolved fixed | 8f696da | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-14T18:18:40Z | 2007-06-14T16:53:20Z |
214,855 | Bug 214855 Add new chart types in examples view | The chart examples view needs to be updated with the new chart types: Gannt, Bubble, Cone, Tube, Difference | resolved fixed | fdd083b | ["chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/models/Bubble.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/models/Cone.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/models/Difference.java", "chart/org.ecl... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-14T10:09:52Z | 2008-01-10T04:40:00Z |
214,296 | Bug 214296 [Automation][Regression]Values of chart Y-axis are not expected when previewing chart report. | Description: Values of chart Y-axis are not expected when previewing chart report. Test Date: 20080104 Test Build: BIRT2.3.0 Daily Build: v20080104-0800 Step to reproducee: 1. Use the report attached 2. Preview it Expect result: Please refer to the golden file attached Actual result: Please refer to the failed screen s... | closed fixed | e75de08 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/datafeed/DataSetAdapter.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/DataProcessor.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java", "ch... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-14T09:54:44Z | 2008-01-04T07:00:00Z |
215,171 | Bug 215171 [Automation][Regression]Space between legend title is changed | Description: In the lasted BIRT2.3.0 build, the space between legend title is biger than before. Test Date: 20080114 Test Build: BIRT2.3.0 Daily Build: v20080114-0800 Step to reproduce: 1. Use the report attched 2. Preview it Expect result: Please refer to the golden file attached Actual result: Please refer to the fai... | closed fixed | 7961357 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-14T09:18:41Z | 2008-01-14T05:53:20Z |
193,425 | Bug 193425 Content Sensitive Help does not automatically display on selecting a Data Editor page node | In BIRT Data Source/Set Editor, pressing the ? (Help) icon at any page node opens the tray, but no related About content is displayed. One has to first move the focus to within a page control, then pressing the Help icon brings up the related About content. The expected behavior, as found in platform PropertyDialog, is... | resolved fixed | 725685f | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/property/AbstractPropertyDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-14T08:46:46Z | 2007-06-20T00:40:00Z |
213,810 | Bug 213810 [2.2.2 acceptance] Error occurs when create a third axis. | description: Error occurs when create a third axis. build version: 2.2.2 v20071224-1008 steps to reproduce: 1. New a report. 2. New a datasource with sample DB and new a dataset with table payments. 3. New bar chart. 4. On Select Chart Type page, select Multi-Y Axis as More Axes. 5. On Select Data page, bind the datase... | closed fixed | e0a4076 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-14T08:23:34Z | 2007-12-24T09:53:20Z |
213,939 | Bug 213939 Enhance chart builder to expose new data features from DtE integration | The Chart Builder UI should be enhanced to allow users to access DtE functionalities such as more aggregates, advanced sorting/grouping, etc... - Y Series grouping interval - Sort Key selection - New Quarter Grouping unit - New aggregates for grouping - Decimal interval range | resolved fixed | f39738a | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/AggregateEditorComposite.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-14T04:21:18Z | 2007-12-27T21:13:20Z |
214,572 | Bug 214572 Implement IAggregationCellViewProvider for crosstab/chart integration | This interface implements the model logic for the designer UI, when the users design a crosstab with charts. Note that it is independent from the multi-view feature. /** * Return the name of this view */ String getViewName( ); // this should simply return "chart" /** * Returns if the given aggregation cell matches this... | resolved fixed | f997ed9 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemUIImpl.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/R... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-11T10:00:47Z | 2008-01-08T05:26:40Z |
214,706 | Bug 214706 Script UID doens't work for Chart | Use chart "onRender" property handle and call ModuleUtil.getScriptUID(), it generates the id. But later use this id to get back the PropertyHandle or Script content, it fails. | resolved fixed | 478afcb | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/util/XPathUtilTest.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/util/xpathparser/XPathParser.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-11T05:22:06Z | 2008-01-09T06:26:40Z |
214,453 | Bug 214453 Some Legend Entries are not correct when the text is shortened by ellipsis | null | resolved fixed | 1cfe422 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-10T08:46:24Z | 2008-01-07T07:13:20Z |
212,505 | Bug 212505 Use default script ID to skip script debugging | In Dte side, when compile or evaluate java script, it would pass in a script source id. This kind of id is currenlty used by report script debugger. So to skip redundant processing for such kind of internal script evaluating, dte need pass in a default ID, which is defined as ScriptExpression.defaultID. If this id is a... | resolved fixed | ea13764 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupInstanceFilter.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupInstanceSorter.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ColumnReferenceExpres... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-10T08:39:04Z | 2007-12-11T08:00:00Z |
214,337 | Bug 214337 Problem when switch the locale. | description: Problem when switch the locale. build version: 2.3.0 v20080104-1710 steps to reproduce: 1. In English locale, new a normal bar chart. 2. Restart eclipse in Arabic locale (-nl ar_BA). 3. Preview the previous chart. Expected result: The chart can be previewed correctly. Actual result: Problem occurs. Error l... | closed fixed | 239e281 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-10T05:59:13Z | 2008-01-04T12:33:20Z |
214,714 | Bug 214714 [Regression] Can't preview SVG image in Report Template dialog when new a report design [02] | null | closed fixed | d0ae5ff | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/AddImageResourceFileFolderSelectionDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ThumbnailBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-10T03:44:40Z | 2008-01-09T06:26:40Z |
213,959 | Bug 213959 [Regression]Blob computed column doesn't work | Description: [Regression]Blob type computed column doesn't work Build number: 2.3.0.v20071228-1005 Steps to reproduce: 1, New a sampleDB from table PRODUCTLINE 2, New a computed column A; type is Blob; expression is row["IMAGE"] 3, Preview in dataset Expected result: The dataset can be preview ok Actual result: Error h... | closed fixed | 3c29fce | ["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 | 2008-01-09T07:19:40Z | 2007-12-28T08:20:00Z |
214,254 | Bug 214254 Expose Javascript "event" object for interactivity | When doing interactivity with a chart, and specifying a Mouse Click event with an Invoke Script action, the browser event object should be passed into the script. This object should be named "evt", and accompany the other standard category and value series parameters. | resolved fixed | 68cef5e | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/util/ScriptUtil.java", "chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-09T06:12:13Z | 2008-01-03T17:06:40Z |
214,198 | Bug 214198 Drop the group into crosstab that from library will pop up EmptyStackException[00] | Description: Drop the group into crosstab that from library will pop up EmptyStackException[00] Step: 1. New a library and add a blank crosstab 2. New a report and use the library. 3. Drop the crosstab into layout. 4. Add a data cube in report and drop the group into crosstab. Expected result: 1. The exception is error... | closed fixed | 2d82d6b | ["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/util/CrosstabUtil.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/VirtualCrosstabCellAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-09T03:20:20Z | 2008-01-03T06:00:00Z |
214,577 | Bug 214577 Support cube filter in chart | For chart consuming cube, need to support filtering on categories or series, possibly on values if time allows. The UI is similar to the filter dialog for cross tab, but there should be no measure or dimension concepts in chart's dialog. | resolved fixed | 7b57cf8 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java", "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/... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-08T06:55:46Z | 2008-01-08T05:26:40Z |
211,081 | Bug 211081 log4j not working with preview | I am using log4j in the scripting Database source. I place my log4j-1.2.15.jar file in the folder C:\eclipse\plugins\org.eclipse.birt. report.viewer_2.2.1.r22x_v20070920\ birt\WEB-INF\lib However when I try to preview I get an error Http Status 500. When I check the log files I see the following exceptions java.lang.No... | resolved fixed | 9033365 | ["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 | 2008-01-08T06:42:04Z | 2007-11-27T16:13:20Z |
214,212 | Bug 214212 Problem occurs when set the masterpage margin with ems/exs/pixcel units. | null | closed fixed | 8b50bc9 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/DimensionPropertyType.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-08T06:20:17Z | 2008-01-03T08:46:40Z |
214,204 | Bug 214204 Only document content in document folder should be removed.[0601] | Description: Only document related content in document folder should be removed. Build number:2.3.0.v20080103 Steps to reproduce: 1. Deploy BIRT. 2. Edit web.xml to set BIRT_VIEWER_DOCUMENT_FOLDER to your local path and there are content inside the path. 3. Start server and click View Example to preview sample report. ... | closed fixed | 90c1daa | ["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 | 2008-01-08T02:10:22Z | 2008-01-03T08:46:40Z |
214,288 | Bug 214288 [Regression]Library extended crosstab's result is totally wrong in preview model[1102] | Description: Library extended crosstab's result is totally wrong in preview model[1102] Build number: 2.3.0.v20080104-0800 Steps to reproduce: 1, New crosstab in library 2, Using it in a report design 3, Preview in layout or HTML Expected result: The result is correct in preview model and as same as the result in frame... | closed fixed | 28c180b | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/util/AllUtilTests.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/util/CubeUtilTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/CubeUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-07T03:52:16Z | 2008-01-04T01:26:40Z |
214,196 | Bug 214196 [Automation][Compatibility]Exception occurs when preview a old crosstab with measure sorting | null | closed fixed | aa77445 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/query/view/CubeQueryDefinitionUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-04T06:37:49Z | 2008-01-03T06:00:00Z |
214,197 | Bug 214197 [Regression] Auto scale does not work correctly [13] | null | closed fixed | 693eb74 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-04T03:13:09Z | 2008-01-03T06:00:00Z |
214,077 | Bug 214077 [Automation][Regression]Chart Y-axis step size is changed | Description: Chart Y-axis step size is changed to 1 when set the chart step size as default. Test Date: 20080102 Test Build: BIRT2.3.0 Daily Build: v20080102-1021 Step to reproduce: 1. Use the report attached 2. Preview it. Expect result: The step size should be 1000. Actual result: The step size is 1. | closed fixed | e1225dd | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-03T09:07:32Z | 2008-01-02T07:46:40Z |
214,184 | Bug 214184 [Acceptance]Can not select the theme on right click menu in library[01] | Description: [Acceptance]Can not select the theme on right click menu in library[01] Step: Right click in library, and Select theme - Apply theme Actual result: The next level menu that list the theme will not spread. | closed fixed | cdade8a | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/ApplyThemeMenuAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-03T06:35:53Z | 2008-01-03T03:13:20Z |
214,089 | Bug 214089 [Automation][Regression]Page Break within nested table or list works in web viewer, not in PDF | Description: Page Break within nested table or list works in web viewer, not in PDF. Test Date: 20080102 Test Build: BIRT2.3.0 Daily Build: v20080102-1021 Step to reproduce: 1. Use the report attached. 2. Preview it in PDF Expect result: Page break should take effect after data item of nested list. Actual result: Page ... | closed fixed | d69c65d | ["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 | 2008-01-03T05:44:38Z | 2008-01-02T10:33:20Z |
213,826 | Bug 213826 The image can not be shown when using event handler to set image [0800] | Description: The image can not be shown when using event handler to set image. Build number: 2.2.2.v20071225-0630 Steps to reproduce: 1. Copy the attached images and report design to the same folder. 2. New a java project and import the attached java file. 3. Preview the attached report design. Expected result: The ima... | closed fixed | 75ce57d | ["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 | 2008-01-03T03:34:29Z | 2007-12-25T02:33:20Z |
214,082 | Bug 214082 [Automation][Regression] Exception is thrown out when preview the attached report design in Web Viewer [00] | null | closed fixed | 529bf61 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ListGroupExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/TableGroupExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-03T03:12:41Z | 2008-01-02T10:33:20Z |
210,507 | Bug 210507 Enhance Report engine to support multiple view | null | resolved fixed | d27155b | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/EngineIRReader.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/Report.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java", "engine/org.eclipse.birt.... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-03T01:44:11Z | 2007-11-21T10:13:20Z |
213,981 | Bug 213981 [Automation] [Regression] Exception is thrown out when preview the attached report design [07] | null | closed fixed | 0327b0b | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedGenerateExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ExtendedItemExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-02T09:53:33Z | 2007-12-28T11:06:40Z |
214,074 | Bug 214074 [Automation][Regression]EngineException is thrown out when previewing report | Description: EngineException is thrown out when previewing report in web viewer. Test Date: 20080102 Test Build: BIRT2.3.0 Daily Build: v20080102-1021 Step to reproduce: 1. Use the report attached. 2. Preview it in web viewer. Error log: null ( 1 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException at ... | closed fixed | 8f2abe8 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/impl/query/CubeCursorImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-02T09:43:41Z | 2008-01-02T07:46:40Z |
214,065 | Bug 214065 [Regression]Group TOC are created automatically when preview in Web viewer and PDF | Description: [Regression]Group TOC are created automatically when preview in Web viewer and PDF Build number: 2.3.0.v200701012-1021 Steps to reproduce: 1, New a table binding with dataset 2, New a group on table and do not specify the group toc 3, Preview in Web viewer and PDF Expected result: No default TOC of group A... | closed fixed | 6c872d3 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/toc/TOCBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-02T09:23:00Z | 2008-01-02T05:00:00Z |
213,973 | Bug 213973 [2.2.2]ClassCastException throws out when preview a table share crosstab | null | closed fixed | 15b8d36 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-02T09:21:40Z | 2007-12-28T11:06:40Z |
213,841 | Bug 213841 [Automation][Regression]Border style does not work correctly in PDF | Description: Border style does not work correctly in PDF Test Date: 20071225 Test Build: BIRT2.3.0 Daily Build: v20071225-1306 Step to reproduce: 1. Use the report attached 2. Preview it Expect result: Please refer to golden file attached Actual result: Please refer to failed screen shot attached | closed fixed | 3215108 | ["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFPage.java", "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 | 2008-01-02T08:55:35Z | 2007-12-25T10:53:20Z |
213,947 | Bug 213947 The user defined aggregation in chart builder's data binding doesn't work[13] | Description: The user defined aggregation in chart builder's data binding doesn't work[13] Build number: 2.3.0.v20071227-0800 Steps to reproduce: 1, New a chart 2, Select the data binding 3, New a aggregation such as aggregate on one row and COUNT or SUM 4, Check the result in chart builder Expected result: The aggrega... | closed fixed | 3fdfb1e | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/IModelAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/ModelAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/QueryExecuti... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-02T08:44:31Z | 2007-12-28T02:46:40Z |
213,946 | Bug 213946 The cancel button of select data binding doesn't work[13] | Description: The cancel button of select data binding doesn't work[13] Build number: 2.3.0.v20071227-0800 Steps to reproduce: 1, New a chart 2, Select the dataset 3, Open the data binding 4, Add a data binding 5, Click Cancel button in Select Data Binding dialog Expected result: After step5, the new data binding is can... | closed fixed | 7a691f1 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-02T06:31:22Z | 2007-12-28T02:46:40Z |
214,005 | Bug 214005 [regression]In pdf, master page content lost.[1200] | null | closed fixed | e158db7 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPDFRenderOption.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFPageLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2008-01-02T06:03:52Z | 2007-12-29T03:46:40Z |
213,970 | Bug 213970 Error happens when link to internal bookmark under run servlet [04] | Description: Error happens when link to internal bookmark under run servlet. Regression of #162830 Build number: 2.2.2.v20071218-1951 Steps to reproduce: 1. Insert two labels, set page break between them. 2. Set bookmark "b'k" to the second label. 3. Define internal bookmark link in the first label. 4. Preview in web v... | closed fixed | 7e7e22e | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-29T05:53:57Z | 2007-12-28T08:20:00Z |
213,915 | Bug 213915 [2.2.2]The second label item in attached report lost in web viewer[0001] | Description: The second label item in attached report lost in web viewer Build number:2.3.0.v20071227 Steps to reproduce: 1. Preview attached report in Web Viewer. Expected result: The first content in third page should be "after". Actual result: "after" lost Error log:n/a | closed fixed | 6aef753 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/optimize/ExecutionOptimize.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-29T05:49:28Z | 2007-12-27T07:20:00Z |
208,552 | Bug 208552 Cant startup the OSGI framework under Websphere Community Edition 2.0 | OS:AIX5.3 Java 1.5 J2EE server: WAS CE 2.0(Apache Geronimo). I have successfully deployed birt.war, but when trying to open test report in browser it gives "Cant startup the OSGI framework" message. Log contains following stack trace: org.eclipse.birt.core.exception.BirtException: Cant startup the OSGI framework at org... | resolved fixed | a79b0dd | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/framework/osgi/OSGILauncher.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-29T04:24:08Z | 2007-11-02T13:26:40Z |
213,813 | Bug 213813 Exception is thrown out showing class can not be found if the project is created from exsiting source [0800] | Description: Exception is thrown out showing class can not be found if the project is created from exsiting source. Build number: 2.2.2.v20071224-1008 Steps to reproduce: 1. New a Java Project, select "Create project from existing source", and select an existing project containing some event handler class, then click F... | closed fixed | f85ea7b | ["UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/util/WorkspaceClassPathFinder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-29T03:56:12Z | 2007-12-24T09:53:20Z |
213,913 | Bug 213913 [regression]Font color in xtab doesn't work[1102][0300] | Description: Font color in xtab doesn't work Build number:2.3.0.v20071227 Steps to reproduce: 1. New a xtab. 2. Set Font color to red. 3. Preview Expected result: All content in xtab display with red color Actual result: All display with default black color Error log:n/a | closed fixed | 0620fe7 | ["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/CrosstabCellHandle.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/ContentUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-29T03:48:03Z | 2007-12-27T07:20:00Z |
213,965 | Bug 213965 Can only select the first four rows in the Data Preview table in chart builder. | description: Can only select the first four rows in the Data Preview table in chart builder. build version: 2.2.2 v20071228-1951 steps to reproduce: 1. Under preference->Report Design->Chart, set the Max row number of Data Preview larger than 4. 2. New a report. 3. New a datasource with sample DB and new a dataset with... | closed fixed | 7598c0d | ["chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/CustomPreviewTable.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-29T03:46:06Z | 2007-12-28T08:20:00Z |
213,957 | Bug 213957 [Automation][Acceptance]Pagenumber in masterpage does not work in PDF | Description: All the page numbers are "2" when add a page n of m autotext in masterpage. Test Date: 20071228 Test Build: BIRT2.3.0 Daily Build: v20071228-1005 Step to reproduce: 1. Use the report attached 2. Preview report in PDF | closed fixed | e533498 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-29T03:42:06Z | 2007-12-28T08:20:00Z |
212,371 | Bug 212371 [Regression] Auto-scale does not work correctly and gridline is not shown anymore when run the attached java file [13] | null | closed fixed | 97cd9b2 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-29T03:37:34Z | 2007-12-10T07:00:00Z |
213,958 | Bug 213958 [Automation][Regression]Page break does not work in PDF | Description: Add some page break in report , but the pagebreak feature does not work at all in PDF. Test Date: 20071228 Test Build: BIRT2.3.0 Daily Build: v20071228-1005 Step to reproduce: 1. Use the report attached 2. Preview it in PDF format Expect result: There are 3 pages Actual result: Page break does not take any... | closed fixed | a26b3d4 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLeafItemLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-29T03:35:27Z | 2007-12-28T08:20:00Z |
211,849 | Bug 211849 [Regression]Grandtotal's results is incorrect | Description: The Grandtotal's result is incorrect in report which is created in v20071204-0800 build, first I think it is data's bug. But the same report created in former build and preview in this build, the result is correct. So may be the crosstab created in today's build is incorrect. Build number: 2.3.0.v20071204-... | closed fixed | a67d7a7 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/api/CubeFeaturesTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/cursor/CubeUtility.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/impl/query/CubeQueryResults.java", "data/org.eclipse.... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-28T09:41:55Z | 2007-12-04T09:20:00Z |
213,406 | Bug 213406 [2.2.2]Data preview problem in chart builder | Description: Create a chart bind with a dataset, then add a computed column in the dataset, the data preview of chart builder could not get the computed column. Build version:2.2.2.v20071219-1001 Steps to reproduce: 1.Create sample datasource and dataset. 2.Create a chart, bind with the dataset. 3.Add a computed column... | closed fixed | 07204cc | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ChartColumnBindingDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-28T08:27:25Z | 2007-12-19T04:53:20Z |
212,238 | Bug 212238 [Regression] Pagebreak on chart does not work when preview in PDF/PPT/PostScritp. | Description: Pagebreak on chart does not work when preview in PDF/PPT/PostScritp. build version: 2.3.0 v20071207-0800. steps to reproduce: 1. New a report. 2. Insert a label in layout. 3. Insert a chart in layout. 4. Add pagebreak: Before Always on chart. 5. Preview in PDF/PPT/Postscript. Expected result: The chart sho... | closed fixed | 82658e6 | ["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/PDFLeafItemLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-28T08:18:45Z | 2007-12-07T06:46:40Z |
213,399 | Bug 213399 Exception occurs when iv generation task runs with query not changed. | reproduce steps. 1. create a report design with a table bound to some data set. 2. generate a document for the report design. 3. change the style of some item in the design. 4. run iv generation task based on the design and the document. Actual result: exceptions area thrown out. java.lang.NullPointerException at java.... | resolved fixed | fd07630 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQueryUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/GroupDefnUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/QueryDefnIOUtil.java", "data/org.eclipse.birt.data/src/or... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-28T07:28:01Z | 2007-12-19T02:06:40Z |
210,715 | Bug 210715 Need following functions exposed in Data api package | Need dte provide similar function like CubeQueryUtil.getReferencedLevels() in api package. The passed in arguments and return value can change to other types, which just providing the same info should be also sufficient. | resolved fixed | 9c1105a | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/CubeQueryUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-28T03:33:44Z | 2007-11-23T03:53:20Z |
213,804 | Bug 213804 [Automation][Regression]Table of contents does not work correcly | Description: Add a table of content tag on a grid which is in page 2 in a report, but when I click the TOC tag it redirects to page 1. Test Date: 20071224 Test Build: BIRT2.3.0 Daily Build: v20071224-0800 Step to reproduce: 1. Use the report attached 2. Preview it in web viewer 3. Click the TOC Expect result: TOC shoul... | closed fixed | f132382 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-27T09:42:11Z | 2007-12-24T07:06:40Z |
213,907 | Bug 213907 Provide a copy constructor for SubqueryDefinition. | Engine need a copy constructor to generate a SubqueryDefinition from an ISubqueryDefinition and change the name of the query. | resolved fixed | d99108b | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/SubqueryDefinitionCopyUtil.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataRequestSession.java", "data/org.eclipse.... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-27T09:33:08Z | 2007-12-27T07:20:00Z |
212,124 | Bug 212124 Summary Field should be allowed to drag into measure area of Crosstab[1102] | Description: Summary Field should be allowed to drag into measure area of Crosstab[1102] Build number: 2.3.0.v20071206-0800 Steps to reproduce: 1, New a cube with measures in one summary field 2, New a crosstab 3, DND the summary field to measure area of crosstab Expected result: In former build, this operation is allo... | closed fixed | 97ef498 | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/MeasureHandleDropAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-27T06:49:25Z | 2007-12-06T08:33:20Z |
213,827 | Bug 213827 Axis title rotation lose effect after flip axis. | description: Axis label rotation lose effect after flip axis. build version: 2.2.2 v20071225-0630 steps to reproduce: 1. New a report. 2. New a chart. 3. On Format Chart page, select Chart Area->Axis->X-Axis node, tick Title as visible. Click Title button and set rotation to 45 degree. 4. Switch to Select Chart Type pa... | closed fixed | 2c63a75 | ["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-12-27T05:07:05Z | 2007-12-25T02:33:20Z |
213,413 | Bug 213413 [Automation][Acceptance]Masterpage background color does not work | Description: Master page background color does not work Test Date: 20071219 Test Build: BIRT2.2.2 Daily Build: v20071218-1951 Step to reproduce: 1. Use the report attached 2. Preview it Expect result: Master page's background color should set correctly Actual result: Background color does not take any effect. | closed fixed | fcc3eed | ["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-12-27T03:24:36Z | 2007-12-19T07:40:00Z |
213,663 | Bug 213663 [2.2.2][2.3.0]Exception occurs when preview a datetime type data with highlight rule | null | closed fixed | 0075c84 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataAdapterUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-26T11:03:18Z | 2007-12-21T04:06:40Z |
213,836 | Bug 213836 [2.2.2]paramDef tag accepts locale-based value with false isLocale value[0603] | Description: paramDef tag accepts locale-based value when isLocale is false Build number:2.2.2.v200712181951 Steps to reproduce: 1. Create a BIRT web project. 2. Copy attached report and jsp file to project. 3. Run the jsp file. Expected result: Errors to indicate the second group values in parameterpage definition are... | closed fixed | 7635535 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/taglib/ParamDefTag.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-26T03:35:49Z | 2007-12-25T08:06:40Z |
212,478 | Bug 212478 Exception occurs when preview the table including a Autotext | null | closed fixed | ff52f04 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-25T09:57:18Z | 2007-12-11T02:26:40Z |
213,680 | Bug 213680 [2.2.2]Chart script can not be cleaned completely. | Description: Reset script or delete all script does not work. build version: v20071221-0630 steps to reproduce: 1. New a report. 2. New a chart. 3. Enter some script for the chart and save the report. 4. Click the reset scirpt button or delete all script. 5. Save the report and switch to layout,then switch back to scri... | closed fixed | 4b86276 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/PropertyCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ExtendedItem.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/strategy/ExtendedItemPropSearchStrate... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-25T08:19:59Z | 2007-12-21T09:40:00Z |
213,671 | Bug 213671 Expose evaluate() method in IReportContext | Need Engine expose evaluate() method in IReportContext interface, this will be used to evaluate global Javascript expression in case there's no resultset bound to current report item. | resolved fixed | 0ac6be1 | ["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-12-25T08:12:33Z | 2007-12-21T06:53:20Z |
211,547 | Bug 211547 [Automation][Acceptance]Exceptions are thrown out in console when click a hyperlink linked to a reportdocument | Description: Exceptions are thrown out on console when click a hyperlink linked to a reportdocument. Test Date: 20071129 Test Build: BIRT2.3.0 Daily Build: v20071129-0800 Step to reproduce: 1. Creat a new report 2. Add a label 3. Set label's hyperlink drill through to the reportdocument attached 4. Preview it in web vi... | closed fixed | c605cd8 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/QueryResults.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-25T05:31:11Z | 2007-11-30T02:33:20Z |
210,716 | Bug 210716 Support switch Text/Chart view in crosstab cell | Need crosstab UI provide support to switch between Text and Chart view in measure/aggregation cell. | closed fixed | 5269f51 | ["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/internal/CrosstabModelUtil.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/util/CrosstabUtil.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/bi... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-25T04:39:59Z | 2007-11-23T03:53:20Z |
213,822 | Bug 213822 [Regression]Can not save the modification of group in Aggregation builder | Description: [2.2.2]Can not save the modification of group in Aggregation builder Build number: 2.2.2.v20071225-0630 Steps to reproduce: 1, New a table with two groups 2, Insert a aggregation builder in group footer 3, Select the first group and click OK 4, Open the builder again and modify the group to group2 Expected... | closed fixed | 9a8288f | ["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-12-25T03:22:56Z | 2007-12-25T02:33:20Z |
213,824 | Bug 213824 The data fetch setting in dataset(row limit number) isn't effect. | Steps To Reproduce: Please refer to issue #210606, the data fetch setting in dataset isn't effect. Thanks. | resolved fixed | 3cfa06a | ["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-12-25T03:21:04Z | 2007-12-25T02:33:20Z |
212,246 | Bug 212246 Browsers keep poping up when click the series with interactivity Focus-Hyperlink [13] | null | resolved wontfix | 323528e | ["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-12-21T06:31:18Z | 2007-12-07T09:33:20Z |
212,984 | Bug 212984 Disable Dimension or Level drag into outline | Description: The levels are not auto-outspread when drag the dimension from Data explorer to Outline Build number: 2.3.0.v20071214 Steps to reproduce: 1, New a cube with multiple levels in one dimension 2, New a crosstab 3, Drag the dimension from cube to crosstab's column area in Outline Expected result: The levels ar... | closed fixed | 2142f6c | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/DimensionHandleDropAdapter.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/commands/AddDimensionViewHandleCommand.java", "xtab/org.eclipse.birt.re... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-20T05:51:28Z | 2007-12-14T08:13:20Z |
212,992 | Bug 212992 Group key expression causes exception | Build ID: I20071101-2000 Steps To Reproduce: 1. preview the attached rptdesign More information: Exception Close Show Exception Stack Trace Hide Exception Stack Trace Stack Trace: Parameter Close There are no parameters for this report. Processing, please wait ... CUSTOMERNUMBER CONTACTFIRSTNAME CITY CREDITLIMIT Dec 14... | resolved fixed | 1085d51 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/FeaturesTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/impl/ExprManagerUtilTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExpressionCompilerUtil.java", "data/org.eclipse.bir... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-19T10:36:49Z | 2007-12-14T11:00:00Z |
211,978 | Bug 211978 [Automation][Acceptance]Exception is thrown out when preview report in PDF | Description: Exception is thrown out when preview report in PDF Test Date: 20071205 Test Build: BIRT2.3.0 DailyBuildv20071205 0800 Step to reproduce: 1. Use the report attached 2. Preview it in PDF Expect result: Report should be previewed without any exception Actual result: A StringIndexOUtOfBoundsException is thrown... | closed fixed | 223b260 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFInlineContainerLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java", "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-12-19T09:20:58Z | 2007-12-05T10:20:00Z |
210,891 | Bug 210891 [Automation][Acceptance]Table header is repeated in PDF | Description: Table header is repeated in PDF. Test Date: 20071126 Test Build: BIRT2.3.0 Daily Build: v20071126-0800 Step to reproduce: 1. Use the reportdesign attached 2. Preview it in PDF Expect result: "USA" should not repeat. Actual result: "USA" is repeated. | closed fixed | e38526b | ["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/PDFBlockStackingLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFPageLM.java", ... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-19T09:01:46Z | 2007-11-26T06:53:20Z |
213,412 | Bug 213412 Can not add a crosstab in list use the insert menu[00] | Description: Can not add a crosstab in list use the insert menu[00] Step: 1. New a list. 2. Select the list detail. 3. Right click to insert a crosstab. 4. Or Select the top menu Insert - Crosstab. Actual result: The crosstab is add out of list. Expected result: The crosstab is add in the list. | closed wontfix | 81ba41e | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/commands/CreateCommand.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/CreateCrosstabHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-19T08:34:47Z | 2007-12-19T07:40:00Z |
213,401 | Bug 213401 Compile errors occur in org.eclipse.birt.report.tests.engine in 2.3 Daily Build 20071219 | Compile errors occur in org.eclipse.birt.report.tests.engine in 2.3 Daily Build 20071219. The error message is below: [javac] ---------- [javac] ---------- [javac] 14. ERROR in /home/adb/releng.230/src/plugins/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/IAutoTextContentTest.java (a... | closed fixed | d14b136 | ["testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/IAutoTextContentTest.java", "testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/IBandContentTest.java", "testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/te... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-19T07:37:36Z | 2007-12-19T04:53:20Z |
213,405 | Bug 213405 NPE occurs when closed the report design | Description: NPE occurs when closed the report design Build number: 2.3.0.v20071219-1029 Steps to reproduce: 1, Using BUILD V20071219-1029 2, Create a report design 3, Closed this report design Expected result: No exception occurs Actual result: NPE Throws out Error log: java.lang.NullPointerException at org.eclipse.bi... | closed fixed | fd77762 | ["UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/ReportEditorProxy.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-19T07:18:22Z | 2007-12-19T04:53:20Z |
211,991 | Bug 211991 Page header items when in a grid within a grid disappear on runtime render | null | resolved fixed | 8707c41 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLPageLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-19T02:49:50Z | 2007-12-05T13:06:40Z |
211,773 | Bug 211773 Legend entries overlap | null | resolved fixed | 68852b9 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-18T13:03:52Z | 2007-12-03T16:40:00Z |
198,221 | Bug 198221 Different master page when export report current page to different format.[05] | Description: Different master page when export report current page to different format. Build number:2.2.1.v200707270630 Steps to reproduce: 1. Preview attached report in Web Viewer. (the report uses multiple master page) 2. Jump to the third page. 3. Export report, select current page, select different formats. Expect... | closed fixed | a53e7cd | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/document/ReportDocumentTest.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/content/ReportContentReaderAndWriterTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/eng... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-18T11:04:06Z | 2007-07-30T04:33:20Z |
211,839 | Bug 211839 String grouping unit type needs to support interval range. | Build ID: I20071101-2000 As Chart has supported, the String grouping unit type can be set interval range, the interval range means that the string group will base on row count distinction. For instance, let's say we have a,b,c,d,e,f,g , and set interval range to 2, the grouping result should be a,c,e,g. Now it is a req... | resolved fixed | 1a13dad | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/AllTests.java", "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/binding/GroupOnRowTest.java", "data/org.eclipse.birt.data.tests/tes... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-18T08:52:19Z | 2007-12-04T06:33:20Z |
213,126 | Bug 213126 Add support for DataEngine-leve dataset cache | In many cases the DataEngine-leve dataset cache is useful which ensure that a dataset is executed one time during rendering one report. To support this feature a new dataset property should be added. The Birt customer can choose whether this dataset need to be cached or not by setting the property in deisgn time. | resolved fixed | b929e4e | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/JointDataSetParseTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DataSetHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IDataSetModel.java... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-17T07:47:24Z | 2007-12-17T02:53:20Z |
212,983 | Bug 212983 Exception keeps poping up when change master page margin unit and this workspace can not be used any more | Description: Exception keeps poping up when change master page margin unit and this workspace can not be used any more. Build number: 2.3.0.v20071214-1345 Steps to reproduce: 1. New a report, change to master page tab, change master page margin unit. Expected result: It works correctly. Actual result: Exception keeps p... | closed fixed | 92be010 | ["UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/provider/MarginsPropertyDescriptorProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-17T06:03:11Z | 2007-12-14T08:13:20Z |
212,985 | Bug 212985 [Regression] Exception is thrown out when right click the column to add to series [13] | Description: Exception is thrown out when right click the column to add to series. Build number: 2.3.0.v20071214-1345 Steps to reproduce: 1. Drag a chart from the Palette to the Layout. 2. In "Select Data" tab, binding the chart to a data set. 3. Right click one column to add to series. Expected result: No exception. A... | closed fixed | e9dc65c | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/T... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-17T03:36:38Z | 2007-12-14T08:13:20Z |
212,712 | Bug 212712 run --config "logdir=xxx" in genReport can not create folder auto[00] | Descriiption: run --config "logdir=xxx" in genReport can not create folder auto[00] Run the genReport, and add the variable of --config "logdir=xxx". If xxx is not exist, it will pop up the error. Expected: It can create the folder auto. | closed fixed | 6e30bd7 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineLogger.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-14T07:00:14Z | 2007-12-12T06:13:20Z |
173,039 | Bug 173039 Exception is shown when accessing a db on an unknown host | Create a report Add a datasource and specified a invalid host name Click on test connection An oversized error dialog appears showing a stack trace Expected: a simple error such as "Host xxx is not accessible" should be displayed instead. | resolved fixed | 5f4c368 | ["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/JDBCDriverManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-14T05:41:37Z | 2007-02-06T13:53:20Z |
212,715 | Bug 212715 A report parameter with type Date can not pass value to a data set parameter with type Any [0705] | null | closed fixed | 2dea94a | ["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-12-14T01:59:45Z | 2007-12-12T06:13:20Z |
211,833 | Bug 211833 [Regression]Can not select Measures in Crosstab's Group Level filter | Description: [Regression]Can not select Measures in Crosstab's Group Level filter Build number: 2.3.0.v20071204-0800 Steps to reproduce: 1, New a crosstab 2, New a Group level filter on crosstab 3, Select Measure in Filter Condition Expected result: The measures of crosstab should be in the list Actual result: The Meas... | closed fixed | e03f429 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/OlapQueryUtil.java", "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-12-14T01:47:15Z | 2007-12-04T03:46:40Z |
212,291 | Bug 212291 SWT Chart render engine always uses 96 DPI(Display) resolution | null | resolved fixed | 7ebb550 | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingDisplayServer.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingRendererImpl.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingTe... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-13T20:59:30Z | 2007-12-07T17:53:20Z |
210,510 | Bug 210510 The filter's select value from String type dimension should be quoted[1102] | Description: The select value from String type dimension should be quoted, we should judge the data type from the binding of crosstab, currently we may judge the type from the dimension in cube builder. Build number: 2.3.0.v20071121-0800 Steps to reproduce: 1, New a cube with Integer type dimension 2, New a crosstab us... | closed fixed | 51412dd | ["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-12-13T06:26:09Z | 2007-11-21T10:13:20Z |
212,703 | Bug 212703 Render the report use genReport error[00] | Description: Render the report document use genReport error[00] Render the report document by genReport, and it will pop up the error message. Failed to load Derby embedded driver: org.apache.derby.jdbc.EmbeddedDriver java.lang.ClassNotFoundException: org/apache/derby/jdbc/EmbeddedDriver at java.lang.Class.forName0(Nat... | closed fixed | e1559ef | ["data/org.eclipse.birt.report.data.oda.sampledb/src/org/eclipse/birt/report/data/oda/sampledb/SampleDBJDBCConnectionFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-13T06:05:10Z | 2007-12-12T03:26:40Z |
212,450 | Bug 212450 Expose Report Theme for scripting | Use case: Report library: theme.rptlibrary has 2 themes blue and green based on blue.css and green.css. Report design: theme.rptdesign uses theme.rptlibrary. there is a report parameter: theme that allows the user to select blue or green for the report theme. Using scripting, I want to be able to set the theme of the r... | resolved fixed | 4fa801e | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IReportDesign.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/element/ReportDesign.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/simpleapi/IR... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-13T03:19:37Z | 2007-12-10T20:53:20Z |
212,370 | Bug 212370 [Regression] Negative value can not be shown both in chart builder and when preview [13] | null | closed fixed | 79b6eb7 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AxisSubUnit.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-12-12T07:20:12Z | 2007-12-10T07:00:00Z |
212,701 | Bug 212701 Fail to render reportlet in birt:report with div container[0603] | Description: Fail to render reportlet when set container to div in report tab. Build number:2.3.0.v20071212 Steps to reproduce: 1. Deploy birt or create new birt web project. 2. preview attached jsp file. Expected result: Display chart reportlet only. Actual result: Display all report content out. Error log:n/a | closed fixed | 1d04b3a | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/taglib/ReportTag.java", "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-12-12T05:56:10Z | 2007-12-12T03:26:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.