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
8
417,305
Bug 417305 A sample chart has no data
null
2013-09-16 04:19:03
1,379,320,000
verified fixed
3f913aa
1,379,340,000
chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/models/WorkingWithBIRTDataEngine.java
Birt
9
417,291
Bug 417291 [Compatibility]List containining data item can not be rendered
Verision:4.3.1\v20130913-1501 Steps to reproduce 1,Open attached report in os birt 2,Report has a list containing a data item binding data set. 3,Preview report and check the result. Expected Result:Data can be rendered. Actual result:Exception is thrown out when previewing report. Error info: org.eclipse.birt.report.s...
2013-09-15 22:46:49
1,379,300,000
verified fixed
9ba6545
1,379,300,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java
Birt
10
414,088
Bug 414088 Error in code of PageArea.createRoot
This seems to me like a copy&paste error in the code: protected void createRoot( ) { ... pageRoot.setBoxStyle( boxStyle ); rootLeft = getDimensionValue( pageContent, pageContent.getMarginLeft( ), pageContentWidth ); rootTop = getDimensionValue( pageContent, pageContent.getMarginTop( ), pageContentWidth ); rootLeft = Ma...
2013-07-31 02:57:15
1,375,250,000
resolved fixed
4b8e886
1,378,770,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/PageArea.java
Birt
11
320,365
Bug 320365 Excel emitter don't use reportContext timezone
- Create a blank report ; - Insert a "Data" Object of type "Date Time" without databinding. Write "new Date();" for the javascript expression ; - When invoking your report from the web viewer, configure a timezone with "__timezone" parameter. For instance, for me, "&__timezone=Europe/Paris" (GMT+2) ; - My JVM uses UTC ...
2010-07-20 05:11:46
1,279,620,000
verified fixed
99c1428
1,378,770,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelXmlWriter.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/s...
Birt
12
405,749
Bug 405749 Typo in variable name: linkToSalarParameter
In the class org.eclipse.birt.report.designer.data.ui.dataset.DataSetParametersPage.ParameterInputDialog, the field linkToSalarParameter appears to have a typo in it's name. "Salar" isn't a word (AFIAK) -- presumably what was meant was "linkToScalarParameter". It's a very minor issue, but I thought it worth tossing int...
2013-04-15 15:43:17
1,366,060,000
resolved fixed
bdfd53b
1,378,710,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetParametersPage.java
Birt
13
416,105
Bug 416105 Docx output: leading and trailing whitespaces of a label are removed
I have two simple labels in my report. The first label has my given name as value with a space at the end "Martin ". The second labels value is my lastname "Burgler". If I generate the report as docx output the whitespace is removed. I get as result "MartinBurgler". If I use pdf or doc as output format the result is as...
2013-08-29 02:48:11
1,377,760,000
resolved fixed
e02fdb1
1,378,510,000
engine/org.eclipse.birt.report.engine.emitter.pptx/src/org/eclipse/birt/report/engine/emitter/pptx/writer/Slide.java engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/writer/AbstractWordXmlWriter.java
Birt
14
415,915
Bug 415915 NPE in MultiPageReportEditor.isSaveAsAllowed
Due to getActivePageInstance() being able to return null if no page is active, isSaveAsAllowed will fail if this occurs, as it does when the whole application is closed with the close button. Here's the log: !ENTRY org.eclipse.e4.ui.workbench 4 0 2013-08-26 13:28:43.478 !MESSAGE Exception occurred while unrendering: or...
2013-08-26 16:34:41
1,377,550,000
resolved fixed
a48d3ba
1,378,320,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java
Birt
15
415,922
Bug 415922 TVT/DVT4.3:TCT74: TVT_CN: Extra Mnemonic Key Found
<response_by> Eric Ma at 2013.08.26.22.19.41 </response_by> Build Label: 20130815-1400 Language: S.Chinese/English Steps To Recreate Problem: ****Perform test case 05.000.000 - PREREQUISITE SETUP first before proceeding**** Double-Click Eclipse icon on desktop then Click OK button in Workspace Launcher panel. Click on ...
2013-08-26 23:33:55
1,377,570,000
closed fixed
b0eeaea
1,377,760,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java
Birt
16
410,905
Bug 410905 ISODate to DateTime
null
2013-06-17 06:56:38
1,371,470,000
resolved fixed
ac7551c
1,377,050,000
data/org.eclipse.birt.data.oda.mongodb/src/org/eclipse/birt/data/oda/mongodb/impl/MDbResultSet.java
Birt
17
407,846
Bug 407846 [Accessibility]Underline of shortcut character for POJO datasource properties are not displayed.
null
2013-05-13 03:06:15
1,368,430,000
verified fixed
c5b8905
1,368,670,000
data/org.eclipse.birt.data.oda.pojo.ui/src/org/eclipse/birt/data/oda/pojo/ui/impl/dialogs/ClassPathsPageHelper.java data/org.eclipse.birt.data.oda.pojo.ui/src/org/eclipse/birt/data/oda/pojo/ui/util/Utils.java
Birt
18
390,669
Bug 390669 [Accessibility]Press 'Tab' doesn't focus on the next report item when adding relative period aggregation.
null
2012-09-28 05:40:30
1,348,830,000
resolved fixed
6c1ee2c
1,350,450,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java
Birt
19
390,630
Bug 390630 [Accessibility]Screen reader does not speak the 'Allow Export' label in Aggregation Builder
BuildId: 4.2.1.v20120918-1113 Steps to reproduce: 1. Insert an aggregation in the Table or list footer 2. In the aggregation builder 3. Check or uncheck the 'Allow Export' option Expected result: Screenreader should speak like 'Allow export checked' or 'Allow export unchecked' other than checked/unchecked. Error Log: N...
2012-09-28 02:00:09
1,348,810,000
resolved fixed
3b7d9d4
1,350,450,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java
Birt
20
390,675
Bug 390675 displayText for hidden Report parameter
null
2012-09-28 08:26:08
1,348,840,000
resolved fixed
e22f312
1,350,380,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/HiddenParameterFragment.java
Birt
21
368,682
Bug 368682 An internal error occurred during: "Compute launch button tooltip".
Build Identifier: Version: 3.7.1 Build id: M20110909-1335 Error clicking on a report editor tab. !ENTRY org.eclipse.core.jobs 4 2 2012-01-12 16:29:33.673 !MESSAGE An internal error occurred during: "Compute launch button tooltip". !STACK 0 java.lang.NullPointerException at org.eclipse.birt.report.designer.ui.editors.Re...
2012-01-16 05:31:13
1,326,710,000
resolved fixed
8ed9f1e
1,346,220,000
UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/ReportEditorProxy.java
Birt
22
412,357
Bug 412357 Exported underline text gives an unexpected result
1.Drag the Label item onto the Layout Page. 2.Type in any Thai word and separate them with a space. (Font= San serif 36) 3.Under Property Editor- Label, choose Properties and then, General. 4.Click U to underline the whole word or sentence. 5.Choose View Report from the Top Panel. 6.Select View Report as PPT. The resul...
2013-07-04 23:53:16
1,373,000,000
resolved fixed
29e5838
1,373,440,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontHandler.java
Birt
23
361,443
Bug 361443 Excel ODA
null
2011-10-19 13:51:28
1,319,050,000
resolved fixed
c111837
1,336,450,000
data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/ExcelODAConstants.java data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/ExcelFileQuery.java data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/Result...
Birt
24
211,884
Bug 211884 IAE thrown when creating a new .product file using File > New > File
While working on an RCP application I wanted to create another .product file using the File > New menu options, but this resulted in an IAE thrown from the ProductInfoSection class' refresh method. Steps: 1. Select the RCP project. 2. Choose File > New > File. 3 Enter foo.product as the new filename. 4. Click Finish. T...
2007-12-04 10:11:01
1,196,780,000
verified fixed
1f4c826
1,336,030,000
data/org.eclipse.birt.report.data.oda.excel.ui/src/org/eclipse/birt/report/data/oda/excel/ui/Activator.java data/org.eclipse.birt.report.data.oda.excel.ui/src/org/eclipse/birt/report/data/oda/excel/ui/i18n/Messages.java data/org.eclipse.birt.report.data.oda.excel.ui/src/org/eclipse/birt/report/data/oda/excel/ui/impl/Cu...
Birt
25
375,600
Bug 375600 Misspelled constant name: IScriptFunctionContext.FUNCITON_BEAN_NAME
Build Identifier: In BIRT 3.7.2 IScriptFunctionContext has a constant called FUNCITON_BEAN_NAME. It should be renamed to FUNCTION_BEAN_NAME and the current name deprecated. Reproducible: Always Steps to Reproduce: View JavaDoc for IScriptFunctionContext.
2012-03-29 03:18:53
1,333,010,000
verified fixed
209787e
1,333,960,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/script/functionservice/IScriptFunctionContext.java core/org.eclipse.birt.core/src/org/eclipse/birt/core/script/functionservice/impl/CategoryWrapper.java data/org.eclipse.birt.report.engine.script.javascript/src/org/eclipse/birt/report/engine/javascript/JavascriptEngi...
Birt
26
258,911
Bug 258911 better support for maven2 builds
Trying to integrate birt in an existing build system based on maven2 is very hard. It would be good to provide maven artifacts.
2008-12-16 05:26:04
1,229,420,000
resolved fixed
df4f21d
1,333,610,000
build/org.eclipse.birt.build/src/org/eclipse/birt/build/mavenrepogen/ExternalDependency.java build/org.eclipse.birt.build/src/org/eclipse/birt/build/mavenrepogen/FileInfo.java build/org.eclipse.birt.build/src/org/eclipse/birt/build/mavenrepogen/RepoGen.java
Birt
27
362,714
Bug 362714 Birt - Hive Data Access gives JDBCException
Build Identifier: Version: Indigo Service Release 1 Build id: 20110916-0149 I have installed BIRT. Established connection to Hive (version 0.7.0) Connection returned successful Created Data Source and Data sets entered Query string my columns are String and Decimal selecting preview -would result in Error: The followin...
2011-11-02 14:46:49
1,320,260,000
resolved fixed
b0e086d
1,327,190,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/ResultSet.java
Birt
28
355,407
Bug 355407 Chart interactivity menu to specify the Event does not expand
I'm testing the BIRT charting package on OSX. Everything seems to work fine except picking the Event for chart interactivity options. Here's how I configured the Eclipse plugin: - Downloaded eclipse-SDK-3.7-macosx-cocoa.tar.gz straight from the BIRT site - Clicked on Help -> Install New Software - Work with: --All Avai...
2011-08-22 11:40:31
1,314,030,000
verified fixed
bb07795
1,325,060,000
core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/swt/custom/CustomChooserComposite.java
Birt
29
354,788
Bug 354788 Visibility not working properly with crosstab horizontal page break
Build Identifier: birt-rcp-report-designer-2_6_1 In my report, I have a cross tab with column area page break given with Interval 2 for product line as shown in image pagebreak.bmp. In master page, i have a grid in header section with an image. The visibility of image is controlled based on on data set field as follows...
2011-08-16 00:22:29
1,313,470,000
verified fixed
e5421de
1,314,770,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/CachedHTMLPageBuffer.java
Birt
30
350,763
Bug 350763 User-defined Sort Hints in a data set got overwritten in a SQB design session
When editing a data set in the Data Set Editor, an user may add own user-defined Sort Hints. But each time an user activates the SQB designer page in DSE, those sort hints always got overwritten and replaced by the sort keys defined in the query's OrderBy clause. This is expected behavior if the OrderBy clause gets cha...
2011-06-29 23:02:28
1,309,400,000
resolved fixed
71e4e05
1,309,400,000
data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQBDataSetWizardPage.java data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQLQueryUtility.java
Birt
31
299,248
Bug 299248 Packing of tree in Outline view during changing of mode
Build Identifier: 20090920-1017 As default mode I use Layout. I have selected item of report. When I switch to "XML Source" mode I loose selected item and menu is packed in Outline view. Is it possible to have item selected in "XML Source" mode? Reproducible: Always Steps to Reproduce: 1.Right click in report 2.Choose ...
2010-01-11 04:44:25
1,263,200,000
resolved fixed
1396416
1,307,000,000
UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/src/org/eclipse/birt/report/designer/ui/editor/pages/xml/ReportXMLSourceEditorFormPage.java
Birt
32
340,767
Bug 340767 Fail to generate concurrent reports containing CRLF and <BR>
null
2011-03-23 10:31:28
1,300,890,000
verified fixed
56c82c8
1,302,770,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/src/org/eclipse/birt/report/engine/layout/pdf/font/FontSplitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/text/...
Birt
33
283,491
Bug 283491 [Accessibility] Shortcut keys are missing in dialogue "Advanced Bidi Data Source Settings" [17]
null
2009-07-15 03:12:24
1,247,640,000
resolved fixed
b6fdf57
1,302,080,000
data/org.eclipse.birt.report.data.bidi.utils.ui/src/org/eclipse/birt/report/data/bidi/utils/ui/BidiGUIUtility.java data/org.eclipse.birt.report.data.bidi.utils/src/org/eclipse/birt/report/data/bidi/utils/core/BidiConstants.java data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/u...
Birt
34
336,767
Bug 336767 Security Issue in BIRT Viewer
As pointed out by Jeff Beard-Shouse from Security PS, the viewer contains a security bug. Currently the user of the viewer can enter a URL Parameter for the report name. This parameter can be a URL for a report. This could allow a malicious user to specify a report design that contains JavaScript to be executed on the ...
2011-02-09 16:39:46
1,297,290,000
verified fixed
c98871b
1,297,310,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/taglib/util/BirtTagUtil.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/P...
Birt
35
333,860
Bug 333860 NullPointerException in DocumentExtension using RunTask
Build Identifier: v20100915-1750 We are faced with a problem running one of our reports in our custom report viewer. Running the report using RunTask results in a NullPointerException. This error seems to be very rare but is always reproducible with the report. The root cause of the problem is DocumentExtension.add (li...
2011-01-10 07:27:46
1,294,660,000
closed fixed
d8dbd5f
1,294,990,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/DocumentExtension.java
Birt
36
331,333
Bug 331333 In DOC format, table cells inherit margin/padding properties of the parent table when they shouldn't
Build Identifier: 20100617-1415 Table cells in reports, when exported to DOC format, inherit parent table's margin/padding properties, even when these properties are redefined for these cells. We have take a look at startTable* methods in AbstractWordXmlWriter class and there are no references to padding in table cells...
2010-11-29 08:02:30
1,291,040,000
verified fixed
2ecfdf9
1,293,790,000
engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/WordUtil.java engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/writer/AbstractWordXmlWriter.java
Birt
37
330,326
Bug 330326 Special Characters in ExcelEmitter not correct (Encoding?)
null
2010-11-16 04:59:29
1,289,900,000
closed fixed
6ca4d09
1,291,020,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java
Birt
38
330,873
Bug 330873 Enable the ODA Runtime framework to run on non-OSGi platform
The ODA framework currently requires an ODA runtime extension to run as an OSGi bundle. This enhancement calls for enabling support to run on non-OSGi platform, if needed, such as in a J2EE application without OSGi.
2010-11-22 21:58:49
1,290,480,000
resolved fixed
382cc1a
1,290,540,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ConnectionManager.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Driver.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/DriverManager.java
Birt
39
328,221
Bug 328221 Several error messages are confusing/useless
Build Identifier: BIRT 2.5.2 I've fixed a couple of error messages in BIRT 2.5.2 which are confusing/useless. See the attached patches. I'm aware that this patch is for an old version of BIRT but maybe they are still useful for someone stuck with BIRT 2.5.2. I didn't check whether the errors are still there in 2.6; fee...
2010-10-20 05:12:48
1,287,570,000
verified fixed
5e3686d
1,289,210,000
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/script/JSMethodRunner.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptDataSetJSEventHandler.java data/org.eclipse.birt.report.data.oda.jdbc/sr...
Birt
40
324,546
Bug 324546 external .js file has no effect in beforeOpen if the data set is used to generate a dynamic parameter selection
Build Identifier: I define a function "replace_query" in an external .js file, and then include it in the report. I then use the function in the beforeOpen script. If the data set is not used to generate a dynamic parameter selection, then it works fine. Otherwise, when viewing the report, it will give this error: Erro...
2010-09-06 02:47:57
1,283,760,000
resolved fixed
4e04515
1,288,610,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java
Birt
41
288,223
Bug 288223 Not able to select table column and row when the table has a chart view.[0004]
null
2009-09-01 04:09:58
1,251,790,000
verified fixed
50001c1
1,287,990,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/handles/MultipleGuideHandle.java
Birt
42
315,745
Bug 315745 Two message pop up when switch from XML source to layout.[01]
null
2010-06-04 05:39:17
1,275,640,000
verified fixed
71a83f0
1,287,370,000
UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/editors/LibraryLayoutEditorFormPage.java
Birt
43
324,070
Bug 324070 Refactor data set editor pages' codes[30967]
Build Identifier: 20100828 Refactor data set editor pages' codes. Reproducible: Always
2010-08-31 06:30:23
1,283,250,000
verified fixed
8673b0a
1,283,250,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java
Birt
44
322,347
Bug 322347 Refactor data set editor pages' codes[29949]
Build Identifier: 20100810 Refactor data set editor pages' codes. Reproducible: Always
2010-08-11 09:09:11
1,281,530,000
resolved fixed
fa1fc63
1,281,680,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetColumnPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer...
Birt
45
322,512
Bug 322512 Refactor data set editor pages' codes[30357]
Build Identifier: Refactor data set editor pages' codes. Reproducible: Always
2010-08-12 07:49:13
1,281,610,000
resolved fixed
1ae9dac
1,281,610,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetPreviewPage.java
Birt
46
322,346
Bug 322346 Refactor data set editor pages' codes[29803]
Build Identifier: 20100810 Refactor data set editor pages' codes. Reproducible: Always
2010-08-11 09:01:17
1,281,530,000
resolved fixed
a9ba77a
1,281,530,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java
Birt
47
307,321
Bug 307321 BIRT Column page breaks do not respect page variables
When using an onPageEnd event to increment a page variable and a column page break on a table the html viewer recognizes the updated variable but if you export it to pdf the variable is not updated for every other page. See attached example.
2010-03-28 18:59:39
1,269,820,000
verified fixed
6776a66
1,281,500,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/AbstractReportExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLayoutContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffe...
Birt
48
314,645
Bug 314645 XML Datasource is not Thread-Safe when passing data as InputStream
Build Identifier: Eclipse Build id: 20090920-1017 / BIRT Runtime 2.5.1 + 2.5.2 When passing XML-data to the IRunTask in a multi-threaded application, some of the resulting .rptdocument files will be corrupted. The error only occures when passing an InputStream using the setAppContext method: ctxMap.put("org.eclipse.bir...
2010-05-27 08:56:40
1,274,960,000
verified fixed
586baf1
1,280,880,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ConnectionManager.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Driver.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/DriverManager.java
Birt
49
321,540
Bug 321540 Extends Integrated SQB to include database definition in the SQM
Extends the integrated SQL Query Builder to include a connection's database definition in its custom SQLQuerySourceFormat. Through this, database specific information is made readily available to a client at runtime for customized formatting of the SQL query source.
2010-08-02 19:53:35
1,280,790,000
resolved fixed
7a5a3ee
1,280,790,000
data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/CustomSQLBuilderDialog.java data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/model/CustomQuerySourceFormat.java
Birt
50
321,474
Bug 321474 Refactor data set editor pages' codes[28816]
Build Identifier: 20100729 Refactor data set editor pages' codes. Reproducible: Always
2010-08-02 01:47:04
1,280,730,000
verified fixed
c607fed
1,280,730,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java
Birt
51
320,462
Bug 320462 Refactor script data set related pages' codes[29044]
Build Identifier: 20100719 Refactor script functions related codes. Reproducible: Always
2010-07-21 02:49:54
1,279,690,000
verified fixed
bd702df
1,279,700,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java
Birt
52
319,963
Bug 319963 Refactor data set editor pages' codes[28800]
Build Identifier: 20100712 Refactor data set editor pages' codes[28800]. Reproducible: Always
2010-07-15 06:06:39
1,279,190,000
resolved fixed
2aece2c
1,279,190,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetColumnPage.java
Birt
53
319,902
Bug 319902 Internal API Usage of the ODA framework components
null
2010-07-14 15:04:42
1,279,130,000
resolved fixed
021d30f
1,279,140,000
data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/datasource/CustomDbProfileEditorPage.java data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/datasource/DbProfilePropertyProvider.j...
Birt
54
319,351
Bug 319351 Refactor data set editor pages' codes[28193]
Build Identifier: 20100708 Refactor data set editor pages' codes. Reproducible: Always
2010-07-09 04:57:34
1,278,670,000
resolved fixed
e46c703
1,279,090,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetColumnPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer...
Birt
55
313,646
Bug 313646 SVG chart using pattern as color or background does not work when preview in firefox for the first time.[13]
description: SVG chart using pattern as color or background does not work when preview in firefox for the first time. build id: 2.6.0 v20100520-0630 steps to reproduce: 1.New a SVG chart using pattern as color or background color. 2.Preview in firefox. Actual result: The pattern does not work when you first preview in ...
2010-05-20 01:15:36
1,274,330,000
verified fixed
cc17b97
1,278,570,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java
Birt
56
318,835
Bug 318835 Refactor data set editor pages' codes[27965]
Build Identifier: 20100702 Refactor data set editor pages' codes. Reproducible: Always
2010-07-05 02:03:01
1,278,310,000
verified fixed
db847f7
1,278,310,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetPreviewPage.java
Birt
57
313,297
Bug 313297 XML data set fail in chart data preview
null
2010-05-18 04:28:20
1,274,170,000
closed fixed
9f6ad93
1,278,300,000
chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/CustomPreviewTable.java
Birt
58
318,062
Bug 318062 NPE in HTMLEmitterUtil
Build Identifier: 20100617-1415 Between org.eclipse.birt.report.engine.emitter.html.HTMLVisionOptimize.buildCellStyle(...) and org.eclipse.birt.report.engine.emitter.html.util.HTMLEmitterUtil.buildOverflowStyle(...), there is improper handling of the 'style' variable. buildOverflowStyle(...) throws a NullPointerExcepti...
2010-06-25 19:24:48
1,277,510,000
verified fixed
be7cfdc
1,278,290,000
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/util/HTMLEmitterUtil.java
Birt
59
317,397
Bug 317397 [Automation][Regression] Pagebreak does not work when preview in DOC/PDF/PPT/PostScript
null
2010-06-21 02:18:05
1,277,100,000
closed fixed
a9e8dd3
1,277,110,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java
Birt
60
314,233
Bug 314233 Update "Use Series Palette As Line Color" for Gantt Chart [13]
null
2010-05-25 05:59:56
1,274,780,000
closed fixed
779d55a
1,277,090,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/GanttSeriesAttributeComposite.java
Birt
61
312,859
Bug 312859 The list of operator for Chart filter does not provide 30 visible items
null
2010-05-14 01:25:43
1,273,810,000
closed fixed
217c12f
1,277,090,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ChartCubeFilterConditionBuilder.java
Birt
62
314,612
Bug 314612 Can't define slice size when create radar chart view for table
null
2010-05-27 03:48:33
1,274,950,000
closed fixed
4c0a5f3
1,277,090,000
chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/radar/ui/series/RadarSeriesUIProvider.java
Birt
63
317,267
Bug 317267 [Automation][Regression]Error is thrown out when preview gantt type chart
null
2010-06-18 03:12:50
1,276,850,000
closed fixed
9f18e8e
1,276,850,000
chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/GanttDataSetProcessorImpl.java
Birt
64
312,531
Bug 312531 Highlight works differently when run SvgInteractivityViewer.java [13]
null
2010-05-12 01:38:45
1,273,640,000
closed fixed
f29f4f7
1,276,830,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/ISVGConstants.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/SVGInteractiveRenderer.java chart/org.eclipse.bi...
Birt
65
316,695
Bug 316695 Refactor data set editor pages' codes[26568]
Build Identifier: 20100610 Refactor data set editor pages' codes[26568]. Reproducible: Always
2010-06-13 04:40:24
1,276,420,000
verified fixed
781188e
1,276,760,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetParametersPage.java
Birt
66
313,459
Bug 313459 Problem with % when generating images in tables.
See the attached BirtProject, it has two reports. Each identical except for this difference: The image width/height is set to a %age value (50%) in one (TestImage.rptdesign) and not-set in the other (TestImageWorking.rptdesign). TestImage.rptdesign does not display the image in pdf, but works fine in html. TestImageWor...
2010-05-18 23:46:36
1,274,240,000
verified fixed
cf0f765
1,276,410,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/PropertyUtil.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ImageAreaLayout.java
Birt
67
315,366
Bug 315366 "Auto" for Curve Fitting Line is not black but transparent
Description: "Auto" for Curve Fitting Line is not black but transparent. Build number: 2.6.0.v20100602-0949 Steps to reproduce: 1. New a chart, in Format Chart->Series->Value (Y) Series, tick "Shown Curve Fitting Line", click "Curve Fitting Line" button. 2. Select "Auto" for Color. Expected result: The line is shown wi...
2010-06-02 05:50:52
1,275,470,000
closed fixed
856a08d
1,276,400,000
chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/radar/ui/series/RadarSeriesAttributeComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LineAttributesComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/ser...
Birt
68
316,674
Bug 316674 Refactor data set editor pages' codes[26569]
Build Identifier: 20100610 Refactor data set editor pages' codes[26569]. Reproducible: Always
2010-06-12 03:13:51
1,276,330,000
verified fixed
9deb80c
1,276,330,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetEditor.java
Birt
69
316,568
Bug 316568 Refactor data set editor pages' codes[26849]
Build Identifier: 20100610 Refactor data set editor pages' codes. Reproducible: Always
2010-06-11 01:57:27
1,276,240,000
verified fixed
7be65cd
1,276,240,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/Utility.java
Birt
70
315,170
Bug 315170 Refactor data set editor pages' codes[26441]
Build Identifier: 20100528 Refactor data set editor pages' codes. Reproducible: Always
2010-06-01 03:00:09
1,275,380,000
verified fixed
0a90c61
1,276,140,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetColumnPage.java
Birt
71
315,181
Bug 315181 [Automation][Regression]Grid border was messed in PDF
null
2010-06-01 04:56:15
1,275,380,000
closed fixed
5a55884
1,275,880,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RowArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableLayout.java
Birt
72
315,315
Bug 315315 Warning messages seen while starting up workbench
null
2010-06-01 17:38:38
1,275,430,000
closed fixed
75b5ac1
1,275,630,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/IExtChartModelLoader.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/SerializerImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/PluginSettings.java chart/org.eclipse.birt.chart.examples.core/...
Birt
73
314,375
Bug 314375 Failed report process after restart standalone BIRT engine
Build Identifier: public void main() throws BirtException, FileNotFoundException { generateReport(); // ok generateReport(); // exception see below } public void generateReport() throws BirtException, FileNotFoundException { String birtHomeDirectory = "..."; String fileNameReport = "..."; String fileNameDataset = "..."...
2010-05-25 18:30:56
1,274,830,000
verified fixed
c62c90e
1,275,530,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/extension/oda/OdaExtensionLoaderFactory.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/plugin/ModelPlugin.java
Birt
74
307,327
Bug 307327 BIDI3.6:In-line component positioning problem in RTL Reports
null
2010-03-28 22:25:20
1,269,830,000
closed fixed
bb27b81
1,275,530,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/HTMLReportEmitter.java
Birt
75
315,008
Bug 315008 font size in pdf and doc od text and dynamic text
null
2010-05-30 11:45:37
1,275,230,000
verified fixed
e82d276
1,275,360,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/PropertiesProcessor.java
Birt
76
315,050
Bug 315050 [Automation][Regression]Image size is different from golden file when preview as xls
null
2010-05-31 06:29:37
1,275,300,000
closed fixed
5aab992
1,275,360,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java
Birt
77
315,035
Bug 315035 [Automation][Regression]Error happened while merge cells in grid when preview as pdf/ppt/ps
null
2010-05-31 03:52:09
1,275,290,000
closed fixed
87a596c
1,275,360,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableLayout.java
Birt
78
313,882
Bug 313882 [Regression]pageoverflow plus pagebreakinternal shows different pdf pages in web viewer and preview
null
2010-05-21 04:46:06
1,274,430,000
closed fixed
8314911
1,275,290,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ContainerArea.java
Birt
79
314,190
Bug 314190 The outline works differently for scatter chart and line chart when the series palette use Pattern [13]
null
2010-05-24 23:41:30
1,274,760,000
closed fixed
c706bb1
1,275,280,000
chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/render/Scatter.java
Birt
80
292,641
Bug 292641 BIDI - in rtl report using V2.5.1 the right and left margins clips report content- export to PDF
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727) Build Identifier: Build id: I20080918-0100 RTL report displays different kinds of data (tables,text,Dynamic HTML). When exported to PDF Text is clipped on left and right margins. Tested in both V2.3.2 and V2.5.1. Minim...
2009-10-19 03:32:01
1,255,940,000
resolved fixed
0097821
1,275,030,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/LineArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RowArea.java e...
Birt
81
314,088
Bug 314088 The table row height does not work correctly in PDF
null
2010-05-24 06:00:16
1,274,700,000
closed fixed
7b5946b
1,275,030,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/BlockContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/BlockTextArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/Cont...
Birt
82
314,631
Bug 314631 Cann't get correct default values for parameters that with non-constant default value expressions
Steps to reproduce: 1. create a report with a scalar parameter that has non-constant default value expression such as BirtDateTime.today() 2. setup a project to get the default values of the parameter in BIRT runtime Eg. IReportEngine engine = createReportEngine( ); IRunnable runnable = engine.openReportDesign( REPORT_...
2010-05-27 06:01:41
1,274,950,000
verified fixed
d0db004
1,275,010,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java
Birt
83
314,123
Bug 314123 TVT36:TCT313: The Format Number page is empty
<response_by> Mostafa Ali at 2010.05.23.06.45.32 </response_by> NLS Build Label: 20100516-0300 Language: Arabic Steps to recreate the problem: 1) Start Eclipse and change the Perspective to Report Designer from Window->Open Perspective->Other? 2) Open Navigator view by selecting Window -> Show View -> Navigator if it i...
2010-05-24 11:05:36
1,274,710,000
closed fixed
e3bd3b0
1,275,010,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/FormatCurrencyNumPattern.java
Birt
84
314,634
Bug 314634 Refactor data set editor pages' codes[26435]
Build Identifier: 20100525 Refactor data set editor pages' codes. Reproducible: Always
2010-05-27 06:35:19
1,274,960,000
closed fixed
c9fb57b
1,274,960,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/util/IHelpConstants.java
Birt
85
314,117
Bug 314117 [Automation][Regression]"col width" tag of dynamic text doesn't work when preview as pdf
null
2010-05-24 10:16:41
1,274,710,000
closed fixed
f305678
1,274,870,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/StyleProperties.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/TableProcessor.java
Birt
86
314,203
Bug 314203 Unnecessary round mode will cause number disappear
null
2010-05-25 03:06:10
1,274,770,000
closed fixed
703ea61
1,274,860,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/format/NumberFormatter.java
Birt
87
312,761
Bug 312761 It makes no difference changing the series labels position in Radar chart.[13]
null
2010-05-13 04:59:42
1,273,740,000
verified fixed
733e622
1,274,850,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/Series.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/SeriesImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/BarSeriesImpl.java chart/org.eclipse.birt.chart.en...
Birt
88
314,218
Bug 314218 [Regression]NPE block to create joint data set if source data set has parameter
Description: [Regression]NPE block to create joint data set if source data set has parameter Steps to reproduce: 1, New a data set from CUSTOMERS table in sampleDB 2, Specify query to select * from CLASSICMODELS.CUSTOMERS where CUSTOMERNUMBER < ? 3, New a joint data set and using data set which has parameter 4, Click F...
2010-05-25 04:48:50
1,274,780,000
verified fixed
db6870d
1,274,780,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/JointDataSetPage.java
Birt
89
314,207
Bug 314207 [Regression]Preview result is incorrect when report content is more than one page
null
2010-05-25 03:51:45
1,274,770,000
closed fixed
9ae6acd
1,274,780,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RootArea.java
Birt
90
314,198
Bug 314198 [Accessibility] The contents can not be shown completely in Chart builder Select data page under High Contrast Black (Extra large)
null
2010-05-25 02:28:09
1,274,770,000
closed fixed
b1254cd
1,274,780,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java
Birt
91
314,199
Bug 314199 [Smoke]NPE blocks to create value series in Linux
Install BIRT 2.6.0.v20100525 build in linux AS5, create a chart and try to specify Value Y Serires, when dragging column into Value Y Serires, NPE was thrown out. Exception: java.lang.NullPointerException at java.lang.String.<init>(String.java:433) at org.eclipse.birt.chart.ui.swt.SimpleTextTransfer.nativeToJava(Simple...
2010-05-25 02:30:02
1,274,770,000
closed fixed
c764940
1,274,770,000
chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DataTextDropListener.java
Birt
92
313,472
Bug 313472 [Accessibility] The data set editor is resized after click "Finish" and the contents can not be shown completely under High Contrast mode
null
2010-05-19 03:35:02
1,274,250,000
closed fixed
d85d4d3
1,274,770,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
93
314,200
Bug 314200 NPE is thrown when canceling overwriting ScriptedDatasourceExampleAfter
Description: NPE is thrown when canceling overwriting ScriptedDatasourceExampleAfter Build number: 2.6.0.v20100525-0630 Steps to reproduce: 1, Open Report Example View 2, Open ScriptedDatasourceExampleAfter in Scripting->Scripted Data Source 3, Open that again and a dialog popped up to ask whether to overwrite the repo...
2010-05-25 02:41:56
1,274,770,000
verified fixed
e160543
1,274,770,000
UI/org.eclipse.birt.report.designer.ui.samples.ide/src/org/eclipse/birt/report/designer/ui/samples/ide/action/IDEOpenSampleReportAction.java
Birt
94
313,465
Bug 313465 A blank page is generated if there is a large margin and preview as PDF
null
2010-05-19 02:45:28
1,274,250,000
closed fixed
48ea075
1,274,760,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ContainerArea.java
Birt
95
314,099
Bug 314099 [Regression] Exception is thrown out when preview a report with a HTML table as DOC
null
2010-05-24 07:33:04
1,274,700,000
closed fixed
9bf16e2
1,274,760,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/PropertiesProcessor.java
Birt
96
313,466
Bug 313466 [Regression] Layout preview is not correct for chart in crosstab extended from library.[01]
null
2010-05-19 02:46:13
1,274,250,000
verified fixed
8057045
1,274,700,000
xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/CrosstabQueryUtil.java xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/GroupUtil.java
Birt
97
287,790
Bug 287790 Exception when set bottomN in xtab map and preview[1102]
Description exception when preview report containing bottomN in xtab map rule Build number:2.5.1.v20090827 Steps to reproduce: 1. Insert xtab. 2. Add a map rule using bottomN function 3. Preview Expected result: Display xtab content with map rule Actual result: Exception. Error log: ReportDesign (id = 1): + Unacceptabl...
2009-08-27 03:45:20
1,251,360,000
closed fixed
0542b89
1,274,700,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/i18n/ResourceConstants.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java
Birt
98
312,750
Bug 312750 Add Column Area Sub Total and Show as Chart do not work correctly
null
2010-05-13 03:21:12
1,273,740,000
closed fixed
94f0a77
1,274,690,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/api/ChartCubeUtil.java
Birt
99
313,868
Bug 313868 Exception is thrown in error log view when set pattern as axis color.[13]
null
2010-05-21 03:19:19
1,274,430,000
verified fixed
b77e604
1,274,690,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillChooserComposite.java
Birt
100
314,070
Bug 314070 [Automation][Regression]NPE is thrown out when Y value set to string type in bubble chart
null
2010-05-24 04:31:09
1,274,690,000
closed fixed
5772fdf
1,274,690,000
chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/BubbleDataSetProcessorImpl.java
Birt
101
221,310
Bug 221310 [Improve Page Break Management] Multiple autotexts cause unwanted indentation in PDF
Description: Inside a 1x1 grid with right text alignment on the page footer, more than one autotext causes an unwanted indentation in the PDF, but not in HTML. Steps to reproduce: 1. Add a 1x1 grid to the page footer and give it a border for better visibility. Set its cell to right text alignment. 2. Add the total page...
2008-03-04 08:33:23
1,204,640,000
verified fixed
9bc9982
1,274,690,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLayoutContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLReportLayoutEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/LayoutContext.java...
Birt
102
311,676
Bug 311676 [Acceptance] Chart resize does not work correctly if input invalid value
null
2010-05-05 05:12:52
1,273,050,000
closed fixed
f56c22a
1,274,690,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemUIImpl.java
Birt
103
310,958
Bug 310958 Chart live preview failed when chart used dataset filter changing
Description: [Regression] Chart live preview failed when chart using dataset with filter Build: 2.6.0.v20100429-0630 Steps to reproduce: 1. New a data set with filter Between/Equal/In/Great than 2. New a chart using the data set 3. Check the live preview in chart builder Actual result: Chart live preview failed
2010-04-29 02:01:47
1,272,520,000
closed fixed
0d8530f
1,274,690,000
data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/DataSetCacheTest.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/CachedResultSet.java data/org.eclipse.birt.data/src/or...
Birt
104
306,665
Bug 306665 Failures occur in Junit test of org.eclipse.birt.data.tests in 2.6.0 daily build v20100322-0630
null
2010-03-22 02:15:14
1,269,240,000
closed fixed
a4e6104
1,274,690,000
data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/api/ScriptTest.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/impl/query/CubeQueryExecutor.java
Birt
105
313,835
Bug 313835 [Regression]Exception thrown out when click to fold Embedded images node in Outline
Description: Exception thrown out when click to fold Embedded images node in Outline Build: 2.6.0.v20100521-0630 Steps to reproduce: 1. New a report 2. Insert an Embedded image 3. Click Embedded images node in Outline Actual result: Exception thrown out ErrorLog: java.lang.ClassCastException: org.eclipse.birt.report.mo...
2010-05-20 22:10:55
1,274,410,000
closed fixed
059b83c
1,274,670,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/LibraryElementImageDecorator.java
Birt
106
313,647
Bug 313647 [Regression] The Y axis starts from "NaN" and ends to "NaN" for a Bubble chart [13]
null
2010-05-20 01:17:50
1,274,330,000
closed fixed
04aa581
1,274,430,000
chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/BubbleDataSetProcessorImpl.java
Birt
107
299,096
Bug 299096 "Display Name Key" should be shown in Output Columns [0704]
null
2010-01-08 02:06:00
1,262,930,000
closed fixed
c82a039
1,274,420,000
UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetColumnPage.java
Birt