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 |
---|---|---|---|---|---|---|---|---|---|---|
108 | 298,628 | Bug 298628 Improve UI usability of the "Externalize to Connection Profile" Option | In BIRT Data Explorer, select "Externalize to Connection Profile..." option in the context menu of a data source design that has referenced an external connection profile. The ExportDataSourceDialog opens. Press Ok. An error message is displayed saying that the data source has already externalized its properties. For better UI usability, the "Externalize to Connection Profile..." menu option should ideally be disabled when a data source is already externalized. But doing such validation could impact performance. Alternatively, the ExportDataSourceDialog should have made the validation on open, and disabled its Ok button with an appropriate message in the dialog. Note: the validation (on whether a data source has already externalized to profile) can be made by calling oda.design.DataSourceDesign#hasLinkToProfile(). | 2009-12-29 23:18:43 | 1,262,150,000 | closed fixed | b367467 | 1,274,420,000 | UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/actions/ExportElementToSourceCPStoreAction.java | Birt |
109 | 313,684 | Bug 313684 [Regression]value list don't display in import values dialog when parameter data type is Date | Description: value list don't display in import values dialog when parameter data type is Date Test Build: BIRT2.6.0 v20100520-1551 Step to reproduce: 1. Add a sample datasource and a data set with table "ORDERS". 2. New a parameter, data type select "Date",display type select "List Box",click "Import Values" Expect result: in Import Values dialog, value list don't display Actual result: in Import Values dialog, value list can display | 2010-05-20 05:47:11 | 1,274,350,000 | closed fixed | 8b00dfe | 1,274,410,000 | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java | Birt |
110 | 311,507 | Bug 311507 InvocationTargetException when switching to Preview Results | Build Identifier: 20100218-1602 InvocationTargetException occurs when editing a DataSet (to which the DataSource has property binding) and switching to Preview Results. The real exception is SWTException(Invalid thread access) in ReportPropertySheetPage (elementChanged function). Possible resolution (asynchExec): public void elementChanged( DesignElementHandle focus, NotificationEvent ev ) { if ( !viewer.getTree( ).isDisposed( ) ) { PlatformUI.getWorkbench().getDisplay().asynchExec(){new Runnable() { public void run() { refresh( ); } }); } Reproducible: Always Steps to Reproduce: 1. Create a new Report Design 2. Create a new XML Data Source (e.g. based on library.xml) 3. Create a new ReportParameter (name: XMLfile, type: String) 4. Bind this XMLfile ReportParameter to "XML Data Source File" property in the DataSource Editor 5. Create a new XMLDataSet 6. Open Properties View 7. Edit the DataSet 8. Open the DataSet (double click on it in Data Explorer) 9. Switch to Preview Results => Exception | 2010-05-04 06:11:15 | 1,272,970,000 | verified fixed | 42843a8 | 1,274,410,000 | UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetPreviewPage.java | Birt |
111 | 313,657 | Bug 313657 Pattern can not be accessed for all the Background | null | 2010-05-20 02:56:37 | 1,274,340,000 | closed fixed | 3dae22a | 1,274,410,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/series/SeriesTrendlineSheet.java | Birt |
112 | 313,652 | Bug 313652 [Accessibility] The chart axis are not shown under High Contrast mode "High Contrast White (large)" | null | 2010-05-20 02:03:03 | 1,274,340,000 | closed fixed | 558a34c | 1,274,410,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/Generator.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/style/BaseStyleProcessor.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/style/IStyleProcessor.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/DesignerRepresentation.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartPreviewPainter.java | Birt |
113 | 298,146 | Bug 298146 Provide warning message if cube binding doesn't exist when changing cube in chart builder | Description: Provide warning message if cube binding doesn't exist when changing cube in chart builder Build number: 2.6.0.v200901218-0630 Steps to reproduce: 1, New a chart binding with cube which has COUNTRY dimension 2, New another cube without COUNTRY dimension 3, Edit the chart and binding to cube2 Expected result: In step3, the binding data["COUNTRY"] doesn't exist in CUBE2, but no warning message to indicate this. Suggest to provide error message, or throw proper exception when preview report Error log: | 2009-12-18 01:52:03 | 1,261,120,000 | closed fixed | bd13dad | 1,274,340,000 | 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/SharedCubeResultSetEvaluator.java | Birt |
114 | 287,802 | Bug 287802 Margin with percent(%) value does not work correctly in layout.[0009] | null | 2009-08-27 05:57:19 | 1,251,370,000 | verified fixed | b415120 | 1,274,340,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/ReportElementEditPart.java | Birt |
115 | 312,382 | Bug 312382 Set height in img tag will affect width | null | 2010-05-11 04:47:13 | 1,273,570,000 | closed fixed | aebfcba | 1,274,340,000 | engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ImageData.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 engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/AbstractEmitterImpl.java | Birt |
116 | 313,645 | Bug 313645 [Accessibility] Line color issue for Chart under High Contrast mode | null | 2010-05-19 23:56:38 | 1,274,330,000 | closed fixed | 2b0a7c5 | 1,274,340,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/Generator.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/PieSeriesImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/StockSeriesImpl.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LineAttributesComposite.java | Birt |
117 | 309,071 | Bug 309071 The contents on the button can not be shown completely in "Select Data" tab of Chart Builder for Radar Chart | null | 2010-04-14 02:25:52 | 1,271,230,000 | closed fixed | 7369351 | 1,274,330,000 | chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/radar/ui/series/RadarSeriesUIProvider.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java | Birt |
118 | 310,180 | Bug 310180 2.5.2: "1" page number is displayed on ALL pages in the footer of PDF document | null | 2010-04-22 15:06:11 | 1,271,960,000 | verified fixed | 29cc988 | 1,274,260,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/TemplateExecutor.java | Birt |
119 | 304,319 | Bug 304319 [Accessibility] The chart axis are not shown under High Contrast mode | null | 2010-03-02 04:15:14 | 1,267,520,000 | closed fixed | 7b824df | 1,274,250,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/Generator.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ChartImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/style/BaseStyleProcessor.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/style/IStyleProcessor.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/DesignerRepresentation.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/chart/ChartSheetImpl.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartPreviewPainter.java | Birt |
120 | 276,276 | Bug 276276 View Report blocked by deleting and closing report files | Description: View Report blocked by deleting and closing report files Steps to reproduce: 1. New two report: report1.rptdesign and report2.rptdesign 2. Make sure they are open, and focus on report2 3. Delete report2 in Navigator 4. Click View Report button Expect result: Report1 should be previewed. Actual result: View Report does not work. In addition, if delete report1 at step3, View report works and no error. Errorlog: n/a | 2009-05-14 06:04:37 | 1,242,300,000 | closed fixed | d1368fa | 1,274,250,000 | UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/script/actions/DebugScriptAction.java UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/actions/GenerateDocumentToolbarMenuAction.java UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/actions/PreviewCascadingMenuGroup.java UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/actions/PreviewToolbarMenuAction.java | Birt |
121 | 312,009 | Bug 312009 [Regression]No error in problem/outline view for table with blank group key | Build number:2.6.0.v20100507-0630 Steps to reproduce: 1. Insert a table, bind with dataset 2. Add a group without key expression, click ok and save Expected result: Error icon in outline and error in problem view Actual result: no error. | 2010-05-07 03:16:16 | 1,273,220,000 | closed fixed | f1ed077 | 1,274,250,000 | model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/ValueRequiredValidator.java | Birt |
122 | 299,037 | Bug 299037 Column Width of HTML Tables not passed correctly to PDF/Word | Build Identifier: 3.4.0 When having static / Dynamic HTML code in the report Text/Dynamic Text Of a table with certian column widths upon export to PDF/Word the width isn't passed one and table appears with equal width for all cells. In HTML view it appears OK. Reproducible: Always Steps to Reproduce: 1.Create a static report table in HTML. 2. Assign widths to each column 3.export report to PDF/WORD 4. Report appears with all columns in the same width 5. Also if you don't specify the width attribute (and width is decided by column data) - the result is the same upon export. | 2010-01-07 09:11:55 | 1,262,870,000 | verified fixed | dc93fb1 | 1,274,250,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTMLConstants.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/TableProcessor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/Tag2Style.java | Birt |
123 | 312,759 | Bug 312759 NPE when run report has variable and uses library | Build number:2.6.0.v20100513-1121 Steps to reproduce: 1. New a library. 2. New a report, add a report variable,use the library. 3. Preview report Expected result:no exception. Actual result:NPE 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:1097) at org.eclipse.birt.report.service.ReportEngineService.runReport(ReportEngineService.java:1316) at org.eclipse.birt.report.service.BirtViewerReportService.runReport(BirtViewerReportService.java:158) at org.eclipse.birt.report.service.actionhandler.BirtRunReportActionHandler.__execute(BirtRunReportActionHandler.java:81) at org.eclipse.birt.report.service.actionhandler.BirtGetPageActionHandler.__checkDocumentExists(BirtGetPageActionHandler.java:58) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.prepareParameters(AbstractGetPageActionHandler.java:119) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__execute(AbstractGetPageActionHandler.java:104) 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:597) 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:597) 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.service(ServletRegistration.java:61) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:126) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:318) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) 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:326) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:939) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218) 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:582) Caused by: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:261) at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:85) at org.eclipse.birt.report.service.ReportEngineService.runReport(ReportEngineService.java:1307) ... 52 more Caused by: org.eclipse.birt.report.engine.api.EngineException: Failed to save design! at org.eclipse.birt.report.engine.api.impl.ReportDocumentWriter.saveDesign(ReportDocumentWriter.java:195) at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:214) ... 54 more Caused by: java.lang.NullPointerException at org.eclipse.birt.report.model.util.ReportDesignSerializerImpl.newElement(ReportDesignSerializerImpl.java:2869) at org.eclipse.birt.report.model.util.ReportDesignSerializerImpl.newElement(ReportDesignSerializerImpl.java:2833) at org.eclipse.birt.report.model.util.ReportDesignSerializerImpl.createNewElement(ReportDesignSerializerImpl.java:1260) at org.eclipse.birt.report.model.util.ReportDesignSerializerImpl.localize(ReportDesignSerializerImpl.java:1319) at org.eclipse.birt.report.model.util.ReportDesignSerializerImpl.visitDesignElement(ReportDesignSerializerImpl.java:266) at org.eclipse.birt.report.model.util.ReportDesignSerializerImpl.visitContentElement(ReportDesignSerializerImpl.java:2993) at org.eclipse.birt.report.model.elements.ElementVisitorImpl.visitVariableElement(ElementVisitorImpl.java:921) at org.eclipse.birt.report.model.elements.VariableElement.apply(VariableElement.java:55) at org.eclipse.birt.report.model.util.ReportDesignSerializerImpl.handleContentElementValue(ReportDesignSerializerImpl.java:2269) at org.eclipse.birt.report.model.util.ReportDesignSerializerImpl.localizePropertyValues(ReportDesignSerializerImpl.java:2056) at org.eclipse.birt.report.model.util.ReportDesignSerializerImpl.localizeDesign(ReportDesignSerializerImpl.java:1394) at org.eclipse.birt.report.model.util.ReportDesignSerializerImpl.visitReportDesign(ReportDesignSerializerImpl.java:212) at org.eclipse.birt.report.model.elements.ReportDesign.apply(ReportDesign.java:65) at org.eclipse.birt.report.model.api.util.DocumentUtil.localizeDesign(DocumentUtil.java:90) at org.eclipse.birt.report.model.api.util.DocumentUtil.serialize(DocumentUtil.java:67) at org.eclipse.birt.report.engine.api.impl.ReportDocumentWriter.saveDesign(ReportDocumentWriter.java:186) ... 55 more | 2010-05-13 04:45:24 | 1,273,740,000 | closed fixed | bf8ad19 | 1,274,240,000 | model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ReportDesignSerializerImpl.java | Birt |
124 | 298,037 | Bug 298037 [Regression] Date and time parameter did not show correct value if use a computed column with aggregation [0705] | null | 2009-12-17 03:26:34 | 1,261,040,000 | closed fixed | e64032b | 1,274,240,000 | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ImportValueDialog.java | Birt |
125 | 312,763 | Bug 312763 [regression] Masterpage disappeared in PDF when header/footer height unit is % | BuildId: 2.6.0.v20100513-0630. Steps to reproduce: 1. New a fixed layout report 2. Insert a label in the master page header 3. Change height of master page header and footer to 10% 4. Preview in PDF emitter Expected result: The contents in masterpage can be shown Actual result: Masterpage contents disapppeared. | 2010-05-13 05:10:03 | 1,273,740,000 | closed fixed | 0d0dfb1 | 1,274,240,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RegionArea.java | Birt |
126 | 311,831 | Bug 311831 Width of images set to a percent value causes java.lang.ArrayIndexOutOfBoundsException in Excel emitter | Build Identifier: BIRT 2.5.2 release If you set the width of an embedded image to a percent value the Excel emitter throws an ArrayIndexOutOfBoundsException caused from the ExcelLayoutEngine. Stacktrace: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report at org.apache.axis.AxisFault.makeFault(AxisFault.java:101) at org.eclipse.birt.report.utility.BirtUtility.makeAxisFault(BirtUtility.java:748) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:94) at org.eclipse.birt.report.presentation.aggregation.layout.EngineFragment.doService(EngineFragment.java:318) at org.eclipse.birt.report.presentation.aggregation.AbstractBaseFragment.service(AbstractBaseFragment.java:76) at org.eclipse.birt.report.servlet.BirtEngineServlet.__doGet(BirtEngineServlet.java:120) at org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGet(BaseReportEngineServlet.java:185) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.eclipse.birt.report.servlet.BaseReportEngineServlet.service(BaseReportEngineServlet.java:116) at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180) at org.eclipse.equinox.http.servlet.internal.ServletRegistration.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.headerComplete(HttpConnection.java:865) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:540) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:213) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520) Caused by: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report at org.eclipse.birt.report.service.ReportEngineService.throwDummyException(ReportEngineService.java:1097) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(ReportEngineService.java:926) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(BirtViewerReportService.java:973) at org.eclipse.birt.report.service.actionhandler.BirtRunAndRenderActionHandler.__execute(BirtRunAndRenderActionHandler.java:76) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90) ... 27 more 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:920) ... 30 more Caused by: java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.ArrayList.get(ArrayList.java:323) at org.eclipse.birt.report.engine.emitter.excel.DataCache.addData(DataCache.java:72) at org.eclipse.birt.report.engine.emitter.excel.layout.ExcelLayoutEngine.addDatatoCache(ExcelLayoutEngine.java:1039) at org.eclipse.birt.report.engine.emitter.excel.layout.ExcelLayoutEngine.addEmptyData(ExcelLayoutEngine.java:898) at org.eclipse.birt.report.engine.emitter.excel.layout.ExcelLayoutEngine.addData(ExcelLayoutEngine.java:870) at org.eclipse.birt.report.engine.emitter.excel.layout.ExcelLayoutEngine.addImageData(ExcelLayoutEngine.java:695) at org.eclipse.birt.report.engine.emitter.excel.ExcelEmitter.startImage(ExcelEmitter.java:441) at org.eclipse.birt.report.engine.emitter.CompositeContentEmitter.startImage(CompositeContentEmitter.java:274) at org.eclipse.birt.report.engine.emitter.ContentEmitterUtil.startContent(ContentEmitterUtil.java:74) at org.eclipse.birt.report.engine.layout.html.buffer.DummyPageBuffer.startContent(DummyPageBuffer.java:125) at org.eclipse.birt.report.engine.layout.html.HTMLLeafItemLM.start(HTMLLeafItemLM.java:67) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:139) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:70) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:90) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:99) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:170) ... 32 more Reproducible: Always Steps to Reproduce: 1. Open report designer and create a blank report. 2. Insert an embedded image and set width of the image to a percent value, for instance: 100% 3. Value of height is not relevant in this case. 4. Click on Excel export in designer toolbar to create an Excel report. 5. The stacktrace appears. 6. All other emitter works fine. | 2010-05-06 04:17:26 | 1,273,130,000 | resolved fixed | e45d45d | 1,274,240,000 | engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ImageData.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java | Birt |
127 | 311,496 | Bug 311496 Background Pattern does not work for SVG chart | null | 2010-05-04 04:18:21 | 1,272,960,000 | closed fixed | 348c20e | 1,274,240,000 | chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingRendererImpl.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGImage.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java | Birt |
128 | 313,292 | Bug 313292 Exception is thrown out when select pattern as legend entry background.[13] | null | 2010-05-18 04:02:00 | 1,274,170,000 | verified fixed | ce14063 | 1,274,240,000 | 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 |
129 | 299,233 | Bug 299233 Problem with the ReportEngine_<date>.log | Hi, I have a problem with the ReportEngine_<date>.log in windows 2003 Server. The problem is that it doesn't update the file modification date, and the file will not part then I have files too large(600MB or more...). Can anyone help me? thanks a lot. | 2010-01-11 03:20:55 | 1,263,200,000 | verified fixed | 93c0abd | 1,274,240,000 | engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/EngintTaskLoggerTest.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConfig.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineConfig.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineLogger.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportEngine.java | Birt |
130 | 312,855 | Bug 312855 Error occurs when set pattern as label background color.[13] | null | 2010-05-13 22:27:25 | 1,273,800,000 | verified fixed | 84a577c | 1,274,240,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LabelAttributesComposite.java | Birt |
131 | 312,757 | Bug 312757 Exception is thrown out when select pattern as font color.[13] | description: Exception is thrown out when select pattern as font color. build id: 2.6.0 v20100513-0630 steps to reproduce: 1. New a chart. 2. Show series label. 3. Change label color to pattern. Actual result: Exception is thrown out in error log view. | 2010-05-13 04:27:57 | 1,273,740,000 | verified fixed | f6ddbb2 | 1,274,240,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillChooserComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FontDefinitionDialog.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisGridLinesSheet.java | Birt |
132 | 289,728 | Bug 289728 Visual notification that item from library is overwritten | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729) Build Identifier: M20090211-1700 Hi, Is it possible to add visual notification in "Outline" view in "report design perspective" that item from library is overwritten? Sometimes I'm angry with strange behaviour and it's because overwritten item. Especilly with datasources or report parameters. I think that it's from library but it's overwritten. And maybe there is possible another enhancement - to freeze that item by user. Reproducible: Always Steps to Reproduce: 1.make library with report parameter 2.make rptdesign which include the library and the report parameter 3.overwrite report parameter in rptdesign 4.You are not able to see, it's overwritten, except XML source | 2009-09-17 08:53:30 | 1,253,190,000 | verified fixed | 322613e | 1,274,240,000 | UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/provider/TabularCubeNodeProvider.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/data/providers/CascadingParameterGroupNodeProvider.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/outline/providers/EmbeddedImageNodeProvider.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/IReportImageDecorator.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/LibraryElementImageDecorator.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/LibraryImageDescriptor.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/IReportGraphicConstants.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/ReportPlatformUIImages.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartViewNodeProvider.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/views/provider/CrossTabNodeProvider.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/views/provider/TabularCubeNodeProvider.java | Birt |
133 | 312,767 | Bug 312767 Chart background image only can be previewed once in chart builder | null | 2010-05-13 06:00:13 | 1,273,740,000 | closed fixed | 2703c2c | 1,274,240,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/ImageDialog.java | Birt |
134 | 312,766 | Bug 312766 Exception thrown out when preview a chart using Positive/Negative patterns | null | 2010-05-13 05:20:26 | 1,273,740,000 | closed fixed | 2acb05f | 1,274,240,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/FillUtil.java | Birt |
135 | 313,069 | Bug 313069 [Automation][Regression]Background image was shrunk in postscript | null | 2010-05-17 01:59:09 | 1,274,080,000 | closed fixed | d0b3ffe | 1,274,240,000 | engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/PostscriptWriter.java | Birt |
136 | 301,770 | Bug 301770 Table/List Display Inline does not work in HTML/WORD in Linux [0300] | null | 2010-02-03 22:18:34 | 1,265,250,000 | closed fixed | 2413e29 | 1,274,240,000 | engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLEmitter.java engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLPerformanceOptimize.java engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLVisionOptimize.java | Birt |
137 | 288,906 | Bug 288906 plot and axis chart in Xtab chart view should share property editor[1302] | null | 2009-09-09 03:46:06 | 1,252,480,000 | verified fixed | 0bf78e7 | 1,274,240,000 | chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/attributes/page/ChartBindingPage.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/attributes/provider/ChartBindingGroupDescriptorProvider.java | Birt |
138 | 312,521 | Bug 312521 [Automation][Regression]lable content in grid disappear when preview as xls | null | 2010-05-11 22:47:31 | 1,273,630,000 | closed fixed | f4fa8f2 | 1,274,240,000 | engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java | Birt |
139 | 256,537 | Bug 256537 Listbox parameter with multiple values has issues with null values. | Birt 2.3.2. Steps to reproduce: 1. Open the attached report. 2. Open the parameter page. 3. Select only the "Null value" in both boxes. 4. Click OK. 5. Then select the "Null Value" along with another value. 6. Click OK. 7. Unselect all values. 8. Click OK. Expected result: At step 4, the value array of the parameters contain one null value. So params[paramName].value[0] == null. At step 6, the value array contains null and the second value. At step 8, the value array itself is null, params[paramName].value == null. Actual result: At step 4, the value array itself is null, which is wrong (exception is shown) At step 8, an alert box pops up and tells that values must be selected, even though both parameters are not required. | 2008-11-25 22:19:27 | 1,227,670,000 | closed fixed | 741ae65 | 1,274,240,000 | viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/BirtUtility.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java | Birt |
140 | 313,067 | Bug 313067 [Automation][Regression]Exception was thrown out while opening report in designer | null | 2010-05-17 01:41:36 | 1,274,070,000 | closed fixed | 9a116a1 | 1,274,240,000 | chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java | Birt |
141 | 312,529 | Bug 312529 Exception is thrown out when select Ascending in "Group and sorting" dialogue when running "ChartWizardLauncher.java" | Description: Exception is thrown out when select Ascending in "Group and sorting" dialogue when running "ChartWizardLauncher.java". Build number: 2.6.0.v20100512-0630 Steps to reproduce: 1. Run /org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/builder/ChartWizardLauncher.java 2. In Select Data tab, click "Edit group and sorting" button, select "Ascending". Expected result: No exception. Actual result: Exception is thrown out. | 2010-05-12 01:13:01 | 1,273,640,000 | closed fixed | d4f4fd8 | 1,274,240,000 | chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/builder/ChartWizardLauncher.java chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/builder/DefaultDataServiceProviderImpl.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/integrate/SimpleUIServiceProviderImpl.java | Birt |
142 | 229,538 | Bug 229538 Big number display issue in chart builder. | null | 2008-04-29 23:39:36 | 1,209,530,000 | verified fixed | 3a1d64e | 1,274,240,000 | chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/BubbleDataSetProcessorImpl.java chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/BubbleEntry.java chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/DataSetProcessorImpl.java chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/DifferenceDataSetProcessorImpl.java chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/DifferenceEntry.java chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/render/Bar.java chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/render/Dial.java chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/render/DialRenderer.java chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/render/Line.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataSetIterator.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IConstants.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendLayoutHints.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/computation/withaxes/AxisSubUnit.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith3DAxes.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withoutaxes/SeriesRenderingHints.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/datafeed/NumberDataPointEntry.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/exception/ChartException.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/DataProcessor.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/factory/DateFormatWrapperFactory.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/JavaNumberFormatSpecifier.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/NumberFormatSpecifier.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/ScaleUnitType.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/JavaNumberFormatSpecifierImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/NumberFormatSpecifierImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/DataSet.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/DataSetImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderHelper.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/BigNumber.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.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/NumberUtil.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java | Birt |
143 | 311,494 | Bug 311494 [Accessibility] The contents in the pattern pane can not be accessed | null | 2010-05-04 04:14:43 | 1,272,960,000 | closed fixed | d5b268a | 1,274,230,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/PatternImageEditorDialog.java | Birt |
144 | 312,770 | Bug 312770 [Accessibility] Can not insert X/Y values in chart by shortcut key. | null | 2010-05-13 06:08:58 | 1,273,750,000 | closed fixed | 7729dc9 | 1,274,230,000 | chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java | Birt |
145 | 310,057 | Bug 310057 Underline and strikethrough line are invisible if label rotation is 45 degree.[13] | null | 2010-04-22 01:56:36 | 1,271,920,000 | verified fixed | b5c16dc | 1,274,230,000 | chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtTextRenderer.java | Birt |
146 | 284,709 | Bug 284709 Dataset parameter value on table is reset after preview the joint data set. | null | 2009-07-27 06:17:47 | 1,248,690,000 | verified fixed | 33c3ec9 | 1,274,170,000 | UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/JointDataSetPage.java | Birt |
147 | 304,308 | Bug 304308 [Accessibility] The query is not shown completely under High Contrast mode | null | 2010-03-02 03:07:38 | 1,267,520,000 | closed fixed | 52b4010 | 1,274,170,000 | data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLKeywordScanner.java | Birt |
148 | 288,720 | Bug 288720 [Regression]Failed to execute first result set from stored procedure which has multiple result sets[0703] | Description: There has a simple stored procedure: ALTER PROCEDURE [dbo].[multipleResult] AS BEGIN SET NOCOUNT ON; SELECT * FROM dbo.Customers SELECT * FROM dbo.Employees END When execute a stored procedure which has more than two result sets, it is failed to retrieve the first result set by Number 1, but Number 2 is working as expecting result. Build number: 2.5.1.v20090907-0630 Steps to reproduce: 1, Create a Stored procedure data set and execute a stored procedure which has more than two result sets 2, In setting page, Enable Result Set Selection 3, Specify 1 in Select Result Set by Number 4, Preview Expected result: The first result set is retrieved by Number 1 Actual result: Execution failed Error log: | 2009-09-07 03:49:56 | 1,252,310,000 | closed fixed | bdef384 | 1,274,090,000 | data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java | Birt |
149 | 289,546 | Bug 289546 [Automation]Exception thrown out when preview attached report[0802] | null | 2009-09-16 02:14:19 | 1,253,080,000 | closed fixed | 1b35c78 | 1,274,090,000 | data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataAdapterUtil.java | Birt |
150 | 302,367 | Bug 302367 Unexpected Exception thrown out when preview data item using Birt Function BirtDateTime.month() [0802] | Description: Exception thrown out when preview data item using Birt Function BirtDateTime.month() [0802] Build: <2.5.2.v20100210-0630> Steps to reproduce: 1. New a data item using Birt Function BirtDateTime.month() without detail parameter 2. Preview Actual result: Unexpected Exception thrown out Expect result: Releated exception should thrown out ErrorLog: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report at org.eclipse.birt.report.service.ReportEngineService.throwDummyException(ReportEngineService.java:1097) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(ReportEngineService.java:926) 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.GeneratedMethodAccessor38.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:920) ... 48 more Caused by: java.lang.ArrayIndexOutOfBoundsException: 0 at org.eclipse.birt.core.script.function.bre.BirtDateTime$Function_Month.getValue(BirtDateTime.java:271) at org.eclipse.birt.core.script.function.bre.Function_temp.execute(BreUtility.java:50) at org.eclipse.birt.core.script.function.bre.BirtDateTime.execute(BirtDateTime.java:1322) at org.eclipse.birt.core.script.functionservice.impl.ScriptFunction.execute(ScriptFunction.java:146) at org.eclipse.birt.core.script.functionservice.impl.CategoryWrapper$1.call(CategoryWrapper.java:67) at org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:119) at org.mozilla.javascript.gen.c214._c0(:0) at org.mozilla.javascript.gen.c214.call() at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:401) at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3003) at org.mozilla.javascript.gen.c214.call() at org.mozilla.javascript.gen.c214.exec() at org.eclipse.birt.core.script.JavascriptEvalUtil.evaluateRawScript(JavascriptEvalUtil.java:95) at org.eclipse.birt.core.script.JavascriptEvalUtil.evaluateScript(JavascriptEvalUtil.java:134) at org.eclipse.birt.data.engine.script.ScriptEvalUtil.evaluateJSAsExpr(ScriptEvalUtil.java:769) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.doEvaluateRawExpression(ExprEvaluateUtil.java:266) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.evaluateRawExpression(ExprEvaluateUtil.java:232) at org.eclipse.birt.data.engine.impl.PreparedDummyQuery$ResultIterator.(PreparedDummyQuery.java:531) at org.eclipse.birt.data.engine.impl.PreparedDummyQuery$ResultIterator.(PreparedDummyQuery.java:508) at org.eclipse.birt.data.engine.impl.PreparedDummyQuery$QueryResults.getResultIterator(PreparedDummyQuery.java:367) at org.eclipse.birt.report.engine.data.dte.QueryResultSet.(QueryResultSet.java:98) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:168) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:265) at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1875) at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:80) at org.eclipse.birt.report.engine.executor.DataItemExecutor.execute(DataItemExecutor.java:75) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:43) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:34) 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.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:170) ... 50 more | 2010-02-10 01:06:47 | 1,265,780,000 | closed fixed | 70175e3 | 1,274,080,000 | data/org.eclipse.birt.core.script.function/src/org/eclipse/birt/core/script/function/bre/BirtDateTime.java data/org.eclipse.birt.core.script.function/src/org/eclipse/birt/core/script/function/bre/BirtDuration.java data/org.eclipse.birt.core.script.function/src/org/eclipse/birt/core/script/function/bre/BirtMath.java data/org.eclipse.birt.core.script.function/src/org/eclipse/birt/core/script/function/bre/BreUtility.java data/org.eclipse.birt.core.script.function/src/org/eclipse/birt/core/script/function/i18n/Messages.java | Birt |
151 | 284,068 | Bug 284068 Edit Data Set dialog resets panel widths when height is changed | Build: 2.5.0 GA Double-click a data set. Edit Data Set appears. Change the width of the Available items panel by dragging the divider between Available items and the query text panel. Now, change the height of the dialog box. Expected: The widths of the internal panels do not change. Actual: The widths of the internal panels revert to their original sizes. Also, the panel widths are reset when the width of the dialog box is changed. Only the right-most panel size should change unless the dialog box size is reduced below a threshold. | 2009-07-20 19:46:16 | 1,248,130,000 | verified fixed | cf9e5e0 | 1,273,730,000 | data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java | Birt |
152 | 311,998 | Bug 311998 No error icon for chart without any binding | Build number:2.6.0.v20100506-0630 Steps to reproduce: 1. Insert a table,xtab,chart without any dataset or cube binding 2. Check outline Expected result: Error icon before these items. Current behavior: Error icon for table,xtab, but no error for chart. But chart indeed has errors. | 2010-05-06 23:24:04 | 1,273,200,000 | closed fixed | e2b8a82 | 1,273,720,000 | chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartViewNodeProvider.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java | Birt |
153 | 305,982 | Bug 305982 Combo boxes should provide 30 visible items [00] | null | 2010-03-16 05:56:59 | 1,268,730,000 | closed fixed | 34d5a60 | 1,273,650,000 | UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetDataSourceSelectionPage.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetParametersPage.java | Birt |
154 | 310,416 | Bug 310416 Vertical position of background image wasn't calculated correctly in postscript emitter | null | 2010-04-26 02:57:53 | 1,272,270,000 | verified fixed | 3a67829 | 1,273,640,000 | engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/PostscriptWriter.java | Birt |
155 | 310,418 | Bug 310418 Master page header height doesn't work in fixed layout | null | 2010-04-26 03:06:46 | 1,272,270,000 | closed fixed | 38b8ba7 | 1,273,630,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RegionArea.java | Birt |
156 | 311,664 | Bug 311664 Background image for SVG chart does not work when preview | null | 2010-05-05 03:49:17 | 1,273,050,000 | closed fixed | 1403721 | 1,273,630,000 | chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java | Birt |
157 | 311,678 | Bug 311678 Error message need update when can not apply pattern color on crosshair marker.[13] | null | 2010-05-05 05:18:40 | 1,273,050,000 | verified fixed | e7388fa | 1,273,630,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/MarkerRenderer.java | Birt |
158 | 308,971 | Bug 308971 [Accessibility] Can not use keyboard to select chart bindings in Chart Builder | null | 2010-04-13 05:39:01 | 1,271,150,000 | closed fixed | 34c22c2 | 1,273,630,000 | chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/DataItemCombo.java | Birt |
159 | 312,370 | Bug 312370 Color preview for Positive/Negative color using two patterns does not work.[13] | null | 2010-05-11 01:32:45 | 1,273,560,000 | verified fixed | af2431a | 1,273,630,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillCanvas.java | Birt |
160 | 311,823 | Bug 311823 File to dnd column binding to category/series if chart uses share result set | Build number:2.6.0.v20100506-0630 Steps to reproduce: 1. Insert a data item, bind with dataset and name it "data" 2. Insert a chart, use report item "data" 3. Dnd column binding from data preview to set series Expected result: step3 can be done Actual result: Fail to do so, but context menu can be used to set series | 2010-05-06 03:21:25 | 1,273,130,000 | closed fixed | b5c425d | 1,273,630,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DataTextDropListener.java | Birt |
161 | 301,493 | Bug 301493 Select newly created variable as other elements in Data Explorer do[00] | Build Identifier: 2.5.2.v20100202 Newly created variable should be selected by default after create it. Reproducible: Always Steps to Reproduce: 1.New a report/page variable in Data Explore view Expected result: expand and select the variable automatically as new datasource/dataset/reportparameter/cube do Actual result:Not expand variable node and select the newly created one. | 2010-02-02 03:06:59 | 1,265,100,000 | closed fixed | d766dfe | 1,273,630,000 | UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/data/providers/VariablesNodeProvider.java | Birt |
162 | 311,669 | Bug 311669 'Apply' button is not enable when switch to radar chart.[13] | description: 'Apply' button is not enable when switch to radar chart. build id: 2.6.0 v20100505-0630 steps to reproduce: 1. New a bar chart and close chart builder. 2. Open chart builder, on Select Chart Type page, select Radar chart. Actual result: 'Apply' button is not enabled. Expected result: 'Apply' button should be enabled if there's change to the chart. | 2010-05-05 04:21:26 | 1,273,050,000 | verified fixed | 2a016cb | 1,273,560,000 | chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/radar/ui/type/RadarChart.java | Birt |
163 | 312,030 | Bug 312030 Marker label is not displayed correctly after format axis label.[13] | null | 2010-05-07 05:34:59 | 1,273,220,000 | verified fixed | 28f0021 | 1,273,550,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java | Birt |
164 | 311,489 | Bug 311489 The contents of "Group and sorting" dialogue are in a mess | null | 2010-05-04 03:40:55 | 1,272,960,000 | closed fixed | f1c338d | 1,273,550,000 | chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/integrate/SimpleUIServiceProviderImpl.java | Birt |
165 | 310,251 | Bug 310251 Unexpected message shows when change series type after scale min/max is defined.[13] | null | 2010-04-23 05:09:45 | 1,272,010,000 | verified fixed | a4969ba | 1,273,540,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java | Birt |
166 | 305,308 | Bug 305308 Canceling task issue | When canceling a run task I get this error (and other like this): (BIRT 2.5.1) SEVERE: Cannot get the string value from column: 2. Cannot get string value in the result set. SQL error #1: Operation not allowed after ResultSet closed org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot get string value in the result set. SQL error #1: Operation not allowed after ResultSet closed ; java.sql.SQLException: Operation not allowed after ResultSet closed at org.eclipse.birt.report.data.oda.jdbc.ResultSet.getString(Re sultSet.java:215) at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaRe sultSet.getString(OdaResultSet.java:246) at org.eclipse.birt.data.engine.odaconsumer.ResultSet.getString (ResultSet.java:267) at org.eclipse.birt.data.engine.odaconsumer.ResultSet.fetch(Res ultSet.java:180) at org.eclipse.birt.data.engine.executor.cache.OdiAdapter.fetch (OdiAdapter.java:142) at org.eclipse.birt.data.engine.executor.cache.RowResultSet.nex t(RowResultSet.java:104) at org.eclipse.birt.data.engine.executor.transform.SimpleResult Set.next(SimpleResultSet.java:341) at org.eclipse.birt.data.engine.impl.ResultIterator.hasNextRow( ResultIterator.java:493) at org.eclipse.birt.data.engine.impl.ResultIterator.next(Result Iterator.java:432) at org.eclipse.birt.data.engine.impl.ResultIterator.close(Resul tIterator.java:888) at org.eclipse.birt.data.engine.impl.ResultIterator$1.dataEngin eShutdown(ResultIterator.java:176) at org.eclipse.birt.data.engine.impl.DataEngineImpl.shutdown(Da taEngineImpl.java:527) at org.eclipse.birt.report.data.adapter.impl.DataRequestSession Impl.shutdown(DataRequestSessionImpl.java:405) at org.eclipse.birt.report.engine.data.dte.DataGenerationEngine .shutdown(DataGenerationEngine.java:139) at org.eclipse.birt.report.engine.executor.ExecutionContext.clo seDataEngine(ExecutionContext.java:835) at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTas k.java:246) at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask. java:82) at eee.executeReport(eee.java:72) at eee.main(eee.java:31) Caused by: java.sql.SQLException: Operation not allowed after ResultSet closed at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:105 5) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956 ) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:926 ) at com.mysql.jdbc.ResultSetImpl.checkClosed(ResultSetImpl.java: 768) at com.mysql.jdbc.ResultSetImpl.checkRowPos(ResultSetImpl.java: 812) at com.mysql.jdbc.ResultSetImpl.getStringInternal(ResultSetImpl .java:5528) at com.mysql.jdbc.ResultSetImpl.getString(ResultSetImpl.java:54 48) at org.eclipse.birt.report.data.oda.jdbc.ResultSet.getString(Re sultSet.java:210) ... 18 more I use a progress monitor for the task and when some maximum number of rows is reached, I cancel the task; I've tried to cancel in the same thread, or use a separate thread just like here: http:// demo.spars.info/j/frameset.cgi?compo_id=209484&packagena me=org.eclipse.birt.report.engine.api&componame=org.ecli pse.birt.report.engine.api.EngineTaskCancelTest$RenderTaskTr iggerCancel&mode=frameset&ref=5&start_class=0&am p;location=1111111111111111111&MORPHO=1&LANG=1&c ompo_id=208747 The same errors appear in both cases. Even-though the task is canceled I maybe doing something wrong because it seems to me that the canceling process is not a clean one. This error appears always in the engine log, but from time to time the method run(rptDocument) throws an EngineExcetion, too. | 2010-03-10 06:49:42 | 1,268,220,000 | verified fixed | 29e7aa2 | 1,273,480,000 | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java | Birt |
167 | 310,457 | Bug 310457 AssertionFailed in DataBlock.java:39 due to incorrect check | null | 2010-04-26 10:24:00 | 1,272,290,000 | resolved fixed | c36e5a5 | 1,273,470,000 | core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/compound/v3/DataBlock.java | Birt |
168 | 311,483 | Bug 311483 Error happens when run SwingChartViewerSelector | null | 2010-05-04 03:17:14 | 1,272,960,000 | closed fixed | 4b8afa5 | 1,273,460,000 | chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/PrimitiveCharts.java chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/SwingChartViewerSelector.java chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/SwtChartViewerSelector.java | Birt |
169 | 312,026 | Bug 312026 Exception is thrown out when select series color first as pattern then as image.[13] | description: Exception is thrown out when select series color first as pattern then as image. build id: 2.6.0 v20100507-0630 steps to reproduce: 1. Insert a chart. 2. In series palette, select color first as pattern, then as image. Actual result: Exception is thrown out. | 2010-05-07 05:11:26 | 1,273,220,000 | verified fixed | 021702f | 1,273,460,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/ImageDialog.java | Birt |
170 | 312,022 | Bug 312022 Error occurs when use pattern in Positive/Negative color.[13] | null | 2010-05-07 04:43:13 | 1,273,220,000 | verified fixed | 574e871 | 1,273,460,000 | chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/render/Bar.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/FillUtil.java | Birt |
171 | 312,036 | Bug 312036 AssertionError in ColumnHint.setDataType() works well with assertions disabled | Build Identifier: M20090917-0800 I have defined a dataset which contains a column containing blob data, containing an image. When I start the application in a JVM with assertions enabled I get an AssertionError at java.lang.AssertionError at org.eclipse.birt.data.engine.odaconsumer.ColumnHint.setDataType(ColumnHint.java:129) at org.eclipse.birt.data.engine.executor.DataSourceQuery.prepareOdiHint(DataSourceQuery.java:673) at org.eclipse.birt.data.engine.executor.DataSourceQuery.addColumnHints(DataSourceQuery.java:635) at org.eclipse.birt.data.engine.executor.DataSourceQuery.prepareColumns(DataSourceQuery.java:352) at org.eclipse.birt.data.engine.executor.DataSourceQuery.prepare(DataSourceQuery.java:312) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.prepareOdiQuery(PreparedOdaDSQuery.java:350) [...] This happens, because java.sql.Blob is passed to this method but the Assertion only accepts org.eclipse.datatools.connectivity.oda.IBlob as a datatype for BLOBs. When I start the JVM with assertions disabled I don't get this Error. Everthing works fine and the picture is rendered correctly. In the designer, I couldn't find any option to map java datatypes or something else. I created the report with the Designer Plugin (2.5.1) and I'm using the BIRT Runtime (alos 2.5.1) inside a web application (EAR). The application is deployed on a BEA Weblogic 10.3. Maybe this only some configuration thing but I can't get on. And by the way, disabling assertions is not an option. Reproducible: Always Steps to Reproduce: 1. Create a dataset which contains a BLOB column. 2. Run the report (JVM must have assertions enabled) 3. Wait for the AssertionError | 2010-05-07 06:19:45 | 1,273,230,000 | resolved fixed | f0fc226 | 1,273,290,000 | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ColumnHint.java | Birt |
172 | 312,006 | Bug 312006 Refactor data set editor pages' codes[24561] | Build Identifier: 20100506 Refactor data set editor pages' codes. Reproducible: Always | 2010-05-07 02:13:09 | 1,273,210,000 | verified fixed | ee38e59 | 1,273,220,000 | UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetEditor.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DefaultDataSetWizard.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ExternalUIUtil.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/JointDataSetWizard.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetUIUtil.java | Birt |
173 | 311,815 | Bug 311815 [regression]fail to copy/paste variable | Build number:2.6.0.v20100506-0630 Steps to reproduce: 1. new a variable and copy/paste it Expected result: Can copy/paste Actual result: Nothing happened or changed. | 2010-05-05 23:00:01 | 1,273,110,000 | closed fixed | ae5de99 | 1,273,210,000 | model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/VariableElement.java | Birt |
174 | 308,388 | Bug 308388 this.getInstancesByElementName does not work in onPageEnd in BIRT 2.5.2 | var groups = this.getInstancesByElementName("GROUP_STATUS"); returns null if put on the Report Design->onPageEnd event. It does work if put on the master page->onPageEnd event. | 2010-04-07 15:34:15 | 1,270,670,000 | resolved fixed | b3ff711 | 1,273,140,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/OnPageBreakLayoutPageHandle.java | Birt |
175 | 287,655 | Bug 287655 File-read-only message will pop up twice if you select NO.[00] | description: File-read-only message will pop up twice if you select NO. build id: 2.5.1 v20090826-0630 steps to reproduce: 1. New a report. 2. Right click it in Navigator and select properties. Tick Read-only. 3. Make some change to the report content. 4. Preview. 5. When asked whether to make it writable, click NO. Actual result: The message will pop up twice. | 2009-08-26 03:32:13 | 1,251,270,000 | verified fixed | a4b2464 | 1,273,110,000 | UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java | Birt |
176 | 303,035 | Bug 303035 BIDI_BIRT: Words in Arabic text are in reversed order on word emmitters | null | 2010-02-17 04:11:15 | 1,266,400,000 | resolved fixed | ac03cb6 | 1,273,050,000 | engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/AbstractEmitterImpl.java engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/IWordWriter.java engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/writer/AbstractWordXmlWriter.java engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/writer/DocWriter.java | Birt |
177 | 310,407 | Bug 310407 Need to add radar chart example as a primitive chart.[13] | null | 2010-04-25 23:26:52 | 1,272,250,000 | verified fixed | 36fbb22 | 1,273,040,000 | chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/models/Radar.java | Birt |
178 | 310,963 | Bug 310963 Error occurs when switch to bubble chart.[13] | null | 2010-04-29 03:19:24 | 1,272,530,000 | verified fixed | bc1bd63 | 1,273,040,000 | chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DefaultChartTypeImpl.java | Birt |
179 | 310,960 | Bug 310960 [Regression]Exception occurs when preview a crosstab without data | Set cube filter which there is no data match the condition, and preview the crosstab, exception occurs. Build version:2.6.0.v20100429-0630 Steps to reproduce: 1.Get the attached report design file. 2.There is a filter in the cube-dataset tab, after filter there is no data matches. 3.Pull the cube to layout, and preview. Exception occurs. Expected result: If there is no data matches, show the blank report. Actual result: org.eclipse.birt.report.service.api.ReportServiceException:Error happened while running the report. | 2010-04-29 02:52:14 | 1,272,520,000 | verified fixed | b477064 | 1,273,040,000 | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/dimension/Level.java | Birt |
180 | 270,189 | Bug 270189 Internal Browser does not work on Mac | Build ID: M20090211-1700 Steps To Reproduce: I have downloaded eclipse-reporting-ganymede-SR2-macosx-carbon.tar.gz and created a new workspace. I have then tried to run the "My First Report" Example. When I try to Preview the report BIRT tells me that "Internal browser is not available." It opens Firefox instead and displays the report there. In the Eclipse preferences the internal browser is chosen for display. I tried the same on Windows and it works perfectly. More information: | 2009-03-26 17:59:09 | 1,238,100,000 | closed fixed | dbb8d15 | 1,272,950,000 | viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/browsers/embedded/EmbeddedBrowserFactory.java | Birt |
181 | 311,463 | Bug 311463 [regression]Property Editor doesn't refresh if report is in script view | Description: Property Editor doesn't refresh if report is in script view Build number: 2.6.0.v20100504-0630 Steps to reproduce: 1, Open two reports A and B 2, Show A in script view and B in normal 3, Set some property in B's Property Editor 4, Switch to A Expected result: The Property Editor should refresh if the focus is changed to A Actual result: The Property Editor is still B's property. Focus is still on B regression of #288617 | 2010-05-03 21:52:05 | 1,272,940,000 | closed fixed | 9c48910 | 1,272,950,000 | UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportScriptFormPage.java | Birt |
182 | 304,626 | Bug 304626 [Regression] Interactivity does not work for Swing Highlight/Toggle Visibility/Hyperlink | Description: Interactivity does not work for Swing Highlight/Toggle Visibility/Hyperlink. Build number: 2.6.0.v20100304-0630 Steps to reproduce: 1. Run (1)org.eclipse.birt.report.tests.chart\src\org\eclipse\birt\report\tests\chart\interactivity\SwingHighlightViewer.java. (2)org.eclipse.birt.report.tests.chart\src\org\eclipse\birt\report\tests\chart\interactivity\SwingToggleVisibilityViewer.java (3)org.eclipse.birt.report.tests.chart\src\org\eclipse\birt\report\tests\chart\interactivity\SwingURLRedirectViewer.java 2. Check the interactivity. Expected result: Highlight/Toggle Visibility/Hyperlink works. Actual result: Highlight/Toggle Visibility/Hyperlink does not work. Error log: N/A. | 2010-03-04 00:58:14 | 1,267,680,000 | closed fixed | 61b02f6 | 1,272,940,000 | testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/interactivity/SwingHighlightViewer.java testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/interactivity/SwingShowTooltipViewer.java testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/interactivity/SwingToggleVisibilityViewer.java | Birt |
183 | 311,264 | Bug 311264 Enhance ODA Profile Selection UI to allow user to specify import properties from a connection profile | In the ODA profile selection design UI, when working with a database connection profile, an user cannot change to import the profile properties to local data source properties. This enhancement would add such support in the UI. | 2010-04-30 20:34:04 | 1,272,670,000 | resolved fixed | 30d77a9 | 1,272,670,000 | data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/datasource/CustomDbDataSourceWizard.java data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/datasource/CustomDbProfileEditorPage.java | Birt |
184 | 310,959 | Bug 310959 [Automation][Regression]altText for chart and image throw out NPE when preview as PPT | null | 2010-04-29 02:51:02 | 1,272,520,000 | closed fixed | 0ed6c1e | 1,272,620,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/ImageReader.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ImageAreaLayout.java | Birt |
185 | 310,971 | Bug 310971 [Automation]][Regression]NPE throw out when preview this report as pdf/ppt/ps | null | 2010-04-29 03:53:45 | 1,272,530,000 | closed fixed | 2b1aad2 | 1,272,620,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ImageAreaLayout.java | Birt |
186 | 306,664 | Bug 306664 Failures and errors occur in Junit test of org.eclipse.birt.report.engine.tests in 2.6.0 daily build v20100322-0630 | null | 2010-03-22 02:15:04 | 1,269,240,000 | closed fixed | 3645977 | 1,272,440,000 | engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/impl/DataExtractionTaskTest.java engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFImageLMTest.java engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableLMTest.java | Birt |
187 | 310,742 | Bug 310742 Exception is thrown out after delete bindings in chart view.[13] | null | 2010-04-27 22:35:12 | 1,272,420,000 | verified fixed | 8aed6bf | 1,272,440,000 | model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/PropertyRecord.java | Birt |
188 | 306,423 | Bug 306423 Dialog OK/Cancel buttons are not in consistent locations | Build Identifier: M20090917-0800 Throughout the user interface in Eclipse the button placement of the "OK" and "Cancel" buttons are continually inconsistent causing problems where the wrong button is clicked frequently. Reproducible: Always Steps to Reproduce: -- Specific case in BIRT, but issue exists throughout 1. With a grouped table select the table 2. switch to groups tab in property editor 3. edit a grouping 4. Note the button locations ("OK", then "Cancel" 5. click "Sorting" tab 6. click "Add..." to add a sort 7. Note the button locations ("Cancel", THEN "OK") | 2010-03-18 14:33:19 | 1,268,940,000 | verified fixed | 96b6480 | 1,272,440,000 | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/BaseDialog.java | Birt |
189 | 308,784 | Bug 308784 [Automation]Total Page number does not show actual Total Page number in Exported PDF files | null | 2010-04-12 03:32:37 | 1,271,060,000 | closed fixed | cd8d18d | 1,272,440,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/AreaFactory.java | Birt |
190 | 310,753 | Bug 310753 Refactor data set editor pages' codes[24983] | Build Identifier: 20100427 Refactor data set editor pages' codes. Reproducible: Always | 2010-04-28 02:10:34 | 1,272,440,000 | resolved fixed | 0405b87 | 1,272,440,000 | UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetSettingsPage.java | Birt |
191 | 309,625 | Bug 309625 Data source property binding properties are not copied during copy/paste | Build number:2.6.0.v20100419-0630 Steps to reproduce: 1. New a datasource, set values in property binding pane. 2. Copy and paste the data source 3. Check pasted data source Expected result: Property binding properties are pasted Actual result: Missed property binding properties. | 2010-04-19 03:02:06 | 1,271,660,000 | closed fixed | 215d36e | 1,272,430,000 | model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/util/CopyUtilTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/CopyUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/copy/ContextCopiedElement.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/copy/ContextCopyPasteBasePolicy.java | Birt |
192 | 299,515 | Bug 299515 org.mozilla.javascript.Context class does not get initialized if BIRT is the first to load it | Build Identifier: BIRT Runtime 2.5.1 (don't know where build ID is accessible) We are getting an issue with mozilla rhino classes not getting initialized properly with BIRT. If BIRT is started before any other code accesses Rhino classes then the problem occurs. If code other than BIRT accesses Rhino classes first, then the problem does not occur. The Context class is not fully resolved. Accessing static members that should have values return null. OSGILauncher.java has a workaround for classpath issues in Weblogic. This workaround is contributing to the issue, but doesn't appear to be the cause. If the workaround is removed or changed to initialize the classes in addition to loading them, then the issue doesn't occur. JVM: Java(TM) SE Runtime Environment (build 1.6.0_14-b08) server / client I'll attach a newsgroup conversation with Jason Weathersby that has additional information. This can be worked around by initializing the three Rhino classes that BIRT loads in OSGILauncher before BIRT is started by the webapp. Reproducible: Always Steps to Reproduce: 1. Start BIRT via org.eclipse.birt.core.framework.Platform.startup(config); 2. System.out.println("Context.emptyArgs -> " + org.mozilla.javascript.Context.emptyArgs); 3. Expected to print an object array, instead it prints null for "emtptyArgs" | 2010-01-13 11:34:46 | 1,263,400,000 | closed fixed | f3203d1 | 1,272,430,000 | model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/simpleapi/ReportDesign.java | Birt |
193 | 310,563 | Bug 310563 Exception is thrown out when create chart view for crosstab.[13] | null | 2010-04-27 00:41:03 | 1,272,340,000 | verified fixed | 58264f1 | 1,272,420,000 | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java | Birt |
194 | 307,597 | Bug 307597 "Unspecified error" happens when click the series with a hyperlink menu in PDF | null | 2010-03-30 23:08:34 | 1,270,000,000 | closed fixed | 1adc331 | 1,272,360,000 | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ImageAreaLayout.java | Birt |
195 | 305,117 | Bug 305117 [Accessibility] Can not switch from 'Available Items' to query text area directly.[17] | description: When we are writing the query text, we select from the 'Available Items' or enter text directly. So it should be more convenient if we can switch between directly. build id: 2.6.0 v20100309-0630 steps to reproduce: 1. Open a data set. 2. Try to switch from 'Available Items' to query text area by keyboard. Actual result: Can not switch directly. You have to go through the dialog. | 2010-03-09 04:02:20 | 1,268,130,000 | verified fixed | ae8fe2a | 1,272,350,000 | data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java | Birt |
196 | 307,624 | Bug 307624 Ctrl+Z doesn't work in script editor if the content was generated by DND from palette view | BuildId: 2.6.0.v20100331-0630 Steps to reproduce: 1. New a report and switch to script view 2. In Palette view, DND "this" from "Context" to the script view. 3. Script content changed. Press "ctrl +z" to try to undo the change to script contents. Expected result: ctrl + z should work, just as in the Layout view Actual result: ctrl + z doesn't work. Error Log: N/A | 2010-03-31 03:35:17 | 1,270,020,000 | closed fixed | 2ade20f | 1,272,350,000 | UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportScriptFormPage.java | Birt |
197 | 305,851 | Bug 305851 NullPointerException in PageSetAction.update() | Build Identifier: M20100211-1343 FormEditor.getActivePageInstance() may return null, in which case PageSetAction.update() NPEs: org.eclipse.birt.report.designer.ui.editors.actions.PageSetAction: public void update( ) { FormEditor editor = UIUtil.getActiveReportEditor( ); setEnabled( editor != null ); if ( editor != null ) { setChecked( editor.getActivePageInstance( ) NPE here ----> .getId( ) .equals( pageId ) ); } } See this stacktrace: java.lang.NullPointerException at org.eclipse.birt.report.designer.ui.editors.actions.PageSetAction.update(PageSetAction.java:48) at org.eclipse.birt.report.designer.ui.editors.actions.PageSetAction.<init>(PageSetAction.java:33) at org.eclipse.birt.report.designer.internal.ui.extension.FormPageDef.<init>(FormPageDef.java:59) at org.eclipse.birt.report.designer.internal.ui.extension.EditorContributorManager.createFormPageDefList(EditorContributorManager.java:392) at org.eclipse.birt.report.designer.internal.ui.extension.EditorContributorManager.createEditorContributor(EditorContributorManager.java:263) at org.eclipse.birt.report.designer.internal.ui.extension.EditorContributorManager.createEditorContributorMap(EditorContributorManager.java:241) at org.eclipse.birt.report.designer.internal.ui.extension.EditorContributorManager.getEditorContributor(EditorContributorManager.java:151) at org.eclipse.birt.report.designer.ui.editors.actions.MultiPageEditorActionBarContributor.createPageMenu(MultiPageEditorActionBarContributor.java:264) at org.eclipse.birt.report.designer.ui.editors.actions.MultiPageEditorActionBarContributor.contributeToMenu(MultiPageEditorActionBarContributor.java:245) at org.eclipse.ui.part.EditorActionBarContributor.init(EditorActionBarContributor.java:167) at org.eclipse.ui.part.EditorActionBarContributor.init(EditorActionBarContributor.java:146) at org.eclipse.ui.internal.EditorManager.createEditorActionBars(EditorManager.java:323) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:790) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:644) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:286) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2857) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762) at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2754) at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2705) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2676) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:651) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:610) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:99) at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:99) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:133) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:330) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:787) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:499) at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:842) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.runtime.Platform.run(Platform.java:888) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:840) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1101) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1205) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:264) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:258) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:298) 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:3910) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) Reproducible: Always | 2010-03-15 09:51:32 | 1,268,660,000 | resolved fixed | 4d09d37 | 1,272,340,000 | UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/actions/PageSetAction.java | Birt |
198 | 307,353 | Bug 307353 [accessibility]F2 cannot rename variable | Description: Press F2 has no response for variable Test build:2.6.0.v20100329-0630 Steps to reproduce: 1. Insert a report/page variable in Data Explorer 2. Select it and press F2. Expected result: rename dialog Current behavior: no response. | 2010-03-29 04:21:51 | 1,269,850,000 | verified fixed | 9a2a241 | 1,272,340,000 | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/RenameAction.java | Birt |
199 | 309,432 | Bug 309432 Tooltip is "null" for hyperlink in PPT | null | 2010-04-16 03:44:20 | 1,271,400,000 | closed fixed | 8150b51 | 1,272,010,000 | engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTWriter.java | Birt |
200 | 310,061 | Bug 310061 Positive/Negative color does not work in pie chart.[13] | null | 2010-04-22 03:43:35 | 1,271,920,000 | verified fixed | 34f81c5 | 1,272,000,000 | chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/render/PieRenderer.java | Birt |
201 | 307,336 | Bug 307336 Local type marker image will change to URI type when open the dialog.[13] | null | 2010-03-29 01:44:13 | 1,269,840,000 | verified fixed | a899e2e | 1,271,920,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/MarkerIconDialog.java | Birt |
202 | 309,911 | Bug 309911 Default value for label span need update.[13] | null | 2010-04-21 04:56:28 | 1,271,840,000 | verified fixed | 1d02215 | 1,271,910,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/axis/AbstractAxisSubtask.java | Birt |
203 | 310,050 | Bug 310050 Compile error found in 2.6.0 daily build v20100422-0630 | null | 2010-04-21 22:34:44 | 1,271,900,000 | closed fixed | a44280d | 1,271,910,000 | core/org.eclipse.birt.core/src/org/eclipse/birt/core/format/NumberFormatter.java | Birt |
204 | 291,152 | Bug 291152 GC scaling and translation not applied to chart drawing | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 Build Identifier: M20090211-1700 when drawing a chart to a GC the transformation matrix stored in the GC is not used while painting the chart to the GC. Instead the chart is painted with usting identity transformation. --- I am using paperclips to print pages and show previews. Printing works well, but when previewing the transformation stored in the GC (gc.get/setTransform) is not respected. Instead everything is painted unscaled from the untranslated origin of the GC. to be more precise: A printer image GC is initiliazed with 300 dpi and scaled to fit into the screen and thus having a scaling factor of about 0.14... . Birt draws a chart on the printer image GC without any scaling/translation and therefore - after drawing the image on the screen - out of my screen boundaries exept the white background pane which is at its right place. when setting the rendering boundaries to 0.14... of the previosly used chart size, the drawing might be in the right place, but the fonts are shown 0.14...^-1 times larger as they should be. When moving the displayed area of the enlarged page the chart is drawn always in the same position on the screen and doesn't move around with the rest of the page (This is where the translation comes into play). Reproducible: Always Steps to Reproduce: 1. draw a shart to a GC with a non-identity transformation matrix | 2009-10-02 03:01:27 | 1,254,470,000 | verified fixed | f14cf8e | 1,271,900,000 | chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtTextRenderer.java | Birt |
205 | 309,427 | Bug 309427 Group and sorting dialog for chart using cube is too small.[13] | null | 2010-04-16 02:57:26 | 1,271,400,000 | verified fixed | 53142b0 | 1,271,840,000 | chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/GroupSortingDialog.java | Birt |
206 | 309,442 | Bug 309442 Message always shows Weighted Average missing argument.[13] | null | 2010-04-16 05:32:47 | 1,271,410,000 | verified fixed | 869b392 | 1,271,840,000 | chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java | Birt |
207 | 309,265 | Bug 309265 Legend for bar stick stock chart should be updated.[13] | null | 2010-04-15 03:18:24 | 1,271,320,000 | verified fixed | 0cca5ff | 1,271,840,000 | chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/render/Stock.java | Birt |
Subsets and Splits