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 |
---|---|---|---|---|---|---|---|---|---|---|
508 | 278,584 | Bug 278584 Support double click to edit Variables in Data Explorer | After new some variables in Data Explorer, when double click one variable, edit dialog didn't pop up. I suggest to support double click to edit Variables | 2009-06-01 03:51:56 | 1,243,840,000 | closed fixed | 9ab186d | 1,250,490,000 | UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/data/providers/VariableNodeProvider.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/data/providers/VariablesNodeProvider.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/VariableDropAdapter.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/DefaultNodeProvider.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/EditAction.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/CrosstabVariableDropAdapter.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabCellAdapter.java | Birt |
509 | 286,370 | Bug 286370 Enhance Data Engine to create a cube in memory | It will be an performance enhancement if Data Engine can create a cube in memory. | 2009-08-12 05:12:58 | 1,250,070,000 | resolved fixed | 7e3d487 | 1,250,230,000 | data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/util/BufferedRandomAccessFileTest.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/util/BufferedRandomAccessFile.java | Birt |
510 | 285,528 | Bug 285528 Add model api to support renaming handle whose name is not required | null | 2009-08-04 02:43:54 | 1,249,370,000 | verified fixed | 0e50b1a | 1,250,150,000 | model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/core/NameHelperTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ExtendedItemHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/namespace/DimensionNameHelper.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/namespace/INameHelper.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/namespace/ModuleNameHelper.java | Birt |
511 | 285,844 | Bug 285844 ICallBackNotifier is fed the same legend label instance | Build ID: I20090611-1540 Steps To Reproduce: 1. Create pie chart with legend by categories. 2. Add a Call Back action with a Mouse Over condition to the legend. 3. Add an ICallBackNotifier object using IDeviceRenderer.setProperty(IDeviceRenderer.UPDATE_NOTIFIER, Object) method. 4. Implement ICallBackNotifier.callback() method to something like: public void callback(Object event, Object source, CallBackValue value) { WrappedStructureSource wsSource = (WrappedStructureSource) source; DataPointHints hints = (DataPointHints) wsSource.getSource(); String labelStr = ((Label) hints.getBaseValue()).getCaption().getValue(); } Expected result: The labelStr variable should contain the category that the mouse is currently over. Actual result: The labelStr variable contains the last category in the legend. More information: I did some debugging inside BIRT and here's what I found: BaseRenderer.renderAllLegendItems() method, instead of passing a cloned label for each item down the rendering chain, passes a reference to the same label instance (the la variable), changing label contents for each legend item. The result is that ICallBackNotifier is passed this one label instance with the contents for the last legend item. | 2009-08-06 07:23:35 | 1,249,560,000 | verified fixed | 3eb5795 | 1,250,140,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java | Birt |
512 | 279,213 | Bug 279213 Update the error message after reset data set parameter | Description: Update the error message after reset data set parameter Build number: 2.5.0.v20090605-0630 Steps to reproduce: 1, New a dataset with dataset parameter which linked to a report parameter 2, Delete the report parameter and save the report 3, Go back to dataset parameter page and there has a warning message said linked report parameter doesn't exist. 4, Reset the parameter Expected result: After reset, the warning message should be changed to "Input parameter should have a non-empty default value". Actual result: After step4, the error message didn't update Error log: | 2009-06-05 04:28:48 | 1,244,190,000 | closed fixed | 4f83a35 | 1,250,130,000 | UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetParametersPage.java | Birt |
513 | 286,352 | Bug 286352 [Automation]NPE was thrown out if there isn't specified timezone in URL | null | 2009-08-11 23:07:07 | 1,250,050,000 | closed fixed | 8a69716 | 1,250,070,000 | data/org.eclipse.birt.core.script.function/src/org/eclipse/birt/core/script/function/bre/BirtDateTime.java | Birt |
514 | 282,769 | Bug 282769 The data set name can not be changed if you go back to New Data Set page. | description: The data set name can not be changed if you go back to New Data Set page. build id: 2.5.1 v20090708-0630 steps to reproduce: 1. Right click Data Sets node in data explorer and select New Data Set. 2. Keep the default data set name and click Next. 3. Input the query text and click Back. 4. Then change the data set name and click Finish. Actual result: The new name does not take effect. | 2009-07-07 23:48:06 | 1,247,020,000 | verified fixed | 7183850 | 1,250,070,000 | UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetBasePage.java | Birt |
515 | 282,343 | Bug 282343 Exception thrown out when preview xtab with Event Handler in web viewer | null | 2009-07-03 03:17:01 | 1,246,610,000 | verified fixed | 957b19d | 1,250,060,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLayoutEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/AbstractArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/FixedLayoutPageHintGenerator.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableArea.java | Birt |
516 | 284,633 | Bug 284633 TVT35:TCT275: TRK: Unlocalizable strings &Undo {0} and &Redo {0} | <response_by> Albatros at 2009.07.24.06.12.39 </response_by> NLS Build Label: 20090720-1600-nls2 Language: Turkish. Must-Fix: Yes Steps To Recreate Problem: 1) Expand BIRTproject in the Navigator, right click on Test_Report_1.rptdesign and select Open. 2) Open the Context Menu by right clicking anywhere on the test report. 3) Verify the red circled areas on the panel below are correctly displayed. Problem Description: The menu itmes "Undo" and "Redo" have variables at the end in the souce files. But in this syntax it is impossible to translate them in Turkish as they have different translations with and without a variable. For example, in the attached screenshot, the translation appears incorrect as the variables are null. I think we need different strings for Undo and Redo menu items with and without variables. Could you please help to solve this problem. Thanks, Nilgun. <response_by> Matthew McClintock at 2009.07.24.15.00.37 </response_by> BIRT team, In the java editor, they use a label without the variable when the undo/redo command is empty: eclipse/plugins/org.eclipse.ui.workbench/org/eclipse/ui/internal/messages.properties Workbench_undo = &Undo We reccomend that the BIRT editor do the same. <response_by> Matthew McClintock at 2009.07.24.15.00.51 </response_by> This article was reassigned from Category:''TVT/Testing,Inbox''. | 2009-07-24 16:13:01 | 1,248,470,000 | closed fixed | 66cdb1f | 1,250,060,000 | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/GraphicalEditorWithFlyoutPalette.java | Birt |
517 | 285,817 | Bug 285817 Failures found in junit test of org.eclipse.birt.report.tests.engine in daily build 20090806-0630 | null | 2009-08-06 03:47:21 | 1,249,540,000 | closed fixed | 40bc27b | 1,250,060,000 | testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/IGetParameterDefinitionTaskTest.java testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/IScalarParameterDefnTest.java | Birt |
518 | 285,384 | Bug 285384 "Created by" in Property Editor is not updated when save a report created by an old version [00] | null | 2009-08-03 01:02:17 | 1,249,280,000 | closed fixed | 1e75cbe | 1,250,060,000 | UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java | Birt |
519 | 284,194 | Bug 284194 TVT35:TCT216: CHS: Bad Alignment of Expression | <response_by> Ma Xiao Long at 2009.07.21.08.44.29 </response_by> NLS Build Label: 20090719-0200-nl1-win32 Language: S.Chinese - Steps To Recreate Problem: 1) Expand BIRTproject in the Navigator, right click on Empty_Report.rptdesign and select Open. 2) In the Data Explorer, right click on Data Sets and click New Data Set. Click Yes and then Finish. 3) Click the Next button. 4) In this panel, there are 2 lines numbered 1 and 2 which can be modified. Add "*" to the end of the first line, and add "CLASSICMODELS.CUSTOMERS" to the end of the second line(without the quotation marks). 5) Click Finish. 6) Click the OK button. 7) In the Data Explorer, right click on Data Sets and click New Joint Data Set. 8) Open the drop down list on the left side, select Data Set, and select CUSTOMERNUMBER in the list below. 9) Do the same for the right side. 10) Click the Finish button. 11) Select Computed Columns in the left side of the panel. 12) Click the New... button. 13) Verify the red circled areas on the panel below are correctly displayed. 14) Click Cancel. - Problem Description: The alignment of Expression is bad, it should be displayed in one line, pls help to check, thanks! <response_by> Kit Lo at 2009.07.21.15.30.40 </response_by> This article was reassigned from Category:''TVT/Testing,Inbox''. | 2009-07-21 16:44:08 | 1,248,210,000 | closed fixed | 6e98553 | 1,250,050,000 | UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetComputedColumnsPage.java | Birt |
520 | 285,819 | Bug 285819 Error found in junit test of org.eclipse.birt.report.engine.emitter.html.tests in daily build 20090806-0630 | null | 2009-08-06 03:50:55 | 1,249,550,000 | closed fixed | 3c45a94 | 1,250,040,000 | engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java | Birt |
521 | 284,613 | Bug 284613 TVT35:TCT250: PLK: dots at end of radio button labels | <response_by> Moravia IT at 2009.07.22.12.03.24 </response_by> Build: 20090721-1300-nl3-win32 Language: Polish Steps: 1) Expand BIRTproject in the Navigator, right click on Empty_Report.rptdesign and select Open. 2) In the Data Explorer, right click on Data Sources and click New Data Source. Problem Description: Labels of radio buttons have dots at their ends. Can you please remove them? 99% of radio button labels doesn't have them, there is no reason for the two labels to have dots. Similar problem occurs for some checkboxes on panels following main panel. Thanks, Kamil <response_by> Matthew McClintock at 2009.07.24.13.01.40 </response_by> This article was reassigned from Category:''TVT/Testing,Inbox''. | 2009-07-24 14:14:11 | 1,248,460,000 | closed fixed | 4a8cea9 | 1,249,990,000 | UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/datasource/PropertyBindingPage.java | Birt |
522 | 284,870 | Bug 284870 TVT35:TCT314: TRK: Wrong default placement for % symbol in Property Editor. | <response_by> Albatros at 2009.07.28.01.52.19 </response_by> Build: 20090726-0100-nl2-win32 Language: Turkish Must-fix: Yes Steps: 1) Expand BIRTproject in the Navigator, right click on Test_Report_1.rptdesign and select Open. 2) In the report, click on the cell with [CUSTOMNAME] in it. 3) In the Property Editor, select Format Number under the Properties tab. 4) Open the drop down list next to Format as: and select Custom. Problem Description: The default placment for % symbol is wrong for Turkish. It should be before the numbers (ex: %123456,00) Thanks, Nilgun. <response_by> Matthew McClintock at 2009.07.28.09.18.24 </response_by> This article was reassigned from Category:''TVT/Testing,Inbox''. | 2009-07-28 10:44:14 | 1,248,790,000 | closed fixed | 0624544 | 1,249,970,000 | UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/FormatCurrencyNumPattern.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/FormatDateTimePattern.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/FormatNumberPattern.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/FormatPercentNumPattern.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/FormatStringPattern.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/provider/FormatDataTimeDescriptorProvider.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/provider/FormatDescriptorProvider.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/provider/FormatNumberDescriptorProvider.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/provider/FormatStringDescriptorProvider.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/FormatDateTimeDescriptor.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/FormatDescriptor.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/FormatNumberDescriptor.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/FormatStringDescriptor.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatAdapter.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatDateTimeAdapter.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatDateTimeLayoutPeer.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatDateTimePage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatLayoutPeer.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatNumberAdapter.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatNumberLayoutPeer.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatNumberPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatStringAdapter.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatStringLayoutPeer.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatStringPage.java | Birt |
523 | 285,663 | Bug 285663 Page break on crosstab does not work when using a parameter to control its visibility. | null | 2009-08-05 03:33:32 | 1,249,460,000 | verified fixed | 6e39d93 | 1,249,970,000 | xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/ContentUtil.java | Birt |
524 | 285,420 | Bug 285420 Outline properties of plot area does not work after adding marker range. | null | 2009-08-03 06:41:03 | 1,249,300,000 | verified fixed | e35a48d | 1,249,960,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java | Birt |
525 | 285,418 | Bug 285418 Marker range should not exceed the plot area even its range is out of the axis scale. | null | 2009-08-03 06:31:02 | 1,249,300,000 | verified fixed | a9d7b80 | 1,249,960,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java | Birt |
526 | 285,675 | Bug 285675 NPE occurred when run crosstab which shows empty row and shows measure as chart | null | 2009-08-05 05:22:00 | 1,249,460,000 | closed fixed | 9a7deb8 | 1,249,960,000 | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/cursor/TimeMemberUtil.java | Birt |
527 | 285,812 | Bug 285812 Problems of Multiple Y Axis and Flip Axis option for chart view of measure. | null | 2009-08-05 23:52:33 | 1,249,530,000 | verified fixed | 38a638e | 1,249,960,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java | Birt |
528 | 285,655 | Bug 285655 Exception thrown out when preview report with hyperlink as XLS | null | 2009-08-04 22:57:21 | 1,249,440,000 | verified fixed | 1fc16b6 | 1,249,960,000 | engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/SheetData.java | Birt |
529 | 285,959 | Bug 285959 [regression]NPE when preview attached svg chart[13] | null | 2009-08-07 02:13:57 | 1,249,630,000 | closed fixed | 5f2fffe | 1,249,630,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/QueryResultSet.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java | Birt |
530 | 285,517 | Bug 285517 [Smoke][AUTO-S]blank pdf with frameset servlet | Description: Chart fail to show in pdf when export report to pdf or print pdf. Build number:2.5.1.v20090804 Steps to reproduce: 1. Insert a chart. 2. Preview in web viewer. 3. Export report to pdf or print pdf Expected result: Display chart Actual result: No chart in pdf. | 2009-08-04 01:05:44 | 1,249,360,000 | closed fixed | 9669bbf | 1,249,370,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v3/CachedReportContentReaderV3.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v3/ReportContentReaderV3.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ReportBodyExecutor.java | Birt |
531 | 285,114 | Bug 285114 [Automation][Regression]Error happens when create hierarchy:Group1.NewTabularHierarchy1 | null | 2009-07-30 02:18:37 | 1,248,930,000 | closed fixed | 2f9e19f | 1,249,280,000 | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/CachedResultSet.java | Birt |
532 | 284,703 | Bug 284703 Background image size set to 'Cover' does not work correctly in layout. | null | 2009-07-27 05:15:20 | 1,248,690,000 | verified fixed | d62ec1a | 1,249,280,000 | UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/DesignElementHandleAdapter.java | Birt |
533 | 280,732 | Bug 280732 The property "createdBy" should be set when the report is created [00] | Description: The property "createdBy" should be set when the report is created. Build number: 2.5.0.v20090616-0630 Steps to reproduce: 1. New a report design check the XML Source. 2. Add a label and check the XML Source. Expected result: The property "createdBy" is set when the report is created and is updated if the value has been changed. Actual result: The property "createdBy" is not set until some changes is made. Error log: N/A | 2009-06-18 05:24:33 | 1,245,320,000 | closed fixed | 9b513d4 | 1,249,020,000 | UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/NewLibraryWizardAdapterFactory.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewReportWizard.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewTemplateWizard.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/NewReportTemplateWizard.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/NewReportWizard.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/WizardNewLibraryCreationPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java | Birt |
534 | 284,829 | Bug 284829 [Automation] Label's caption was shortened with ellipsis | null | 2009-07-28 04:30:55 | 1,248,770,000 | closed fixed | 83fa591 | 1,249,010,000 | chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingTextMetrics.java | Birt |
535 | 284,952 | Bug 284952 Lost content in first group header[0001] | null | 2009-07-28 22:20:57 | 1,248,830,000 | closed fixed | 4415ee9 | 1,249,010,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/BlockContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/BlockTextArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/InlineContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/InlineTextArea.java | Birt |
536 | 283,788 | Bug 283788 Report Defects found by "FindBugs" | There are many defects found by "FindBugs" tool, attached please find the result. We need refactor source code accordingly. | 2009-07-16 23:32:03 | 1,247,800,000 | verified fixed | b0ea7e8 | 1,249,010,000 | model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ReportDesignHandleTest.java model/org.eclipse.birt.report.model/romdoc/src/org/eclipse/birt/doc/romdoc/Generator.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignEngine.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/TemplateElementHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/table/LayoutSlot.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/impl/DesignEngineImpl.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/metadata/DimensionValue.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/GroupNameValidator.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/IncludedCssStyleSheetValidator.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ExtendsCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/LibraryCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/NameCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/PropertyCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignSession.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/MemberRef.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/ReferencableStructure.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/StyleSheetLoader.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/Library.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/strategy/ExtendedItemPropSearchStrategy.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ExpressionPropertyType.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ExtensionManager.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/MemberKeyPropertyType.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/MetaDataDictionary.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/metadata/PropertyDefn.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/ReportElementState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/StructureState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/simpleapi/ActionImpl.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java | Birt |
537 | 284,528 | Bug 284528 [Automation][Regression]The level member cannot be achieved because the result set has not started | null | 2009-07-23 23:24:25 | 1,248,410,000 | closed fixed | ee9923c | 1,249,010,000 | chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/BIRTCubeResultSetEvaluator.java | Birt |
538 | 284,988 | Bug 284988 Enhance Birt Functions[16802] | Build ID: 20090726 Steps To Reproduce: Enhance the Birt Functions for handling the various arguments, especially for the BirtStr functions. | 2009-07-29 06:23:12 | 1,248,860,000 | verified fixed | 1697502 | 1,248,860,000 | core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/script/bre/BirtStrTest.java data/org.eclipse.birt.core.script.function/src/org/eclipse/birt/core/script/function/bre/BirtStr.java | Birt |
539 | 283,674 | Bug 283674 The right-sided buttons in the data set parameters should be updated | Build ID: I20090611-1540 Steps To Reproduce: 1, New a data set with query select * from CUSTOMERS where CUSTOMERNUMBER BETWEEN ? AND ? 2, Go to data set parameter page and input the default values for the two parameters. 3, Select the first parameter and the "Up" button is still enabled. Actually it should be disabled. 4, Select the last parameter and the "Down" button is still enabled.Actually it should be disabled. Expect to update the buttons right to the table in time. | 2009-07-16 04:47:06 | 1,247,730,000 | verified fixed | 1bcd496 | 1,248,860,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 UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/PropertyHandleTableViewer.java | Birt |
540 | 284,951 | Bug 284951 [Automation][Smoke]Exception occurred when preview attached report in Excel | null | 2009-07-28 22:17:30 | 1,248,830,000 | closed fixed | a0d0e25 | 1,248,840,000 | engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelXmlWriter.java | Birt |
541 | 284,816 | Bug 284816 Failures and errors occurs in junit test of org.eclipse.birt.report.model.adapter.oda.tests in 2.5.1 daily build v20090728-0630 | null | 2009-07-27 22:52:30 | 1,248,750,000 | closed fixed | c4c3402 | 1,248,830,000 | model/org.eclipse.birt.report.model.adapter.oda.tests/test/org/eclipse/birt/report/model/adapter/oda/api/OdaDataSetAdapterTest.java | Birt |
542 | 284,954 | Bug 284954 Failed to execute any of BIRT/BRS JDBC reports[16827] | Complete stack trace [Thread-11, RequestID-tango--2009-07-28 16:31:49--11] Jul 28, 2009 4:31:54 PM org.eclipse.birt.data.engine.odaconsumer.PreparedStatement doSetProperty SEVERE: Cannot set statement property. org.eclipse.datatools.connectivity.oda.OdaException: Unsupported query property: rowFetchSize at org.eclipse.birt.report.data.oda.jdbc.CallStatement.setProperty(CallStatement.java:219) at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.setProperty(OdaQuery.java:244) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.doSetProperty(PreparedStatement.java:204) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.setProperty(PreparedStatement.java:186) at org.eclipse.birt.data.engine.executor.DataSourceQuery.addPropertiesToPreparedStatement(DataSourceQuery.java:462) at org.eclipse.birt.data.engine.executor.DataSourceQuery.prepare(DataSourceQuery.java:273) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.prepareOdiQuery(PreparedOdaDSQuery.java:350) at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:337) at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:447) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.produceQueryResults(PreparedDataSourceQuery.java:190) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:178) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:144) at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.execute(DataRequestSessionImpl.java:519) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:131) at org.eclipse.birt.report.engine.data.dte.DataGenerationEngine.doExecuteQuery(DataGenerationEngine.java:79) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:251) at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1779) 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:43) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:65) 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:242) 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) at com.actuate.reportapi.engine.birt.ReportGenerationTask.generateReport(Unknown Source) at com.actuate.reportapi.engine.ReportGenerationTaskBase.doTask(Unknown Source) at com.actuate.reportapi.engine.Task.execute(Unknown Source) at com.actuate.reportapi.enginemanager.ThreadPool$ControlRunnable.run(Unknown Source) | 2009-07-28 22:23:05 | 1,248,830,000 | verified fixed | baeb224 | 1,248,830,000 | data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java | Birt |
543 | 283,266 | Bug 283266 [Automation][Regression]Empty cell does not show as expect. | null | 2009-07-12 22:36:51 | 1,247,450,000 | closed fixed | f82d458 | 1,248,780,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java | Birt |
544 | 284,835 | Bug 284835 [Automation] [Regression] Exception is thrown out when preview a report us js file [08] | null | 2009-07-28 05:29:16 | 1,248,770,000 | closed fixed | 4ba1060 | 1,248,780,000 | 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/executor/ExecutionContext.java | Birt |
545 | 283,794 | Bug 283794 Provide None in aggregation for Gantt chart no matter Category grouping is enable or not | Description: Provide None in aggregation for Gantt chart no matter Category grouping is enable or not Build number: 2.5.1.v20090717-0630 Steps to reproduce: 1, New a gantt chart 2, Enable Category grouping 3, Check the aggregation list for Value Y series Expected result: No matter Category grouping is enable or not, we should provide None selection in the list. When user enable Category Grouping, I suggest to set None as default aggregation rather than setting SUM and it is a little complex for user to fix this by reselect None. And We need to check that when render the chart. Actual result: When Category grouping is enable, error said Gantt chart doesn't allow Sum... and in the aggregation list, the default aggregation is SUM and I can not select None to fix this error. Error log: | 2009-07-17 02:14:50 | 1,247,810,000 | closed fixed | e1b3ac0 | 1,248,770,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/GanttChart.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java | Birt |
546 | 284,237 | Bug 284237 Error message is not refreshed timely after you update the column data type. | null | 2009-07-22 05:19:17 | 1,248,250,000 | verified fixed | 68df761 | 1,248,770,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java | Birt |
547 | 284,813 | Bug 284813 [Automation][Smoke]NPE was thrown out while previewing report containing data item | Description: NPE was thrown out while previewing report containing data item. Test Build: BIRT2.5.1 v20090728-0630 Step to reproduce: 1. Create a integer data item in report. 2. Preview the report. Error log: Caused by: java.lang.NullPointerException at com.ibm.icu.util.ULocale$IDParser.<init>(ULocale.java:1273) at com.ibm.icu.util.ULocale$IDParser.<init>(ULocale.java:1269) at com.ibm.icu.util.ULocale$IDParser.<init>(ULocale.java:1268) at com.ibm.icu.util.ULocale.getName(ULocale.java:1186) at com.ibm.icu.util.ULocale.<init>(ULocale.java:807) at org.eclipse.birt.report.engine.executor.ExecutionContext.getNumberFormatter(ExecutionContext.java:1585) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.format(LocalizedContentVisitor.java:354) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.processData(LocalizedContentVisitor.java:309) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localizeData(LocalizedContentVisitor.java:282) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:158) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:37) 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:135) 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) | 2009-07-27 21:33:20 | 1,248,740,000 | closed fixed | f006c1b | 1,248,760,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java | Birt |
548 | 279,732 | Bug 279732 URI image using constant value with quotes should not display in layout | Description: URI image using constant value with quotes should not display in layout Build number: 2.5.0.v20090610-0630 Steps to reproduce: 1, copy image a.jpg in resource folder 2, New a constant type resource folder image and input value as "a.jpg" 3, Finish the image and preview Expected result: The value with quotes is invalid, the image should not display in both layout and preview Actual result: The invalid image can display in layout correctly and failed in preview Error log: | 2009-06-09 23:13:20 | 1,244,600,000 | verified fixed | 266b7a5 | 1,248,760,000 | UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/ImageHandleAdapter.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java | Birt |
549 | 284,364 | Bug 284364 Formatting on Value Data of Gantt chart does not work correctly. | null | 2009-07-23 00:59:35 | 1,248,330,000 | verified fixed | 9eb047f | 1,248,750,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/ValueFormatter.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/datafeed/IDataPointEntry.java | Birt |
550 | 284,379 | Bug 284379 New property for report items | We need a general property "isPushdown" for all the report items that allow bindings. This flag will be used by advanced user to control Data Engine behavior against query execution. | 2009-07-23 03:55:25 | 1,248,340,000 | verified fixed | 493f993 | 1,248,750,000 | model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/LabelItemParserTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportItemHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IReportItemModel.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java | Birt |
551 | 284,467 | Bug 284467 Data Set Parameter Bindings for Joint Data Set- Tables are ignored | null | 2009-07-23 13:29:58 | 1,248,370,000 | verified fixed | 0e906c8 | 1,248,690,000 | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java | Birt |
552 | 284,695 | Bug 284695 Make large MySQL report generation possible | The data set property 'Row Fetch Size' is added. Customer can give the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed. | 2009-07-27 03:10:58 | 1,248,680,000 | resolved fixed | cb333ba | 1,248,680,000 | data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java | Birt |
553 | 284,694 | Bug 284694 Enhance org.eclipse.birt.core.data.DataTypeUtil.toSqlDate(..) performance | If the parameter is an instance of java.sql.Date, the method org.eclipse.birt.core.data.DataTypeUtil.toSqlDate(..) can return the parameter object directly. | 2009-07-27 02:32:01 | 1,248,680,000 | resolved fixed | 4ff904a | 1,248,680,000 | core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java | Birt |
554 | 280,212 | Bug 280212 Function of subtotal/grandtotal in Row Area is always SUM for the first time | Description: Function of subtotal and grandtotal is always SUM for the first time Build number: 2.5.0.v2000615-0630 Steps to reproduce: 1, New a crosstab 2, Go to property editor-> Row Area-> Sub Totals 3, Add a MAX subtotal 4, Check the function of new subtotal Expected result: The function of new subtotal should be MAX Actual result: The function of new subtotal is SUM, I should edit the function again to set it to MAX Error log: | 2009-06-14 21:22:45 | 1,245,030,000 | closed fixed | 24abfd1 | 1,248,680,000 | xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/provider/GrandTotalProvider.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/provider/SubTotalProvider.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/dialogs/CrosstabGrandTotalDialog.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/dialogs/CrosstabSubTotalDialog.java | Birt |
555 | 280,228 | Bug 280228 Exception is thrown out when double click Variable to insert page variavles | Description: Exception is thrown out when double click Variable to insert page variavles Build: Steps to reproduce: 1. New a report with page variable: a 2. Switch to Master Page and insert a grid into master page header 3. Select a grid cell and double click Variable to insert a page variable 4. Double click Variable again to insert a page variavle 5. After Insert variable dialog pops up, click cancel button 6. Colse the Error dialog and try to delete the grid Actual result: Step5, Error occured after click cancel button, and the first page variable inserted into grid cell disappeared. Step6, NPE thrown out after click delete option. Expect result: Two page variable can be inserted into the same grid cell successfully. Error log: org.eclipse.birt.report.designer.core.runtime.GUIException: Index: 1, Size: 0 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:128) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postEvent(ModelEventManager.java:97) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.access$0(ModelEventManager.java:89) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager$1.stackChanged(ModelEventManager.java:57) at org.eclipse.birt.report.model.activity.ActivityStack.sendNotifcations(ActivityStack.java:870) at org.eclipse.birt.report.model.activity.ActivityStack.commit(ActivityStack.java:740) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.tools.ReportCreationTool.performCreation(ReportCreationTool.java:112) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.tools.ReportCreationTool.performCreation(ReportCreationTool.java:149) at org.eclipse.birt.report.designer.internal.ui.editors.parts.GraphicalEditorWithFlyoutPalette$2$2.mouseDoubleClick(GraphicalEditorWithFlyoutPalette.java:262) 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:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) 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: java.lang.IndexOutOfBoundsException: Index: 1, Size: 0 at java.util.ArrayList.add(ArrayList.java:368) at org.eclipse.gef.editparts.AbstractEditPart.reorderChild(AbstractEditPart.java:887) at org.eclipse.gef.editparts.AbstractGraphicalEditPart.reorderChild(AbstractGraphicalEditPart.java:775) at org.eclipse.gef.editparts.AbstractEditPart.refreshChildren(AbstractEditPart.java:723) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.refreshChildren(ReportElementEditPart.java:520) at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:677) at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:571) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.contentChange(ReportElementEditPart.java:897) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart.contentChange(AbstractReportEditPart.java:217) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart$1.runModelChange(AbstractReportEditPart.java:77) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart$EditpartReportEventRunnable.run(AbstractReportEditPart.java:249) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractModelEventProcessor.postElementEvent(AbstractModelEventProcessor.java:95) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.GraphicsViewModelEventProcessor.postElementEvent(GraphicsViewModelEventProcessor.java:216) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postModelEvent(ModelEventManager.java:123) ... 33 more java.lang.NullPointerException at org.eclipse.birt.report.model.command.AbstractContentCommand.<init>(AbstractContentCommand.java:86) at org.eclipse.birt.report.model.command.ContentCommand.<init>(ContentCommand.java:130) at org.eclipse.birt.report.model.command.AbstractContentCommand.doDelectAction(AbstractContentCommand.java:388) at org.eclipse.birt.report.model.command.ContentCommand.doDelectAction(ContentCommand.java:946) at org.eclipse.birt.report.model.command.AbstractContentCommand.doRemove(AbstractContentCommand.java:346) at org.eclipse.birt.report.model.command.AbstractContentCommand.remove(AbstractContentCommand.java:303) at org.eclipse.birt.report.model.command.AbstractContentCommand.doDelectAction(AbstractContentCommand.java:395) at org.eclipse.birt.report.model.command.ContentCommand.doDelectAction(ContentCommand.java:946) at org.eclipse.birt.report.model.command.AbstractContentCommand.doRemove(AbstractContentCommand.java:346) at org.eclipse.birt.report.model.command.AbstractContentCommand.remove(AbstractContentCommand.java:303) at org.eclipse.birt.report.model.command.AbstractContentCommand.doDelectAction(AbstractContentCommand.java:395) at org.eclipse.birt.report.model.command.ContentCommand.doDelectAction(ContentCommand.java:946) at org.eclipse.birt.report.model.command.AbstractContentCommand.doRemove(AbstractContentCommand.java:346) at org.eclipse.birt.report.model.command.AbstractContentCommand.remove(AbstractContentCommand.java:303) at org.eclipse.birt.report.model.api.DesignElementHandle.dropAndClear(DesignElementHandle.java:1324) at org.eclipse.birt.report.designer.core.commands.DeleteCommand.dropSourceElementHandle(DeleteCommand.java:215) at org.eclipse.birt.report.designer.core.commands.DeleteCommand.dropSource(DeleteCommand.java:157) at org.eclipse.birt.report.designer.core.commands.DeleteCommand.dropSource(DeleteCommand.java:148) at org.eclipse.birt.report.designer.core.commands.DeleteCommand.execute(DeleteCommand.java:101) at org.eclipse.birt.report.designer.internal.ui.command.WrapperCommandStack.execute(WrapperCommandStack.java:92) 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$3.run(GraphicalEditorWithFlyoutPalette.java:346) 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:4602) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2409) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3471) 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) | 2009-06-15 03:25:49 | 1,245,050,000 | closed fixed | 968a4ec | 1,248,670,000 | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palette/BasePaletteFactory.java | Birt |
556 | 284,460 | Bug 284460 TVT35:TCT253: TVT_SVE: Truncated description in Gantt chart | <response_by> Lena Hederberg at 2009.07.23.03.19.49 </response_by> NLS Build Label: 20090721 Language: Swedish Must-Fix: Yes Steps To Recreate Problem: ) Select Window->Show View->Other... from the main menu. 2) Expand the Report and Chart Design node and select Chart Examples. 3) In the Chart Examples view, expand the Primitive Charts node. 4) Select Gantt. Problem Description: Seems that text cannot be longer than three lines. There should be a scrollbar here. (It works in Reports) See attached screenshot Thanx Lena <response_by> Katia Milekhina at 2009.07.23.07.56.54 </response_by> Same problem for Russia. Regards, Katia <response_by> Albatros at 2009.07.23.08.04.07 </response_by> Same problem for Turkish. Thanks, Nilgun. <response_by> Anna Routsi at 2009.07.23.10.57.39 </response_by> Also for Greek. Thanks, Anna <response_by> Matthew McClintock at 2009.07.23.11.43.19 </response_by> This article was reassigned from Category:''TVT/Testing,Inbox''. | 2009-07-23 12:43:40 | 1,248,370,000 | verified fixed | b57250e | 1,248,670,000 | chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/ChartExamples.java | Birt |
557 | 280,560 | Bug 280560 NPE when edit variable during second master page focused[08] | null | 2009-06-16 23:25:49 | 1,245,210,000 | closed fixed | 17beb1c | 1,248,670,000 | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/event/ModelEventManager.java | Birt |
558 | 283,973 | Bug 283973 The expression value is not saved into report xml file correctly. | If use UserPropertyDefn "setDefault" method and pass an expression to this method, the value is not saved into report xml file correctly. <list-property name="userProperties"> <structure> <property name="name">Test</property> <property name="type">expression</property> <property name="isVisible">true</property> <property name="default">Test</property> </structure> </list-property> | 2009-07-20 02:40:53 | 1,248,070,000 | verified fixed | 2141e18 | 1,248,670,000 | model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/APICompatibleTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/UserPropertyTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/core/UserPropertyDefn.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/UserPropertyStructureState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java | Birt |
559 | 275,620 | Bug 275620 Enhance the format of Prompt text in Export dialog | null | 2009-05-11 04:57:53 | 1,242,030,000 | closed fixed | 650ecc5 | 1,248,430,000 | UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/datasource/ExportDataSourceDialog.java | Birt |
560 | 284,100 | Bug 284100 Model does not fire change event when VariableElement properties are changed. | When VariableElement's properties are changed, Model should fire an element change event of the VariableElement's container. | 2009-07-21 04:53:28 | 1,248,170,000 | verified fixed | a77dc1e | 1,248,400,000 | model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/command/PropertyCommandTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/AbstractContentCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentElementCommand.java | Birt |
561 | 284,064 | Bug 284064 TVT35:TCT202: TVT_SVE: Autom(Automatiskt) | <response_by> Lena Hederberg at 2009.07.20.09.22.14 </response_by> Hi Font listbox in Curve Fitting Line seems to have the extra wording Autom Seems that two strings are concatenated here. 1) Expand BIRTproject in the Navigator, right click on Test_Report_4.rptdesign and select Open. 2) Double click on the chart that is displayed in the Design View. 3) Click the Format Chart tab. 4) Click Value (Y) Series in the left panel, under Series. 5) Check the box next to Show Curve Fitting Line. 6) Click Curve Fitting Line. 7) Verify the red circled areas on the panel below are correctly displayed. Pls see attached screenshot Thanx Lena <response_by> Matthew McClintock at 2009.07.20.15.22.38 </response_by> This occurs when the text box is too small for both strings to fit in it. When this happens, the string on the right overlaps the one on the left. To make both strings visible, please expand the Curve Fitting Line dialog by clicking on the border and dragging it to the side. Please see the attached screenshot. Thank you, Matthew McClintock <response_by> Kit Lo at 2009.07.20.16.30.31 </response_by> Doshiro-san, is there anything we can do to automatically adjust the dialog width? <response_by> Kit Lo at 2009.07.20.16.30.46 </response_by> This article was reassigned from Category:''TVT/Testing,Inbox''. | 2009-07-20 18:01:52 | 1,248,130,000 | verified fixed | 75d8a05 | 1,248,330,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/InsetsComposite.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/popup/chart/LegendTextSheet.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 |
562 | 283,507 | Bug 283507 Xtab's border was drawn incorrectly in Excel | Description: Xtab's border was drawn incorrectly in Excel Build: 2.5.1.v20090715-0630 Steps to reproduce: 1. Download attached report 2. Preview in pdf and excel Actual result: Xtab's border drawn incorrectly in Excel Expect result: See the pdf file in attachment. Error log: N/A | 2009-07-15 04:51:56 | 1,247,650,000 | closed fixed | d21a05d | 1,248,330,000 | engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java | Birt |
563 | 284,223 | Bug 284223 TVT35:TCT213: ESP - Extra "Bidi Settings" appears in english | <response_by> Emilio Cifuentes at 2009.07.21.06.21.48 </response_by> NLS Build Label: 20090719 Language: Spanish Steps to recreate the problem 1) Expand BIRTproject in the Navigator, right click on Empty_Report.rptdesign and select Open. 2) In the Data Explorer, right click on Data Sources and click New Data Source. 3) Select the option JDBC Data Source and click Next. 4) Verify the red circled areas on the panel below are correctly displayed. Problem description An additional button "Bidi Settings" appears in english. See attached screen capture. Thanks and regards Emilio <response_by> Ma Xiao Long at 2009.07.21.07.18.43 </response_by> CHS has the same problem. <response_by> Katia Milekhina at 2009.07.21.07.27.11 </response_by> Same for Russia in 20090720 build with PII5a integrated. Regards, Katia <response_by> maria cristina caroletti at 2009.07.21.08.08.07 </response_by> Same for ITA. Alessandro <response_by> Manuel Ferro at 2009.07.21.09.56.25 </response_by> Same for Portuguese. <response_by> Holger Schicht at 2009.07.21.16.47.55 </response_by> Hi, Same problem for German. Thanks, Holger <response_by> MiJung Cho at 2009.07.22.00.22.45 </response_by> Hello, Same for korean. Thanks. MJ <response_by> Kit Lo at 2009.07.22.00.23.27 </response_by> This article was reassigned from Category:''TVT/Testing,Inbox''. | 2009-07-22 01:44:12 | 1,248,240,000 | closed fixed | 86d6d02 | 1,248,330,000 | data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/bidi/profile/BidiSettingsSupport.java | Birt |
564 | 284,219 | Bug 284219 Cannot catch "lib.dataset not exist" error | Description: Cannot catch "lib.dataset not exist" error Build number: 2.5.1.v20090722-0630 Steps to reproduce: 1, New a library with datasource and dataset 2, New a report design and use library datasource and dataset 3, New a cube based on lib.dataset and insert cube into layout 4, Delete data set in library 5, Preview the report Expected result: Throw proper error message about "lib.dataset" Actual result: NPE occurred. NullPointerException: dataSource param cannot be null Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report at org.eclipse.birt.report.service.ReportEngineService.throwDummyException(ReportEngineService.java:1065) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(ReportEngineService.java:888) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(BirtViewerReportService.java:973) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(BirtGetPageAllActionHandler.java:131) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(AbstractBaseDocumentProcessor.java:47) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(AbstractBaseComponentProcessor.java:143) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(BirtDocumentProcessor.java:183) 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(AbstractBaseComponentProcessor.java:112) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(BirtSoapBindingImpl.java:66) at sun.reflect.GeneratedMethodAccessor64.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:454) 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(BirtSoapMessageDispatcherServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) 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.BirtSoapMessageDispatcherServlet.service(BirtSoapMessageDispatcherServlet.java:122) 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: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.content(HttpConnection.java:880) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:748) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:213) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520) Caused by: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:186) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:75) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(ReportEngineService.java:882) ... 48 more Caused by: java.lang.NullPointerException: dataSource param cannot be null at org.eclipse.birt.data.engine.impl.DataEngineImpl.defineDataSet(DataEngineImpl.java:224) at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.defineDataSet(DataRequestSessionImpl.java:161) at org.eclipse.birt.report.engine.adapter.ModelDteApiAdapter.doDefineDataSet(ModelDteApiAdapter.java:276) at org.eclipse.birt.report.engine.adapter.ModelDteApiAdapter.defineDataSet(ModelDteApiAdapter.java:235) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.prepare(AbstractDataEngine.java:138) 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:52) 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) ... 50 more | 2009-07-21 23:35:55 | 1,248,230,000 | closed fixed | 4d9c398 | 1,248,330,000 | data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/IModelAdapter.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/ModelAdapter.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/DataAdapterUtil.java | Birt |
565 | 282,250 | Bug 282250 [Automation][Regression]NPE was thrown out while previewing report in PDF | null | 2009-07-02 03:18:34 | 1,246,520,000 | closed fixed | 7144934 | 1,248,330,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/InlineContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/LineArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TextAreaLayout.java | Birt |
566 | 284,312 | Bug 284312 TVT35:TCT210: RUS: truncated Positive/Negative button on Series Palette | <response_by> Katia Milekhina at 2009.07.21.03.52.17 </response_by> Build: 20090720 Language: Russian 1) Expand BIRTproject in the Navigator, right click on Test_Report_4.rptdesign and select Open. 2) Double click on the chart that is displayed in the Design View. 3) Click the Format Chart tab. 4) Click Series Palette. 5) Expand Palette dropdown. First ans last characters are truncated on Positive/Negative button. Please see a screencap. regards, Katia <response_by> Matthew McClintock at 2009.07.22.12.15.29 </response_by> I tested this on different machines, and the problem seems to occur on Windows Vista, but not on XP. See the attached screenshots. Thank you, Matthew McClintock <response_by> Matthew McClintock at 2009.07.22.12.19.05 </response_by> This article was reassigned from Category:''TVT/Testing,Inbox''. | 2009-07-22 13:53:12 | 1,248,290,000 | verified fixed | 5f0fc7f | 1,248,330,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillChooserComposite.java | Birt |
567 | 281,940 | Bug 281940 Improve the usability of the aggregation function | Since the category grouping is enabled by default, SUM aggregation is set as default aggregation function. However, user may not know the categories are groupied and the Y values are aggregated, especially for constant value. Hence, we should improve the usability of the grouping and aggregation function so that it's more apparent to see them enabled or not. Following enhancements could be done with little UI change: 1. If aggregation function (such as SUM) is set to the query, the text field or combo should change the tooltip like this: SUM(row["name"]), rather than previous row["name"]. 2. If grouping is disabled, change the icon of grouping and sorting button. The icon could be current one appending a red cross. If grouping is enabled, the icon is the same with current one. | 2009-06-29 22:37:02 | 1,246,330,000 | verified fixed | 1a89eba | 1,248,320,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/AggregateEditorComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DataDefinitionTextManager.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/IQueryExpressionManager.java | Birt |
568 | 283,965 | Bug 283965 Xtab set show empty rows drawn incorrectly in web viewer when page break happen | null | 2009-07-20 01:28:26 | 1,248,070,000 | verified fixed | 950a023 | 1,248,320,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/FixedLayoutPageHintGenerator.java | Birt |
569 | 282,846 | Bug 282846 ColumnBindingMetaData incorreclty sets display name to same value as column name | Build ID: 20090619-0625 Steps To Reproduce: 1) Use ODA driver that IResultSetMetaData.getColumnLabel() not equals IResultSetMetaData.getColumnName() 2) Invoke the data engine to fetch the data via ODA driver 3) IResultIterator.getResultMetaData().getColumnLabel(index) returns name rather than label More information: We embed the BIRT data engine withing our RCP application. The problem we encountered when moving from Eclipse 34 to Eclipse 35 (and BIRT 2.5) is such that column label specified by the ODA metadata in IResultSetMetaData.getColumnLabel() are not available through IResultIterator.getResultMetaData().getColumnLabel(index) BIRT data engine API. I believe the issue is in class: ColumnBindingMetaData, line: binding.setDisplayName( colName ); I believe there should be: metaData.getColumnLabel(colIndex) instead. | 2009-07-08 09:20:59 | 1,247,060,000 | verified fixed | 00c3cb4 | 1,248,320,000 | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ColumnBindingMetaData.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/ModelAdapter.java | Birt |
570 | 284,130 | Bug 284130 bad PDF with parallel report | I have a parallel report with two tables, each in a column of a grid. One table detail row has a visibility condition 'row.__rownum % 2 != 0', and the other 'row.__rownum % 2 == 0'. It woks fine in the preview. But, in the PDF report, the output of the second column starts only at the end of the first column. It works fine in 2.3.2 => regression. Regards, Christophe Baudin | 2009-07-21 09:58:24 | 1,248,180,000 | closed wontfix | 350ba9c | 1,248,320,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RowArea.java | Birt |
571 | 284,075 | Bug 284075 NPE occurred if repeat background image size is contain or cover | null | 2009-07-20 23:29:05 | 1,248,150,000 | verified fixed | 1d99106 | 1,248,320,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/src/org/eclipse/birt/report/engine/nLayout/area/impl/PageArea.java | Birt |
572 | 283,990 | Bug 283990 [Regression]Failed to use Parameter in XML Data source | Description: [Regression]Failed to use Parameter in XML Data source Build number: 2.5.1.v20090720-0630 Steps to reproduce: 1, New a XML Data source 2, New a XML Data set 3, In Column Mapping, specify a parameter: {?p1?} in XPath 4, Click Finish button 5, Go to Parameter page and click Ok, Cancel button. Expected result: No Exception occurred Actual result: Exception occurred and it block to close the dialog and I can not use BIRT anymore. Error log: | 2009-07-20 06:00:50 | 1,248,080,000 | verified fixed | b21a08f | 1,248,320,000 | data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/ModelAdapter.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/ExpressionAdapter.java | Birt |
573 | 281,460 | Bug 281460 Unexpected exception occurs when overwriting an existing and read-only resource. | null | 2009-06-25 04:06:54 | 1,245,920,000 | verified fixed | 3128c26 | 1,248,320,000 | UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/PasteResourceAction.java | Birt |
574 | 281,181 | Bug 281181 Contain and Cover of background image size take no effect in layout | null | 2009-06-22 23:22:49 | 1,245,730,000 | verified fixed | 4b8f559 | 1,248,320,000 | UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/DesignElementHandleAdapter.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/MasterPageEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportDesignEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java | Birt |
575 | 284,192 | Bug 284192 TVT35:TCT224: TVT FR - Missing punctuation in Legend Layout panel | <response_by> martine marin at 2009.07.21.14.39.04 </response_by> Build: 20090720-1600 Language: French Steps to reproduce: 1) Expand BIRTproject in the Navigator, right click on Test_Report_4.rptdesign and select Open. 2) Double click on the chart that is displayed in the Design View. 3) Click the Format Chart tab. 4) Expand the Chart Area node in the left panel. 5) Click Legend in the left panel. 6) Check the boxes next to the words Visible. 7) Click the Layout button. the last item in the panel "Title percent" is missing a colon sign to be consistent with the other items. I also have a question for this string: By the way what is intended by "Title percent", does it mean Percentage of the title (the size of the title in %) ? Thanks a lot in advance for your answer, Martine Thanks for c <response_by> Kit Lo at 2009.07.21.15.19.07 </response_by> This article was reassigned from Category:''TVT/Testing,Inbox''. | 2009-07-21 16:43:36 | 1,248,210,000 | closed fixed | dd8c0af | 1,248,320,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/series/SeriesPaletteSheet.java | Birt |
576 | 282,225 | Bug 282225 Redundant border was generated in PDF when Crosstab Orientation is Vertical | null | 2009-07-01 21:17:54 | 1,246,500,000 | closed fixed | 04bdb26 | 1,248,320,000 | xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/ColumnWalker.java xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/CrosstabCornerHeaderRowExecutor.java | Birt |
577 | 283,253 | Bug 283253 When modifying the X Series Group, Chart API Adds Bad Data Binding | null | 2009-07-12 17:45:34 | 1,247,440,000 | verified fixed | 4616e83 | 1,248,320,000 | chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java | Birt |
578 | 284,033 | Bug 284033 Enter Parameters dialog shows unnecessary scroll bars | null | 2009-07-20 13:14:55 | 1,248,110,000 | verified fixed | bd59c1c | 1,248,320,000 | viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/session/ViewingSessionConfig.java | Birt |
579 | 283,376 | Bug 283376 Errors occurs in Junit test of org.eclipse.birt.core.tests in 2.5.1 daily build v20090714-0630 | null | 2009-07-14 01:52:27 | 1,247,550,000 | closed fixed | 3579bab | 1,248,310,000 | data/org.eclipse.birt.report.engine.script.javascript/src/org/eclipse/birt/report/engine/javascript/JavascriptEngine.java | Birt |
580 | 283,972 | Bug 283972 Image marker will become invisible in chart builder if series line color is transparent. | null | 2009-07-20 02:31:26 | 1,248,070,000 | verified fixed | bedadd3 | 1,248,310,000 | chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtRendererImpl.java | Birt |
581 | 283,493 | Bug 283493 Error happened when running a report has a label applied a style with background | Description: Error happened when running a report has a label applied a style with background Build: 2.5.1.v20090715-0630 Steps to reproduce: 1. New a report with a label 2. New a style with background 3. Apply style on the label 4. Preview in web viewer Actual result: Error happened when running the report. Expect result: No error. Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report at org.eclipse.birt.report.service.ReportEngineService.throwDummyException(ReportEngineService.java:1065) at org.eclipse.birt.report.service.ReportEngineService.renderReport(ReportEngineService.java:1467) at org.eclipse.birt.report.service.BirtViewerReportService.getPage(BirtViewerReportService.java:204) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.doExecution(AbstractGetPageActionHandler.java:238) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__execute(AbstractGetPageActionHandler.java:105) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(AbstractBaseDocumentProcessor.java:47) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(AbstractBaseComponentProcessor.java:143) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPage(BirtDocumentProcessor.java:87) 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(AbstractBaseComponentProcessor.java:112) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(BirtSoapBindingImpl.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454) 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(BirtSoapMessageDispatcherServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) 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.BirtSoapMessageDispatcherServlet.service(BirtSoapMessageDispatcherServlet.java:122) 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: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.content(HttpConnection.java:880) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:748) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:219) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520) Caused by: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:233) at org.eclipse.birt.report.service.ReportEngineService.renderReport(ReportEngineService.java:1461) ... 50 more Caused by: java.lang.NullPointerException at org.eclipse.birt.report.engine.nLayout.area.impl.ContainerArea.getImageUrl(ContainerArea.java:1187) at org.eclipse.birt.report.engine.nLayout.area.impl.ContainerArea.buildProperties(ContainerArea.java:1092) at org.eclipse.birt.report.engine.nLayout.area.impl.BlockContainerArea.initialize(BlockContainerArea.java:168) at org.eclipse.birt.report.engine.nLayout.area.impl.BlockTextArea.layout(BlockTextArea.java:58) at org.eclipse.birt.report.engine.nLayout.LayoutEngine.startContent(LayoutEngine.java:451) at org.eclipse.birt.report.engine.emitter.ContentEmitterAdapter.startText(ContentEmitterAdapter.java:147) at org.eclipse.birt.report.engine.emitter.ContentEmitterAdapter.startLabel(ContentEmitterAdapter.java:153) at org.eclipse.birt.report.engine.emitter.ContentEmitterUtil.startContent(ContentEmitterUtil.java:65) at org.eclipse.birt.report.engine.nLayout.LayoutEngine.visitContent(LayoutEngine.java:584) at org.eclipse.birt.report.engine.nLayout.LayoutEngine.visitChildren(LayoutEngine.java:608) at org.eclipse.birt.report.engine.nLayout.RegionLayoutEngine.layout(RegionLayoutEngine.java:31) at org.eclipse.birt.report.engine.layout.html.HTMLLeafItemLM.splitText(HTMLLeafItemLM.java:101) at org.eclipse.birt.report.engine.layout.html.HTMLLeafItemLM.start(HTMLLeafItemLM.java:62) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:134) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:69) 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.RenderTask$PageRangeRender.render(RenderTask.java:600) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:221) ... 51 more | 2009-07-15 03:24:53 | 1,247,640,000 | closed fixed | 86babf8 | 1,247,730,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLeafItemLM.java | Birt |
582 | 283,481 | Bug 283481 [Automation][Regression]NPE occurred when preview attached Chart | Description: NPE occurred when preview attached Chart Build number: 2.5.1.v20090715-0630 Steps to reproduce: Download attached report and preview Actual result: NPE happened. Error log: | 2009-07-14 23:13:58 | 1,247,630,000 | closed fixed | d606459 | 1,247,640,000 | engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java | Birt |
583 | 283,355 | Bug 283355 [Automation][Smoke]NPE occurred when preview crosstab in web viewer(Fix layout) | Description: [Smoke]NPE occurred when preview crosstab in web viewer Build number: 2.5.1.v20090714-0630 Steps to reproduce: 1, New a cube 2, Drag and drop it into layout 3, Preview in web viewer Expected result: Preview successfully Actual result: NPE Occurred Error log: | 2009-07-13 22:04:25 | 1,247,540,000 | closed fixed | 2250def | 1,247,540,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLeafItemLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/FixedLayoutPageHintGenerator.java | Birt |
584 | 282,110 | Bug 282110 The hyperlink menu does not show up after changing its position to relative. | null | 2009-07-01 03:08:12 | 1,246,430,000 | verified fixed | 054cbd9 | 1,247,480,000 | chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/MultiURLValuesImpl.java | Birt |
585 | 283,285 | Bug 283285 importPackage script leads exception when executing crosstab | null | 2009-07-13 04:31:20 | 1,247,470,000 | verified fixed | 95b5202 | 1,247,480,000 | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/impl/query/PreparedCubeQuery.java | Birt |
586 | 283,284 | Bug 283284 Rank aggregation doesn't work without setting ascending argument | Description: Rank aggregation doesn't work without setting ascending argument Build number: 2.5.0.v20090713-0630 Steps to reproduce: 1, New a table with group 2, New a Rank aggregation and left ascending argument to null 3, Preview the report Expected result: No exception occurred and rank aggregation works correctly Actual result: Exception occurred Error log: | 2009-07-13 04:17:24 | 1,247,470,000 | closed fixed | c6057f6 | 1,247,480,000 | UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetComputedColumnsPage.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/ModelAdapter.java | Birt |
587 | 283,268 | Bug 283268 Gantt chart legend is black when using Positive/Negative color. | null | 2009-07-12 23:31:52 | 1,247,460,000 | verified fixed | d9d5634 | 1,247,470,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/CurveRenderer.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/FillUtil.java | Birt |
588 | 283,280 | Bug 283280 [Automation][Regression]Sorting doesn't work | New a table and apply a sorting which is descending. Run report. Actual result: Sorting doesn't work at all. Build Info: 2.5.1 v20090713-0630 | 2009-07-13 03:54:46 | 1,247,470,000 | closed fixed | b4aedbb | 1,247,470,000 | data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/SortAdapter.java | Birt |
589 | 282,949 | Bug 282949 Group level label is not displayed completely when you switch back from measure target. | null | 2009-07-08 23:01:09 | 1,247,110,000 | verified fixed | ace509d | 1,247,460,000 | xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/dialogs/CrosstabFilterConditionBuilder.java | Birt |
590 | 283,105 | Bug 283105 PNG Chart can not be previewed in web viewer. | null | 2009-07-10 02:20:36 | 1,247,210,000 | verified fixed | 8bf10e0 | 1,247,210,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/device/ImageWriterFactory.java | Birt |
591 | 281,183 | Bug 281183 Background image doesn't work for html preview | null | 2009-06-23 01:52:26 | 1,245,740,000 | verified fixed | f0b1b7b | 1,247,210,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/emitter/HTMLWriter.java | Birt |
592 | 282,641 | Bug 282641 Diagonal thickness does not work when set as thick/thin/medium | Description: Diagonal thickness does not work when set as thick/thin.medium Build: Build <2.5.1.v20090706-0630> Steps to reproduce: 1. New a grid 1*1 2. Add diagonal in advance and set thickness as thick/thin/medium 3. Preview Actual result: Diagonal thickness in all emitters are the same size. Expect result: thick/thin/medium should be different. | 2009-07-07 05:25:41 | 1,246,960,000 | closed fixed | 6f99d50 | 1,247,200,000 | engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/util/HTMLEmitterUtil.java | Birt |
593 | 282,979 | Bug 282979 Background image size doesn't work in Doc preview | null | 2009-07-09 04:27:11 | 1,247,130,000 | verified fixed | d34b58f | 1,247,200,000 | engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/AbstractEmitterImpl.java | Birt |
594 | 279,749 | Bug 279749 Redundant script node generated if revert to report item by double clicking | Description: Redundant script node generated if revert to report item by double clicking Build number: 2.5.0.v20090610-0630 Steps to reproduce: 1, New a label and input some script in onPrepara 2, Select label and create template report item 3, Double click label to revert to report item 4, Check the script node in outline Expected result: After label revert to report item, the script has one node named label(element id) without redundant node Actual result: A redundant node generated after double clicking label. Error log: | 2009-06-10 03:18:25 | 1,244,620,000 | closed fixed | 7e73fd9 | 1,247,190,000 | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/PlaceHolderEditPart.java | Birt |
595 | 279,892 | Bug 279892 Repeat header issue when measure shows as chart | null | 2009-06-10 23:30:47 | 1,244,690,000 | closed fixed | d361643 | 1,247,120,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/TableBreakBuffer.java | Birt |
596 | 282,763 | Bug 282763 Filter dialog show incompletely when editing | null | 2009-07-07 21:56:03 | 1,247,020,000 | verified fixed | 8b86e41 | 1,247,110,000 | xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/dialogs/CrosstabFilterConditionBuilder.java | Birt |
597 | 281,610 | Bug 281610 The filter of the table extended from the library can be removed, but the filter still works [01] | null | 2009-06-26 02:31:36 | 1,246,000,000 | closed fixed | 90e971d | 1,247,020,000 | model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/elements/SemanticErrorTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/AllParserTests.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/EmptyListParseTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/SemanticError.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/i18n/MessageConstants.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/AbstractPropertyState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/DesignSchemaConstants.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/EmptyListState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ListPropertyState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/SimplePropertyListState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java | Birt |
598 | 280,892 | Bug 280892 ODA Dynamic Query Result Specification Enhancements | null | 2009-06-19 04:24:26 | 1,245,400,000 | resolved fixed | 82d8a46 | 1,247,010,000 | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Driver.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/QuerySpecHelper.java | Birt |
599 | 282,611 | Bug 282611 [Accessibility] Missing shortcut key for 'Format' button and 'Fixed' check box. | null | 2009-07-07 01:23:01 | 1,246,940,000 | verified fixed | 2cd2506 | 1,246,960,000 | 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/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/SeriesLabelSheet.java | Birt |
600 | 282,348 | Bug 282348 Error happened while preview the report with event handler as PDF | null | 2009-07-03 04:13:26 | 1,246,610,000 | closed fixed | 9010135 | 1,246,950,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RepeatableArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableArea.java | Birt |
601 | 282,544 | Bug 282544 For output only, Bookmark only generated for the 1st table row.DOC | Eclipse Build ID: 3.4.2.v200902111700 Steps To Reproduce: 1.Create a Table. 2.For a cell in a detail row, add a bookmark(example - row["name"]). 3.Create a report in DOC format. 4.Open in Microsoft Word, selct Insert->Bookmark. 5.You will see that the list of bookmarks only contains the bookmarks genertated for the 1st row of the table. More information: BIRT Build ID: 2.3.2.r232_v20081010-7N7Y7MAIe2QJZSgfOaAphGBR4t7b | 2009-07-06 11:46:09 | 1,246,900,000 | verified fixed | 9737058 | 1,246,950,000 | engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/AbstractEmitterImpl.java | Birt |
602 | 117,675 | Bug 117675 Format Specifier has no text data type | Format Specifier has no text data type Steps: 1.Create a Bar chart 2.Bind data set, X Series column type: text 3.Go to "Format chart" tab, select "X Axis" 4.Click "Axis Data" button,View "Type" 5.Click "0.0#" button, View "Data Type" Actual Results: 1.Type: Text <---> Data Type: Number/Data/Time 2.has not text data type Expected Results: 1.Can set text data format | 2005-11-23 04:09:33 | 1,132,740,000 | verified fixed | d73557b | 1,246,950,000 | 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/ValueFormatter.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/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/StringFormatSpecifier.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/StringFormatSpecifierImpl.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.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FormatSpecifierComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FormatSpecifierDialog.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FormatSpecifierPreview.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/SeriesLabelSheet.java | Birt |
603 | 282,102 | Bug 282102 Exception is thrown out when preview a chart with two no-link hyperlinks. | null | 2009-07-01 01:07:38 | 1,246,420,000 | verified fixed | d18599c | 1,246,940,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ImageAreaLayout.java | Birt |
604 | 282,478 | Bug 282478 [Automation][Regression]Label text should be wrapped in PDF | null | 2009-07-05 23:20:49 | 1,246,850,000 | closed fixed | 73f03ae | 1,246,870,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/LineArea.java | Birt |
605 | 282,488 | Bug 282488 Background image lost with Label height set when preview in pdf | null | 2009-07-06 03:44:09 | 1,246,870,000 | closed fixed | 6cabde6 | 1,246,870,000 | engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFPage.java | Birt |
606 | 282,479 | Bug 282479 [Automation][Regression]X series value is null while previewing report | null | 2009-07-05 23:36:09 | 1,246,850,000 | closed fixed | 4bfa800 | 1,246,870,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartExpressionUtil.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/ReportDataServiceProvider.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ChartCubeBindingDialogHelper.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/AbstractChartBaseQueryGenerator.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/BIRTCubeResultSetEvaluator.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/ChartReportItemPresentationBase.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 |
607 | 282,246 | Bug 282246 Exception is thrown out when preview a crosstab with column width and row height settings as XLS [1102] [1203] | null | 2009-07-02 03:05:52 | 1,246,520,000 | closed fixed | 7f7a808 | 1,246,860,000 | engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/AxisProcessor.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/LayoutUtil.java | Birt |
Subsets and Splits