issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
124,238 | Bug 124238 Grid without data binding will throw npe and break report. | In GridItemExecutor the following line of code will throw npe if there is no result set: IResultIterator rsIterator = ( ( DteResultSet ) rset ).getResultIterator( ); Need a null check. This is very serious, it will break reports with grids that don't have data binding. I consider this a showstopper for the 2.0 release. | resolved fixed | 43a2a4f | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/GridItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/RowData.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-18T02:13:55Z | 2006-01-18T02:06:40Z |
123,722 | Bug 123722 Java based scripting -> getExpressionValue(int i) of IRowData returns unreasonable value | public void onPrepare( IRow row, IReportContext reportContext ) { try { row.setBookmark( "\"row-bookmark\"" ); System.out.println( row.getBookmark( ) ); } catch ( Exception e ) { e.printStackTrace( ); } } public void onCreate(IRowInstance rowInstance, IReportContext reportContext) { try { IRowData rowData = rowInstance... | closed fixed | c332d32 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/GridItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-17T20:10:43Z | 2006-01-13T05:26:40Z |
123,840 | Bug 123840 Incorrect use of static fields in NEvaluator and FilterPassController | Data Engine classes org.eclipse.birt.data.engine.script.NEvaluator and FilterPassController (used for top-n and bottom-n filter process) use static class fields to store proessing data. This is not multi-thread safe. If there are concurrent requests running in the same JVM (even if they use different instances of DataE... | resolved fixed | 54d8c65 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/FilterPassController.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/NEvaluator.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-17T05:44:27Z | 2006-01-13T22:06:40Z |
123,705 | Bug 123705 ClassCastException when trying to cast IReportContext.getHttpServletRequest() to HttpServletRequest | When scripting in Java, I try to get the http servlet request. IReportContext.getHttpServletRequest() returns an object, which by inspection seems to implement javax.servlet.HttpServletRequest. But I get a ClassCastException when trying to cast the object to a HttpServletRequest. The java project with the event handler... | resolved fixed | 9788c15 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConstants.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ScriptExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-17T05:06:44Z | 2006-01-13T02:40:00Z |
123,036 | Bug 123036 Data in a reprot is doubly stored | We currently stored data twice. Once in the content stream, once by DtE. The instance stored by content stream should not be there. | resolved fixed | 5b44626 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDLoad.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDSave.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-17T04:18:53Z | 2006-01-08T22:40:00Z |
123,939 | Bug 123939 [Smoke][Regression]Drill through link doesn't work in pdf. | Description: Drill through link doesn't work in pdf. Steps to reproduce: 1. View attached design file url.rptdesign in html/pdf, click the drill though link in the last three image. Result: Drill through link doesn't work in pdf. Some links in html also don't work. | closed fixed | a3103af | ["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-16T13:13:50Z | 2006-01-16T11:13:20Z |
123,723 | Bug 123723 I18n Problem | null | closed fixed | cc7f7e8 | ["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-13T20:55:33Z | 2006-01-13T05:26:40Z |
123,736 | Bug 123736 Underline, linethrough, overline doesn't work for chart font. | Description: Underline, linethrough, overline doesn't work for chart font. Steps to teproduce: 1. Add a style, set its font. 2. Tick "underline", "linethrough" and "overline". 3. Preview. Font setting doesn't work. | closed fixed | e3afd8d | ["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/util/ChartUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-13T18:49:01Z | 2006-01-13T08:13:20Z |
123,701 | Bug 123701 Edit JDBC DataSet unresponsive when database has many tables | I am using a JDBC DataSet to access an Oracle database. When I try to edit the JDBC DataSet to edit the query, the interface becomes unresponsive for several minutes, as BIRT is trying to retrieve the names of all the tables, views and stored procedures from all the schemas (and there are many schemas). After the dialo... | resolved fixed | 50ccb69 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-13T11:10:58Z | 2006-01-13T02:40:00Z |
123,727 | Bug 123727 the 'Top N' and 'Buttom N' do not work | Description: the 'Top N' and 'Buttom N' do not work Steps to reproduce: 1. new a report 2. new a datasource and a dataset 3. creat a report parameter, 4. drag a chart to the layout, In chart dialogue, click the 'select data' tab and click the button 'filters'. 5. set two filters condition, one is used the 'Top N' funct... | closed fixed | 7d440a1 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/FilterPassController.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/NEvaluator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-13T10:29:33Z | 2006-01-13T08:13:20Z |
123,734 | Bug 123734 org.eclipse.birt.report.tests.engine unit test failed in daily build 20060113 | org.eclipse.birt.report.tests.engine unit test failed. Please see attached. | closed fixed | 5b8d16a | ["testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/RenderTaskTest.java", "testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/ReportDocumentTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-13T10:15:39Z | 2006-01-13T08:13:20Z |
123,708 | Bug 123708 A new Date() appears in a generated report between a Text element and a Table element | A new Date() appears in a generated report between a Text element and a Table element. I did not observe this behavior before the 20060112 build. For example, using the 20051230 build, the date did not appear between the HTML text block and the table that follows it in the report. The date that appears in the generated... | resolved fixed | 863bf54 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/Page.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/PageRegion.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-13T09:54:44Z | 2006-01-13T02:40:00Z |
123,559 | Bug 123559 Interval can't be set on scripted data | Description: Interval can't be set on scripted data Steps to reproduce: 1.New a sample data source and a data set with table "ORDERS" 2.New a table binding with the data set 3.Add a group on the table, goupkey->row["ORDERDATE"].getFullYear() Interval->Interval, range->1 4.Preview Expected result: The data is grouped by... | closed fixed | cfeebd7 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ComputedColumnHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-13T08:46:49Z | 2006-01-12T07:13:20Z |
123,568 | Bug 123568 Can not evaluate new Date(String).getDate() | Description: Add a computed column named "a", set its type to "Date", and set its expression as "new Date("1/1/2002")". Pull the computed column "a" to the layout, and change the expression to "row["a"].getDate()", error pops up. Error message: iO3EI OU iIo: -Data OO iIo: 81 iIo 0 : data.engine.BirtException ( 1 I IeI ... | closed fixed | e980b4a | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultClass.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-13T08:35:42Z | 2006-01-12T07:13:20Z |
123,576 | Bug 123576 Data can't be retrieved when exporting data | Description: Data can't be retrieved when exporting data Steps to reproduce: 1.Preview the attached file in Web Viewer 2.Exported the data in table Expected result: The data is exported as a CSV file Actual result: No data is retrieved | closed fixed | 9c18cb1 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-13T05:33:05Z | 2006-01-12T10:00:00Z |
122,850 | Bug 122850 Table/list should not be able to be inserted in Master Page mode. | Description: Table/list should not be able to be inserted in Master Page mode. Steps to reproduce: 1. New a report and transfer to Master Page mode. 2. New a datasource and dataset 3. Drag a list/table to page header/footer, bind it to dataset and drag some columns inside. 4. Save and preview Expected result: Insert li... | closed fixed | 18bf723 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/SemanticError.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/MasterPageContextContainmentValidator.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validato... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-13T03:29:33Z | 2006-01-06T04:00:00Z |
123,038 | Bug 123038 Change order of BIRT streams | Currenlty, birt streams have no order. For example, the version number is stored at the very end of the file! Need to exert some ordering. | resolved fixed | fa40038 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java", "core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/FileArchiveWriter.java", "core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/IDocArchiveWriter.java", "core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/IS... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-13T02:15:43Z | 2006-01-08T22:40:00Z |
123,523 | Bug 123523 Previewing a scripted data set mapped to a java event handler throws NPE | When previewing a scripted data set we try to get a class loader from the ExecutionContext. (See ScriptExecutor.getClassUsingCustomClassPath). The context will be null in this case. The reason for using the context is to use cached class loaders when possible. Need to use some other mechanism to get the class loader if... | resolved fixed | c3e3536 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IReportItem.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IRow.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/Scri... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-12T22:39:44Z | 2006-01-11T22:53:20Z |
123,219 | Bug 123219 Export data in attached file which has a table covers multiple page will throw exception. | Description: Export data in attached file which has a table covers multiple page will throw exception. Steps to reproduce: 1. Preview attached design file in viewer. 2. Select the table and click Export Data Expected result: No errors. Actual result: Exception Exception in: ReportEngineService.getMetaData( ) | closed fixed | e02aa33 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-12T10:52:31Z | 2006-01-10T10:46:40Z |
123,388 | Bug 123388 Set html text, preivew in pdf, incorrectly. | Html text, preivew in pdf, incorrectly. Steps: 1.Drag a text into layout 2.Edit the text: <html>Our records indicate that several invoices are now past due. Below is a listing of outstanding invoices tatalling. Please let us know when we can expect receipt of these or if you have question or concerns. For a direct line... | closed fixed | 1c5801c | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-12T10:18:00Z | 2006-01-11T06:13:20Z |
123,545 | Bug 123545 DateTimeSpan not working properly in Edit Data Set | i cannot use the following script in Edit Data Set, DateTimeSpan.addDate(row["SHIPPEDDATE"], 0, 0, 10) seps to reproduce: - open the attached report design - go to Data Explorer - open Edit Data Set - Preview Results expected behavior: - the above script is executed. actual behavior: - errors were thrown. | closed fixed | 9026c3c | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-12T09:25:26Z | 2006-01-12T04:26:40Z |
123,035 | Bug 123035 Serialize primitive types, hashmaps and other Java classes not using Java serialization method | If you take a look at the serialized engine output, we frequently see java classes appearing. I see String class; I see PageHint class; I see Hashmap classes. All of these should be gone so that BIRT document is independent of any Java-based class serialization. DtE team will move primitive type serialization to BIRT.C... | resolved fixed | 8c0b1b8 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/AbstractDataEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataGenerationEngi... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-12T08:09:19Z | 2006-01-08T22:40:00Z |
123,550 | Bug 123550 Unit test has errors on 20060112 | Please see attached file. | closed fixed | 92f30c9 | ["UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/internal/ui/util/UIUtilUITest.java", "UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/tests/ITestConstants.java", "UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/ui/SimpleUI... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-12T06:11:36Z | 2006-01-12T04:26:40Z |
123,540 | Bug 123540 Smoke[Regression]: NPE is thrown out in property editor. | Description: NPE is thrown out in property editor. Steps to reproduce: 1. Install BIRT RCP build. 2. Kick off Eclipse. 3. NPE is thrown out. java.lang.NullPointerException at org.eclipse.birt.report.designer.core.model.SessionHandleAdapter.getMediator(SessionHandleAdapter.java:263) at org.eclipse.birt.report.designer.c... | closed fixed | b972438 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/SessionHandleAdapter.java", "UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/HandleAdapterFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-12T04:26:40Z | 2006-01-12T04:26:40Z |
123,406 | Bug 123406 Add geLocaltStringProperty in GroupElementHandle and GroupPropertyHandle | Please refer to 123405. GUI need a way to get the local setting of given property because current getStringPropery method will return inherited value if there are no local value. | resolved fixed | 7860389 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupPropertyHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-12T02:32:04Z | 2006-01-11T11:46:40Z |
123,044 | Bug 123044 Preview attached file in PDF and the page break in the first item didn't happen. | null | closed fixed | ce7cd3f | ["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-11T12:54:26Z | 2006-01-09T01:26:40Z |
123,207 | Bug 123207 PropertyHandle items cannot be moved down | Use the property handle to move down the item. It seems not work. | closed fixed | 3d66621 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/PropertyHandleTableViewer.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/activity/AbstractElementCommand.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-11T06:58:37Z | 2006-01-10T08:00:00Z |
122,854 | Bug 122854 There is redundant columns in "available columns" list in "export data" dialog. | Description: There is redundant columns in "available columns" list in "export data" dialog. Steps to reproduce: 1. Preview attached design in web viewer. 2. Select the table and click on "export" button. 3. There is a "detail" column name in "available columns" list which is not data set column. | closed fixed | 1dcd377 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/Report.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-10T08:46:38Z | 2006-01-06T04:00:00Z |
122,656 | Bug 122656 URL builder improvement - usability issue | Currently the URL builder don't display the available target bookmarks. This makes it difficult to use especially if the report is designed by some one else. See attched UI mockup with the suggested improvement: URL builder will display the available target bookmarks for internal bookmark link and drill through links. ... | resolved fixed | 3e2c1be | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-10T08:21:10Z | 2006-01-04T18:40:00Z |
123,174 | Bug 123174 inappropriate column header when inserting a table group | steps to reproduce: - create a table, bind it to an existing data set - insert a table group, e.g. row["CUSTOMERNUMBER"] - drag some data into table detail row - preview report expected behavior: - the column header should be the name of the column actual behavior: - the column header was expr. row["CUSTOMERNUMBER"] | closed fixed | 62d51cc | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-10T07:29:37Z | 2006-01-10T02:26:40Z |
123,042 | Bug 123042 When do some operation on the data drive manager, the eclipse may be broken. | Description: When do some operation on the data drive manager, the eclipse may be broken. Steps to reproduce: 1. new a JDBC data resource, and click the "Manage drivers" 2. delete a Jar file , and click "OK" 3. click the "Manage drivers" , add the deleted Jar File and click "OK" 4. click the "Manage drivers" and click ... | closed fixed | 10127f9 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JdbcToolKit.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-09T12:44:35Z | 2006-01-09T01:26:40Z |
122,412 | Bug 122412 Need a scroll bar to display the full description in expression builder | Description: Need a scroll bar to display the full description in expression builder Step to reproduce: 1.Open the expression builder, choose BIRT JS Object->Total Expected result: All the methods and description could be displayed.Since we can't resize the dialog of expression builder, a scroll bar is needed Actual re... | closed fixed | 1072333 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-09T06:55:53Z | 2005-12-31T03:33:20Z |
123,034 | Bug 123034 Move primitive type serialization to BIRT.core | Move primitive type serialization/deserialization to BIRT.core. Engine needs to use them too. | resolved fixed | e7f39b2 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/util/IOUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-09T05:31:40Z | 2006-01-08T22:40:00Z |
122,941 | Bug 122941 Group interval range resets to 1 | 1. Create a group based on orders.orderNumber. 2. Specify an interval range of 100. 3. Do not check "Use fixed base value for interval" 4. Preview the report. Report groups on every order number. 5. Open the group editor. The interval range is set to 1. | resolved fixed | a5051a5 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-09T04:05:39Z | 2006-01-06T17:53:20Z |
122,869 | Bug 122869 Drag a parameter from data explorer view into a table in library, a new parameter is created automatically. | Description:Drag a parameter from data explorer view into a table in library, a new parameter is created automatically. Steps to reproduce: 1. Add a cascading parameter and a table in a library file. 2. Drag a parameter from data explorer view into a table cell in layout editor. 3. Find that a new parameter was added i... | closed fixed | 93200c8 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ExpressionTreeSupport.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palett... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-09T03:38:33Z | 2006-01-06T06:46:40Z |
122,687 | Bug 122687 Libraries dont appear to allow background colors on tables to be used | If I create a table and set the background color to blue in my library and then drag the table from the library to the report the background color does not go with it. | resolved fixed | 9395499 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/StyledElement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-09T02:24:21Z | 2006-01-04T21:26:40Z |
122,480 | Bug 122480 It is difficult to edit the properties of a library root element with Property Editor | Open a library. The Property Editor shows the properties of the library's root element. Click on any item in the Data Explorer, Palette, or Outline. The Property Editor shows the appropriate properties or is blank. Click on the library root element in the Outline. The Property Editor blanks. Click on the dark gray area... | closed fixed | 7ae6129 | ["UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/editparts/LibraryReportDesignEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-06T04:06:13Z | 2006-01-03T01:00:00Z |
122,561 | Bug 122561 Java event handler class is loaded multiple times | It appears that a Java event handler class is loaded twice for every time that an event is fired that requires the handler class. You would expect that the class is loaded once per Engine session. To reproduce, create a Java project in the workspace, set it to depend on the org.eclipse.birt.report.engine project, and d... | resolved fixed | b900dee | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IRowData.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/CellEventAdapter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapte... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-05T21:19:33Z | 2006-01-03T20:26:40Z |
122,365 | Bug 122365 In data set dialog, add parameter first then edit query, parameter value will be cleared out. | Description: In data set dialog, add parameter first then edit query, parameter value will be cleared out. Steps to reproduce: 1. Add a data set. 2. In data set dialog, add a parameter. 3. Edit query and use this parameter. 4. Preview in data set dialog, it works. 5. Change to "parameter" page, its value is cleared out... | closed fixed | 5eb1936 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/PropertyHandleTableViewer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-05T11:22:59Z | 2005-12-30T05:20:00Z |
122,577 | Bug 122577 Library Explorer does not refresh after creating or changing a library | 1. Open the Library Explorer view. Create a library. Expected: The library appears in Library Explorer. Actual: The library does not appear in Library Explorer until you re-open Eclipse. 2. Open the Library Explorer view. Open an existing library. Change the library. For example, change the title, or add a report item.... | resolved fixed | b06fe9f | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/runtime/GUIException.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerViewPage.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/de... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-05T09:11:42Z | 2006-01-04T02:00:00Z |
122,584 | Bug 122584 Cascading parameter values can't be displayed properly in html viewer. | Description: Cascading parameter values can't be displayed properly in html viewer. Steps to reproduce: 1. Preview attached design file in html viewer. 2. Click on "change parameter" button in html viewer. 3. Select the first parameter value and expect that the second parameter value in the same cascading parameter gro... | closed fixed | e5c6ee0 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-05T07:50:04Z | 2006-01-04T04:46:40Z |
122,177 | Bug 122177 Add input for IntervalBase to Group Editor | BIRT model's group definition has one important property: IntervalBase (see GroupHandle.setIntervalBase). This property controls how interval-based grouping picks the range of its initial group, and is an important part of range-based grouping. BIRT designer's Group Details editor should allow user to edit IntervalBase... | resolved fixed | 8b6ff42 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-05T07:00:22Z | 2005-12-27T21:46:40Z |
122,702 | Bug 122702 Smoke[regression]: Template file can't be published. | Description: Template file can't be published. Steps to reproduce: 1. Create a template file. 2. Publish it and click on "OK" button in "publish" window. 3. Error message "PublishTemplateAction.wizard.message" pops up. | closed fixed | 811907b | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishTemplateAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-05T04:14:18Z | 2006-01-05T03:00:00Z |
120,975 | Bug 120975 Provide option to disable the master page for HTML reports | null | resolved fixed | 5aa9b5d | ["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/ViewerPlugin.java", "viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-05T01:31:03Z | 2005-12-15T01:26:40Z |
122,666 | Bug 122666 Performance enhancement for RandomAccessFile | The readInt method for RandomAccessFile makes 4 calls to system, and the calls are not buffered. | resolved fixed | 15d5b13 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/RAFileInputStream.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-05T01:15:37Z | 2006-01-04T21:26:40Z |
122,581 | Bug 122581 Available columns are not displayed properly when export data. | Description: Available columns are not displayed properly when export data. Steps to reproduce: 1. Preview attached design file in html. 2. Select the first table and export it. 3. In "export data" dialog, Available columns are not displayed properly. | closed fixed | f180298 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/api/Column.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/endpoint/BirtViewerAPI.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-04T22:44:44Z | 2006-01-04T02:00:00Z |
122,423 | Bug 122423 Support page range in RenderTask | Support page range in render task. For PDF format, simply log a message saying range is not supported if a range is specified, and still output whole report. For HTML format, support page range in the form of "1,2,5-10" + "All". The code should check if there is range set. If so, parse it and form a range and output th... | resolved fixed | bafc863 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java", "engine/org.ec... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-04T09:11:08Z | 2005-12-31T14:40:00Z |
122,300 | Bug 122300 "NaN" is displayed when select value from an invalid column in data set filter page. | Description: "NaN" is displayed when select value from an invalid column in data set filter page. Steps to reproduce: 1. Add filter in data set dialog. 2. Add Expression "row["account_nm"]/row["Test"]", operator "equals", then select values, it displayed "NaN". Strange. See attached design file. | closed fixed | 2be6b93 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/ExpressionUtility.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-04T06:44:07Z | 2005-12-29T09:53:20Z |
122,212 | Bug 122212 Cancel the action of creating a chart, then delete a data set, it still refers to the non-existent chart. | Description: Cancel the action of creating a chart, then delete a data set, it still refers to the non-existent chart. Steps to reproduce: 1. Create a data source and related data set. 2. Add a chart and select a data set in chart dialog. 3. Cancel creating chart action. 4. Delete the data set from data explorer view. ... | closed fixed | 119ea96 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/BaseInsertMenuAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-04T06:28:02Z | 2005-12-28T06:06:40Z |
122,110 | Bug 122110 Template can't publish to the path which is the same as create path | Details: Template can't publish to the path which is the same as create path Setp: 1.Open a report design and set windows-preferences-template-template folder to c:\test. 2.New a template in c:\test 3.Publish template to template folder Actual result: Template folder can't publish, and this error lead to a new report c... | closed fixed | 99abed9 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishTemplateAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-04T06:07:47Z | 2005-12-27T07:53:20Z |
121,287 | Bug 121287 Post BIRT M3 build: Edit Group Dialog does not present expression builder for Group On | In Edit Group dialog, there is no expression builder for the Group On field. In order to support multi-pass aggregation, the expression builder is needed to specify an expression to group on. | resolved fixed | 00d2505 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-04T05:52:44Z | 2005-12-16T21:53:20Z |
122,045 | Bug 122045 Template should show blank preview when there is no image | Create a template but do not associate an image with it. Place the template in the templates directory. Now, create a new report design. On the second page of the New Report dialog, select the template that has no image. Actual result: The preview appears as a white rectangle with a small red square in the top left. Ex... | closed fixed | 3bcaa4b | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardTemplateChoicePage.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... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-04T03:50:28Z | 2005-12-24T02:06:40Z |
122,306 | Bug 122306 TOC on group won't be displayed | Description: TOC on group won't be displayed Steps to reproduce: 1.Add a sample datasource and a data with table "CUSTOMERS" 2.Add a table binding with data set 3.Add a group on the table and set the toc expression to "Group" 4.Preview in HTML Expected result: TOC "Group" will be displayed on the TOC pane Actual result... | closed fixed | db89e3c | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-04T03:17:23Z | 2005-12-29T12:40:00Z |
122,003 | Bug 122003 Could not export data properly | Description: Using a flatfile dataset in the report, there are a lot of columns name missed when exporting data. Steps to reproduce: 1.Using the attached flatfile to create datasource and dataset. 2.Pull the dataset to the layout and preview in html. 3.Click "Export data" in the toolbar and select all the columns to ex... | closed fixed | 74b65c4 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ResultMetaData.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-01-04T02:49:58Z | 2005-12-23T15:00:00Z |
122,289 | Bug 122289 [Smoke][Regression][SPM-Linux WS]Item can't be dropped to layout from library | Details: Item can't be dropped to layout from library Setp: 1.New a library and insert a label 2.New a report design and use library 3.Drop label from library explorer to layout Actual results: Nothing is dropped into layout. Not only use library in outline, but also in library explorer is no effect. But when I drop th... | closed fixed | 3d32a8f | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-29T10:12:32Z | 2005-12-29T07:06:40Z |
122,221 | Bug 122221 Space in text can't be previewed properly in PDF. | Description: Space in text can't be previewed properly in PDF. Steps to reproduce: Drag a text element to editor. Type two rows data. In second row, type several spaces ahead. Preview the report in PDF. The space in text can not preview | closed fixed | b58cc16 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-29T07:21:34Z | 2005-12-28T08:53:20Z |
121,273 | Bug 121273 Script modification of style properties does not work for data item | Create a report with a lable and a data item. In the onCreate method for both items, put this.style.color="red" The label item works, but the data item does not. | resolved fixed | efa78d5 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-29T04:09:11Z | 2005-12-16T19:06:40Z |
122,165 | Bug 122165 Publish template action should warn before overwriting existing template | Publish a template to the templates folder. Make a change to the template. Publish it again. Expected result: Warning dialog that you are about to overwrite the existing template. (Similar to File->Save As warning when overwriting an existing file.) Actual result: The template just gets written without a warning. | closed fixed | b975ef5 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishTemplateAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-29T04:00:04Z | 2005-12-27T19:00:00Z |
122,173 | Bug 122173 Can't drag and drop a data set column to report design layout editor | With 20051227's build, I can't bind a data set column to a table cell by drag & drop it from data explorer. This is a show stopper that we need to have it fixed. | resolved fixed | 624c6ec | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DNDUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-29T03:59:37Z | 2005-12-27T21:46:40Z |
122,117 | Bug 122117 [RCP]Library name keeps the same when creating a new one. | Description: [RCP]Library name keeps the same when creating a new one. Steps to reproduce: 1. Create a new library file. 2. Its default name is always "new_library.rptlibrary". | closed fixed | d219e55 | ["UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/wizards/NewLibraryWizard.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-29T03:55:54Z | 2005-12-27T07:53:20Z |
122,283 | Bug 122283 [Smoke][Regression][SPM-Linux WS]Item in library can't be used when include library from library explorer | Details: Item in library can't be used when include library from library explorer Step: 1.New a library and Insert a label. 2.Open a report design 3.Open the library exploer in report and use the library 4.Drop the library label from library explorer into layout Actual results: Expection pop up. If use the library from... | closed fixed | c4093a0 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ImportLibraryDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/u... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-29T03:45:05Z | 2005-12-29T04:20:00Z |
121,954 | Bug 121954 Error pops up when bind a dataset without any record with Chart | Description: If there is a dataset returned no records, bind with chart, then error occurs. Steps to reproduce: 1.Create a datasource and dataset. Set filter to make return no record. 2.Pull a chart to the layout, bind with the dataset, error occurs. Error log: : + report : report 0 : data.engine.LoadReportDocumentErro... | closed fixed | 5855912 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/DataRowExpressionEvaluatorAdapter.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/IDataRowExpressionEvaluator.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/factory/SqlDataRowEvaluato... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-29T02:55:57Z | 2005-12-23T03:53:20Z |
122,068 | Bug 122068 [Smoke][Regression]Exception thrown out when preview Chart | New a report, create a regular chart and preview. Though the chart image is generated, a ClassCastException is thrown out. The handle here actually is an ExtendedItemHandle, not an ImageHandle. ------------------------------------------------------------------------ There are errors on the report page: - There are erro... | closed fixed | 28b0c94 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDesignElement.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IImageInstance.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/ins... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-28T22:52:26Z | 2005-12-26T04:06:40Z |
112,218 | Bug 112218 Preference dialog does not open in I20051011-0920 | There are unresolvecd compilation errors in the preference dialog. This errors prevent the preference dialog from opening in I20051011-0920. I'm investigating how this happened, and I've requested a rebuild. | resolved fixed | d3b7c73 | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-28T08:29:17Z | 2005-10-11T14:13:20Z |
122,203 | Bug 122203 No refresh when creating a template report item in masterpage header/footer | Description: No refresh when creating a template report item in masterpage header/footer Steps to reproduce: 1.Switch to masterpage, put a text in the masterpage header 2.Convert the elements in masterpage header/footer to template report item Expected result: Both the elements in masterpage header/footer are converted... | closed fixed | b2cd38f | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/AreaEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-28T07:52:12Z | 2005-12-28T06:06:40Z |
122,195 | Bug 122195 Smoke-Regression:Eclispe 3.0: Can not create template report item. | Smoke:Eclispe 3.0: Can not create template report item. Steps: 1.Drag a label into layout 2.Select the label, right clight the mouse, select "Create Template Report Item..." 3.Click "Ok" button Actual Results: 1.System throws exception org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.Null... | closed fixed | 111fab3 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-28T07:17:19Z | 2005-12-28T03:20:00Z |
122,077 | Bug 122077 Set visibility for the item inside a table which extends from a library, its setting doesn't work. | Descirption: Set visibility for the item inside a table which extends from a library, its setting doesn't work. Steps to reproduce: 1. Extend a table from library to report design file. 2. Select a label in the table and set its visibility, hide element in html/pdf. 3. Preview in html/pdf. it is still visibile. | closed fixed | ced45b0 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-28T05:34:39Z | 2005-12-26T06:53:20Z |
122,105 | Bug 122105 the schema should be added as 'schemaname.Procedurename' when use the stored procedure. | Description: the schema should be added as 'schemaname.Procedurename' when use the stored procedure. Steps to reproduce: 1. create a new report 2. create a data source and a data set on the store procedure 3. In the window "Edit data set", drag a store procedure to the QueryText Expected Results: The stored procedure n... | closed fixed | 882857a | ["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/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-27T07:30:30Z | 2005-12-27T05:06:40Z |
119,566 | Bug 119566 Support template items in page header/footer | Currently you can't create template report items inside a page header/footer. This should be fixed. | resolved fixed | 374a9b2 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/CreatePlaceHolderAction.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/SimpleMast... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-27T06:24:04Z | 2005-12-07T04:33:20Z |
121,871 | Bug 121871 Support intellisense for global varible "report" in both expression builder and script editor | Currently expression builder already provide intellisense support for static objects (both BIRT and standard javaScript object). However, it doesn't support intellisene for "report". Even with the class structure displayed in the expression builder, it is quite difficult to figure out how to use the report varible with... | verified fixed | 018ed60 | ["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/dialogs/ExpressionBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-27T03:23:40Z | 2005-12-22T11:13:20Z |
121,956 | Bug 121956 Data set binding status is not consistent in layout editor and property editor view. | Description: Data set binding status is not consistent in layout editor and property editor view. Steps to reproduce: 1. Drag a table from library into a report layout editor. 2. Enable property editor view. 3. change to "binding". Data set can be edited here. 4. Right click on the table and find that "edit data set bi... | closed fixed | 1b6b5e5 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/EditBindingAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-27T02:51:52Z | 2005-12-23T03:53:20Z |
121,864 | Bug 121864 Report element can't be deleted | Description: Report element can't be deleted Steps to reproduce: 1.Open the attached design file 2.Delete the table/parameters/dataset/datasource Expected result: The element can be deleted Actual result: They can't be deleted | closed fixed | 8bfd438 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentCommand.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-26T06:51:17Z | 2005-12-22T08:26:40Z |
102,436 | Bug 102436 Date/time value not stored correctly in report design | null | resolved fixed | 2412c8e | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-26T06:12:25Z | 2005-07-01T03:53:20Z |
121,988 | Bug 121988 [Smoke][SPM-Linux WS]Template cannot publish to temple folder | Details: Template cannot publish to temple folder Setp: 1.New a template. 2.Insert a label and input "label1", right click and select Create Template Report Item 3.Save and Publish to temple folder Actual result: An error pop up Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 1.) org.eclipse.birt.report.model.... | closed fixed | 10c8ccf | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-26T04:17:37Z | 2005-12-23T09:26:40Z |
122,040 | Bug 122040 Incorrect labels on New Template dialog | Choose File->New Choose Template in the list of BIRT file types. New Template appears. Select a folder and type a file name. Choose Next. The next page has the following problems: 1. The subtitle is: Set Report Property The subtitle should be: Set Template Properties 2. The first label is: Dispaly name The label should... | closed fixed | d99dacb | ["UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewReportWizard.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewTemplateWizard.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designe... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-26T03:15:44Z | 2005-12-23T23:20:00Z |
121,852 | Bug 121852 Drag theme in library1 to library2 will cause BirtException. | Description: Drag theme in library1 to library2 will cause BirtException. Steps to reproduce: 1. New a library lib1, add a theme theme1. 2. New a library lib2, use lib1 in lib2 then theme1 appeared in lib2's theme directory. 3. Modify lib1 to add another theme2. 4. Refresh lib1 then drag theme2 from lib1 to lib2 Result... | closed fixed | d4f51ce | ["UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/dnd/LibraryDragListener.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-26T02:29:19Z | 2005-12-22T08:26:40Z |
121,109 | Bug 121109 Bad Data Source and Data Set Javascript event handlers are ignored | Open a report design, open any Data Set's Script editor. Type in an invalid Javascript for the "beforeOpen" method, for example, " { ". Preview a report that uses that Data Set. The report executes normally. No error is shown. Apparently Report Engine ignored the bad Javascript code. It's only when you run the report i... | resolved fixed | 6e54ed3 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/DtEScriptExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-24T00:19:45Z | 2005-12-15T20:53:20Z |
121,111 | Bug 121111 Bad event handler class name does not cause an error | Open a report design, open any Data Set's Property editor. Type in an invalid Java class name for the "Event Handler Class" property, say "aaa". Preview a report that uses that Data Set. The report executes normally. No error is shown. Event handlers are an integral part of a report design, and if a script handler clas... | resolved fixed | c0422a1 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-23T23:58:13Z | 2005-12-15T20:53:20Z |
121,974 | Bug 121974 Can't evaluate global expressions when ResultIterator is not in the iteration loop | For global expressions, such as {params["p1"]},{new DateTime()}, it should always be available and evaluatable within the birt scripting environment. Currently, Dte scriptExpresson has three types: BEFORE_FIRST_ROW, AFTER_LAST_ROW, ON_EACH_ROW. But in fact BEFORE_FIRST_ROW only works when the cursor is just to enter th... | closed fixed | 51c480e | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-23T19:35:20Z | 2005-12-23T06:40:00Z |
121,873 | Bug 121873 Can't load birt classes in report item script | In report item script functions, i.e. onCreate(), onRender(), try writing some javascript code to use birt classes which are in plugins that are not explicitly depended on by the Viewer(for example, org.eclipse.birt.chart.util.CDateTime in birt.chart.engine plugin), Exception will be thrown out. This is because Viewer ... | closed fixed | ed5c5fe | ["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/ViewerPlugin.java", "viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/ViewerClassPathHelper.java", "viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebappAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-23T12:49:58Z | 2005-12-22T11:13:20Z |
121,524 | Bug 121524 Border is still displayed in the layout after delete the style | Description: Border is still displayed in the layout after delete the style Steps to reproduce: 1.New a style with background color: yellow, border{solid,red,10pixels} 2.Add a table and apply the style to the table (see the attachement) 3.Delete the style Expected result: All style disappear Actual result: Border is st... | closed fixed | 7a3f7e1 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/BackRefRecord.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ElementBackRefRecord.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-23T08:44:42Z | 2005-12-20T06:26:40Z |
121,019 | Bug 121019 Java based scripting -> TextItemInstance/setText, getText does not work properly | textItemInstance.setText( "Actuate Shanghai" ); System.out.println( textItemInstance.getText( ) ); after executing the codes above, i got "text/template". expected behavior: - Actuate Shanghai actual behavior: - text/template | closed fixed | 33ba196 | ["UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/DebugStartupClass.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/I... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-23T03:14:07Z | 2005-12-15T09:46:40Z |
121,269 | Bug 121269 Allow displaying HTML source for debugging | With the new AJAX-based viewer, one can no longer see the HTML source of the page. This is extremely inconvenient for debugging engine problems, because there is not an easy way to see the HTML source code. This might fall into the category an enhancement, but since it significantly reduces other people's work efficien... | resolved fixed | 4e9bd97 | ["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-23T00:11:05Z | 2005-12-16T19:06:40Z |
109,350 | Bug 109350 output parameter should display in data set dialog. | details output parameter should display in edit data set dialog. steps to reproduce: when call the stored procedure from Oracle database, the query result has been stored in output parameter as an object. While in query result page, there is no data returned actual result: output parameter should display in edit data s... | resolved fixed | 126b0c4 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ResultSet.java", "data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-22T14:24:19Z | 2005-09-13T02:53:20Z |
121,815 | Bug 121815 NullPointerException when undo a delete action. | Description: NullPointerException when undo a delete action. Steps to reproduce: 1. Attached is a grid/table/list nest report, select the outer grid and press delete button. 2. Press Ctrl+Z Expected result: The deleted items are recovered without exception. Actual result: java.lang.NullPointerException at org.eclipse.b... | closed fixed | a7fc92e | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/GridEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-22T07:42:04Z | 2005-12-22T02:53:20Z |
121,170 | Bug 121170 get column label from meta data object should return some user recognizable strings | Calling IMetaData.getColumnLabel() before/after data extraction have different results. The labels returned before extraction are null, while the ones after extraction are recognizable strings. Since the labels need to be displayed to the end user before doing the extraction, getcolumnlabel before extraction should als... | closed fixed | 165fa76 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-22T06:51:24Z | 2005-12-16T05:13:20Z |
121,174 | Bug 121174 Bookmark url is not correct. | null | resolved fixed | efde2e5 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/api/UpdateContent.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/endpoint/BirtSoapBindingStub.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/ecli... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-22T03:15:58Z | 2005-12-16T05:13:20Z |
121,682 | Bug 121682 Exception throws when export data from table containing highlight/map. | Description: Exception throws when export data from attached report. Steps to reproduce: 1. I add a table which has a group, a highlight rule and a map rule in group row. 2. Preview the report attached. 3. Export the data in table. Expected result: Data are exported. Actual result: Exception in: ReportEngineService.get... | closed fixed | fccbc9a | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-22T02:15:56Z | 2005-12-21T04:40:00Z |
121,687 | Bug 121687 Exception throws when export data in table which inside a grid cell. | Description: Exception throws when export data in table which inside a grid cell. Steps to reproduce: 1. insert a grid. 2. insert one table to one grid cell. 3. insert another table to the other grid cell. 4. export data in two tables. Expected result: Data are exported. Actual result: Exception in: ReportEngineService... | closed fixed | 45aac06 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/Report.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-21T10:05:18Z | 2005-12-21T07:26:40Z |
104,592 | Bug 104592 Spanish label on Edit Parameter is truncated | Spanish translation for "Selection values:" on Edit Parameter is truncated. Please check attached bitmap file for detail. "Set default" button is also truncated, but it's a duplicate of 104584. | closed fixed | 4aa4d16 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-21T09:02:17Z | 2005-07-20T22:53:20Z |
121,352 | Bug 121352 The data set binding property cannot be retrieved in report preview layout | In report preview page, the datasource/dataset property binding lists cannot be retrieved. The dataset binding can not work correctly in layout preview because it's value cannot get from the binding list. But in the data set edit page, the binding value can be got. You can refer to the attachment. | closed fixed | 6a3ed59 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentRecord.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentReplaceRecord.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java", "model/org.ecli... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-21T08:18:56Z | 2005-12-19T05:26:40Z |
121,166 | Bug 121166 in the second time use of scripted data set, the result is null | 1: Create a scripted data source 2: Create a scripted data set 3: Drag this data set to report design to create a table 4: Do step 4 again to create the second table 5: Preview report, the first table has result but the second table is null Expected: 5: the first table and the second table have the same result | resolved fixed | 4ea6215 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/DtEScriptExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-21T07:48:53Z | 2005-12-16T05:13:20Z |
104,986 | Bug 104986 Backgound image uses an absolute path | Currently Chart uses an absolute path to indicate a backgournd image, that may cause the design unusable on other environments. Expected the background image can be definded in multiple ways like in report designer. e.g. URI(absolute path), File(relative path), Embedded Image(Encoded Image Data). | resolved fixed | 99ab478 | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingRendererImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/AttributeFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/AttributePackage.java",... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-21T05:27:46Z | 2005-07-25T11:13:20Z |
119,804 | Bug 119804 [Smoke]Drill-through link doesn't work in BIRT PDF Emitter. | Description: Drill-through link doesn't work in BIRT PDF Emitter. Steps to reproduce: 1. Define a drill-through link in design file. 2. Preview in pdf using birt pdf emitter. 3. Click the drill-through link Expected result: The target report opens. Actual result: Nothing happened. | closed fixed | 1df9f1f | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConstants.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-21T02:33:50Z | 2005-12-08T05:33:20Z |
121,527 | Bug 121527 new feature: Cache data set data for report preview works incorrectly | Description: Set the "Cache and use first 5 rows" for report preview, but in the preview result and preview in designer there still return the entire data set. Steps to reproduce: 1.Create sample datasource, create a dataset with "select * from CLASSICMODELS.CUSTOMERS". 2.In the "Edit dataset" dialog, set the "Cache an... | closed fixed | 4ca1d02 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConstants.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-20T22:20:52Z | 2005-12-20T06:26:40Z |
121,399 | Bug 121399 There is no default file name in "save as" dialog. | Description: There is no default file name in "save as" dialog. Steps to reproduce: 1. Open a report file and save as it to a new file. 2. "Save as" dialog pops up. 3. Notice that default name is missing. | closed fixed | 4a12598 | ["UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/SaveReportAsWizard.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/WizardSaveAsPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-20T10:58:36Z | 2005-12-19T11:00:00Z |
117,644 | Bug 117644 Set inside nested table's filter to use outer table's column with two tables usi | Description: Set inside nested table's filter to use outer table's column with two tables using different data source will cause exception Steps to reproduce: 1.create a new report 2.create datasource1 from sample database,datasource2 with jdbc database type 3.create ds1 from datasource1 and ds2 from datasource2 4.inse... | resolved fixed | c1bc3c2 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/SelectValueDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-20T10:34:21Z | 2005-11-23T07:13:20Z |
120,958 | Bug 120958 Match operator does not work | 1. Insert a table and a data set field, such as customerName. 2. Specify the following filter for the table: row["customerName"] Match /^Mini/i (This is a valid JavaScript regular expression) 3. Preview the report. An error message appears saying that the conditional operator is not supported. See attached report desig... | resolved fixed | fc8d300 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-20T09:51:03Z | 2005-12-14T19:53:20Z |
121,498 | Bug 121498 When datasource/dataset deleted, the datasource/dataset property binding element haven't been deleted | When deleted the datasource/dataset, the datasource/dataset property binding element haven't been deleted. Expected result: This operation must be a transaction. | resolved fixed | 47a6771 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-20T09:15:06Z | 2005-12-20T03:40:00Z |
121,370 | Bug 121370 ?eirst open BIRT, property editor can not be opened. | eirst open BIRT , create a new workspace, property editor can not be opened, system throws exception. Steps: 1.Install eclipse and birt 2.Open the eclipse 3.Create a new workspace Actual Results: 1.Propertye editor can not be opened, system throws exception java.lang.NullPointerException at org.eclipse.birt.report.mode... | closed fixed | d13b184 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/EmptyGroupElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupElementFactory.java", "model/org.ec... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2005-12-20T08:12:03Z | 2005-12-19T08:13:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.