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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
233,408 | Bug 233408 [Regression] The exported xls file is not correct for table with horizontal page break [0301] | null | closed fixed | 02ac4e5 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-30T01:59:17Z" | "2008-05-22T09:53:20Z" |
233,871 | Bug 233871 External SVG images with emitters Birt (PDF, WORD,..) | Build ID: M20080221-1800 Steps To Reproduce: 1. insert a svg file in a birt report and add bookmark to access by id with javascript 2. if you want, using javascript changes svg 3. Using emitters, export to pdf or word More information: this bug is in reference to 149452. 1) i access to svg image with javascript, but the chages make in the svg aren t exported by the emittes. 2) if i insert the svg file like a image and i export the report to pdf with the Eclipse option "view report in the Web Viewer" works, if i use the word emitter options cause a exception. 3) if i insert the svg file like a image and i export the report to pdf with the Tomcat Web Serverall emitter fails, throwing a exception. | resolved fixed | 48fb84d | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/ImageLayout.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/util/SvgFile.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-30T01:48:00Z" | "2008-05-25T21:13:20Z" |
234,086 | Bug 234086 Preview failed if dataset parameter refer to a report parameter with default value | Description: Preview failed if dataset paramter refer to a report parameter with default value Build number: 2.3.0.v20080527-1201 Steps to reproduce: 1, New a dataset and set the Query text to: select * from CUSTOMERS where CUSTOMERNUMBER<? 2, Link the dataset parameter value to a report parameter and set the default value of report parameter to 160 3, Preview in dataset Expected result: The preview should work and CUSTOMERNUMBER in result set are less than 160 Actual result: Exception throws out Error log: org.eclipse.birt.data.engine.core.DataException: Data engine operation failed due to an unexpected exception. Error evaluating Javascript expression. Script engine error: Report parameter "a" does not exist. Script source: <inline>, line: 0, text: params["a"] at org.eclipse.birt.data.engine.impl.ParameterUtil.evaluateInputParameterValue(ParameterUtil.java:316) at org.eclipse.birt.data.engine.impl.ParameterUtil.resolveParameterBinding(ParameterUtil.java:224) at org.eclipse.birt.data.engine.impl.ParameterUtil.resolveParameterBindings(ParameterUtil.java:186) at org.eclipse.birt.data.engine.impl.ParameterUtil.resolveDataSetParameters(ParameterUtil.java:152) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.configureDataSetCache(PreparedDataSourceQuery.java:236) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:170) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:143) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:158) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:141) at org.eclipse.birt.report.data.adapter.impl.QueryExecutionHelper.executeQuery(QueryExecutionHelper.java:127) at org.eclipse.birt.report.data.adapter.impl.QueryExecutionHelper.executeQuery(QueryExecutionHelper.java:109) at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.executeQuery(DataRequestSessionImpl.java:296) at org.eclipse.birt.report.designer.data.ui.util.DataSetProvider.executeQuery(DataSetProvider.java:571) at org.eclipse.birt.report.designer.data.ui.util.DataSetProvider.execute(DataSetProvider.java:458) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.executeProcess(ResultSetPreviewPage.java:393) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.runUpdateResults(ResultSetPreviewPage.java:293) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.access$1(ResultSetPreviewPage.java:259) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage$4.runInUIThread(ResultSetPreviewPage.java:252) | closed fixed | d07a0f5 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DummyEngineTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-28T14:57:22Z" | "2008-05-27T09:20:00Z" |
234,129 | Bug 234129 [Automation][Regression]& in script save as & in xml | Description: If user input "&" in script, it is saved as & in xml. This bug cause a unhandled exception when execute script. Test Date: 20080527 Test Build: BIRT2.3.0 v20080527-1241 Step to reproduce: 1. New a label 2. Add script onRender "if (1 == 1 && 2 == 2) this.getStyle().backgroundColor = "red";" 3. Preview it Expect result: Report can be previewed correctly. Actual result: A unhandled expcection throw out. Error log: Error.UnhandledScriptError ( 1 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: Unhandled exception when executing script. at org.eclipse.birt.report.engine.script.internal.ScriptExecutor.addException(ScriptExecutor.java:199) at org.eclipse.birt.report.engine.script.internal.ScriptExecutor.addException(ScriptExecutor.java:176) at org.eclipse.birt.report.engine.script.internal.LabelScriptExecutor.handleOnRender(LabelScriptExecutor.java:89) at org.eclipse.birt.report.engine.script.internal.OnRenderScriptVisitor.visitLabelItem(OnRenderScriptVisitor.java:132) at org.eclipse.birt.report.engine.ir.LabelItemDesign.accept(LabelItemDesign.java:47) at org.eclipse.birt.report.engine.script.internal.OnRenderScriptVisitor.onRender(OnRenderScriptVisitor | closed fixed | 7c246c6 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/PropertyState.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-28T02:22:25Z" | "2008-05-27T12:06:40Z" |
234,078 | Bug 234078 [Regression]Can not get the value of output parameter in storeprocedure | Description: [Regression]Can not get the value of output parameter in storeprocedure Build number: 2.2.0.v20061107-0630 Steps to reproduce: 1, Create a procedure like: ALTER PROCEDURE [dbo].[counterInT1] @counter int output AS select @counter=count(*) from T1 Or use the stored procedure counterInT1 in jdbc:jtds:sqlserver://spmdb/gui 2, New a stored procedure dataset and call procedure 3, Change the output parameter to Output type 4, Preview Output parameter Expected result: The value of @count can be retrieved Actual result: Exception throws out Error log: org.eclipse.birt.data.engine.core.DataException: Cannot fetch the next data row. ResultSet cannot be null. at org.eclipse.birt.data.engine.odaconsumer.ResultSet.throwDataException(ResultSet.java:493) at org.eclipse.birt.data.engine.odaconsumer.ResultSet.throwDataException(ResultSet.java:485) at org.eclipse.birt.data.engine.odaconsumer.ResultSet.fetch(ResultSet.java:139) at org.eclipse.birt.data.engine.executor.cache.OdiAdapter.fetch(OdiAdapter.java:145) at org.eclipse.birt.data.engine.executor.cache.RowResultSet.next(RowResultSet.java:102) at org.eclipse.birt.data.engine.executor.transform.SimpleResultSet.<init>(SimpleResultSet.java:64) at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:590) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:331) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:801) at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:233) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:160) at org.eclipse.birt.report.designer.data.ui.dataset.OutputParameterPreviewPage.updateResults(OutputParameterPreviewPage.java:259) at org.eclipse.birt.report.designer.data.ui.dataset.OutputParameterPreviewPage.access$1(OutputParameterPreviewPage.java:196) at org.eclipse.birt.report.designer.data.ui.dataset.OutputParameterPreviewPage$2.run(OutputParameterPreviewPage.java:171) | closed fixed | d5bd5ee | ["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 | "2008-05-27T08:52:09Z" | "2008-05-27T06:33:20Z" |
234,052 | Bug 234052 [Smoke]Exception throws out when previewing a simple dataitem | Description: DatasetHandle is null exception throws out when previewing a simple dataitem Build number: 2.3.0.v20080527-0630 Steps to reproduce: 1, New a dataitem 2, Specify the expression to 123 3, Preview Expected result: Preview is ok Actual result: Exception throws out. Error log: An exception occurred during processing. Please see the following message for details: The DataSetHandle should not be null. exception.error ( 1 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: An exception occurred during processing. Please see the following message for details:The DataSetHandle should not be null. at org.eclipse.birt.report.engine.executor.ExecutionContext.addException(ExecutionContext.java:1100) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.doPrepareQuery(AbstractDataEngine.java:210) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.prepare(AbstractDataEngine.java:167) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:101) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplciateReportExecutor.execute(SuppressDuplciateReportExecutor.java:51) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:148) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:72) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(ReportEngineService.java:928) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(BirtViewerReportService.java:876) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(BirtGetPageAllActionHandler.java:123) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:89) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(AbstractBaseDocumentProcessor.java:47) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(AbstractBaseComponentProcessor.java:159) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(BirtDocumentProcessor.java:183) | closed fixed | fbc06dd | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-27T03:30:07Z" | "2008-05-27T01:00:00Z" |
209,755 | Bug 209755 Issue of integer type static level | null | closed fixed | 65fb9db | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-26T11:21:39Z" | "2007-11-14T06:00:00Z" |
232,757 | Bug 232757 Error with standard meter charts: org.eclipse.birt.chart.exception.ChartException: Could not zoomOut for step=8 | I am using BIRT 2.2.2. I have a report that displays several "standard meter" charts. But in some cases, not all the time and not for all of the dials, some of the dials are not displayed and I get the following error: The following items have errors: Chart NewChart4: - org.eclipse.birt.chart.exception.ChartException: Could not zoomOut for step=8 org.eclipse.birt.chart.exception.ChartException: Could not zoomOut for step=8 ( 1 time(s) ) detail : org.eclipse.birt.chart.exception.ChartException: org.eclipse.birt.chart.exception.ChartException: Could not zoomOut for step=8 at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1287) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationImpl.onRowSets(ChartReportItemPresentationImpl.java:541) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.processExtendedContent(LocalizedContentVisitor.java:772) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.visitForeign(LocalizedContentVisitor.java:414) at org.eclipse.birt.report.engine.content.impl.ForeignContent.accept(ForeignContent.java:59) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:145) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:63) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:107) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:155) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.layoutChildren(HTMLTableBandLM.java:65) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:107) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:155) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:107) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:155) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:107) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:155) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:107) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:155) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:107) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:155) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:85) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:106) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:513) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:167) 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:324) 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:324) 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:763) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:284) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.eclipse.birt.report.filter.ViewerFilter.doFilter(Unknown Source) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:587) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:490) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:534)Caused by: java.lang.RuntimeException: org.eclipse.birt.chart.exception.ChartException: Could not zoomOut for step=8 at org.eclipse.birt.chart.computation.withaxes.AutoScale.zoomOut(AutoScale.java:509) at org.eclipse.birt.chart.render.DialRenderer.computeScale(DialRenderer.java:1335) at org.eclipse.birt.chart.render.DialRenderer.getAutoScale(DialRenderer.java:236) at org.eclipse.birt.chart.render.DialRenderer.render(DialRenderer.java:414) at org.eclipse.birt.chart.render.Dial.renderSeries(Dial.java:312) at org.eclipse.birt.chart.render.BaseRenderer.renderPlot(BaseRenderer.java:1922) at org.eclipse.birt.chart.render.BaseRenderer.render(BaseRenderer.java:421) at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1282) ... 144 moreCaused by: org.eclipse.birt.chart.exception.ChartException: Could not zoomOut for step=8 at org.eclipse.birt.chart.computation.withaxes.AutoScale.zoomOut(AutoScale.java:515) ... 151 more Also I have put in attachment a simplified version of a report that shows problems. | resolved fixed | ff124c4 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-26T06:43:42Z" | "2008-05-19T09:40:00Z" |
232,718 | Bug 232718 The Legend Title also overlap the icon when set Bidi text direction to rtl [13] | null | closed fixed | e217567 | ["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-26T02:33:31Z" | "2008-05-19T06:53:20Z" |
232,035 | Bug 232035 [Accessibility] High contrast mode does not take effect in edit view of Birt. | null | closed fixed | 0af2632 | ["UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/script/editor/DebugJsEditor.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/CorePlugin.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/DesignElementHandleAdapter.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/SessionHandleAdapter.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/ColorManager.java", "UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/joins/editpolicies/JoinXYLayoutEditPolicy.java", "UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/JSEditor.java", "UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/views/outline/DesignerOutlinePage.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ReportPrintGraphicalViewerOperation.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/ReportColorConstants.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/border/SelectionBorder.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/AbstractReportEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/MasterPageEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportDesignEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportRootEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ListBandControlFigure.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ReportRootFigure.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/TextFlow.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/script/JSSourceViewerConfiguration.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-26T02:28:32Z" | "2008-05-14T10:13:20Z" |
233,612 | Bug 233612 Focus issue when drag cube to Layout[1101] | Description: Focus issue when drag cube to Layout Build number:2.3.0.v20080523 Steps to reproduce: 1. Insert a cube. 2. Drag the cube to Layout 3. Press delete button. Expected result: crosstab is deleted Actual result: The reference found dialog indicated that cube will be deleted | closed fixed | df14076 | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/CubeDropAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-23T07:21:37Z" | "2008-05-23T05:20:00Z" |
228,344 | Bug 228344 Element->Insert in top menu is not consistent | Description: Element->Insert in top menu is not consistent with insert menu when right cliking on a table. Build number: 2.3.0.v20080423-0630 Steps to reproduce: 1, New a table 2, Select the table and right cilck 3, Check the insert menu 4, Select the table and go to Element->Insert Expected result: In step4, the Insert menu should be header, detail and footer. Actual result: In step4, the Insert menu is not consistent with insert menu when righ clicking on a table. | closed fixed | a856b13 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-23T03:31:32Z" | "2008-04-23T08:40:00Z" |
232,647 | Bug 232647 2D+ Pie chart with sample data has a pixel width of wrong color. | null | closed fixed | 240f58a | ["chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtRendererImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-22T09:27:20Z" | "2008-05-17T10:26:40Z" |
230,452 | Bug 230452 Cannot create Data Set from Classic Models Inc. Sample database data source | null | resolved fixed | 554f017 | ["data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/profile/SampleDbPropertyPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-22T08:16:18Z" | "2008-05-06T18:53:20Z" |
233,400 | Bug 233400 [regression]Problem occurred when pull embedded image from outline to layout | Description: Problem occurred when pull embedded image from outline to layout. Build version:2.3.0.v20080522-0630 Steps to reproduce: 1.New a report, insert an embedded image to layout. 2.Then delete it from layout, then pull the image from embedded image of outline to layout. Error log: Problems occurred when invoking code from plug-in: "org.eclipse.jface". java.lang.ClassCastException: org.eclipse.birt.report.model.api.ReportDesignHandle at org.eclipse.birt.report.designer.internal.ui.palette.ReportTemplateTransferDropTargetListener.handleDrop(ReportTemplateTransferDropTargetListener.java:241) 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:880) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) 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:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1026) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1011) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:769) at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:451) at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:253) at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:119) at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method) at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:358) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:284) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:167) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3801) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3400) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2387) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2351) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2203) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) | closed fixed | bce76cd | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palette/ReportTemplateTransferDropTargetListener.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-22T08:14:28Z" | "2008-05-22T07:06:40Z" |
230,104 | Bug 230104 Filter definition is not valid show in Chart Builder | null | closed fixed | 4831d4e | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-22T03:01:45Z" | "2008-05-04T08:33:20Z" |
230,814 | Bug 230814 The report still shows error icon after correcting and saving it | null | closed fixed | 0a07d00 | ["UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/src/org/eclipse/birt/report/designer/ui/editor/pages/xml/ReportXMLSourceEditorFormPage.java", "UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/IDEMultiPageReportEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-22T02:48:10Z" | "2008-05-07T03:13:20Z" |
231,719 | Bug 231719 Failures occurs in Junit test of org.eclipse.birt.core.tests | null | closed fixed | 79a4cb4 | ["core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/script/bre/BirtDateTimeTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-22T02:17:49Z" | "2008-05-13T03:40:00Z" |
232,637 | Bug 232637 SQB Dataset name should be updated when modification happen in creating process | Description: SQB Dataset name should be updated when modification happen in creating process Build number: 2.3.0.v20080517-0630 Steps to reproduce: 1, New a SQB Datasource 2, New a SQB Dataset and firstly specify the name to A 3, Go to Query page 4, Go back to the first page and modify the name to B 5, Finish Expected result: The dataset name should be B Actual result: The dataset name is still A Error log: | closed fixed | 9079fba | ["data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQBDataSetWizardPage.java", "data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQLQueryUtility.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-22T02:17:44Z" | "2008-05-17T04:53:20Z" |
232,465 | Bug 232465 Exception shows in chart builder using joint data set | null | closed fixed | 15aa8ce | ["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/QueryExecutionHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-22T02:08:02Z" | "2008-05-16T09:26:40Z" |
232,639 | Bug 232639 Dataset including dataset parameter can not retrieve selected value | Description: Dataset including dataset parameter can not retrieve selected value Build number: 2.3.0.v20080517-0630 Steps to reproduce: 1, New a sample dataset 2, Specify the Query: select * from customers where customernumber<? 3, Set the parameter's value to 160 4, New a filter and try to select value Expected result: The select value can be retrieved and if it is out expected behavior I think the error message should be enhanced. Actual result: Can not select value and warning message occurs: The expression's value can not be retrieved. org.eclipse.birt.model.api.OdaDataSetParameterHandle Error log: | closed fixed | 86f5f45 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/QueryExecutionHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-22T01:41:07Z" | "2008-05-17T07:40:00Z" |
231,759 | Bug 231759 [EPP][MAC]expression builder issues[0802] | Description: [MAC]expression builder issues. Build number:EPP 2.3.0.V20080513 Steps to reproduce: 1. New a highlight rule, in value expression, click expression builder in list.Nothing happens. 2. Edit dataset, add a filter, the expression button in filter dialog has no response for click action. | closed fixed | 96f4bbf | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetUIUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-21T09:57:04Z" | "2008-05-13T09:13:20Z" |
233,157 | Bug 233157 [regression]NPE when drag level in xtab from one area to another[1102] | Description: NPE when drag level in xtab from one area to another Build number:2.3.0.v2008051 Steps to reproduce: 1. New sample data source and dataset from CUSTOMERS. 2. New cube with two group based on CUSTOMERS. 3. Drag the cube to layout. 4. Drag one level to column area. Expected result: No Exception. Actual result: Level is placed in column area but throws NPE Error log: java.lang.NullPointerException at org.eclipse.birt.report.designer.util.DEUtil.isLinkedElement(DEUtil.java:2526) at org.eclipse.birt.report.designer.util.DEUtil.isReferenceElement(DEUtil.java:2906) at org.eclipse.birt.report.item.crosstab.internal.ui.AggregationDropAdapter.canDrop(AggregationDropAdapter.java:45) at org.eclipse.birt.report.designer.internal.ui.dnd.DNDService.validDrop(DNDService.java:128) at org.eclipse.birt.report.designer.ui.actions.InsertAggregationAction.calculateEnabled(InsertAggregationAction.java:53) at org.eclipse.gef.ui.actions.WorkbenchPartAction.refresh(WorkbenchPartAction.java:119) at org.eclipse.gef.ui.actions.SelectionAction.handleSelectionChanged(SelectionAction.java:85) at org.eclipse.gef.ui.actions.SelectionAction.setSelection(SelectionAction.java:96) at org.eclipse.gef.ui.actions.SelectionAction.update(SelectionAction.java:117) at org.eclipse.birt.report.designer.internal.ui.editors.parts.GraphicalEditorWithFlyoutPalette.updateActions(GraphicalEditorWithFlyoutPalette.java:697) at org.eclipse.birt.report.designer.internal.ui.editors.parts.GraphicalEditorWithFlyoutPalette$1.selectionChanged(GraphicalEditorWithFlyoutPalette.java:140) at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156) at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged(AbstractSelectionService.java:62) at org.eclipse.ui.part.MultiPageSelectionProvider$1.run(MultiPageSelectionProvider.java:110) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.part.MultiPageSelectionProvider.fireEventChange(MultiPageSelectionProvider.java:108) at org.eclipse.ui.part.MultiPageSelectionProvider.fireSelectionChanged(MultiPageSelectionProvider.java:90) at org.eclipse.ui.part.MultiPageEditorSite.handleSelectionChanged(MultiPageEditorSite.java:441) at org.eclipse.ui.part.MultiPageEditorSite$3.selectionChanged(MultiPageEditorSite.java:357) at org.eclipse.gef.ui.parts.AbstractEditPartViewer.fireSelectionChanged(AbstractEditPartViewer.java:243) at org.eclipse.birt.report.designer.internal.ui.editors.parts.DeferredGraphicalViewer.fireSelectionChanged(DeferredGraphicalViewer.java:317) at org.eclipse.birt.report.designer.internal.ui.editors.parts.DeferredGraphicalViewer.setSelection(DeferredGraphicalViewer.java:122) at org.eclipse.birt.report.designer.internal.ui.util.UIUtil.resetViewSelection(UIUtil.java:1063) at org.eclipse.birt.report.designer.ui.editors.pages.ReportLayoutEditorFormPage.onBroughtToTop(ReportLayoutEditorFormPage.java:287) at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor$1.run(MultiPageReportEditor.java:862) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3759) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3384) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.jface.dialogs.MessageDialogWithToggle.openYesNoQuestion(MessageDialogWithToggle.java:306) at org.eclipse.birt.report.item.crosstab.internal.ui.editors.model.CrosstabAdaptUtil.processInvaildBindings(CrosstabAdaptUtil.java:358) at org.eclipse.birt.report.item.crosstab.internal.ui.editors.commands.ChangeAreaCommand.execute(ChangeAreaCommand.java:79) at org.eclipse.gef.commands.CompoundCommand.execute(CompoundCommand.java:107) at org.eclipse.birt.report.designer.internal.ui.command.WrapperCommandStack.execute(WrapperCommandStack.java:92) at org.eclipse.gef.tools.AbstractTool.executeCommand(AbstractTool.java:399) at org.eclipse.gef.tools.AbstractTool.executeCurrentCommand(AbstractTool.java:411) at org.eclipse.gef.tools.DragEditPartsTracker.performDrag(DragEditPartsTracker.java:469) at org.eclipse.gef.tools.DragEditPartsTracker.handleButtonUp(DragEditPartsTracker.java:333) at org.eclipse.birt.report.item.crosstab.internal.ui.editors.editparts.CrosstabFirstCellEditPart$ControlFigure$1.handleButtonUp(CrosstabFirstCellEditPart.java:142) at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java:1064) at org.eclipse.gef.tools.SelectionTool.mouseUp(SelectionTool.java:544) at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:259) at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseReleased(DomainEventDispatcher.java:374) at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(LightweightSystem.java:538) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:206) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3782) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3381) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2394) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2358) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2210) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:494) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:489) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) | closed fixed | 4d920b7 | ["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 | "2008-05-21T09:47:33Z" | "2008-05-21T08:53:20Z" |
233,131 | Bug 233131 Shared resources has no content after start birt. | description: Shared resources has no content after start birt. build id: 2.3.0 v20080521-0630 steps to reproduce: 1. Switch to Resouce Explorer, make sure there are files under shared resources folder. 2. Restart birt.(File->Restart) Expected result; Files are shown under shared resources folder. Actaul result: No file is shown under shared resources folder until you press F5 to refresh. | closed fixed | f73e72f | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/IDEResourceSynchronizer.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/IDEReportPlugin.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/IDEMultiPageReportEditor.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerTreeViewPage.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/provider/ComboPropertyDescriptorProvider.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/ComboPropertyDescriptor.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FontPreferencePage.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/NewResourceFileDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/ReportResourceChangeEvent.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/ReportResourceSynchronizer.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/ReportPlugin.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/IReportResourceChangeEvent.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/IReportResourceChangeListener.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/IReportResourceSynchronizer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-21T08:22:54Z" | "2008-05-21T03:20:00Z" |
229,436 | Bug 229436 Debugging a Java Chart Event Handler fails | When trying to debug a report that contain a Java chart event hanlder that accesses the report context, the debug session fails. For example entering code similar to the following: import org.eclipse.birt.report.engine.api.script.IReportContext; Object lc = ((IReportContext)(icsc.getExternalContext().getObject())).getParameterValue("lowContact"); will run correctly, but debugging fails with the following error: Caused by: java.lang.ClassCastException: org.eclipse.birt.report.engine.script.internal.ReportContextImpl cannot be cast to org.eclipse.birt.report.engine.api.script.IReportContext | resolved fixed | c279dfb | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/BIRTScriptClassLoader.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-21T07:58:43Z" | "2008-04-29T17:26:40Z" |
213,955 | Bug 213955 Default date format on Axis label is inconsistent with format preview. | null | closed fixed | 0b8aaa4 | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FormatSpecifierPreview.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-21T07:04:16Z" | "2007-12-28T08:20:00Z" |
232,907 | Bug 232907 Crosstab measure can not be edited after refreshing library. | description: Crosstab measure can not be edited after refreshing library. build id: 2.3.0 v20080520-0630 steps to reproduce: 1. New a library with a cube. 2. New a report design, using the cube from library. 3. New a crosstab in the report design with the cube. Now you can double click the data item in measure cell to edit. 4. Refresh library in the outline of report design. 5. Double click the data item in measure cell to edit it. Expected result: The measure cell can still be edited. Actual result: The measure cell can no longer be edited unless you restart birt. | closed fixed | 91efc5d | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ModuleUtilTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/BidiParseTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportDesignHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ElementStructureUtil.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 | "2008-05-21T06:46:00Z" | "2008-05-20T07:53:20Z" |
192,368 | Bug 192368 3D Tube and Cone Chart legend area should not take gradient color [0001] | Description: 3D Tube and Cone Chart legend area should not take gradient color. Build number: 2.2.0.v20070613-1211 Steps to reproduce: 1, New a 3D Tube or Cone Chart, check the legend area. Expected result: The legend area does not take the gradient color. Actual result: See the screenshot. Error log: N/A | closed fixed | 2a7240a | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/FillUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-21T06:27:38Z" | "2007-06-13T07:33:20Z" |
231,402 | Bug 231402 Model Adapter not updating data set parameter name to reflect changes in ODA parameter definitions | Steps to reproduce: 1, New a datasource FROM "BIRT Classic Models Sample Database" Connection profile 2, New a dataset based on the datasource 3, Specify the query text in the SQB source panel: SELECT * FROM CLASSICMODELS.OFFICES WHERE STATE LIKE ? AND CITY LIKE :mycity 4, Finish 5, Reopen the Data Set Editor and check the Parameters page it shows 2 parameters as expected, the first one named "param_1" and second one named "mycity" 6, Go to the Query page, and modify the query text in the SQB source pane to: SELECT * FROM CLASSICMODELS.OFFICES WHERE STATE LIKE :mystate AND CITY LIKE :mycity 7, Go to Parameters page It still shows the same 2 parameters from step 5. Expected result: The first parameter "param_1" should have been replaced by a new parameter (in position 1) with the name "mystate", as defined in the ODA response's parameter definition. | resolved fixed | f90ffa4 | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/DataSetParameterAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-21T03:52:50Z" | "2008-05-10T00:40:00Z" |
232,221 | Bug 232221 Native name is lost when reset the dataset parameter in SQB Dataset | Description: Native name is lost when reset the dataset parameter in SQB Dataset Build number: 2.3.0.v20080515-0630 Steps to reproduce: 1, New a SQB Dataset from "BIRT Classic Models Sample Database" Connection profile 2, Specify the Query in SQB like: SELECT * FROM CLASSICMODELS.CUSTOMERS WHERE CUSTOMERNUMBER < :b OR CUSTOMERNAME = :a 3, Click Finish and goto Parameters page 4, Reset the parameters 5, Go to SQL Select Query page to check the Query Expected result: The native name of parameters a and b should not be lost Actual result: The parameters in query are changed to ?, their native names are lost. Error log: | closed fixed | d6f8c72 | ["data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQBDataSetWizardPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-21T02:43:33Z" | "2008-05-15T02:53:20Z" |
220,851 | Bug 220851 Crosstab filter on measure using top 3 gives error | null | resolved fixed | e48f6a2 | ["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/executor/transform/FilterUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/filter/AggrMeasureFilterHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/NEvaluator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-20T15:58:22Z" | "2008-02-28T23:06:40Z" |
232,894 | Bug 232894 [Regression] Only the first series is named by default [13] | null | closed fixed | 8641f8b | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/DataDefinitionSelector.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-20T06:43:18Z" | "2008-05-20T02:20:00Z" |
232,898 | Bug 232898 call procedureName(arg) gets the return value | Description: There is a procedure [dbo].[counterInT1]: @counter int output AS select @counter=count(*) from T1 call dbo.counterInT1(?) got the return value but not the value of @counter Build number: 2.3.0.v20080520-0630 Steps to reproduce: 1, New a stored procedure dataset 2, Specify the Query like: {call counterInT1(?)} 3, Go to parameters page Expected result: The parameter should be @counter and type should be output. Actual result: The parameter is @Return Value. Error log: | closed fixed | 14c0f2b | ["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 | "2008-05-20T05:47:57Z" | "2008-05-20T05:06:40Z" |
203,642 | Bug 203642 Javascript functions in datasets are not recognized | Define a javascript function foo(x) in a script aaa.js Include the script through <list-property name="includeScripts"> <property>aaa.js</property> </list-property> In your dataset, create a computed column on a row X using foo(x) For example, <list-property name="computedColumns"> <structure> <property name="name">X_computed</property> <expression name="expression">foo(row["X"])</expression> <property name="dataType">Any</property> </structure> </list-property> Now try to bind a chart to this dataset, errors pop up in the dataset editor: An error occurred during population of data. | resolved fixed | f950353 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DummyEngineTask.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/SelectValueFetcher.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/QueryExecutionHelper.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteDataEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-19T10:55:11Z" | "2007-09-17T20:13:20Z" |
194,374 | Bug 194374 Implements simulated italic and bold font in postscript. | Some fonts have no corresponding italic or bold fonts, which need to be simulated by emitters. | resolved fixed | 207731f | ["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFPage.java", "engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/PostscriptWriter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-19T07:40:52Z" | "2007-06-26T06:40:00Z" |
231,498 | Bug 231498 [Automation][Regression]Alignment of crosstab header row should set to center | Description: The default alignment value of crosstab header row is center, but it set to right in build v20080512-1101. Test Date: 20080512 Test Build: BIRT2.3.0 v20080512-1101 Step to reproduce: 1. Create a new report 2. Create a crosstab 3. Preview it. Expect result: Header alignment should be center. Actual result: Header alignment is right. | closed fixed | 7a18ccd | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/StylePropertyMapping.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-19T07:21:39Z" | "2008-05-12T05:26:40Z" |
232,263 | Bug 232263 [Automation][regression]__rtl doesn't work in html[0002] | Description: __rtl doesn't work in html Build number:2.3.0.v20080515 Steps to reproduce: 1. Insert a label. 2. Preview in html/web viewer, add url parameter as &__rtl=true Expected result: Label aligns from right to left Actual result: Label aligns from left to right Error log:N/a | closed fixed | 98aaee4 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLRenderOption.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-19T07:08:45Z" | "2008-05-15T11:13:20Z" |
232,230 | Bug 232230 [Automation][Regression]Table contents are clipped in postscript | Description: Table contents are clipped in postscript at page #9. Test Date: 20080515 Test Build: BIRT2.3.0 v20080515-0630 Step to reproduce: 1. Use the report attached 2. Preview it as postscript Expect result: Golden file attached. Actual result: Failed screen shot attached, | closed fixed | 7aa0fd4 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-17T02:13:36Z" | "2008-05-15T05:40:00Z" |
232,439 | Bug 232439 Failure occurs in Junit test of org.eclipse.birt.report.engine.emitter.html.tests in daily build v20080516-0630 | null | closed fixed | 96961b4 | ["engine/org.eclipse.birt.report.engine.emitter.html.tests/test/org/eclipse/birt/report/engine/emitter/html/HTMLEmitterOptimizeTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-16T03:23:19Z" | "2008-05-16T03:53:20Z" |
231,723 | Bug 231723 Failures occurs in Junit test of org.eclipse.birt.report.tests.engine | null | closed fixed | f699f4c | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-15T07:55:11Z" | "2008-05-13T03:40:00Z" |
232,231 | Bug 232231 [Automation][Regression]NPE is thrown out when preview a report in PDF | Description: NPE is thrown out when preview a report in PDF. Test Date: 20080515 Test Build: BIRT2.3.0 v20080515-0630 Step to reproduce: 1. Use the report attached 2. Preview it as PDF Error log: Please refer to the error log attached. | closed fixed | d9821ee | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-15T07:00:02Z" | "2008-05-15T05:40:00Z" |
229,554 | Bug 229554 Problem with preview crosstab with chart measure view from library[01][1102] | Description: Get the attached report design and report library. The report design has two crosstab with chart measure view, the first is from library, and the second is created from cube which from library. build version:2.3.0.v20080430-0630 Steps to reproduce: 1.Use library in the report design. 2.Pull the Crosstab from library to report design, that is the frist crosstab. 3.Pull the cube from library to report design cube node of data explorer. Then pull the cube to the layout, show measure as chart view. 4.Preview the report design. The preview result has problem with the first crosstab. Expected result: The two crosstab should generate the same output. | closed fixed | d4d5fe8 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ExpressionTreeSupport.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/GroupUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-15T05:18:02Z" | "2008-04-30T07:20:00Z" |
231,769 | Bug 231769 Charts with arabic in attached fail to display in pdf[1200] | Description: Charts in attached fail to display in pdf Build number:2.3.0.v20080513 Steps to reproduce: 1. Preview attached report in pdf. The report has two same charts, two charts has arabic in title, axis title, area interactivity. Expected result: Display two charts Actual result: Nothing display. If delete one chart, the other chart will display. Error log:n/a | closed fixed | dcf27c3 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/SimpleResultSet.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/CacheResultIterator.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-14T14:37:41Z" | "2008-05-13T09:13:20Z" |
231,721 | Bug 231721 [Automation][Regression]Highlights on table detail does not work | Description: Highlights on table detail does not work Test Date: 20080513 Test Build: BIRT2.3.0 v20080513-0630 Step to reproduce: 1. Use the report attached 2. Preview it Expect result: Highlights should work Actual result: Highlights does not take any effect | closed fixed | b0cbc2f | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/ExpressionUtil.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/NestedQueryTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/QueryExecutionStrategyUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/RowResultSet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-14T11:27:22Z" | "2008-05-13T03:40:00Z" |
231,043 | Bug 231043 Warning dialog pops up twice for invalid JDBC URL | Description: Warning dialog pops up twice for invalid JDBC URL Build number: 2.3.0.v20080508-1254 Steps to reproduce: 1, New a sampleDB datasource 2, Modify the JDBC URL to be invalid 3, New a dataset based on the datasource 4, Click next button Expected result: The warning dialog pops up once should be ok Actual result: The same warning pops up twice and then go on the next page. | closed fixed | d0b3985 | ["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 | "2008-05-14T10:11:32Z" | "2008-05-08T07:00:00Z" |
227,283 | Bug 227283 java.lang.IllegalArgumentException encountered when trying to render attached report | Please refer to following exception detail: Apr 16, 2008 1:45:11 AM org.eclipse.birt.chart.exception.ChartException logThis WARNING: Exception org.eclipse.birt.chart.exception.ChartException at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1332) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationBase.renderToImageFile(ChartReportItemPresentationBase.java:817) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationBase.onRowSets(ChartReportItemPresentationBase.java:645) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationProxy.onRowSets(ChartReportItemPresentationProxy.java:105) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.processExtendedContent(LocalizedContentVisitor.java:842) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.visitForeign(LocalizedContentVisitor.java:476) at org.eclipse.birt.report.engine.content.impl.ForeignContent.accept(ForeignContent.java:69) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:149) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:63) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:89) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:101) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:534) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:221) at org.eclipse.birt.test.performance.RenderThread.execute(RenderThread.java:168) at org.eclipse.birt.test.performance.BaseTaskThread.run(BaseTaskThread.java:84) Caused by: java.lang.IllegalArgumentException at org.eclipse.birt.chart.render.Bar.computeOvalPoints(Bar.java:3445) at org.eclipse.birt.chart.render.Bar.computeOvalPoints(Bar.java:3437) at org.eclipse.birt.chart.render.Bar.renderRiserTube3D(Bar.java:3212) at org.eclipse.birt.chart.render.Bar.renderSeries(Bar.java:1070) at org.eclipse.birt.chart.render.AxesRenderer.renderPlot(AxesRenderer.java:2221) at org.eclipse.birt.chart.render.AxesRenderer.render(AxesRenderer.java:294) at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1327) ... 15 more | resolved fixed | 686ed10 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-14T10:00:44Z" | "2008-04-16T10:00:00Z" |
232,009 | Bug 232009 [Automation][Regression]Format number alignment does not work in PDF | Description: Format number alignment does not work in PDF. Test Date: 20080514 Test Build: BIRT2.3.0 v20080514-0630 Step to reproduce: 1. Use the report attached 2. Preview it as PDF Expect result: The alignment of table row should be left , center , right. Actual result: Alignment does not take any effect. | closed fixed | dd59f15 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/AbstractStyle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-14T08:21:56Z" | "2008-05-14T07:26:40Z" |
227,951 | Bug 227951 Empty sheets in preview output. | null | closed fixed | b4b91f3 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/PageLayout.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-14T08:20:15Z" | "2008-04-21T06:40:00Z" |
223,576 | Bug 223576 viewer print as HTML ignores page breaks | null | resolved fixed | 2975c97 | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-14T07:55:46Z" | "2008-03-23T13:46:40Z" |
231,706 | Bug 231706 [Regression] [Accessibility] No help dialogue pops up when click "Help" button in preference dialogue [17] | Description: No help dialogue pops up when click "Help" button in preference dialogue. Build number: 2.3.0.v20080513-0630 Steps to reproduce: 1. Select Windows menu. 2. Select Preferences->Report design->Chart. 3. Click help button. Expected result: Help dialogue pops up. Actual result: No help dialogue pops up. Error log: N/A | closed fixed | c195a6b | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartPreferencePage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-14T07:15:10Z" | "2008-05-13T03:40:00Z" |
231,983 | Bug 231983 [Regression] The icon of chart is not the same as other report items in the library [01] [13] | null | closed fixed | 5fb861d | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartViewNodeProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-14T03:06:59Z" | "2008-05-14T01:53:20Z" |
231,720 | Bug 231720 Error occurs in Junit test of org.eclipse.birt.report.engine.emitter.html.tests | null | closed fixed | b61a22c | ["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 | "2008-05-14T03:03:21Z" | "2008-05-13T03:40:00Z" |
231,353 | Bug 231353 Nested Exceptions eaten by ODA | Build ID: 2.2.1.v20070709-110-s332Aw31181_2_ Steps To Reproduce: The file org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl eats nested exceptions. So when errors occur in the ODA, the nested exceptions are not accessible when referencing them via IRunTask.getErrors(). the code: try { ... } catch ( BirtException e ) { throw new AdapterException( e.getLocalizedMessage( ) ); } should just throw the BirtException or at least include it as the cause like this catch ( BirtException e ) { throw new AdapterException( e.getLocalizedMessage( ), e ); } I have a custom ODA and there's no way to access the nested exceptions programatically because this code is eating them. This may be a problem in other code too but this is where I find the problem. More information: | resolved fixed | 83cd75a | ["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/impl/DataRequestSessionImpl.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/QueryExecutionHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-13T10:11:57Z" | "2008-05-09T19:06:40Z" |
231,760 | Bug 231760 [Regression]Exception throws out when preview attached report design | null | closed fixed | 5bc2f8b | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationAxisImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationBase.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-13T10:07:26Z" | "2008-05-13T09:13:20Z" |
231,736 | Bug 231736 [Smoke] Exception is thrown out and user is recommended to exit the workbench when insert chart in Library [01] | null | closed fixed | 3a824b6 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/DesignElementHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/LibraryHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-13T09:21:53Z" | "2008-05-13T06:26:40Z" |
231,712 | Bug 231712 [Automation][Regression]Stackoverflow thrown out when preview report in PDF | Description: Stackoverflow thrown out when preview report in PDF. Test Date: 20080513 Test Build: BIRT2.3.0 v20080513-0630. Step to reproduce: 1. Use the report attached 2. Preview it as PDF | closed fixed | f6b5f64 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/dom/DOMReportItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/dom/DOMReportItemExecutorManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-13T07:25:20Z" | "2008-05-13T03:40:00Z" |
230,338 | Bug 230338 After remove crosstab style the data is not aligned in crosstab with measure chart view[1302] | Description: The style "crosstab" and "crosstab-cell" is used by default if create a crosstab in layout. There is crosstab bind with cube in the layout, and the measure show as chart. Remove "crosstab" style, the data is not aligned with the axis. build version:2.3.0.v20080506-0630 Steps to reproduce: 1.Get the attached report design file. 2.In the birt designer, click crosstab and remove "crosstab" style. 3.Preview the report, you will find the last data is not aligned properly. | closed fixed | 8c16c22 | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationPlotImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-13T03:56:19Z" | "2008-05-06T07:46:40Z" |
231,499 | Bug 231499 [Automation][Regression]NPE throws out when preview a nested crosstab | null | closed fixed | e591c1b | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/QueryExecutionStrategyUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/SimpleResultSet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-12T19:48:20Z" | "2008-05-12T08:13:20Z" |
229,233 | Bug 229233 [Automation][Regression]Blank line between tag <li> in PostScirpt | Description: There are many tag <li></li> in html source, if we export report to PDF format, there is a blank line between these tag lines. Test Date: 20080429 Test Build: BIRT2.3.0 v20080429-0946 Step to reproduce: 1. Use the report attached 2. Preview it as PDF | closed fixed | e0c8fc6 | ["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 | "2008-05-12T09:23:31Z" | "2008-04-29T06:20:00Z" |
231,480 | Bug 231480 Axis step should be integer number in attached report | null | closed fixed | e99e56d | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-12T07:39:39Z" | "2008-05-12T02:40:00Z" |
225,540 | Bug 225540 Add BIDI support to BIRT charts | Build ID: I20080207-1530 Steps To Reproduce: Add BIDI support to Charts engine More information: | closed fixed | a990e2f | ["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/event/TextRenderEvent.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/RunTimeContext.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderHelper.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/DesignerRepresentation.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationBase.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartPreviewPainter.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/wizard/ChartWizardContext.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-12T05:29:25Z" | "2008-04-03T13:40:00Z" |
230,844 | Bug 230844 Issues when create items which share result set to template items[02][0005] | Description: Error when create template items for items which share result set Build number:2.3.0.v20080607 Steps to reproduce: 1.New one data item binding with dataset, name it. 2. New another data item, share result set from first data. 3. Create two data items to template items. Expected result: Correct design without errors. Actual result: Error in Problem View saying that: The element "Data("d1")" has property "dataBindingRef" that refers an undefined element "d". Error log:n/a | closed fixed | e899e6b | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ElementExporterTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/validators/AllValidatorTests.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/validators/ElementReferenceValidatorTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ElementExportUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/ElementReferenceValidator.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/validators/AbstractPropertyValidator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-12T02:27:51Z" | "2008-05-07T08:46:40Z" |
231,241 | Bug 231241 [Automation][Regression]Part of border disappeared in PDF | Description: Part of table border disappeared in PDF. Test Date: 20080509 Test Build: BIRT2.3.0 v20080508-1723 Step to reproduce: 1. Use the report attached 2. Preview it as PDF Expect result: Please refer to the golden file attached Actual result: Please refer to the failed screen shot attached | closed fixed | 8b50918 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/CellContent.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-12T01:53:30Z" | "2008-05-09T02:26:40Z" |
231,085 | Bug 231085 [Regression] User have to select the certain axis to specify its series from the context menu [13] | Description: User have to select the certain axis to specify its series from the context menu. Build number: 2.3.0.v20080508-1254 Steps to reproduce: 1. New a data set binding to CUSTOMERS. 2. New a chart with More Axis. 3. In "Select Data" tab, binding the chart to the data set, create three Y axis. 4. Select Axis 1, and right click one column to select Axis 2 - Series 1 in the context menu. Expected result: Series can be specified. Actual result: User have to change to Axis 2 first, then the column can be specify for Axis 2 - Series 1. Error log: N/A | closed fixed | 1d0d7e0 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-09T09:15:59Z" | "2008-05-08T09:46:40Z" |
228,835 | Bug 228835 Can not delete file/folder under Shared Resources with the Delete key. | Select a folder or file under the Shared Resources node and press the Delete key on keyboards. Expected the folder or file can be deleted, but it isn't. | closed fixed | 1622dbc | ["UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerContextMenuProvider.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerView.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerViewPage.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/CopyResourceAction.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/DeleteResourceAction.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/FilterResourceAction.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/MoveResourceAction.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/NewFolderAction.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/NewLibraryAction.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/PasteResourceAction.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/RefreshResourceExplorerAction.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/RenameResourceAction.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/ResourceAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-09T09:04:52Z" | "2008-04-25T07:53:20Z" |
230,835 | Bug 230835 Instruction should be removed since the operations are not allowed. | description: When you create a chart view for crosstab, in chart builder there's an instrution "Right click or drag the levels to Category...". However such operations are disabled for some reason, so the instruction should be removed or modified. build id: 2.3.0 v20080507-0630 | closed fixed | bb9f59a | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-09T08:06:34Z" | "2008-05-07T08:46:40Z" |
231,066 | Bug 231066 The 3D chart position is rather strange in the attached report design. | null | closed fixed | 10e04f6 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith3DAxes.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-09T05:39:34Z" | "2008-05-08T09:46:40Z" |
229,208 | Bug 229208 SQB parameters are not returned in native sequence | Description: The parameters do not diplay in native sequence Build number: 2.3.0.v20080428-0630 Steps to reproduce: 1, New a datasource from "BIRT Classic Models Sample Database" Connection profile 2, New a dataset based on the datasource 3, Specify the Query to: SELECT * FROM CLASSICMODELS.CUSTOMERS WHERE CUSTOMERNUMBER < :b OR CUSTOMERNAME = :a 4, Check the parameters page Expected result: The first parameter should be b The second parameter should be a Actual result: The parameters are not displayed in native position Error log: | closed fixed | 267c563 | ["data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/CustomSQLBuilderDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-09T05:39:14Z" | "2008-04-29T03:33:20Z" |
228,551 | Bug 228551 Ability for extenders to override Result History Fitlering in a SQB Dialog | null | closed fixed | afd51cf | ["data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQLBuilderDesignState.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-09T05:37:46Z" | "2008-04-23T22:33:20Z" |
167,618 | Bug 167618 Use ICU4J's DateFormat class in BIRT's Date/Time processing | null | resolved fixed | 8518457 | ["core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/data/DataTypeUtilTest.java", "core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/data/DateUtilTest.java", "core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java", "core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DateFormatFactory.java", "core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DateFormatISO8601.java", "core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DateUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-08T11:28:14Z" | "2006-12-12T13:26:40Z" |
231,058 | Bug 231058 Invalid xtab when drag cube to another library's layout[01][1102] | Description: Invalid xtab when drag cube to another library's layout Build number:2.3.0.v20080508 Steps to reproduce: 1. New a library with cube and crosstab. 2. New a second library, drag cube from first library to layout of second library Expected result: a crosstab is inserted without errors. Actual result: an invalid crosstab is inserted and errors in Problem view to indicate that no cube for the crosstab Error log:n/a | closed fixed | 2c6b3aa | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/CubeDropAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-08T08:54:08Z" | "2008-05-08T07:00:00Z" |
229,221 | Bug 229221 Pagination issue for pdf generated from genReport.bat[0301][0600] | Description: Pagination issue for pdf generated from genReport.bat Build number:2.3.0.v20080429 Steps to reproduce: 1. Get the ReportEngine package from latest build. 2. Running below command: genReport.bat -m run -p "Cust=200" test1.rptdesign genReport.bat -m render -f pdf test1.rptdocument genReport.bat -m runrender -p "Cust=200" -f pdf test1.rptdesign Expected result: Using auto pagination, page content overflows to next pages. Actual result: The first two commands generate pdf with four pages and each page content is clipped. The third command generates pdf with three pages. Error log:n/a | closed fixed | ccfcae7 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/LayoutEngineContext.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-08T08:37:19Z" | "2008-04-29T06:20:00Z" |
229,551 | Bug 229551 Crosstab will not be displayed in layout after pull a cube to library[01] | Description: In report library, pull a valid cube to layout, the crosstab is not shown in the layout. While check outline view, the crosstab is created, it is just not refresh to display in the layout. build version: 2.3.0.v20080430-0630 | closed fixed | 8aeda9d | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/CubeDropAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-08T07:25:53Z" | "2008-04-30T07:20:00Z" |
228,244 | Bug 228244 BIDI3.4:Error in displaying arabic data on exported report PDF , PPT | null | closed fixed | 6e8029a | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/birt/BIRTConstants.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/AreaFactory.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/TextArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineTextLayout.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/LineLayout.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TextCompositor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontInfo.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontSplitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/text/BidiSplitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/text/Chunk.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/text/ChunkGenerator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-08T06:03:11Z" | "2008-04-22T18:46:40Z" |
228,808 | Bug 228808 Enhance the exception when expression like Total.count(expression, filter, group) | Description: Enhance the exception when expression like Total.count(expression, filter, group) Build number: 2.3.0.v20080424-0630 Steps to reproduce: 1, New a table binding with dataset CUSTOMERS 2, New a group on table, group name is city, group key is CITY 3, New a dataitem in group footer and expression is Total.count(row["CUSTOMERNUMBER"], row["CUSTOMERNUMBER"]<130,"city") 4, Preview Expected result: If we don't support the expression like Total.count(expression, filter, group), we should give a error message Actual result: The preview is ok but the result is not user expected. Error log: | closed fixed | 29363be | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/aggregation/AggrRegistry.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T11:10:22Z" | "2008-04-25T02:20:00Z" |
230,306 | Bug 230306 ArrayIndexOutOfBoundsException for stored procedure has the output value | If the stored procudure has the output value, then ArrayIndexOutOfBoundsException will be thrown. Here is one example of the queries: { ? = CALL "eiiTest"."SP_ACRND1_DOUBLE1_GT" (?) } We bind null to the input parameter and bind output parameter for the output value. Here is the call stack: SPParameterMetaData.getParameterType(int) line: 127 CallStatement.setNull(int) line: 947 OdaAdvancedQuery(OdaQuery).setNull(int) line: 1093 PreparedStatement.doSetNull(int) line: 835 PreparedStatement.setNull(String, int) line: 529 PreparedStatement.setParameterValue(String, int, Object, boolean) line: 464 PreparedStatement.setParameterValue(int, Object, boolean) line: 443 PreparedStatement.addParameterHints(List) line: 365 DataSourceQuery.addParameterDefns() line: 138 DataSourceQuery.execute() line: 159 DataExecutionAgent.execute() line: 247 DataExecutionAgent.run() line: 317 Thread.run() line: 595 [local variables unavailable] Based on my investigation, this is due to the number of parameters are not set correctly in the getParameterDefinitionChars() of SPParameterPositionUtil. It returned paramTxt: "?" which means it only has one parameter instead of two. | resolved fixed | ab53752 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/UserDefinedParamMetaData.java", "data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java", "data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/SPParameterPositionUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T10:51:26Z" | "2008-05-05T23:26:40Z" |
230,033 | Bug 230033 CoreJavaScriptInitializer contains an extra new() | project: org.eclipse.birt.core package: org.eclipse.birt.core.script; class: CoreJavaScriptInitializer bug: ScriptableObject.putProperty( scope, birtStr.getClassName( ), new BirtStr() ); should be: ScriptableObject.putProperty( scope, birtStr.getClassName( ), birtStr ); birtStr is declared further up as: ScriptableObject birtStr = new BirtStr(); | resolved fixed | 14b9ab3 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/script/CoreJavaScriptInitializer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T09:35:19Z" | "2008-05-02T20:26:40Z" |
229,211 | Bug 229211 The group column is not with highlight effect when it is specified by context menu[13] | null | closed fixed | a3d419f | ["chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DataDefinitionTextManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T08:37:20Z" | "2008-04-29T03:33:20Z" |
229,524 | Bug 229524 populateExtendedAggrInfo in AggregationManager may cause NPE | null | closed fixed | 8a3c935 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/AggregationManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T06:56:26Z" | "2008-04-30T01:46:40Z" |
230,105 | Bug 230105 Measure Count function without expression is considered as unacceptable | null | closed fixed | 194f6b3 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T06:48:19Z" | "2008-05-04T08:33:20Z" |
228,821 | Bug 228821 [Automation][Regression]STDDVE on a dateTime value should return a double value | null | closed fixed | 087530f | ["data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/TotalStdDev.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T06:45:45Z" | "2008-04-25T05:06:40Z" |
227,525 | Bug 227525 [Automation] Exception is print out in the console when preview the attached report design with a stock chart [13] | null | closed fixed | 49a485a | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/exception/ChartException.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T05:40:58Z" | "2008-04-17T11:00:00Z" |
141,934 | Bug 141934 3D chart, gridlines previewed error. | 3D chart, gridlines previewed error. Steps: 1.Open attached design file 2.Preview Actual Results: 1.Gridlines are previewed error(See the screen shot) Expected Results: 1.Gridlines can be previewed correctly. | closed fixed | 460e926 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/Engine3D.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/Object3D.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/Rectangle.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/Vector.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith3DAxes.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/Line3DRenderEvent.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderHelper.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/DeferredCache.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T04:17:40Z" | "2006-05-16T06:13:20Z" |
230,158 | Bug 230158 NPE thrown when a cube aggregation reference an inexsitent measure | Build ID: I20080409-1425 Steps To Reproduce: 1.run the attached report 2. 3. More information: | resolved fixed | 9f073b7 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/AggregationCalculator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T03:27:17Z" | "2008-05-05T06:46:40Z" |
230,103 | Bug 230103 The chart is not generated when debug a report containing a chart with an event handler [0800] [13] | null | closed fixed | 7a5b8cd | ["UI/org.eclipse.birt.report.debug.core/src/org/eclipse/birt/report/debug/internal/core/launcher/LauncherEngineConfig.java", "UI/org.eclipse.birt.report.debug.core/src/org/eclipse/birt/report/debug/internal/core/launcher/ReportLauncher.java", "UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/script/launcher/ReportLaunchHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T03:13:53Z" | "2008-05-04T08:33:20Z" |
230,102 | Bug 230102 Invalid map rule works in crosstab | null | closed fixed | a78971d | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/script/JSCubeBindingObject.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T03:06:52Z" | "2008-05-04T08:33:20Z" |
229,649 | Bug 229649 BirtViewerReportService.getParameterDefinitionTask() does not have appcontext pushed | Can we make a change so the viewer to allow the BirtViewerReportService.getParameterDefinitionTask() to push the appcontext prior to setting it? The reason is that the appcontext may have information that is required for the oda layer when a parameter is tied to a dataset HttpServletRequest request = (HttpServletRequest) options .getOption( InputOptions.OPT_REQUEST ); HashMap context = new HashMap( ); context.put( EngineConstants.APPCONTEXT_BIRT_VIEWER_HTTPSERVET_REQUEST, request ); ParameterAccessor.pushAppContext( context, request ); // ADD THIS LINE task.setAppContext( context ); | resolved fixed | 26cd2b9 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T02:51:03Z" | "2008-04-30T15:40:00Z" |
229,215 | Bug 229215 The "data[""]" in the drop down list is only partly shown when create chart view for crosstab [1302] | null | closed fixed | 380d826 | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/DataDefinitionSelector.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/SubtaskSheetImpl.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DataDefinitionTextManager.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DataTextDropListener.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java", "core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/CompoundTask.java", "core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/WizardBase.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T02:29:46Z" | "2008-04-29T03:33:20Z" |
229,521 | Bug 229521 [Regression] Series name is not correct in context menu for chart with more axis [13] | Description: Series name is not correct in context menu for chart with more axis. Build number: 2.3.0 v20080430-0630 Steps to reproduce: 1. New a data set binding to CUSTOMERS. 2. New a chart with More Axis. 3. In "Select Data" tab, binding the chart to the data set, create three Y axis. 4. Right click one column and get the context menu Expected result: Series names are correct. Actual result: See the screenshot. Error log: N/A | closed fixed | a378f44 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T02:18:08Z" | "2008-04-30T01:46:40Z" |
230,098 | Bug 230098 [Regression] User is recommended to exit the workbench when open the invalid chart [13] | null | closed fixed | 9a56411 | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartCubeQueryHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T02:12:39Z" | "2008-05-04T03:00:00Z" |
228,372 | Bug 228372 Add "reset size" action for Image item | Add a "reset size" action for Image item only in context menu of layout editor. The action label reads "Reset to Original Size". This action simply clears the width and height property of current image item so it will display as original size. This action should be positioned between "Edit" and "Create Template report item...". | resolved fixed | e88f4df | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/layout/ReportEditorWithPalette.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/command/ResetImageSizeHandler.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/ResetImageSizeAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T02:10:19Z" | "2008-04-23T11:26:40Z" |
229,220 | Bug 229220 NPE occurs after changing the parameter name in QueryText | Description: NPE occurs after changing the parameter name in QueryText. Build number: 2.3.0.v20080428-0630 Steps to reproduce: 1, New a datasource FROM "BIRT Classic Models Sample Database" Connection profile 2, New a dataset based on the datasource 3, Specify the QueryText to "SELECT * FROM CLASSICMODELS.CUSTOMERS WHERE CUSTOMERNUMBER = :number OR CUSTOMERNAME = :name" 4, Finish 5, Reopen the dataset and modify the QueryText to "SELECT * FROM CLASSICMODELS.CUSTOMERS WHERE CUSTOMERNUMBER = :number1 OR CUSTOMERNAME = :name" 6, Go to Computed Column Page or Parameters page Expected result: After step6, no NPE occurs Actual result: After step6, NPE occues Error log: java.lang.NullPointerException at org.eclipse.birt.report.model.command.PropertyCommand.setMember(PropertyCommand.java:882) at org.eclipse.birt.report.model.api.MemberHandle.setValue(MemberHandle.java:120) at org.eclipse.birt.report.model.api.StructureHandle.setProperty(StructureHandle.java:163) at org.eclipse.birt.report.model.adapter.oda.impl.DataSetParameterAdapter.updateROMDataSetParamWithNewParam(DataSetParameterAdapter.java:1489) at org.eclipse.birt.report.model.adapter.oda.impl.DataSetParameterAdapter.updateRomDataSetParamsWithNewParams(DataSetParameterAdapter.java:1438) at org.eclipse.birt.report.model.adapter.oda.impl.ModelOdaAdapter.updateROMDataSetParams(ModelOdaAdapter.java:1115) at org.eclipse.birt.report.model.adapter.oda.impl.ModelOdaAdapter.updateDataSetHandle(ModelOdaAdapter.java:1312) at org.eclipse.birt.report.model.adapter.oda.impl.ModelOdaAdapter.updateDataSetHandle(ModelOdaAdapter.java:820) at org.eclipse.birt.report.model.adapter.oda.ModelOdaAdapter.updateDataSetHandle(ModelOdaAdapter.java:191) at org.eclipse.birt.report.designer.data.ui.util.DTPUtil.updateDataSetHandle(DTPUtil.java:141) at org.eclipse.birt.report.designer.data.ui.dataset.PropertyPageWrapper.canLeave(PropertyPageWrapper.java:113) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.showPage(AbstractPropertyDialog.java:546) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.showSelectionPage(AbstractPropertyDialog.java:459) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.showSelectionPage(DataSetEditor.java:824) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog$2$1.run(AbstractPropertyDialog.java:417) | closed fixed | 3556e0f | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/DataSetParameterAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T01:57:04Z" | "2008-04-29T06:20:00Z" |
229,563 | Bug 229563 Drag cube from libary to report layout should generate xtab[01][1102] | Description: Drag cube from libary to report layout should generate xtab Build number:2.3.0.v20080430 Steps to reproduce: 1. New a cube in library. 2. Drag the cube from library to report layout. Expected result: Insert a crosstab. Actual result: Nothing happens Error log:n/a | closed fixed | 7fa96e0 | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/CubeDropAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T01:54:46Z" | "2008-04-30T07:20:00Z" |
228,131 | Bug 228131 Create new data binding pops up when editing measure binding with no modification | Description: Create new data binding pops up when editing measure binding with no modification Build number: 2.3.0.v20080422-0630 Steps to reproduce: 1, New a crosstab has dimensions and measures 2, Select the measure binding and click Edit button in Binding page 3, Do nothing and click OK Expected result: No need to pops up the "Create new data binding" dialog if there is no changing. Actual result: After clicking OK button, "Create new data binding" dialog pops up and if I click No button, the report design has dirty mark. It is strange. | closed fixed | 32cc685 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-07T01:52:02Z" | "2008-04-22T02:06:40Z" |
229,908 | Bug 229908 Cryptic error message when BIRT can't find a JS file | null | resolved fixed | 2dfee88 | ["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 | "2008-05-06T08:45:54Z" | "2008-05-02T01:00:00Z" |
230,139 | Bug 230139 Exception throws out when previewing nested crosstab in PDF | null | closed fixed | 276c159 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TextCompositor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-05-05T06:23:20Z" | "2008-05-05T01:13:20Z" |
229,231 | Bug 229231 [Automation][Regression]Word file exported by report can not be opened | Description: Word file exported by report can not be opened. Test Date: 20080429 Test Build: BIRT2.3.0 v20080429-0946 Step to reproduce: 1. Use the report attached 2. Export it to Word doc file | closed fixed | a332238 | ["engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/WordUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-04-30T07:39:23Z" | "2008-04-29T06:20:00Z" |
229,203 | Bug 229203 No response when printing attached report to PDF | null | closed fixed | 00404ac | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/TextArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineTextLayout.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TextCompositor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-04-30T04:05:58Z" | "2008-04-29T00:46:40Z" |
100,559 | Bug 100559 NPE when build project (missing bundle) | I20050617-0010 No steps to reproduce but got this in the debugger: Thread [Worker-7] (Suspended (exception NullPointerException)) InternalPlatform.asLocalURL(URL) line: 206 Platform.asLocalURL(URL) line: 507 AntCorePreferences.configureAntObject(List, IConfigurationElement, AntObject, String, String) line: 528 AntCorePreferences.computeDefaultTasks(List) line: 472 AntCorePreferences.<init>(List, List, List, List, boolean) line: 151 AntCorePlugin.getPreferences() line: 212 AntHomeClasspathEntry.getAntHome() line: 205 AntUtil.getAntHome(ILaunchConfiguration) line: 195 AntLaunchDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) line: 154 LaunchConfiguration.launch(String, IProgressMonitor, boolean, boolean) line: 590 LaunchConfiguration.launch(String, IProgressMonitor, boolean) line: 515 LaunchConfiguration.launch(String, IProgressMonitor) line: 152 ExternalToolBuilder.launchBuild(int, ILaunchConfiguration, IProgressMonitor) line: 176 ExternalToolBuilder.doBuildBasedOnScope(IResource[], int, ILaunchConfiguration, IProgressMonitor) line: 164 ExternalToolBuilder.build(int, Map, IProgressMonitor) line: 83 BuildManager$2.run() line: 593 InternalPlatform.run(ISafeRunnable) line: 1044 Platform.run(ISafeRunnable) line: 783 BuildManager.basicBuild(int, IncrementalProjectBuilder, Map, MultiStatus, IProgressMonitor) line: 168 BuildManager.basicBuild(IProject, int, ICommand[], MultiStatus, IProgressMonitor) line: 202 BuildManager$1.run() line: 231 InternalPlatform.run(ISafeRunnable) line: 1044 Platform.run(ISafeRunnable) line: 783 BuildManager.basicBuild(IProject, int, MultiStatus, IProgressMonitor) line: 234 BuildManager.basicBuildLoop(IProject[], IProject[], int, MultiStatus, IProgressMonitor) line: 253 BuildManager.build(int, IProgressMonitor) line: 282 AutoBuildJob.doBuild(IProgressMonitor) line: 139 AutoBuildJob.run(IProgressMonitor) line: 200 Worker.run() line: 76 | resolved wontfix | 90c16f3 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/compound/ArchiveFileV2.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-04-29T05:48:31Z" | "2005-06-17T12:06:40Z" |
228,631 | Bug 228631 [Automation][Regression]NPE is thrown out when preview a report in PDF | null | closed fixed | 9c0093a | ["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 | "2008-04-28T07:09:18Z" | "2008-04-24T09:40:00Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.