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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
188,619 | Bug 188619 GUIException when change parameter from radio to text box[0705] | Description: GUIException when change parameter from radio to text box Build number:2.2.0.v20070523 Steps to reproduce: 1. New a report parameter, integer, radio button, add value 1 and set it as default value. 2. Save the report. 3. Edit the parameter, change display type from radio button to text box. 4. click OK. Expected result: No exception and change is accepted. Actual result: Widget is disposed Plug-in Provider:Eclipse.org Plug-in Name:BIRT Designer UI Plug-in ID:org.eclipse.birt.report.designer.ui Version:2.2.0.v20070523-0630 Error Code:Error.GUIException.invokedBySWTException Error Message:Widget is disposed | closed fixed | 263266b | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-24T09:16:39Z" | "2007-05-23T11:33:20Z" |
188,219 | Bug 188219 If a column name has colon will lead the exceptions when using it as a dimension[1101] | Description: If a column name has colon will lead the exceptions when using it as a dimension[1101] Build number: 2.2.0.v20070522-0630 Steps to reproduce: 1, New a computed column name such as a:b 2, Using the a:b column as a dimension in cube builder or 1, New a joint dataset and left all the columns name by default 2, New a cube using the joint dataset 3, Drag one column to dimension in cube builder Expected result: The column a:b or the column name has colon can be used as dimension without any exception Actual result: Exception occurs when using the a:b column as dimension Error log: A BIRT exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Model Plug-in ID:org.eclipse.birt.report.model Version:2.2.0.v20070522-0956 Error Code:Error.NameException.INVALID_NAME Error Message:The name "a:b" is invalid for it contains character ".", "/", "", "!", ";", "," . | closed fixed | da53bea | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ElementFactoryTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/namespace/AbstractNameHelper.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/namespace/DimensionNameHelper.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/namespace/ModuleNameHelper.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/NamePropertyType.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-24T09:00:53Z" | "2007-05-22T05:00:00Z" |
188,252 | Bug 188252 [enhancement] remove cube cache when server is shutdown | steps to reproduce: - create a report design using cube and xtab - deploy it to tomcat BIRT viewer - preview it note that one folder named temp29330913 was created under tomcat home folder, there are three files (Customer Cubedata, Customer CubeOat, Customer Cubeobj) within this folder. these won't be removed even after tomcat is shutdown. is it appropriate if these are some kind of cache for the cube data? | closed fixed | 9ed76b8 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/document/FileDocumentManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-24T02:21:14Z" | "2007-05-22T10:33:20Z" |
187,639 | Bug 187639 Tooltips for invisible series in svg chart still there | I have a chart with tooltips (onMouseOver) on the data points of a series When I toggle the visibility for the series, the series vanishes But when I hover over the invisible data point, the tooltip appears. Steps to reproduce: -Create a report with SVG chart with a value series. -For interactivity set: -"Show tooltip" in the "OnMouseOver" event of the series -"Toggle visibility" in "OnClick" of the legend -Run the report, keep position of a data point of a series in mind and -toggle that series to invisible. -Hover mouse over remembered data point position --> the tooltip appears | resolved fixed | af86b69 | ["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java", "chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-23T23:47:18Z" | "2007-05-17T19:26:40Z" |
187,775 | Bug 187775 Dataset parameter binding is lost after adding new column to query | Build ID: I20070323-1616 Steps To Reproduce: 1. Create new report with query "select customername from customers where customer like ?" and create a database parameter. 2. Create report parameter. 3. Bind database parameter to report parameter. 4. Run report. Ok. 5. Add new column "customernumber" to select clause of query. 6. Check dataset parameter binding: database parameter has no binding anymore. BIRT 2.2M6 | resolved fixed | 0c5c730 | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/DataSetParameterAdapter.java", "model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/ModelOdaAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-23T10:09:53Z" | "2007-05-18T09:20:00Z" |
188,224 | Bug 188224 DTE should give out APIs about CrossTab filter equal value list and member value list Util. | DTE should give out APIs about CrossTab filter equal value list and member value list Util. | resolved fixed | f9bc22a | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/ICubeQueryUtil.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java", "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-05-23T10:03:09Z" | "2007-05-22T07:46:40Z" |
188,596 | Bug 188596 Some parameter value cannot be passed to report through URL[0002] | null | closed fixed | 3743c33 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ScalarParameterBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ComboBoxParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/RadioButtonParameterFragment.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-23T09:59:35Z" | "2007-05-23T08:46:40Z" |
188,578 | Bug 188578 Add "displayColumnName" on TabularLevel | Add Property "displayColumnName" on TabbularLevel and corresponding APIs on handle. Property Type: expression. | resolved fixed | 30baa31 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TabularCubeParserTest.java", "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/api/olap/TabularLevelHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/ITabularLevelModel.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-23T09:33:58Z" | "2007-05-23T08:46:40Z" |
181,365 | Bug 181365 There is no icon in the background image of MasterPage property editor | Description: In the property editor of Masterpage, go to advanced tab. Click Background node to set the "background image", but there is no icon to invoke the image resources in the local machine. In style builder, there is a "Browse.." button to set the background image. That will be more convient for user to set background image. | closed fixed | 8a6e168 | ["UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/provider/GroupPropertyHandleProvider.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/PropertyEditorFactory.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/property/widgets/BackgroundImageCellEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-23T09:24:25Z" | "2007-04-06T03:26:40Z" |
188,052 | Bug 188052 Enhance the behavior of DimensionConditionHandle | Current in model implementation, there could be multiple DimensionConditionHandle corresponding to one dimension. This will cause problem for both UI and DtE. What we expect is that for each dimension, there are only one DimensionConditionHandle accompany with. Model should merge all the duplicate DimensionConditionHandle so that when UI/DtE is using model API the we can get unique DimensionConditionHandle for each dimension. | resolved fixed | 7047f2a | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TabularCubeParserTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/DimensionCondition.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/olap/TabularCubeHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/TabularCubeState.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-23T08:41:52Z" | "2007-05-21T09:33:20Z" |
188,533 | Bug 188533 [Automation][Regression] List display inline did not work properly when preview in viewer | steps to reproduce: - use the attached report design - preview in viewer expected behavior: - in 1st page, list display inline takes effect actual behavior: - it simply did not do so | closed fixed | 2a8b485 | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLPerformanceOptimize.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-23T07:57:30Z" | "2007-05-23T00:26:40Z" |
188,502 | Bug 188502 Change labels in Export Report dialog | Can we consider changing the types in the drop down list in the Export Report dialog? doc to Word xls to Excel ppt to Powerpoint pdf to PDF postscript to PostScript | resolved fixed | 8dbf9e2 | ["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-05-23T07:05:06Z" | "2007-05-22T21:40:00Z" |
188,235 | Bug 188235 [Regression]Chart legend position is incorrect | Steps to reproduce: 1. Set plot width = 150; height = 150; 2. Set legend position = right; Expected result: Legend is in the right side of plot. Actual result: Legend position is not plot left offset + plot width; but only plot width. So plot and legend are overlapped together. | resolved fixed | c217319 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/layout/LayoutManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-23T06:21:01Z" | "2007-05-22T07:46:40Z" |
188,544 | Bug 188544 The display text of parameter's defaul value is not refreshed after changing its datatype and default value[] | Description: The display text of parameter's defaul value is not refreshed after changing its datatype and default value[] Build number: 2.2.0.v20070523-0630 Steps to reproduce: 1, New a parameter and set its datatype to String and default value to 111 2, Preview and check the display text of parameter 3, Go back the parameter and modify its datatype to Integer and default value to 222 4, Preview Expected result: After step4, the display text of parameter is 222 Actual result: After step4, the display text of parameter is 111 | closed fixed | 7ecab01 | ["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/service/actionhandler/BirtCacheParameterActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-23T06:10:58Z" | "2007-05-23T03:13:20Z" |
187,761 | Bug 187761 Table in grid which from library can not preview[01] | Description: Table in grid which from library can not preview[01] Step: 1.New a library, new a sample datasource and dataset 2.Insert a grid and insert the table whick binding the dataset in grid cell 3.New a report and use this library. 4.Drop the grid that from library into layout 5.preview Actual result: Exception pop up at org.eclipse.birt.report.model.elements.TableItem.getColumnPosition4Cell(TableItem.java:207) at org.eclipse.birt.report.model.elements.strategy.CellPropSearchStrategy.getPropertyFromColumn(CellPropSearchStrategy.java:155) at org.eclipse.birt.report.model.elements.strategy.CellPropSearchStrategy.getColumnProperty(CellPropSearchStrategy.java:117) at org.eclipse.birt.report.model.elements.strategy.CellPropSearchStrategy.getPropertyRelatedToContainer(CellPropSearchStrategy.java:85) at org.eclipse.birt.report.model.core.PropertySearchStrategy.getPropertyExceptRomDefault(PropertySearchStrategy.java:100) at org.eclipse.birt.report.model.core.DesignElement.getProperty(DesignElement.java:927) at org.eclipse.birt.report.model.core.DesignElement.getProperty(DesignElement.java:903) at org.eclipse.birt.report.model.api.DesignElementHandle.getProperty(DesignElementHandle.java:229) at org.eclipse.birt.report.model.api.PropertyHandle.getValue(PropertyHandle.java:111) at org.eclipse.birt.report.model.api.SimpleValueHandle.getListValue(SimpleValueHandle.java:139) at org.eclipse.birt.report.model.api.PropertyHandle.getListValue(PropertyHandle.java:539) at org.eclipse.birt.report.model.api.StructureIterator.<init>(StructureIterator.java:62) at org.eclipse.birt.report.model.api.SimpleValueHandle.iterator(SimpleValueHandle.java:310) at org.eclipse.birt.report.model.api.StyleHandle.mapRulesIterator(StyleHandle.java:1457) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.setMap(EngineIRVisitor.java:1770) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.visitDataItem(EngineIRVisitor.java:623) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitDataItem(DesignVisitor.java:993) at org.eclipse.birt.report.model.elements.DataItem.apply(DataItem.java:59) at org.eclipse.birt.report.model.api.DesignVisitor.apply(DesignVisitor.java:123) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.visitCell(EngineIRVisitor.java:1168) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitCell(DesignVisitor.java:1077) at org.eclipse.birt.report.model.elements.Cell.apply(Cell.java:81) at org.eclipse.birt.report.model.api.DesignVisitor.apply(DesignVisitor.java:123) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.visitRow(EngineIRVisitor.java:1086) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitRow(DesignVisitor.java:1101) at org.eclipse.birt.report.model.elements.TableRow.apply(TableRow.java:75) at org.eclipse.birt.report.model.api.DesignVisitor.apply(DesignVisitor.java:123) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.createTableBand(EngineIRVisitor.java:1421) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.visitTable(EngineIRVisitor.java:774) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitTable(DesignVisitor.java:1053) at org.eclipse.birt.report.model.elements.TableItem.apply(TableItem.java:80) at org.eclipse.birt.report.model.api.DesignVisitor.apply(DesignVisitor.java:123) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.visitCell(EngineIRVisitor.java:1168) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitCell(DesignVisitor.java:1077) at org.eclipse.birt.report.model.elements.Cell.apply(Cell.java:81) at org.eclipse.birt.report.model.api.DesignVisitor.apply(DesignVisitor.java:123) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.visitRow(EngineIRVisitor.java:1086) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitRow(DesignVisitor.java:1101) at org.eclipse.birt.report.model.elements.TableRow.apply(TableRow.java:75) at org.eclipse.birt.report.model.api.DesignVisitor.apply(DesignVisitor.java:123) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.visitGrid(EngineIRVisitor.java:653) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitGrid(DesignVisitor.java:1113) at org.eclipse.birt.report.model.elements.GridItem.apply(GridItem.java:121) at org.eclipse.birt.report.model.api.DesignVisitor.apply(DesignVisitor.java:123) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.visitReportDesign(EngineIRVisitor.java:325) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitReportDesign(DesignVisitor.java:1175) at org.eclipse.birt.report.model.elements.ReportDesign.apply(ReportDesign.java:89) at org.eclipse.birt.report.model.api.DesignVisitor.apply(DesignVisitor.java:123) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.translate(EngineIRVisitor.java:237) at org.eclipse.birt.report.engine.parser.ReportParser.parse(ReportParser.java:177) at org.eclipse.birt.report.engine.api.impl.ReportRunnable.getReportIR(ReportRunnable.java:199) at org.eclipse.birt.report.engine.executor.ExecutionContext.getReport(ExecutionContext.java:685) at org.eclipse.birt.report.engine.executor.ReportExecutor.<init>(ReportExecutor.java:78) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:149) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:124) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) | closed fixed | 25ecfb6 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/ReportItemExtensionTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryWithTableTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/MasterPageContextContainmentValidator.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/TableItem.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ElementStructureUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-23T06:04:48Z" | "2007-05-18T06:33:20Z" |
148,405 | Bug 148405 Improve usability of Chart Scripting editor | The Designer should provide a scripting editor for chart, similar as the one for other report items: 1- Auto-color of keywords 2- Auto-completion 3- List methods in dropdown (note that parameters types and name should also be listed there with the method names, for instance: beforeGeneration(Chart chart, RuntimeContext context). 4- Each implemented method should be shown in bold in the dropdown 5- Each method should have a description to help the user understand it (as a tooltip for instance) 6- The whole script should still be shown at once, the dropdown is only used for navigation Method names should not be hard-coded, so an extension point can be requested by designer to pass such information (method name, parameter types, description), if there isn't any available yet. Note that the chart can only pass the whole script to the designer, which needs to parse for functions to make the dropdown navigation work. It's ok if the dropdown is ineffective if there are some syntax errors in the script (that prevent parsing). Clicking on an empty method in the dropdown will automatically create a signature in the script body with the function name and default parameter names. | resolved fixed | a0ab63b | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/JSEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-23T03:38:43Z" | "2006-06-23T16:26:40Z" |
167,080 | Bug 167080 The name suffix when create report document. | In current DtE implementation, the suffix of created report document are like follows: QsXXX (XXX stands for a number) in query result of each query execution. The number will keep increased in a jvm, this is however not expected. Ideally, for each report render session(managed by Engine), the number(XXX) should be restarted. Otherwise, in real use of Data Engine, the jvm may exists for several days, which will cause the number suffix growing very big.This is not expected. | resolved fixed | 3a710ac | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/QueryResultIDUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-22T14:38:36Z" | "2006-12-07T11:13:20Z" |
176,582 | Bug 176582 "Show Lines as Curves" does not work correctly for Area Chart [0001] | Description: "Show Lines as Curves" does not work correctly for Area Chart. Build number: 2.2.0.v20070307-1128 Steps to reproduce: 1. New a Area Chart. 2. In "Format Chart" tab, select Series->Value (Y) Series, tick and untick "Show Lines as Curves" checkbox. Expected result: Null value point e is treated the same when tick and untick "Show Lines as Curves" checkbox. Actual result: Null value point e is treated differently (see the screenshot). Error log: N/A | closed fixed | 87fffe2 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/CurveRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-22T10:10:50Z" | "2007-03-07T09:33:20Z" |
188,058 | Bug 188058 Bottom arc and top oval of Tube and Cone and Pyramid chart are painted error. | Build ID: I20070323-1616 Steps To Reproduce: 1. New a Tube chart. 2. Flip axis. 3. Preview the chart in viewer. Expected behavior: - The bottom of each series should be arc. - The top of each series should be oval. Actual behavior: - The bottom and top of each series are direct line, refer to attached output file. More information: | resolved fixed | b1cd8d9 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-22T08:43:36Z" | "2007-05-21T09:33:20Z" |
184,356 | Bug 184356 "Ctrl+c", "Ctrl+v" and Delete does not work for scripted data source [0704] | Description: "Ctrl+c", "Ctrl+v" and Delete does not work for script data source. Build number: 2.2.0.v20070426-0630 Steps to reproduce: 1. New a Scripted data source. 2. Select the data source in Data Explorer View, use "Ctrl+c", "Ctrl+v" and Delete. Expected result: These all work. Actual result: These simply do not work. Error log: N/A | closed fixed | c41c368 | ["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-22T06:32:09Z" | "2007-04-27T02:13:20Z" |
188,022 | Bug 188022 The expression builder should generate the data["XXX"] expression when specify highlight and map on dimension[1102] | Description: The expression builder should generate the data["XXX"] expression when specify highlight and map on dimension[1102] Build number: 2.2.0.v20070521-0630 Steps to reproduce: 1, New a crosstab 2, Select one dimension and specify the highlight or map 3, Go to expression builder and select the available column bindings to generate the expressions Expected result: The expression should be data["XXX"] Actual result: The expression is row["xxx"] | closed fixed | 9c8a561 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-22T06:04:28Z" | "2007-05-21T04:00:00Z" |
188,197 | Bug 188197 compile error occurs in org.eclipse.birt.report.viewer in daily build 20070522 | compile error occurs in org.eclipse.birt.report.viewer in daily build 20070522. The error msg is below: [echo] loading /home/adb/releng/BIRTBuilder/eclipse/buildConfigs/../../build.properties ... [javac] /home/adb/releng/src/plugins/org.eclipse.birt.report.viewer/birt_web/WEB-INF/classes/org /eclipse/birt/report/servlet/BirtSoapMessageDispatcherServlet.java:155: cannot resolve symbol [javac] symbol : class StringBuilder [javac] location: class org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet [javac] StringBuilder builder = new StringBuilder( ); [javac] ^ [javac] /home/adb/releng/src/plugins/org.eclipse.birt.report.viewer/birt_web/WEB-INF/classes/org /eclipse/birt/report/servlet/BirtSoapMessageDispatcherServlet.java:155: cannot resolve symbol [javac] symbol : class StringBuilder [javac] location: class org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet [javac] StringBuilder builder = new StringBuilder( ); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] 2 errors The JDK used in our daily nbuild is JDK1.4 | closed fixed | 0617a25 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/BirtSoapMessageDispatcherServlet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-22T02:13:23Z" | "2007-05-22T02:13:20Z" |
183,681 | Bug 183681 cross tab - Report execution failed. | Steps to reporduce issue. - Try to preview the attached report Report execution fails with 2 errors following items have errors: 1) TabularCube Customer Cube: + The detail member Glendale have more than one parent. The detail member Glendale have more than one parent. ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: The detail member Glendale have more than one parent. at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.defineCube(DataRequestSessionImpl.java:481) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.prepare(AbstractDataEngine.java:136) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:104) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportExecutor.execute(LocalizedReportExecutor.java:50) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:76) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:125) 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) 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) 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.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:595) 2) Crosstab (id = 208): + Fail to load cube "Customer Cube" from document. The document object does not exist. Fail to load cube "Customer Cube" from document. The document object does not exist. ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: Fail to load cube "Customer Cube" from document. The document object does not exist. at org.eclipse.birt.data.engine.olap.api.query.impl.CubeQueryResults.getCubeCursor(CubeQueryResults.java:75) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.<init>(CubeResultSet.java:78) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:192) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:119) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:189) at org.eclipse.birt.report.engine.extension.internal.ExecutorContext.executeQuery(ExecutorContext.java:62) at org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:88) at org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:92) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:114) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:124) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:82) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:88) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:125) 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) 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) 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.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:595) | resolved fixed | 2f883a0 | ["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/api/CubeIVTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/cursor/CubeUtility.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/CubeAggregationTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableHelperTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableHelperTest2.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableRowIteratorWithFilterTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/cursor/AggregationAccessor.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/cursor/ResultSetFetcher.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/api/cube/CubeMaterializer.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/Cube.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableAccessor.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/driver/DimensionAxis.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/i18n/ResourceConstants.java", "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-05-21T11:48:40Z" | "2007-04-23T23:13:20Z" |
182,050 | Bug 182050 CrossTab - Aggregations are too busy in Layout view | Please follow the mockup (attached) to display aggregations in layout view for the sake of simplicity. It supposes to be sigma sign and measure name only. User can view the aggregation expression by tooltip if he/she wants to. Currently, aggregation area look over crowded!!! | resolved fixed | eda12e3 | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/CrosstabGraphicsFactory.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/MeasureAggregationEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-21T09:26:23Z" | "2007-04-12T01:06:40Z" |
188,029 | Bug 188029 Top face is missing in Area chart of 2D+ with negative values | Top face is missing in Area chart of 2D+ with negative values. Please see attached screenshot. | resolved fixed | aac0a1e | ["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", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/StackGroup.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/StackedSeriesLookup.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-21T08:28:03Z" | "2007-05-21T06:46:40Z" |
176,099 | Bug 176099 linked libraries in outline should not show absolute path | When a report design or report template or library uses another library it is shown under 'libraries' in outline view. Mouse hover at this library node in ouline view shows the absolute path. Instead it show show the relative path as it is linked with BIRT Resource folder. | verified fixed | 94bbd5f | ["UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/outline/providers/LibraryNodeProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-21T07:29:28Z" | "2007-03-01T20:13:20Z" |
187,763 | Bug 187763 Parameter sorting issue using attached report design[0002] | Parameter sorting issue using attached report design[0002] Build number: 2.2.0.v20070518-1253 Steps to reproduce: 1.open attach report design 2.preview in layout and select "Germany" 3.click "Show Parameter" ,selecg "Germany" again Expected result: parameter list box is displayed properly Actual result: Many "Germany" display text displayed ,see attached screen shot Error log: N/A | closed fixed | 0e2258e | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ComboBoxParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/RadioButtonParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/api/ParameterDefinition.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-21T07:26:56Z" | "2007-05-18T06:33:20Z" |
188,038 | Bug 188038 Need know which measure ComputedColumnHandle aggregate on. | GUI need to show the measure name ont the data item in the aggregation cell. | resolved fixed | bceaae2 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/OlapExpressionCompiler.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/ICubeQueryUtil.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-05-21T07:23:11Z" | "2007-05-21T06:46:40Z" |
193,580 | Bug 193580 Error opening pure design diagram | - Define some pure design diagram (for example see org.eclipse.gmf.examples.design2d) - Generate code - Deploy diagram editor and create diagram => Editor opens with error: org.eclipse.core.runtime.CoreException: ERROR at org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.DiagramDocumentEditor.createPartControl(DiagramDocumentEditor.java:1458) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:299) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:179) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:400) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1604) at org.eclipse.ui.internal.PartStack.add(PartStack.java:499) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103) at org.eclipse.ui.internal.PartStack.add(PartStack.java:485) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112) at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63) at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:217) at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:774) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:673) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:634) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2719) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2633) at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:2625) at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2577) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2572) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2556) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2539) at org.eclipse.gmf.examples.design2d.part.DesignDiagramEditorUtil.openDiagram(DesignDiagramEditorUtil.java:87) at org.eclipse.gmf.examples.design2d.part.DesignCreationWizard$1.execute(DesignCreationWizard.java:124) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:101) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:113) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934) at org.eclipse.gmf.examples.design2d.part.DesignCreationWizard.performFinish(DesignCreationWizard.java:132) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373) 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:1495) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1504) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1295) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2952) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:182) at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:123) 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.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:821) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:879) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:568) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:510) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:126) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1099) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1494) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1504) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1556) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1551) at org.eclipse.swt.widgets.Control.kEventUnicodeKeyPressed(Control.java:2090) at org.eclipse.swt.widgets.Composite.kEventUnicodeKeyPressed(Composite.java:580) at org.eclipse.swt.widgets.Tree.kEventUnicodeKeyPressed(Tree.java:2338) at org.eclipse.swt.widgets.Control.kEventTextInputUnicodeForKeyEvent(Control.java:2071) at org.eclipse.swt.widgets.Widget.textInputProc(Widget.java:1925) at org.eclipse.swt.widgets.Display.textInputProc(Display.java:3804) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2936) 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) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) | resolved fixed | 359c9f3 | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/CrosstabTableEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-21T02:35:31Z" | "2007-06-20T17:20:00Z" |
187,201 | Bug 187201 DTE should give out 4 API for CrossTab sort and filter | DTE should give out 4 API for CrossTab sort and filter. 2 apis are used by giving out the available binding for CrossTab sort and filter. The third is api used by giving out the member value viewer is available. The fourth api is used by giving out the available value list about the memeber value. | resolved fixed | a13d785 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/util/OlapExpressionCompilerTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/OlapExpressionCompiler.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/OlapExpressionUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/filter/DimensionFilterEvalHelper.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataRequestSession.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/ICubeQueryUtil.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java", "data/org.eclipse.birt.report.data.adapter/test/org/eclipse/birt/report/data/adapter/AllTests.java", "data/org.eclipse.birt.report.data.adapter/test/org/eclipse/birt/report/data/adapter/internal/script/DataAdapterTopLevelScopeTest.java", "data/org.eclipse.birt.report.data.adapter/test/org/eclipse/birt/report/data/adapter/internal/script/DataAdapterUtilTest.java", "data/org.eclipse.birt.report.data.adapter/test/org/eclipse/birt/report/data/adapter/internal/script/DataRequestSessionTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-20T14:48:29Z" | "2007-05-16T07:20:00Z" |
187,444 | Bug 187444 [Automation][Regression] chart using inherited dataset did not work properly | steps to reproduce: - use the attached report design - preview in html, pdf and viewer expected behavior: - attached report should be previewed properly actual behavior: - return empty report | closed fixed | ac21fff | ["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 | "2007-05-18T06:53:15Z" | "2007-05-17T02:46:40Z" |
187,516 | Bug 187516 NullPointerException when preview as PDF | Build ID: 2.2 M6 Steps To Reproduce: Create a dynamic text and input some complex HTML More information: org.eclipse.birt.report.engine.layout.pdf.font.FontInfo#getWordWidth( String word ) the value "word" may be null | resolved fixed | fd96388 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontInfo.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-18T05:57:58Z" | "2007-05-17T11:06:40Z" |
187,727 | Bug 187727 org.eclipse.birt.report.designer.core has compile error in daily build 20070518-0630 | org.eclipse.birt.report.designer.core has compile error in daily build 20070518-0630. Please see the attachment for details. The build runs from tagged version. | closed fixed | 0307c74 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-18T02:45:18Z" | "2007-05-18T01:00:00Z" |
186,861 | Bug 186861 BIRT Cross tab - Filter doesnt work | Filter condition on cross tab does not work. Please try to run the attached report, the filter doesnt seem to apply, I tried using row["Product Line"] and data["Product line"] as filter expression. | resolved fixed | 36f4cdd | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/api/CubeFeaturesTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/api/CubeQueryExecutorHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/AggregationCalculator.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/filter/DimensionFilterEvalHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-17T14:03:25Z" | "2007-05-14T19:13:20Z" |
187,470 | Bug 187470 [Automation][Regression] table and list group page break before always did not work properly | steps to reproduce: - use the attached report design - preview in web viewer expected behavior: - no extra empty page should be output actual behavior: - an extra empty page was output after each group page break | closed fixed | b2f766a | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLGroupLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLListLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-17T09:55:04Z" | "2007-05-17T05:33:20Z" |
187,464 | Bug 187464 [Automation][Regression] visibility of master page header/footer did not work properly | steps to reproduce: - use the attached report design - preview in web viewer expected behavior: - master page header/footer should be hidden actual behavior: - master page header/footer still appeared | closed fixed | 304ea26 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/MasterPageExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-17T08:54:15Z" | "2007-05-17T05:33:20Z" |
187,481 | Bug 187481 [Automation][Regression] the attached report designs cannot be previewed properly in viewer | steps to reproduce: - use the attached report designs (custom style applied to grid cell, grid row, and grid column in respective report design) - preview in viewer expected behavior: - report should be previewed properly actual behavior: - it seemed that data in grid cell, row, and column were lost when preview in viewer | closed fixed | 1044366 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/CellExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/RowExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-17T08:13:52Z" | "2007-05-17T08:20:00Z" |
187,449 | Bug 187449 [Automation][Smoke][Regression] dynamic text and chart cannot be rendered properly | steps to reproduc: - use the attache report design - preview in pdf and viewer expected behavior: - all report items should be rendered properly actual behavior: - dynamic text and chart were missing in output | closed fixed | 698a798 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ContainerExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ExecutorManager.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 | "2007-05-17T07:28:38Z" | "2007-05-17T02:46:40Z" |
187,213 | Bug 187213 Provid a writer to serialize design in document without any white space. | Add a new writer for serialize design in document without any withe space. | resolved fixed | 8f71fc4 | ["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/api/util/DocumentUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/XMLWriter.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/DocumentWriter.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/DocumentXMLWriter.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/IndentableXMLWriter.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-17T07:20:16Z" | "2007-05-16T10:06:40Z" |
172,090 | Bug 172090 List of report items in palette and right-click insert are not consistent in Master Page[0001] | Description: List of report items in palette and right-click insert are not consistent in Master Page[0001] Build number: 2.2.0.v20070130-0630 Steps to reproduce: 1, Turn to Master Page 2, Insert a grid in Master Page header 3, Select one cell, right click to insert a chart 4, In the insert list, we can find the chart item, but table and list are gray 5, In palette, the table and list are in the list, but no chart item Expected result: Consistent between palette and right-click insert Actual result: When right click, table and list are gray in the list In palette, the table and list can be selected but there is no chart item. Error log: | closed fixed | f433c16 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/extensions/GuiExtensionManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-17T07:10:29Z" | "2007-01-30T01:20:00Z" |
187,178 | Bug 187178 Remove Total.* from expression build | The Total java script object is no longer supported by BIRT. It should be removed from Expression builder. | resolved fixed | 99037a9 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ExpressionTreeSupport.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-17T06:27:39Z" | "2007-05-16T04:33:20Z" |
178,740 | Bug 178740 Missing <a> element in dynamic text when publish to pdf | Steps to show the bug: 1 create a design file 2 add a dynamic text, input <code>Just a <a href="/text.html">Test</a></code> 3 publish it to PDF 4 open the pdf, you will get ONLY <code>Just a</code> Cause: In org.eclipse.birt.report.engine.layout.pdf.util.HTML2Content#handleElement when tagName is "a", only setParent function is called. Actually, the parent attribute of "container" is setted, but the "container" is not in the child list of that parent. So we will miss this ContainerContent. We can see <code>container.setParent(content);//FIXME addChild to replace?</code> there. I think add a sentence <code>addChild(content, container);</code> may solve this bug. | resolved fixed | a551a88 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextInlineBlockLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-17T05:58:50Z" | "2007-03-22T07:53:20Z" |
186,756 | Bug 186756 NPE thrown when drag two cube measures to cross tab detail[1102] | NPE thrown when drag two cube measures to cross tab detail[1102] Build number: 2.2.0.v20070514-0630 Steps to reproduce: 1.new a cube and add two measures in cube 2.new a cross tab and select the two measures in cube ,drag them to cross tab detail cell Expected result: No exception thrown Actual result: NPE thrown Error log: java.lang.NullPointerException at org.eclipse.birt.report.item.crosstab.internal.ui.editors.editpolicies.VirtualCrosstabCellFlowLayoutEditPolicy.getCreateCommand(VirtualCrosstabCellFlowLayoutEditPolicy.java:54) at org.eclipse.gef.editpolicies.LayoutEditPolicy.getCommand(LayoutEditPolicy.java:199) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editpolicies.ReportFlowLayoutEditPolicy.getCommand(ReportFlowLayoutEditPolicy.java:206) at org.eclipse.gef.editparts.AbstractEditPart.getCommand(AbstractEditPart.java:473) at org.eclipse.birt.report.item.crosstab.internal.ui.dnd.MeasureHandleDropAdapter.performDrop(MeasureHandleDropAdapter.java:72) at org.eclipse.birt.report.designer.internal.ui.dnd.DNDService.performDrop(DNDService.java:178) at org.eclipse.birt.report.designer.internal.ui.dnd.DNDService.performDrop(DNDService.java:160) 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:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193) 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:322) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:281) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:165) 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:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) 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:497) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:436) at org.eclipse.equinox.launcher.Main.run(Main.java:1162) | closed fixed | e4ec701 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/DNDService.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-16T09:25:39Z" | "2007-05-14T08:06:40Z" |
186,785 | Bug 186785 create equivalent of profiler test bucket for JVMTI support | Build ID: I20070503-1400 Steps To Reproduce: The current test cases from the profiler bucket test the agent controller using JVMPI. We need to extend or adapt this to be able to run the applicable cases with the new profiler as well. More information: Currently I am running these manually using the test descriptions in /org.eclipse.tptp.ac.testautomation/automation-files/TPTP-tests/Platform.Agents.JVMPI.Windows_IA32.testsuite but using the ti agent instead of pi or the jdk1.5+ options where available. | closed fixed | 59ffd35 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ParameterValidationUtilTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/css/ImportCssTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/ReportItemExtensionTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/ReportItemParseTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/util/BaseTestCase.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/writer/DesignWriterTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-16T07:08:48Z" | "2007-05-14T13:40:00Z" |
186,965 | Bug 186965 Parameter sorting issue[00] | Parameter sorting issue[00] Build number: 2.2.0.v20070515-0630 Steps to reproduce: 1.open attached report 2.preview in layout and select first "USA" as parameter display text Expected result: 0.0 is displayed Actual result: 210500.0 is displayed Error log: N/A | closed fixed | c114ae9 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ScalarParameterBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ComboBoxParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/RadioButtonParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/api/ParameterSelectionChoice.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-16T05:29:38Z" | "2007-05-15T09:06:40Z" |
187,162 | Bug 187162 [Regression]NPE throws out when open a dataset which reference datasource has no driver[07] | Description: NPE throws out when open a dataset which reference datasource has no driver[07] Build number: 2.2.0.v20070516-0630 Steps to reproduce: 1, open a dataset makesure the datasource has no driver 2, Close all the warning dialog and the dataset dialog 3, Check the error log Expected result: No NPE throws out Actual result: NPE throws out Error log: java.lang.NullPointerException at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.refreshPage(SQLDataSetEditorPage.java:1376) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.initializeControl(SQLDataSetEditorPage.java:272) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.createPageCustomControl(SQLDataSetEditorPage.java:191) at org.eclipse.datatools.connectivity.oda.design.ui.wizards.DataSetWizardPage.createControl(DataSetWizardPage.java:123) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetEditorPageCore.createContents(DataSetEditorPageCore.java:73) at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:233) at org.eclipse.birt.report.designer.data.ui.dataset.PropertyPageWrapper.createPageControl(PropertyPageWrapper.java:45) at org.eclipse.birt.report.designer.data.ui.property.PropertyNode.createPageControl(PropertyNode.java:238) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.showPage(AbstractPropertyDialog.java:442) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.showSelectionPage(AbstractPropertyDialog.java:346) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.showSelectionPage(DataSetEditor.java:720) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog$2.run(AbstractPropertyDialog.java:304) | closed fixed | ebc5f84 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-16T03:37:42Z" | "2007-05-16T01:46:40Z" |
168,839 | Bug 168839 Chart Legend Toggle Visibility does not work correctly for Pie chart in SVG[0001] | Description: Chart Legend Toggle Visibility does not work correctly . Build number: 2.1.2.v20061221-0710 Steps to reproduce: 1. Preview the attached design file. 2. Click the legend. Expected result: Toggle Visibility works correctly. Actual result: Pie slice of different color disappears when being click. Error log: N/A | closed fixed | b77b88b | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-15T12:29:29Z" | "2006-12-21T11:20:00Z" |
186,928 | Bug 186928 [Regression] Exception is thrown out when preview result for a joint data set [0706] | Description: Exception is thrown out when preview result for a joint data set. Build number: 2.2.0.v20070515-0630 Steps to reproduce: 1. Create a data source dSource_Oracle: oracle.jdbc.OracleDriver, jdbc:oracle:thin:@spmdb:1521:test. 2. Create a new data set dSet_Oracle, select all columns from 'client'. 3. New a data source "d1": select "Flat file data source", use the attached csv file. 4. New a inner join data set: select "FlatFileDataSet" as the left and "dSource_Oracle" as the right. row["FlatFileDataSet::Id"] inner join row["dSource_Oracle::Id"]. 5. Click Preview Results. Expected result: No exception is thrown out. Actual result: Exception is thrown out. Error log: org.eclipse.birt.data.engine.core.DataException: Column binding "dSetOracle::row["ID"]" has referred to a data set column "dSetOracle::row["ID"]" which is not exist. at org.eclipse.birt.data.engine.impl.ResultIterator.validateManualBindingExpressions(ResultIterator.java:290) at org.eclipse.birt.data.engine.impl.ResultIterator.<init>(ResultIterator.java:144) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:164) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.populateRecords(ResultSetPreviewPage.java:468) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.access$2(ResultSetPreviewPage.java:461) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage$5.run(ResultSetPreviewPage.java:417) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) | closed fixed | dcbfcdf | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-15T08:56:43Z" | "2007-05-15T03:33:20Z" |
186,863 | Bug 186863 Cross tab - Report view in Web viewer failes | Try viewing hte attached report in web viewer by clicking on "View Report on Web Viewer" It fails with the following exception Crosstab (id = 378): - The archive is closed The archive is closed ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: The archive is closed at org.eclipse.birt.data.engine.olap.api.query.impl.CubeQueryResults.getCubeCursor(CubeQueryResults.java:82) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.<init>(CubeResultSet.java:78) at org.eclipse.birt.report.engine.data.dte.DataPresentationEngine.doExecuteCube(DataPresentationEngine.java:283) at org.eclipse.birt.report.engine.data.dte.DataPresentationEngine.doExecuteQuery(DataPresentationEngine.java:208) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:192) at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1658) at org.eclipse.birt.report.engine.internal.executor.doc.AbstractReportReader.openQueries(AbstractReportReader.java:254) at org.eclipse.birt.report.engine.internal.executor.doc.ReportItemReader.initializeContent(ReportItemReader.java:257) at org.eclipse.birt.report.engine.internal.executor.doc.ReportItemReader.execute(ReportItemReader.java:65) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportExecutor.execute(LocalizedReportExecutor.java:182) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportExecutor.execute(LocalizedReportExecutor.java:190) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportExecutor.execute(LocalizedReportExecutor.java:169) at org.eclipse.birt.report.engine.internal.document.v3.ReportContentLoaderV3.loadPage(ReportContentLoaderV3.java:51) at org.eclipse.birt.report.engine.internal.document.ReportContentLoader.loadPage(ReportContentLoader.java:55) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRender.load(RenderTask.java:482) at org.eclipse.birt.report.engine.api.impl.RenderTask$InnerRender.render(RenderTask.java:414) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:311) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.getPage(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.doExecution(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__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.handleGetPage(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) 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.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:595) | resolved fixed | 8125d12 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/document/RADocumentManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-15T07:31:38Z" | "2007-05-14T19:13:20Z" |
186,913 | Bug 186913 [Regression]NPE throws out when open a older release product dataset 07] | Description: [Regression]NPE throws out when open a older release product dataset 07] Build number: 2.2.0.v20070515-0630 Steps to reproduce: 1, Open the attached report design 2, Choose one dataset and double click 3, Click OK button to update the dataset Expected result: The dataset update successfully without exceptions Actual result: NPE throws out Error log: java.lang.NullPointerException at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.refreshPage(SQLDataSetEditorPage.java:1380) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.initializeControl(SQLDataSetEditorPage.java:272) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.createPageCustomControl(SQLDataSetEditorPage.java:191) at org.eclipse.datatools.connectivity.oda.design.ui.wizards.DataSetWizardPage.createControl(DataSetWizardPage.java:123) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetEditorPageCore.createContents(DataSetEditorPageCore.java:73) at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:233) at org.eclipse.birt.report.designer.data.ui.dataset.PropertyPageWrapper.createPageControl(PropertyPageWrapper.java:45) at org.eclipse.birt.report.designer.data.ui.property.PropertyNode.createPageControl(PropertyNode.java:238) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.populateDataSetEditor(DataSetEditor.java:623) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.updateDataSetDesign(DataSetEditor.java:381) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetParametersPage.performOk(DataSetParametersPage.java:848) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.okPressed(AbstractPropertyDialog.java:608) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.okPressed(AbstractPropertyDialog.java:593) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.okPressed(DataSetEditor.java:504) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.buttonPressed(AbstractPropertyDialog.java:475) | closed fixed | 1e013d6 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-15T07:30:18Z" | "2007-05-15T00:46:40Z" |
186,926 | Bug 186926 Enhance methods name in IFont, a simple APi class in model | Two issues in IFont interface: 1. Bold is misspelled in setIsBold() method. 2. Setter method name for Boolean arguments is not good. I prefer setBold to setIsBold. There are four boolean-setter methods needing modification like that. | resolved fixed | 2dab17f | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/data/IDateTimeDataElement.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/data/INumberDataElement.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/ChartComponentUtil.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/ChartImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/attribute/FontImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/attribute/LabelImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/attribute/TextImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/AxisImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/LegendImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/MarkerLineImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/MarkerRangeImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/data/DateTimeElementImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/data/NumberElementImpl.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/ChartTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/MarkerLineTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/MarkerRangeTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-15T05:53:47Z" | "2007-05-15T03:33:20Z" |
183,124 | Bug 183124 Add a filter to a list, the result is wrong | Description: When I add a filter to a list, the result after previewing is wrong Steps to reproduce: 1.open the attached rptdesign 2.preview Expected result: row when index number greater or larger than 9 should be displayed Actual result: all rows are displayed and the index number is wrong | closed fixed | 08f321c | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/pass/PassManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-14T11:23:40Z" | "2007-04-19T08:06:40Z" |
186,659 | Bug 186659 Crosstab in library birt-report-designer-all-in-one-2.2.0-N20070510 | Using a crosstab from a library fails. | resolved fixed | 514f44f | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/namespace/DimensionNameContext.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-14T08:14:56Z" | "2007-05-12T00:33:20Z" |
186,742 | Bug 186742 [Smoke]Can not create a joint dataset[07] | Description: [Smoke]Can not create a joint dataset[07] Build number: 2.2.0.v20070514-0630 Steps to reproduce: 1, New two datasets ds1 and ds2 2, New a joint dataset 3, Select ds1 as the left dataset Expected result: The dataset can be selected successfully and show all the columns of ds1 Actual result: Error occurs after select the ds1 and no columns list Error log: java.lang.ClassCastException: org.eclipse.jface.wizard.WizardDialog at org.eclipse.birt.report.designer.data.ui.dataset.JointDataSetPage.selectionChanged(JointDataSetPage.java:553) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2039) at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1138) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1164) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:227) | closed fixed | aa0df3a | ["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-05-14T08:02:31Z" | "2007-05-14T08:06:40Z" |
186,732 | Bug 186732 Static parameter can not be created[00] | Description: Static parameter can not be created[00] Step: 1. New a parameter and input any words in Default value. 2. Press OK Actual result: Exception pop up. Exception: org.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:135) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:117) at org.eclipse.birt.report.designer.ui.dialogs.ParameterDialog.okPressed(ParameterDialog.java:2021) 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:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) 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:95) at org.eclipse.birt.report.designer.internal.ui.views.data.providers.ParametersNodeProvider.createElement(ParametersNodeProvider.java:110) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.createElement(DefaultNodeProvider.java:565) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performInsert(DefaultNodeProvider.java:609) at org.eclipse.birt.report.designer.internal.ui.views.data.providers.ParametersNodeProvider.performInsert(ParametersNodeProvider.java:131) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:360) 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.designer.ui.views.ElementAdapterInvocationHandler.invoke(ElementAdapterInvocationHandler.java:91) at $Proxy0.performRequest(Unknown Source) at org.eclipse.birt.report.designer.internal.ui.views.actions.InsertAction.doAction(InsertAction.java:173) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:64) 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:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) 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:497) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:436) at org.eclipse.equinox.launcher.Main.run(Main.java:1162) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.designer.ui.dialogs.ParameterDialog.okPressed(ParameterDialog.java:1956) ... 51 more | closed fixed | c2cd987 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-14T04:00:48Z" | "2007-05-14T02:33:20Z" |
186,502 | Bug 186502 Support more dateTimeLevelType for cube | Model has added more dateTimeLevelType on cube definition. Current available types are: year, quarter, month, week-of-month, week-of-year, day-of-week, day-of-month, day-of-year, hour, minute, second. This need Dte to provide corresponding support as well. | resolved fixed | e762ced | ["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-05-11T13:01:15Z" | "2007-05-11T07:53:20Z" |
177,091 | Bug 177091 Can't access stored procedure defined in Oracle Package | 1.setup an oracle connection 2.try to call a stored procedure defined in package | resolved fixed | 21ca1d6 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java", "data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-11T09:55:26Z" | "2007-03-13T01:40:00Z" |
185,898 | Bug 185898 ReportItemHandle needs to add two method: getAvailableDataBindingReferenceList and getDataBindingType. | ReportItemHandle needs to add two method: getAvailableDataBindingReferenceList and getDataBindingType. The first method provider the available ReportItem list of DataBindingReference. The second method provider the type of the DataBinding. | resolved fixed | 9e79f78 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ReportItemHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportItemHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-11T09:48:45Z" | "2007-05-08T04:53:20Z" |
184,790 | Bug 184790 Review changes on CSS feature UI | 1. Use CSS dialog Title has the word 'USE' misspelled 2. Outline View: styles of the CSS file should also have linked icon. 3. Outline View: As CSS styles cannot be modified, the CSS File and related styles should be in gray color rather than black. Use the Color code: #808080. 4. Right Click on styles in Outline view to add css file. The dialog shown has the description missing. (page9) 5. The description on browse dialog is not what was suggested. (page 9). 6. When using CSS file in a library, the dialog is missing the description (page 14) | verified fixed | 1356b75 | ["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/views/outline/DesignerOutlinePage.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/outline/providers/CssSharedStyleNodeProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/UseCssInReportDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/UseCssInThemeDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-11T09:01:36Z" | "2007-04-30T21:53:20Z" |
176,436 | Bug 176436 Charts Imported from Libraries do not update when libraries change | During a live presentation of BIRT at EclipseCon, we came across a rather embarassing issue. When charts are included in a library, and imported into a report design from a library, any changes to the library instance of the chart do not reflect in the report itself. | resolved fixed | f5e3ed3 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/PeerExtensionTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/ReloadLibraryTest.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/GroupElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupPropertyHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/LibraryCommand.java", "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/extension/PeerExtensibilityProvider.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-11T06:16:57Z" | "2007-03-06T00:13:20Z" |
185,931 | Bug 185931 Support to distinguish the week between Year-Week and Month-Week[1101] | Description: In our OLAP builder, the datetime dimension is divided into YEAR-QUARTER-MONTH-WEEK-DAY. When select all the levels, the WEEK should be the week(1 to 5) in one MONTH When select YEAR-WEEK levels, the WEEK should be the week(1 to 52) in one YEAR But now in our OLAP builder, the WEEK only belong to the MONTH, But not belong to the year, so if only select the YEAR-WEEK level, the result of crosstab is meaningless. The YEAR-DAY, MONTH-DAY and WEEK-DAY also have the same issues. we should define a rule to make sure the WEEK has a correct relationship of his parent | closed fixed | 7cee4d6 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/css/ImportCssTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryCompoundElementTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/CompatibleIntervalStateTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/OdaCubeParseTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TabularCubeParserTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/CssSharedStyleHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.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/api/olap/LevelHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignSession.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/CompatibleIntervalState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/DesignSchemaConstants.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/PropertyState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/VersionUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-11T03:31:00Z" | "2007-05-08T10:26:40Z" |
161,017 | Bug 161017 output columns not refreshed after schema change | I have following data set: select * from assertion_result where result_data_id=? Output columns contained cca 7 values and I designed some report. Another developer introduced new columns in this table so I reopened the report to update it. Schema browser in Query "tab" is updated and I can see new columns in my table. When I click on Preview results "tab", I can see new columns there too. But when I click on Output columns "tab", then there are still only old columns and no new columns despite the fact, that I have * in my sql query. I tried to click on Cache preferences "tab" and press on Clear cache button (check box is turned off) but it didn't help. I have another data set, which is join of two tables and there is another issue, that may be caused by same issue. The SQL query is: select T.*, R.* from validation_task T, resources R where T.id=? and T.bp=R.id One column is named endtime and it occurs once in both tables. It was used in Computed columns "tab" and worked fine. But now it is displayed in Preview results as id_9, while Output columns still holds endtime column and id_9 was column for second table (both tables have PK column id). The computed column now does not work, it says that second value is null. | resolved fixed | d891f48 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-10T14:28:29Z" | "2006-10-16T09:13:20Z" |
184,762 | Bug 184762 BIRT Model - Enhancments to the level defintion | null | resolved fixed | 9949c66 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/FilterAndSortParseTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ElementFactory.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/FilterConditionElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/MemberValueHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SortElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/ReportDesignConstants.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ElementVisitor.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/FilterConditionElement.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/MemberValue.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/SortElement.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IFilterConditionElementModel.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IMemberValueModel.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/ISortElementModel.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/DesignSchemaConstants.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/FilterConditionElementState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/MemberValueState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ParseStateFactory.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/PropertyState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/SortElementState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/ICrosstabConstants.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/ILevelViewConstants.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/CrosstabItemFactory.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/LevelViewHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-10T09:18:24Z" | "2007-04-30T19:06:40Z" |
185,902 | Bug 185902 Event handler option on lable is lost in property editor [0000] | Event handler option on label is lost in property editor [0000] Build number: 2.2.0.v20070508-0630 Steps to reproduce: 1.insert a label to layout and input "label" 2.select the label the go to "Property Editor",select "Event handler" Expected result: Event handler on label can be selected Actual result: Event handler on label is lost in property editor Error log: N/A | closed fixed | 430fcdc | ["UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/ui/views/attributes/CategoryPageGenerator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-10T08:45:59Z" | "2007-05-08T07:40:00Z" |
185,280 | Bug 185280 Expression Builder: category options rearrangement. | In expression builder under category, Available Column Bindings and Available Data sets should be listed together. Right now 'Available Column Bindings' is the first option and 'Available Data sets' is the last. | verified fixed | 2d8d97f | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/BindingExpressionProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-10T08:18:56Z" | "2007-05-03T05:26:40Z" |
183,895 | Bug 183895 Legend Text Area Font properties do not take effect [0001] | Description: Legend Text Area Font properties do not take effect. Build number: 2.2.0.v20070424-0630 Steps to reproduce: 1. New a Chart. 2. In "Format Chart" tab, tick "Show Values", click "Block" button, Edit Font, set Font: Arial, Size:16, Color: Yellow, Style:Bold&Italic, Rotation: 45 degree. Expected result: Font properties take effect. Actual result: Font properties does not take effect. Error log: N/A | closed fixed | 13f379f | ["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-05-10T07:15:53Z" | "2007-04-25T03:00:00Z" |
179,913 | Bug 179913 Meter Chart color by categories with null values does not work correctly [0001] | Description: Meter Chart color by categories with null values does not work correctly. Build number: 2.2.0.v20070329-1055 Steps to reproduce: 1. New a Meter Chart with values as follows: Moto, null; Nokia, 58; null, 66; Benq, null. 2. In "Format Chart" tab, select "Series" node, choose "Color by Categories". 3. Preview. Expected result: 1. The needle which shows the second value should take the second color. 2. There should be four in the legend area and the third name is null. Actual result: 1. The needle which shows the second value should take the first color. 2. There should be three in the legend area. Error log: N/A | closed fixed | 65a4849 | ["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 | "2007-05-10T07:11:52Z" | "2007-03-29T06:33:20Z" |
186,093 | Bug 186093 Invalid dataitem in crosstab leads ArrayIndexOutOfBoundsException[07][1102] | Description: Invalid dataitem in crosstab leads ArrayIndexOutOfBoundsException[07][1102] Build number: 2.2.0.v20070509-0950 Steps to reproduce: 1, New a crosstab 2, Insert a invalid dataitem in a level cell expression such as dimension["a"]["b"]["c"], c isn't exist in cube 3, Preview the report Expected result: Pops up suitable error message Actual result: ArrayIndexOutOfBoundsException occurs Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.ArrayIndexOutOfBoundsException: -1 Show Exception Stack Trace Hide Exception Stack Trace Stack Trace: org.eclipse.birt.data.engine.olap.cursor.ResultSetFetcher.getValue(ResultSetFetcher.java:56) org.eclipse.birt.data.engine.olap.cursor.EdgeInfoGenerator.dim_getCurrentMember(EdgeInfoGenerator.java:502) org.eclipse.birt.data.engine.olap.driver.DimensionAxis.getCurrentMember(DimensionAxis.java:386) org.eclipse.birt.data.engine.olap.cursor.DimensionAccessor.getObject(DimensionAccessor.java:222) org.eclipse.birt.data.engine.olap.cursor.AbstractCursorSupport.getObject(AbstractCursorSupport.java:382) org.eclipse.birt.data.engine.olap.script.JSLevelObject.get(JSLevelObject.java:70) org.mozilla.javascript.ScriptableObject.getProperty(ScriptableObject.java:1263) org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1301) org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1283) org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2774) org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2164) org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:140) org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:304) org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2769) org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2145) org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:140) org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:149) org.eclipse.birt.data.engine.olap.script.OLAPExpressionHandler.evaluate(OLAPExpressionHandler.java:42) org.eclipse.birt.data.engine.script.ScriptEvalUtil.evalExpr(ScriptEvalUtil.java:506) org.eclipse.birt.data.engine.olap.api.query.impl.CubeCursorImpl.getObject(CubeCursorImpl.java:300) | closed fixed | 8e3c67d | ["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/olap/script/JSDimensionObject.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/script/JSLevelAccessor.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/script/JSLevelObject.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/script/JSMeasureAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-09T13:15:27Z" | "2007-05-09T08:40:00Z" |
182,680 | Bug 182680 Use feature of new Aggregation framework of Data Engine. | DataEngine will implement new aggregation framework in 2.2.0RC0. After the implementation is finished Engine should go ahead to use new column bindings in definition of map/highlight. | resolved fixed | b2faea1 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ExprManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/LogUtil.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/adapter/ExpressionUtilTest.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/data/dte/DataEngineTest.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilderTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ExpressionUtil.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ITotalExprBindings.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/EngineLogger.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ResultMetaData.java", "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-05-09T10:22:18Z" | "2007-04-17T03:20:00Z" |
185,441 | Bug 185441 Possible Javascript error when a server printer has "media size" in inches | This bug concerns server-side printing. Among standard sheet sizes (a4, a3, ...), some entries like 10"x14" etc. might appear. In that case, an incorrect string might be generated by the PrintReportDialogFragment.jsp since double-quotes are not unescaped. | resolved fixed | 7dcbe5e | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/PrintUtility.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-09T08:36:28Z" | "2007-05-03T22:06:40Z" |
184,569 | Bug 184569 Time parameter format will affact other data item format.[0705] | Description: Time parameter format will affact other data item format. Build number:2.2.0.v20070428 Steps to reproduce: 1. New a report parameter, Time type. 2. Click Change to set format as hh:mm. 3. Drag the parameter to layout. 4. Insert a Data item, datetime type, input expression as "new Date()". 5. Preview and input 8:30 as value Expected result: Display time value and the second line display datetime value. Actual result: Both parameter and data item display time value. Error log:N/A | closed fixed | baf1719 | ["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-05-09T08:33:29Z" | "2007-04-28T06:00:00Z" |
185,905 | Bug 185905 [Smoke]Can't create Stored Procedure and output parameter[00] | [Smoke]Can't create Stored Procedure and output parameter[00] Build number: 2.2.0.v20070508-0630 Steps to reproduce: 1.Add a data source. Driver:net.sourceforge.jtds.jdbc.Driver (v0.9) URL:jdbc:jtds:sqlserver://spmdb/gui User:sa Password:sa 2.Add a data set. Select data set type "SQL Stored Procedure Query". 3.Edit this data set "{call counterInT1(?)} ". Expected result: Stored procedure data set can be created Actual result: Exception thrown Error log: org.eclipse.birt.report.designer.core.runtime.GUIException: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@1b75165{#///@response/@dataAccessDesign/@dataSetDesign} The required feature 'name' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataElementAttributesImpl@40d241{#///@response/@dataAccessDesign/@dataSetDesign/@parameters/@parameterDefinitions.0/@attributes}' must be set 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:135) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:117) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetBasePage.createSelectedDataSet(DataSetBasePage.java:657) at org.eclipse.birt.report.designer.data.ui.dataset.DefaultDataSetWizard.performFinish(DefaultDataSetWizard.java:79) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:694) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:362) 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:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) 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.ui.actions.NewDataSetAction.run(NewDataSetAction.java:123) 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:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2337) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2301) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2176) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:463) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:458) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) 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:356) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:171) 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:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1141) Caused by: java.lang.IllegalStateException: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@1b75165{#///@response/@dataAccessDesign/@dataSetDesign} The required feature 'name' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataElementAttributesImpl@40d241{#///@response/@dataAccessDesign/@dataSetDesign/@parameters/@parameterDefinitions.0/@attributes}' must be set at org.eclipse.datatools.connectivity.oda.design.util.DesignUtil.validateObject(DesignUtil.java:88) at org.eclipse.birt.report.model.adapter.oda.impl.ModelOdaAdapter.createDataSetHandle(ModelOdaAdapter.java:132) at org.eclipse.birt.report.model.adapter.oda.ModelOdaAdapter.createDataSetHandle(ModelOdaAdapter.java:109) at org.eclipse.birt.report.designer.data.ui.util.DTPUtil.createOdaDataSetHandle(DTPUtil.java:205) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetBasePage.createDataSetODAV3(DataSetBasePage.java:679) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetBasePage.createSelectedDataSet(DataSetBasePage.java:641) ... 40 more | closed fixed | 39462dc | ["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/SPParameterMetaData.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-09T05:47:00Z" | "2007-05-08T07:40:00Z" |
180,123 | Bug 180123 Add input format hint for date and time type as datetime type does.[0705] | Description: Add input format hint for date and time type as datetime type does. build number:2.2.0.v20070330 Steps to reproduce: 1. New a report parameter. 2. Set Type as Date or Time. Expected result: Show value input format below default value as datetime type does. Actual result: No hint about how to input date/time value. | closed fixed | 4db7148 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-09T03:14:24Z" | "2007-03-30T04:46:40Z" |
161,901 | Bug 161901 Z-Axis Title is truncated | Z-Axis Title is truncated Steps to reproduce: 1. Create a 3D bar chart. 2. Set Z-Axis Title visible. 3. Check the Chart Preview window. 4. Preview. Expected result: The Z-Axis Title is fully displayed both in Chart Preview window and when previewed. Actual result: Z-Axis Title is truncated | closed fixed | 9f6f704 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/Engine3D.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-08T15:28:23Z" | "2006-10-23T02:20:00Z" |
176,114 | Bug 176114 row._rownum implementation issues | This Bugzilla seeks to clarify the usage of the "row.__rownum" binding, and to track its correct implementation in BIRT Data engine. We shall define the "__rownum" binding to mean: the 0-based index of the current data row in the final result set available to a listing report item. "Final" result set means the result set after all applicable filter and sort conditions are applied. This definition implies: (1) "row.__rownum" is not available to expressions used to define a filter or sort condition. Since filtering and sorting affects the row indexes, they cannot make forward reference to the final row index. This restriction applies to all filters and sorts, including those defined on groups. (2) Group key expression can use "row.__rownum", since grouping does not change the row ordering or ID. In fact one of the common usage of the row.__rownum binding is to create row number based interval grouping (e.g., put every 20 rows in a group). BIRT should report a sensible error message if row.__rownum is found to be used in sorting or filtering. Where a row number based sort/filter is desired, the report designer is encouraged to use the Total.runningCount aggregation. | resolved fixed | cc45041 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/newbinding/ColumnBindingTest.java", "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/IServiceForQueryResults.java", "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/QueryResults.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ServiceForQueryResults.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-08T14:24:42Z" | "2007-03-01T23:00:00Z" |
180,835 | Bug 180835 Modify the expression of level will lead the exceptions or empty content in level[1102] | Description: Modify the expression of level will lead the exceptions or empty content in level[1102] Build number: 2.2.0.v20070404-0630 Steps to reproduce: Scenario1 1, Open the attached report design 2, Modify the Level CUSTOMER_REGION'S expression to:dimension["Customer"]["CUSTOMER_REGION1"] 3, Preview the results 4, Back to the layout and modify the CUSTOMER_REGION level in cube to: CUSTOMER_REGION1 5, Preview the results Scenario2: After step5, change the expression in x-tab and name of the level in cube back to CUSTOMER_REGION and preview the results Expected result: 1, After step3, an exception occurs tell user the binding of level is incorrect 2, After step5, No exception occurs, the preview should be successful 3, After scenario2, The result is as same as the step5 Actual result: After step3, the content of level is disappeared After step5, Exception occurs Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.ArrayIndexOutOfBoundsException: -1 Show Exception Stack Trace Hide Exception Stack Trace Stack Trace: org.eclipse.birt.data.engine.olap.cursor.ResultSetFetcher.getValue(ResultSetFetcher.java:56) org.eclipse.birt.data.engine.olap.cursor.EdgeInfoGenerator.dim_getCurrentMember(EdgeInfoGenerator.java:436) org.eclipse.birt.data.engine.olap.driver.DimensionAxis.getCurrentMember(DimensionAxis.java:292) org.eclipse.birt.data.engine.olap.cursor.DimensionAccessor.getObject(DimensionAccessor.java:222) org.eclipse.birt.data.engine.olap.cursor.AbstractCursorSupport.getObject(AbstractCursorSupport.java:382) org.eclipse.birt.data.engine.olap.script.JSLevelObject.getKeyValue(JSLevelObject.java:54) org.eclipse.birt.data.engine.olap.script.JSLevelObject.getDefaultValue(JSLevelObject.java:47) org.eclipse.birt.data.engine.olap.api.query.impl.CubeCursorImpl.getObject(CubeCursorImpl.java:285) org.eclipse.birt.report.engine.executor.DataItemExecutor.execute(DataItemExecutor.java:123) org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:63) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:94) org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutChildren(HTMLInlineStackingLM.java:138) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) org.eclipse.birt.report.engine.layout.html.HTMLRowLM.layout(HTMLRowLM.java:33) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:68) org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.layoutChildren(HTMLTableBandLM.java:66) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:68) org.eclipse.birt.report.engine.layout.html.HTMLGroupLM.layoutChildren(HTMLGroupLM.java:65) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:68) org.eclipse.birt.report.engine.layout.html.HTMLGroupLM.layoutChildren(HTMLGroupLM.java:65) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:68) org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:74) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:140) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:82) org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:88) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:125) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:595) | closed fixed | 062ccd8 | ["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/olap/script/JSDimensionObject.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/script/JSLevelAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-08T11:34:55Z" | "2007-04-04T01:26:40Z" |
183,554 | Bug 183554 After specify a Attribute on cube's level, the exception occurs when preview the cross tab[1102] | Description: After specify a Attribute on cube's level, the exception occurs when preview the cross tab[1102] Build number: 2.2.0.v20070423-0630 Steps: 1, Create a cube with two dimensions and two measures(or using the attached report design file) 2, Specify a attribute under a level 3, Preview the results Actrual results: - The measure name "null" is not found exception occurs. Error logs: The measure name "null" is not found. ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: The measure name "null" is not found. at org.eclipse.birt.data.engine.olap.api.query.impl.CubeQueryResults.getCubeCursor(CubeQueryResults.java:75) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.<init>(CubeResultSet.java:78) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:192) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:119) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:189) at org.eclipse.birt.report.engine.extension.internal.ExecutorContext.executeQuery(ExecutorContext.java:62) at org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:88) at org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:92) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:114) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:124) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:82) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:88) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) | closed fixed | ae5ceb0 | ["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/olap/util/OlapExpressionUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-08T11:11:22Z" | "2007-04-23T06:33:20Z" |
165,188 | Bug 165188 logging per report | Setting up a dedicated (birt) report server, which serves all our web apps, leads to a logging desaster. Birtegine logs all messages to one file. There's no info which rptdesign caused the logmessage or who (e.g. user) caused the logmessage. Retrieving who/which rpt caused some logmessage is not possible! There are two possible solutions: (a) prefixing each logmessage with a userdefineable message (task.setLogprefix("myprefix")) (b) set an outputstream for each task (task.setLoggingOutputStream(outputstream)) to split the huge logfile to many small pieces. | resolved fixed | 624f72e | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/EngintTaskLoggerTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineLogger.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/ReportEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-05-07T15:17:06Z" | "2006-11-20T19:13:20Z" |
184,813 | Bug 184813 cross tab - Report execution failed with 30 April build | With todays build, when i tree to execute the report, all reports with cross tab fail with following exceptions org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.NullPointerException Show Exception Stack Trace Hide Exception Stack Trace Stack Trace: org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.hasNextChild(CrosstabReportItemExecutor.java:259) org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.hasNextChild(ExtendedItemExecutor.java:154) org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.hasNextChild(LocalizedReportItemExecutor.java:56) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:60) org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:74) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:140) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:82) org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:88) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:125) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:595) | resolved fixed | 4463486 | ["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-05-02T05:34:23Z" | "2007-05-01T00:40:00Z" |
183,585 | Bug 183585 [Automation][Regression] embedded image referenced in text item did not work properly in pdf | steps to reproduce: - use the attached report design - preview in pdf expected behavior: - embedded image shows actual behavior: - it showed nothing | closed fixed | 62da073 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-30T08:14:18Z" | "2007-04-23T09:20:00Z" |
183,809 | Bug 183809 PDF emitter does not render URLs with specified target correctly | When the hyperlink has specified "_blank" target it's rendered with PdfAction(hyperlink) but when the target is "_parent" or "_top" or "_self" it's rendered with PdfAction.gotoRemotePage(hyperlink, bookmark, false, false) which causes something like "file does not exist" error in PDF viewer. The following change in PDFEmitter from: private PdfAction createPdfAction(String hyperlink, String bookmark, String target, int type) { if ("_blank".equalsIgnoreCase(target)) //$NON-NLS-1$ // Opens the target in a new window. { return new PdfAction(hyperlink); } else ... to: private PdfAction createPdfAction(String hyperlink, String bookmark, String target, int type) { if ("_top".equalsIgnoreCase(target) || //$NON-NLS-1$ "_parent".equalsIgnoreCase(target) || //$NON-NLS-1$ "_blank".equalsIgnoreCase(target) || //$NON-NLS-1$ "_self".equalsIgnoreCase(target)) //$NON-NLS-1$ // Opens the target in a new window. { return new PdfAction(hyperlink); } else ... works for me. | resolved fixed | 89100b6 | ["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-30T08:13:55Z" | "2007-04-24T15:53:20Z" |
184,377 | Bug 184377 [RCP] There is an extra line in Menu File when you first open RCP [00] | Description: There is an extra line in Menu File when you first open RCP. Build number: 2.2.0.v20070427-1305 Steps to reproduce: 1. Open BIRT RCP. 2. Click top menu File/ Expected result: Menu file displays correctly. Actual result: See the screenshot. Error log: N/A | closed fixed | 0b3bce5 | ["UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/DesignerActionBarAdvisor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-30T07:33:54Z" | "2007-04-27T07:46:40Z" |
183,704 | Bug 183704 [Automation][Regression] text decoration was output twice in html source | steps to reproduce: - set font underline, overline, or line-through - preview in html - check source expected behavior: - text decoration should be output once only for each style attribute actual behavior: - it was output twice actually | closed fixed | c443752 | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLVisionOptimize.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-30T05:44:08Z" | "2007-04-24T04:46:40Z" |
183,733 | Bug 183733 Implement the IScriptOjectClassInfo to provide the class infromation to support the JS code assistant. | Engine should implement the IScriptObjectClassInfo interface to return the class information for script object. | resolved fixed | bcceda3 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ScriptedDesignVisitor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/EngineScriptableClassInfo.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/script/internal/AutoTextScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/CellScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/DataItemScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/DynamicTextScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/GridScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ImageScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/LabelScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ListGroupScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ListScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ReportScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/RowScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/TableGroupScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/TableScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/TextItemScriptExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-29T07:48:00Z" | "2007-04-24T07:33:20Z" |
184,371 | Bug 184371 An icon for cross tab should be add when create it as a template item [02] | Description: An icon for cross tab should be add when create it as a template item. Build number: 2.2.0.v20070427-1305 Steps to reproduce: 1. New a cross tab and revert it to template item. Expected result: An icon representing crosstab should be add. Actual result: See the screenshot. Error log: N/A | closed fixed | 7320524 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/extension/experimental/EditpartExtensionManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-29T04:02:36Z" | "2007-04-27T07:46:40Z" |
183,217 | Bug 183217 suppress duplicates leaving whitespace | I am not certain this is a bug, but if I set suppress duplicates on all the columns, I still get whitespace for suppressed rows. 2.1.2 did not do this. This issue happens in the M6 build. | resolved fixed | 553ecda | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java", "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-04-29T02:52:26Z" | "2007-04-19T16:26:40Z" |
179,743 | Bug 179743 Parameter Validate Event is not Called | I have tested the validate event on parameters and it never appears to get called. | resolved fixed | 80e6d11 | ["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-04-28T08:12:53Z" | "2007-03-28T13:53:20Z" |
184,563 | Bug 184563 Need clearAggregateOns() api on ComputedColumnHandle | Since current aggregateOn in ComputedColumn could be a list, we need a convenient method to clear all the values in one call. | resolved fixed | c201368 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ComputedColumnHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ComputedColumnHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/ComputedColumn.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-28T07:23:33Z" | "2007-04-28T03:13:20Z" |
183,918 | Bug 183918 get relative file path of linkage library | null | resolved fixed | 79866ed | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/DesignLoadLibraryTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/LibraryHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ComplexPropertyCommand.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-28T06:24:23Z" | "2007-04-25T05:46:40Z" |
183,712 | Bug 183712 Table group footer predefine border style issue[00] | Description: Table group footer predefine border style issue[00] Please download the attached and preview as pdf, and the border of table group footer is error. | closed fixed | 5de542b | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/RowArea.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-28T06:14:12Z" | "2007-04-24T04:46:40Z" |
182,682 | Bug 182682 [Automation][Regression] render results were different in web viewer | steps to reproduce: - use the attached report design - preview in web viewer expected behavior: - on 2nd page, "InnerTable, InnerTable, OutterTable" should be displayed actual behavior: - on 2nd page, "InnerTable, InnerTable" was displayed instead | closed fixed | 99f200e | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLRowLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-28T05:33:20Z" | "2007-04-17T06:06:40Z" |
184,411 | Bug 184411 Enhance CubeCursor cache performance. | Performance is critical in CubeCursor cache(especially in report document).However in CachedAggregationResultSet the aggregationResultRow is load from input stream at the very time the instance is initialize. This defeat the purpose to save it to report document, which target to achieve high performance in page progressive viewing. We should populate the value based on the input stream in case of necessary. | resolved fixed | 4695501 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/CubeAggregationTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/AggregationResultSetSaveUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/CachedAggregationResultSet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-28T05:22:08Z" | "2007-04-27T10:33:20Z" |
183,567 | Bug 183567 DataException when preview crosstab in two formats at the same time[1102] | Description: DataException when preview crosstab in two formats at the same time Build number:2.2.0.v2007042309 Steps to reproduce: 1. Open attached report. 2. Click Preview in Layout and then click Preview in Doc Expected result: Both preview are ok. Actual result: Layout preview throws exception. Error log: The following items have errors: Crosstab (id = 22): - Fail to load cube "Customer Cube" from document. The document object does not exist. Fail to load cube "Customer Cube" from document. The document object does not exist. ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: Fail to load cube "Customer Cube" from document. The document object does not exist. at org.eclipse.birt.data.engine.olap.api.query.impl.CubeQueryResults.getCubeCursor(CubeQueryResults.java:75) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.<init>(CubeResultSet.java:78) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:192) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:119) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:189) at org.eclipse.birt.report.engine.extension.internal.ExecutorContext.executeQuery(ExecutorContext.java:62) at org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:88) at org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:92) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:114) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:124) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:82) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:88) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:125) 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) at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source) 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) at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:595) | closed fixed | 89963d1 | ["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/CursorModelTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/cursor/CursorNavigatorTest.java", "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/data/document/FileDocumentManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/query/view/QueryExecutor.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataPresentationEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-27T18:03:45Z" | "2007-04-23T09:20:00Z" |
180,405 | Bug 180405 The grand total's result is incorrect[1102] | Description: The grand total's result is incorrect[1102] Build number: 2.2.0.v20070402-0630 Steps to reproduce: 1, Using the attached design file 2, Preview the results and check the grand total of QUANTITY_PRODUCT Expected result: 42, 7, 13, 5 Actual result: Only calculate the latest row of QUANTITY Error log: | closed fixed | ef8d3fb | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/DateGroupCalculator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/DayGroupCalculator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/GroupCalculator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/GroupCalculatorFactory.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/HourGroupCalculator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/ICalculator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/MinuteGroupCalculator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/MonthGroupCalculator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/NumericGroupCalculator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/QuarterGroupCalculator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/SecondGroupCalculator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/StringGroupCalculator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/WeekGroupCalculator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/YearGroupCalculator.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-04-27T15:16:15Z" | "2007-04-02T02:13:20Z" |
182,053 | Bug 182053 [Automation][Regression] Visibility does not work properly in html and viewer | steps to reproduce: - create a report - add any report item - hide this report item in pdf - preview in html and viewer expected behavior: - this report item should be shown actual behavior: - this report item was not shown | closed fixed | 9ed4731 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/ContentEmitterUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-27T09:39:58Z" | "2007-04-12T01:06:40Z" |
183,562 | Bug 183562 Crosstab border is cut in pdf/ps/ppt.[1102] | Description: Crosstab border is cut in pdf. Build number:2.2.0.v2007042309 Steps to reproduce: 1. New a crosstab, add four borders for it. 2. Preview in html/pdf/ps/ppt. Expected result: Borders are complete. Actual result: One border is cut, see attached screen shot. Error log:N/A | closed fixed | 3cd0f8e | ["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/ICrosstabViewConstants.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/ILevelViewConstants.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/CrosstabViewHandle.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/LevelViewHandle.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/BaseCrosstabExecutor.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/CrosstabCellExecutor.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/CrosstabGroupBandExecutor.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/CrosstabGroupExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-27T09:22:24Z" | "2007-04-23T06:33:20Z" |
179,664 | Bug 179664 [Automation]CustomXML can't be set on chart[00] | Details; [Automation]CustomXML can't be set on chart[00] Step: 1.Add a chart 2.Open the properties tab and input some word in customXML Actual result: Nothing is set in customXML, when I click the enter, the customXML will come be blank. | closed fixed | 29dba9c | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/extension/PeerExtensibilityProvider.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ElementPropertyDefn.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-27T08:24:49Z" | "2007-03-28T08:20:00Z" |
180,899 | Bug 180899 Data of "Date", "Time" and "Date Time" type show the same result [0001] | Description: Data of "Date", "Time" and "Date Time" type show the same result. Build number: 2.2.0.v20070404-0630 Steps to reproduce: 1. New a sample data source, new a data set: select * from CLASSICMODELS.ORDERS. 2. Drag a data item from Palette to Layout, binding to row["ORDERDATE"], select type as Date, Date Time, Time. Expected result: Date of Date, Date Time and Time type have different results. Actual result: They all show Date Time format. Error log: N/A | closed fixed | ecb69ab | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/format/DateFormatter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-27T08:13:23Z" | "2007-04-04T09:46:40Z" |
184,152 | Bug 184152 Cube Measure/Aggregation - Function list | Measure and aggregation functions for Cross tab support folliwng SUM, COUNT,AVERAGE,WEIGHTEDAVG,MAX,MIN,STDDEV,FIRST,LAST,MODE, MOVINGAVE,MEDIAN,VARIANCE,RUNNINGSUM,IRR,MIRR,NPV,RUNNINGNPV,COUNTDISTINCT,RUNNINGCOUNT. Model - Changes to return the list abolve. Please reassignt to UI team after chagnes are done. UI - Make sure this entire list returned in cube builder measure dialog, sub total, grand total dialog, add/ecit data binding dialog. | resolved fixed | ead1d7b | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/DesignChoiceConstants.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-04-27T07:34:37Z" | "2007-04-26T04:00:00Z" |
183,713 | Bug 183713 Postscript displayed the different effect from the PDF[1201] | Postscript displayed the different effect from the PDF[1201] Build number: 2.2.0.v20070424-0630 Steps to reproduce: 1.preview attached report in PDF and postscript Expected result: postscript and pdf display the same effect Actual result: Postscript displayed differently from PDF Error log: N/A | closed fixed | 2624af2 | ["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-04-27T03:56:36Z" | "2007-04-24T04:46:40Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.