id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
208
288,446
Bug 288446 Marker line should be draw above the series.[13]
null
2009-09-03 05:37:28
1,251,970,000
verified fixed
26cc050
1,271,820,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java
Birt
209
309,431
Bug 309431 Live preview becomes empty when switch from Gantt to Tube chart.[13]
null
2010-04-16 03:17:54
1,271,400,000
verified fixed
88da0d2
1,271,660,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java
Birt
210
308,967
Bug 308967 When get the listValue from the variables PropertyHandle, the instance of the VariableElementHandle is different every time
Need the children is same instance when get the listValue from the variables PropertyHandle of the ReportDesignHandle.
2010-04-13 05:12:46
1,271,150,000
resolved fixed
7696642
1,271,310,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/VariableElement.java
Birt
211
305,950
Bug 305950 Underline and text line through in Highlight Format works incorrectly in PPT
null
2010-03-15 23:25:30
1,268,710,000
closed fixed
7929afa
1,271,300,000
engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTWriter.java engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/device/PPTPage.java
Birt
212
292,109
Bug 292109 Upgrade to BIRT 2.5.1 via update site: NullPointerException at report creation
1) If I explicitly download BIRT 2.5.1 with the eclipse update manager then the report creation works fine. 2) If I download the plugins of our software with the eclipse update manager then the report creation fails with a NullPointerException: java.lang.NullPointerException at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:123) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:60) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplciateReportExecutor.execute(SuppressDuplciateReportExecutor.java:42) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:60) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:168) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:75) (The DataEngine seems to be null. "ExecutionContext.openDataEngine()" catches an exception) 3) The only dependency of our report creation plugin to a BIRT plugin is: "org.eclipse.birt.report.engine". In the past this was enough to get the necessary BIRT plugins to create the report successfully (with BIRT 2.1.x, 2.2.x, 2.3.x). 4) Now I detected that, if I add the plugin "org.eclipse.birt.report.engine.script.javascript" (seems to be new in BIRT 2.5.1) manually to the plugins downloaded via eclipse update manager, the report generation works fine. Is it really necessary to add a new explicit plugin dependency to this new plugin? We would have a problem in this case because our report generator plugin have to work with eclipse 3.2 (BIRT 2.1.x), eclipse 3.3 (BIRT 2.2.x) and eclipse 3.4 (BIRT 2.3.x), too. And then we get a problem because in elder BIRT versions this plugin doesn't exist...(specifying this new plugin as an "optional" plugin doesn't solve the problem after the download from update site, too) I assume there is a missing dependency within BIRT 2.5.1.. Jason asked me to create this bugzilla entry.
2009-10-13 02:57:10
1,255,420,000
verified fixed
f938945
1,271,240,000
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/EngineTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/QueryUtil.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/executor/ExecutorManager.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/QueryContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v1/ReportContentLoaderV1.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v2/ReportContentLoaderV2.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v3/ReportExecutorV3.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v3/ReportPageExecutorV3.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v3/ReportletExecutorV3.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/AbstractReportExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ReportExecutorV4.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ReportPageExecutorV4.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/AbstractReportReader.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/ReportPageReader.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/ReportReader.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/ReportletReader.java
Birt
213
307,338
Bug 307338 There will be two bookmarks when you add bookmark for table with chart view.[1302]
null
2010-03-29 02:08:07
1,269,840,000
verified fixed
db19f48
1,271,230,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/elements/ReportDesignTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ReportDesignImpl.java
Birt
214
305,947
Bug 305947 Hyperlink item has Incorrect Double under line in PPT
null
2010-03-15 23:05:25
1,268,710,000
closed fixed
8c081cb
1,271,220,000
engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFPage.java engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/device/PostscriptPage.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/AbstractPage.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TextAreaLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/style/TextStyle.java
Birt
215
308,187
Bug 308187 Image url calling servlet 4 times and returning one image when rendering in pdf
Build Identifier: 20090920-1017 When rendering a report in pdf that has image url map to an servlet, the report calls the servlet 4 times but returns one image. When rendering in html this does not happen. The servlet is running on apache-1.6.2 Reproducible: Always Steps to Reproduce: 1.create an image set url to servlet 2.render the report in pdf 3.
2010-04-06 08:09:50
1,270,560,000
verified fixed
1a32580
1,271,210,000
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/src/org/eclipse/birt/report/engine/emitter/EmitterUtil.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/ImageReader.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/AbstractPage.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/nLayout/area/impl/ImageAreaLayout.java
Birt
216
308,781
Bug 308781 [Regression][Automation]Chinese character cannot be displayed in postscript
null
2010-04-12 02:53:43
1,271,060,000
closed fixed
b5cd4b4
1,271,140,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/LayoutEngine.java
Birt
217
307,468
Bug 307468 Tooltip for two different series always show the same
null
2010-03-29 23:13:36
1,269,920,000
closed fixed
675286c
1,271,140,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java
Birt
218
307,810
Bug 307810 Error message need update when switch axis type from numeric to date.[13]
null
2010-03-31 23:45:43
1,270,090,000
verified fixed
c02c224
1,271,140,000
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/data/impl/DateTimeDataElementImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/NumberDataElementImpl.java
Birt
219
308,451
Bug 308451 Merged cell with html-text content is not merged in Excel output
Build Identifier: 2.3.1, 2.3.2.2, 2.5.2 If a merged cell in the report design contains a Text report item with Content Type == HTML, then this cell is not correctly merged in excel export. See attached rptdesign for an example. The fix is attached as patch with version 2.3.1 of excel-emitter plugin as basis. The fix is to set the RowSpanInDesign for each data in a XlsCell to the RowSpan of its cell. This was not done for data items that were not contained directly by an XlsCell. This applies for a Text report item with HTML content type, because the generated data item is then contained by a XlsContainer in a XlsCell. Reproducible: Always Steps to Reproduce: See attached rptdesign
2010-04-08 05:25:16
1,270,720,000
verified fixed
88e8132
1,271,140,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java
Birt
220
307,366
Bug 307366 Cancel export dup embedded image to library but still get content change info
Description: Cancel export dup image item to library and go to library file, but still get Confirm dialog that library content is changed outside and need reload. Test build:2.6.0.v20100329-0630 Steps to reproduce: 1. Insert an embedded image in report. 2. Export the image to library. 3. Open the library file to check. 4. Change the embedded image name. 5. Export the image to the same library, in Confirm replace dialog, click Cancel 6. Go to the open library. Expected result: Nothing changed. Actual behavior: Confirm dialog pop up to inform that The content in this editor may have been changed from outside.
2010-03-29 05:27:00
1,269,850,000
closed fixed
097f575
1,271,140,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/ExportElementDialog.java
Birt
221
307,959
Bug 307959 Can not use non-numeric data to render value series even if the aggregation is COUNT[13].
description: Can not use non-numeric data to render value series even if the aggregation is COUNT. build id: 2.6.0 v20100402-0630 steps to reproduce: 1. New data set with table payments in sample db. 2. Insert a pie chart, using the data set. 3. Select payment data as category. 4. Select checknumber as value series.See the error message in chart builder. 5. Change the aggregation from sum to count in Grouping and sorting dialog. Actual result: Error message still shows up, this is not expected. If you change aggregation through the aggregation expression below the value series expression, the error message will disappear.
2010-04-02 03:33:31
1,270,190,000
verified fixed
0f1ab35
1,271,130,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java
Birt
222
308,426
Bug 308426 [Smoke] Error occurs when insert a table binding to data set.[0004]
null
2010-04-07 21:58:15
1,270,690,000
verified fixed
729356c
1,270,720,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ExternalUIUtil.java
Birt
223
308,443
Bug 308443 Refactor JDBC driver manager dialog's codes[22480]
Build Identifier: 20100407 Refactor JDBC driver manager dialog's codes. Reproducible: Always
2010-04-08 03:20:31
1,270,710,000
verified fixed
6e921a1
1,270,710,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JdbcToolKit.java
Birt
224
308,138
Bug 308138 Exception is thrown out when close a pattern in Pattern Image Editor.[13]
description: Exception is thrown out when close a pattern in Pattern Image Editor. build id: 2.6.0 v20100406-0630 steps to reproduce: 1. Insert a chart. 2. Go to Format Chart page and select Chart Area. 3. Click Background and click Pattern. 4. Open a pattern and click somewhere else. Actual result: Exception is thrown out in error log.
2010-04-05 22:15:13
1,270,520,000
verified fixed
9be7b32
1,270,550,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/PatternImageEditorDialog.java
Birt
225
301,397
Bug 301397 Exception is thrown out when double click report library with name " .rptlibrary" in "Use Library" dialogue [01]
null
2010-02-01 05:02:09
1,265,020,000
closed fixed
8c31f51
1,270,540,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/LibraryException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/i18n/MessageConstants.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/NamePropertyType.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/LibraryUtil.java
Birt
226
306,277
Bug 306277 Designer: BIRT doesn't automatically link to library
I have a strange but very annoying issue. Every time I open a report for which some items are linked to a library, the items are highlighted in red with an error "Content of this report item is corrupted...". To get rid of this, I have to right-click on the rptdesign and choose "refresh library". However, if I close the report and re-open it, the issue is back. A better workaround is to keep the libraries open (first) and then open the reports. In all cases, this is very annoying for users / developers. I think that this is related to the fact that: - we are using an absolute path for the resource and template folders (Eclipse settings). - documents are using resources from a library which itself requires another library (common one). The only workaround I found was to move all libraries inside my project.
2010-03-17 16:29:55
1,268,860,000
resolved fixed
77c8860
1,270,530,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java
Birt
227
304,779
Bug 304779 Long Dynamic Text does not show in web viewer
null
2010-03-05 03:14:43
1,267,780,000
closed fixed
98fff2d
1,270,530,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/util/IOUtil.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/DynamicTextItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ImageAreaLayout.java
Birt
228
307,956
Bug 307956 Series name in area chart will lost after switch back from radar chart.[13]
null
2010-04-02 02:11:45
1,270,190,000
verified fixed
f3443bf
1,270,200,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/AreaChart.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/BubbleChart.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/DifferenceChart.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/GanttChart.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/ScatterChart.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/StockChart.java
Birt
229
307,465
Bug 307465 Chart title does not change after switch to other chart type.[13]
null
2010-03-29 22:42:55
1,269,920,000
verified fixed
a36c297
1,270,180,000
chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/radar/ui/series/RadarSeriesAttributeComposite.java chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/radar/ui/type/RadarChart.java
Birt
230
307,470
Bug 307470 Radar chart should not be used in crosstab measure view.[13]
null
2010-03-29 23:29:43
1,269,920,000
verified fixed
ed9e396
1,270,180,000
chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/radar/ui/series/RadarSeriesAttributeComposite.java chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/radar/ui/type/RadarChart.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/AbstractBarChart.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/AreaChart.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/BubbleChart.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/DifferenceChart.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/GanttChart.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/LineChart.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/type/ScatterChart.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/IChartType.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java
Birt
231
305,749
Bug 305749 Allow a BIRT Chart cell to specify a fill pattern
null
2010-03-12 18:14:01
1,268,440,000
verified fixed
dedaf29
1,269,940,000
chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingRendererImpl.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtRendererImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/AttributeFactory.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/AttributePackage.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/PatternImage.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/AttributeFactoryImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/AttributePackageImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/PatternImageImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/util/AttributeAdapterFactory.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/util/AttributeSwitch.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/util/AttributeValidator.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/PatternImageUtil.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillCanvas.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillChooserComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/PatternImageEditorDialog.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartHelpContextIds.java
Birt
232
306,677
Bug 306677 [Automation] Fail to load toc tree when preview attached report document
null
2010-03-22 05:30:14
1,269,250,000
closed fixed
a55d591
1,269,500,000
engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/RenderTaskTest.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/IInternalReportDocument.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v2/ReportContentLoaderV2.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/AbstractReportExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/AbstractReportReader.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/presentation/TransientReportDocument.java
Birt
233
307,018
Bug 307018 Refactor data set editor pages' codes[23520]
Build Identifier: 20100324 Refactor data set editor pages' codes. Reproducible: Always
2010-03-25 00:28:05
1,269,490,000
resolved fixed
d14018c
1,269,490,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java
Birt
234
298,456
Bug 298456 Drill through problem when using reverse categories
Build Identifier: 20090619-0625 I have a report with a bar chart which shows a count of items. I've flipped the axes so bars are drawn horizontally and the associated data set returns the top X counts in order. I added a drill-through option to the chart so that clicking a bar will redirect to a report giving more information on that item. All worked well.... then.... I wanted to show the counts in order with the highest count at the top but by default the highest count appeared at the bottom - so I selected "Reverse Categories" for the X-axis. This seems to have broken the drill through. It looks like the reverse categories affects how the chart is drawn (i.e. counts appear in order with highest at top) but is ignored in the drill through. The chart shows the following bars: Bar1 Bar2 Bar3 . . Bar10 where Bar1 has the highest count and Bar10 the lowest. Clicking Bar1 drills through for Bar10 and vice versa. Clicking Bar2 drills through for Bar9 and vice versa, and so on. Reproducible: Always Steps to Reproduce: 1.Create Bar Chart from ordered data where X is categories and Y is an associated value. 2.Set up drill through on the chart series that uses the x value. Confirm the drill through works. 4.On the Format Chart tab choose the X-axis and select Reverse Categories and confirm the chart is being re-drawn with X axis categories reversed. 5.Re-test the drill through.
2009-12-23 04:39:37
1,261,560,000
verified fixed
173be7d
1,269,330,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/UserDataSetHints.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith3DAxes.java
Birt
235
306,681
Bug 306681 Refactor data set editor pages' codes[23641]
Build Identifier: 20100322 Refactor data set editor pages' codes. Reproducible: Always
2010-03-22 05:56:05
1,269,250,000
resolved fixed
e107794
1,269,250,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetPreviewPage.java
Birt
236
305,450
Bug 305450 [accessibility]hyperlink tooltip should be set to screentip in excel/ppt
Build:2.6.0.v20100311 Steps to reproduce: 1. Insert a label, define hyperlink and hyperlink tooltip 2. Preview in word/excel/ppt Expected result: Tooltip works, office software has screentip property in hyperlink, we should set tooltip in this property Current behavior: Doc works. Excel display tooltip as a comment. PPt display no tooltip
2010-03-10 22:26:57
1,268,280,000
closed fixed
b84fa70
1,269,250,000
engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTWriter.java engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/device/PPTPage.java engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/util/PPTUtil.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelXmlWriter.java
Birt
237
305,951
Bug 305951 Unexpected wrap in HTML/Formatting Text in DOC
null
2010-03-15 23:32:17
1,268,710,000
closed fixed
8a06ec4
1,269,240,000
engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/DocEmitterImpl.java
Birt
238
306,088
Bug 306088 Generating a report with the excel emitter for a report with an image whose width is set to 100% causes exceptions
Build Identifier: CVS head (Helios) SEVERE: An error happened while running the report. Cause: Throwable occurred: java.lang.IndexOutOfBoundsException at java.util.ArrayList.get(Unknown Source) at org.eclipse.birt.report.engine.emitter.excel.DataCache.addData(DataCache.java:72) at org.eclipse.birt.report.engine.emitter.excel.layout.ExcelLayoutEngine.addDatatoCache(ExcelLayoutEngine.java:1040) at org.eclipse.birt.report.engine.emitter.excel.layout.ExcelLayoutEngine.addEmptyData(ExcelLayoutEngine.java:899) at org.eclipse.birt.report.engine.emitter.excel.layout.ExcelLayoutEngine.addData(ExcelLayoutEngine.java:871) at org.eclipse.birt.report.engine.emitter.excel.layout.ExcelLayoutEngine.addImageData(ExcelLayoutEngine.java:696) at org.eclipse.birt.report.engine.emitter.excel.ExcelEmitter.startImage(ExcelEmitter.java:441) at org.eclipse.birt.report.engine.emitter.CompositeContentEmitter.startImage(CompositeContentEmitter.java:274) at org.eclipse.birt.report.engine.emitter.ContentEmitterUtil.startContent(ContentEmitterUtil.java:74) at org.eclipse.birt.report.engine.layout.html.buffer.DummyPageBuffer.startContent(DummyPageBuffer.java:125) at org.eclipse.birt.report.engine.layout.html.HTMLLeafItemLM.start(HTMLLeafItemLM.java:67) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:139) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:70) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:90) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:99) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:170) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:75) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(ReportEngineService.java:920) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(BirtViewerReportService.java:973) at org.eclipse.birt.report.service.actionhandler.BirtRunAndRenderActionHandler.__execute(BirtRunAndRenderActionHandler.java:76) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90) at org.eclipse.birt.report.presentation.aggregation.layout.EngineFragment.doService(EngineFragment.java:318) at org.eclipse.birt.report.presentation.aggregation.AbstractBaseFragment.service(AbstractBaseFragment.java:76) at org.eclipse.birt.report.servlet.BirtEngineServlet.__doGet(BirtEngineServlet.java:120) at org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGet(BaseReportEngineServlet.java:185) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.eclipse.birt.report.servlet.BaseReportEngineServlet.service(BaseReportEngineServlet.java:116) at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180) at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:126) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:318) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:380) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:865) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:540) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:213) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520) Reproducible: Always Steps to Reproduce: 1. Create a new report 2. Add an image to the report 3. Use the properties view to set the image width to 100% 4. View the report in excel
2010-03-16 17:19:39
1,268,770,000
verified fixed
e584e09
1,269,220,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ImageData.java
Birt
239
305,946
Bug 305946 Using Resource key as map value does not work in XLS
null
2010-03-15 23:02:04
1,268,710,000
closed fixed
2c8eca2
1,269,220,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java
Birt
240
298,953
Bug 298953 tooltip text not working correctly
If using optional grouping on a chart and adding two interactive events: mouse click alert( valueSeriesName + categoryData + valueData ); mouse over tooltip valueSeriesName + categoryData + valueData; The mouse click works but the mouse over only shows the value.
2010-01-06 10:10:34
1,262,790,000
verified fixed
1e7d3cf
1,268,980,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemUIUtil.java
Birt
241
305,451
Bug 305451 The size of the dialogue should be adjust or a scroll bar is provided for the "Errors Encountered" dialogue
null
2010-03-10 22:42:13
1,268,280,000
closed fixed
37c7f6b
1,268,980,000
core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/errordisplay/ErrorDialog.java
Birt
242
305,814
Bug 305814 [Accessibility] Font preview does not show in Chart Builder under High Contrast mode
null
2010-03-14 23:43:10
1,268,620,000
closed fixed
0fe9c03
1,268,880,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FontCanvas.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FontDefinitionComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/HyperlinkEditorDialog.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LabelAttributesComposite.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/popup/axis/AxisMarkersSheet.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisTextSheet.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisTitleSheet.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/chart/LegendTextSheet.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/series/DialLabelSheet.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/series/PieTitleSheet.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/series/SeriesLabelSheet.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/series/SeriesTrendlineSheet.java
Birt
243
298,673
Bug 298673 "Sort Locale" and "Sort Strength" should be added for chart sorting [13]
null
2009-12-31 02:46:53
1,262,250,000
closed fixed
92ca0eb
1,268,810,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/BaseGroupSortingDialog.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/composites/YOptionalGroupSortingDialog.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java
Birt
244
303,457
Bug 303457 Request for a pie chart starting at the 90 degrees and rotating clockwise.
null
2010-02-22 02:47:38
1,266,820,000
verified fixed
28f74eb
1,268,810,000
chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/render/PieRenderer.java 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
245
304,304
Bug 304304 [Accessibility] Focus is not correct in chart builder Customer Properties dlg
null
2010-03-02 02:45:14
1,267,520,000
closed fixed
b8ecc63
1,268,810,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/CursorImageDialog.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/ExtendedPropertyEditorComposite.java
Birt
246
299,610
Bug 299610 Duplicate column name issue when removing and new a computed column with same name
Description: Duplicate column name issue when removing and new a computed column with same name Build number: 2.5.2.v20090114-0630 Steps to reproduce: 1, New a data set 2, New two computed columns one is C1 another one is C2 3, Edit the data set and preview 4, Go to computed column and Remove C2 5, New a computed column C2 Expected result: C2 can be created successfully Actual result: In step5, Duplicate Column Name error display in dialog Error log:
2010-01-14 03:51:42
1,263,460,000
verified fixed
5071767
1,268,720,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetComputedColumnsPage.java
Birt
247
302,249
Bug 302249 Error message is not correct when the data set parameter link to a report parameter allow multiple value [0705]
null
2010-02-09 05:29:19
1,265,710,000
closed fixed
52161af
1,268,720,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetParametersPage.java
Birt
248
301,137
Bug 301137 Curve fitting line
null
2010-01-28 10:00:40
1,264,690,000
verified fixed
7b7ed20
1,268,640,000
chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/render/Line.java
Birt
249
295,687
Bug 295687 Combo boxes should provide 30 visible items [00]
null
2009-11-20 03:59:50
1,258,710,000
closed fixed
7ee049a
1,268,380,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetComputedColumnsPage.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetParametersPage.java data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
250
305,459
Bug 305459 Failures occur in Junit test org.eclipse.birt.report.engine.tests in 2.6.0 daily build v20100311-0630
null
2010-03-11 02:00:28
1,268,290,000
closed fixed
d49fde8
1,268,370,000
engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/ReportEngineTest.java
Birt
251
305,298
Bug 305298 [Regression]Stacked bar chart displays aggregation data incorrectly on BIRT 2.5.2, worked OK in 2.5.1
null
2010-03-10 04:39:40
1,268,210,000
resolved fixed
88748c3
1,268,290,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartSharingQueryHelper.java
Birt
252
304,322
Bug 304322 Excel Output differs from ReportViewer
The error occurs by defining a data field using other column bindings as source. The other column bindings are also calculated based on column bindings. Viewing the result in the webviewer shows the expected (correct) result. But creating an Excel report leads to a wrong result. The values seem to be multiplied by a large factor. Example: --- row1 = dataSetRow['1'] = 5 row 2 = dataSetRow['2'] = 15 sum1 = row['row1'] + row['row'] = 20 row10 = dataSetRow['10'] = 2 row11 = dataSetRow['11'] = 8 sum2 = row['row10'] + row['row11'] = 10 ratio = row['sum2'] / row['sum1'] = 0.5 --- In Excel the value is something like 5,000,000,000. The same effect occurs if calculating the ratio using aggregates as source. If I change the ratio calculation in the given example to the following, it works. Example: --- ratio = (row['row10'] + row['row11']) / (row['row1'] + row['row2']) = 0.5 --- But this won't help me with the aggregates. I also found a workaround to get the ratio for the aggregates. I've created a Java Script function to calculate the ratio and pass the aggregates as arguments. This worked.
2010-03-02 04:31:16
1,267,520,000
resolved fixed
7e2c591
1,268,210,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java
Birt
253
296,428
Bug 296428 Provide a horizontal scroll bar when the contents in chart build is not shown completely [13]
null
2009-11-30 01:00:18
1,259,560,000
closed fixed
06c4a89
1,268,200,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java
Birt
254
304,030
Bug 304030 NPE when running reports with large volume of data
Build Identifier: 2.5.2 and 2.5.1 We are getting this error while running reports with large volume(1.5 million rows) of data with both BIRT 2.5.1 and 2.5.2.The reports run fine with a small set of data. During rendering for our report we encounter a java exception after 10-12 minutes. The same report with similar dataset on BIRT 2.3.2 build used to show up under 4 minutes. org.eclipse.birt.report.engine.api.impl.RunTask doRun SEVERE: An error happened while running the report. Cause: Throwable occurred: java.lang.NullPointerException at org.eclipse.birt.data.engine.olap.data.util.ObjectWriter.write(ObjectWriter.java:45) at org.eclipse.birt.data.engine.olap.data.util.StructureDiskArray.writeObject(StructureDiskArray.java:61) at org.eclipse.birt.data.engine.olap.data.util.BaseDiskArray.add(BaseDiskArray.java:76) at org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArray.add(BufferedStructureArray.java:62) at org.eclipse.birt.data.engine.executor.cache.disk.DiskCache.next(DiskCache.java:171) at org.eclipse.birt.data.engine.executor.cache.disk.DiskCache.moveTo(DiskCache.java:219) at org.eclipse.birt.data.engine.executor.cache.SmartCache.moveTo(SmartCache.java:171) at org.eclipse.birt.data.engine.executor.cache.SmartRowResultSet.next(SmartRowResultSet.java:61) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.populateData(SmartCacheHelper.java:311) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.getResultSetCache(SmartCacheHelper.java:260) at org.eclipse.birt.data.engine.executor.cache.SmartCache.<init>(SmartCache.java:109) at org.eclipse.birt.data.engine.executor.transform.ResultSetPopulator.reSetCache(ResultSetPopulator.java:232) at org.eclipse.birt.data.engine.executor.transform.ResultSetPopulator.reSetSmartCacheUsingOrderingInfo(ResultSetPopulator.java:209) at org.eclipse.birt.data.engine.executor.transform.group.GroupInstanceSorter.doGroupSorting(GroupInstanceSorter.java:73) at org.eclipse.birt.data.engine.executor.transform.group.GroupProcessorManager.doGroupSorting(GroupProcessorManager.java:99) at org.eclipse.birt.data.engine.executor.transform.pass.ResultSetProcessUtil.doGroupSorting(ResultSetProcessUtil.java:273) at org.eclipse.birt.data.engine.executor.transform.pass.ResultSetProcessUtil.populateResultSet(ResultSetProcessUtil.java:122) at org.eclipse.birt.data.engine.executor.transform.pass.ResultSetProcessUtil.doPopulate(ResultSetProcessUtil.java:85) at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.doPopulation(PassManager.java:286) at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.doMultiPass(PassManager.java:227) at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.pass(PassManager.java:95) at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.populateResultSet(PassManager.java:72) at org.eclipse.birt.data.engine.executor.transform.ResultSetPopulator.populateResultSet(ResultSetPopulator.java) at org.eclipse.birt.data.engine.executor.transform.CachedResultSet.<init>(CachedResultSet.java:134) at org.eclipse.birt.data.engine.executor.dscache.DataSourceQuery.execute(DataSourceQuery.java:143) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:352) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:1036) at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:232) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:147) at org.eclipse.birt.report.engine.data.dte.QueryResultSet.<init>(QueryResultSet.java:98) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:164) at org.eclipse.birt.report.engine.data.dte.DataGenerationEngine.doExecuteQuery(DataGenerationEngine.java:71) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:254) at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1825) at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:80) at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:62) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46) at org.eclipse.birt.report.engine.internal.executor.emitter.ReportItemEmitterExecutor.execute(ReportItemEmitterExecutor.java:46) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:41) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:65) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:26) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:137) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:111) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:160) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:26) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:137) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:70) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:26) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:132) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:137) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:70) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:90) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:99) at org.eclipse.birt.report.engine.presentation.ReportDocumentBuilder.build(ReportDocumentBuilder.java:258) at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:243) at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:82) Reproducible: Always
2010-02-26 09:23:18
1,267,190,000
resolved fixed
c94b5e5
1,268,200,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/util/DataType.java
Birt
255
304,446
Bug 304446 [Accessibility] Some of the contents are not shown completely in Chart Builder under High Contrast mode
null
2010-03-02 22:29:07
1,267,590,000
closed fixed
9fe7b3a
1,268,190,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillChooserComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/IntegerSpinControl.java core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/swt/custom/CustomChooserComposite.java core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/swt/custom/TextCombo.java
Birt
256
252,915
Bug 252915 Chart background image is repeated
Build ID: M20080911-1700 Steps To Reproduce: 1. Create a report and insert a chart. 2. Go to Advanced properties and add a "Background image" to the chart-background-background image. Hint: it is easy to see the problem if the background image is less than 1/4 of the chart size. 3. Set "Background repeat" to "No Repeat". The chart still shows the image repeated. Image repeats across and down the chart. More information:
2008-10-30 22:46:12
1,225,420,000
verified fixed
b17328b
1,268,110,000
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/DesignerRepresentation.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportStyleProcessor.java
Birt
257
291,512
Bug 291512 Incorrect chart rendering when using major and minor gridlines, scale more than 1 day and X-axis of date type
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.24 Safari/532.0 Build Identifier: Build id: M20090211-1700 The chart has visible major grid and minor grid with 7 count per unit. X-axis series is of date type, date range 16.05.2009-31.05.2009 Scale: step size:7, unit: Days The report with the above chart is rendered incorrectly: start and end of the date period on X-axis is not matched with rendered chart(see attached screenshot). Start of the chart should be 16.05.2009, end of the chart 31.05.2009 Eclipse 3.4.2 Birt Chart Framework 2.3.2r232 The same incorrectness occurs on Eclipse 3.5.1 Birt Chart 2.5.1 Reproducible: Always Steps to Reproduce: 1.Preview the attached report in birt designer
2009-10-06 12:27:42
1,254,850,000
verified fixed
f3f8046
1,268,100,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/OneAxis.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderHelper.java
Birt
258
304,298
Bug 304298 [Regression] Press Enter does not work for live preview when specify value series using expression
null
2010-03-02 01:01:47
1,267,510,000
closed fixed
b3e814a
1,267,780,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartExpressionButtonUtil.java
Birt
259
302,230
Bug 302230 List width does not supportted in DOC [0004]
null
2010-02-09 01:33:10
1,265,700,000
closed fixed
4aa6db8
1,267,770,000
engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/AbstractEmitterImpl.java
Birt
260
301,479
Bug 301479 Excel warning when preview attached report with xml datasource[1203]
null
2010-02-01 22:14:53
1,265,080,000
closed fixed
3f8a614
1,267,760,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelXmlWriter.java
Birt
261
302,842
Bug 302842 Avoid word wrap on colon in date time column
null
2010-02-15 04:50:52
1,266,230,000
resolved fixed
2b63d33
1,267,760,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/WordRecognizerWrapper.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/hyphen/IWordRecognizer.java
Birt
262
301,494
Bug 301494 Forbid to drag measure to category/optional axis[13]
Build Identifier: 2.5.2.v20100202 Chart should forbid to dnd measure to category x axis and optional y series, also it should forbid dnd dimension to y series Reproducible: Always Steps to Reproduce: 1.New a cube 2.Insert a chart, bind with cube 3.DND measure to category, dnd dimension to y series Expected result:Step2,3 should be forbidden Actual result:user can do step2,3
2010-02-02 03:18:45
1,265,100,000
closed fixed
24d5dc6
1,267,690,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DataTextDropListener.java
Birt
263
304,612
Bug 304612 [Regression] Exception is thrown out when run ChartWizardLauncher
Description: Exception is thrown out when run ChartWizardLauncher. Build number: 2.6.0.v20100304-0630 Steps to reproduce: 1. Run org.eclipse.birt.chart.examples\ChartWizardLauncher.java. Expected result: No exception. Actual result: Exception is thrown out.
2010-03-03 22:10:44
1,267,670,000
closed fixed
ab4fe35
1,267,690,000
chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/builder/ChartWizardLauncher.java chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/builder/SampleStandardDataSheet.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/integrate/SimpleUIServiceProviderImpl.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DefaultChartDataSheet.java
Birt
264
302,143
Bug 302143 Internal bookmark does not work for chart in pdf
Build Identifier: Internal bookmarks are not working when linked from a chart to a table in a pdf report. However, the same internal bookmark works for a html report. The error is only for pdf reports. Reproducible: Always Steps to Reproduce: 1.Create a chart -> format chart-> Chart Area-> Interactivity -> Action -> Hyperlink -> Internal bookmark 2. Create a table with a bookmark and link the chart to this table 3. Generate a pdf report the link from chart to table does not work.
2010-02-08 09:50:13
1,265,640,000
resolved fixed
4e9a78b
1,267,690,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ImageAreaLayout.java
Birt
265
303,029
Bug 303029 Output of Lists in Word Doc Format contains empty lines
null
2010-02-17 02:50:06
1,266,390,000
resolved fixed
e4619f1
1,267,680,000
engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/AbstractEmitterImpl.java
Birt
266
304,634
Bug 304634 Refactor DtE-maintained codes of data set editor[22898]
Build Identifier: 20100302 Refactor DtE-maintained codes of data set editor. Reproducible: Always
2010-03-04 01:34:19
1,267,680,000
resolved fixed
82a8b28
1,267,680,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetParametersPage.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/PropertyHandleTableViewer.java
Birt
267
303,846
Bug 303846 [Automation][Regression]Chart use cube does not work correctly
null
2010-02-24 22:27:38
1,267,070,000
closed fixed
a875118
1,267,670,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartExpressionUtil.java
Birt
268
303,854
Bug 303854 [Automation][Regression]ArithmeticException was thrown out while exporting report attached to doc format
null
2010-02-25 01:18:24
1,267,080,000
closed fixed
db546ac
1,267,670,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/EmitterUtil.java
Birt
269
304,198
Bug 304198 In multi thread, Doc Emitter throws java.lang.StringIndexOutOfBoundsException
null
2010-03-01 07:25:50
1,267,450,000
resolved fixed
368b592
1,267,670,000
engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/AbstractEmitterImpl.java
Birt
270
303,462
Bug 303462 Input value orietation is RTL in Chart builder in windows [13]
null
2010-02-22 03:37:40
1,266,830,000
closed fixed
e075ef1
1,267,000,000
chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/CustomPreviewTable.java
Birt
271
302,380
Bug 302380 [Regression] Only the value series selected is shown in context menu and others are disabled [13]
null
2010-02-10 03:39:38
1,265,790,000
closed fixed
7c173ad
1,266,720,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.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/data/DataDefinitionSelector.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DataDefinitionTextManager.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DefaultChartDataSheet.java
Birt
272
302,677
Bug 302677 Refactor script functions related codes[21541]
Build Identifier: 20100211 Refactor script functions related codes. Reproducible: Always
2010-02-12 02:20:41
1,265,960,000
resolved fixed
e35d0cf
1,265,960,000
data/org.eclipse.birt.core.script.function/src/org/eclipse/birt/core/script/function/bre/BirtMath.java
Birt
273
302,365
Bug 302365 [Regression] Exception throw out when delect xtab which extended from library [1102]
Description: [Regression] Exception throw out when delect xtab which extended from library [1102] Build: <2.5.2.v20100210-0630> Steps to reproduce: 1. New a library with xtab 2. New a report and extend library's xtab 3. Delete the xtab Actual result: Exception thrown out after step3 Expect result: No error ErrorLog: org.eclipse.birt.report.designer.core.runtime.GUIException: Widget is disposed 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.internal.ui.editors.parts.event.ModelEventManager.postModelEvent(ModelEventManager.java:147) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postEvent(ModelEventManager.java:116) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.access$0(ModelEventManager.java:96) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager$1.stackChanged(ModelEventManager.java:58) at org.eclipse.birt.report.model.activity.ActivityStack.sendNotifcations(ActivityStack.java:886) at org.eclipse.birt.report.model.activity.ActivityStack.commit(ActivityStack.java:756) at org.eclipse.birt.report.designer.internal.ui.command.WrapperCommandStack.execute(WrapperCommandStack.java:93) at org.eclipse.gef.ui.actions.WorkbenchPartAction.execute(WorkbenchPartAction.java:76) at org.eclipse.gef.ui.actions.DeleteAction.run(DeleteAction.java:125) at org.eclipse.birt.report.designer.internal.ui.editors.parts.GraphicalEditorWithFlyoutPalette$5.run(GraphicalEditorWithFlyoutPalette.java:415) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:824) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880) at org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent(OutOfOrderListener.java:76) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036) at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1669) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4281) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3977) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4632) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2411) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3501) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) Caused by: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3884) at org.eclipse.swt.SWT.error(SWT.java:3799) at org.eclipse.swt.SWT.error(SWT.java:3770) at org.eclipse.swt.widgets.Widget.error(Widget.java:463) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:336) at org.eclipse.swt.widgets.Composite.layout(Composite.java:545) at org.eclipse.birt.report.designer.internal.ui.views.attributes.section.TogglesSection.load(TogglesSection.java:118) at org.eclipse.birt.report.designer.internal.ui.views.attributes.page.AttributePage.postElementEvent(AttributePage.java:259) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postModelEvent(ModelEventManager.java:142) ... 52 more
2010-02-10 00:58:51
1,265,780,000
closed fixed
d7bc22d
1,265,780,000
UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/section/TogglesSection.java
Birt
274
302,359
Bug 302359 NPE thrown out in ErrorLog when new a chart shared result with list items [13]
null
2010-02-09 22:54:04
1,265,770,000
closed fixed
61101b7
1,265,780,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java
Birt
275
302,226
Bug 302226 [Auto-S]Missing chart data in frameset servlet[13]
Build Identifier: 2.5.2.v20100209 Chart data shows in preview/run mode but disappear in frameset servlet Reproducible: Always Steps to Reproduce: 1.preview attached report in layout 2.preview attached report in Web Viewer Expected result:show chart data Current behavior:empty chart in step2
2010-02-09 00:36:37
1,265,690,000
closed fixed
9be74df
1,265,770,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java
Birt
276
293,633
Bug 293633 "java.lang.ArrayIndexOutOfBoundsException: 2" is thrown out when double click a joint data set [0706]
null
2009-10-28 23:25:21
1,256,790,000
closed fixed
c876842
1,265,690,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/JointDataSetPage.java
Birt
277
302,098
Bug 302098 [Automation][Regression] datasource event handler did not work properly
Build Identifier: v20100208 actual behavior: datasource event handler did not work properly Reproducible: Always Steps to Reproduce: 1. use the attached report design and java event class 2. preview in html
2010-02-08 03:43:08
1,265,620,000
closed fixed
6ddc2de
1,265,680,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java
Birt
278
302,106
Bug 302106 [Automation] NPE thrown out when preview a report with datasource property binding [0703]
null
2010-02-08 04:24:44
1,265,620,000
closed fixed
a13eb15
1,265,630,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/OdaDataSourceAdapter.java
Birt
279
301,771
Bug 301771 [Regression] [Automation] List width does not work in WORD/PDF/PPT/PS when setted display inline[0300]
null
2010-02-03 22:30:18
1,265,250,000
closed fixed
06f6ba9
1,265,620,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/LineArea.java
Birt
280
301,923
Bug 301923 [Automation][Regression]Invalid expression exception was thrown out while previewing report contains Xtab
null
2010-02-05 02:06:27
1,265,350,000
closed fixed
3ff5ff5
1,265,610,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/impl/query/CubeCursorImpl.java
Birt
281
302,084
Bug 302084 [Regression] Error occurs when switching to 'Parameters' page in data set.[0705]
null
2010-02-07 22:44:05
1,265,600,000
closed fixed
5a6b135
1,265,610,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetParametersPage.java
Birt
282
302,088
Bug 302088 Refactor data source editor pages' codes[21413]
Build Identifier: 20100207 Refactor data source editor pages' codes. Reproducible: Always
2010-02-08 00:08:09
1,265,610,000
verified fixed
a5f6358
1,265,610,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/datasource/PropertyBindingPage.java
Birt
283
301,925
Bug 301925 [Automation][Regression]NPE was thrown out while previewing report
null
2010-02-05 03:01:59
1,265,360,000
closed fixed
8c168c2
1,265,360,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationBase.java
Birt
284
300,631
Bug 300631 Errors occurs in Junit test of org.eclipse.birt.report.data.oda.jdbc.tests in 2.5.2 daily build v20100125-0630
null
2010-01-24 22:00:55
1,264,390,000
closed fixed
33c54da
1,265,260,000
data/org.eclipse.birt.report.data.oda.jdbc.tests/test/org/eclipse/birt/report/data/oda/jdbc/ConnectionTest.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/JDBCDriverManager.java
Birt
285
290,208
Bug 290208 User defined Column type is changed Blob by select some aggregation function[0001]
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 (.NET CLR 3.5.30729) Build Identifier: Description: Select some aggregation function will change column type to Blob Build number:2.5.1.v20090923 Reproducible: Always Steps to Reproduce: 1.New a dataset 2.New a computed column, set data type as string and set expression. 3.Select aggregation function as Max,Last or Median(I just tried three) Expected result: Keep user specified data type if the function returned type can not be confirmed or change to the data type the function doomed to return. Actual result: Data type changed to Blob.
2009-09-22 23:16:27
1,253,680,000
closed fixed
0e34cbb
1,265,260,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetComputedColumnsPage.java
Birt
286
301,646
Bug 301646 [RCP][Regression] Exception when trying to convert a template item to a report item.[02]
null
2010-02-02 21:24:43
1,265,160,000
verified fixed
b06211d
1,265,180,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/views/outline/DesignerOutlinePage.java
Birt
287
301,382
Bug 301382 Add VIEWPORT meta tag in HTML output to support mobile device viewing
The VIEWPORT meta tag will allow compliant browsers to handle scaling of the page to best suit the area available for render. This is especially important in the mobile web. <meta name = "viewport" content = "width=${device-width}"> This is the syntax that is required. The spec for the tag supports fixed dimensions as well, but at a minimum we should implement the tag as it reads above.
2010-02-01 01:49:35
1,265,010,000
verified fixed
7bf6362
1,265,170,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLRenderOption.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLRenderOption.java
Birt
288
299,617
Bug 299617 ScalarParameterDefn.getUserProperty broken
The ScalarParameterDefn.getUserProperty (and getUserPropertyValues) is broken, it always returns null. This prohibits java access to the report parameters custom user properties set in the design. latest cvs source of ScalarParameterDefn overrides a perfectly working implementation of ParameterDefnBase.getUserPropertyValue: /* (non-Javadoc) * @see org.eclipse.birt.report.engine.api2.IParameterDefnBase#getUserPropertyValues() */ public Map getUserPropertyValues() { // TODO Auto-generated method stub return null; } /* (non-Javadoc) * @see org.eclipse.birt.report.engine.api2.IParameterDefnBase#getUserPropertyValue(java.lang.String) */ public String getUserPropertyValue(String name) { return null; }
2010-01-14 04:54:55
1,263,460,000
verified fixed
8932a5a
1,265,090,000
engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/ReportEngineTest.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ParameterDefnBase.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ScalarParameterDefn.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/TemplateExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/util/ExpressionUtil.java
Birt
289
301,396
Bug 301396 [Regression] Exception is thrown out when trying to delete optional y grouping.[13]
description: Exception is thrown out when trying to delete optional y grouping. build id: 2.5.2 v20100201-0630 steps to reproduce: 1. New chart. 2. Define optional y grouping and then delete. Actual result: Exception is thrown out in error log.
2010-02-01 04:55:01
1,265,020,000
verified fixed
cc6cb20
1,265,080,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java
Birt
290
301,380
Bug 301380 Generated XLS file connot open if the grid cell include grid and image at the same time [0000]
null
2010-02-01 01:41:21
1,265,010,000
closed fixed
f2052da
1,265,020,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java
Birt
291
301,202
Bug 301202 [Automation] SVG image does not show in PDF [1200]
[Automation] SVG image does not show in PDF [1200] Build: 2.5.2.v20100129-0630 Steps to reproduce 1. Insert a svg embedded image 2. Preview in PDF Actual result: SVG image does not show in PDF
2010-01-28 22:15:34
1,264,730,000
closed fixed
8bc67ab
1,264,760,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ImageAreaLayout.java
Birt
292
301,093
Bug 301093 [Regression] Value Series is not specified but the text is filled when New Series [13]
null
2010-01-28 03:00:52
1,264,670,000
closed fixed
f711c6f
1,264,730,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java
Birt
293
279,050
Bug 279050 [Automation]Image size in HTML should keep identical with PDF
null
2009-06-03 23:09:21
1,244,080,000
closed fixed
a97d5b0
1,264,670,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/PropertyUtil.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ImageAreaLayout.java
Birt
294
299,899
Bug 299899 [Regression] Exception is thrown out when preview a report containing a table with style of page break in Web Viewer [0301]
null
2010-01-18 02:15:42
1,263,800,000
closed fixed
31efbf6
1,264,650,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/LineArea.java
Birt
295
299,903
Bug 299903 [Automation][Regression]NPE was thrown out while previewing report
null
2010-01-18 02:47:41
1,263,800,000
closed fixed
152a6c9
1,264,580,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartCubeQueryHelper.java
Birt
296
300,945
Bug 300945 [Automation][Regression]Some letters overlapped while previewing report in pdf
null
2010-01-26 22:32:09
1,264,560,000
closed fixed
ad5dc5c
1,264,580,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/AbstractArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ImageAreaLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/LineArea.java
Birt
297
300,633
Bug 300633 Failures and errors occurs in junit test of org.eclipse.birt.report.engine.tests in 2.5.2 daily build v20100125-0630
null
2010-01-24 22:06:07
1,264,390,000
closed fixed
601b520
1,264,580,000
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/parser/EngineIRVisitor.java
Birt
298
299,740
Bug 299740 NPE occurred previewing crosstab which data source property binding is wrong
Description: NPE occurred previewing crosstab which data source property binding is wrong Build number: 2.5.2.v20100115-0630 Steps to reproduce: 1, New a cube based on a data set 2, Specify the url in data source property binding and make sure the url is a wrong url 3, New a crosstab and preview Expected result: Exception occurred that connection failed, url is invalid Actual result: NPE occurred
2010-01-15 03:23:32
1,263,540,000
verified fixed
6a163eb
1,264,500,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/document/RADocumentManager.java
Birt
299
300,461
Bug 300461 NPE block to edit aggregation binding
Description: NPE block to edit aggregation binding Build number: 2.5.2.v20100122-0630 Steps to reproduce: 1, New a table or crosstab binding with data set or cube 2, New an aggregation binding 3, Edit the aggregation binding and modify the function 4, Click OK Expected result: Editing is successful Actual result: NPE block the editing 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.internal.ui.dialogs.DataColumnBindingDialog.okPressed(DataColumnBindingDialog.java:287) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:472) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3897) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3490) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.birt.report.designer.ui.dialogs.BaseDialog.open(BaseDialog.java:110) at org.eclipse.birt.report.designer.internal.ui.views.attributes.provider.AggregateOnBindingsFormHandleProvider.doEditItem(AggregateOnBindingsFormHandleProvider.java:73) at org.eclipse.birt.report.designer.internal.ui.views.attributes.provider.AbstractSortingFormHandleProvider.edit(AbstractSortingFormHandleProvider.java:68) at org.eclipse.birt.report.designer.internal.ui.views.attributes.widget.SortingFormPropertyDescriptor.edit(SortingFormPropertyDescriptor.java:456) at org.eclipse.birt.report.designer.internal.ui.views.attributes.widget.SortingFormPropertyDescriptor.handleTableMouseDoubleClickEvent(SortingFormPropertyDescriptor.java:834) at org.eclipse.birt.report.designer.internal.ui.views.attributes.widget.SortingFormPropertyDescriptor$4.mouseDoubleClick(SortingFormPropertyDescriptor.java:340) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:183) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3897) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3490) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.designer.data.ui.util.DataUtil.getAdaptedExprText(DataUtil.java:99) at org.eclipse.birt.report.designer.data.ui.util.DataUtil.getReferencedBindings(DataUtil.java:134) at org.eclipse.birt.report.designer.data.ui.util.DataUtil.getReferencedBindings(DataUtil.java:114) at org.eclipse.birt.report.designer.internal.ui.dialogs.DataColumnBindingDialog.isBindingMultipleReferenced(DataColumnBindingDialog.java:301) at org.eclipse.birt.report.designer.internal.ui.dialogs.DataColumnBindingDialog.okPressed(DataColumnBindingDialog.java:210) ... 40 more
2010-01-22 03:34:21
1,264,150,000
verified fixed
f7f6a93
1,264,500,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataUtil.java
Birt
300
300,766
Bug 300766 Refactor data source editor pages' codes[21490]
Build Identifier: Refactor data source editor pages' codes. Reproducible: Always
2010-01-26 00:32:02
1,264,480,000
verified fixed
110fbf5
1,264,490,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/actions/EditDataSourceAction.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/datasource/AdvancedDataSourceEditor.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/datasource/DataSourceEditor.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/providers/EditableDataSourceNodeProvider.java
Birt
301
300,629
Bug 300629 [smoke]Exception keep throwing and block to edit and preview data set
Description: [smoke]Exception keep throwing and block to edit and preview data set Build number: 2.5.2.v20100125-0630 Steps to reproduce: 1, New a data set 2, Preview or edit the dataset Actual result: Exception keep throwing and block to edit and preview data set Error log:
2010-01-24 21:12:49
1,264,390,000
closed fixed
74b066d
1,264,390,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/ModelAdapter.java
Birt
302
265,261
Bug 265261 Enhancement of BIRT Classic Models Sample Database Driver location or locate strategy
Description: Currently, BIRT Classic Models Sample Database's driver is located in eclipse\plugins\org.apache.derby.core_10.3.1.4\. It is build related. Because I always change my build and use one workspace. Every time I always found the problem if I change the build, it told me the "Unable to locate JAR/zip in file system as specified by the driver definition: xxxx\eclipse\plugins\org.apache.derby.core_10.3.1.4\derby.jar". If I want to connect BIRT Classic Models Sample Database I must modify the driver location. So I suggest can its location be workspace related? Or can we found the driver in the plug-ins based on the current build dynamically? Build number: 2.5.0.v20090218-0930 Steps to reproduce: 1, Install BIRT in folder A and start BIRT in a workspace 2, Install another BIRT in folder B and start BIRT by using the same workspace 3, Go to Data Source Explorer and Test Connection of BIRT Classic Models Sample Database Actual result: If build location is changed, test connection will be failed because it is unable to locate the driver.
2009-02-18 03:30:42
1,234,950,000
verified fixed
968d1ef
1,264,190,000
data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/sampledb/internal/impl/ProfileDriverUtil.java data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/sampledb/internal/impl/SampleDbFactory.java
Birt
303
300,142
Bug 300142 The generated file can not be opened when preview a report with huge number of lines as XLS [1203]
null
2010-01-20 02:51:57
1,263,970,000
closed fixed
4921117
1,264,130,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java
Birt
304
299,035
Bug 299035 WebService: Pagebreak in dynamic text with big HTML: Inline brings NPE
null
2010-01-07 08:28:04
1,262,870,000
closed fixed
59732a5
1,264,070,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/LayoutEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RegionArea.java
Birt
305
298,620
Bug 298620 Enhance ODA framework integration with Database (JDBC) Connection Profile Category
null
2009-12-29 14:18:23
1,262,110,000
resolved fixed
746c9d9
1,264,020,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/datasource/DataSourceEditor.java
Birt
306
299,898
Bug 299898 [Regression] Error occurs when create a chart view for cross tab.[1302]
description: Error occurs when create a chart view for cross tab. build id: 2.5.2 v20090118-0630 steps to reproduce: 1. New a cross tab. 2. Right click the cross tab and create a chart view. 3. Switch to Select Data page and click Finish. Actual result: Exception throws out in error log.
2010-01-18 02:15:30
1,263,800,000
verified fixed
29c1f39
1,263,880,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java
Birt
307
282,477
Bug 282477 Help content for Positive/Negative colors editor is not correct.
null
2009-07-05 23:03:46
1,246,850,000
verified fixed
874dd33
1,263,880,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/PositiveNegativeColorDialog.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartHelpContextIds.java
Birt