issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
unknown
report_datetime
unknown
189,706
Bug 189706 Enhance computed column aggregation function handling in UI.
Due to the issue discussed in 189705, current computed column aggregation builder in data set editor has bugs to extend: 1.When new a computed column, the aggregation argument field cannot be correctly set. 2.The argument field cannot be correct grayed out when user select a aggregation function without arguments 3.The available aggregation function list is incomprehensive 4.Some aggregation function cannot be set to model(say, weightedAve).
resolved fixed
2f6ab76
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/aggregation/AggregationHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/pass/DataSetProcessUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExpressionProcessor.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ComputedColumnHelper.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataAdapterUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-08T11:49:22Z"
"2007-05-29T17:33:20Z"
191,644
Bug 191644 Dataset don't be cached in Chart Builder.
Build ID: I20070517-1700 Birt Steps To Reproduce: 1. New a Chart. 2. Set dataset from remote db. 3. Switch tabs of Chart Builder, it is OK. 4. Shut off network. 5. Switch tabs of Chart Builder again. 6. Some exception will throw, it shows the db accessing is fail. Expected Result: The dataset should be cached. Actual Result: It looks like the dataset don't be cached. More information:
resolved fixed
616b4ca
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-08T10:16:17Z"
"2007-06-08T08:06:40Z"
191,168
Bug 191168 [Regression]Exception occurs when resize masterpage in library
Description: Exception occurs when resize masterpage in library. Build number:2.2.0.v20070606-0630 Regression bug:187443 Steps to reproduce: 1. New a library. 2. Go to Master Page, resize the master page using the ruler. Expected result: 1. Layout works correctly. 2. No exception is thrown out. Error log: An unexpected internal exception occurred.Please see log for detail. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Designer UI Plug-in ID:org.eclipse.birt.report.designer.ui Version:2.2.0.v20070606-0630 Error Code:Error.GUIException.invokedByUnexpectedException Error Message:org.eclipse.birt.report.designer.internal.lib.lalyout.LibraryReportDesignLayout
closed fixed
81bbcee
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-08T08:39:49Z"
"2007-06-06T06:06:40Z"
191,430
Bug 191430 [Regression] The table will binding to the data set if add a data binding to the data set [0001]
Description: The table will binding to the data set if add a data binding to the data set. Build number: 2.2.0.v20070607-0630 Steps to reproduce: 1. New a report with a data set. 2. New a table (not binding to the data set), add a data in one table cell. 3. Right click to change the data column, select the data set and one column. 4. Select the table and go to the binding page. Expected result: The table is binding to only one column. Actual result: The table is binding to the data set. Error log: N/A
closed fixed
a0f2970
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-08T03:30:08Z"
"2007-06-07T07:06:40Z"
191,447
Bug 191447 Repreview the Output Parameters in storedprocedure dataset will lead the exception
Description: Repreview the Output Parameters in storedprocedure dataset will lead the exception Build number: 2.2.0.v20070607-0630 Steps to reproduce: 1, Open the attached report design 2, Open the Data Set 3, Preview Output Parameters 4, Click OK button 5, Reopen the Data Set 6, Preview Output Parameters again Expected result: The preview should be successfully Actual result: Exception occurs Error log: org.eclipse.birt.data.engine.core.DataException: Cannot execute the statement. SQL statement does not return a ResultSet object. SQL error #1: Parameter #2 has not been set. at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.execute(PreparedStatement.java:567) at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:494) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:338) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:761) at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:216) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:152) at org.eclipse.birt.report.designer.data.ui.dataset.OutputParameterPreviewPage.updateResults(OutputParameterPreviewPage.java:256) at org.eclipse.birt.report.designer.data.ui.dataset.OutputParameterPreviewPage.access$1(OutputParameterPreviewPage.java:190) at org.eclipse.birt.report.designer.data.ui.dataset.OutputParameterPreviewPage$2.run(OutputParameterPreviewPage.java:165)
closed fixed
b4c6f58
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-07T11:24:09Z"
"2007-06-07T09:53:20Z"
191,005
Bug 191005 PDF preview hangs up with attached xtab.[1102]
null
closed fixed
e13452d
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFStackingLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableRegionLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-07T10:04:53Z"
"2007-06-05T13:26:40Z"
190,885
Bug 190885 birt cross tab - Exception occurs if use muliple dataset in a cube
- Define a cube with a primary dataset "orders" and multiple dimension tables like "orderDetails" and "customers" - Now try to define a cross tab based on the cube. Following exception occurs. ReportDesign (id = 1): - /olap/cube_Customer Cube doesnt exist /olap/cube_Customer Cube doesn't exist ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: /olap/cube_Customer Cube doesnt exist at org.eclipse.birt.data.engine.olap.impl.query.CubeQueryResults.getCubeCursor(CubeQueryResults.java:82) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.<init>(CubeResultSet.java:78) at org.eclipse.birt.report.engine.data.dte.DataPresentationEngine.doExecuteCube(DataPresentationEngine.java:236) at org.eclipse.birt.report.engine.data.dte.DataPresentationEngine.doExecuteQuery(DataPresentationEngine.java:161) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:178) at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1669) at org.eclipse.birt.report.engine.internal.document.v4.ExtendedItemExecutor.executeQuery(ExtendedItemExecutor.java:241) at org.eclipse.birt.report.engine.internal.document.v4.ExtendedItemExecutor.doExecute(ExtendedItemExecutor.java:221) at org.eclipse.birt.report.engine.internal.document.v4.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:177) at org.eclipse.birt.report.engine.internal.document.v4.ContainerExecutor.prepareChildExecutor(ContainerExecutor.java:213) at org.eclipse.birt.report.engine.internal.document.v4.ContainerExecutor.hasNextChild(ContainerExecutor.java:98) at org.eclipse.birt.report.engine.internal.document.v4.ReportPageExecutorV4.hasNextChild(ReportPageExecutorV4.java:92) at org.eclipse.birt.report.engine.internal.document.ReportExecutorWrapper.hasNextChild(ReportExecutorWrapper.java:108) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.hasNextChild(WrappedReportExecutor.java:74) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.hasNextChild(WrappedReportExecutor.java:74) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM$1.hasNextChild(HTMLPageLM.java:64) 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:84) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:90) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:532) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:254) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.getPage(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.doExecution(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPage(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:595)
resolved fixed
ab1f062
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableHelperTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableHelperTest2.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableRowIteratorWithFilterTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/api/cube/CubeMaterializer.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/Cube.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableAccessor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-07T08:26:49Z"
"2007-06-04T20:46:40Z"
191,410
Bug 191410 [Regression] Can not new a report from predefined dual column chart & listing template [00]
Description: Can not new a report from predefined dual column chart & listing template. Build number: 2.2.0.v20070607-0630 Steps to reproduce: 1. New a report from predefined dual column chart & listing template. Expected result: The report can be created. Actual result: XML Source page shows up after click finish. Error log: N/A
closed fixed
d47ab69
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TemplateElementParserTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/NameException.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ReportElementState.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-07T07:44:34Z"
"2007-06-07T01:33:20Z"
191,004
Bug 191004 [Smoke][AS4] Can not debug [0001]
Description: Can not debug. Build number: 2.2.0.v20070605-0630 Steps to reproduce: 1. new a Java project: create a Java class using BIRT's scripting API. 2. new a report project, create a report, and add a Label element, map the Java class to the Label via event handler panel in property editor, and preview. 3. open debug launcher dialog from toolbars. 4. create a new report debug profile. 5. select Report Projectsand the Java Projects, click on Debug. Expected result: The preview and debug can be done. Actual result: Exception is thrown out when preview and debug. Error log: See the screenshot.
closed fixed
3c64aaf
["UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/util/WorkspaceClassPathFinder.java", "viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/IWorkspaceClasspathFinder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-07T06:35:47Z"
"2007-06-05T10:40:00Z"
191,199
Bug 191199 [Regression] Rule and Margin in masterpage isn't aligned
Description: New a report design file, go to the master page tab, you will find the rule and margin is not aligned. Build version:2.2.0.v20070606-0630
closed fixed
c85f931
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/commands/MoveGuideCommand.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportDesignEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/AbstractPageFlowLayout.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-07T02:44:00Z"
"2007-06-06T08:53:20Z"
191,159
Bug 191159 The filter of measure take no effect if the group level is String type[1102]
Description: The filter of measure take no effect if the group level is String type[1102] Build number: 2.2.0.v20070606-0630 Steps to reproduce: 1, Open the attached report design 2, Preview Expected result: After step2, the filter of 1818 classic car is in the preview result Actual result: No result in preview Error log:
closed fixed
cfa9d8c
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/filter/BaseDimensionFilterEvalHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-07T02:07:47Z"
"2007-06-06T03:20:00Z"
190,157
Bug 190157 A few potential possibilities of NullPointerException have been found in BIRT CORE projects.
Build ID: 2.1.2 Steps To Reproduce: I have been running Jtest's BugDetective feature on BIRT source code and it reported a few possible dangerous places where a NullPoiterException may be thrown under some circumstances. The attached screenshots from BugDetective will help to understand the exact flow which may lead to the exception. org.eclipse.birt.core.archive.compound.ArchiveFile: At line 146 if the excetion is thrown at line 125 (Screenshot NP1). org.eclipse.birt.core.script.NativeDateTimeSpan: Lines 108,116,124,132,140,148 all are dangerous from this point of view because the variable 'startDate' may be null if toDate(String) method is not able to parse its argument throwing ParseException. Since all these violations have the same origin, only one screenshot that depicts the problem (NP2) is attached. org.eclipse.birt.core.ui.utils.UIHelper: At line 136 since getURL may return null if MalformedURLException occurs (see NP3). Please let me know if this is a real problem or BugDetective is mistaken. Thank you! More information:
resolved fixed
cb2970f
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/prefs/DefaultsManager.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/SerializerImpl.java", "core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/utils/UIHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-06T10:09:14Z"
"2007-05-31T08:26:40Z"
182,270
Bug 182270 Sample Data issue [0001]
Description: Sample Data issue. Build number: 2.2.0.v20070413-1121 Steps to reproduce: 1. Drag a chart from Palette to Layout, first setlect type as Gantt, then change back to Bar,check the "Chart Preview" pane. Expected result: Y Axis is still of linear type. Actual result: Y Axis is of Date/Time type. Error log: N/A
closed fixed
7df59c9
["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/BarChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/LineChart.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-06T08:31:23Z"
"2007-04-13T04:53:20Z"
191,155
Bug 191155 Cross table that exoport to library is invalid
Description: Cross table that exoport to library is invalid Step: 1.New a report, new a datasource, dataset and date cute. 2.Insert a cross table and binding the data cute. 3.Drop the dimensions and measures into cross table. 4.Export the report to library 5.New another report and use the library 6.Drop the cross table from library into layout 7.Preview Actual result: The cross table is invalid and pop up the error
closed fixed
56a8152
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ElementExporterTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/MemberValueHandleTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/PeerExtensionTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/FilterAndSortParseTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ElementExporter.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/BoundColumnsMgr.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-06T08:08:28Z"
"2007-06-06T03:20:00Z"
191,153
Bug 191153 [Regression] NPE throws out when preview a crosstab with filter[1102]
Description: Preview a crosstab with filter, NPE throws out. Build Version:2.2.0.v20070606-0630 Steps to reproduce: 1. Get the attached report design file, preview in layout. Error log: Exception Close 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.util.filter.BaseDimensionFilterEvalHelper.getTargetDimension(BaseDimensionFilterEvalHelper.java:307) org.eclipse.birt.data.engine.olap.util.filter.BaseDimensionFilterEvalHelper.getTargetDimensionLevelNames(BaseDimensionFilterEvalHelper.java:241) org.eclipse.birt.data.engine.olap.util.filter.BaseDimensionFilterEvalHelper.initialize(BaseDimensionFilterEvalHelper.java:133) org.eclipse.birt.data.engine.olap.util.filter.DimensionFilterEvalHelper.(DimensionFilterEvalHelper.java:44) org.eclipse.birt.data.engine.olap.util.filter.BaseDimensionFilterEvalHelper.createFilterHelper(BaseDimensionFilterEvalHelper.java:75) org.eclipse.birt.data.engine.olap.impl.query.CubeQueryExecutor.getDimensionFilterEvalHelpers(CubeQueryExecutor.java:58) org.eclipse.birt.data.engine.olap.query.view.QueryExecutor.execute(QueryExecutor.java:78) org.eclipse.birt.data.engine.olap.query.view.BirtCubeView.getCubeCursor(BirtCubeView.java:90) org.eclipse.birt.data.engine.olap.impl.query.CubeQueryResults.getCubeCursor(CubeQueryResults.java:65) org.eclipse.birt.report.engine.data.dte.CubeResultSet.(CubeResultSet.java:78) org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:234) org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:120) org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:178) org.eclipse.birt.report.engine.executor.ExecutorManager$ExecutorContext.executeQuery(ExecutorManager.java:403) org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:95) org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:102) org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:57) org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:45) org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:42) org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:45) org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:33) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:126) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:84) org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:90) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:148) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:71) 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
b5262bb
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/filter/BaseDimensionFilterEvalHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-06T03:16:40Z"
"2007-06-06T03:20:00Z"
190,266
Bug 190266 TVT33:TCT499: ar: Chart labels are wrapping covering chart numbers beneath
<response_by> Noha El Ghannam at 2007.05.31.09.17.34 </response_by> OS: Windows Build date: 05292007 Component Name: BIRT Blocking: No Tester Name: Noha Steps to recreate the problem: Open 'Select Data' tab in Chart Builder. Problem description: Chart labels are wrapping covering chart numbers beneath making the numbers unreadable, even though there is enough space to display the full chart label without wrapping. <response_by> Cam-Thu Le at 2007.05.31.10.17.58 </response_by> This article was reassigned from Category:''TVT Testcases''. <response_by> Bryan Green at 2007.05.31.10.46.26 </response_by> Changing status in TCT.
closed fixed
8886b0b
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWithAxes.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderHelper.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-06T03:12:16Z"
"2007-05-31T16:46:40Z"
191,001
Bug 191001 Table data in xtab column area lost in Web Viewer.[1102]
Description: Table data in xtab column area lost in Web Viewer. Build number:2.2.0.v20070605 Steps to reproduce: 1. Open attached report. 2. Preview in Web viewer and in html Expected result: Table in xtab display data Actaul result: Web Viewer only display table header label. Html display table data. Error log:N/A
closed fixed
e10ffb2
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/impl/query/CubeQueryResults.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/CubeResultSet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-06T03:07:26Z"
"2007-06-05T10:40:00Z"
190,984
Bug 190984 xtab filter/sort did not work properly when using a joined data set
steps to reproduce: - use the attached report - try to add a filter/sort on xtab, e.g. using country column - notice that the value list is unavailable - try to enter the filter/sort condition manually, e.g. "USA" - preview in layout expected behavior: - when use joined data set, the value list should be available - report should be previewed properly actual behavior: - the value list was unavailable - NPE was thrown out when preview the report with the filter/sort condition being completed manually
closed fixed
7e5f138
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-06T02:55:17Z"
"2007-06-05T07:53:20Z"
191,064
Bug 191064 TVT33:TCT561: da: Checkmark column label not centered in dialog
<response_by> Denmark TSC at 2007.06.04.08.37.35 </response_by> Description: Description: Subject: da: Checkmark column label not centered in dialog OS: Windows Build date: 0603 Component name: BIRT Blocking: No Tester Name: Soeren Schmidt Steps to recreate the problem: Import BIRT report test files in new project. Open the project. In the Navigator view, double click the Test_Report_4.rptdesign to open the chart, and then double click the chart to open the chart editor. Click the Format Chart tab. The Edit Chart dialog opens. Click Axis in the Chart Area. This will bring up the Chart Preview where the problem is. Also see attached screenshot file. Problem Description: The column label "Visible" is not centered above the checkbox it belongs to. Soeren, Danish tester. <response_by> Bryan Green at 2007.06.05.10.05.09 </response_by> Problem occurs in English as well. <response_by> Bryan Green at 2007.06.05.10.05.18 </response_by> This article was reassigned from Category:''TVT Testcases''.
closed fixed
5f06947
["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/axis/AxisSheetImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-06T02:53:06Z"
"2007-06-05T16:13:20Z"
189,585
Bug 189585 [Linux]Data expression input box cannot show completely.
Description: Data expression input box cannot show completely. Build number:2.2.0.v20070529 Test Platform: Linux Steps to reproduce: 1. Insert a data item. Expected result: Expression input box show completely. Actual result: See attached. Error log:N/A
closed fixed
21d4692
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-06T02:40:39Z"
"2007-05-29T06:26:40Z"
190,739
Bug 190739 [regression]Edit dataset from library cannot work properly[01]
null
closed fixed
9bb0d69
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/MetaDataPopulator.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-06T02:06:14Z"
"2007-06-04T06:53:20Z"
190,959
Bug 190959 NPE throws out when delete dimension[1102]
Description: There is a crosstab in the layout (one row dimension, one measure). Select the dimension and try to pull it to the column area, it does not work. Then use context menu to delete it, NPE throws out. Build Version:2.2.0.v20070605-0630 Steps to reproduce: 1. Create a sample datasource and dataset. 2. Create a cube, one dimension, one measure. 3. Create a crosstab in the layout, pull the dimension to the row area. 4. Select the dimension in the crosstab, and pull to column area, it does not work. 5. Try to delete the dimension using context menu, NPE throws out. Error log: org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:135) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:117) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postModelEvent(ModelEventManager.java:132) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postEvent(ModelEventManager.java:101) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.access$0(ModelEventManager.java:93) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager$1.stackChanged(ModelEventManager.java:61) at org.eclipse.birt.report.model.activity.ActivityStack.sendNotifcations(ActivityStack.java:867) at org.eclipse.birt.report.model.activity.ActivityStack.commit(ActivityStack.java:741) at org.eclipse.birt.report.designer.internal.ui.command.WrapperCommandStack.execute(WrapperCommandStack.java:87) at org.eclipse.gef.ui.actions.WorkbenchPartAction.execute(WorkbenchPartAction.java:76) at org.eclipse.gef.ui.actions.DeleteAction.run(DeleteAction.java:125) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.item.crosstab.internal.ui.editors.model.NormalCrosstabCellAdapter.hashCode(NormalCrosstabCellAdapter.java:45) at java.util.HashMap.hash(HashMap.java:264) at java.util.HashMap.get(HashMap.java:320) at org.eclipse.gef.editparts.AbstractEditPart.refreshChildren(AbstractEditPart.java:720) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.refreshChildren(ReportElementEditPart.java:547) at org.eclipse.birt.report.item.crosstab.internal.ui.editors.editparts.CrosstabTableEditPart.refreshChildren(CrosstabTableEditPart.java:766) at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:677) at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:564) at org.eclipse.birt.report.item.crosstab.internal.ui.editors.editparts.CrosstabTableEditPart.refresh(CrosstabTableEditPart.java:816) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.contentChange(ReportElementEditPart.java:901) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart.contentChange(AbstractReportEditPart.java:220) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart$1.runModelChange(AbstractReportEditPart.java:71) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart$EditpartReportEventRunnable.run(AbstractReportEditPart.java:239) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractModelEventProcessor.postElementEvent(AbstractModelEventProcessor.java:95) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.GraphicsViewModelEventProcessor.postElementEvent(GraphicsViewModelEventProcessor.java:197) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postModelEvent(ModelEventManager.java:127) ... 36 more
closed fixed
b660de9
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/commands/DeleteCommand.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/CrosstabFirstCellEditPart.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-06T01:41:50Z"
"2007-06-05T05:06:40Z"
190,419
Bug 190419 The topn filter doesn't take effect on the datetime type dimension[1102]
Description: The topn filter doesn't take effect on the datetime type dimension[1102] Build number: 2.2.0.v20070601-1347 Steps to reproduce: 1, New a crosstab which includes datetime type dimension 2, Specify a filter on the year level using two filter condition data["year"] topn 2 or dimension["Date"]["year"] topn 2 3, Preview Expected result: Both filter condition can take effect Actual result: No effect only 2005 year in crosstab
closed fixed
29c126c
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/api/CubeFeaturesTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/util/OrderedDiskArrayTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/api/CubeQueryExecutorHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/util/OrderedDiskArray.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/filter/IJSTopBottomFilterHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/filter/TopBottomDimensionFilterEvalHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-05T09:44:56Z"
"2007-06-01T06:40:00Z"
183,888
Bug 183888 BIRT designer - Cube in data explorer
Current behavior - The data explorer view allows uer to change the order of a group level in a hierrachy. Expected behavior - user should not be allowed to change the order of the group level in data explorer view. - Instead user can user cube builder dialog to change the order.
resolved fixed
69f7f09
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DNDUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-05T07:20:59Z"
"2007-04-25T00:13:20Z"
190,732
Bug 190732 NPE when delete two cubes in attached report.[1101]
Description: NPE when delete two cubes in attached report. Build number:2.2.0.v20070604 Steps to reproduce: 1. Open attached report. 2. Select regioncredit and regioncredit1. 3. Press delete button. Expected result: Two cubes are deleted Actual result: NPE and cubes are still there. Error log: org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:135) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:117) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.handleException(AbstractElementAction.java:132) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:91) at org.eclipse.birt.report.designer.internal.ui.views.actions.GlobalDeleteAction.run(GlobalDeleteAction.java:30) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.ui.actions.RetargetAction.runWithEvent(RetargetAction.java:229) at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:475) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:429) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:165) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:821) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:879) at org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent(OutOfOrderListener.java:76) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:975) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:971) at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1570) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3984) at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5480) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3693) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5370) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2264) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3291) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.designer.internal.ui.views.actions.DeleteAction.doAction(DeleteAction.java:100) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:64) ... 46 more
closed fixed
4fa9e66
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/DimensionJoinConditionHandleTest.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/PropertyHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentCommand.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-06-05T07:00:36Z"
"2007-06-04T04:06:40Z"
190,424
Bug 190424 [Regression] Exception is thrown out when preview a data with null expression [0001]
Description: Exception is thrown out when preview a data with null expression. Regression of #158252 Build number: 2.2.0.v20070601-1347 Steps to reproduce: 1. New a data with null expression. Expected result: No exception is thrown out. Actual result: Exception is thrown out. Error log: - The expression cannot be null or empty. data.engine.EmptyExpression ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: The expression cannot be null or empty. at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.doEvaluateRawExpression(ExprEvaluateUtil.java:239) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.evaluateRawExpression(ExprEvaluateUtil.java:206) at org.eclipse.birt.data.engine.impl.PreparedDummyQuery$ResultIterator.getValue(PreparedDummyQuery.java:557) at org.eclipse.birt.report.engine.data.dte.QueryResultSet.getValue(QueryResultSet.java:309) at org.eclipse.birt.report.engine.executor.DataItemExecutor.execute(DataItemExecutor.java:95) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:45) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:42) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:45) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:33) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:126) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:84) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:90) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:148) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:71) 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
0e21ae6
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-05T06:45:57Z"
"2007-06-01T09:26:40Z"
190,769
Bug 190769 [Regression]The attached report pop up exception when preview
null
closed fixed
c14c323
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/QueryResultSet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-05T06:44:51Z"
"2007-06-04T09:40:00Z"
190,554
Bug 190554 TVT33:TCT554: DE : BIRT, Default "data item" needs to be externalized
<response_by> Ruth Nestvold at 2007.06.01.13.08.25 </response_by> Description: Default "data item" needs to be externalized OS : Windows Must fix or not a must fix: Yes Build date: 0531 Component name = BIRT Blocking: no Language: de Bitmap Location: \defects\gr1\de\04.001030.jpg Tester Name: Ruth Nestvold Problem Description: In the Property Editor, click on the Binding tab Select the Add... button The default name "data item" here needs to be externalized Please see attached screen shot for more details. <response_by> Cam-Thu Le at 2007.06.01.13.30.31 </response_by> This article was reassigned from Category:''TVT Testcases''.
closed fixed
6411ea4
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-05T05:21:47Z"
"2007-06-01T20:33:20Z"
189,832
Bug 189832 Change xtab binding should process the existed binding.[1102]
Description: Change xtab binding should process the existed binding. Build number:2.2.0.v200705300630 Steps to reproduce: 1. New a cube and a crosstab. 2. Drag measure and dimension from cube to crosstab. 3. In Property Editor, change xtab binding cube to none. Expected result: A dialog should pop up to ask how to process the old binding as table does. Actual result: Nothing happens. Error log:N/A
closed fixed
33b27bf
["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/page/CrosstabBindingPage.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/provider/CrosstabSimpleComboPropertyDescriptorProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-05T03:43:25Z"
"2007-05-30T04:40:00Z"
188,610
Bug 188610 Values in Legend Area take the style of Value Series Labels' wrongly [0001]
Description: Values in Legend Area take the style of Value Series Labels' wrongly. Build number: 2.2.0.v20070523-0630 Steps to reproduce: 1. New a Chart, tick "Show Series Labels", set color, style and rotation for font, and set Background Color and Shadow Color for label. 2. Select "Legend", tick "Show Value". Expected result: If the label in Legend Area takes the style, that should be correct. Actual result: See the screenshot. Error log: N/A
closed fixed
a3fccdf
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-05T03:34:34Z"
"2007-05-23T08:46:40Z"
190,727
Bug 190727 [regression]Default value issue when switch report parameter from textbox to listbox.[0705]
null
closed fixed
9a8bca5
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-05T02:39:32Z"
"2007-06-04T04:06:40Z"
190,723
Bug 190723 org.eclipse.birt.report.designer.tests has compile error in dailybuild and rolling build of 20070604
org.eclipse.birt.report.designer.tests has compile error in dailybuild and rolling build of 20070604. Please see the attachment for details.
closed fixed
63967ae
["UI/org.eclipse.birt.report.designer.tests/src/org/eclipse/birt/report/designer/tests/example/matrix/ReportItemPropertyEditUITest.java", "UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/ui/extensions/AllTests.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-05T02:27:48Z"
"2007-06-04T01:20:00Z"
188,283
Bug 188283 Bubbles should be z-sorted by size in Bubble charts
Biggest bubbles should be drawn first so that there is no small bubble hidden by a bigger one.
resolved fixed
fdea06b
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/IRenderInstruction.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/MarkerInstruction.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/PrimitiveRenderEvent.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/WrappedInstruction.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/DeferredCache.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-04T10:25:26Z"
"2007-05-22T10:33:20Z"
190,207
Bug 190207 Integrate Aggregation builder with charts
Charts should be able to use aggregates in their databinding definition. The UI is missing the "Add Aggregation..." button in the chart databinding dialog.
resolved fixed
5de4808
["UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/provider/AggregateOnBindingsFormHandleProvider.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/provider/DataSetColumnBindingsFormHandleProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ColumnBindingDialog.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ChartColumnBindingDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-04T10:15:12Z"
"2007-05-31T14:00:00Z"
190,566
Bug 190566 TVT33:TCT542: ja: "expr" in English in Aggregation Builder panel
<response_by> Eriko Takahashi at 2007.06.01.10.32.17 </response_by> exprOS: Linux Build date: 20070531 Component name : BIRT Blocking: NO Tester Name: Eriko Takahashi (Japanese tester) Testcase: 04.002610 - BIRT - CROSSTAB PROPERTIES BINDING TAB ADD AGGERATION Steps to recreate the problem: 1. Open Test_Report_CrossTab.rptdesign 2. Click on "Cross Table" in the editor 3. In the property editor view, click on Add Aggregation on the Binding tab 4. Aggregation Builder is displayed Problem Description: "expr" is shown in English. I am not able to find this string in our files. Please investigate. Thank you. <response_by> Cam-Thu Le at 2007.06.01.10.36.56 </response_by> This article was reassigned from Category:''TVT Testcases''. <response_by> Bryan Green at 2007.06.01.10.53.22 </response_by> Changing status in TCT. <response_by> Moravia IT at 2007.06.01.11.40.30 </response_by> hello, The same in Polish build 20070531/Windows Kamil <response_by> Herbert Ros?n at 2007.06.01.13.25.29 </response_by> sv: Swedish version shares the same problem. /Herbert <response_by> Dilhun Hacikulaoglu at 2007.06.01.14.15.37 </response_by> Hi, Same for Turkish. Dilhun <response_by> Herbert Ros?n at 2007.06.01.14.28.36 </response_by> sv: Please note that the window title also is in English - "Aggregation Builder" and I can't find that it has been externatlised (let's hope I'm wrong). Please investigate.
closed fixed
b2e93e5
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-04T07:01:50Z"
"2007-06-01T20:33:20Z"
190,274
Bug 190274 TVT33:TCT507: ja: "Create Crosstab" in English
<response_by> Eriko Takahashi at 2007.05.31.10.54.12 </response_by> OS: Linux Build date: 20070530 Component name : BIRT Blocking: NO Tester Name: Eriko Takahashi (Japanese tester) Testcase: 04.001970 - BIRT - CONTEXT INSERT Steps to recreate the problem: 1. Click on Test_Report_1.rptdesign 2. Right click in the report editor to open the context menu. 3. Expand the Insert menu. 4. Choose Cross Table. Cross table is added 5. Right click in the report editor again 6. "Redo: Create Crosstab" is displayed at the top of the nemu Problem Description: "Create Crosstab" is shown in English. I am not able to find this string in the latest file package. Please investigate. Thank you. <response_by> Bryan Green at 2007.05.31.10.59.11 </response_by> Routing to BIRT. <response_by> Bryan Green at 2007.05.31.10.59.30 </response_by> Changing status in TCT. <response_by> Bryan Green at 2007.05.31.11.00.03 </response_by> This article was reassigned from Category:''TVT Testcases''.
closed fixed
42749bf
["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/CreateCrosstabHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-04T06:18:26Z"
"2007-05-31T16:46:40Z"
190,718
Bug 190718 [Automation][Regression] decimal number was truncated incorrectly
steps to reproduce: - use the attached report design - preview, and check decimal number expected behavior: - e.g. 0.00000242 should be output as 0.00000242 actual behavior: - e.g. 0.00000242 was output as 0, note it did not happen in build 20070601
closed fixed
fbc39ce
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/format/NumberFormatter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-04T05:35:05Z"
"2007-06-04T01:20:00Z"
190,148
Bug 190148 html tag <address> is missing when view as pdf
Build ID: RC0-0518 Steps To Reproduce: 1.create a report design 2.add a text with <address>somewhere</address> 3.view as html or pdf result: it hangs up for long time, or it is dropped More information: my suggestion for those unhandled html tag now, convert it into plain text, we do not want any loss in our content. Thanks!
closed fixed
7828784
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-04T03:18:53Z"
"2007-05-31T08:26:40Z"
190,440
Bug 190440 Dimensions from same column will affact each other.[1101]
Description: Dimensions from same column will affact each other. Build number:2.2.0.v200706011658 Steps to reproduce: 1. Open attached report. The cube in the report contains "static amount" and "interval amount". 2. Preview the report. 3. Delete interval amount group and preview again. Expected result: Step2 and step 3 display same effect. Actual result: In step2 preview, xtab display effect of "interval amount" level value instead of "static amount" level value. Error log:N/A
closed fixed
d30cc27
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/AggregationExecutor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-04T03:07:57Z"
"2007-06-01T09:26:40Z"
190,141
Bug 190141 Could not view img with height/width in doc
Build ID: RC0-0518 Steps To Reproduce: 1. create a report design 2. insert a text with <IMG src="C:\WINDOWS\Blue Lace 16.bmp" height="100"> result: view as html or pdf is ok view as doc, exception occurs: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.IllegalArgumentException: "fromUnits"must be one of the absolute units(CM, IN, MM, PT). More information: It should accept the default unit in html the whole report will fail once this exception occurs. Appreciate it could be fixed as soon as possible. Thanks!
closed fixed
26d5e38
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/DimensionType.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-04T01:13:14Z"
"2007-05-31T08:26:40Z"
184,568
Bug 184568 Insert menu error when switch layout tab[00]
Description: Insert menu error when switch layout tab[00] Step: 1.Open a report 2.Switch Master Page( or other tab ) 3.Switch Layout Page 4.Click insert menu Acutal result: The selection in insert menu is gray Exception result: Can select the selection in insert menu
closed fixed
c4b8fb9
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/DesignerActionBarContributor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-01T09:23:09Z"
"2007-04-28T03:13:20Z"
190,421
Bug 190421 [Regression] Extended library in Ouline is not displayed correctly [00]
Description: Extended library in Ouline is not displayed correctly. Build number: 2.2.0.v20070601-1347 Steps to reproduce: 1. New a report, in "Outline" View right click to select "Library", use an existing library. Expected result: Only the library name is listed. Actual result: See the screenshot. Error log: N/A
closed fixed
04188b1
["UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/provider/LibraryCubesNodeProvider.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/data/providers/LibraryDataNodeProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-01T09:19:37Z"
"2007-06-01T09:26:40Z"
189,829
Bug 189829 Problem with "Select Value" in "Edit Filter Condition" dialog of Crosstab[1102]
Description: The double quotation mark is missed when choose a string value from "Select Value" in "Edit Filter Condtion" dialog. Build verison:2.2.0.v20070530-0630 Steps to reproduce: 1. Create a sample datasource and dataset. Bind with a cube. 2. Create a crosstab in the layout, set "Filters" on property editor view. In the "Edit Filter Condition" dialog, use "Select Value" to choose a string type value from dataset. Exception throws out when preview. 3. But if add double quotation mark on the value, preview is ok. Expected Result: Double quotation mark will be added automatically on the string type value.
closed fixed
dbbfaeb
["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/widget/ExpressionValueCellEditor.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/dialogs/CrosstabFilterConditionBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-01T08:53:06Z"
"2007-05-30T04:40:00Z"
176,101
Bug 176101 Shared Libraries node in Library Explorer should show the path on mouse over
Shared Libraries node in Library explorer should have a mouse over tooltio that would give the absolute path to that folder. As user defines where he keeps his resource folder it is a useful hint. Moreover to look for this path user has to go under Window>preferences>Resource to find out where the Resource folder is located. HAving the mouse over hint of the path is useful here.
resolved fixed
e605754
["UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerTreeViewPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-06-01T01:43:43Z"
"2007-03-01T20:13:20Z"
132,031
Bug 132031 access to chart scripting methods and related documentation
It's very strange that access to chart scipting methods available only from script tab related to whole chart item. This approach is not consistent comparing to how script defined for such report items as table or dataset. That why inside of chart's script tab we see comment out bunch of chart scripting methods. I suggest that every component on chart item that have corresponding scripting methods must have separate script tab with set predefined methods. Beside that it would be nice to have at least some documentation and axamples on this topic.
resolved fixed
82bd08d
["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/JSEditor.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/DataProcessor.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/GroupingLookupHelper.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/script/ScriptHandler.java", "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/reportitem/ScriptClassInfo.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ScriptMethodInfo.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-31T15:24:56Z"
"2006-03-15T22:00:00Z"
190,092
Bug 190092 NPE throws out in preview when left one requied column member value empty[1102]
Description: NPE throws out in preview when left one requied column member value empty. Build number: 2.2.0.v20070531-0630 Steps to reproduce: 1, New a crosstab 2, Specify the filter 3, Specify the target level, filter condition 4, If there are some column member value, such as year, quarter and month. Only specify year and quarter. 5, Preview(or preview the attached report design) Expected result: No NPE throws out. And suggestion is we can do some restrict in GUI, if the we don't specify all the member value the GUI don't allow user left the page. But DATA part should handle the NPE exception Actual result: NPE throws out Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.NullPointerException org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionFilterHelper.find(DimensionFilterHelper.java:69) org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionFilterHelper.find(DimensionFilterHelper.java:45) org.eclipse.birt.data.engine.olap.data.impl.dimension.Dimension.find(Dimension.java:165) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.getSimpleFilterResult(CubeQueryExecutorHelper.java:1397) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.getFilterResult(CubeQueryExecutorHelper.java:1280) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.onePassExecute(CubeQueryExecutorHelper.java:552) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.applyAggrFilter(CubeQueryExecutorHelper.java:503) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.execute(CubeQueryExecutorHelper.java:299)
closed fixed
2f09d7a
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/filter/BaseDimensionFilterEvalHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-31T08:26:37Z"
"2007-05-31T00:06:40Z"
190,114
Bug 190114 [regression]Exception when new style in library theme.[01]
Description: Exception when new style in library theme. Build number:2.2.0.v20070531 Steps to reproduce: 1. New a library. 2. In outline, select theme, right click and select new style. Expected result: Style builder pops up without errors. Actual result: Error dialog pops up. Error log: java.lang.IllegalArgumentException: Argument cannot be null at org.eclipse.swt.SWT.error(SWT.java:3531) at org.eclipse.swt.SWT.error(SWT.java:3465) at org.eclipse.swt.SWT.error(SWT.java:3436) at org.eclipse.swt.widgets.Widget.error(Widget.java:432) at org.eclipse.swt.widgets.Text.setText(Text.java:1794) at org.eclipse.birt.report.designer.internal.ui.dialogs.GeneralPreferencePage.initialize(GeneralPreferencePage.java:227) at org.eclipse.jface.preference.FieldEditorPreferencePage.createContents(FieldEditorPreferencePage.java:233) at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:233) at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1441) at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:1198) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193) at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1192) at org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:697) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:842) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193) at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:840) at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1642) at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:1083) at org.eclipse.jface.preference.PreferenceDialog.selectSavedItem(PreferenceDialog.java:994) at org.eclipse.jface.preference.PreferenceDialog$4.run(PreferenceDialog.java:368) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.preference.PreferenceDialog.createContents(PreferenceDialog.java:364) at org.eclipse.jface.window.Window.create(Window.java:426) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1081) at org.eclipse.jface.window.Window.open(Window.java:785) at org.eclipse.birt.report.designer.ui.dialogs.StyleBuilder.open(StyleBuilder.java:79) at org.eclipse.birt.report.designer.internal.ui.views.outline.providers.StyleNodeProvider.performEdit(StyleNodeProvider.java:83) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:368) at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.birt.report.designer.ui.views.ElementAdapterInvocationHandler.invoke(ElementAdapterInvocationHandler.java:89) at $Proxy0.performRequest(Unknown Source) at org.eclipse.birt.report.designer.internal.ui.views.outline.providers.ThemeNodeProvider.createElement(ThemeNodeProvider.java:94) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.createElement(DefaultNodeProvider.java:565) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performInsert(DefaultNodeProvider.java:609) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:360) at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.birt.report.designer.ui.views.ElementAdapterInvocationHandler.invoke(ElementAdapterInvocationHandler.java:89) at $Proxy0.performRequest(Unknown Source) at org.eclipse.birt.report.designer.internal.ui.views.actions.InsertAction.doAction(InsertAction.java:173) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:64) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
closed fixed
60c0d25
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/namespace/AbstractNameHelper.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/namespace/ModuleNameHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-31T07:23:48Z"
"2007-05-31T02:53:20Z"
190,127
Bug 190127 [Smoke] Library can not be refresh or remove [01]
Description: Library can not be refresh or remove. Build number: 2.2.0.v20070531-0630 Steps to reproduce: 1. New a report, use library, in Outline View, right click the library used. Expected result: The library can be remove and refresh. Actual result: Right click the library, the context menu does not show up. Error log: N/A
closed fixed
f56062d
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/ElementAdapterInvocationHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-31T05:55:08Z"
"2007-05-31T05:40:00Z"
190,082
Bug 190082 ID and Message does not match
org.eclipse.birt.report.designer.core\src\org\eclipse\birt\report\designer\nls\messages.properties, following ID and message is found: ColorBuilder.text.None=Auto The ID said None, but the text is Auto. If the text is Auto, ID should be ColorBuilder.text.Auto. More information:
resolved fixed
c528caa
["UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/ColorBuilder.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/widget/ColorBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-31T03:35:19Z"
"2007-05-31T00:06:40Z"
186,516
Bug 186516 RCP Designer: Editing copied data item destroys the original element
Build ID: 200609260959 Steps To Reproduce: 1. Create a report with a data source, data set and a table 2. Insert a column of the data set into the table. This generates a data item with an expression for the column 3. Copy this element into another table column using the <ctrl> key and drag'n drop function. 4. Now double-cick the copy and change the Data Item name and press Ok 5. Examine the original data item and you will find that it's properties like name, expression etc. are destroyed More information: Confirmed with BIRT RCP Designer 2.1.1 and 2.2 M6
verified fixed
3f57f24
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-31T03:20:10Z"
"2007-05-11T07:53:20Z"
189,814
Bug 189814 [Regression] "Paste" does not work for report items, data source, data set... [00]
Description: "Paste" does not work for report items, data source, data set... Build number: 2.2.0.v20070530-0630 Steps to reproduce: 1. New a report, insert a label, copy and paste. Expected result: "Paste" works. Actual result: "Paste" does not work. Error log: N/A
closed fixed
955169b
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/command/SelectionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-31T03:17:58Z"
"2007-05-30T01:53:20Z"
189,812
Bug 189812 Exceptions occurs when specify two sorting conditions on a crosstab[1102]
Description: Exceptions occurs when specify two sorting conditions on a crosstab[1102] Build number: 2.2.0.v20070530-0630 Steps to reproduce: 1, Open the attached report design 2, Specify the sorting on the crosstab 3, One sorting is : Group Level: Product/PRODUCTLINE Key: CREDITLIMIT_Date/year_Product/PRODUCTLINE Column member valud: year 2003 4, The second sorting is as same as sorting one, but the year value is 2004 Expected result: Support multi sorting on one condition Actual result: Exception occurs Error Logs: 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.data.impl.aggregation.sort.AggregationSortHelper.createMatchedAggrRow(AggregationSortHelper.java:131) org.eclipse.birt.data.engine.olap.data.impl.aggregation.sort.AggregationSortHelper.populateAggrDiskArray(AggregationSortHelper.java:87) org.eclipse.birt.data.engine.olap.data.impl.aggregation.sort.AggregationSortHelper.sort(AggregationSortHelper.java:53) org.eclipse.birt.data.engine.olap.data.impl.aggregation.sort.AggrSortHelper.sort(AggrSortHelper.java:114) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.applyAggrSort(CubeQueryExecutorHelper.java:448) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.execute(CubeQueryExecutorHelper.java:301) org.eclipse.birt.data.engine.olap.query.view.QueryExecutor.populateRs(QueryExecutor.java:129) org.eclipse.birt.data.engine.olap.query.view.QueryExecutor.execute
closed fixed
e89e878
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/api/CubeFeaturesTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/sort/AggrSortHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/sort/AggregationSortHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-30T13:32:10Z"
"2007-05-30T01:53:20Z"
189,100
Bug 189100 [Regression]X-axis data column issue[0001]
Description: [Regression]X-axis data column issue[0001] Step: 1.New a sample datasource and dataset from OFFICES 2.New a chart and use the dataset 3.Change the data type of OFFICECODE from string to integer. 4.Drop the column of OFFICECODE to Value(Y)Series. Actual result: Show the error message: Unable to use a text data to render a numerical/datetime axis.
closed fixed
1ad013b
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/querydefn/BaseQueryDefinition.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/querydefn/Binding.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/pass/PassManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/BindingColumnsEvalUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-30T10:05:52Z"
"2007-05-25T08:00:00Z"
189,848
Bug 189848 NPE throws out when preview a crosstab has one dimension [1102]
Description: NPE throws out when preview a crosstab has one dimension [1102] Build number: 2.2.0.v20070530-0630 Steps to reproduce: 1, New a crosstab 2, Drag a dimension into row or column area 3, Drag a measure into detail area 4, Preview Expected result: Preview successfully Actual result: NPE throws 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.impl.query.CubeCursorImpl.populateLevel(CubeCursorImpl.java:132) org.eclipse.birt.data.engine.olap.impl.query.CubeCursorImpl.validateBindings(CubeCursorImpl.java:102) org.eclipse.birt.data.engine.olap.impl.query.CubeCursorImpl.(CubeCursorImpl.java:70) org.eclipse.birt.data.engine.olap.impl.query.CubeQueryResults.getCubeCursor(CubeQueryResults.java:75) org.eclipse.birt.report.engine.data.dte.CubeResultSet.(CubeResultSet.java:78) org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:234) org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:120) org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute
closed fixed
2d43c97
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/impl/query/CubeCursorImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-30T08:29:07Z"
"2007-05-30T07:26:40Z"
189,807
Bug 189807 The year value in select value list should be integer with out the decimal[1102]
Description: If the column member is year, the year value in select value list should be interger without the decimal such as 2003 but not the 2003.0.
closed fixed
96df2b2
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-30T08:09:31Z"
"2007-05-30T01:53:20Z"
132,645
Bug 132645 Mouse Double Click/URL Redirect on Y series of Line Chart does not work
Decription: Add a interactivity on line chart, mouse double click/URL Redirect on Y Series, does not work. Steps to reproduce: 1.Add a line chart, bind with valid dataset. 2.In the "Format Chart" tab, add a interactivity on "Value(Y) Series", the type is "Mouse Double Click", and the action is set "URL Redirect". 3.Preview in layout, click on the Y Series, interactivity does not work.
closed fixed
a31609c
["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-30T07:43:06Z"
"2006-03-21T08:33:20Z"
189,625
Bug 189625 line-height is not supported in word
Build ID: RC0-v20070518 Steps To Reproduce: 1.create a report design 2.add a new style <style name="NewStyle" id="7"> <property name="fontSize">xx-large</property> <property name="textLineThrough">line-through</property> <property name="lineHeight">10in</property> </style> 3. add a text "hello world" and apply this style result: view as html is ok view as doc, "lineHeight" is no effective view as pdf, viewer hangs up for quite long time until I kill it. my report design is attached.
closed fixed
f95ec14
["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-05-30T07:13:07Z"
"2007-05-29T09:13:20Z"
189,751
Bug 189751 cube enhancement: Groups and Summaries category; an empty summary field is being created.
Based on bug Id# 187412: Cube builder enhancement While reviewing the cube builder enhancements, I found some things that are not updated as the mock up. Please see the attached document. Under Groups and summaries category: 1. If new a cube, under 'groups and Summaries' category, by default an empty summary field is being created. No empty groups and summaries should be there to start with. Make it consistent as 'Groups (dimension): no empty group is there. 2. The category title should repeats itself as Groups and Summaries 3. Primary Dataset has to be listed as (Primary)
verified fixed
b8f8356
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ElementFactory.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-30T06:43:55Z"
"2007-05-29T17:33:20Z"
189,806
Bug 189806 Add aggregation data item to a table - Exception is thrown
- Add a table with dataset to a report design - DnD aggregation from palette to the table footer - Aggregation builder is shown - Choose SUM function on "Quantity orderred" data field Current behavior - A exception is thrown which say java.util.EmptyStackException
resolved fixed
a8e2bd1
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/DataEditPart.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-30T05:37:38Z"
"2007-05-30T01:53:20Z"
189,393
Bug 189393 Can not drop the item into cross table row
Description: Can not drop the item into cross table row Step: 1. New a cross table. 2. Drop any item from palette into cross table row. Actual result: The item cannot drop in it.
closed fixed
4fed950
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/tools/ReportCreationTool.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-30T05:26:23Z"
"2007-05-28T11:00:00Z"
189,622
Bug 189622 DesignElementHandle.getMethods( ) shouldn't return null value
The return type of DesignElementHandle.getMethods( ) is List; if the design element handle doesn't have script methods, then it return null value. The return value is empty list will be better.
resolved fixed
14c3c3a
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/extension/PeerExtensibilityProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-30T05:11:36Z"
"2007-05-29T09:13:20Z"
189,813
Bug 189813 After modify a wrong preview report, when preview in Web viewer it can not process the document file[1102]
null
closed fixed
3c81ae6
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentWriter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/toc/TOCBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-30T04:23:28Z"
"2007-05-30T01:53:20Z"
189,590
Bug 189590 Error occurs when click drill-through link in sample report "OrderMasterAfter.rptdesign"
Description: Open "Report Example" view, open "Drill to Details" directory. Open "OrderMasterAfter.rptdesign" file. Preview in layout, and then click the first column "ORDERNUMBER" value, which defines drill-through link in it. Exception throws out when click on it. Build version:2.2.0.v20070529-0630. Expected result: Even if the "OrderDetailAfter.rptdesign" isn't opened, the drill-through link in the master report should drill to the detailed report.
closed fixed
53c639f
["UI/org.eclipse.birt.report.designer.ui.samples.ide/src/org/eclipse/birt/report/designer/ui/samples/ide/action/IDEOpenSampleReportAction.java", "UI/org.eclipse.birt.report.designer.ui.samples.rcp/src/org/eclipse/birt/report/designer/ui/samples/rcp/action/RCPOpenSampleReportAction.java", "UI/org.eclipse.birt.report.designer.ui.samplesview/src/org/eclipse/birt/report/designer/ui/samplesview/sampleslocator/SampleIncludedSourceEntry.java", "UI/org.eclipse.birt.report.designer.ui.samplesview/src/org/eclipse/birt/report/designer/ui/samplesview/util/PlaceResources.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-30T04:05:43Z"
"2007-05-29T06:26:40Z"
189,592
Bug 189592 [Regression] The data both set hyperlink will be displayed in the same line [0001]
Description: The data both set hyperlink will be displayed in the same line. Build number: 2.2.0.v20070529-0630 Steps to reproduce: 1. Insert two data both set hyperlink. 2. Preview in HTML or Web Viewer. Expected result: The two data are in different line. Actual result: They are in the same line. Error log: N/A
closed fixed
222c811
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLPerformanceOptimize.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-30T03:32:53Z"
"2007-05-29T06:26:40Z"
188,336
Bug 188336 Fairly Simple Report Generates NPE When Saving as Excel
When attempting to Save the attached report to Excel, the following error is displayed in the viewer instead of the Excel file: + org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.util.EmptyStackException
resolved fixed
937d80f
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-30T03:23:30Z"
"2007-05-22T16:06:40Z"
189,534
Bug 189534 Computed Column aggregation builder doesn't accept argument.
The aggregation builder of computed column should be enhanced so that 1. It can accept aggregation argument. 2. Only when the selected computed column can accept argument should the argument dialog enabled.
resolved fixed
b18de8b
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/pass/DataSetProcessUtil.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/ComputedColumnAdapter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-29T15:41:57Z"
"2007-05-29T00:53:20Z"
189,598
Bug 189598 [linux][smoke]GUIException when new style in Layout or through main menu[0300]
Description: GUIException when new style in Layout or through main menu Build number:2.2.0.v200705291039 Steps to reproduce: 1. New a report. 2. New a style by right click in Layout. 3. New a style through main menu Expected result: A new style is inserted. Actual result: Fail to new style and throw exception. Error log:N/A
closed fixed
b5f0f62
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/command/SelectionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-29T10:27:51Z"
"2007-05-29T06:26:40Z"
189,597
Bug 189597 [RCP]NEP throws out when create a crosstab to a template report item[1102]
Description: NEP throws out when create a crosstab to a template report item[1102] Build number: 2.2.0.v20070529-1039 RCP Steps to reproduce: 1, New a template 2, New a cube 3, New a crosstab 4, Right click the crosstab and select create template report item 5, Specify the name and click OK button Expected result: No excption occurs Actual result: An unexpected internal exception occurred.Please see log for detail. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Designer UI Plug-in ID:org.eclipse.birt.report.designer.ui Version:2.2.0.v20070529 Error Code:Error.GUIException.invokedByUnexpectedException Error Message:Caused by java.lang.NullPointerException. Error log:
closed fixed
f3fa150
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/views/outline/ScriptElementNode.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/views/outline/ScriptObjectNode.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/views/outline/ScriptsNode.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/ScriptedDesignVisitor.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/ScriptedElementVisitor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-29T10:06:24Z"
"2007-05-29T06:26:40Z"
189,575
Bug 189575 The 2 APIs don't work.
ICubeQueryUtil.getMemberValueIterator( TabularCubeHandle cubeHandle, String dataBindingExpr, ICubeQueryDefinition queryDefn ) ICubeQueryUtil.getMemberValueIterator( TabularCubeHandle cubeHandle, String targetLevel, ILevelDefinition[] higherLevelDefns, Object[] values ) The 2 APIs don't work. Please verify and correct them, or Crosstab sort and filter may throw runtime exception. Thanks.
verified fixed
e52644d
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/sort/AggregationSortHelper.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-29T09:47:12Z"
"2007-05-29T03:40:00Z"
186,940
Bug 186940 Style name in theme cannot be identify by auto when reopen the library[01]
Description: Style name in theme cannot be identify by auto when reopen the library[01] Step: 1.Open a library and add a theme 2.New a style on the theme and use the default name that is "NewStyle" 3.Save the library, close it and reopen it again. 4.New another style on the same theme Actual result: The default style name on second times is also "NewStyle" Exception result: The default style name on second times is "NewStyle1"
closed fixed
9abb051
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ElementFactoryTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/GroupElementHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ElementFactory.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/NameCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/Theme.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-29T09:45:44Z"
"2007-05-15T06:20:00Z"
189,586
Bug 189586 [smoke]Fail to preview template item in xls format..[1203]
null
closed fixed
1e756ad
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-29T09:35:07Z"
"2007-05-29T06:26:40Z"
189,573
Bug 189573 Remove the filter and group arguments of total functions from ROM.
Description: Currently, we can select the group and filter in aggregation builder, so the function's argument: group and filter are duplicate to be specify. So after discuss with LinZhu and ZhiqiangQiang, we should remove the filter and group argument of total functions in ROM. So that GUI will not use that argument to design the aggregation builder. Build number: 2.2.0.v20070529-0630
closed fixed
289d458
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/metadata/ClassDefnTest.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-29T09:10:28Z"
"2007-05-29T03:40:00Z"
189,108
Bug 189108 [Accessibility] There is no short cut for Crosstab [00]
Description: There is no short cut for Crosstab. Build number: 2.2.0.v20070525-1114 Steps to reproduce: 1. Select menu "Insert", click short cut for Crosstab. Expected result: Short cut for Crosstab is available. Actual result: There is no short cut for Crosstab. Error log: N/A
closed fixed
f156f64
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/DesignerActionBarContributor.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/extension/experimental/EditpartExtensionManager.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/extension/experimental/PaletteEntryExtension.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/CrosstabCellMenuAdapterFactory.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-29T08:44:59Z"
"2007-05-25T10:46:40Z"
189,591
Bug 189591 [Smoke]PDF can't be generated using report engine[0600]
[Smoke]PDF can't be generated using report engine[0600] Build number: 2.2.0.v20070529-1030 Steps to reproduce: 1. download BIRT runtime package and set BIRT_HOME 2. Go to Windows Command Prompt genReport --mode runrender --format PDF --output Test1.pdf --parameter "sample=hello" --parameter "Cust=100" test1.rptdesign Expected result: Test1.pdf can be generated Actual result: Exception thrown Error log: see attached screens shot
closed fixed
ee0ade3
["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFPageDevice.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/util/BundleVersionUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-29T07:55:43Z"
"2007-05-29T06:26:40Z"
156,318
Bug 156318 Meter chart, region outline can not displayed completely.
Meter chart, region outline can not displayed completely. Steps: 1.Create a meter chart, add several regions, set oultine 2.Preview Acutal Results: 1.Outlines can not displayed completely.(See the screen shot) Expected Results: 1.Can be displayed correctly.
closed fixed
64892ed
["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingRendererImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-29T07:27:25Z"
"2006-09-06T08:06:40Z"
189,358
Bug 189358 The "New Data Binding" dialog is confusing
Description: In today's build, a "New Data Binding" dialog replaces the old one. But it seems very confusing. According to the spec attached with #130686, when an "Aggregation" in the palette view is pulled into the table group footer layout, an "Aggregation Builder" is trigged. Actually, "New Data Binding" dialog appears instead. In this builder, there are two filters setting, they are confused. And the naming is not formal. Some of name is in lowercase, and other are uppercase. Build version: 2.2.0.v20070528-0630
closed fixed
dee176f
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataColumnBindingDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-29T03:35:34Z"
"2007-05-28T05:26:40Z"
189,374
Bug 189374 AbstractToolHandleExtends occurs when click the cancle button of Aggregation builder
Description: AbstractToolHandleExtends occurs when click the cancle button of Aggregation builder Build number: 2.2.0.v20070528-1033 Steps to reproduce: 1, Drag the Aggregation into a table's group header 2, Click cancel button stop the insert operation Expected result: The insertion is cancelled without exceptions Actual result: The insertion is cancelled but AbstractToolHandleExtends occurs. Error log: java.lang.Error: Don't find the AbstractToolHandleExtends at org.eclipse.birt.report.designer.internal.ui.palette.BasePaletteFactory.getAbstractToolHandleExtendsFromPaletteName(BasePaletteFactory.java:1146) at org.eclipse.birt.report.designer.internal.ui.palette.ReportTemplateTransferDropTargetListener.handleDrop(ReportTemplateTransferDropTargetListener.java:163) at org.eclipse.gef.dnd.AbstractTransferDropTargetListener.drop(AbstractTransferDropTargetListener.java:171) at org.eclipse.jface.util.DelegatingDropAdapter$3.run(DelegatingDropAdapter.java:211) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193)
closed fixed
923aa66
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/AggDataDropAdapter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-29T03:22:08Z"
"2007-05-28T08:13:20Z"
188,837
Bug 188837 Modify the datetime type dimension's level in cube will lead NPE when show and hide level in crosstab[1102]
Description: Modify the datetime type dimension's level in cube will lead NPE when show and hide level in crosstab[1102] Build number: 2.2.0.v20070524-0630 Steps to reproduce: 1, New a cube with a dimension d1: year->quarter->month->week-of-month 2, New a crosstab using the cube and levels 3, Show all the levels in crosstab 4, Modify the d1 to: quarter->month 5, Turn to crosstab and modify the show/hide levels Expected result: The level can be modified without exceptions Actual result: NPE occurs and crosstab can not be deleted Errors log: java.lang.NullPointerException at org.eclipse.birt.report.item.crosstab.internal.ui.editors.action.AddLevelHandleAction.run(AddLevelHandleAction.java:84) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284)
closed fixed
3f35c25
["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/action/AddLevelHandleAction.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-29T02:43:28Z"
"2007-05-24T07:00:00Z"
188,204
Bug 188204 After delete the measure in cube, the measure's binding in crosstab are not deleted automatically[1102]
Description: Firstly, we should make sure the measure has been used in crosstab, and we removed the measure from crosstab, then remove it from cube. Because of the measure has been used in crosstab, so the binding of measure are still in crosstab whether the measure has been removed from crosstab. But, if remove the measure from the cube, the binding are still in crosstab, it will lead the "can not found the measure" exception when preview. The user must remove the binding by himself to make sure the preview successfully. So I hope GUI can make some enhance when remove the measure from cube, all the measure's binding of crosstab also removed automatically. Build number: 2.2.0.v20070522-0630 Steps to reproduce: 1, New a crosstab with two measures: m1 and m2 2, Remove the m1 from crosstab 3, Preview 4, Remove the m1 from cube 5, Preview Expected result: After step4, all the m1's binding in crosstab has been removed and after step5, the preview is successful Actual result: After step4, all the m1's binding are still in crosstab's databinding, and after step5, exception occurs. Error log: The measure name "QUANTITYORDERED" is not found. The measure name "QUANTITYORDERED" is not found. ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: The measure name "QUANTITYORDERED" is not found. at org.eclipse.birt.data.engine.olap.impl.query.CubeQueryResults.getCubeCursor(CubeQueryResults.java:82) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.<init>(CubeResultSet.java:78) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:234) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:120) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:178) at org.eclipse.birt.report.engine.executor.ExecutorManager$ExecutorContext.executeQuery(ExecutorManager.java:403) at org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:92) at org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:101) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:57) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:45) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:42) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor
closed fixed
e7f736e
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/api/CubeFeaturesTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/api/CubeIVTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/driver/ResultSetMetadata.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/impl/query/CubeCursorImpl.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/query/view/CubeQueryDefinitionUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/query/view/QueryExecutor.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/script/JSLevelObject.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-28T16:18:25Z"
"2007-05-22T05:00:00Z"
180,827
Bug 180827 Document refresh failed with IOException for a large report during render.
When running a large report with 6million rows ,each row is about 10 columns , and 100 bytes, render fails with an i/o exception. Env: ibm1.5 jvm, BIRT runtime 2.2M5, Machine- Linux RHEL AS4, database - derby 10.3 TestEnv: scsi 10K RPM disks,4GRAM,2.8Ghz 2cpu , HT IntelXeon,RHEL Linux kernel2.6 The stack trace is below. sh-3.00$ . ./run2.2.ksh 1 200 10 3000 java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pxi32dev-20060222 (SR1)) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20060222a (J IT enabled) J9VM - 20060220_05389_lHdSMR JIT - 20060220_2133_r8 GC - 20060214_AA) JCL - 20060222a iteration=0run=2228611Exception in thread "main" org.eclipse.birt.report.engine. api.EngineException: document refresh failed at org.eclipse.birt.report.engine.api.impl.ReportDocumentReader.doRefres h(ReportDocumentReader.java:281) at org.eclipse.birt.report.engine.api.impl.ReportDocumentReader.<init>(R eportDocumentReader.java:113) at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReport Document(ReportEngineHelper.java:447) at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReport Document(ReportEngineHelper.java:429) at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReport Document(ReportEngineHelper.java:373) at org.eclipse.birt.report.engine.api.impl.ReportEngine.openReportDocume nt(ReportEngine.java:406) at TaskTest.render(TaskTest.java:103) at TaskTest.main(TaskTest.java:153) Caused by: java.io.IOException: Invalid argument at java.io.RandomAccessFile.seek(Native Method) at org.eclipse.birt.core.archive.RAFileInputStream.readToBuffer(RAFileIn putStream.java:69) at org.eclipse.birt.core.archive.RAFileInputStream.read(RAFileInputStrea m.java:94) at java.io.FilterInputStream.read(FilterInputStream.java:89) at org.eclipse.birt.core.util.IOUtil.readInt(IOUtil.java:96) at org.eclipse.birt.report.engine.api.impl.ReportDocumentReader.doRefres h(ReportDocumentReader.java:212) ... 7 more --------------------------- rptdocument was created successfully. sh-3.00$ ls -l *.rptdocument -rw-rw-r-- 1 cloudtst RAND 3904474296 Mar 24 19:09 T1_SmallQuery.rptdocument ---------------------------
resolved fixed
4508677
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/CachedResultSet.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDummyQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryResults.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDSaveUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/StreamWrapper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/stream/DataStreamReader.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/stream/StreamManager.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-28T12:47:09Z"
"2007-04-03T22:40:00Z"
188,835
Bug 188835 "1970-01-01" is added before the value when filter key is Time type[00]
"1970-01-01" is added before the value when filter key is Time type[00] Build number: 2.2.0.v20070524-0630 Steps to reproduce: 1.Open attached report design 2.Open the data set and add a filter: key:row["time"] Operator:Equal Open the "Select value" Expected result: Just Time type values are displayed Actual result: "1970-01-01" is added before the filter value,like:"1970-01-01 00:22:31.0" Error log: N/A
closed fixed
b44fe1f
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/SelectValueDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-28T11:29:24Z"
"2007-05-24T07:00:00Z"
186,947
Bug 186947 Make dataSetEditor more compatible to oda
null
resolved fixed
77a4660
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/property/PropertyNode.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-28T09:34:36Z"
"2007-05-15T09:06:40Z"
188,829
Bug 188829 Move the item ,the trans of the model don't close.
1:New report design. 2:Add a Embedded image. 3:Add another imge , then drag the second imge to the first position. 4:Change the size of the first image. Expected: Image change the size. Now: Image size don't change.
resolved fixed
f60852a
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/command/ContentCommandTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/AbstractContentCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentElementCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentRecord.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/MoveContentRecord.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-28T09:33:18Z"
"2007-05-24T07:00:00Z"
188,503
Bug 188503 Cascaded parameters don't list values on initial display
1) View attached report in Web viewer. 2) Note that Vintage Cars is selected by default for Product Line 3) Note that there is no values in the drop down list for Products Expected behaviour: The Products drop down list displays the products in the Vintage Cars list on initial display. 4) Now select Ships for Product Line and then go back to Vintage Cars. 5) The Products drop down gets updated with the products for the selected product line.
resolved fixed
f27cabf
["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-05-28T08:09:40Z"
"2007-05-22T21:40:00Z"
189,351
Bug 189351 The grandtotal and subtotal's are missing the Sigma icon and they are not the aggregation dataitem[1102]
Description: The grandtotal and subtotal's are missing the icon and if double click the dataitem, they are not the aggregation dataitem[1102] Build number: 2.2.0.v20070528-1033 Steps to reproduce: 1, New a crosstab 2, Specify the grandtotal and subtotal 3, Check the grandtotal and subtotal's icon(XXX) 4, Double click the dataitem of grandtotal and subtotal Expected result: The icon of grandtotal and subtotal should include Sigma and after step4, the dataitem should be the aggregation dataitem include such as function, argument and aggregation on selection. Actual result: The sigma icon is missing and the dataitem is the simple dataitem without function, argument and aggregation on. Error log:
closed fixed
aabe2be
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/DataEditPart.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/MeasureAggregationEditPart.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-28T07:52:36Z"
"2007-05-28T05:26:40Z"
189,363
Bug 189363 The aggregation of table should be start with sigma symbol
Description: Follow the spec, after specify a aggregation on a table, the aggregation should be represented by starting with the sigma symbol
closed fixed
167cbb3
["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/action/AddSubTotalAction.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-28T07:35:09Z"
"2007-05-28T05:26:40Z"
189,080
Bug 189080 Cancel button does not work when create dimensions in cube[1101]
Description: Create a group(dimension) in cube builder, click "cancel" button, but actually a dimension is created. Build:2.2.0.v20070525-1114 Steps to reproduce: 1.Create a sample datasource and dataset. 2.Create a cube, bind with the dataset. 3.In the "Cross Tab Cube Builder", click "add" button on the right margin. "Add Group" dialog pops up, then click "cancel" button, but the group is created in fact. Expect result: Click "Cancel" button works.
closed fixed
8dcd54a
["UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/page/CubeGroupContent.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-28T07:00:44Z"
"2007-05-25T08:00:00Z"
188,584
Bug 188584 Time parameter default value has not been display on Enter Parameters dialog[0002]
Descript: Time parameter default value has not been display on Enter Parameters window[0002] Step: 1.New a Time parameter and input "00:00:00 AM" in default value 2.Preview and the Enter Parmeter dialog Actual result: The default value has not been show in it. Exception result: The default value show in it.
closed fixed
e0ac4f7
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-28T03:25:55Z"
"2007-05-23T08:46:40Z"
182,664
Bug 182664 Cross Tab: resize column doesn't behave correctly
When user drag to resize a column, it supposes to effect on the left column only. Currently when user drag to resize column, many other columns are resized too, unexpectedly.
resolved fixed
4fc05e1
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TableEditPart.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/tools/CrosstabColumnDragTracker.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-28T02:31:31Z"
"2007-04-17T00:33:20Z"
176,467
Bug 176467 Wrong page break effect for spanned cell
When page break occurs on spanned cell, this cell on next page is lost, which cause incorrect page layout. Report design to reproduce the error is attached.
resolved fixed
35aa4db
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/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/ReportDocumentReader.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/executor/buffermgr/Cell.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/buffermgr/TableContentLayout.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/IPageHintConstant.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/ReportPageExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v2/PageHintReaderV2.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v3/PageHintWriterV3.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ReportPageExecutorV4.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/layout/IReportLayoutEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/LayoutUtil.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLGroupLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLayoutContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLPageLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLReportLayoutEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLRowLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableBandLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLayoutEmitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutEngineContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFReportLayoutEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFRowLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableGroupLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/IPageHint.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/PageHint.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportDocumentBuilder.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/UnresolvedRowHint.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-25T11:32:45Z"
"2007-03-06T08:33:20Z"
183,591
Bug 183591 ResultSets opened during querying metadata are not closed - it can cause exception on Oracle
Build ID: 2.2.0.v20070329 Steps To Reproduce: 1.Create report with multiple stored procedures and oracle connection. 2.Generate report and check number of opened cursors on Oracle side. 3.If number of opened cursor exceeds Oracle limit, exception is thrown. More information: ResultSets opened in org.eclipse.birt.report.data.oda.jdbc.CallStatement - methods createSchemaList and getCallableParamMetaData are not closed.
resolved fixed
e46b4a6
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLUtility.java", "data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-25T10:55:59Z"
"2007-04-23T12:06:40Z"
189,078
Bug 189078 Exception when click Export Data in report with xtab.[1102]
Description: Exception when click Export Data in report with xtab. Build number:2.2.0.v200705251114 Steps to reproduce: 1. New a report. 2. Insert a normal crosstab. 3. Preview in Web Viewer and click Export Data button Expected result: No Exception and data in crosstab cannot be exported. Actual result: Report Service Exception. Error log: org.eclipse.birt.report.service.api.ReportServiceException: org.eclipse.birt.data.engine.olap.impl.query.CubeQueryDefinition org.eclipse.birt.report.service.BirtViewerReportService.getResultSetsMetadata(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractQueryExportActionHandler.__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.handleQueryExport(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.GeneratedMethodAccessor47.invoke(Unknown Source) 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.StandardPipelin
closed fixed
70d3bb6
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTaskV1.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-25T07:40:21Z"
"2007-05-25T08:00:00Z"
188,607
Bug 188607 [Automation][Regression] an extra empty box was rendered when preview the attached report using viewer preview pattern
steps to reproduce: - use the attached report - preview using viewer preview pattern expected behavior: - report is rendered properly actual behaiovr: - an extra empty box was rendered
closed fixed
a3a49bc
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLPerformanceOptimize.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-25T06:54:55Z"
"2007-05-23T08:46:40Z"
188,572
Bug 188572 "Delete" button does not work when delete a table row or column [00]
Description: "Delete" button does not work when delete a table row or column. Build number: 2.2.0.v20070523-0630 Steps to reproduce: 1. New a table, select one table row or column and click "Delete" button. Expected result: The row and column can be deleted by pressing "Delete" button. Actual result: Pressing "Delete" button does not take effect. Error log: N/A
closed fixed
6fbb3a6
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/GraphicalEditorWithFlyoutPalette.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-25T06:45:01Z"
"2007-05-23T06:00:00Z"
188,843
Bug 188843 NPE throws out when preview sample report in xls[1203]
null
closed fixed
183a4ed
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleEngine.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-25T03:48:35Z"
"2007-05-24T07:00:00Z"
188,226
Bug 188226 [2.1.3]Damaged pdf file when preview attached report in frameset mode.
Description: Damaged pdf file when preview attached report with frameset mode. Build number:v2.1.3.20070517 Steps to reproduce: 1. Open attached report and preview in Web Viewer. 2. Input parameter values as sample and 200.(note: the second value is important to reproduce the issue). Expected result: Display a table with chart and a list behind it. Actual result: Damanged pdf file. Error log: NIO: An error happened while running the report. Cause: java.lang.NullPointerException at org.eclipse.birt.report.engine.layout.pdf.PDFBlockStackingLM.layoutChildNode(PDFBlockStackingLM.java:92) at org.eclipse.birt.report.engine.layout.pdf.PDFBlockStackingLM.traverseChildren(PDFBlockStackingLM.java:72) at org.eclipse.birt.report.engine.layout.pdf.PDFStackingLM.layoutChildren(PDFStackingLM.java:120) at org.eclipse.birt.report.engine.layout.pdf.PDFAbstractLM.layout(PDFAbstractLM.java:132) at org.eclipse.birt.report.engine.layout.pdf.PDFBlockStackingLM.layoutChildNode(PDFBlockStackingLM.java:92) at org.eclipse.birt.report.engine.layout.pdf.PDFBlockStackingLM.traverseChildren(PDFBlockStackingLM.java:72) at org.eclipse.birt.report.engine.layout.pdf.PDFStackingLM.layoutChildren(PDFStackingLM.java:120) at org.eclipse.birt.report.engine.layout.pdf.PDFPageLM.layout(PDFPageLM.java:211) at org.eclipse.birt.report.engine.layout.pdf.PDFReportLayoutEngine.layoutReport(PDFReportLayoutEngine.java:62) at org.eclipse.birt.report.engine.layout.pdf.PDFReportLayoutEngine.layout(PDFReportLayoutEngine.java:107) at org.eclipse.birt.report.engine.api.impl.RenderTask.doRender(RenderTask.java:255) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:719) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:605) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.renderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtRenderReportActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.layout.FramesetFragment.doService(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.layout.FramesetFragment.service(Unknown Source) at org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Unknown Source) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doGet(Unknown Source) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:738) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595)
closed fixed
22b089a
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ListItemExecutor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-25T03:15:43Z"
"2007-05-22T07:46:40Z"
130,686
Bug 130686 Request for an Aggregate builder in BIRT report designer
It is somewhat difficult for a new BIRT user to figure out how to build an aggregate without reading the help or looking at examples. It's even more difficult to build an advanced aggregate (those that take advantage of filtering and non-default groupin. The issues are: (1) Aggregates are buried under BIRT functions/Total object in Expression builder. A novice may not be able to immediately locate this when he needs an aggregate. (2) The filter and group parameters are difficult to figure out without help. We should consider adding an aggregate builder to the Expression Builder. Some usability study is needed to figure out the exact UI, but I suggest the following guidelines: * Expression builder should list Aggregates as a top level construct (alongside operators/functions/data sets etc) rather than listing them under functions. * When an aggregate is selected, the builder should have a dialog to help the user construct the various arguments to the aggregate function, including (1) picking a column (or build an expression) to aggregate on; (2) Pick a group from a list of available groups; (3) build a filter expression
resolved fixed
0e1d3cb
["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/extension/EditorContributorManager.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/provider/AggregateOnBindingsFormHandleProvider.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/AggregateOnBindingsFormDescriptor.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/AggDataDropAdapter.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/AbstractBindingDialogHelper.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogFactory.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataColumnBindingDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataItemBindingDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/IBindingDialogHelper.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/DataEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ListEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TableEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palette/DesignerPaletteFactory.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/IReportGraphicConstants.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/ReportPlatformUIImages.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/BaseInsertMenuAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/ElementAdapter.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/ElementAdapterInvocationHandler.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/ElementAdapterManager.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/CreateCrosstabHandler.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/CrosstabCellMenuAdapterFactory.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogFactory.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/CrosstabTableEditPart.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-25T03:10:58Z"
"2006-03-07T02:53:20Z"
188,537
Bug 188537 [Automation][Regression] line through style did not work properly
steps to reproduce: - use the attached report design - preview in html expected behavior: - line through style takes effect actual behavior: - it simply did not so
closed fixed
481431a
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLPerformanceOptimize.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-25T02:12:16Z"
"2007-05-23T00:26:40Z"
188,803
Bug 188803 The interval of datetime type level dosen't work[1102]
Description: The interval of datetime type level dosen't work[1102] Build number: 2.2.0.v20070524-0630 Steps to reproduce: 1, New a cube with datetime type levels 2, Specify the interval such as 2 on month level 3, New a crosstab using the cube 4, Preview Expected result: The month is group based on 2 interval Actual result: No effect after specify the interval of month Error log:
closed fixed
88d262d
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/NumericGroupCalculator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-24T17:30:29Z"
"2007-05-24T01:26:40Z"
186,805
Bug 186805 Set Adobe PDF File Property "PDF Producer" to BIRT
In order to promote BIRT in the broader community, the PDF emitter should set the "PDF Producer" property to: BIRT Report Engine using iText Ideally, we should include the BIRT version and iText version: BIRT Report Engine x.y.z using iText a.b This information is shown in the Adobe PDF Properties dialog as "PDF Producer". See attched screenshot.
resolved fixed
b8aab0f
["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFPageDevice.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2007-05-24T10:27:35Z"
"2007-05-14T16:26:40Z"