issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
timestamp[us, tz=UTC] | report_datetime
timestamp[us, tz=UTC] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
181,121 |
Bug 181121 Model should provide utility method for cube to get correspond dimension key.
|
In model cube handle, the relation of cube data set and dimension data sets are managed by a series of dimension condition handles.We need model to add utility method so that we can easily get corresponding dimension data set column names according to given cube dimension keys.
|
resolved fixed
|
a385154
|
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryCompoundElementTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TabularCubeParserTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DimensionConditionHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DimensionJoinConditionHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/DimensionCondition.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/DimensionJoinCondition.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/MemberRef.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/PropertyStructure.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Structure.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/StructureState.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-06T09:53:39Z | 2007-04-05T05:13:20Z |
181,103 |
Bug 181103 Exception throws out when preview a report including two same result x-tab[1102]
|
Description: Exception throws out when preview a report including two same result x-tab[1102] Build number: 2.2.0.v20070405-0630 Steps to reproduce: 1, New cube named cube1 and new a cross tab 2, Preview results 3, New another cube named cube2 with the same sturcture as cube1 4, New a x-tab2 with cube2 and preview the results Expected result: Two x-tabs' preview results are same without exceptions Actual result: Exception throws out when preview them Error log: Exception Close org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.ArrayIndexOutOfBoundsException: -1 Show Exception Stack Trace Hide Exception Stack Trace Stack Trace: org.eclipse.birt.data.engine.olap.cursor.ResultSetFetcher.getValue(ResultSetFetcher.java:56) org.eclipse.birt.data.engine.olap.cursor.EdgeInfoGenerator.dim_getCurrentMember(EdgeInfoGenerator.java:436) org.eclipse.birt.data.engine.olap.driver.DimensionAxis.getCurrentMember(DimensionAxis.java:292) org.eclipse.birt.data.engine.olap.cursor.DimensionAccessor.getObject(DimensionAccessor.java:222) org.eclipse.birt.data.engine.olap.cursor.AbstractCursorSupport.getObject(AbstractCursorSupport.java:382) org.eclipse.birt.data.engine.olap.script.JSLevelObject.getKeyValue(JSLevelObject.java:54) org.eclipse.birt.data.engine.olap.script.JSLevelObject.getDefaultValue(JSLevelObject.java:47) org.eclipse.birt.data.engine.olap.api.query.impl.CubeCursorImpl.getObject(CubeCursorImpl.java:296) org.eclipse.birt.report.engine.executor.DataItemExecutor.execute(DataItemExecutor.java:123) org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.execute(HTMLAbstractLM.java:455) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.execute(HTMLAbstractLM.java:463) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.execute(HTMLAbstractLM.java:463) org.eclipse.birt.report.engine.layout.html.HTMLListingBandLM.intializeHeaderContent(HTMLListingBandLM.java:96) org.eclipse.birt.report.engine.layout.html.HTMLListingBandLM.initialize(HTMLListingBandLM.java:48) org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.initialize(HTMLTableBandLM.java:43) org.eclipse.birt.report.engine.layout.html.HTMLLayoutManagerFactory.createLayoutManager(HTMLLayoutManagerFactory.java:51) org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.createLayoutManager(HTMLReportLayoutEngine.java:130) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:67) org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:74) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:140) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:82) org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:88) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:125) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:595)
|
closed fixed
|
54cd0dc
|
["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-04-05T09:48:08Z | 2007-04-05T02:26:40Z |
179,737 |
Bug 179737 The MeasureHandle should be able to provide data type info
|
We are now allow user input expression as measure expression. However this brings difficulties in determine the data type of a measure expression evaluation result. We need MeasureHandle to be enhanced to include the data type info. Please note that data type "any" is not accepted.
|
resolved fixed
|
54e7554
|
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TabularCubeParserTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/olap/MeasureHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IMeasureModel.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-04-05T09:28:12Z | 2007-03-28T13:53:20Z |
181,153 |
Bug 181153 Only show dimension arrow after drag a data item into row area[1102]
|
Description: Only show dimension arrow after drag a data item into row area[1102] Build number: 2.2.0.v20070405-0630 Steps to reproduce: 1, New a cross tab with a dimension in row area 2, Drag a data item into the row area Expected result: On data item there is no black arrow icon Actual result: The data item has the same black arrow icon as dimension has Error log:
|
closed fixed
|
6c78ba6
|
["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/CrosstabGraphicsFactory.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/NormalCrosstabCellAdapter.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/TotalCrosstabCellHandleAdapter.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-05T09:25:21Z | 2007-04-05T08:00:00Z |
181,130 |
Bug 181130 DataException when preview attached crosstab.[1101]
|
Description: DataException when preview attached crosstab. Build number:2.2.0.v20070405 Steps to reproduce: 1. Open attached report. 2. Preview. Expected result: No Exception and crosstab display data. Actual result: DataException: Fail to load cube "mycube" from document. The document object does not exist. Error log: - Fail to load cube "mycube" from document. The document object does not exist. Fail to load cube "mycube" from document. The document object does not exist. ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: Fail to load cube "mycube" from document. The document object does not exist. at org.eclipse.birt.data.engine.olap.api.query.impl.CubeQueryResults.getCubeCursor(CubeQueryResults.java:75) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.<init>(CubeResultSet.java:76) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:192) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:119) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:189) at org.eclipse.birt.report.engine.extension.internal.ExecutorContext.executeQuery(ExecutorContext.java:62) at org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:89) at org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:92) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:114) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:124) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:82) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:88) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:125) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:595)
|
closed fixed
|
a99c912
|
["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-04-05T08:33:53Z | 2007-04-05T08:00:00Z |
174,234 |
Bug 174234 Master pages don't work in Word emitter
|
A document that formats with first page as an envelope and subsequent pages as letter sized paper only formats as envelope through out in the Word emitter.
|
resolved fixed
|
a1350bf
|
["engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/EmitterContext.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-05T07:04:09Z | 2007-02-14T21:53:20Z |
179,629 |
Bug 179629 After create a x-tab with a cube, a error occurs in Problems sheet[1102]
|
Description: After create a x-tab with a cube, a error occurs in Problems sheet[1102] Build number: 2.2.0.v20070328-0630 Steps to reproduce: 1, Create a cube 2, Create a x-tab using the cube 3, Check the error message in Problems sheet Expected result: No error occurs after create a x-tab Actual result: The error message is "The ExtendedItem must be able to access one data set."
|
closed fixed
|
7edb6f6
|
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/ReportItemExtensionTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/DataSetRequiredValidator.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-05T06:51:10Z | 2007-03-28T00:00:00Z |
178,488 |
Bug 178488 Max and Min does not take effect for non-category Date/Time Axis [0001]
|
Description: Max and Min does not take effect for non-category Date/Time Axis. Build number: 2.2.0.v20070321-0630 Steps to reproduce: 1. Preview the attached design file. Expected result: Min and Max takes effect (See screenshot1). Actual result: Min and Max does not take effect(See screenshot2). Error log: N/A
|
closed fixed
|
ffd2f1c
|
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-04T09:03:17Z | 2007-03-21T06:53:20Z |
180,838 |
Bug 180838 If the cube is invalid, we should show a warning to user[1101]
|
Description: The result of measure are incorrect[1102] Build number: 2.2.0.v20070404-0630 Steps to reproduce: Using the attached report, I think the expected result is China 20 female Uk ... China 28 male USA ... But the result is China 48 female Uk ... male USA ... And we calculate the China of female and male in one measure of female.I think it is incorrect.
|
closed fixed
|
e7dd5e6
|
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/dimension/DimensionTest2.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableHelperTest2.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/dimension/Hierarchy.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/dimension/Member.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-04T07:24:25Z | 2007-04-04T01:26:40Z |
180,689 |
Bug 180689 [Regression]Chart with flipped axes doesn't display properly [0001]
|
Chart with flipped axes doesn't display properly [0001] Build number: 2.2.0.v20070403-1345 Steps to reproduce: 1.new a sample DB data source and set CUSTOMERS as data set 2.new a bar chart using the data set,set CUSTOMERNAME as X-series,CREDITLIMIT as Y-series,click Ok 3.preview in html 4.double click the chart in layout and check "Flip axes" 5.preview in html Expected result: Chart with flipped axes is displayed in html Actual result: Chart with flipped axes isn't displayed in html Error log: N/A
|
closed fixed
|
8952746
|
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-04T06:20:50Z | 2007-04-03T11:33:20Z |
180,431 |
Bug 180431 Exported files from Export Report have no extension name.[0002]
|
Description: Exported files from Export Report have no extension name. Build number:2.2.0.v20070402 Steps to reproduce: 1. New a report. 2. Preview in Web Viewer. 3. Click Export Report. 4. Select any kind of format and click OK. 5. Save the report intead of open it. 6. Check the saved file. Expected result: If I choose PDF, the file name should be like "new_report_1.pdf" Actual result: The file name is new_report without extension name. Error log:N/A
|
closed fixed
|
7b28cf4
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/FramesetFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-03T09:42:39Z | 2007-04-02T05:00:00Z |
180,630 |
Bug 180630 Required parameters haven't been marked with *.
|
Description: Required parameters haven't been marked with *. Build number:2.2.0.v200704031345 Steps to reproduce: 1. Open attached report and preview. Expected result: date,date1 and date2 are required and all are marked with *. Actual result: Only date2 is marked with *. Error log:N/A
|
closed fixed
|
3dbcd52
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ScalarParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/api/ParameterDefinition.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-03T09:01:55Z | 2007-04-03T08:46:40Z |
180,189 |
Bug 180189 Support in memory data set cache.
|
Currently, Design-Time Data Cache is stored on disks. By performance tests using ramdisk, we found that caching in physical memory can improve the performance of RunAndRender by 30%.
|
resolved fixed
|
49e98d5
|
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/DataSetCacheTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/DataEngine.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/DataEngineContext.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/CacheMapManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSetCacheManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DiskDataSetCacheObject.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/IDataSetCacheObject.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/MemoryDataSetCacheObject.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/dscache/CacheUtilFactory.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/dscache/ILoadUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/dscache/ISaveUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineSession.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataSetCacheUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDataSourceQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-03T07:48:10Z | 2007-03-30T13:06:40Z |
180,617 |
Bug 180617 [Regression] Exception is thrown out when create a stored procedure data set [0703]
|
Description: Exception is thrown out when create a stored procedure data set Build number: 2.2.0.v20070403-0630 Steps to reproduce: 1. Add a data source, Driver:net.sourceforge.jtds.jdbc.Driver (v0.9) URL:jdbc:jtds:sqlserver://spmdb/gui, User:sa, Password:sa. 2. Add a data set, select data set type "SQL Stored Procedure Query", edit this data set "{call counterInT1(?)}". 3. Click "Finish". Expected result: No exception is thrown out. Actual result: Exception is thrown out. Error log: A BIRT exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Data Engine Plug-in ID:org.eclipse.birt.data Version:2.2.0.v20070401 Error Code:odaconsumer.CannotGetResultSetMetaData Error Message:Cannot get the result set metadata. SQL statement does not return a ResultSet object. SQL error #1: Parameter #1 has not been set.
|
closed fixed
|
c6047d8
|
["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-04-03T07:28:22Z | 2007-04-03T06:00:00Z |
180,608 |
Bug 180608 [Regression]NPE throws out when preview the result in dataset[07]
|
Description: [Regression]NPE throws out when preview the result in dataset[07] Build number: 2.2.0.v20070403-0630 Steps to reproduce: 1, Use attached report 2, Edit Data Set 3, Preview the Data Set Expected result: The preview should be success Actual result: NPE throws out Error log:
|
closed fixed
|
b07e9e9
|
["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/ResultClass.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-03T06:49:58Z | 2007-04-03T03:13:20Z |
180,414 |
Bug 180414 The attached design file is not previewed correctly when using POSTSCRIPT [1201]
|
Description: The attached design file is not previewed correctly when using POSTSCRIPT. Build number: 2.2.0.v20070402-0630 Steps to reproduce: 1. Preview the attached design file in POSTSCRIPT. Expected result: All the letters are shown within the boundary. Actual result: See the attached screenshot. Error log: N/A
|
closed fixed
|
9f768ed
|
["engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/device/PostscriptPage.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-03T06:48:26Z | 2007-04-02T02:13:20Z |
175,894 |
Bug 175894 SwingLiveChartViewer example is broken
|
Run SwingLiveChartViewer example in the chart.examples plugin The line series moves to the right unexpectedly.
|
resolved fixed
|
e1ae797
|
["chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/SwingLiveChartViewer.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-03T06:16:07Z | 2007-02-28T19:13:20Z |
180,118 |
Bug 180118 Enhance to print out source stack trace in preview mode.[0002]
| null |
closed fixed
|
76302c5
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/FramesetFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/RunFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/BirtEngineServlet.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/ViewerServlet.java", "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-04-03T03:33:42Z | 2007-03-30T04:46:40Z |
179,676 |
Bug 179676 [regression]Error when report has chart in master page[05]
| null |
closed fixed
|
fec1e06
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/PageReader.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/ReportPageReader.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/l18n/LocalizedReportExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-02T08:57:53Z | 2007-03-28T08:20:00Z |
180,402 |
Bug 180402 [Smoke][Automation][Regression] Chart cannot be rendered at all
|
steps to reproduce: - create a report - add a chart item to the report - preview the report expected behavior: - chart is rendered actual behavior: - chart was not rendered at all
|
closed fixed
|
cba28ab
|
["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemGenerationImpl.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-02T06:57:45Z | 2007-04-02T02:13:20Z |
180,401 |
Bug 180401 If the fact table has duplicate level, the driver can not handle that fact table[1102]
|
Description: I create a fact table: 1,1,male,USA,1,Beer,Drinking,"Jan 1, 2007 12:00 AM",30,6 2,1,male,USA,2,Diaper,Baby,"Jan 1, 2007 12:00 AM",100,2 .... 9,4,male,China,3,Noodle,FastFood,"Apr 2, 2007 12:00 AM",28,7 10,4,male,China,5,Coffee,Drinking,"Apr 2, 2007 12:00 AM",20,2 I use male and China as the row level and Noodle(product type) as column level. I have discussed with Mingxia, because of our driver thinks that the China and Noodle are duplicate in two rows, it is a invalid fact table. But we think it is a good fact table. And that kind of fact table will be often used. I have attached the report design to reproduce the bug. Build number: 2.2.0.v20070330-0630 error log: null ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException at org.eclipse.birt.data.engine.olap.api.query.impl.CubeQueryResults.getCubeCursor(CubeQueryResults.java:75) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.<init>(CubeResultSet.java:76) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:192) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:119) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:189) at org.eclipse.birt.report.engine.extension.internal.ExecutorContext.executeQuery(ExecutorContext.java:62) at org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:89) at org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:92) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:89) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:124) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:82) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:88) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:125) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source
|
closed fixed
|
4aa5e4e
|
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-02T03:18:16Z | 2007-04-02T02:13:20Z |
180,408 |
Bug 180408 After correct the expression of dimension, NPE throws out and the x-tab can not be previewed anymore[1102]
|
Description: After correct the expression of level, NPE throws out and the x-tab can not be previewed anymore[1102] Build number: 2.2.0.v20070402-0630 Steps to reproduce: 1, New a cube with two report design 2, New a x-tab using the cube 3, Change the level's name to CUSTOMER_REGION1 4, Preview the report 5, Correct the expression in x-tab: dimension["Customer"]["CUSTOMER_REGION1"] 6, Preview the report Expected result: After step4, the report can not be previewed but not shown up the NPE message After step5 and 6, the report can be previewed successfully Actual result: After step4, NPE pops up After step6, NPE still pops up Error log:
|
closed fixed
|
51088c4
|
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-04-02T02:51:50Z | 2007-04-02T02:13:20Z |
180,249 |
Bug 180249 BPS39 - Centralized Chart Engine API
|
Centralized and clearer Engine API -Create one single entry point class ChartEngine in an api package so it's easy to find (with access to IGenerator, Serializer, Device Renderers) -Create a new IGenerator interface instead of exposing the Generator class.
|
resolved fixed
|
475150b
|
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/api/ChartEngine.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/Generator.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/IGenerator.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-30T17:24:20Z | 2007-03-30T18:40:00Z |
180,190 |
Bug 180190 Some unnecessary error log is shown in charting
|
When a chart in a report has no data, or there is no SWT interactivity notifier hooked to the engine, an warning or error are logged. Those are normal conditions of execution and should only log with a INFO level.
|
resolved fixed
|
81946d0
|
["chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtRendererImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-30T13:15:19Z | 2007-03-30T13:06:40Z |
178,476 |
Bug 178476 Clear cache dosen't take effact[07]
|
Description: Clear cache dosen't take effact[07] Build number: 2.2.0.v20070321-0630 Steps to reproduce: 1, New a dataset 2, Set the Cache preference to: 20 rows 3, Drag the dataset into layout and preview the results 4, Go back to dataset, clear the cache and change the preference to 30 rows 5, Save the report and preview the report Expected result: After step5: 30rows of data in preview results Actual result: only 20 rows of data in preview results Error log:
|
closed fixed
|
a9ac53e
|
["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/ModelOdaAdapter.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-30T09:40:33Z | 2007-03-21T01:20:00Z |
180,114 |
Bug 180114 Exception is thrown out when preview a report with a crosstable [1102]
|
Description: Exception is thrown out when preview a report with a crosstable. Build number: 2.2.0.v20070330-06938 Steps to reproduce: 1. New a sample data source, new a data set: Select * from CLASSICMODELS.CUSTOMERS. 2. New a Cube, Dimesion: Group-COUNTRY, Group1-CONTACTFIRSTNAME; Mesures: CREDITLIMIT. 3. New a Cross Table, drag Group for column and Group1 for row. 4. Preview. Expected result: No exception is thrown out. Actual result: Exception is thrown out. Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.NullPointerException Show Exception Stack Trace Hide Exception Stack Trace Stack Trace: org.eclipse.birt.data.engine.olap.data.impl.Cube.load(Cube.java:96) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExcutorHelper.loadCube(CubeQueryExcutorHelper.java:75) org.eclipse.birt.data.engine.olap.query.view.QueryExecutor.loadCube(QueryExecutor.java:75) org.eclipse.birt.data.engine.olap.query.view.QueryExecutor.execute(QueryExecutor.java:54) org.eclipse.birt.data.engine.olap.query.view.BirtCubeView.getCubeCursor(BirtCubeView.java:79) org.eclipse.birt.data.engine.olap.api.query.impl.CubeQueryResults.getCubeCursor(CubeQueryResults.java:58) org.eclipse.birt.report.engine.data.dte.CubeResultSet.(CubeResultSet.java:76) org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:192) org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:119) org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:189) org.eclipse.birt.report.engine.extension.internal.ExecutorContext.executeQuery(ExecutorContext.java:62) org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:89) org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:92) org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:89) org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:124) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:82) org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:88) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:125) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:595)
|
closed fixed
|
6474f11
|
["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-03-30T09:12:19Z | 2007-03-30T02:00:00Z |
174,202 |
Bug 174202 Pie chart 'minimum slice' label category values don't match legend
|
To reproduce: Create a pie chart Use Category Data as label values Set a minimum slice percentage Enable a legend Expected behaviour: Slice label should should match legend Actual behaviour: Slice label uses one of the consolidated categories, and not the minimum slice label. This is with 2.2M2 and 2.2M4 Screenshot to follow, as it probably explains better than I do :)
|
resolved fixed
|
3593f02
|
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-30T08:37:42Z | 2007-02-14T16:20:00Z |
178,191 |
Bug 178191 Line Chart series markers is not in the right position when the chart has a non-category X Axis [0001]
|
Description: Line Chart series markers is not in the right position when the chart has a non-category X Axis. Build number: 2.2.0.v20070320-1038 Steps to reproduce: 1. New a line Chart with a non-category X Axis. 2. Preview. Expected result: All the series markers are in the right position. Actual result: Line Series markers are not in the right position (See the screenshot). Error log: N/A
|
closed fixed
|
fa1115e
|
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-30T07:04:38Z | 2007-03-20T08:40:00Z |
179,622 |
Bug 179622 Web Viewer does not display localized UI.
|
Web Viewer does not display localized UI even though the org.eclipse.birt.report.viewer.nl1_2.2.0.v20070327-0630.jar is installed. Please check the attached screen shot. To reproduce: 1. Install NL pack 2. Start eclipse with -nl ja_JP option. 3. Open any report and preview as Web Browser.
|
resolved fixed
|
dd2eeac
|
["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/ViewerPlugin.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-30T06:45:10Z | 2007-03-28T00:00:00Z |
174,872 |
Bug 174872 Clean up chart model
|
The chart model contains unused attributes and components. Those just make it difficult to understand the model architecture, so they should be removed from the schema, and the EMF classes must re-generated. Examples are: ChartPreferences, Rule. We need to analyze the model to find out all unused ones. Note that this should not break backward compatibility, otherwise just make them deprecated.
|
resolved fixed
|
4ac5c67
|
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/Serializer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/RuleType.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/ChartPreferences.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/ComponentFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ChartPreferencesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/DataFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/Query.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/Rule.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/RuleImpl.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-30T06:12:11Z | 2007-02-20T22:20:00Z |
179,431 |
Bug 179431 [Automation]Chart background color issue[0602]
|
Details: [Automation]Chart background color issue[0602] Step: 1. Add a chart and set output format as jpg/bmp. 2. Add a chart and set output format as png/svg. Actual result: Step 1: Background color of chart is baby blue. Step 2: Background color of chart is black.
|
closed fixed
|
fe712da
|
["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/BmpRendererImpl.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JpegRendererImpl.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/PngRendererImpl.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-29T16:50:45Z | 2007-03-27T04:33:20Z |
172,420 |
Bug 172420 Icon used to invoke expression builder should be consistent(DTE part)
|
Please modify the part of DTE team, thanks.
|
verified fixed
|
7716180
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetUIUtil.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-29T10:50:51Z | 2007-02-01T06:06:40Z |
179,423 |
Bug 179423 [regression]Chart template instruction isn't in the middle place in Firefox[02]
|
[regression]Chart template instruction isn't in the middle place in Firefox[02] Build number: 2.2.0.v20070326-0630 Steps to reproduce: 1. New a template file. 2. Insert a chart, input add chart as instruction text. 3. Preview in IE and Firefox. Expected result: add chart is in the center and middle Actual result: In IE, add chart is in the center and middle In Firefox, add chart is in the center and top.
|
closed fixed
|
cd97ed8
|
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-29T10:15:19Z | 2007-03-27T01:46:40Z |
176,874 |
Bug 176874 Remove the call to setupRenderOption method from RunTask flow
|
While going through the report engine code, I noticed that the method setupRenderOption is being called in RunTask.doRun method. setupRenderOption method is used to intialize the render options used to render the report. I understand this is not needed in RunTask flow as we are only running the report.
|
resolved fixed
|
bebd1b0
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-29T09:42:17Z | 2007-03-09T22:40:00Z |
179,938 |
Bug 179938 [Automation][Regression] Exception is thrown out when preview the data set with parameter [0705]
|
Description: Exception is thrown out when preview the data set with parameter. Build number: 2.2.0.v20070329-1055 Steps to reproduce: 1. New a data source and a data set with a parameter and binding the parameter to a report parameter. 2. Preview Results. Expected result: No exception is thrown out. Actual result: Exception is thrown out. Error log: A BIRT exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Data Engine Plug-in ID:org.eclipse.birt.data Version:2.2.0.v20070329-1055 Error Code:odaconsumer.CannotExecuteStatement Error Message:Cannot execute the statement. SQL statement does not return a ResultSet object. SQL error #1: At least one parameter to the current statement is uninitialized.
|
closed fixed
|
7390d7b
|
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/DataAdapterUtil.java", "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-03-29T09:38:24Z | 2007-03-29T09:20:00Z |
179,931 |
Bug 179931 Provide new interface IStyle to let extension return the style properties values
|
Provide the IStyle interface to let extension user can return the style property value list for their extension elements.
|
resolved fixed
|
7a1ad23
|
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/PeerExtensionTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/extension/IReportItem.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/extension/IStyleDeclaration.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/strategy/ExtendedItemPropSearchStrategy.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-29T08:49:47Z | 2007-03-29T06:33:20Z |
177,694 |
Bug 177694 BIRT date/time type support in viewer
|
BIRT viewer needs to be changed to support new BIRT data type date/time. Please see attached spec/patch file for details.
|
resolved fixed
|
8bd85fa
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ParameterDataTypeConverter.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-03-29T08:28:45Z | 2007-03-16T01:53:20Z |
179,688 |
Bug 179688 Dimension should not be able to be deleted through Context Menu [1102]
|
Description: Dimension should not be able to be deleted through Context Menu. Build number: 2.2.0.v20070328-0630 Steps to reproduce: 1. New a Cross tab, drag Group to column. 2. Select the Group and right click to choose "Delete" in the context menu. Expected result: Dimension should not be able to be deleted through Context Menu. Actual result: Dimension can be deleted through Context Menu. Error log: N/A
|
closed fixed
|
8cc2382
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-29T08:16:49Z | 2007-03-28T08:20:00Z |
179,262 |
Bug 179262 [Automation][Regression] vertical alignment set on table row did not work properly
|
steps to reproduce: - use the attached report design - preview in html expected behavior: - vertical alignment takes effect actual behavior: - it did not
|
closed fixed
|
01f5254
|
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-29T06:05:31Z | 2007-03-26T09:06:40Z |
179,899 |
Bug 179899 org.eclipse.birt.report.designer.tests has compile error in daily build 20070329-0630
|
org.eclipse.birt.report.designer.tests has compile error in daily build 20070329-0630. Please see the attachment. This build ran from HEAD version.
|
closed fixed
|
de1e777
|
["UI/org.eclipse.birt.report.designer.tests/src/org/eclipse/birt/report/designer/tests/example/matrix/ExtendedElement.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-29T05:07:38Z | 2007-03-29T03:46:40Z |
179,687 |
Bug 179687 Every cube's dimensions can be used by one x-tab[1102]
|
Description: Do not allowed other cube's dimension using in the x-tab which is not using that cube[1102] Build number: 2.2.0.v20070328-0630 Steps to reproduce: 1, New two cubes, cube1 and cube2 2, Create a x-tab using cube1 3, Drag the dimension of cube2 to x-tab Expected result: The step3's operation should be forbidden Actual result: All the dimensions can be dragged into the x-tab Error log:
|
closed fixed
|
62a30a5
|
["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabHandleAdapter.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/NormalCrosstabCellAdapter.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/VirtualCrosstabCellAdapter.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-29T04:13:45Z | 2007-03-28T08:20:00Z |
159,514 |
Bug 159514 BPS66 - Chart Simple API
|
This project aims to simplify the chart model API and make it accessible from scripting. It will only expose a set of clear interfaces that determine what can be changed using scripting.
|
closed fixed
|
6d00d2a
|
["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/IChart.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/IChartWithAxes.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/IChartWithoutAxes.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/attribute/ILabel.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/attribute/IText.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IAxis.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/ICategory.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IChartComponent.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/ILegend.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IMarkerLine.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IMarkerRange.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IValueSeries.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/data/IDataElement.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/data/IDateTimeDataElement.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/data/INumberDataElement.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/data/ISeriesGrouping.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/scale/ICategoryScale.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/scale/ILinearScale.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/scale/ILogarithmicScale.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/scale/IScale.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/scale/ITimeScale.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IArea.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IBar.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IBubble.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IDifference.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IGantt.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/ILine.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IMeter.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IPie.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IScatter.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IStackableSeries.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IStock.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IBubbleData.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IDifferenceData.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/ISeriesData.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/ISimpleData.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IStockData.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/ChartImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/ChartWithAxesImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/ChartWithoutAxesImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/attribute/LabelImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/attribute/TextImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/AxisImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/CategoryImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/LegendImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/MarkerLineImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/MarkerRangeImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/SeriesImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/ValueSeriesImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/scale/CategoryScaleImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/scale/LinearScaleImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/scale/LogarithmicScaleImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/scale/ScaleImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/scale/TimeScaleImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/AreaImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/BarImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/BubbleImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/DifferenceImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/GanttImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/LineImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/MeterImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/PieImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/ScatterImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/StackableSeriesImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/StockImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/data/BubbleDataImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/data/DifferenceDataImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/data/GanttDataImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/data/SeriesDataImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/data/SimpleDataImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/data/StockDataImpl.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/AllTests.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/BaseChartTestCase.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/ChartTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/ChartWithAxesTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/ChartWithoutAxesTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/SimpleAPITest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/AxisTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/CategoryTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/LegendTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/MarkerLineTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/MarkerRangeTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/ValueSeriesTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/data/SeriesGroupingTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/scale/LinearScaleTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/scale/ScaleTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/scale/TimeScaleTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/series/BarSeriesTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/series/PieSeriesTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/series/SeriesTypeTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/series/StackableSeriesTest.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-29T03:17:29Z | 2006-10-02T20:13:20Z |
179,880 |
Bug 179880 [Smoke][Automation][Regression] Preview failed in daily build 20070329
|
steps to reproduce - create a report design - preview report expected behavior: - report is previewed actual behavior: - failed to preview
|
closed fixed
|
fb81d6b
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-29T02:47:49Z | 2007-03-29T01:00:00Z |
177,483 |
Bug 177483 [Regression] The value in chart area and legend area are different for Meter chart [0001]
| null |
closed fixed
|
ef6a2a4
|
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-28T08:48:14Z | 2007-03-15T03:40:00Z |
176,457 |
Bug 176457 Use container's column bindings in chart editor
| null |
resolved fixed
|
91646f7
|
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemQueryImpl.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-28T06:10:48Z | 2007-03-06T08:33:20Z |
177,864 |
Bug 177864 Error message is not helpful when a BIRT function call has incorrect params
|
The attached report design contains a single data iten with expression BirtComp.like("a"). This expression has syntax error because BirtComp.like() function expects two parameters. Run this report in BIRT viewer and the only error you will get is: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report This error message is not helpful. It should have pointed to the source of the report design error, and has an exception call stack.
|
resolved fixed
|
780ea3f
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractChangeParameterActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractRenderImageActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtChangeParameterActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetPageActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetPageAllActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetReportletActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtRenderReportActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtRunAndRenderActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtRunReportActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/IActionHandler.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-28T05:31:50Z | 2007-03-17T00:06:40Z |
179,636 |
Bug 179636 [Smoke] Chart can not be previewed [0001]
|
Description: Chart can not be previewed Build number: 2.2.0.v20070328-0630 Steps to reproduce: 1. New a chart, preview. Expected result: Chart is displayed correctly. Actual result: Chart can not be previewed. Error log: N/A
|
closed fixed
|
264012f
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-28T03:11:42Z | 2007-03-28T02:46:40Z |
177,504 |
Bug 177504 Engine doesn't provide SubQuery for extended item
|
Engine doesn't provide SubQuery for extended item, so chart can't use container's binding to execute the query. If possible, engine could provide an option for extended item to choose whether engine could create the query, so extended item won't create SubQuery by itself.
|
resolved fixed
|
b4780e4
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/ExtensionManager.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/RowSet.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-28T02:52:33Z | 2007-03-15T09:13:20Z |
179,230 |
Bug 179230 [Smoke]Nested report items throw exception when previewed[02]
|
[Smoke]Nested report items throw exception when previewed[02] Build number: 2.2.0.v20070326-0630 Steps to reproduce: 1.New a 3 *3 table 2.Put a label with content "abc" in the table cell (0,0), revert the label to template report item 3.Revert the table to the template report item 4.preview Expected result: No exception thrown and displayed properly Actual result: Exception thrown Error log: Error happened while running the report; nested exception is: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:595)
|
closed fixed
|
9c46df4
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-27T09:26:01Z | 2007-03-26T03:33:20Z |
175,954 |
Bug 175954 Data Engine throws DataException when runtime query has multiple copies of the columns of the design-time query
|
When the column meta data returned by the runtime query has multiple copies of the columns of the design-time query initially specified (say, in the ODA session response), the BIRT viewer will throw a DataException. For example, if the initial design-time query specified is "select customername from customers" -- which has 1 field -- and the runtime query is "select customername, customername from customers" -- which duplicates the field of the initial query, then a DataException will be thrown by the data engine. This is incorrect behavior because as long as the runtime query covers all the columns initially requested, the query should work. Specifically, the location that throws the DataException is at org.eclipse.birt.data.engine.executor.ResultClass.doSave(): public void doSave( OutputStream outputStream, Map requestColumnMap ) throws DataException { ... ... if ( writeCount != size ) throw new DataException( ResourceConstants.RESULT_CLASS_SAVE_ERROR ); } Call stack: DataException.<init>(String) line: 43 ResultClass.doSave(OutputStream, Map) line: 196 CachedResultSet.doSave(StreamWrapper, boolean) line: 230 RDSaveUtil.saveForGeneration(IResultIterator, int, int[]) line: 95 RDSaveUtil.saveResultIterator(IResultIterator, int, int[]) line: 60 RDSave.saveResultIterator(IResultIterator, int, int[]) line: 160 ResultIterator$RDSaveHelper.doSave(Map, boolean) line: 774 ResultIterator$RDSaveHelper.doSaveExpr(Map) line: 739 BindingColumnsEvalUtil.getColumnsValue() line: 160 ResultIterator.prepareCurrentRow() line: 347 ResultIterator.next() line: 192 DteResultSet.next() line: 196 TableItemExecutor(QueryItemExecutor).executeQuery() line: 64 TableItemExecutor.execute() line: 72
|
resolved fixed
|
e443e2e
|
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/FeaturesTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/executor/cache/MemoryCacheTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/executor/cache/SizeOfUtilTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/util/OlapExpressionUtilTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/OdaResultSet.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultClass.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/util/BaseExprDataResultSet.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/viewing/ExprMetaUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/PreparedStatement.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-27T08:22:18Z | 2007-03-01T00:46:40Z |
177,693 |
Bug 177693 Support Date/Time data type in BIRT report engine.
|
Report engine needs to support new BIRT data type Date/Time. Please see attached for details.
|
resolved fixed
|
ea9ee10
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IScalarParameterDefn.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportParameterConverter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ParameterSelectionChoice.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-27T05:53:50Z | 2007-03-16T01:53:20Z |
178,936 |
Bug 178936 Exception is thrown out when you choose "Step Size" Radio button [0001]
|
Description: Exception is thrown out when you choose "Step Size" Radio button. Build number: 2.2.0.v20070322-0630 Steps to reproduce: 1. New a sample data source, data set: select * from CLASSICMODELS.CUSTOMERS. 2. New a Bar Chart, Category (X) Series: row["CUSTOMERNUMBER"], Value (Y) Series: row["CUSTOMERNUMBER"]. 3. In "Format Chart" tab, select "X-Axis" node, click "Gridlines" button, untick "Is Category Axis" checkbox. 4. Click "Scale" button, choose "Step Size" Radio button. Expected result: No exception is thrown out. Actual result: Exception is thrown out. Error log: java.lang.NullPointerException at org.eclipse.birt.chart.ui.swt.wizard.format.popup.AbstractScaleSheet.handleEvent(AbstractScaleSheet.java:287) at org.eclipse.birt.chart.ui.swt.composites.TextEditorComposite.notifyListeners(TextEditorComposite.java:282) at org.eclipse.birt.chart.ui.swt.wizard.format.popup.AbstractScaleSheet.handleEvent(AbstractScaleSheet.java:354) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) 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:104) at org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:198) at org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:185) at org.eclipse.birt.report.designer.internal.ui.extension.ExtendedEditPart.performDirectEdit(ExtendedEditPart.java:153) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.performRequest(ReportElementEditPart.java:133) at org.eclipse.gef.tools.SelectEditPartTracker.performOpen(SelectEditPartTracker.java:187) at org.eclipse.gef.tools.SelectEditPartTracker.handleDoubleClick(SelectEditPartTracker.java:131) at org.eclipse.gef.tools.AbstractTool.mouseDoubleClick(AbstractTool.java:944) at org.eclipse.gef.tools.SelectionTool.mouseDoubleClick(SelectionTool.java:501) at org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:204) at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked(DomainEventDispatcher.java:285) at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick(LightweightSystem.java:508) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:174) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2264) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2228) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2103) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:457) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:452) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124)
|
closed fixed
|
acaf6d3
|
["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TextEditorComposite.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-27T05:52:29Z | 2007-03-23T03:20:00Z |
178,489 |
Bug 178489 [Deployment]Error log isn't printed in log file when using framset set method[0601]
| null |
closed fixed
|
8cefc95
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-27T02:38:55Z | 2007-03-21T06:53:20Z |
178,465 |
Bug 178465 Group change causes failure in the Web Viewer
|
Attached report has script on the group onprepare method which determines the keyexpr based a on a report parameter. When ran in the M5 build this fails in the Web Viewer. Jason
|
resolved fixed
|
0bac24c
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/QueryItemExecutor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-27T02:37:25Z | 2007-03-20T22:33:20Z |
178,342 |
Bug 178342 Bookmark hyperlinks are very slow
|
I designed a report off the sample db that list orders in one table and order details right below. I then added a hyperlink to the top table to link to a bookmark in the details table below. I set the bookmark appropriately. This report works fine when I choos "View Report in Web Viewer" The links are very fast. When I choose "View Report in HTML" The hyperlink is very slow. It appears to be regenerating or something. The report is attached. Jason
|
resolved fixed
|
c1031e0
|
["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-03-27T02:20:42Z | 2007-03-20T17:00:00Z |
178,710 |
Bug 178710 org.eclipse.birt.report.designer.tests has compile error in daily build 20070322-0630
|
org.eclipse.birt.report.designer.tests has compile error in daily build 20070322-0630. Please see the attachment for details.
|
closed fixed
|
599b948
|
["UI/org.eclipse.birt.report.designer.tests/src/org/eclipse/birt/report/designer/tests/example/matrix/ExtendedElement.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-26T01:50:36Z | 2007-03-22T02:20:00Z |
177,498 |
Bug 177498 A width of columns in table/grid should not be the same by default if shrink property is ON
|
Now the width of all columns in table/grid is the same if "width" property is empty and "shrink" property is ON. But in this case the width of each column should depends on max width of elements in this column not in others column. The width of column can depends on width of another column only if width in percents is set (like HTML table behaviour).
|
resolved fixed
|
f6e5c01
|
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-23T18:36:37Z | 2007-03-15T09:13:20Z |
150,151 |
Bug 150151 [Accessibility] BIRT SWT chart is not high contrast compliant
|
The BIRT chart presented in the test log viewer is not displayed properly in high contrast mode. The background color remains white. The labels at the right legend are still using the same font.
|
closed fixed
|
c5c937f
|
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ChartImpl.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-23T15:17:26Z | 2006-07-10T14:00:00Z |
168,837 |
Bug 168837 The gradient with transparent color does not work [0001]
|
Description: The background gradient color does not work. Build number: 2.1.2.v20061221-0710 Steps to reproduce: 1. Preview the attached design file. Expected result: Background gradient color both work when preview and in Layout. Actual result: Background gradient color does not work when preview but work in Layout. Error log: N/A
|
closed fixed
|
23e18d9
|
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-22T16:01:56Z | 2006-12-21T11:20:00Z |
177,691 |
Bug 177691 Support Date/Time type in BIRT.
|
We plan to support Date/Time type in BIRT. Please refer to attached document/patch file for necessary info.
|
resolved fixed
|
e9adb03
|
["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/DataSetParameterAdapter.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ParameterValidationUtilTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ScalarParameterHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/DesignChoiceConstants.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ParameterValidationUtil.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-22T07:53:41Z | 2007-03-16T01:53:20Z |
177,704 |
Bug 177704 Chart that inherits data from container can't use parameter binding
|
In chart builder, choose "inherit data from container" and set parameter bindings for chart(change the default value in the parameter dialog), and find it's invalid. The real reason is SubQueryDefinition doesn't support setting parameter bindings just as QueryDefinition. However, chart builder allows user to set it. Need to fix this issue either by UI change or by adding data support.
|
resolved fixed
|
b85dbc9
|
["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-22T05:07:55Z | 2007-03-16T07:26:40Z |
176,107 |
Bug 176107 row.__rownum cannot be directly used as group key
|
Create a table that bind it to a data set. Insert a group. For the Group On field, click on the "..." button to edit the expression, and select from "Availble Column Bindings" | "Table" | "RowNum". This creates a Group On Expression "row.__rownum". The resulting report design cannot be run. It produces error: Column binding "row.__rownum" does not exist. To workaround this, one must create another binding on the table and set its expression to "row.__rownum", then use the new binding as group key. This should not have been necessary. The "__rownum" binding should be implicitly available in all contexts that have a data set. E.g., it should be usable directly as group key, sort key, and in conditional format expressions, etc. Attached is a sample report that produces the error.
|
resolved fixed
|
1286495
|
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/GroupOnRowTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExpressionCompilerUtil.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-22T04:15:54Z | 2007-03-01T23:00:00Z |
178,179 |
Bug 178179 The order of included css files keeps unchanged when reloading
|
Xingjie once asked Rima this question, and Rima answered that the order kept unchanged. The question and answer are listed following: About reload css. Now there is duplicate style name problem. Which css file is added at last, which file has the highest priority. For example design file has two css file. base.css and new.css . Base.css ----- StyleA ----- StyleB New.css -----StyleA -----StyleC So the priority of new.css is higher. So we can get three styles: New.css.styleA, StyleB, StyleC When I execute reload base.css action, There is two choices. One is : keep every thing. That means the priority of new.css is higher too. Second is: After reload, priority of base.css is higher. And in report design you will see New.css -----StyleA -----StyleC Base.css ----- StyleA ----- StyleB And we can get three styles: base.css.styleA, styleB, styleC Which is the better choice? I will let Xiong send a bug about the choice that in future we can know the behavior. [Rima Kanguri] Always the priority of the last file included is highest. In your example the styles defined in New.css takes higher priority always. Even when user performs a reload operation.
|
verified fixed
|
8a24e4b
|
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/CssSharedStyleHandleTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ReportDesignHandleTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/command/CssCommandTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryParseTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryThemeTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/CssSharedStyleHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportDesignHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ThemeHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/CssException.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/CssReloadedEvent.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/css/CssStyleSheetHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/CssCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/CssRecord.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssNameManager.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyleSheetAdapter.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyleSheetHandleAdapter.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/StyleSheetLoader.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ICssStyleSheetOperation.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ReportDesign.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/Theme.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/IncludedCssStyleSheetListState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-21T07:53:05Z | 2007-03-20T05:53:20Z |
178,164 |
Bug 178164 Use IEngineTask.status constants and remove unnecessary status variables in EngineTask.
|
1)Remove following redundant variables in EngineTask used for status info. protected final int RUNNING_STATUS_START = 0; protected final int RUNNING_STATUS_RUNNING = 1; protected final int RUNNING_STATUS_STOP = 2; EngineTask already has access to constants declared in IEngineTask. Use those instead. 2)Remove the unused errorHandlingOption in EngineTask.
|
resolved fixed
|
22295cc
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-21T06:57:10Z | 2007-03-20T00:20:00Z |
178,404 |
Bug 178404 "Display Text:" and "Value:" on New Selection Choice are not externalized.
|
"Display Text:" and "Value:" on New Selection Choice are not externalized into the properties file. Please check the attached screen shot for detail.
|
resolved fixed
|
940302f
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/SelectionChoiceDialog.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-21T05:31:49Z | 2007-03-20T19:46:40Z |
177,690 |
Bug 177690 Overline, Underline, line-through is no effect on master page when preview as web view[00]
|
Details: Overline, Underline, line-through is no effect on master page when preview as web view Step: 1. New a report and add a label in masterpage header and footer. 2. Set the master page overline, underline, line-through. 3. Preview as web view. Actual result: Overline, Underline, line-through is no effect.
|
closed fixed
|
ea55424
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExecutor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-21T04:23:19Z | 2007-03-16T01:53:20Z |
177,296 |
Bug 177296 Redundant Values are added to parameter list in preview mode.[0705]
|
Description: Redundant Values are added to parameter list in preview mode. Build number:2.2.0.v20070312 Steps to reproduce: 1. Open attached report. 2. Preview. 3. Select datetime value and click OK. 4. Click Show Report Parameters button, check values Expected result: Values are unchanged and only one datetime value in list. Actual result: Two same datetime values in list.
|
closed fixed
|
6221432
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ComboBoxParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/RadioButtonParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetCascadeParameterActionHandler.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-21T02:45:58Z | 2007-03-14T11:00:00Z |
172,604 |
Bug 172604 Total.Rank result incorrect.
|
The Total.rank() aggregation function should follow Excel convention, that is, the identical values should only hold one place in rank. The following table give details: Value | Rank 20 | 3 10 | 4 30 | 2 30 | 2 40 | 1
|
resolved fixed
|
7993f2b
|
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/aggregation/TotalTest.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-20T06:59:38Z | 2007-02-02T04:20:00Z |
152,443 |
Bug 152443 Support boolean type in data set
|
Support boolean type in data set. It'll cause some data transform issue with absence of boolean type.
|
closed fixed
|
7b2ee2d
|
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/odaconsumer/PreparedStatementTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/DataTypeUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/PreparedStatement.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ResultSet.java", "data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-20T05:20:20Z | 2006-08-01T11:00:00Z |
176,979 |
Bug 176979 invalid reference: add column name to exception
|
How can I find out, which reference is broken, from such exception? Please always specify argument in such exceptions. Thanks 13:26:19,300 ERROR [STDERR] 12.3.2007 13:26:19 org.eclipse.birt.report.engine.data.dte.DteResultSet next SEVERE: Some columns reference in column binding do not exist. org.eclipse.birt.data.engine.core.DataException: Some columns reference in column binding do not exist. at org.eclipse.birt.data.engine.executor.ResultClass.doSave(ResultClass.java:196) at org.eclipse.birt.data.engine.executor.transform.CachedResultSet.doSave(CachedResultSet.java:225) at org.eclipse.birt.data.engine.impl.document.RDSaveUtil.saveForGeneration(RDSaveUtil.java:95) at org.eclipse.birt.data.engine.impl.document.RDSaveUtil.saveResultIterator(RDSaveUtil.java:60) at org.eclipse.birt.data.engine.impl.document.RDSave.saveResultIterator(RDSave.java:160) at org.eclipse.birt.data.engine.impl.ResultIterator$RDSaveHelper.doSave(ResultIterator.java:788) at org.eclipse.birt.data.engine.impl.ResultIterator$RDSaveHelper.doSaveExpr(ResultIterator.java:753) at org.eclipse.birt.data.engine.impl.BindingColumnsEvalUtil.getColumnsValue(BindingColumnsEvalUtil.java:160) at org.eclipse.birt.data.engine.impl.ResultIterator.prepareCurrentRow(ResultIterator.java:338) at org.eclipse.birt.data.engine.impl.ResultIterator.next(ResultIterator.java:192) at org.eclipse.birt.report.engine.data.dte.DteResultSet.next(DteResultSet.java:195) at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:65) at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:73) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:123) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:81) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:85) at org.eclipse.birt.report.engine.presentation.ReportDocumentBuilder.build(ReportDocumentBuilder.java:143) at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:241) at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:140)
|
resolved fixed
|
a688c78
|
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultClass.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-20T03:29:55Z | 2007-03-12T11:46:40Z |
177,996 |
Bug 177996 [Smoke]Can't click the button "View Report"[00]
|
[Smoke]Can't click the button "View Report"[00] Build number : 2.2.0.v20070319-1045 1.new a report 2.click button "viewer report" Expected result: view report works properly Actual result: Pop up a window and displayed "The chosen operation is not currently available" Error log: N/A
|
closed fixed
|
5af7182
|
["UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/preview/Activator.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-20T02:34:55Z | 2007-03-19T04:53:20Z |
178,166 |
Bug 178166 org.eclipse.birt.data has compile error in daily build 20070320
|
org.eclipse.birt.data has compile error in daily build 20070320. Please see the attachment for details
|
closed fixed
|
0cd336e
|
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/OlapExpressionUtil.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-20T02:18:32Z | 2007-03-20T03:06:40Z |
176,579 |
Bug 176579 Expose setGroupLevel() on IGroupContent interface
|
Currently IGroupContent interface doesn't expose setGroupLevel() method, this is required for custom IReportItemExecutor to construct the group content. following is the suggested code change: public int getGroupLevel( ) { if ( groupLevel != -1 ) { return groupLevel; } if ( generateBy instanceof GroupDesign ) { GroupDesign design = (GroupDesign) generateBy; return design.getGroupLevel( ); } return -1; } public void setGroupLevel( int level ) { this.groupLevel = level; }
|
resolved fixed
|
0027280
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/GroupContent.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-19T08:33:32Z | 2007-03-07T09:33:20Z |
172,819 |
Bug 172819 Error occurs when input Invalid Query in stored procedure data set [07]
|
Description: Error occurs when input Invalid Query in stored procedure data set [07] Build number: 2.2.0.v20070205-0630 Steps to reproduce: 1, New a Oracle stored procedure data set 2, Input Query Text: {call ROOT.TEST_MJ(?,?,?,?)} 3, Preview the results Expected result: Invalid Query message pops up Actual result: The error log pops up, and we can only press cancel to stop the operation Error log: java.lang.IndexOutOfBoundsException: Index: 3, Size: 3 at java.util.ArrayList.RangeCheck(ArrayList.java:546) at java.util.ArrayList.get(ArrayList.java:321) at org.eclipse.birt.report.data.oda.jdbc.CallStatement.getParameterMetaData(CallStatement.java:1289) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLUtility.setParameterMetaData(SQLUtility.java:123) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLUtility.saveDataSetDesign(SQLUtility.java:86) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.collectDataSetDesign(SQLDataSetEditorPage.java:446) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetWizardPageCore.finishDataSetDesign(DataSetWizardPageCore.java:366) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetWizardBase.collectDataSetDesignFromPage(DataSetWizardBase.java:326) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetWizardBase.finishDataSetDesign(DataSetWizardBase.java:349) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetWizardBase.getResponseSession(DataSetWizardBase.java:98) at org.eclipse.datatools.connectivity.oda.design.internal.designsession.DataSetDesignSessionBase.finishDataSetDesign(DataSetDesignSessionBase.java:332) at org.eclipse.datatools.connectivity.oda.design.internal.designsession.DataSetDesignSessionBase.finish(DataSetDesignSessionBase.java:167) at org.eclipse.datatools.connectivity.oda.design.ui.designsession.DataSetDesignSession.finish(DataSetDesignSession.java:153) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.performOk(DataSetEditor.java:379) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.okPressed(AbstractPropertyDialog.java:600) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.okPressed(DataSetEditor.java:548) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.buttonPressed(AbstractPropertyDialog.java:475) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:638)
|
closed fixed
|
b9f2076
|
["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-03-19T07:43:55Z | 2007-02-05T04:33:20Z |
176,675 |
Bug 176675 Errors/Failures found in JUnit test of org.eclipse.birt.core.tests.
|
Errors/Failures found in JUnit test of org.eclipse.birt.core.tests in daily build 20070308. The build runs from HEAD version. Please see the attachment for details.
|
closed fixed
|
e084260
|
["core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/data/ExpressionUtilTest.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-19T07:20:33Z | 2007-03-08T05:00:00Z |
176,800 |
Bug 176800 Errors/Failures found in Junit test of org.eclipse.birt.report.model.adapter.oda.tests in daily build 20070309
|
Errors/Failures found in Junit test of org.eclipse.birt.report.model.adapter.oda.tests in daily build 20070309. Please see the attachment for details
|
closed fixed
|
ea88942
|
["model/org.eclipse.birt.report.model.adapter.oda.tests/test/org/eclipse/birt/report/model/adapter/oda/api/OdaDataSetAdapterTest.java", "model/org.eclipse.birt.report.model.adapter.oda.tests/test/org/eclipse/birt/report/model/adapter/oda/api/OdaDataSourceAdapterTest.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-19T05:54:50Z | 2007-03-09T08:46:40Z |
177,870 |
Bug 177870 Allow design-time data set cache to be controlled solely by AppContext
|
This is to request that BIRT allows data set caches to be controllable solely by runtime parameters/settings, without the application having to update the report design to set data set cache preferences. Since BIRT DataEngine already reads request Application Context to determine if data set cache should be disabled, we will expand AppContext to allow the application to enable data set cache and to set max row count. The following new application context key will be introduced: org.eclipse.birt.data.cache.RowLimit The value of this app context is expected to be an integer. Its value can be: 0: Disable data set cache regardless of report design settings and DataEngineContext settings. Positive integer: Enable data set cache. This row limit will be used for ALL data sets, regardless of settings on individual data set designs. If this key is absent in the appcontext, or if its value is not a non-negative integer (including NULL), we will following current rules to determine cache settings. As part of this change, we will also deprecate existing app context key "org.eclipse.birt.data.engine.dataset.cache.option". Its declaration in DataEngine class should be marked deprecated. We will continue to read and handle its value, but the user is encouraged to use the new key "org.eclipse.birt.data.cache.RowLimit" (by setting its value to 0).
|
resolved fixed
|
8039bef
|
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/DataSetCacheTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/DataEngine.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSetCacheManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataSetCacheUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDataSourceQuery.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/PreparedOdaDSQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedScriptDSQuery.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-18T06:22:08Z | 2007-03-17T02:53:20Z |
171,979 |
Bug 171979 [Automation]The result of total.mode() is wrong
|
1. use the attached report 2. preview Expected Result: Total.mode(row["Decimal"]) returns "0.000000000009". Total.mode(row["date"]) returns "1/12/2003 08:17:17 AM", "1/12/2005 09:18:16 AM" and "1/12/2007 11:20:16 AM". Actual Result: Total.mode(row["Decimal"]) returns "0". Total.mode(row["date"]) returns nothing.
|
closed fixed
|
c39933d
|
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/aggregation/TotalTest.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-16T10:13:28Z | 2007-01-29T08:40:00Z |
177,720 |
Bug 177720 NPE exception occured while open or save report in sample report view. [00]
|
Build number:v2.2.0 20070316 Description: If user dosen't select the report node, NPE exception occured while open or save report in sample report view. Step to reporduce: 1. open the sample report view 2. select a file folder node and click save or open button Actual result: NPE exception occured. Error log: java.lang.ClassCastException: org.eclipse.birt.report.designer.ui.samplesview.sampleslocator.SampleReportsEntry at org.eclipse.birt.report.designer.ui.samplesview.action.ExportSampleReportAction.run(ExportSampleReportAction.java:43) 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$6.handleEvent(ActionContributionItem.java:443) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2264) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2228) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2103) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:457) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:452) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124)
|
closed fixed
|
afe80b1
|
["UI/org.eclipse.birt.report.designer.ui.samplesview/src/org/eclipse/birt/report/designer/ui/samplesview/view/ReportExamples.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-16T09:57:33Z | 2007-03-16T10:13:20Z |
177,722 |
Bug 177722 Open the ScriptedDatasourceExampleAfter.rptdesign in the sample report view will throw NPE [00]
|
Build number: v2.2.0 20070316 Description: Open the ScriptedDatasourceExampleAfter.rptdesign in the sample report view will throw NPE Step to reproduce: 1. open the sample report view 2. select the ScriptedDatasourceExampleAfter.rptdesign and click open button Actual result: NPE exception occured Error log: java.lang.NullPointerException at org.eclipse.birt.report.designer.ui.samples.ide.action.IDEOpenSampleReportAction.run(IDEOpenSampleReportAction.java:178) 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$6.handleEvent(ActionContributionItem.java:443) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2264) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2228) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2103) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:457) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:452) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124)
|
closed fixed
|
3625f34
|
["UI/org.eclipse.birt.report.designer.ui.samples.ide/src/org/eclipse/birt/report/designer/ui/samples/ide/action/IDEOpenSampleReportAction.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-16T09:48:34Z | 2007-03-16T10:13:20Z |
176,141 |
Bug 176141 Page break displayed in html when hyperlinked to rptdocument file[04]
|
Page break displayed in html when hyperlinked to rptdocument file[04] Build number :2.2.0.v20070302-1053 Steps to reproduce: 1.new a report :target.rptdesign 2.insert a label ,input "page 1" insert another label,input "page 2",set page break before to this label 3.preview in web viewer and copy target.rptdocument to the project folder 4.new another report:link.rptdesign 5.insert a label ,input "link to a rptdocument ",select the label and switch to hyperlink,set Drill through to the target.rptdocument 6.preview in layout ,click the label Expected result: No page break displayed in html Actual result: Master page footer displayed ,see attached screen shot Error log: N/A
|
closed fixed
|
3ff1d00
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-16T05:47:59Z | 2007-03-02T07:20:00Z |
131,577 |
Bug 131577 Script Access to Factory/Presentation Mode
|
There is no easy way from within BIRT scripting to access whether a report is in factoryMode or presentationMode. The ExecutionContext object on the ReportContextImpl class has this information, but it is not available through scripting. I wonder if it makes sense to just expose the ExecutionContext and let the developer get the ExecutionContext or work from there, or if it is better to maintain an abstraction layer off of the ExecutionContext with all of the functionality wrapped off. To me it is more useful to divide the script functions into some that are basic and fully supported and others that are in the category of Kung-Fu scripting where the developer has to have a relatively high level of experience. So if we decide this is a basic function, we expose the factory mode in the IReportContext interface. If it is deemed to be Kung-Fu scripting, then we just expose a handle to the ExecutionContext and let developers figure it themselves. Thoughts?
|
resolved fixed
|
cb5665c
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/AbstractRunTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ReportContextImpl.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-16T03:22:52Z | 2006-03-13T20:00:00Z |
173,601 |
Bug 173601 [regression]Group should begin from the second page when setting group page break before to always[0001]
|
[regression]Group should begin from the second page when setting group page break before to always[0001] Build number: 2.2.0.v20070209-0630 Steps to reproduce: 1.new a report 2.new a sample DB data source and select the OFFICES table as data set 3.drag the data set to layout and add a group on COUNTRY and set page break before to always 4.preview in web viewer/pdf/postscript Expected result: There'll be 6 pages,group begins from the second page Actual result: 5 pages displayed ,group begins from the first page Error log: N/A
|
closed fixed
|
54f03a7
|
["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/AllTests.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableGroupLMTest.java", "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/PDFTableLM.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-15T07:00:13Z | 2007-02-09T08:33:20Z |
176,450 |
Bug 176450 Support link to CSS Feature(Model Part)
| null |
verified fixed
|
a1b8452
|
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/CssSharedStyleHandleTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ReportDesignHandleTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/command/CssCommandTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryParseTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryThemeTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/ReportDesignParseTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/IResourceLocator.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/IncludedCssStyleSheetHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/LibraryHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportDesignHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/StructureFactory.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ThemeHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/activity/NotificationEvent.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/CssEvent.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/CssException.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/CssReloadedEvent.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/css/CssStyleSheetHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/IncludedCssStyleSheet.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ComplexPropertyCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/CssCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/CssRecord.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/PropertyCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ThemeRecord.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/ReferenceableElement.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssNameManager.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyleSheet.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/StyleSheetLoader.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ICssStyleSheetOperation.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ReportDesign.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/Theme.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IReportDesignModel.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IThemeModel.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/i18n/MessageConstants.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/IncludedCssStyleSheetListState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ListPropertyState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/StructureState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/DesignWriter.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/LibraryWriter.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-15T02:46:14Z | 2007-03-06T05:46:40Z |
177,108 |
Bug 177108 A height will be added to the last row in XML source when adjusting the width of the column[00]
|
A height will be added to the last row in XML source when adjusting the width of the column[00] Build number: 2.2.0.v20070313-0630 Steps to reproduce: 1.new a report 2.insert a 3*3 grid and add borders to all the cells,drag mouse to adjust the width of the thrid column,switch to XML Source, "<property name="height">0.2395833333in</property>" displayed 3.preview in PDF Expected result: height of three rows is the same Actual result: The third column is higher than the two others Error log: N/A
|
closed fixed
|
3883982
|
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/TableHandleAdapter.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-15T02:33:57Z | 2007-03-13T07:13:20Z |
177,472 |
Bug 177472 org.eclipse.birt.report.data.adapter has compile error in daily build 20070315
|
org.eclipse.birt.report.data.adapter has compile error in daily build 20070315. The build runs from HEAD. Please see the attachment for details.
|
closed fixed
|
18378cc
|
["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-03-15T02:23:36Z | 2007-03-15T00:53:20Z |
176,794 |
Bug 176794 Border in pdf is overlap[00]
|
Details: Border in pdf is overlap[00] Step: Please see the attached report and pdf. Actual result: The border is overlap.
|
closed fixed
|
3839b75
|
["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableLMTest.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-03-14T09:20:18Z | 2007-03-09T08:46:40Z |
176,674 |
Bug 176674 Errors/Failures found in JUnit test of org.eclipse.birt.report.engine.emitter.html.tests
|
Errors/Failures found in JUnit test of org.eclipse.birt.report.engine.emitter.html.tests in daily build 20070308. The build runs from HEAD version. Please see the attachment for details.
|
closed fixed
|
12558b6
|
["engine/org.eclipse.birt.report.engine.emitter.html.tests/test/org/eclipse/birt/report/engine/emitter/html/MetadataEmitterTest.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-14T09:14:22Z | 2007-03-08T05:00:00Z |
123,876 |
Bug 123876 Justification does not work in PDF
|
Justification of a text field works in HTML, doesn't work in PDF.
|
resolved fixed
|
07ddcf4
|
["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-14T08:49:57Z | 2006-01-14T14:46:40Z |
177,274 |
Bug 177274 Default projects of different drill through target file are the same[04]
|
Default projects of different drill through target file are the same[04] Build number: 2.2.0.v20070313-0630 1.new a report project ,name:aa 2.new a report test1.rptdesign in aa,drag a label in layout and input "test1" 3.new a report project, name:bb 4.new a report test2.rptdesign in bb,drag a label in layout and input "test2" 5.select the label in test1.rptdesign,switch to hyperlink,choose drill-through,click the button "Browse For File",you'll see aa project 6.select the label in test2.rptdesign,same as step 5,you'll still see aa project Expected result: in step5,you see aa project in step6,you see bb project Actual result: both are aa project error log: N/A
|
closed fixed
|
1a02561
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-14T07:57:48Z | 2007-03-14T05:26:40Z |
172,431 |
Bug 172431 [eclipse3.3only]BPS17-4.5 Adding Date picker to input DateTime value for Axis Scale
|
In Axis Scale dialog, provide a Data picker next to the input box for convenience of inputting DataTime value.
|
resolved fixed
|
90ed857
|
["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/DateTimeDataElementComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/NumberDataElementComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TextEditorComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/AbstractScaleSheet.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-14T07:31:51Z | 2007-02-01T08:53:20Z |
175,785 |
Bug 175785 Issue about visibility property pane in Property Editor.[00]
|
Description: Issue about visibility property pane in Property Editor. Build number:2.2.0.v200702280630 Steps to reproduce: 1. Insert a Label item. 2. Select Property Editor view->Visibility, tick on Hide Element->For specific outputs... Expected result: Display all supported output format for choose. Actual result: Cannot scroll down to see all output formats, only doc and html can be seen, see attached. Error log:N/A
|
closed fixed
|
27ed65e
|
["UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/page/VisibilityPage.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/section/OutputSection.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-14T06:15:09Z | 2007-02-28T05:20:00Z |
177,260 |
Bug 177260 [Smoke]can't create any data set [07]
|
[Smoke]can't create any data set [07] Build number: 2.2.0.v20070314-0630 Steps to reproduce: 1.new a sapmle DB data source 2.new a data set and input query:select * from CLASSICMODELS.CUSTOMERS,click finish Expected result: data set can be created Actual result: Exception thrown Error log: java.lang.Error: Unresolved compilation problems: The import org.eclipse.birt.data.engine.olap.data cannot be resolved The import org.eclipse.birt.data.engine.olap.data cannot be resolved The import org.eclipse.birt.data.engine.olap.data cannot be resolved The import org.eclipse.birt.data.engine.olap.data cannot be resolved The import org.eclipse.birt.data.engine.olap.data cannot be resolved The import org.eclipse.birt.data.engine.olap.data cannot be resolved Exception BirtException is not compatible with throws clause in DataRequestSession.defineCube(CubeHandle) CubeMaterializer cannot be resolved to a type CubeMaterializer cannot be resolved to a type ILevelDefn cannot be resolved to a type ILevelDefn cannot be resolved to a type CubeElementFactory cannot be resolved HierarchyHandle.DATA_SET_PROP cannot be resolved IHierarchy cannot be resolved to a type IDimension cannot be resolved to a type IDimension cannot be resolved to a type IDimension cannot be resolved to a type CubeHandle.DATA_SET_PROP cannot be resolved IDatasetIterator cannot be resolved to a type IDatasetIterator cannot be resolved to a type at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.<init>(DataRequestSessionImpl.java:41) at org.eclipse.birt.report.data.adapter.impl.DataAdapterFactory.createSession(DataAdapterFactory.java:30) at org.eclipse.birt.report.data.adapter.api.DataRequestSession.newSession(DataRequestSession.java:78) at org.eclipse.birt.report.data.adapter.api.DataRequestSession.newSession(DataRequestSession.java:61) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetUIUtil.updateColumnCache(DataSetUIUtil.java:80) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetUIUtil.updateColumnCache(DataSetUIUtil.java:44) at org.eclipse.birt.report.designer.data.ui.dataset.DefaultDataSetWizard.performFinish(DefaultDataSetWizard.java:96) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:699) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:367) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:638) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:215) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.birt.report.designer.ui.actions.NewDataSetAction.run(NewDataSetAction.java:123) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2264) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2228) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2103) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:457) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:452) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124)
|
closed fixed
|
f3d42fa
|
["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-03-14T04:56:20Z | 2007-03-14T02:40:00Z |
176,676 |
Bug 176676 [Automation][Regression] table width property does not work in pdf
|
steps to reproduce: - use the attached report design expected behavior: - table width is changed to 10cm actual behavior: - this did not work when preview in pdf
|
closed fixed
|
b2fcfbd
|
["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableLMTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-14T04:26:56Z | 2007-03-08T05:00:00Z |
171,780 |
Bug 171780 Drill-through problem with symbolic filesystem links when DOCUMENT_FOLDER_ACCESS_ONLY is true
|
I have two rptdesigns in a viewer application: list_report.rptdesign and detail_report.rptdesign, both in the root of the web viewer application. list_report has drill-through links to detail_report. Furthermore, I've set DOCUMENT_FOLDER_ACCESS_ONLY to true. Both reports can be executed correctly, when they are accessed directly. But the drill-down link from list_report to detail_report does not work. The error message is: "Cannot access the report file : /opt/WAS/[...]/detail_report.rptdesign." Reason: On my Solaris / WebSphere test environment, the report viewer application is deployed to a directory beneath /opt/WAS/, but there's also a symbolic link to the same directory at /export/WAS/. While the document folder is expanded to the /export/WAS/[...] directory by ParameterAccessor.initParameters, the drill-through link is expanded to /opt/WAS/[...] within ViewerHTMLActionHandler.getReportName. Both methods use different strategies to determine physical pathnames, which can lead to different results. As DOCUMENT_FOLDER_ACCESS_ONLY is set to true, and the base paths differ, ParameterAccessor.isValidFilePath returns false. ViewerHTMLActionHandler.getReportName shouldn't try to expand the report name to a physical path name at all, but instead consider the report name of the linked report to be relative to the location of the currently displayed report. So if the report "reports/a.rptdesign" is displayed and contains a link to "b.rptdesign", the generated link should be "reports/b.rptdesign", instead of the full absolute path "/opt/WAS/[...]/reports/b.rptdesign".
|
resolved fixed
|
56e332d
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/DataUtil.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-14T03:26:38Z | 2007-01-26T11:13:20Z |
140,321 |
Bug 140321 locale based font config file support
| null |
resolved fixed
|
dfa69ea
|
["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFImageLMTest.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLMTest.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/font/FontConfigReaderTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFPageLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontConfigReader.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontHandler.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontMappingManager.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontSplitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/text/ChunkGenerator.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-13T04:14:05Z | 2006-05-05T09:06:40Z |
175,791 |
Bug 175791 An unnecessary (?) warning occurs at session creation
| null |
resolved fixed
|
316697d
|
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/StructPropertyType.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-12T05:32:35Z | 2007-02-28T08:06:40Z |
176,798 |
Bug 176798 Errors occur in JUnit test of org.eclipse.birt.data in daily build 20070309
|
Errors occur in JUnit test of org.eclipse.birt.data in daily build 20070309. Please see the attachment for details
|
closed fixed
|
ad101b3
|
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/CacheUtil.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-12T03:45:04Z | 2007-03-09T08:46:40Z |
176,875 |
Bug 176875 BIRT viewer - WTP integration - web.xml file created has blank values
|
When you create a BIRT web project, the web.xml file has lot of blank default values, which is very confusing to understand. Some users commented about it during the eclipse conference. Suggestions 1) BIRT_VIEWER_WORKING_FOLDER - set the default value 2) BIRT_VIEWER_MAX_ROWS - Write a comment above, saying by default all rows are shown, also explain the user of this variable. 3) BIRT_RESOURCE_PATH - This should specify the default value or atleast put a comment indicating where is it picked from. This is very confusing. 4) General It would be good to put a onew line comment on all.
|
resolved fixed
|
80896bf
|
["viewer/org.eclipse.birt.integration.wtp.ui/src/org/eclipse/birt/integration/wtp/ui/internal/actions/ImportBirtRuntimeAction.java", "viewer/org.eclipse.birt.integration.wtp.ui/src/org/eclipse/birt/integration/wtp/ui/internal/util/WebArtifactUtil.java", "viewer/org.eclipse.birt.integration.wtp.ui/src/org/eclipse/birt/integration/wtp/ui/internal/webapplication/WebAppBean.java", "viewer/org.eclipse.birt.integration.wtp.ui/src/org/eclipse/birt/integration/wtp/ui/internal/wizards/BirtWebProjectWizard.java", "viewer/org.eclipse.birt.integration.wtp.ui/src/org/eclipse/birt/integration/wtp/ui/internal/wizards/BirtWizardUtil.java", "viewer/org.eclipse.birt.integration.wtp.ui/src/org/eclipse/birt/integration/wtp/ui/internal/wizards/IBirtWizardConstants.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-12T03:25:17Z | 2007-03-09T22:40:00Z |
175,233 |
Bug 175233 Request to change access specifier of the org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.updateRelatedViews() method from private to protected or public
|
Hi, We are extending the BIRT Designer to add support for the versioning system in our project. Our requirement is as follows: 1. User creates a new BIRT report and saves it 2. First time when the report is created its version is 1. 3. Any subsequent save creates a new version 4. The version is always included in the filename. 5. Once a new version is created, we are able to display its new name(with the new version number) on the editor tab. But we are unable to update the name on the "Outline" view where the Data sources and Data sets are displayed. 6. For this sake we have extended org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor and overridden the public void doSave(IProgressMonitor progressMonitor) method. 7. In order to display the new name on the "Outline" view, we need to call org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.updateRelatedViews() method but its private. If we decide to copy this method then we need to replicate the following methods from org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor: updateOutLineView(),getOutlinePage(), dispose(), getAdapter(), updateRelatedViews(), pageChange(), getPalettePage(), updatePaletteView(), updateDateView(), getDataPage() Apart from this we will require to even copy the class org.eclipse.birt.report.designer.internal.ui.editors.schematic.ReportMultiBookPage as this class is not exposed for use for other plugins. To avoid so much code replication we request you to change the access specifier of the org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.updateRelatedViews() method from private to protected or public -- Regards, Rakesh Shete
|
resolved fixed
|
87879d7
|
["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2007-03-09T09:52:45Z | 2007-02-23T08:40:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.