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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
202,115 | Bug 202115 Can not filter the measure value when only one dimension[1102] | null | closed fixed | 98af013 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/filter/BaseDimensionFilterEvalHelper.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-04T09:39:48Z" | "2007-09-04T07:13:20Z" |
202,030 | Bug 202030 Failures occur in Junit test of org.eclipse.birt.report.engine.tests in daily build 20070903 | null | closed fixed | 95100cd | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/ir/EngineIRReaderTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-04T08:54:05Z" | "2007-09-03T06:13:20Z" |
201,363 | Bug 201363 The select value of Joint dataset's filter doesn't work[0706] | Description: The select value of Joint dataset's filter doesn't work[0706] Build number: 2.2.1.v20070828-0630 Steps to reproduce: 1, New a joint dataset 2, Specify the filter of dataset 3, Select value in the filter condition's Value1 Expected result: User can select the value from the value list Actual result: Exception occurs Error log: The expression's value can not be retrieved. Data set is not defined: Customer | closed fixed | a0146d9 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/SelectValueFetcher.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-04T07:04:00Z" | "2007-08-28T05:46:40Z" |
202,038 | Bug 202038 errors occurred when preview the attached design file. | null | verified fixed | 9845308 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/FeaturesTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/pass/ResultSetProcessUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-03T10:20:18Z" | "2007-09-03T06:13:20Z" |
201,232 | Bug 201232 Stored procedure dataset doesn't work in SQLServer[07] | Description: Stored procedure dataset doesn't work in SQLServer[07] Build number: 2.2.1.v20070827-0630 Steps to reproduce: 1, New a jdbc sqlserver datasource 2, New a stored procedure dataset 3, Preview Expected result: Be able to retrieve the data from strord procedure Actual result: Excption occurs Error log: org.eclipse.birt.data.engine.core.DataException: Cannot execute the statement. SQL statement does not return a ResultSet object. SQL error #1: The executeQuery method must return a result set. at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.execute(PreparedStatement.java:567) at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:494) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:338) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:767) at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:217) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:157) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.populateRecords(ResultSetPreviewPage.java:537) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.access$2(ResultSetPreviewPage.java:530) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage$5.run(ResultSetPreviewPage.java:486) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Caused by: org.eclipse.birt.report.data.oda.jdbc.JDBCException: SQL statement does not return a ResultSet object. SQL error #1: The executeQuery method must return a result set. | closed fixed | 781683f | ["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-03T07:28:05Z" | "2007-08-27T10:20:00Z" |
201,360 | Bug 201360 The error message should list the missing parameters by name and show the expected type if the type is wrong [0705] | Description: The error message should list the missing parameters by name and show the expected type if the type is wrong. Build number: 2.2.1.v200708027-0630 Steps to reproduce: 1. New a report with two parameters a and b, set both type to integer. 2. Preview and input "abc" for both a and b, click OK. Expected result: The error message should list the missing parameters by name and show the expected type. Actual result: See the following error log. Error log: org.eclipse.birt.report.model.api.metadata.ValidationValueException: The value "abc" is invalid with the type "integer". Show Exception Stack Trace Hide Exception Stack Trace Stack Trace: org.eclipse.birt.report.model.api.util.ParameterValidationUtil.doValidateNumber(ParameterValidationUtil.java:319) org.eclipse.birt.report.model.api.util.ParameterValidationUtil.validate(ParameterValidationUtil.java:176) org.eclipse.birt.report.model.api.util.ParameterValidationUtil.validate(ParameterValidationUtil.java:477) org.eclipse.birt.report.model.api.util.ParameterValidationUtil.validate(ParameterValidationUtil.java:737) org.eclipse.birt.report.utility.DataUtil.validateWithLocale(Unknown Source) org.eclipse.birt.report.utility.DataUtil.validate(Unknown Source) org.eclipse.birt.report.utility.BirtUtility.handleOperation(Unknown Source) org.eclipse.birt.report.service.actionhandler.BirtRunReportActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.BirtChangeParameterActionHandler.runReport(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractChangeParameterActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleChangeParameter(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) | closed fixed | 44020cc | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/exception/ViewerValidationException.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/resource/ResourceConstants.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetCascadeParameterActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/taglib/ParamDefTag.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/taglib/ReportTag.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/BirtUtility.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/DataUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-03T06:10:12Z" | "2007-08-28T03:00:00Z" |
201,236 | Bug 201236 Issue about Allow multiple and duplicate values in Layout preview[0705] | Description: Issue about Allow multiple and duplicate values in Layout preview Build number:2.2.1.v20070827 Steps to reproduce: 1. New sample data source and dataset from CUSTOMERS. 2. New a parameter p1, listbox, dynamic, value field COUNTRY, tick on allow duplicate value, tick on allow multiple values. 3. Insert a data item to Layout, set expression as var values=""; for (i=0;i<params["p1"].value.length;i++) values=values+params["p1"].value[i]+"."; values; 4. In Layout, click Preview and select France. Expected result: Display one France. Actual result: Display several France. I tried the same action but preview in Web viewer and extenal html, the result is only one France. Error log:n/a | closed fixed | 0f71ed2 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/taglib/ParamDefTag.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/DataUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-09-03T03:13:16Z" | "2007-08-27T10:20:00Z" |
201,847 | Bug 201847 [Regression] Italic does not work in PPT [1205] | null | closed fixed | 07abb1e | ["engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-31T09:03:01Z" | "2007-08-31T03:13:20Z" |
201,858 | Bug 201858 Provide utility method for UI to check the proper aggregation type of xTab measure. | null | resolved fixed | 36c351b | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/ICubeQueryUtil.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-31T07:04:29Z" | "2007-08-31T06:00:00Z" |
201,235 | Bug 201235 Display text from multi-select parameter is wrong.[0705][0002] | Description: Display text from multi-select parameter is wrong. Build number:2.2.1.v20070827 Steps to reproduce: 1. 1. New a report parameter p1, listbox. 2. Add values like DisplayText/Value v1/1 v2/2. 3. Insert a data item to Layout, Input expression as params["p1"].displayText[0] 4. Preview and select one value, click OK. Expected result: For multi-select parameter, return null for display text or some correct value. Actual result: Display "v" Error log:n/a | closed fixed | 5b4e5e2 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/BirtUtility.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-31T06:45:01Z" | "2007-08-27T10:20:00Z" |
201,676 | Bug 201676 Some modifications do not work on the Display Name of the Output Columns[07] | Description: The dataset's output column has the display name by default[07] Build number: 2.2.1.v20070830-0630 Steps to reproduce: 1, New a dataset from SampleDB's customers 2, Check the display name of the output column Expected result: The display name should be empty and should be specified by user Actual result: The display name is specified automatically as same as the Column name | closed fixed | 8596723 | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/ResultSetsAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-31T06:32:50Z" | "2007-08-30T02:13:20Z" |
201,726 | Bug 201726 [Regression]Missing the attribute binding in Current Data Cube of Expression builder[1102] | Description: [Regression]Missing the attribute binding in Current Data Cube of Expression builder[1102] Build number: 2.2.1.v20070830-1348 Steps to reproduce: 1, New a cube with some dimensions and some attribute 2, New a crosstab using the cube 3, Open the expression builder to find the binding of attribute Expected result: The attribute binding should be in the expression builder's Current Data Cube. Actual result: The attribute binding is missing | closed fixed | 149278c | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingExpressionProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-31T02:45:48Z" | "2007-08-30T13:20:00Z" |
189,830 | Bug 189830 The filter of cube take no effect on the attribute of level[1101] | Description: The filter of cube take no effect on the attribute of level[1101] Build number: 2.2.0.v20070530-0630 Steps to reproduce: 1, Set the filter on cube such as: dataSetRow["CUSTOMERNUMBER"] between 103 and 200 2, Set the CUSTOMERNUMBER as a level's attribute 3, Set the attribute binding on crosstab 4, Preview Expected result: The attribute can be also filtered Actual result: The filter take no effect Error log: | closed fixed | 83d8749 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-30T11:44:22Z" | "2007-05-30T04:40:00Z" |
201,399 | Bug 201399 Fail to pass parameter with multi-values in drill-through link[0705][04] | Description: Fail to pass parameter with multi-values in drill-through link Build number:2.2.1.v20070828 Steps to reproduce: 1. New a report with a report parameter p1 allowing multi-values. 2. New a second report with a report parameter p2 allowing multi-values 3. In the first report, define a drill-through link and pass p1 to p2. 4. Preview and click the link. Expected result: Values are passed to target report. Actual result: Object display in the second report instead of paramter values. Try attached master/slave report. Error log:n/a | closed fixed | ab21007 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-30T07:56:42Z" | "2007-08-28T08:33:20Z" |
201,673 | Bug 201673 Data Set Editor should not generate Parameter Position for an Named ODA Parameter | It is valid for an ODA data set parameter definition to have a driver-defined (native) name and no position (value = 0). The Data Set Editor currently assumes that this is not valid. It should *not* have automatically assign a derived position ( >0 value) to the data set parameter and issue a user warning message. The warning message in this case is inaccurate. And by assigning a bogus parameter position, it may disable the ability for the Data Engine to use the parameter's native name when interacting with the ODA runtime driver. | resolved fixed | 93e8b38 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/property/AbstractPropertyDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/SelectValueDialog.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ParameterMetaData.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-30T06:46:33Z" | "2007-08-30T02:13:20Z" |
201,675 | Bug 201675 [Automation][Smoke][Regression]Visibility does not work. | null | closed fixed | 20aa425 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/DummyPageBuffer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-30T06:11:48Z" | "2007-08-30T02:13:20Z" |
201,672 | Bug 201672 ClassCastException when rendering a crosstab report | I encountered follow exceptions for attached report(with 50000 data records or so): org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.ClassCastException: org.eclipse.birt.data.engine.olap.data.impl.aggregation.sort.AggrValueOnlyResultRow Stack Trace: org.eclipse.birt.data.engine.olap.data.util.StructureDiskArray.writeObject(StructureDiskArray.java:52) org.eclipse.birt.data.engine.olap.data.util.BaseDiskArray.add(BaseDiskArray.java:69) org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArray.add(BufferedStructureArray.java:62) org.eclipse.birt.data.engine.olap.data.impl.aggregation.sort.AggregationSortHelper.populateAggrDiskArray(AggregationSortHelper.java:83) org.eclipse.birt.data.engine.olap.data.impl.aggregation.sort.AggregationSortHelper.sort(AggregationSortHelper.java:52) org.eclipse.birt.data.engine.olap.data.impl.aggregation.sort.AggrSortHelper.sort(AggrSortHelper.java:119) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.applyAggrSort(CubeQueryExecutorHelper.java:523) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.execute(CubeQueryExecutorHelper.java:326) org.eclipse.birt.data.engine.olap.query.view.QueryExecutor.populateRs(QueryExecutor.java:132) org.eclipse.birt.data.engine.olap.query.view.QueryExecutor.execute(QueryExecutor.java:93) org.eclipse.birt.data.engine.olap.query.view.BirtCubeView.getCubeCursor(BirtCubeView.java:105) org.eclipse.birt.data.engine.olap.impl.query.CubeQueryResults.getCubeCursor(CubeQueryResults.java:70) org.eclipse.birt.report.engine.data.dte.CubeResultSet.(CubeResultSet.java:78) org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:236) org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:122) org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:182) org.eclipse.birt.report.engine.executor.ExecutorManager$ExecutorContext.executeQuery(ExecutorManager.java:403) org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:103) org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:102) org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:57) org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:45) org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:42) org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:45) org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:33) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:63) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:80) org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:104) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:140) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:68) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:709) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:738) org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526) org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) java.lang.Thread.run(Unknown Source) | resolved fixed | 53271cf | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/sort/AggregationSortHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-30T06:03:51Z" | "2007-08-30T02:13:20Z" |
198,839 | Bug 198839 Hide element on master page works only for PDF output | 1. Insert any element (grid, label, image, text) in the header or footer of the master page. 2. Use the Visibility property to hide the element for all outputs. Expected result: Element does not appear in any of the output formats. Actual result: The element is hidden only in PDF. | resolved fixed | 7b86db9 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLayoutContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLPageLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLReportLayoutEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportDocumentBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-30T03:59:11Z" | "2007-08-03T19:40:00Z" |
201,495 | Bug 201495 [Automation][Regression]The joint result of script computed column is incorrect[07] | null | closed fixed | ff0d617 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/pass/DataSetProcessUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-29T11:38:58Z" | "2007-08-29T01:13:20Z" |
200,916 | Bug 200916 Drag the sash in dataset editor dialog will lead the buttons hidden[07] | Description: Drag the sash in dataset editor dialog will lead the buttons hidden[07] Build number: 2.2.1.v20070823-0630 Steps to reproduce: 1, New a dataset 2, Turn to dataset parameter page 3, Drag the SASH in dataset 4, Check the New button on the right of the page Expected result: The New button isn't hidden Actual result: The New button is hidden by dragging the sash | closed fixed | c3aea49 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/property/AbstractPropertyDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-29T09:55:18Z" | "2007-08-23T09:06:40Z" |
201,505 | Bug 201505 Invalid NumberFormat in XLS file | null | resolved fixed | aee80ed | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-29T09:54:07Z" | "2007-08-29T06:46:40Z" |
201,527 | Bug 201527 The cross grandtotal should be in the Grand Total list in "Filter by" tree[1102] | Description: The cross grandtotal should be in the Grand Total list in "Filter by" tree[1102] Build number: 2.2.0.v20070829-0630 Steps to reproduce: 1, New a crosstab has row dimension and column dimension 2, Specify row and column grandtotals 3, Create a filter on crosstab 4, Check the Filter by list of filter condition Expected result: The cross grandtotal(Aggregate On: All) should be in the Grand Total list but not in the Measures list Actual result: The cross grandtotal is in the Measures list | closed fixed | 3da8017 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java", "data/org.eclipse.birt.report.data.adapter/test/org/eclipse/birt/report/data/adapter/internal/script/DataRequestSessionTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-29T09:44:29Z" | "2007-08-29T09:33:20Z" |
197,454 | Bug 197454 Export report as PDF and Postscript does not work correctly [1200] | Description: Export report as PDF and Postscript does not work correctly. Build number: 2.2.1.v20070719-0630 Steps to reproduce: 1. New a report with a label, set its visibility to "hide in html". 2. Preview in Web Viewer, click "Export Report" button, select format as "PDF" or "Postscript". 3. Click "Print as PDF" button. Expected result: The label is shown. Actual result: The label disappears. Error log: N/A | closed fixed | 238f1e7 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/CompositeContentEmitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLeafItemLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLPageLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLStackingLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/DummyPageBuffer.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/HTMLPageBuffer.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/IPageBuffer.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/PageNode.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-29T09:21:33Z" | "2007-07-23T08:40:00Z" |
201,396 | Bug 201396 Exception is thrown out when a chart use the list shared result set [0005] | null | closed fixed | a3fbace | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/QueryCacheTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryResults.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-29T08:54:01Z" | "2007-08-28T08:33:20Z" |
201,500 | Bug 201500 [Regression] Filter Value should no be formatted [0004] | null | closed fixed | 07ef0f1 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/SelectValueDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-29T07:47:01Z" | "2007-08-29T04:00:00Z" |
199,640 | Bug 199640 view in PDF error | null | resolved fixed | 4494984 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableBandLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableGroupLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-29T07:11:34Z" | "2007-08-11T02:40:00Z" |
175,664 | Bug 175664 [Mac] Unexpected internal exception occurs when invoke expression builder | Description: There are two problems: 1. "fx" button (Click this button to invoke Expression Builder) could not be displayed correctly, nothing displayed in the button. 2. Click on the button, an unexpected internal exception occurs. Version:2.2.0.v20070205 Steps to reproduce: 1.Insert a Data item to the layout. Click "fx" button to invoke the expression builder, although on Mac "fx" button could not display correctly. Error log: Argument cannot be null Plug-in Provider: Eclipse.org Plug-in Name: BIRT Designer UI Plug-in ID: org.eclipse.birt.report.designer.ui Error Code: Error.GUIException.invokedByUnexpectedException Error Message:Argument cannot be null | closed fixed | fdc3d2e | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-28T07:56:09Z" | "2007-02-27T09:53:20Z" |
200,312 | Bug 200312 Chart Variables are still in the bottom right pane when select other categories [13] | null | closed fixed | b02f63b | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-28T07:31:05Z" | "2007-08-17T08:40:00Z" |
200,802 | Bug 200802 Warning in log when preview a correct report in xls.[1203] | Description: Warning in log when preview a correct report in xls. Build number:2.2.1.v200708220927 Steps to reproduce: 1. Preview attached report in xls. 2. See report engine log file. Expected result: No errors and warnings. Actual result: Aug 22, 2007 7:15:56 PM org.eclipse.birt.report.engine.emitter.excel.DataCache getData WARNING: Row is not correct Error log:n/a | closed fixed | 0555b9d | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/DataCache.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-28T07:12:26Z" | "2007-08-22T10:53:20Z" |
201,355 | Bug 201355 The aggreagation of computed column should be working after the dataset filter[07] | Description: The aggreagation of computed column should be working after the dataset filter[07] Build number: 2.2.1.v20070828-0630 Steps to reproduce: 1, New a dataset 2, Add a computed column and specify the aggregate function to count 3, Preview 4, Add a filter in dataset 5, Preview and check the computed column result Expected result: The aggregation should count the value after the filter of dataset Actual result: The result is also the count of all the value. | closed fixed | cef6c1c | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/pass/DataSetProcessUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-28T06:12:34Z" | "2007-08-28T03:00:00Z" |
199,488 | Bug 199488 BIRT Cross tab - Filter/SORT dialog UI needs improvement | Improve the crosstab filter dialog for cross tab. Currently we directly display the bound data columns of the crosstab. It is very difficult for user to find which column is based on aggregation. | resolved fixed | e2ea96f | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/IBindingMetaInfo.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java", "data/org.eclipse.birt.report.data.adapter/test/org/eclipse/birt/report/data/adapter/internal/script/DataRequestSessionTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-28T05:50:00Z" | "2007-08-09T22:53:20Z" |
196,423 | Bug 196423 Wrong behaviour of Page break inside a row | Build ID: 3.3 Steps To Reproduce: 1. Create a report which will be generated in a PDF format. 2. Insert a table with 2 columns. 3. Insert a new Grid for each cell of the row. 4. Insert a short text in the first grid. 5. Insert a long text in the second grid. If there is a page break generated by the second grid (which contain the long text), the whole row will be inserted in the page after but the the second grid will be under the first (and not aligned to the right). More information: Look the 'Upper.png' image, my tables are divided in 3 parts. Notice the white space between the green line and the page numbers. In the second Image ('bugged.png') you can see the bug: the first 2 grids (light blue and green) are correctly aligned but not the third one, I think the reason is that the first 2 grids stays in the white space of the page before, but not the third grid. I don't know why at page break the third is not aligned with the rest. | resolved fixed | 49e9f2b | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFBlockStackingLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFRowLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFStackingLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-28T03:40:29Z" | "2007-07-13T07:00:00Z" |
201,352 | Bug 201352 [regression]NPE when set binding for data into shared table[0005] | Description: NPE when set binding for data inside table which shares from others. Build number:2.2.1.v20070827 Steps to reproduce: 1. Insert a table with dataset binding. 2. Insert another table, set binding to share from the first table. 3. Insert a data item to second table. 4. Select one binding from pop up data dialog and click OK. Expected result: No Exception and binding can be set. Actual result: NPE and fail to set binding. Error log: org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:169) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:150) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:89) at org.eclipse.birt.report.designer.internal.ui.dialogs.DataColumnBindingDialog.okPressed(DataColumnBindingDialog.java:235) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:464) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open(BaseDialog.java:109) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.DataEditPart.performDirectEdit(DataEditPart.java:142) at org.eclipse.birt.report.designer.ui.actions.BaseInsertMenuAction$1.run(BaseInsertMenuAction.java:247) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.designer.internal.ui.dialogs.BindingDialogHelper.newBinding(BindingDialogHelper.java:1154) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.birt.report.designer.ui.views.ElementAdapterInvocationHandler.invoke(ElementAdapterInvocationHandler.java:89) at $Proxy1.newBinding(Unknown Source) at org.eclipse.birt.report.designer.internal.ui.dialogs.DataColumnBindingDialog.okPressed(DataColumnBindingDialog.java:229) ... 36 more | closed fixed | 29c5d88 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-28T02:13:00Z" | "2007-08-28T03:00:00Z" |
201,021 | Bug 201021 Map rule does not take effect on all elements match the condition when preview as XLS [1203] | null | closed fixed | c114acf | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-27T09:11:21Z" | "2007-08-24T01:46:40Z" |
198,270 | Bug 198270 Copying an aggregate does not make a copy, only a reference | In a table with groups or multiple columns, create an aggregate in a footer or a header. Copy the aggregate to another cell in a footer or a header. Make changes to the new aggregate appropriate to its new location. Expected result: The changes appear in only the new copy of the aggregate. Actual result: The changes appear in both aggregates because the new aggregate is not a copy, but a reference to the same aggregate as the original. | resolved fixed | f71b342 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataColumnBindingDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/IBindingDialogHelper.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 | "2007-08-27T08:35:36Z" | "2007-07-30T12:53:20Z" |
200,777 | Bug 200777 [Firefox]Fail to show svg bar chart using chart deploy package.[0601][13] | Description: Fail to show svg bar chart using chart deploy package. Build number:2.2.1.v200708220927 Steps to reproduce: 1. Deploy chart-viewer-sample.war to Tomcat5.5.23. 2. Preview index.jsp Expected result: Display three charts. Actual result: Fail to display svg bar chart. see attached. Error log:n/a | closed fixed | 90526ad | ["chart/org.eclipse.birt.chart.viewer/src/org/eclipse/birt/chart/viewer/internal/util/ChartImageManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-27T07:48:10Z" | "2007-08-22T08:06:40Z" |
201,205 | Bug 201205 Exception occurs in dataset preview when IN filter contains a blank value[0802] | Description: Exception occurs in dataset preview when IN filter contains a blank value[0802] Build number: 2.2.1.v20070827-0630 Steps to reproduce: 1, New a sampleDB customer dataset 2, New a filter and operator is IN 3, Specify a blank value and add 4, Preview in dataset Expected result: The preview should be successful and no exception Actual result: Exception occurs Error log: org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.reflect.InvocationTargetException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:169) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:150) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:89) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.updateResultsProcess(ResultSetPreviewPage.java:515) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.runUpdateResults(ResultSetPreviewPage.java:274) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.access$1(ResultSetPreviewPage.java:244) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage$4.runInUIThread(ResultSetPreviewPage.java:237) | closed fixed | eba83a4 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/impl/ScriptEvalTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-27T07:25:49Z" | "2007-08-26T23:13:20Z" |
201,038 | Bug 201038 The joint dataset from library can not be used and exception occurs when preview in dataset[07] | Description: The joint dataset from library can not be used and exception occurs when preview in dataset[07] Build number: 2.2.1.v20070824-0630 Steps to reproduce: 1, New a library and create two datasets ds1 and ds2 2, Creata a joint dataset ds3 using ds1 and ds2 3, Publish the library 4, New a report and using the Joint dataset and preview in joint dataset Expected result: The preview should be successful Actual result: Exception occurs Error log: java.lang.ClassCastException: org.eclipse.birt.report.model.metadata.ElementRefValue at org.eclipse.birt.report.model.command.AbstractPropertyCommand.setupStructureContext(AbstractPropertyCommand.java:534) at org.eclipse.birt.report.model.command.AbstractPropertyCommand.makeLocalCompositeValue(AbstractPropertyCommand.java:440) at org.eclipse.birt.report.model.command.ComplexPropertyCommand.doRemoveItem(ComplexPropertyCommand.java:456) at org.eclipse.birt.report.model.command.ComplexPropertyCommand.removeItem(ComplexPropertyCommand.java:393) at org.eclipse.birt.report.model.api.PropertyHandle.removeItem(PropertyHandle.java:317) at org.eclipse.birt.report.model.api.SimpleValueHandle.removeItem(SimpleValueHandle.java:453) at org.eclipse.birt.report.model.api.JointDataSetHandle.removeDataSet(JointDataSetHandle.java:128) at org.eclipse.birt.report.designer.data.ui.dataset.JointDataSetPage.modifyJointCondition(JointDataSetPage.java:989) at org.eclipse.birt.report.designer.data.ui.dataset.JointDataSetPage.canLeave(JointDataSetPage.java:963) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.showPage(AbstractPropertyDialog.java:554) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.showSelectionPage(AbstractPropertyDialog.java:467) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.showSelectionPage(DataSetEditor.java:820) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog$3.run(AbstractPropertyDialog.java:425) | closed fixed | 6c5f20b | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryJointDataSetTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/AbstractPropertyCommand.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-27T05:51:57Z" | "2007-08-24T07:20:00Z" |
200,133 | Bug 200133 Chart can not share the column binding from table item[00] | Description: Chart can not share the column binding from table item[00] Step: 1. New a datasource and dataset 2. New a table named table1 and binding the dataset 3. New a chart and binding the sharing result set on table1 Actual result: The data columns have been not share on the chart Exceptioon result: The data column binding will share on the chart | closed fixed | 6a18b28 | ["chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/builder/DefaultDataServiceProviderImpl.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IDataServiceProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-27T03:46:05Z" | "2007-08-16T02:06:40Z" |
201,032 | Bug 201032 Rename group should display orignal name in input box.[0004] | Description: Rename group should use orignal name as default value in input box. Build number:2.2.1.v200708240630 Steps to reproduce: 1. New a table, add a group. 2. Select the group in Outline, press F2. Expected result: In rename dialog, orignal group name is in input box. Actual result: Input box is empty. Error log:n/a | closed fixed | ef713a8 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/RenameAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-27T03:26:15Z" | "2007-08-24T04:33:20Z" |
131,089 | Bug 131089 Allow for Multi-select combo and list boxes | Please develop the capability allow for mutli-select (i.e. control-click) combo-box and listboxes. | resolved fixed | 9fe7d78 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/SelectValueFetcher.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-24T08:02:33Z" | "2006-03-09T13:13:20Z" |
201,017 | Bug 201017 TopN, TopPercent, BottomPercent filters will lead NPE when the values contains NULL[07] | null | closed fixed | b99240e | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/aggregation/TotalTest.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 | "2007-08-24T07:55:44Z" | "2007-08-24T01:46:40Z" |
201,030 | Bug 201030 NPE throws out when preview the attached report design | null | closed fixed | bb435fb | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-24T07:41:53Z" | "2007-08-24T04:33:20Z" |
200,645 | Bug 200645 Can't save custom aggregate function's information into model in computed column page | null | resolved fixed | 8ddae73 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ComputedColumnHandleTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-24T07:06:37Z" | "2007-08-21T07:06:40Z" |
201,019 | Bug 201019 [Automation][Regression]Exception is thrown when running reportdesign | null | closed fixed | 3aee0ca | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ExpressionUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-24T06:22:49Z" | "2007-08-24T01:46:40Z" |
201,013 | Bug 201013 [Automation][Regression]Invalid group key column name: _{$TEMP_GROUP_1$} occurs when preview attached report[1102] | null | closed fixed | 5e1fe5f | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/dscache/CandidateQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-24T05:09:33Z" | "2007-08-24T01:46:40Z" |
200,919 | Bug 200919 Add quotation for column containing separator character when export data.[0002] | Description: Add quotation for column containing separator character when export data. Build number:2.2.1.v20070823 Steps to reproduce: 1. New sample data source and dataset. 2. Add a computed column with name a,b and value "a,b". 3. Drag the dataset to Layout. 4. Preview in Web Viewer and Export Data with Comma. Expected result: Column name is quoated as values. Actual result: Column name a,b isn't quotated so it will be treated as two columns. Error log:n/a | closed fixed | 6d4e137 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-24T05:01:16Z" | "2007-08-23T09:06:40Z" |
200,751 | Bug 200751 NPE in Excel emitter | writer.text( ( (Data) d ).txt.toString( ) ); SEVERE: An error happened while running the report. Cause: java.lang.NullPointerException at org.eclipse.birt.report.engine.emitter.excel.ExcelWriter.writeText(Ex celWriter.java:102) at org.eclipse.birt.report.engine.emitter.excel.ExcelWriter.writeTxtData (ExcelWriter.java:152) at org.eclipse.birt.report.engine.emitter.excel.ExcelEmitter.outputData( ExcelEmitter.java:311) at org.eclipse.birt.report.engine.emitter.excel.ExcelEmitter.end(ExcelEm itter.java:286) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.re nder(RenderTask.java:593) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask. java:260) | resolved fixed | a629e65 | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/Data.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleConstant.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleEngine.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleEntry.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-24T04:01:22Z" | "2007-08-22T02:33:20Z" |
200,979 | Bug 200979 BIRT Cross tab - Better error messages | In general the error messages are very generic - either "Cube does not exist" followed by stack trace or - stack trace. From the error message it is difficult to fix the problem in the report design. I have attached a couple of report design, in which case the error messages are so difficult to follow. We need to show user friendly error messages. ( This bug applies to data engine errors and engine errors ). | resolved fixed | 3001a50 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-24T03:54:30Z" | "2007-08-23T17:26:40Z" |
200,888 | Bug 200888 Failures occcur in JUnit test of org.eclipse.birt.report.engine.tests in daily build 20070823 | Failures occcur in JUnit test of org.eclipse.birt.report.engine.tests in daily build 20070823. Please see the attachment for details. | closed fixed | c5ebbdd | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/ParameterConverterTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-24T03:43:50Z" | "2007-08-23T03:33:20Z" |
200,478 | Bug 200478 Name of date/time group level issue[1101] | Description: Name of date/time group level issue[1101] Step: 1. New a sample datasource and dataset from orders. 2. New a data cube and binding to the dataset. 3. Drop the column of "ORDERDATE" to group and select the year type. At this time, the name of group level is "year(ORDERDATE: DateTime)" 4. Edit the the group level. 5. Change the type as month. Actual result: The name of group level is "year(ORDERDATE: DateTime, DateTime)" Expected result: The name of group level is "year(ORDERDATE: DateTime)" | closed fixed | 872b435 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/PropertyCommand.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-24T03:25:24Z" | "2007-08-20T03:20:00Z" |
200,812 | Bug 200812 Issue when remove one separator setting in viewer.property[0002] | Description: Issue when remove one separator setting in viewer.property Build number:2.2.1.v200708220927 Steps to reproduce: 1. Deploy birt. 2. Open viewer.properties under WEB-INF folder. 3. Delete "viewer.sep.0=," line 4. Start server. 5. Preview report. 6. Export Data, select columns and select "Comma(,)", click OK. Expected result: Comma(,) isn't in the separator list. Actual result: Nothing happened after step6 and no error logs. Error log:n/a | closed fixed | f247d6f | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-24T01:30:33Z" | "2007-08-22T13:40:00Z" |
200,885 | Bug 200885 Invalid group key column name: _{$TEMP_GROUP_1$} occurs when preview attached report[1102] | Description: Open the attached report design and preview. Actual result: Exception occurs: Invalid group key column name: _{$TEMP_GROUP_1$}_Invalid group key column name: _{$TEMP_GROUP_1$}_ ( 2 time(s) ) detail : org.eclipse.birt.report.data.adapter.api.AdapterException: Invalid group key column name: _{$TEMP_GROUP_1$}_Invalid group key column name: _{$TEMP_GROUP_1$}_ at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.prepare(DataRequestSessionImpl.java:476) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doPrepareQuery(DteDataEngine.java:100) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.prepare(AbstractDataEngine.java:138) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:94) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplciateReportExecutor.execute(SuppressDuplciateReportExecutor.java:50) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:138) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:68) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) | closed fixed | f85b0f4 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/api/DataSetCacheTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-23T09:51:25Z" | "2007-08-23T00:46:40Z" |
193,296 | Bug 193296 Subquery does not return value for chart | I've tried 2.1.x and 2.2RC but I get always an error. org.eclipse.birt.report.engine.data.dte.DataGenerationEngine doExecuteQuery SEVERE: Data engine operation failed due to an unexpected exception. Error evaluating Javascript expression. Script engine error: TypeError: Cannot read property "ISO_LAND" from null Script source: source, line: 0, text: row._outer["ISO_LAND"] + Result iterator has no current row. It either has not started or has ended. I would like to build a report based on a query that returns a list of countries eg.: report_query=select country_id from ... where sales>100 for each country I'd like to have a line chart with sales vs. budget eg.: sub_query= select month,bud,sales from ... where country = ? If I drag the subquery into the "main" table, connect parameter to row[]. no problem. I get bud vs. sales values for each country. If I place a chart based on sub_query in the "main" table. I get the error shown above. In this case I have to connect the parameter to row._outer[] and for some reason I don't see any values in the chart preview?!? | resolved fixed | 394a446 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ExpressionDialogCellEditor.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ReportItemParametersDialog.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskFormatChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/series/SeriesSheetImpl.java", "core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/TreeCompoundTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-23T09:14:14Z" | "2007-06-19T10:46:40Z" |
200,524 | Bug 200524 Repeated Header in Table after Pagebreak in PDF | A duplicate header is shown in a table in a PDF-Report. The header is repeated in the case when the previous report element has the style 'pagebreak-after: avoid' and the following table does not fit completely on the page. The table together with the previous element is moved to the next page and the header is repeated where the original pagebreak would be. The expected result should be, that there is a pagebreak within the table. The attached report demonstrates the problem. The heading has the style 'pagebreak-after: avoid' and the following table does not fit completely on the page. Everything is moved to the next page and the header is repeated. Removing 'pagebreak: avoid' from the heading shows the result as it should be. | resolved fixed | 40cf7cd | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFBlockStackingLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-23T06:52:52Z" | "2007-08-20T08:53:20Z" |
200,887 | Bug 200887 No select list of filter condition if a crosstab has one dimension and one measure[1102] | Description: No select list of filter condition if a crosstab has one dimension and one measure[1102] Build number: 2.2.1.v20070823-0630 Steps to reproduce: 1, New a crosstab has one dimension and one measure 2, Create a filter on crosstab 3, Select filter condition in drop list of "Enter a filter condition" Expected result: The dimension should be in the list Actual result: No selection list. Error log: | closed fixed | e2f3ea4 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-23T06:35:52Z" | "2007-08-23T03:33:20Z" |
192,132 | Bug 192132 [enhancement] reduce numbers of queries being executed for olap and xtab report | steps to reproduce: - use the attached report - preview in web viewer by profiling execution at web server and database server, it was noticed that when defining a data cube, each dimension executed new query requiring data from database, even though there was only one based table used by the data cube. could we enhance it by doing it once, then slice dimension data from query result? | closed fixed | 757c006 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-22T10:32:34Z" | "2007-06-12T09:20:00Z" |
200,631 | Bug 200631 [smoke]Fail to preview report in xls[1203] | Description: Fail to preview report in xls Build number:2.2.1.v20070821 Steps to reproduce: 1. New a report. 2. Insert a label. 3. Preview in xls. Expected result: Display content. Actual result: See attached. Fail to open report. Error log:n/a | closed fixed | bcc2b75 | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-22T09:21:53Z" | "2007-08-21T01:33:20Z" |
191,888 | Bug 191888 Visibility issue in attached report[0300] | Description: Visibility issue in attached report Build number:2.2.0.v200706111025 Steps to reproduce: 1. Insert a label. 2. Set visibility, hide in all output except doc. 3. Preview in doc. Expected result: Label displays in word. Actual result: Label didn't display in word. Error log:N/A | closed fixed | e8e216b | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLayoutEmitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-22T07:47:58Z" | "2007-06-11T05:33:20Z" |
200,755 | Bug 200755 [smoke]Fail to preview Crosstab after deploy BIRT in application servers.[0601][1102] | null | closed fixed | a8800d0 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/IAggregationFactory.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/pass/DataSetProcessUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/AbstractExpressionCompiler.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ServiceForQueryResults.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/plugin/DataEnginePlugin.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataRequestSession.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-22T07:16:07Z" | "2007-08-22T05:20:00Z" |
200,639 | Bug 200639 Errors occur in JUnit test of org.eclipse.birt.report.engine.emitter.html.tests in daily build 20070821 | null | closed fixed | c926bb1 | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLVisionOptimize.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-22T06:19:26Z" | "2007-08-21T07:06:40Z" |
197,212 | Bug 197212 Cannot insert aggregation in detail row | Drag an aggregation item from the palette. You cannot drop it in a detail row. There are some aggregations, such as runningsum, movingave, percentrank, and rank, that make sense only when inserted in a detail row. The workaround I discovered is to insert the aggregation item in a header or footer, then move the aggregation item to the detail row. This workaround will confuse users, though. The software should be fixed to allow inserting an aggregation item in the detail row. | resolved fixed | bdb3816 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/AggDataDropAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-22T05:44:49Z" | "2007-07-19T21:20:00Z" |
192,981 | Bug 192981 Leading white space get trimmed in PDF&HTML output. | Build ID: The Eclipse bundled with BIRT 2.1.3 designer all in one Steps To Reproduce: 1.Create a new blank report. 2.Setup data source and data set component 3.Insert a List 4.Insert a DataItem into the detail slot of List 5.Set the value expression of DataItem to " " + row["Column1"] 6.Run the report to produce PDF or HTML 7.the leading white space is disappeared in output More information: The leading white space is preserved in BIRT 2.1.1, but get disappeared in BIRT 2.1.3 or later version. We want to know whether it's expected behavior or a bug. | resolved fixed | 744bd2a | ["core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/format/StringFormatterTest.java", "core/org.eclipse.birt.core/src/org/eclipse/birt/core/format/StringFormatter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-22T02:47:24Z" | "2007-06-15T20:40:00Z" |
200,480 | Bug 200480 Failure occurs in JUnit test of org.eclipse.birt.report.engine.tests in daily build 20070820 | null | closed fixed | baf9ad4 | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/CachedImageHandlerTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-21T09:49:39Z" | "2007-08-20T03:20:00Z" |
200,500 | Bug 200500 Error happens while share result set from item behind it.[0005] | Description: Error happens while share result set from item behind it. Build number:2.2.1.v20070820 Steps to reproduce: 1. New sample data source and dataset. 2. Drag the dataset to Layout and name it t1. 3. Insert a table before t1 and share result set from t1. 4. Preview. Expected result: If this situation isn't supported by Engine, at least we should provide friendly error message. Actual result: Error happened while running the report. Error log:n/a | closed fixed | 44616e3 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryResults.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-21T09:23:08Z" | "2007-08-20T06:06:40Z" |
200,286 | Bug 200286 [Regression] Data set editor size is not correct [07] | null | closed fixed | 3b46fb0 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-21T07:00:42Z" | "2007-08-17T00:20:00Z" |
200,144 | Bug 200144 Exception occurs when nested table share the parent table's result set.[0005] | Description: Exception occurs when nested table share the parent table's result set.[0005] Build number: 2.2.1.v20070816-0630 Steps to reproduce: 1, New a table1 with one binding 2, Insert another table into table1 and share the table1's resultset 3, Preview Actual result: Exception occurs when preview Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.IllegalStateException: forward reference dataset org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder$QueryBuilderVisitor.createQuery(ReportQueryBuilder.java:912) org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder$QueryBuilderVisitor.visitTableItem(ReportQueryBuilder.java:609) org.eclipse.birt.report.engine.ir.TableItemDesign.accept(TableItemDesign.java:44) org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder.build(ReportQueryBuilder.java:246) org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder$QueryBuilderVisitor.visitCell(ReportQueryBuilder.java:806) org.eclipse.birt.report.engine.ir.CellDesign.accept(CellDesign.java:156) org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder.build(ReportQueryBuilder.java:246) org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder$QueryBuilderVisitor.visitRow(ReportQueryBuilder.java:792) org.eclipse.birt.report.engine.ir.RowDesign.accept(RowDesign.java:100) org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder.build(ReportQueryBuilder.java:246) org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder$QueryBuilderVisitor.handleListingBand(ReportQueryBuilder.java:705) org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder$QueryBuilderVisitor.visitTableItem(ReportQueryBuilder.java:641) org.eclipse.birt.report.engine.ir.TableItemDesign.accept(TableItemDesign.java:44) org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder.build(ReportQueryBuilder.java:246) org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder.build(ReportQueryBuilder.java:228) org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.prepare(AbstractDataEngine.java:136) org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:94) org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplciateReportExecutor.execute(SuppressDuplciateReportExecutor.java:50) org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:138) | closed fixed | afcabf6 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/api/APITestCase.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/QueryCacheTest.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/CachedQueryResults.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryResults.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-21T06:54:39Z" | "2007-08-16T07:40:00Z" |
200,518 | Bug 200518 "Edit base URL..." button does not take effect in STANDALONE Chart Builder [13] | Description: "Edit base URL..." button does not take effect in STANDALONE Chart Builder. Build number: 2.2.1.v200708020-0630 Steps to reproduce: 1. Run ChartWizardLauncher.java. 2. In "Format Chart" tab, select "Value (Y) Series" node, click "interactivity" button, select "Mouse Click" for Event, and "Hyperlink" for Action. 3. Click "Edit base URL..." button. Expected result: The dialogue can be invoke. Actual result: Exception is thrown out. Error log: N/A | closed fixed | 37887c4 | ["chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/integrate/SimpleUIServiceProviderImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-21T03:36:07Z" | "2007-08-20T08:53:20Z" |
200,516 | Bug 200516 CachedQueryResults should also implement IQueryService. | null | resolved fixed | 735e3e0 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-21T03:04:31Z" | "2007-08-20T08:53:20Z" |
200,483 | Bug 200483 The fx button of aggregation builder should be also disable if it share bindings from other aggregation[0005] | Description: The fx button of aggregation builder should be also disable if it share bindings from other aggregation[0005] Build number: 2.2.1.v20070820-0630 Steps to reproduce: 1, New a table1 based on dataset and has a aggregation binding 2, New a table share table1's result set 3, Drag a aggregation to table2's footer row area 4, Try to modify the expression Expected result: The expression button should be disable. Actual result: The expression can be edit but can not save, so the button should be disable | closed fixed | 1438874 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-21T01:59:56Z" | "2007-08-20T03:20:00Z" |
198,910 | Bug 198910 Date type data should be exported as Date type in Excel[1203] | Description: Date type data should be exported as Date type in Excel Build number:2.2.1.v20070806 Steps to reproduce: 1. New a report parameter p1, Date type, input value as 03/12/2007. 2. Drag it to Layout, set data binding type as Date. 3. Export the report to excel. 4. Open the excel, select the cell with the date value. 5. Select in main menu Format->Cells->Number->Date, select a format, click OK. Expected result: Format works. Actual result: Format doesn't work, check xls file and find that "<Data ss:Type="String">Mar 12, 2005</Data>". Error log:n/a | closed fixed | 93cf3eb | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/Data.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleBuilder.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleConstant.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleEntry.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-20T09:17:39Z" | "2007-08-06T06:00:00Z" |
195,619 | Bug 195619 [Regression] [2.1.3] Inconsistent behaviors occur when preview in Fire Fox and IE[17] | null | resolved fixed | 831f37c | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLPerformanceOptimize.java", "engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java", "engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLVisionOptimize.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-20T09:00:15Z" | "2007-07-06T05:33:20Z" |
200,471 | Bug 200471 Add "need not sort for grouping" option in report item | Currently when Data engine proceeds groups, it always sorts the result set according to given group key.However that should not be necessary when the raw data is already sorted. So we'd like to add new options so that user can indicate whether should we sort the data before grouping. In model, we should allow user to set a "need not do sort for grouping" option to all the report element that can be grouped(table, list,etc.) | resolved fixed | 27ea620 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TableItemParseTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ListingHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IListingElementModel.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-20T06:40:24Z" | "2007-08-20T03:20:00Z" |
200,495 | Bug 200495 Exception is thrown out when press space button after pressing Esc button in Parameter dialogue [13] | Description: Exception is thrown out when press space button after pressing Esc button in Parameter dialogue. Build number: 2.2.1.v200708020-0630 Steps to reproduce: 1. New a data set having a parameter. 2. Drag a chart from the Palette to the Layout, in "Select Data" tab, binding to the data set, click "Parameters..." button, use the downward arrow to make the parameter get focus, 3. Press space button, press Esc button, then press space button again. Expected result: No exception. Actual result: Exception is thrown out. Error log: java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:3547) at org.eclipse.swt.SWT.error(SWT.java:3481) at org.eclipse.swt.SWT.error(SWT.java:3452) at org.eclipse.swt.widgets.Widget.error(Widget.java:432) at org.eclipse.swt.widgets.Table.getItem(Table.java:2116) at org.eclipse.birt.chart.reportitem.ui.dialogs.ReportItemParametersDialog$1.handleEvent(ReportItemParametersDialog.java:179) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:975) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:971) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1285) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3772) at org.eclipse.swt.widgets.Table.WM_CHAR(Table.java:5029) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3672) at org.eclipse.swt.widgets.Table.windowProc(Table.java:5025) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4351) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2264) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3291) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open(BaseDialog.java:109) at org.eclipse.birt.chart.reportitem.ui.ReportDataServiceProvider.invokeEditParameter(ReportDataServiceProvider.java:402) at org.eclipse.birt.chart.reportitem.ui.ReportDataServiceProvider.invoke(ReportDataServiceProvider.java:374) at org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.widgetSelected(TaskSelectData.java:746) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.open(WizardBase.java:102) at org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:198) at org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:183) at org.eclipse.birt.report.designer.internal.ui.processor.ExtenedElementProcessor.editElement(ExtenedElementProcessor.java:64) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performInsert(DefaultNodeProvider.java:654) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:363) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.birt.report.designer.ui.views.ElementAdapterInvocationHandler.invoke(ElementAdapterInvocationHandler.java:89) at $Proxy0.performRequest(Unknown Source) at org.eclipse.birt.report.designer.ui.actions.BaseInsertMenuAction.insertElement(BaseInsertMenuAction.java:199) at org.eclipse.birt.report.designer.ui.actions.BaseInsertMenuAction.run(BaseInsertMenuAction.java:317) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) | closed fixed | c8c1496 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ReportItemParametersDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-20T06:20:13Z" | "2007-08-20T06:06:40Z" |
197,756 | Bug 197756 Data Set Row Limit | Tested with release 2.2 and 2.2.1S20070713 1) create a report 2) add data source & data set (JDBC or Sample Database) 3) Put data source to a table 4) Set Data Set Row Limit to to some value (e.g. 5) 5) preview ==> 5 rows are displayed 6) Set Data Set Row Limit to to some other value (e.g. 10) 7) preview ==> 5 (!!) rows are displayed and not 10 - you must restart eclipse, only then the new value takes effect | resolved fixed | 2f370fa | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-20T06:03:13Z" | "2007-07-25T07:53:20Z" |
200,473 | Bug 200473 Microsoft JScript compilation error pops up when click pie slice [13] | null | closed fixed | de32d62 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-20T05:14:15Z" | "2007-08-20T03:20:00Z" |
191,201 | Bug 191201 Legend Block Outline is set in Layout [0001] | Description: Legend Block Outline is set in Layout. Build number: 2.2.0.v20070606-0630 Steps to reproduce: 1. New a chart, tick Legend->Layout->Outline Visible. 2. Select the chart, input script: function afterDrawBlock(block, icsc) { importPackage(Packages.java.lang); if (block.isLegend()) { if (block.getOutline( ).isVisible()==true) System.out.println("Visible"); else System.out.println("Invisible"); } } 3. Preview. Expected result: When tick Legend->Layout->Outline Visible and input the script, system print "Visible". Actual result: System print "Visible". Error log: N/A | closed fixed | 71226b8 | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/axis/AbstractAxisSubtask.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/chart/ChartLegendSheetImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/chart/ChartSheetImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/chart/ChartTitleSheetImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisGridLinesSheet.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisMarkersSheet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-20T03:33:21Z" | "2007-06-06T08:53:20Z" |
200,289 | Bug 200289 Aggregate on both table and group if the shared aggregation only aggregates on a group[0005] | Description: Aggregate on both table and group if the shared aggregation only aggregates on a group[0005] Build number: 2.2.0.v20061107-0630 Steps to reproduce: 1, New a aggreagation on a table1 and aggregate on group1 2, New table2 share the result set of table1 3, New a aggregation on table2 and check the aggregate on status 4, Or open the attached report design Expected result: Only aggregate on group as same as table1's aggregation Actual result: aggregate on both table and group | closed fixed | 153c630 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-20T02:55:33Z" | "2007-08-17T00:20:00Z" |
200,290 | Bug 200290 The warning message "A Column Binding Name as xxx already exist" should occurs while input the column binding name but not the expression[0001] | Description: The warning message "A Column Binding Name as xxx already exist" should occurs while input the column binding name but not the expression[0001] Build number: 2.2.1.v20070817-0630 Steps to reproduce: 1, New a table binding on a dataset 2, Insert a data item and input a already existed name such as CUSTOMERNUMBER 3, Specify the expression Expected result: In step2, a warning message: "A Column Binding Name as xxx already exist" should occurs to warning the user Actual result: In step3, the warning message occurs I think we should pops up this message during inputting column binding name but not inputting column binding expression. Hope to enhance that. | closed fixed | 0af2540 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-20T02:37:08Z" | "2007-08-17T03:06:40Z" |
200,301 | Bug 200301 Strange xtab result when using genReport to render attached xtab [0600] | Description: Strange xtab result when using genReport to render attached xtab Build number:2.2.1.v200708170934 Steps to reproduce: 1. Get ReportEngine from birt runtime package. 2. using command line as "genReport.bat --mode runrender Crosstab.rptdesign" to generate attached report. Expected result: Display as preview in AllInOne build. Actual result: See attached. Error log:n/a | closed fixed | 6b3b299 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/AbstractNode.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/ContainerBufferNode.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/PageNode.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-17T09:35:52Z" | "2007-08-17T05:53:20Z" |
200,302 | Bug 200302 Can not link to the specific bookmark as web view[04] | Description: Can not link to the specific bookmark as web view[04] Step: 1. Two labels, which have a page break between them. 2. The second label set the bookmark as "bk\\" 3. The first label set the hyperlink to the internal bookmark to the bookmark that is second label's. 4. Preview as web view and click the hyperlink Actual result: It can not link to the second label.( If use the drill-through, it is work. ) Expected result: It can link to the second label. | closed fixed | 26386f7 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-17T09:26:06Z" | "2007-08-17T05:53:20Z" |
199,982 | Bug 199982 Table displays from the second page instead of the first.[0004] | Description: Table displays from the second page instead of the first. Build number:2.2.1.v20070814 steps to reproduce: 1. Preview attached report in pdf. Expected result: The table displays from the first page. Actual result: The first page displays label and grid content only. Table displays from the second page. Error log:n/a | closed fixed | 1b70cbc | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-17T05:23:39Z" | "2007-08-15T03:53:20Z" |
200,143 | Bug 200143 If do not allow user to modify the expression, the button fx should be disabled[0005] | Description: If do not allow user to modify the expression, the button fx should be disabled[0005] Build number: 2.2.1.v20070816-0630 Steps to reproduce: 1, New a table1 with one binding 2, New a table share table1's result set 3, Drag a data item into the table 4, after specify the column binding name try to modify the expression Expected result: The expression button should be disable. Actual result: The expression can be edit but can not save, so the button should be disable Error log: | closed fixed | 23756b7 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-16T07:47:54Z" | "2007-08-16T04:53:20Z" |
199,751 | Bug 199751 getProperty(...) returns null | I created report with user property called "version". Later i need to access that property using BIRT Runtime. I access it using getProperty() method: Report: <list-property name="userProperties"> <structure> <property name="name">version</property> <property name="type">string</property> <property name="isVisible">true</property> </structure> </list-property> <property name="version">1.0</property> Accesing using BIRT Runtime: ReportRunnable reportDesign = engine.openReportDesign("Report.rptdesign"); String version = reportDesign.getProperty("version"); When there's a library linked to Report.rptdesign, version is null. When i remove the library from report design, getProperty() returns correct value. | resolved fixed | 9ccb525 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/writer/DocumentUtilTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ReportDesignSerializer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-16T06:36:37Z" | "2007-08-13T13:00:00Z" |
199,997 | Bug 199997 Edit Data Set Dialog problem | Description: In the "Edit data set" dialog, when drag vertical scroll bar in the Query page, the "User identifier quoting" will be hidden. Build version:2.2.0.v20070815-0630 Steps to reproduce: 1.Open "Edit data set" dialog, in the query page, drag the vertical scroll bar. 2.See the attached screenshot, the "User identifier quoting" will be hidden. Actual result: The "User identifier quoting" will be hidden. Expected result: "User identifier quoting" displays well. Error log: N/A. | closed fixed | b21def8 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-16T06:10:43Z" | "2007-08-15T09:26:40Z" |
198,994 | Bug 198994 PDF border crossed at zoom factor such as 100%, 134% etc | PDF border crossed at zoom factor such as 100%, 134%. Need enhance the border appearance in PDF report. | resolved fixed | f188cf9 | ["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFPage.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-16T03:30:44Z" | "2007-08-07T04:13:20Z" |
199,862 | Bug 199862 Master page should not an inheritable property [05] | Description: Master page should not an inheritable property. Build number: 2.2.1.v20070814-0630 Steps to reproduce: 1. New a table with a label in one cell. 2. Select "Simple MasterPage" for "Master Page" of table in Property Editor. Expected result: "Master Page" of label in Property editor should be "None". Actual result: "Master Page" of label in Property is "Simple MasterPage". Error log: N/A | closed fixed | af7e8a5 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/ScalarParameterParseTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ScalarParameterHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/DesignChoiceConstants.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IScalarParameterModel.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-15T08:20:58Z" | "2007-08-14T11:13:20Z" |
198,345 | Bug 198345 Memory Leak problem in BIRT. | Memory Leak problem is detected in BIRT 2.2, most of which is supposed caused by unreleased rhino script objects. There are two indentified sources of problem at current stage, both of which are located in class birt.core.script.JavascriptEvalUtil 1.The class keeps a static scriptable object "sharedScope". Because it is a static variable it will not be destroyed until the jvm terminate. We should not use this static scriptable object any more, rather, we should ask client of this class to pass in a scope. 2.The class also keeps a static list "cachedCompiledScript". It is for speeding up the script evaluation process. We should keep this cache to per Data Engine rather than JVM-wise. | resolved fixed | c9c50a2 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/script/JavascriptEvalUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/JSResultSetRow.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-15T07:15:48Z" | "2007-07-31T02:46:40Z" |
199,831 | Bug 199831 Exception is thrown out when drag one data set column to cross tab rows field [1102] | Description: Exception is thrown out when drag one data set column to cross tab rows field. Build number: 2.2.1.v200708014-0630 Steps to reproduce: 1. New a cube and a crosstab, drag dimension to crosstab rows field. 2. Drag a data set column from the Data Explorer View to crosstab rows field. Expected result: No exception is thrown out. Actual result: Exception is thrown out. Error log: java.lang.ClassCastException: org.eclipse.birt.report.model.api.ResultSetColumnHandle at org.eclipse.birt.report.item.crosstab.internal.ui.editors.commands.CrosstabCellCreateCommand.getNewObject(CrosstabCellCreateCommand.java:121) at org.eclipse.birt.report.item.crosstab.internal.ui.editors.commands.CrosstabCellCreateCommand.execute(CrosstabCellCreateCommand.java:59) at org.eclipse.birt.report.designer.internal.ui.command.WrapperCommandStack.execute(WrapperCommandStack.java:86) at org.eclipse.birt.report.item.crosstab.internal.ui.dnd.DataColumnXTabDropAdapter.performDrop(DataColumnXTabDropAdapter.java:123) at org.eclipse.birt.report.designer.internal.ui.dnd.DNDService.performDrop(DNDService.java:195) at org.eclipse.birt.report.designer.internal.ui.dnd.DNDService.performDrop(DNDService.java:183) at org.eclipse.birt.report.designer.internal.ui.palette.ReportTemplateTransferDropTargetListener.handleDrop(ReportTemplateTransferDropTargetListener.java:115) at org.eclipse.gef.dnd.AbstractTransferDropTargetListener.drop(AbstractTransferDropTargetListener.java:171) at org.eclipse.jface.util.DelegatingDropAdapter$3.run(DelegatingDropAdapter.java:211) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:857) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193) at org.eclipse.jface.util.DelegatingDropAdapter.drop(DelegatingDropAdapter.java:209) at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:706) at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:414) at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:237) at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:119) at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method) at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:322) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:282) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:166) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) | closed fixed | 51c631e | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/DataColumnXTabDropAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-15T06:21:56Z" | "2007-08-14T05:40:00Z" |
199,839 | Bug 199839 Aggregation should not be able to be set as group key.[0004] | Description: Aggregation should not be able to be set as group key. Build number:2.2.1.v20070814 Steps to reproduce: 1. Insert a table. 2. Add an aggregation to table header. 3. Insert a group, check available group key list under Group on: Expected result: Aggregation should not be in the list. Actual result: Aggregation binding is listed in group on list. Error log:n/a | closed fixed | 6c3fa38 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-15T05:27:24Z" | "2007-08-14T08:26:40Z" |
196,748 | Bug 196748 Report Designer implementation of BPS80 - result set sharing | null | resolved fixed | fc63864 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-15T03:20:57Z" | "2007-07-16T23:53:20Z" |
198,031 | Bug 198031 Legend interactivity does not work correctly for drill-throughs | Under Value (Y) Series enable interactivity for the event "Mouse Click" Set action to Hyperlink The type of the hyperlink is Drill-through and the target is the a sub-report Pass parameter to sub-report as row["value_of_the_legend_item"] Suppose there are 3 values, x,y and z No matter which legend item you click (x, y or z), z gets passed as param to the subreport | resolved fixed | 9c110e5 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerDataComposite.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-14T08:00:14Z" | "2007-07-26T20:00:00Z" |
137,793 | Bug 137793 Chart parameter and data access needed in scripts | I have a pie chart that displays some data. When I click on a slice, I want to execute a javascript function and pass some of the properties of the report and the slice to the function. For example I would like to pass some of the parameters of this report to this javascript. In addition the data related to the slice clicked on shoule be accessible. The same data and can be used via the drillthrough interactivity action. The way I would envision this working would be: 1) Open the chart properties. 2) Navigate to the Format Chart tab 3) Select the Value Series and click the Interactivity button 4) Associate a Mouse Click action that invokes a script 5) The configuration of the script should allow for parameters (params[]) and data specific to the section of the chart (pie slice, bar...) to be entered. Similar to the values which can be referenced in the drill through functionality. | resolved fixed | b8c636c | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/TriggerSupportMatrix.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/dialogs/ChartExpressionProvider.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/BIRTActionRenderer.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerDataComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/PieSeriesAttributeComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-14T07:21:48Z" | "2006-04-20T19:06:40Z" |
199,537 | Bug 199537 Fail to display data in Web viewer[0002] | Description: Fail to display data in Web viewer Build number:2.2.1.v200708101407 Steps to reproduce: 1. Preview attached report in Web Viewer. Expected result: Display data. Actual result: No data. Error log:n/a | closed fixed | b39451f | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/writer/DocumentUtilTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ReportDesignSerializer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-14T06:48:57Z" | "2007-08-10T10:00:00Z" |
199,363 | Bug 199363 [Automation][Regression] list and table group page break will yield empty page | steps to reproduce: - use the attached report design - preview in web viewer expected behavior: - page break behavior is correct actual behavior: - empty pages were rendered | closed fixed | 922faaf | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/AbstractNode.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/ContainerBufferNode.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/HTMLPageBuffer.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/IContainerNode.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/INode.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/LeafBufferNode.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/PageNode.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-14T05:32:34Z" | "2007-08-09T06:13:20Z" |
199,714 | Bug 199714 NPE with invalid url[0002] | null | closed fixed | 0281cb5 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/resource/ResourceConstants.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-14T04:45:31Z" | "2007-08-13T10:13:20Z" |
199,791 | Bug 199791 Sybase Stored Procedures and Temp Tables | Using BIRT 2.2.0 I am try to create a data set that accesses a procedure in ASE Sybase. I am able to select the procedure I want from the list available. The problem is, if the procedure contains a temporary table and that table is is used to return the result set, no output columns will be displayed. No preview results will be returned in the data set. If a standard SQL select statement is entered in place of the temporary table, output columns and preview results will be returned in the data set. Is there a configuration or parameter that I am missing? Thanks Mark | resolved fixed | 940d030 | ["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-14T03:21:06Z" | "2007-08-13T18:33:20Z" |
199,712 | Bug 199712 Output servlet doesn't support __svg[0601] | Description: Output servlet doesn't support __svg Build number:2.2.1.v200708130947 Steps to reproduce: 1. Preview a svg chart in browser using frameset/run/preview/output servlets. 2. Add __svg=true in url and check rendered chart image. 3. Change to __svg=false in url and check rendered chart image. Expected result: When svg=true, the chart image is a svg image in html source. When svg=false, the chart image isn't a svg image. Actual result: For output servlet, svg is true or false will always display chart image with non-svg type. It's ok for Frameset/run/preview servlets. | closed fixed | 265779d | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtRenderReportActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-14T02:05:38Z" | "2007-08-13T10:13:20Z" |
199,702 | Bug 199702 ArrayIndexOutOfBoundsException is thrown out from HTML emitter when preview a emtpy report | ArrayIndexOutOfBoundsException is thrown out from HTML emitter when preview an empty report | resolved fixed | 8ce4f8b | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/DummyPageBuffer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-13T09:30:32Z" | "2007-08-13T10:13:20Z" |
198,709 | Bug 198709 bad resizing in Edit Data Set dialog | Build ID: N/A Steps To Reproduce: Create a new data set. When in the Edit Data Set dialog, resize the frame. The left column need not grow with the window. When resizing, I'm really trying to get more space on the right pane. In the Query Section, there are three panes showing (section list, available items / filters, query text.) When I resize, I only want the query text pane to grow. More information: | resolved fixed | beee3f4 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/property/AbstractPropertyDialog.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-08-13T09:03:58Z" | "2007-08-02T15:53:20Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.