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
224,021
Bug 224021 [Smoke]Copy dataset from one report to another report will crash the BIRT
Description: [Regression]Copy dataset from one report to another report will crash the BIRT Build number: 2.3.0.v20080326-0800 Steps to reproduce: 1, Open two reports: A and B. 2, Select a dataset in A report and copy it 3, Turn to B report Expected result: No exception occurs Actual result: Multiple Exceptions throw out and crash the eclipse. Error log: java.lang.NullPointerException at org.eclipse.birt.report.model.util.copy.ContextCopiedElement.getHandle(ContextCopiedElement.java:152) at org.eclipse.birt.report.designer.util.DNDUtil.handleValidateTargetCanContain(DNDUtil.java:1034) at org.eclipse.birt.report.designer.util.DNDUtil.handleValidateTargetCanContain(DNDUtil.java:983) at org.eclipse.birt.report.designer.util.DNDUtil.handleValidateTargetCanContain(DNDUtil.java:946) at org.eclipse.birt.report.designer.internal.ui.views.actions.PasteAction.isEnabled(PasteAction.java:89) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.WrapperSelectionAction.calculateEnabled(WrapperSelectionAction.java:51) at org.eclipse.gef.ui.actions.WorkbenchPartAction.refresh(WorkbenchPartAction.java:119) at org.eclipse.gef.ui.actions.SelectionAction.handleSelectionChanged(SelectionAction.java:85) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.WrapperSelectionAction.handleSelectionChanged(WrapperSelectionAction.java:80) at org.eclipse.gef.ui.actions.SelectionAction.setSelection(SelectionAction.java:96) at org.eclipse.gef.ui.actions.SelectionAction.update(SelectionAction.java:117) at org.eclipse.birt.report.designer.internal.ui.editors.parts.GraphicalEditorWithFlyoutPalette.updateActions(GraphicalEditorWithFlyoutPalette.java:697) at org.eclipse.birt.report.designer.internal.ui.editors.layout.ReportEditorWithRuler.selectionChanged(ReportEditorWithRuler.java:168) at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156) at org.eclipse.ui.internal.AbstractSelectionService.setActivePart(AbstractSelectionService.java:282) at org.eclipse.ui.internal.WWinPartService.updateActivePart(WWinPartService.java:125) at org.eclipse.ui.internal.WWinPartService.access$0(WWinPartService.java:115) at org.eclipse.ui.internal.WWinPartService$1.partDeactivated(WWinPartService.java:48) at org.eclipse.ui.internal.PartListenerList2$4.run(PartListenerList2.java:113) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:857)
closed fixed
396f4f7
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/copy/ContextCopiedElement.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-26T03:33:21Z"
"2008-03-26T02:53:20Z"
215,936
Bug 215936 "loading files of data set cache" exception thrown under multi-threads
This exception occured during the execution of DTE in DIRECT_PRESENTATION mode. Test Description: Task: runandrender threads: 4 application server: tomcat Exception details: SEVERE: An exception occurred during processing. Please see the following message for details: There is an error in loading files of data set cache. There is an error in loading files of data set cache. org.eclipse.birt.report.data.adapter.api.AdapterException: An exception occurred during processing. Please see the following message for details: There is an error in loading files of data set cache. There is an error in loading files of data set cache. at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.prepare(DataRequestSessionImpl.java:479) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.doPrepareQuery(AbstractDataEngine.java:179) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.prepare(AbstractDataEngine.java:160) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:101) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplciateReportExecutor.execute(SuppressDuplciateReportExecutor.java:51) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:136) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:66) 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)... Caused by: org.eclipse.birt.data.engine.core.DataException: There is an error in loading files of data set cache. There is an error in loading files of data set cache. at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.materializeCube(DataRequestSessionImpl.java:542) at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.prepare(DataRequestSessionImpl.java:947) at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.prepare(DataRequestSessionImpl.java:470)
resolved fixed
3567999
["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
"2008-03-25T10:06:44Z"
"2008-01-21T04:33:20Z"
223,786
Bug 223786 Crosstab in library is fragmentary when add a derived measure[1302]
null
closed fixed
8ead82a
["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/internal/AbstractCrosstabModelTask.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-25T09:23:14Z"
"2008-03-25T07:26:40Z"
212,711
Bug 212711 A temp1AggFactory_xxx floder is not created in temp folder when runAndrender a report design including Aggregation
I use Engine RunAndRender task run a report which is including Aggregation. I have set both java.io.tmpdir and EngineConfig temp folder. When I run the task I found there is a folder like temp1AggFactory_20035600 created in superior folder of EngineConfig temp folder. And the folder is empty. I think if we created this folder we should created in the temp folder but not the superior folder right? Build number: 2.3.0.v20071212-0800
closed fixed
809cce3
["data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/BuildInAggregationFactory.java", "data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/TempDir.java", "data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/rank/BaseTopBottomAccumulator.java", "data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/rank/BaseTopBottomAggregation.java", "data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/rank/NAccumulator.java", "data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/rank/PercentAccumulator.java", "data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/rank/TotalIsBottomN.java", "data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/rank/TotalIsBottomNPercent.java", "data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/rank/TotalIsTopN.java", "data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/rank/TotalIsTopNPercent.java", "data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/plugin/AggregationPlugin.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-25T09:15:54Z"
"2007-12-12T06:13:20Z"
216,486
Bug 216486 Expand support for style attributes
Given that BIRT Report content is increasingly integrated into corporate web sites with corporate styles being applied to report content, it is important to consider expanding the support for style attributes in CSS. This project looks at providing support for more style attributes. - One noticable attribute missing is styles for links. Since drill-down links are quite important, there should be a way to control the style of these links. This should also include the CSS psudeo classes such as ":hover" or ":visited". - More advanced css features, like style id's (using the #), matching styles (using the >), siblings (using the +), psuedo classes (:visited, :hover, etc), element styles (styles linked to html elements) and other cascading features
resolved wontfix
5d19e6a
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-25T08:37:27Z"
"2008-01-24T18:40:00Z"
222,915
Bug 222915 Failures occur in Junit test of org.eclipse.birt.report.tests.engine in 2.3 daily build 20080317
null
closed fixed
56eaa3c
["testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/DataIDTest.java", "testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/DataSetIDTest.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-25T08:28:35Z"
"2008-03-17T05:00:00Z"
223,478
Bug 223478 [Regression] Error shows when export report to library [01]
null
closed fixed
1729836
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ElementExporterTest.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/ModelUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-25T07:33:06Z"
"2008-03-21T09:00:00Z"
223,608
Bug 223608 Check the API canDrop of the DesignElementHandl
1:new a library, add a crosstab to the library, and add a label to the cell(Row 1, Column 1). 2:new a reportdesign, add use the crostab from the library. 3:Copy the crosstab in the reportdesign, then paste the crosstab. 4:Select the label(Row 1, Column 1) in the paste crosstab. Actual result: The lable can be deleted. Expected reslt: The lable cann't be deleted.
verified fixed
84d8af3
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/util/CopyUtilTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ExtendedItem.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/strategy/CopyForPastePolicy.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/extension/DummyPeerExtensibilityProvider.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/extension/PeerExtensibilityProvider.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/extension/SimplePeerExtensibilityProvider.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/copy/ContextCopiedElement.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/copy/ContextCopyPastePolicy.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-25T06:55:53Z"
"2008-03-24T06:26:40Z"
223,758
Bug 223758 BIRT property editor active in preview, does nothing
Open a sample report, or create a simple table report using the customers table from the Classic Models sample database. Select a label. Open the Property Editor view. Preview the report. Notice that the Property Editor is still active. In the property editor, change the font. Change the background color. These have no effect on the preview. Select different bits of the preview: a label, a data field, the table. One can select text, but no other parts. And, the text selection has no effect on property editor focus. Expected one of two behaviors. First, and ideal, would be to have the property editor tied to the preview so I could change properties and immediately see the effect. Second, less ideal but at least consistent, would be to disable the property editor when in preview mode so that it is clear that the property editor has no effect. As it is, it is confusing what is happening. Eventually, I figured out that it is editing the label that had focus in the layout tab even though I'm now in the preview tab. But, this seems confusing.
resolved fixed
7bf03ef
["UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-25T03:57:31Z"
"2008-03-25T01:53:20Z"
223,615
Bug 223615 Failures occur in Junit test of org.eclipse.birt.report.engine.emitter.html.tests in 2.3 daily build 20080324-0800
null
closed fixed
9875fd0
["engine/org.eclipse.birt.report.engine.emitter.html.tests/test/org/eclipse/birt/report/engine/emitter/html/MetadataEmitterTest.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-24T11:49:02Z"
"2008-03-24T06:26:40Z"
223,612
Bug 223612 [Automation][Regression]There are blanks lines when set a table hide in PDF
Description: When set a table hide in PDF, the table should be hided in pdf without blank lines. Test Date: 20080324 Test Build: BIRT2.3.0 v20080324-0800 Step to reproduce: 1. Use the report attched 2. Preview it in PDF Expect result: Golden file attached Actual result: Please refer to the failed screen shot attached
closed fixed
43291a8
["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableLMTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFCellLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-24T08:58:34Z"
"2008-03-24T06:26:40Z"
223,304
Bug 223304 [Regression] [Automation] Set input parameter value of the script data set through JAVA code does not work [0800]
null
closed fixed
47fd177
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ParameterUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-24T08:32:22Z"
"2008-03-20T05:13:20Z"
222,925
Bug 222925 Grandtotal modification will delete axis chart in xtab
There is a xtab with chart in measure detail cell, and with grand total in the same direction. When you remove grand total, it will delete axis chart. In this case, updateView won't be invoked, so chart can't add the axis chart back as other cases.
resolved fixed
e873b87
["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
"2008-03-24T07:49:44Z"
"2008-03-17T07:46:40Z"
197,254
Bug 197254 [Regression] Pie Charts labels overlap
null
resolved fixed
620663a
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withoutaxes/PlotWithoutAxes.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-24T07:17:34Z"
"2007-07-20T08:26:40Z"
223,610
Bug 223610 Unhandled event loop exception occurs when adding breakpoint on a incorrect script
Description: Unhandled event loop exception occurs when adding breakpoint on a incorrect script Build number: 2.3.0.v20080324-0800 Steps to reproduce: 1, New a report 2, Input some incorrect script in initialize 3, Try to add a breakpoint Expected result: The breakpoint can be added, or we pops up meaningful error message. Actual result: Unhandled event loop exception occurs Error log: org.mozilla.javascript.EvaluatorException: missing ; before statement (<check>#1) at org.mozilla.javascript.DefaultErrorReporter.runtimeError(DefaultErrorReporter.java:109) at org.mozilla.javascript.DefaultErrorReporter.error(DefaultErrorReporter.java:96) at org.mozilla.javascript.Parser.addError(Parser.java:140) at org.mozilla.javascript.Parser.reportError(Parser.java:154) at org.mozilla.javascript.Parser.statementHelper(Parser.java:1225) at org.mozilla.javascript.Parser.statement(Parser.java:655) at org.mozilla.javascript.Parser.parse(Parser.java:377) at org.mozilla.javascript.Parser.parse(Parser.java:315) at org.mozilla.javascript.Context.compileImpl(Context.java:2320) at org.mozilla.javascript.Context.compileString(Context.java:1348) at org.mozilla.javascript.Context.compileString(Context.java:1337) at org.eclipse.birt.report.debug.internal.core.vm.js.BreakableSourceChecker.check(JsUtil.java:56) at org.eclipse.birt.report.debug.internal.core.vm.js.JsUtil.checkBreakable(JsUtil.java:31) at org.eclipse.birt.report.debug.internal.script.model.ScriptLineBreakpointAdapter.canToggleLineBreakpoints(ScriptLineBreakpointAdapter.java:65)
closed fixed
86f1ed9
["UI/org.eclipse.birt.report.debug.core/src/org/eclipse/birt/report/debug/internal/core/vm/js/JsUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-24T06:51:27Z"
"2008-03-24T06:26:40Z"
223,603
Bug 223603 Can not preview chart using cube from library.
null
closed fixed
fd3a3fb
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartAggregationCellViewProvider.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartCubeQueryHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-24T05:59:29Z"
"2008-03-24T03:40:00Z"
223,296
Bug 223296 Script setting caption, summary does not work for grid, table and crosstab [0802]
Description: Script works for table does not work for grid. Build number: 2.3.0.v20080320-0800 Steps to reproduce: 1. New a report with a grid and a table. 2. Select the grid and table, input scripts: this.summary="Summary"; this.caption=this.summary 3. Preview. Expected result: The caption of the grid and table are both "Summary". Actual result: The scripts only works for table. Error log: N/A
closed fixed
90c9fdf
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IActionInstance.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IGridInstance.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/ITableInstance.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/TableContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/ActionInstance.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/GridInstance.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/TableInstance.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-24T00:56:11Z"
"2008-03-20T05:13:20Z"
176,451
Bug 176451 The library which is named such as #1234.rptlibrary can not use in Library Explorer[01]
Description: The library which is named such as #1234.rptlibrary can not use in Library Explorer[01] Build number: 2.2.0.v20070306-0630 Steps to reproduce: 1, New a rptlibrary which name is beginning with "#" 2, Publish it 3, Open Library Explorer Expected result: The icon of rptlibary is correct and it can be spreaded Actual result: The icon of rptlibary is like text icon and can not be spreaded Error log:
closed fixed
30b612b
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/ImageManager.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/PathResourceEntry.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/ResourceLocator.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-21T10:43:01Z"
"2007-03-06T05:46:40Z"
223,465
Bug 223465 Image in shared has not been load when open the report[00]
Description: Image in shared has not been load when open the report[00] Step: 1. Add a image from share resource. 2. Close the report. 3. Open the report. Actual result: The image has not been show in layout.
closed fixed
9b36584
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/ImageHandleAdapter.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/ImageManager.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/layer/TableGridLayer.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-21T09:29:11Z"
"2008-03-21T06:13:20Z"
223,161
Bug 223161 Undo issue when try to change the crosstab orientation for chart in crosstab.
description: Undo issue when try to change the crosstab orientation for chart in crosstab. build version: 2.3.0 v20080319-0800 steps to reproduce: 1. New a crosstab. 2. Show measure as chart. 3. In properties editor of the crosstab, try to change the crosstab orientation. Expected result: Since the crosstab orientation could not be changed any more, the operation should not create Undo record. Actual result: 1. Try to change the crosstab orientation (though failed)will lead to tag the report as modified. 2. In the Undo list, you can see two Undo operation, first is Undo change Measure Direction, second is ChartElementCommandImpl.setProperty.chart.instance. And you can undo these operations for several times.
closed fixed
5f048c6
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartAggregationCellViewProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-21T09:15:19Z"
"2008-03-19T07:00:00Z"
222,510
Bug 222510 Chart preview is not correct after change the orientation of the crosstab.
null
closed fixed
521aaf4
["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/CrosstabRowExecutor.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/CrosstabSubTotalRowExecutor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-21T08:43:31Z"
"2008-03-13T03:46:40Z"
223,462
Bug 223462 Support print start view errors to error log.[0002]
Description: Support print start view errors to error log. When start birt viewer in eclipse, need to print exception information to eclipse error log view.
closed fixed
0e17560
["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/LogUtil.java", "viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java", "viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebappAccessor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-21T07:02:28Z"
"2008-03-21T06:13:20Z"
223,461
Bug 223461 Fail to preview report with Chinese name[0002]
Description: Fail to preview report with Chinese name Build number:2.3.0.v20080321 Steps to reproduce: 1. New a report with Chinese name. 2. Preview Expected result: Display report content. Actual result: The report file : D:\workspace\230\M6\??.rptdesign does not exist or contains errors. Error log:n/a
closed fixed
da81aa0
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/IBirtConstants.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/BaseReportEngineServlet.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/BirtSoapMessageDispatcherServlet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-21T06:47:21Z"
"2008-03-21T06:13:20Z"
223,320
Bug 223320 Compiled script cache for IReportContext.evaluate()
Script expression should be cached or directly delegate to ScriptContext.evaluate(String) when call IReportContext.evaluate(String). Currently, each time IReportContext will create a new script expression object and do compile, which cause very bad performance in big iteration.
resolved fixed
a2048f9
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ReportContextImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-21T06:12:56Z"
"2008-03-20T08:00:00Z"
222,606
Bug 222606 BIRT 2.2. a margin of 0px added to the body
I moved from BIRT 2.1 to 2.2 and my reports are not coming up properly. On further investigation, i found out that in 2.2 reports, it looks like: <body class="style_report" style=" margin:0px;"> this margin style wasn't there in 2.1. AS a result, the reports i get in 2.2 don't have any spacing around . So if I have table in the report, it just takes up the whole space
resolved fixed
786f776
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-21T06:10:58Z"
"2008-03-13T17:40:00Z"
223,326
Bug 223326 Reselect the function will clear the expression of measure[1102]
Description: Reselect the function will clear the expression of measure[1102] Build number: 2.3.0.v20080320-0800 Steps to reproduce: 1, New a crosstab with measure 2, Modify the measure's function to MAX 3, Save the report 4, Remodify the measure's function to SUM Expected result: After step4, the expression of measure is kept Actual result: After step4, the expresion is cleared. Error log:
closed fixed
37edf5b
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-21T02:28:33Z"
"2008-03-20T08:00:00Z"
222,921
Bug 222921 Enhance to set script lib path when running genReport[00]
Some script file need to use the script lib folder, and enhance to set script lib path when running genReport
closed fixed
543069a
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-20T08:56:57Z"
"2008-03-17T07:46:40Z"
223,305
Bug 223305 getColumnValueSet in DataRequestSessionImpl return maxrow+1 results
Description: getColumnValueSet in DataRequestSessionImpl return maxrow+1 result. Build number: 2.3.0.v20080320-0800 Steps to reproduce: 1, Set maxrow of IRequestInfo to 5 2, Pass IRequestInfo to Collection getColumnValueSet( DataSetHandle dataSet, Iterator inputParamBindings, Iterator columnBindings, String boundColumnName, IRequestInfo requestInfo ) throws BirtException; 3, Check the size of the valueset. After adding the first value, the maxRowCount should subtract 1, or the final result is 6 rows.
closed fixed
07bdb42
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-20T08:43:55Z"
"2008-03-20T05:13:20Z"
223,166
Bug 223166 "summary" is not in the function list for table item in Script tab [0801]
null
closed fixed
801cd53
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IGrid.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IImage.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ITable.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/element/Grid.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/element/Image.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/element/Table.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ImageHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/simpleapi/IGrid.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/simpleapi/IImage.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/simpleapi/ITable.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/simpleapi/Grid.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/simpleapi/Image.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/simpleapi/Table.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-20T07:45:11Z"
"2008-03-19T09:46:40Z"
223,297
Bug 223297 Need a method to get all reference item list.
Now ReportItemHandle class have some methods like getAvailableDataSetBindingReferenceList, they ignore no name items. Because UI need enhance this feature, so Model need provide new method to return all the reference list, including no name items. One solution is add an boolean argument in these methods.
closed fixed
9f49cef
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ReportItemDataRefTest.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/api/ReportItemHandle.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-20T07:14:00Z"
"2008-03-20T05:13:20Z"
216,721
Bug 216721 The Axis chart changes after you copy and paste.[1302]
null
closed fixed
ba705ad
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemUIImpl.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartXTabUIUtil.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartCubeQueryHelper.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-20T06:45:33Z"
"2008-01-28T08:46:40Z"
223,165
Bug 223165 Problem when switch from file to file.
description: Problem when switch from file to file. build version: 2.3.0 v20080319-0800 steps to reproduce: 1. New two reports. 2. Insert a label in the first report. 3. Switch to the second report and switch to the script page. 4. Switch back to the first report. 5. Select the label and switch to script page. Expected result: after step4, no error. after step5, the script page should show script method avaible for the label. Actual result: after step4, error occurs in error log. See error log for details. after step5, the script page shows This element has no methods. Errorlog: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3737) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3374) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2392) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2356) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2222) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:474) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:469) 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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:564) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1251) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.designer.internal.ui.util.UIUtil.containElement(UIUtil.java:879) at org.eclipse.birt.report.designer.internal.ui.views.data.DataViewPage.canSetSelection(DataViewPage.java:318) at org.eclipse.birt.report.designer.internal.ui.views.data.DataViewPage.handleSelectionChange(DataViewPage.java:305) at org.eclipse.birt.report.designer.internal.ui.views.data.DataViewPage.performRequest(DataViewPage.java:277) at org.eclipse.birt.report.designer.core.util.mediator.ReportMediator.notifyRequest(ReportMediator.java:125) at org.eclipse.birt.report.designer.internal.ui.editors.parts.DeferredGraphicalViewer.fireSelectionChanged(DeferredGraphicalViewer.java:315) at org.eclipse.birt.report.designer.internal.ui.editors.parts.DeferredGraphicalViewer.setSelection(DeferredGraphicalViewer.java:122) at org.eclipse.birt.report.designer.internal.ui.util.UIUtil.resetViewSelection(UIUtil.java:1048) at org.eclipse.birt.report.designer.ui.editors.pages.ReportLayoutEditorFormPage.onBroughtToTop(ReportLayoutEditorFormPage.java:287) at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor$1.run(MultiPageReportEditor.java:855) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) ... 22 more
closed fixed
dfacc4c
["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/views/data/DataViewTreeViewerPage.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/data/DataViewPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-20T06:34:46Z"
"2008-03-19T07:00:00Z"
223,031
Bug 223031 [Automation]Exception should be proper if the argument of aggregation is required
null
closed fixed
154a562
["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/i18n/ResourceConstants.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-19T10:09:53Z"
"2008-03-18T03:13:20Z"
223,120
Bug 223120 Dragging a report parameter to report creates binding with Any type
STEPS TO REPRODUCE: (1) Create a report parameter of String type (2) Drag the report parameter from Data Explorer view to report layout. A data item is created to hold the parameter. (3) Double click on the data item to examine its binding. The data type field is set to "Any" EXPECTED BEHAVIOR: The data binding type should be set to match the type of the report parameter (String in this example). ANY type should not be used unless the report designer cannot determine a reasonable data type to use.
verified fixed
993590b
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-19T02:36:39Z"
"2008-03-18T19:53:20Z"
223,053
Bug 223053 Undo issue when adjusting size for plot/axis chart
Currently, adjusting the size of plot/axis chart, will sync axis/plot chart via listener. This leads to endless undo. For instance, enlarge plot chart will enlarge axis chart. If you undo it, plot chart will be shorten and axis chart will be shorten via listener. Then you can still undo because axis chart being shorten occurs. We need to figure out the sync means without listener.
closed fixed
2038505
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemUIImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-18T09:11:03Z"
"2008-03-18T08:46:40Z"
220,714
Bug 220714 Expression like data and dimension of Aggregation filter doesn't work[1102]
null
closed fixed
dbcd528
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/OlapExpressionUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-18T06:49:52Z"
"2008-02-28T09:13:20Z"
222,992
Bug 222992 Quick jump to script editor via double clicking on scripts in outline view
In report outline view the "Scripts" subtree lists all the scripts defined in the report. Once the user has located a script of interest however, there is no quick way for him to open the editor for the script. He must first locate the report item containing the script, switch to Script tab view, and then select the event name from the drop down list. I suggest that we make this easier by allowing the user to double click on the script node in the outline view to open the editor for that script.
verified fixed
dacb0d8
["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportScriptFormPage.java", "UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportXMLSourceEditorFormPage.java", "UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-18T06:46:02Z"
"2008-03-17T18:53:20Z"
222,656
Bug 222656 DateTimeSpan at preview of DataSet
null
verified fixed
69ffb18
["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
"2008-03-18T03:35:23Z"
"2008-03-13T20:26:40Z"
223,034
Bug 223034 Two Issues after modified the functions of crosstab measure[1102]
Description: Issues after modified the functions of crosstab measure[1102] Build number: 2.3.0.v20080318-0800 Steps to reproduce: 1, New a crosstab 2, Drag dimension and measure in proper area 3, Double click the measure and modify the function to MAX Actual result: Issue1: in crosstab, dataitem's name of measure is changed as same as measure binding Issue2: check the measure binding in crosstab's binding page, the expression of measure is disappeared. Error log:
closed fixed
1651624
["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/data/ui/util/DataUtil.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
"2008-03-18T03:30:10Z"
"2008-03-18T03:13:20Z"
220,610
Bug 220610 Report as PPT sends "data corrupt" with Windows XP
null
resolved fixed
7f6ca61
["engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-17T09:53:56Z"
"2008-02-27T16:33:20Z"
193,667
Bug 193667 Chart background image dialogue should work in the same way with the image builder [13]
null
closed fixed
c9d325e
["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/ImageDialog.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/BubbleSeriesUIProvider.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/axis/AbstractAxisSubtask.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/axis/AxisSheetImpl.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-17T08:45:52Z"
"2007-06-21T07:13:20Z"
222,657
Bug 222657 isDeprecatedEntry warnings
Build ID: I20080207-1530 Steps To Reproduce: 1. Integrate BIRT viewer on tomcat (using instructions from the web page) 2. Copy your design report tin report folder 3. View your report 4. Watch the tomcat log output More information: My log is full of entries: Mar 13, 2008 12:43:58 PM org.eclipse.birt.report.engine.api.impl.EngineTask isDeprecatedEntry WARNING: webapplication.projectclasspath could not be set in appContext of IEngineTask, please set it in appContext of IReportEngine Mar 13, 2008 12:43:58 PM org.eclipse.birt.report.engine.api.impl.EngineTask isDeprecatedEntry WARNING: PARENT_CLASSLOADER could not be set in appContext of IEngineTask, please set it in appContext of IReportEngine
resolved fixed
57f3948
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-17T06:10:04Z"
"2008-03-13T20:26:40Z"
222,661
Bug 222661 Assertions being thrown in org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.execute
null
resolved fixed
a3c96cd
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-17T05:10:19Z"
"2008-03-13T20:26:40Z"
222,343
Bug 222343 A modeless dialog with a parent modal dialg isn't receiving any events and can't be used in linux
null
resolved wontfix
b9726d2
["core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/WizardBase.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-17T04:08:22Z"
"2008-03-12T02:46:40Z"
222,548
Bug 222548 The attached report design is not previewed properly.
null
closed fixed
e23e35b
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartXTabUIUtil.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartAggregationCellViewProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-14T07:31:35Z"
"2008-03-13T12:06:40Z"
143,899
Bug 143899 [Accessibility] Scroll bar in Layout view cannot work using the standard scrolling keys
Scroll bar in Layout view cannot work using the standard scrolling keys: page up, page down, Ctrl + left arrow, Ctrl + right arrow. Please find the report design file attached to reproduce this issue.
resolved fixed
0ebcdcc
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/ReportViewerKeyHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-14T07:27:15Z"
"2006-05-26T07:53:20Z"
222,515
Bug 222515 Export report to library will lose library reference in report item.[01]
Description: Export report to library will lose library reference in report item. Build number:2.3.0.v20080313 Steps to reproduce: 1. New a library with a label. 2. Drag the label to a report. 3. Export the report to another library. 4. Check label in the second library. Expected result: Label keeps the library reference information in the second library. Actual result: "Include library" information is kept in second library but label loses library references Error log:n/a
closed fixed
a0dc23a
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-14T03:26:32Z"
"2008-03-13T03:46:40Z"
222,521
Bug 222521 Exception throws out when preveiw a table with aggregation[07]
Description: Exception throws out when preveiw a table with aggregation[07] Build number: 2.3.0.v20080313-0800 Steps to reproduce: 1, New a table binding with a dataset 2, Drag a sum aggregation in table's footer. 3, Preview Expected result: The arregation works without exception Actual result: Exception occurs Error log: Wrong number of arguments to aggregate function: Aggregation Wrong number of arguments to aggregate function: Aggregation ( 1 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: Wrong number of arguments to aggregate function: Aggregation at org.eclipse.birt.report.engine.executor.ExecutionContext.addException(ExecutionContext.java:1079) at org.eclipse.birt.report.engine.executor.ExecutionContext.addException(ExecutionContext.java:1043) at org.eclipse.birt.report.engine.executor.DataItemExecutor.execute(DataItemExecutor.java:99) 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.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:63) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:27) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:133) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:104)
closed fixed
73af579
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ServiceForQueryResults.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-13T07:54:08Z"
"2008-03-13T06:33:20Z"
210,323
Bug 210323 Cross tab - DtE, Engine support for computed column in cross tab
This entry is to track enhancments in dTE and Engine for the feature Support for computed column in cross tab. Currently binding feature already support this, we need to make sure dTE allows user to create subtotal/grandtotal on the computed column measure
resolved fixed
61a4c7c
["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/IComputedMeasureViewConstants.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/ICrosstabConstants.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/AbstractCrosstabItemHandle.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/ComputedMeasureViewHandle.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/CrosstabItemFactory.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/CrosstabReportItemHandle.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/internal/AbstractCrosstabModelTask.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/internal/CrosstabModelUtil.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/script/internal/MeasureImpl.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/util/CrosstabExtendedItemFactory.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/util/CrosstabUtil.java", "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
"2008-03-13T04:06:40Z"
"2007-11-20T00:53:20Z"
222,348
Bug 222348 [Automation][Smoke]Exception thrown out when preview Xtab related report in PPT, PDF&PostScript
Description: Exception thrown out when preview Xtab related report in PPT, PDF&PostScript. Test Date: 20080312 Test Build: BIRT2.3.0 Daily Build: v20080312-0800 Step to reproduce: 1. Use the report attached 2. Preview it in PPT,PDF&PostScript Error log: Please refer to the attachment
closed fixed
56610df
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-13T03:08:27Z"
"2008-03-12T05:33:20Z"
217,599
Bug 217599 Support create a new cube in the chart builder[1301]
Description: In the chart builder, user can create a new dataset, while could not create a new cube. Since now chart can use cube data, so i think this function shall be supported. Build version:2.3.0.v20080203-0800 Expected result: When click "Create New..." button in the "Select Data" of Chart builder, there shall be a selection for user if he wants to create a dataset or a cube.
closed fixed
ff0f1c8
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-12T05:54:08Z"
"2008-02-03T09:13:20Z"
222,262
Bug 222262 NPE at ScriptDebuggerPropertyTester.test()
null
verified fixed
8693e84
["UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/script/ScriptDebuggerPropertyTester.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-12T03:26:18Z"
"2008-03-11T15:40:00Z"
220,844
Bug 220844 Crosstab Text/Chart view support displays chart for every level
null
resolved fixed
05ee73c
["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/MeasureViewHandle.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-11T06:08:10Z"
"2008-02-28T23:06:40Z"
221,788
Bug 221788 [Automation][Regression]Table script on prepare does not work in HTML&PDF
Description: Set this.caption = "key" in script on prepare, but it does not work when preview report in HTML&PDF. Test Date: 20080307 Test Build: BIRT2.3.0 Daily Build: v20080307-1007 Step to reproduce: 1. Use the report attached 2. Preview it in HTML&PDF
closed fixed
986dc10
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportRunnable.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-11T05:56:44Z"
"2008-03-07T06:06:40Z"
222,006
Bug 222006 [Automation][Regression]Chart border style does not work
Description: Set chart border's style as "Dotted", but it does not work when preview it in PDF. Test Date: 20080310 Test Build: BIRT2.3.0 Daily Build: v20080310-0800 Step to reproduce: 1. Use the report attached 2. Preview it in PDF Expect result: Please refer to the golden file attached Actual result: Please refer to the failed screen shot attached
closed fixed
d4fb870
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/TableBorder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-10T11:06:28Z"
"2008-03-10T06:20:00Z"
222,002
Bug 222002 Retrieving binding data error after hide a dimension level [1102]
Description: There is a crosstab with a chart in the dimension cell, after hide a dimension level, retrieving binding data error occurred. Build version:2.3.0.v20080310-0800 Steps to reproduce: 1.Create a sample datasource and dataset, "select * from offices". 2.Create a cube, one dimension with two levels, "State"->"City", and one measure "count". 3.Pull a crosstab to the layout, show the two levels, and pull in the measure.And then pull a chart to the measure cell, x series=data["CITY"]; y series=data["OFFICECODE_Group/CITY"]. 4.Preview result is correct. 5.Then hide the "city" level, and update the chart binding data, x series=data["STATE"];Y series=data["OFFICECODE_Group/STATE"]. 6.Error in the preview page. Error message: The following items have errors: Data (id = 32): - Retrieving binding data error Retrieving binding data error ( 5 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: Retrieving binding data error at org.eclipse.birt.report.engine.executor.DataItemExecutor.execute(DataItemExecutor.java:116) 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.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:63) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:27) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:133) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:104) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:153) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:27) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:133) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:27) at org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.layoutChildren(HTMLTableBandLM.java:65) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:133) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:27) at org.eclipse.birt.report.engine.layout.html.HTMLGroupLM.layoutChildren(HTMLGroupLM.java:67) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:133) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:27) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:133) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:85) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:108) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:139) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:66) 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.GeneratedMethodAccessor55.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:616) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180) at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:270) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at org.mortbay.jetty.servlet.ServletHandler.dispatch(ServletHandler.java:677) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) at org.mortbay.http.HttpServer.service(HttpServer.java:909) at org.mortbay.http.HttpConnection.service(HttpConnection.java:820) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)Caused by: javax.olap.OLAPException: data.engine.NoOuterResultsExist at org.eclipse.birt.data.engine.olap.impl.query.CubeCursorImpl.getObject(CubeCursorImpl.java:319) at org.eclipse.birt.report.engine.executor.DataItemExecutor.execute(DataItemExecutor.java:111) ... 74 more
resolved wontfix
87dc1e3
["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/internal/AbstractCrosstabModelTask.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/internal/CrosstabModelUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-10T09:11:24Z"
"2008-03-10T06:20:00Z"
221,617
Bug 221617 Support sorting and fetch window in IDataExtractionTask
As IDataExtractionTask is often used to power parameter value list in for report document viewing, it's desirable for the user of the API to be able to specify a sort order for the return list, and to specify a fetch window for the row set. This enhancement request is for Engine to add the following methods to either IDataExtractionTask, or another class designed to provide task options for data extraction. /** Sets the sort order of the row set returned in extraction result */ void setSort( org.eclipse.birt.data.engine.api.ISortDefinition[] sort); /** Sets the index of the first row to fetch. First row has an index of 0 */ void setStartRowIndex( long rowIndex); /** Sets the maximum number of rows to return in fetch result. */ void setFetchLimit( long maxRows);
resolved fixed
98dc21d
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataExtractionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTaskV0.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTaskV1.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataIterator.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ExtractionResults.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-10T07:26:32Z"
"2008-03-05T23:33:20Z"
219,591
Bug 219591 report fail to parse and run when html contains CDATA
Build ID: 2.2 Steps To Reproduce: 1. create a new report 2. add text item 3. copy following code to the text item: <script type="text/javascript"> //<![CDATA[ if (window.showTocToggle) { var tocShowText = "Anzeigen"; var tocHideText = "Verbergen"; showTocToggle(); } //]]> </script> result: run report fails, because it could not parse this rptdesign file More information: the source of the rptdesign is like this: <body> <text id="6"> <property name="contentType">html</property> <text-property name="content"><![CDATA[<script type="text/javascript"> //<![CDATA[ if (window.showTocToggle) { var tocShowText = "Anzeigen"; var tocHideText = "Verbergen"; showTocToggle(); } //]]> </script>]]></text-property> </text> </body> BIRT should deal with nested CDATA to parse and run the report correctly.
verified fixed
3d59694
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/ParserCompatibilityTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TextItemParseTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/CompatibleCDATATextPropertyState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/PropertyState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/TextPropertyState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-10T06:04:12Z"
"2008-02-20T15:06:40Z"
221,801
Bug 221801 Span over column for xtab detail cell in multiple measure case is not working
null
resolved fixed
7d17e38
["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/BaseRowExecutor.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/CrosstabGrandTotalRowExecutor.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/CrosstabSubTotalRowExecutor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-07T09:37:34Z"
"2008-03-07T08:53:20Z"
205,776
Bug 205776 Border doesn't surround the cell completely in pdf.[1200]
Description: Border doesn't surround the cell completely in pdf. Build number:2.2.2.v2007010090630 Steps to reproduce: 1. Open attached report and preview in pdf. Expected result: Display fuchsia border completely. Actual result: See attached. Error log:n/a
closed fixed
5aa33b4
["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFPage.java", "engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFPageDevice.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/emitter/TableBorderEx.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/emitter/TableBorderExTest.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/emitter/TableBorderPDFTest.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/emitter/TableBorderPSTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/BorderInfo.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/IPage.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/TableBorder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-07T09:22:15Z"
"2007-10-09T06:06:40Z"
220,152
Bug 220152 NPE throws out when preview attached report
null
closed fixed
757cd8a
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/script/ReportParameter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/script/ReportParameters.java", "data/org.eclipse.birt.report.data.adapter/test/org/eclipse/birt/report/data/adapter/internal/script/DataAdapterTopLevelScopeTest.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-07T09:03:44Z"
"2008-02-25T09:00:00Z"
220,333
Bug 220333 Total page on print pdf issue[1200]
null
closed fixed
fea1876
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/IReportLayoutEngine.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/pdf/PDFLayoutEngineContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFPageLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFReportLayoutEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportDocumentBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-07T08:02:08Z"
"2008-02-26T07:13:20Z"
221,630
Bug 221630 Modify display value at BIRT viewing time
Build ID: N/A Steps To Reproduce: Need a way to change the display value of a data element through javascript, that is IDataItemInstance. This provides User more control over data elements dynamically. More information:
resolved fixed
42ee848
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDataItemInstance.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/DataItemInstance.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-06T09:45:39Z"
"2008-03-06T05:06:40Z"
211,471
Bug 211471 Markers Visibility and Properties
I guess it would be a nice enhancement to permit a particular marker to be set as visible or not. To change their size, color and type. The markers properties in general should be modifiable at runtime. Thanks WIlfred Maynham Advanced Developer Vichara Technologies
resolved fixed
50b237e
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/device/IStructureDefinitionListener.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/script/ChartEventHandlerAdapter.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/script/IChartEventHandler.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/ScriptMethodInfo.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-06T07:56:27Z"
"2007-11-29T18:13:20Z"
158,631
Bug 158631 Rotate pie chart
Pie charts always start from the direction east and adds the slices counter-clockwise. I need to start from north and add slices clockwise.
resolved fixed
63db2a0
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/PieSeries.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/TypePackage.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/PieSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/TypePackageImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/PieSeriesAttributeComposite.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-06T07:48:19Z"
"2006-09-25T18:46:40Z"
221,627
Bug 221627 NPE when revert the xtab that contain chart template to report item[1301]
null
closed fixed
e72bd2b
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/DesignerRepresentation.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-06T05:56:33Z"
"2008-03-06T02:20:00Z"
221,623
Bug 221623 BIRT throw exception when the report design is provided as an InputStream
When report design is provide as an input stream, Module will give that report design a name "<stream>". In DataAdapterTopLevelScope.getParamValue(), we have following code: String reportConfigName = designFileName.substring( 0, designFileName.length( ) - "rptdesign".length( ) ) + "rptconfig"; This, however will lead to exception for when designFileName == <stream> its length is less than that of "rptdesign". Meanwhile, it is not guaranteed that user will use a file with ext. "rptdesign".
resolved fixed
71c3764
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/script/DataAdapterTopLevelScope.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-06T05:43:46Z"
"2008-03-06T02:20:00Z"
121,842
Bug 121842 Pie chart can't be displayed properly when adding two Y series.
Description: Pie chart can't be displayed properly when adding two Y series. Steps to reproduce: 1. Add a pie chart. 2. Set two Y series. 3. Notice that in chart dialog preview, it is not displayed friendly.
resolved fixed
07b8f92
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withoutaxes/PlotWithoutAxes.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ChartWithoutAxesImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/MeterChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/PieChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/chart/GeneralPropertiesChartSheet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-06T02:41:48Z"
"2005-12-22T08:26:40Z"
221,461
Bug 221461 [Automation][Regression]NPE occurs when preview attached report design with aggregation
null
closed fixed
0cd64fe
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-06T02:05:26Z"
"2008-03-05T06:53:20Z"
220,157
Bug 220157 Exception occurs when preview PERCENT-SUM aggregation
null
closed fixed
5a03c25
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/aggregation/TotalTest.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-05T10:48:47Z"
"2008-02-25T09:00:00Z"
221,457
Bug 221457 Data type checking for concatenated expression is wrong.
If user inputs an expression like data["year"]+" Q"+data["quarter"], chart builder will treat it as Linear type. Although data["year"] and data["quarter"] are both linear type, the concatenated expression should be Text type. So, chart builder should check if there's string in the expression, beside of checking data type of bindings.
verified fixed
7064acd
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemUtil.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/engine/util/ChartUtilTest.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-05T10:20:36Z"
"2008-03-05T06:53:20Z"
221,295
Bug 221295 Very long decimal numbers multiplied by 100 in excel
Build ID: v20080227-1131 Steps To Reproduce: 1.Create any datasource (for example Classic models sample DB) 2.Create a dataset and set the following query: select avg(0.0246481607545706052631578947368421052632) as foo from CLASSICMODELS.PAYMENTS 3.Drag & drop the dataset into the layout and run the report using the designer web viewer. The html output is: ,0246481607545706052631578947368421052632 5.Now, render the report as XLS. The output number is: 2,46 As you can see, the number is multiplied by 100. That only happens with very long decimals. More information:
resolved fixed
7894ad0
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-05T10:17:50Z"
"2008-03-04T11:26:40Z"
217,111
Bug 217111 Links not distinguishable in PDF reports
I have installed TCR 1.1.1. When I generate a PDF report, the links in the resulting report are not underlined or highlighted in any way so you know that the links exist. I was expecting them to be simimular to the HTTP reports, where the links are underlined and are a different colr.
resolved fixed
230b0cd
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-05T07:25:58Z"
"2008-01-30T16:20:00Z"
221,230
Bug 221230 Problem debugging chart event handler using 2.3 M5
When writting a Chart Event Hanlder in Java, the debugger does not function correctly. Steps to reproduce. 1 - Create a chart event handler that extends the ChartEventHandlerAdapter. 2 - Test in report to verify it works. 3 - Create a new debug configuration for the report. 4 - Add project containing the event handler to the debug configuration classpath. 5 - Set breakpoint in report and debug report 6 - The debugger shows the NoClassDefFoundError: org/eclipse/birt/chart/script/ChartEventHandlerAdapter
verified fixed
93be188
["UI/org.eclipse.birt.report.debug.core/src/org/eclipse/birt/report/debug/internal/core/launcher/ReportLauncher.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/BIRTScriptClassLoader.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-05T06:13:23Z"
"2008-03-03T21:33:20Z"
221,426
Bug 221426 [smoke]org.eclipse.birt.report.engine.emitter.html has compile error in daily build20080305
null
closed fixed
c8e5226
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-05T02:28:14Z"
"2008-03-05T01:20:00Z"
220,339
Bug 220339 support customized format in DataExtractionTask
1. The DataExtractionTask should provide an API to output the data directly to a output stream or file like IRenderTask. 2. The DataExtractionTask should provide some extended mechanism for the user to extends the output formats.
resolved fixed
ff7be45
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataExtractionOption.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataExtractionOption.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataExtractionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRenderOption.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ITaskOption.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/RenderOption.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/TaskOption.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTaskV0.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTaskV1.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IDataExtractionExtension.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/ExtensionManager.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-04T09:34:00Z"
"2008-02-26T10:00:00Z"
220,723
Bug 220723 Series name in legend is not refreshed after delete the first series.
description: Series name in legend is not refreshed after delete the first series. build version: 2.3.0 v20080228-1124 steps to reproduce: 1. New a chart. 2. New two series. Now the default series names are series1, series2. 3. Delete the first series. 4. Check the series name in legend. Expected result: Series name in legend should be consistent with that in value series. Actual result; Series name in legend is series2 but the series name in value series is series1. This is confusing.
closed fixed
83a0b97
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ChartColumnBindingDialog.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartReportItemViewProvider.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/AbstractBarChart.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/DataDefinitionSelector.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-04T08:10:21Z"
"2008-02-28T12:00:00Z"
221,257
Bug 221257 org.eclipse.birt.report.viewer has compile error in daily build 20080304
org.eclipse.birt.report.viewer has compile error in daily build 20080304. The error message is below: [echo] loading /home/adb/releng.230/org.eclipse.birt.releng.birtbuilder/eclipse/buildConfigs/../../build.properties ... [javac] /home/adb/releng.230/src/plugins/org.eclipse.birt.report.viewer/birt_web/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java:1864: cannot find symbol [javac] symbol : method adaptDataSource(org.eclipse.birt.report.model.api.DataSourceHandle) [javac] location: interface org.eclipse.birt.report.data.adapter.api.IModelAdapter [javac] .adaptDataSource( dataSource ); [javac] ^ [javac] /home/adb/releng.230/src/plugins/org.eclipse.birt.report.viewer/birt_web/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java:1865: cannot find symbol [javac] symbol : method adaptDataSet(org.eclipse.birt.report.model.api.DataSetHandle) [javac] location: interface org.eclipse.birt.report.data.adapter.api.IModelAdapter [javac] IBaseDataSetDesign dataSetDesign = modelAdaptor.adaptDataSet( dataSet ); [javac] ^ [javac] /home/adb/releng.230/src/plugins/org.eclipse.birt.report.viewer/birt_web/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java:1867: cannot find symbol [javac] symbol : method clearCache(org.eclipse.birt.data.engine.api.IBaseDataSourceDesign,org.eclipse.birt.data.engine.api.IBaseDataSetDesign) [javac] location: class org.eclipse.birt.report.data.adapter.api.DataRequestSession [javac] requestSession.clearCache( sourceDesign, dataSetDesign ); [javac] ^ [javac] /home/adb/releng.230/src/plugins/org.eclipse.birt.report.viewer/birt_web/WEB-INF/classes/org/eclipse/birt/report/utility/BirtUtility.java:1007: incompatible types [javac] found : java.lang.Boolean [javac] required: boolean [javac] if ( isDesigner ) [javac] ^ [javac] Note: * uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 4 errors
closed fixed
0a3e8dc
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/BirtUtility.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-04T03:40:41Z"
"2008-03-04T03:06:40Z"
220,800
Bug 220800 Cancelling a report request still leaves some files on the disk
null
resolved fixed
1e9bcb9
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-03T09:36:11Z"
"2008-02-28T17:33:20Z"
217,952
Bug 217952 Use of Resource Locator to look up resource defined in a JS Expression
An application that embeds the BIRT engine can provide a resource locator to take care of all its resource lookup, especially since there can only be one resourceLocator per report task. This may include looking up the resource for a data file to be used in a data source connection or data set query. An user should be able to specify a JavaScript expression in the Property Binding feature to specify the use of a registered resource locator. Suggest to support a syntax like "birtresource://myfolder/a.xml" in a JavaScript expression, which during evaluation would trigger the use of the registered IResourceLocator in Model to do the file search for "myfolder/a.xml". The URL returned would then be the evaluated value of the JS expression.
resolved fixed
881b49e
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ReportContextImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-03T09:24:11Z"
"2008-02-06T01:06:40Z"
212,082
Bug 212082 Aggregate Palette Item with Aggregate Extensions
null
resolved fixed
53ab6a8
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/aggregation/FinanceTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/aggregation/TotalTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/expression/ExpressionCompilerTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/api/CubeFeaturesTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/api/CubeIVTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/cursor/CursorModelTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/cursor/CursorNavigatorTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/cursor/MirrorCursorModelTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/CubeAggregationTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableHelperTest2.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataAdapterUtil.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataRequestSession.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-03-03T05:20:59Z"
"2007-12-05T21:26:40Z"
220,148
Bug 220148 NPE when preview dataset with params["xx"].getFullYear computed column
Description: NPE when preview dataset with params["xx"].getFullYear computed column Build number: 2.3.0.v20080225-0800 Steps to reproduce: 1, New a report parameter p1 and type is datatime 2, New a dataset and create a computed column with expression params["xxx"].getFullYear() 3, Preview the dataset Expected result: The preview should be ok Actual result: 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:78) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:169) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:150) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:89) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.updateResultSetTableUI(ResultSetPreviewPage.java:521) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.runUpdateResults(ResultSetPreviewPage.java:277) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.access$1(ResultSetPreviewPage.java:239) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage$4.runInUIThread(ResultSetPreviewPage.java:232)
closed fixed
c69efba
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/script/ReportParameter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-29T08:23:00Z"
"2008-02-25T09:00:00Z"
216,231
Bug 216231 Support chart in empty crosstab dimension/measure cell[1302]
Description: Pull a chart into crosstab dimension cell, and open the chart build, there is exception listed on the top of "Select Data" tab. Build version: 2.3.0.v20080123-1050 Steps to reproduce: 1.Get the attahed report design file. There is a chart in the crosstab dimension cell, and set filter on the chart builder. 2.Open the chart builder, the exception is listed on the top of "Select Data" view. Expected result: This chart is correct and no exception throws out. Preview the report, the chart in crosstab works fine. Actual result: Preview the report, the output is incorrect.
closed fixed
c8adcbb
["chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/builder/DefaultDataServiceProviderImpl.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartXTabUIUtil.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/DesignerRepresentation.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/StandardChartDataSheet.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartAggregationCellViewProvider.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationBase.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationProxy.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemUtil.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/GroupSortingDialog.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/DataDefinitionSelector.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DefaultChartTypeImpl.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IDataServiceProvider.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-29T08:06:00Z"
"2008-01-23T06:33:20Z"
220,690
Bug 220690 The level handle can't be gotten from its default HierarchyHandle.
Build ID: I20071213-1700 Steps To Reproduce: In chart code, when I use the following code to get level handle, it returns null. Maybe it is an issue. CubeHandle.getDimension( levelDef.getHierarchy( ).getDimension( ).getName( ) ).getDefaultHierarchy( ).getLevel( levelName );
resolved fixed
2d9d2da
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TabularCubeParserTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/olap/HierarchyHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/XMLWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-29T06:37:53Z"
"2008-02-28T03:40:00Z"
220,538
Bug 220538 The container info is error after undo moving element operator.
The container info is error after undo moving element operator. Build number: 2.3.0.v20080221-0800 Steps to reproduce: 1. Call DesignElementHandle.moveTo(...) to move a element to new container. 2. Undo this operater. Expected result: the element's containerInfo is old container. Actual result: the element's containerInfo is null. The issue is maybe in MoveContentRecord.java v1.10:166 & 167: -------------------------------------------------------- from.add( module, content, oldPosn ); to.remove( module, content ); -------------------------------------------------------- I guess it should be: -------------------------------------------------------- to.remove( module, content ); from.add( module, content, oldPosn ); --------------------------------------------------------
closed fixed
f74248f
["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/DesignElementHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/MoveContentRecord.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-29T05:56:11Z"
"2008-02-27T11:00:00Z"
220,710
Bug 220710 [Automation][Regression]Step size is NaN
Description: step size is NaN ; Test Date: 20080228 Test Build: BIRT2.3.0 v20080228-0800 Step to reproduce: 1 Use the report attached 2 Preview it Expect result: The step size should be 60000 Actual result: Step size is NaN
closed fixed
0addaf7
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-28T07:52:31Z"
"2008-02-28T06:26:40Z"
205,570
Bug 205570 Ellipsis for long Axis labels
Currently the chart engine drops Axis labels if there isn't enough space to display them. It should first attempt to truncate and add an ellipsis to them before dropping them completely.
resolved fixed
7fb2e22
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/EllipsisHelper.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/ComponentPackage.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/Label.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ComponentPackageImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/LabelImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/util/ComponentAdapterFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/util/ComponentSwitch.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderHelper.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisLabelSheet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-28T04:36:54Z"
"2007-10-05T13:13:20Z"
219,131
Bug 219131 Crosstabs compatibility between 2.2.1 and 2.3
null
resolved fixed
3d502d9
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceAndDataSet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-28T03:24:43Z"
"2008-02-15T18:26:40Z"
220,141
Bug 220141 Property Editor for Chart View is not shown when change from the Table View [1302]
null
closed fixed
2667e41
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/DeferredGraphicalViewer.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/MultipleEditPart.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-28T03:02:26Z"
"2008-02-25T09:00:00Z"
220,517
Bug 220517 [Automation][Smoke]Failed to preview crosstab in frameset mode[1102]
Description: [Automation][Smoke]Failed to preview crosstab in frameset mode[1102] Build number: 2.3.0.v20080227-1513 Steps to reproduce: 1, New a crosstab 2, Preview in WebViewer(frameset mode) Expected result: Preview is ok Actual result: No data preview Error log:
closed fixed
5c4fd29
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportDocumentBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-28T02:28:47Z"
"2008-02-27T08:13:20Z"
220,160
Bug 220160 [Automation][Regression]Exception occurs when preview a cube with joint dataset[1102]
Description: [Automation][Regression]Exception occurs when preview a cube with joint dataset[1102] Build number: 2.3.0.v20080225-0080 Steps to reproduce: 1, New two datasets CUSTOMERS and ORDERS 2, New a joint dataset from two dataset and the join key is CUSTOMERNUMBER 3, New a cube using joint dataset 4, New a xtab using the cube 5, Preview Expected result: The preview should be ok Actual result: Exception occurs Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.NullPointerException: dataSource param cannot be null org.eclipse.birt.data.engine.impl.DataEngineImpl.defineDataSource(DataEngineImpl.java:158) org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.defineDataSource(DataRequestSessionImpl.java:135) org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.defineCube(DataRequestSessionImpl.java:513) org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.prepare(AbstractDataEngine.java:153) org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:101) org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplciateReportExecutor.execute(SuppressDuplciateReportExecutor.java:51) org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:137) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:66) 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)
closed fixed
9b9c6cb
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-27T11:16:55Z"
"2008-02-25T09:00:00Z"
200,150
Bug 200150 Improve the debug tabs
- Is it possible to implement the classic debugger "immediate tab" where I can write and evaluate code? i.e. executing <?php $a = 1; $b = $a + 2; $c = $a + $b ?> I stop on a breakpoint on $c = $a + $b, go on the Immediate tab, write something like $b<enter> to obtain the result on the following line in that tab: $b 3 --- In the tab "Expressions" it would be nice if I could add/edit an expression to the list without open the dialog for it: the classic editing of a treeview.
closed wontfix
7de9ece
["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/query/view/QueryExecutor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-27T11:00:48Z"
"2007-08-16T07:40:00Z"
220,520
Bug 220520 [Automation][Smoke]ClassCastException thrown out when previewing report containing Crosstab in PDF and PostScript
Description: ClassCastException thrown out when previewing report containing Crosstab in PDF and PostScript. Test Date: 20080227 Test Build: BIRT2.3.0 v20080227-1513 Step to reproduce: 1. Create a report with a crosstab 2. Preview it in PDF and PostScript Error log: Please refer to the attachment
closed fixed
7ed4de6
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-27T10:11:49Z"
"2008-02-27T08:13:20Z"
220,329
Bug 220329 Invalid chart types will reappear after invoke a normal chart builder.
description: Invalid chart type will reappear after invoke a normal chart builder. build version: 2.3.0 v20080226-0800 steps to reproduce: 1. Insert a crosstab to layout. 2. Show measure as chart view.Double click the chart builder, you will see that invalid chart types, like chart without axis or chart needs more than more value for value series, are not available. 3. Insert a normal chart to layout. 4. Double click the chart in crosstab.Check the available chart types. Expected result: These invalid chart types are still not available. Actual result: These invalid chart types become avaible again. This is not expected.
closed fixed
d84ed07
["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-27T06:04:35Z"
"2008-02-26T07:13:20Z"
219,554
Bug 219554 [regression]Resource folder in web.xml doesn't work for frameset[0601]
null
closed fixed
abc8fe2
["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/ReportEngineHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-27T02:17:53Z"
"2008-02-20T06:46:40Z"
215,601
Bug 215601 Error occurs when using different datatype measure for multiple axis.
description: Error occurs when using different datatype measure for multiple axis. build version: 2.3.0 v20080117-0800 steps to reproduce: 1. New a datasource with sample db and new a dataset with table PAYMENTS. 2. New a cube using the dataset, define CHECKNUMBER as dimension, AMOUNT and PAYMENTDATE as measures.Edit measure PAYMENTDATE to set the function 3. New a bar chart. 4. On select chart type tab, select Secondary Axis for Multiple Y Axis, 5. On select data tab, select dimension checknumber as category, select measure amount as series1 for Y axis1 and measure paymentdate as series2 for Y axis2. 6. Preview. Expected result: 1. When you select measure PAYMENTDATE as value series for Y axis2, the Y axis2 type should change to Date Time. 2. The chart can be previewed correctly. Actual result: 1. When you select measure PAYMENTDATE as value series for Y axis2, the Y axis2 type is still Linear. 2. Error when preview the chart. Error log: org.eclipse.birt.report.engine.api.EngineException: Unable to use a non-numerical data to render a numerical axis. at org.eclipse.birt.report.engine.executor.ExecutionContext.addException(ExecutionContext.java:1042) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.processExtendedContent(LocalizedContentVisitor.java:825) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.visitForeign(LocalizedContentVisitor.java:440) at org.eclipse.birt.report.engine.content.impl.ForeignContent.accept(ForeignContent.java:69) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:147) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:63) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:85) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:106) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:138) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:66) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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:616) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180) at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:270) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at org.mortbay.jetty.servlet.ServletHandler.dispatch(ServletHandler.java:677) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) at org.mortbay.http.HttpServer.service(HttpServer.java:909) at org.mortbay.http.HttpConnection.service(HttpConnection.java:820) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)Caused by: org.eclipse.birt.chart.exception.ChartException: Unable to use a non-numerical data to render a numerical axis. at org.eclipse.birt.chart.factory.Generator.build(Generator.java:1036) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationBase.buildChart(ChartReportItemPresentationBase.java:734) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationBase.onRowSets(ChartReportItemPresentationBase.java:598) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationProxy.onRowSets(ChartReportItemPresentationProxy.java:102) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.processExtendedContent(LocalizedContentVisitor.java:801) ... 58 moreCaused by: org.eclipse.birt.chart.exception.ChartException: Unable to use a non-numerical data to render a numerical axis. at org.eclipse.birt.chart.computation.withaxes.PlotWith2DAxes.getMinMax(PlotWith2DAxes.java:647) at org.eclipse.birt.chart.computation.withaxes.PlotWith2DAxes.updateOverlayScales(PlotWith2DAxes.java:1150) at org.eclipse.birt.chart.computation.withaxes.PlotWith2DAxes.compute(PlotWith2DAxes.java:706) at org.eclipse.birt.chart.factory.Generator.build(Generator.java:1032) ... 62 more
closed fixed
02f62c1
["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/StandardChartDataSheet.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ChartBindingDialogFactory.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ChartColumnBindingDialog.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ChartCubeBindingDialogHelper.java", "chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartAggregationCellViewProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-26T08:40:33Z"
"2008-01-17T03:20:00Z"
217,405
Bug 217405 Chart view definition should reflect level's change dynamically[1302]
Description: Chart view definition should reflect level's change dynamically Build number:2.3.0.v20080201 Steps to reproduce: 1. New a xtab with row level, column level and measure. 2. Switch measure to chart view. 3. Change level in row area, or add a second level. 4. Preview. Expected result Chart definition changed automatically according to level change Actual result: It doesn't. Error log:n/a
closed fixed
b20319b
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartAggregationCellViewProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-26T08:22:06Z"
"2008-02-01T10:00:00Z"
219,915
Bug 219915 [Automation][Regression]Tab space after number is disappeared in PDF.
Description: Tab space after number is disappeared in PDF. Test Date: 20080222 Test Build: BIRT2.3.0 v20080222-0800 Step to reproduce: 1. Use the report attached 2. Preview it in PDF. Expect result: There should be a tab space between number and text Actual result: The tab space disappeared
closed fixed
06f75ff
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-26T08:15:20Z"
"2008-02-22T06:00:00Z"
218,780
Bug 218780 [PDF] Text justification problems
Hi, First of all, sorry for my poor english. I have a grid with two columns and two lines. In each cell, i have a long text. I have used "Text" components to display thoses texts. Texts are HTML content. I have set the alignment to "justify". Nevertheless, texts aren't good justified ! In fact, sometines somes "spaces" characters begin lines and end of lines aren't aligned. Is this a normal or is this a bug ?
resolved fixed
e0974f0
["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/WordRecognizerWrapperTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/WordRecognizerWrapper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-25T09:35:20Z"
"2008-02-13T13:40:00Z"
217,542
Bug 217542 Edit Bindings in the chart builder does not take effect [1301]
null
closed fixed
820b66e
["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartCubeQueryHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2008-02-25T06:25:59Z"
"2008-02-02T05:26:40Z"