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
1,408
241,040
Bug 241040 SafeDivide should not return NaN when previous two args are 0.[0801]
Description: SafeDivide should not return NaN when previous two args are 0. Build number:2.3.1.v20080716 Steps to reproduce: 1. Insert data item with expression BirtMath.safeDivide(0,0,0) and preview Expected result: Return 0 Actual result: Display NaN. Error log:n/a
2008-07-15 23:44:56
1,216,180,000
closed fixed
b939dbd
1,216,700,000
core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/script/bre/BirtMathTest.java core/org.eclipse.birt.core/src/org/eclipse/birt/core/script/MathUtil.java
Birt
1,409
238,720
Bug 238720 It isn't possible to put a html comment into the report using a text element
I need the following conditional comment at the beginning of the generated report (ideally within the header): <!--[if IE]><style type="text/css">img {margin-bottom: -3pt;}</style><![endif]--> Jason suggested to use a text element. The result was: - Design file entry: <text id="1265"> <property name="contentType">html</property> <text-property name="content"><![CDATA[<!--[if IE]><style type="text/css">img {margin-bottom: -3pt;}</style><![endif]-->]]></text-property> </text> - Created entry in the html report: <div></div> I don't know a way to put the html comment without transformation into the content.
2008-06-27 03:37:04
1,214,550,000
resolved fixed
53abe72
1,216,020,000
engine/org.eclipse.birt.report.engine.emitter.html.tests/test/org/eclipse/birt/report/engine/emitter/html/CommentsTest.java engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/HTMLTextParser.java
Birt
1,410
240,431
Bug 240431 [Regression]Aggregation Function without required argument leads ArrayIndexOutOfBoundsException
Description: If do not specify the required argument in Aggregation Function like PERCENTILE, it will leads ArrayIndexOutOfBoundsException Build number: 2.3.1.v20080711-0630 Steps to reproduce: 1, Create a PERCENTILE aggregation function 2, Do not specify the argument of percentage 3, Preview Expected result: Throws out proper exception Actual result: ArrayIndexOutOfBoundsException occurs Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report.; nested exception is: java.lang.ArrayIndexOutOfBoundsException: 1 org.eclipse.birt.data.engine.executor.aggregation.AggregationHelper.evaluateArgsValue(AggregationHelper.java:439) org.eclipse.birt.data.engine.executor.aggregation.AggregationHelper.onRow(AggregationHelper.java:343) org.eclipse.birt.data.engine.executor.aggregation.AggregationHelper.pass(AggregationHelper.java:184) org.eclipse.birt.data.engine.executor.aggregation.AggregationHelper.calculate(AggregationHelper.java:147) org.eclipse.birt.data.engine.executor.aggregation.AggregationHelper.populateAggregations(AggregationHelper.java:109) org.eclipse.birt.data.engine.executor.aggregation.AggregationHelper.(AggregationHelper.java:86) org.eclipse.birt.data.engine.executor.transform.pass.PassManager.populateAggregationInBinding(PassManager.java:148) org.eclipse.birt.data.engine.executor.transform.pass.PassManager.pass(PassManager.java:131) org.eclipse.birt.data.engine.executor.transform.pass.PassManager.populateResultSet(PassManager.java:71) org.eclipse.birt.data.engine.executor.transform.ResultSetPopulator.populateResultSet(ResultSetPopulator.java:196) org.eclipse.birt.data.engine.executor.transform.CachedResultSet.(CachedResultSet.java:86) org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:691) org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:331) org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:903) org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:233) org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:160) org.eclipse.birt.report.engine.data.dte.QueryResultSet.(QueryResultSet.java:92) org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:128) org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:248) org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1687) org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:77) org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:62)
2008-07-10 21:43:02
1,215,740,000
closed fixed
ce1aa5c
1,216,010,000
data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/rank/TotalPercentile.java data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/aggregation/TotalTest.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/aggregation/AggregationHelper.java
Birt
1,411
240,620
Bug 240620 [Automation][Smoke]Report content disappeared when export report to xls format
Description: Report content disappeared when export report to xls format. Test Date: 20080714 Test Build: BIRT2.3.1 v20080714-0630 Step to reproduce: 1. Create a new report 2. New a label 3. Set label's background color to red 4. Export this report to xls format Expect result: Label with background show in xls file. Actual result: Xls file hasn't any content.
2008-07-14 01:15:11
1,216,010,000
closed fixed
4b1f2a0
1,216,010,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/AxisProcessor.java
Birt
1,412
240,436
Bug 240436 [Automation] [Regression] "Error evaluating Javascript expression" is thrown out when preview the report [00]
null
2008-07-10 23:33:41
1,215,750,000
closed fixed
703393f
1,216,000,000
data/org.eclipse.birt.core.script.function/src/org/eclipse/birt/core/script/function/general/Finance.java
Birt
1,413
240,285
Bug 240285 Exception when preview time in excel[1203]
null
2008-07-10 03:24:19
1,215,670,000
closed fixed
25c9b80
1,216,000,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/layout/ExcelLayoutEngine.java
Birt
1,414
236,432
Bug 236432 How to change pdf output file name
I'm looking for an easy way to change pdf output file name and concatenate it with datetime stamp,such as "reportname_06-06-2008-14:22:32" or something like that. It would be nice if user could define a output file name and if he/she whish, somewhere in code, can concatenate anything else as a string to output filename.
2008-06-10 09:45:45
1,213,110,000
resolved fixed
22ae266
1,215,660,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java
Birt
1,415
237,018
Bug 237018 Failures occurs in Junit test of org.eclipse.birt.report.tests.engine
null
2008-06-13 03:54:38
1,213,340,000
closed fixed
0961005
1,215,600,000
testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/RenderTaskTest.java
Birt
1,416
239,926
Bug 239926 Can't add user property in Extended Item element
Can't add user property in Extended Item element. For example: create a Chart extended item element, and want to add some user properties in it. But failed.
2008-07-08 04:22:49
1,215,510,000
resolved fixed
a571c05
1,215,590,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/PeerExtensionTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java
Birt
1,417
239,920
Bug 239920 Always pop up warning dialog if user set a Integer type Max aggregation
Description: Always pop up warning dialog if user set a Integer type Max aggregation Build number: 2.3.1.v20080708-0630 Steps to reproduce: 1, New a table binding with a dataset 2, Drag a aggregation builder in table's footer 3, Specify the data filed 4, Change the datatype to Integer 5, Specify the function to MAX and click OK Expected result: The aggregation builder is created. Actual result: After step5, warning message popped up: "The recommended data type for current function is Any, do you really want to keep the data type you selected" I think if this function allow any datatype we no need to pop up such warning message. Error log:
2008-07-08 03:03:42
1,215,500,000
closed fixed
e9d4afb
1,215,570,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java
Birt
1,418
231,110
Bug 231110 Datetime in excel cannot display locale specified format[1203]
Description: Datetime in excel cannot display locale specified format Build number:2.3.0.v20080508 Steps to reproduce: 1. Insert a data item, datetime type with datetime value. 2. In preferences, set locale to thai. 3. Preview in xls. Expected result: Display datetime with specified locale format as other preview formats do. Actual result: Display datetime without specified locale format. Error log:n/a
2008-05-08 08:21:31
1,210,250,000
closed fixed
0642c81
1,215,570,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/format/DateFormatter.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/DateTimeUtil.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java
Birt
1,419
239,199
Bug 239199 Chinese Yuan currency symbol issues when export report as excel
null
2008-07-02 04:05:26
1,214,990,000
closed fixed
d54ef2e
1,215,510,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/ExcelWriter.java
Birt
1,420
236,389
Bug 236389 Exception was shown when data engine trys to close an archive file which has already been closed
Task: run Please refers to attached report design Here is exception log: org.eclipse.birt.data.engine.core.DataException: A report document error occurred when getting the save stream. Can not get entry named /DataEngine/NamingRelation because the archive file has been closed. System ID: null at org.eclipse.birt.data.engine.api.DataEngineContext.getOutputStream(DataEngineContext.java:292) at org.eclipse.birt.data.engine.impl.document.BaseSave.saveNamingRelation(BaseSave.java:53) at org.eclipse.birt.data.engine.impl.ResultIterator$RDSaveHelper.saveNamingRelation(ResultIterator.java:1115) at org.eclipse.birt.data.engine.impl.ResultIterator$RDSaveHelper.access$2(ResultIterator.java:1112) at org.eclipse.birt.data.engine.impl.ResultIterator.saveNamingRelation(ResultIterator.java:892) at org.eclipse.birt.data.engine.impl.ResultIterator.close(ResultIterator.java:846) at org.eclipse.birt.data.engine.impl.ResultIterator.finalize(ResultIterator.java:874) at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method) at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83) at java.lang.ref.Finalizer.access$100(Finalizer.java:14) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160) Caused by: java.io.IOException: Can not get entry named /DataEngine/NamingRelation because the archive file has been closed. System ID: null at org.eclipse.birt.core.archive.compound.ArchiveFile.getEntry(ArchiveFile.java:294) at org.eclipse.birt.core.archive.compound.ArchiveWriter.openRandomAccessStream(ArchiveWriter.java:63) at org.eclipse.birt.data.engine.api.DataEngineContext.getOutputStream(DataEngineContext.java:283) ... 10 more
2008-06-10 05:03:20
1,213,090,000
verified fixed
de77217
1,215,500,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/util/IOUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/CachedQueryResults.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineSession.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/NamingRelationUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDummyQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQueryUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryResults.java 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/IRDSave.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/NamingRelation.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDSave.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDSave2.java
Birt
1,421
239,759
Bug 239759 Need to know if the library is referenced by the module handle.
Need add a API, if the library(absolute file name ) is referenced by the module handle.
2008-07-07 03:00:32
1,215,410,000
verified fixed
896f92b
1,215,490,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleUtil.java
Birt
1,422
239,027
Bug 239027 Setting the parent classloader gives an error
null
2008-06-30 13:22:53
1,214,850,000
resolved fixed
73c7936
1,215,490,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java
Birt
1,423
232,259
Bug 232259 Performance poor if Property Editor is open.
Build ID: v20070924-0630 Steps To Reproduce: 1.Open Report & Property Editor 2.Select an item in the report -> the refresh of the property editor takes a lot of time (some seconds). In this time it is not possible to work because the selection in the report is done after the property editor has been refreshed. 3.Select a different item... More information: The problem only occures if different items are selected one after another which results in a refresh of the property editor. If the property editor view is closed the selection in the report works fine. The problem occures since the 'new' property editor (v2.2.x) has been added. In v2.3 RC0 the problem is still reproduceable. It is hardly possible to work with this performance.
2008-05-15 05:57:12
1,210,850,000
verified fixed
80f039f
1,215,160,000
UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/attributes/CubePageGenerator.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/ui/views/attributes/AttributeViewPage.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/ui/views/attributes/CategoryPageGenerator.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/ui/views/attributes/ColumnPageGenerator.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/ui/views/attributes/DataPageGenerator.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/ui/views/attributes/LabelPageGenerator.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/ui/views/attributes/ListPageGenerator.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/ui/views/attributes/TabPageGenerator.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/ui/views/attributes/TextPageGenerator.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/layer/TableGridLayer.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/attributes/ChartPageGenerator.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/CrosstabCellPageGenerator.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/CrosstabPageGenerator.java
Birt
1,424
236,984
Bug 236984 IDataSetInstance.getInputParameters() method returns Map which does not guarantee the order
Build ID: I20080330-1350 Birt Version: 2.3 M6 All-In-One. Steps To Reproduce: 1. Create a scripted dataset and add some parameters to it. Call them StartDate, EndDate, HelpParam etc. 2. in the Open method of a java event handler call the getInputParameters() method of the dataset and get the map that is returned. 3. Iterate through the Map and notice that the parameters will be sorted by name rather then retain the order in which they were created More information: This may be by design but there are valid reasons to maintain the order of the parameters as created. For instance if the Java EventHandler code depends on the order in order to use reflection to look up a method signature on an underlying POJO. Because the Map interface and underlying Map implementations do not guarantee preservation of the creation order maybe this method should return a List of parameter objects instead.
2008-06-12 17:37:17
1,213,310,000
resolved fixed
6511327
1,215,150,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataSetRuntime.java
Birt
1,425
235,510
Bug 235510 Eventhandler doesn't work if the project is created from a existing project
Description: Eventhandler doesn't work if the project is created from a existing project Build number: 2.3.0.v20080604-0630 Steps to reproduce: 1, New a java project 2, Create a class extends LabelEventAdapter and implement onPrepare(). 3, New another java project created from the project in step1 4, New a lable and using the eventhandler in the second project 5, Preview Expected result: The eventhandler from the project which is created from a existing project works Actual result: Exception throws out. Error log: Error.ScriptClassCastError ( 4 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: Class com.labelscript.LabelTest does not implement the org.eclipse.birt.report.engine.api.script.eventhandler.IAutoTextEventHandler interface. at org.eclipse.birt.report.engine.script.internal.ScriptExecutor.addException(ScriptExecutor.java:201) at org.eclipse.birt.report.engine.script.internal.ScriptExecutor.addClassCastException(ScriptExecutor.java:162) at org.eclipse.birt.report.engine.script.internal.LabelScriptExecutor.getEventHandler(LabelScriptExecutor.java:152) at org.eclipse.birt.report.engine.script.internal.LabelScriptExecutor.handleOnPrepare(LabelScriptExecutor.java:34) at org.eclipse.birt.report.engine.api.impl.ScriptedDesignHandler.handleOnPrepare(ScriptedDesignHandler.java:154) at org.eclipse.birt.report.engine.api.impl.ScriptedDesignVisitor.visitLabel(ScriptedDesignVisitor.java:270) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitLabel(DesignVisitor.java:969) at org.eclipse.birt.report.model.elements.Label.apply(Label.java:60) at org.eclipse.birt.report.model.api.DesignVisitor.apply(DesignVisitor.java:123) at org.eclipse.birt.report.engine.api.impl.ScriptedDesignVisitor.visitReportDesign(ScriptedDesignVisitor.java:106) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitReportDesign(DesignVisitor.java:1175) at org.eclipse.birt.report.model.elements.ReportDesign.apply(ReportDesign.java:89) at org.eclipse.birt.report.model.api.DesignVisitor.apply(DesignVisitor.java:123) at org.eclipse.birt.report.engine.api.impl.EngineTask.prepareDesign(EngineTask.java:1310) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:89) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:72)
2008-06-03 23:30:39
1,212,550,000
closed fixed
ea83b07
1,215,140,000
UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/util/WorkspaceClassPathFinder.java
Birt
1,426
237,734
Bug 237734 Issue of using script to set datasource PropertyBinding
null
2008-06-19 01:38:03
1,213,850,000
closed fixed
0d675bd
1,215,000,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetUIUtil.java
Birt
1,427
236,786
Bug 236786 Reload un-existed css style enhancement
Description: Reload un-existed css style issue Build number:2.3.0.v20080612 Steps to reproduce: 1. Use a css file in resource folder in report. 2. Delete the css file in resource folder. 3. In outline, select the css file and select reload css file. Expected result: Error icon before the css in outline to indicate the issue.Or some other way for the user to cope with this issue. Actual result: The css file disappeared and error indication in Problem view. User has no way to delete the css unless to delete it from XML Source. But for most end-users, they will have no idea about how to modify XML Source. Error log:n/a
2008-06-11 23:48:44
1,213,240,000
closed fixed
4aee843
1,214,980,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ErrorDetail.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/CssException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/IncludedCssStyleSheetValidator.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/CssCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/IncludedCssStyleSheetListState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/LineNumberInfo.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/validators/AbstractElementValidator.java
Birt
1,428
235,050
Bug 235050 SVG image shows incompletely in HTML
null
2008-06-02 02:41:19
1,212,390,000
closed fixed
8f9e067
1,214,980,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/ImageManager.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java
Birt
1,429
237,869
Bug 237869 Pie value series does not allow string type data even when it's aggregation is set as count.
null
2008-06-19 22:13:19
1,213,930,000
closed fixed
25da640
1,214,900,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/MeterSeriesUIProvider.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/PieSeriesUIProvider.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java
Birt
1,430
234,407
Bug 234407 Trying to build Joint Data Set off of 2 scripted Datasets fails
null
2008-05-28 11:57:05
1,211,990,000
resolved fixed
9ba9302
1,214,890,000
UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/util/WorkspaceClassPathFinder.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DatasetClassPathHelper.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/IDatasetWorkspaceClasspathFinder.java
Birt
1,431
238,716
Bug 238716 [Automation][Regression]Auto page break does not work in Postscript
Description: Auto page break does not work in Postscript. Test Date: 20080627 Test Build: BIRT2.3.1 v20080627-0952 Step to reproduce: 1. Use the report attached 2. Preview it in Postscript Expect result: When text or image content beyond the page, page break happen. Actual result: Text is clipped.
2008-06-27 03:17:53
1,214,550,000
closed fixed
69eda56
1,214,890,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java
Birt
1,432
238,735
Bug 238735 [Automation][regression]Fail to preview attached report with dataset parameter[0702]
null
2008-06-27 04:45:59
1,214,560,000
closed fixed
cc457b5
1,214,880,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/DataAdapterUtil.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java
Birt
1,433
236,564
Bug 236564 Set initial size when create image item
When create a new image item, we need set the initial size according to the image content size. If the image is dynamic or we cannot get the correct content size, we still set the initial size to the size from the dummy image.
2008-06-10 23:42:21
1,213,160,000
resolved fixed
4faf218
1,214,880,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java
Birt
1,434
238,712
Bug 238712 [Automation][Regression]Dynamic image shrink to a small image in PDF & Postscript
Description: Dynamic image shrink to a small image in PDF & Postscript. Test Date: 20080627 Test Build: BIRT2.3.1 v20080627-0952 Step to reproduce: 1. Use the report attached. 2. Preview it in PDF or Postscript. Expect result: Please refer to the golden file attached. Actual result: Please refer to the failed screen shot attached.
2008-06-27 02:46:37
1,214,550,000
closed fixed
6229b58
1,214,810,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/ImageLayout.java
Birt
1,435
238,935
Bug 238935 [Regression] Exception throws out by clicking the Data Binding button in chart builder.
description: Exception throws out by clicking the Data Binding in chart builder. build id: 2.3.1 v20080630-0630 steps to reproduce: 1. Insert a chart to layout. 2. In the chart builder, click the Data Binding on select data tab. Actual result: Exception throws out in error log. Please see error log. Error log: java.lang.NullPointerException at org.eclipse.birt.report.designer.ui.dialogs.ColumnBindingDialog.updateButtons(ColumnBindingDialog.java:1580) at org.eclipse.birt.chart.reportitem.ui.dialogs.ChartColumnBindingDialog.updateButtons(ChartColumnBindingDialog.java:265) at org.eclipse.birt.report.designer.ui.dialogs.ColumnBindingDialog.refreshBindingTable(ColumnBindingDialog.java:1264) at org.eclipse.birt.report.designer.ui.dialogs.ColumnBindingDialog.load(ColumnBindingDialog.java:1141) at org.eclipse.birt.report.designer.ui.dialogs.ColumnBindingDialog.initDialog(ColumnBindingDialog.java:1117) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open(BaseDialog.java:104) at org.eclipse.birt.chart.reportitem.ui.StandardChartDataSheet.invokeDataBinding(StandardChartDataSheet.java:521) at org.eclipse.birt.chart.reportitem.ui.StandardChartDataSheet.handleEvent(StandardChartDataSheet.java:681) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.open(WizardBase.java:107) at org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:181) at org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:228) at org.eclipse.birt.report.designer.internal.ui.processor.ExtenedElementProcessor.editElement(ExtenedElementProcessor.java:64) at org.eclipse.birt.report.designer.internal.ui.command.CreateChartHandler.execute(CreateChartHandler.java:69) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:281) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:178) at org.eclipse.birt.report.designer.internal.ui.command.CommandUtils.executeCommand(CommandUtils.java:118) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.CreateChartAction.run(CreateChartAction.java:93) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
2008-06-30 02:54:00
1,214,810,000
closed fixed
39e409e
1,214,810,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ColumnBindingDialog.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ChartColumnBindingDialog.java
Birt
1,436
238,715
Bug 238715 [Automation][Regression]Chart x series grouping does not work correctly in HTML
Description: Add a sum aggregation on x series grouping, it does not work correctly when preview it in HTML. Test Date: 20080627 Test Build: BIRT2.3.1 v20080627-0952 Step to reproduce: 1. Use the report attached 2. Preview it in HTML Expect result: Sum works Actual result: The sum result is incorrect.
2008-06-27 03:10:45
1,214,550,000
closed fixed
afc3410
1,214,560,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/AbstractChartBaseQueryGenerator.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationBase.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemUtil.java
Birt
1,437
237,405
Bug 237405 Data type of Outputcolumn are not translated to chinese
null
2008-06-16 21:34:05
1,213,670,000
closed fixed
d94e51c
1,214,540,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java
Birt
1,438
235,252
Bug 235252 Can not link a report parameter which allows multiple value
Description: Can not link a report parameter which is multiple value type Build number: 2.3.0.v20080602-0630 Steps to reproduce: 1, New a dataset like: select * from CUSTOMERS where CUSTOMERNUMBER IN (?) 2, New a list type parameter and allow multiple values 3, Try to link the dataset parameter to the report parameter Expected result: The report parameter which allows multiple values should be in link parameter list Actual result: User can not link the parameter which allows multiple values Error log:
2008-06-02 21:13:28
1,212,460,000
closed fixed
854f3de
1,214,460,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java
Birt
1,439
201,354
Bug 201354 Need switch to available external browser when embedded browser is not available
In some OS, the embedded browser is not supported, in this case, need to select one of the available external browser to handle report preview. If no any browser is available, should pop up warning to end user.
2007-08-27 22:53:50
1,188,270,000
resolved fixed
2a63690
1,214,460,000
viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/browsers/BrowserAccessor.java viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/browsers/embedded/EmbeddedBrowserFactory.java viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/browsers/system/SystemBrowserAdapter.java
Birt
1,440
224,256
Bug 224256 BIRT: Expr. builder needs easy way to specify a date constant
I'm creating a report in which I want to use a filter that finds all dates before Jan-1-2006. Using the expression builder, I hunted around but could find no date constant feature. The best I could find was Date.parse( ), but it is not clear what format this function takes. Checking a JavaScript reference, it has this to say about Date.parse: "The ECMAScript standard does not specify the format of the strings that can be parsed...it is not in general possible to write dates in a way that is guaranteed to be understood by all JavaScript implementations." Hence, it is unclear what format to use in the string. I will end up experimenting with Rhino to figure it out. Doing so suggests that Date.parse takes a locale-specific date. For example "1/2/2005" appeared to give Jan. 2, 2005. The problem is that this probably won't work when run in any other locale. How would I create a locale-independent date? Again, looking in the JavaScript reference reveals that the Date constructor does the trick: new Date( year, month, date, ... However, the constructor (along with argument hints) does not appear in the expression builder, making it necessary to open a book to figure out what to do for this very typical task. Better would be to provide a BIRT-specific function to do the job. Perhaps: dateConst( year, month, day [, hour, min, sec] ) The arguments would make it very clear where to put each date bit. Internally this could simply call the date constructor. Or, add the date constructor to the expression builder somehow. Maybe add a "constant" section with entries for string, dates, JavaScript-defined constants, BIRT-defined constants, etc. In any event, make it much easier to figure out, using nothing but the expression builder, how to define a date constant.
2008-03-26 19:49:18
1,206,580,000
verified fixed
f1056b7
1,214,450,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/AlphabeticallyComparator.java 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/ui/IReportGraphicConstants.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/ReportPlatformUIImages.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/expressions/ISortableExpressionProvider.java
Birt
1,441
235,947
Bug 235947 Previewing report throws exception for the first time
null
2008-06-05 20:40:55
1,212,710,000
closed fixed
83dc127
1,214,450,000
xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/CrosstabReportItemPreparation.java
Birt
1,442
236,983
Bug 236983 Integer Type Dataset Parameters return Double Type
Build ID: I20080330-1350 Birt Version: 2.3 M6 All-In-One. Steps To Reproduce: 1. Create a scripted Dataset with a java eventhandler and add an integer dataset parameter to the dataset. Set the default value to zero 2. In the Java EventHandler.Open method get the parameter using the new IDataSetInstance.getDataSetParameter("MyIntegerParam") method 3. Notice that the value returned is 0.0 and that the type of the return variable is a java.lang.Double, not a java.lang.Integer. More information:
2008-06-12 17:30:24
1,213,310,000
resolved fixed
401b82d
1,214,390,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/DataAdapterUtil.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/InputParamBindingAdapter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java
Birt
1,443
237,748
Bug 237748 Need locale-dependent api version of StringUtil.doubleToString()
Need model provide an API as locale-dependent version of StringUtil.doubleToString(). The value returned by this method should be valid when parsed by DimensionValue.parseInput().
2008-06-19 03:39:17
1,213,860,000
verified fixed
030e238
1,214,380,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/metadata/DimensionValue.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/StringUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/DimensionValueUtil.java
Birt
1,444
235,757
Bug 235757 Filter evaluation should throw exception when invalid binding is meet.
null
2008-06-05 01:41:15
1,212,640,000
resolved fixed
2c5f854
1,214,380,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExprEvaluateUtil.java 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/QueryResults.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/script/OLAPExpressionHandler.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/IJSObjectPopulator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/JSDummyRowObject.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/JSResultSetRow.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/JSRowObject.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java
Birt
1,445
234,294
Bug 234294 Datasource statement close should call before connection close
Description: In DataEngineImpl, the shutdownListener shutdown the connection and close the statement first and then the datasource's statement is closed. It will cause the exception below: Build number: 2.3.0.v20080528-0630 Error log: java.sql.SQLException: Invalid state, the CallableStatement object is closed. at org.eclipse.birt.report.data.oda.jdbc.CallStatement.getMoreResults(CallStatement.java:1711) at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaAdvancedQuery.getMoreResults(OdaAdvancedQuery.java:206) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement$SequentialResultSetHandler.getMoreResults(PreparedStatement.java:4878) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.getMoreResults(PreparedStatement.java:742) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.flushResultSets(PreparedStatement.java:929) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.close(PreparedStatement.java:900) at org.eclipse.birt.data.engine.executor.DataSource.close(DataSource.java:354) at org.eclipse.birt.data.engine.impl.DataSourceRuntime.closeOdiDataSource(DataSourceRuntime.java:238) at org.eclipse.birt.data.engine.impl.DataEngineImpl.closeDataSource(DataEngineImpl.java:480) at org.eclipse.birt.data.engine.impl.DataEngineImpl.shutdown(DataEngineImpl.java:567) at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.shutdown(DataRequestSessionImpl.java:366) at org.eclipse.birt.report.designer.data.ui.util.DataSetProvider.getColumns(DataSetProvider.java:160) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor$ItemModelManager.getCurrentItemModel(DataSetEditor.java:938) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.getCurrentItemModel(DataSetEditor.java:501) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.executeProcess(ResultSetPreviewPage.java:352) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.runUpdateResults(ResultSetPreviewPage.java:297) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.access$1(ResultSetPreviewPage.java:260) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage$4.runInUIThread(ResultSetPreviewPage.java:253)
2008-05-27 23:34:37
1,211,950,000
closed fixed
326c647
1,214,370,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java
Birt
1,446
237,879
Bug 237879 Data Set beforeOpen script execute twice when two table shares one data set.
Please see attached report design, in which a script data set is designed and there are two tables share the data set. As can be observed from the report design that the beforeOpen Script of report design has been executed multiple times. This is however not expected. Throughout the report execution the beforeOpen() script of each data set should only be executed once.
2008-06-20 01:35:32
1,213,940,000
resolved fixed
d4f31b4
1,214,360,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedOdaDSQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedScriptDSQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java
Birt
1,447
237,569
Bug 237569 Need new API: ElementExportUtil.canExport()
null
2008-06-17 22:37:44
1,213,760,000
verified fixed
8159471
1,213,770,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ElementExportUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ElementExporter.java
Birt
1,448
236,813
Bug 236813 Failures and Errors occurs in Junit test of org.eclipse.birt.report.engine.tests
null
2008-06-12 05:14:25
1,213,260,000
closed fixed
2c0a02d
1,213,770,000
engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableLMTest.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/LayoutEngineContext.java
Birt
1,449
237,182
Bug 237182 Report parameter type date is not recognized when debugging
I have a report parameter of type date. The parameter input dialog pops up with the corresponding input fields ("1900-01-01" as date value - which works in the viewer). After submitting the following error occurrs: 08:34 org.eclipse.birt.report.debug.internal.core.vm.ReportVMServer start INFO: [Server] client accepted 14.06.2008 06:08:34 org.eclipse.birt.report.debug.internal.core.vm.ReportVMServer$1 run INFO: [Server] enter request dispatching 14.06.2008 06:08:34 org.eclipse.birt.report.debug.internal.core.launcher.ReportLauncher configEngine INFO: User class path received: 14.06.2008 06:08:36 org.eclipse.birt.report.debug.internal.core.launcher.ReportLauncher renderReport SCHWERWIEGEND: Engine exception org.eclipse.birt.report.engine.api.impl.ParameterValidationException: The type of parameter "Datumsbereich_bis" is expected as "date", not "java.lang.String". at org.eclipse.birt.report.engine.api.impl.EngineTask.validateParameterValueType(EngineTask.java:756) at org.eclipse.birt.report.engine.api.impl.EngineTask.validateScalarParameter(EngineTask.java:720) at org.eclipse.birt.report.engine.api.impl.EngineTask.access$0(EngineTask.java:650) at org.eclipse.birt.report.engine.api.impl.EngineTask$ParameterValidationVisitor.visitScalarParameter(EngineTask.java:594) at org.eclipse.birt.report.engine.api.impl.EngineTask$ParameterVisitor.visit(EngineTask.java:1066) at org.eclipse.birt.report.engine.api.impl.EngineTask.doValidateParameters(EngineTask.java:578) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:84) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:72) at org.eclipse.birt.report.debug.internal.core.launcher.ReportLauncher.createReport(ReportLauncher.java:328) at org.eclipse.birt.report.debug.internal.core.launcher.ReportLauncher.renderReport(ReportLauncher.java:275) at org.eclipse.birt.report.debug.internal.core.launcher.ReportLauncher.run(ReportLauncher.java:195) at org.eclipse.birt.report.debug.internal.core.launcher.ReportLauncher.main(ReportLauncher.java:86) at org.eclipse.birt.report.debug.internal.core.ReportDebugger.start(ReportDebugger.java:39) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
2008-06-14 00:14:56
1,213,420,000
resolved fixed
f579a5b
1,213,610,000
UI/org.eclipse.birt.report.debug.core/src/org/eclipse/birt/report/debug/internal/core/launcher/ReportLauncher.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/parameters/ParameterFactory.java
Birt
1,450
205,717
Bug 205717 IEngineTask getErrors()
Method getErrors() in org.eclipse.birt.report.engine.api.IEngineTask returns a java.util.List. There's no doc which types can be contained in this list - only (sub)types of java.lang.Exception? Or really everything? Please make javadoc for this item clearer.
2007-10-08 08:50:52
1,191,850,000
resolved fixed
f0beeb1
1,213,580,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineTask.java
Birt
1,451
236,744
Bug 236744 Excel Emitter Not Setting the Header/Footer
null
2008-06-11 17:12:00
1,213,220,000
resolved fixed
32ae3f1
1,213,350,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java
Birt
1,452
236,742
Bug 236742 Preview <blockquote> tag in PDF and PPT fails with NullPointerException
Previewing an .rtpdesign file that contains text or dynamic text widgets that use <blockquote> tags in PDF or powerpoint formats will fail with a NullPointerException if there are further HTML tags within the <blockquote>. Steps to reproduce: 1. Open the attached blockquote_failure.rptdesign file in the Report Design perspective. 2. Click Run > View Report > As PDF, or Run > View Report > As PPT 3. An Error dialog appears with the message: "+ org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report.; nested exception is: java.lang.NullPointerException"
2008-06-11 17:02:25
1,213,220,000
resolved fixed
85ca1a4
1,213,340,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/AreaStyle.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/TextArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/LineLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/PDFLayoutEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/PageLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java
Birt
1,453
236,572
Bug 236572 remove "avoid" from pagebreak choices.
BIRT doesn't support page-break: avoid since 2.2. Should remove "avoid" from pagebreak drop-down list. "avoid" value in the old design file should not lose.
2008-06-11 02:36:54
1,213,170,000
resolved fixed
c386a8a
1,213,330,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/GroupHandleTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/StyleHandleTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/metadata/PropertyDefnTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/StyleParseTest.java
Birt
1,454
236,561
Bug 236561 Result set from temp table returns null
Description: Result set from temp table returns null Build number: 2.3.0.v20080611-0630 Steps to reproduce: 1, New a stored procedure in SQLServer 2005 like: set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER PROCEDURE [dbo].[ACTesting] AS BEGIN IF OBJECT_ID('tempdb..#t_1') is not null drop table #t_1 SELECT customerNumber, customerName INTO #t_1 FROM dbo.Customers SELECT * FROM #t_1 END 2, New a stored procedure dataset call this procedure 3, Preview dataset Actual result: When excuting the procedure in SQLServer2005, value can be retrieved, but value returns null in BIRT Dataset preview Error log:
2008-06-10 23:29:21
1,213,150,000
closed fixed
d66f100
1,213,330,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java
Birt
1,455
235,507
Bug 235507 Need uniform and clear tip when JavaScript expression references a inexsistent output parameter of a data set
null
2008-06-03 23:05:48
1,212,550,000
resolved fixed
b319744
1,213,260,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/impl/DataSetRuntime.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/JSOutputParams.java
Birt
1,456
235,038
Bug 235038 Exception blocks to leave the Manage JDBC Drivers dialog
null
2008-06-01 22:08:06
1,212,370,000
closed fixed
c89919a
1,213,250,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JDBCDriverInformation.java
Birt
1,457
235,620
Bug 235620 Excel Emitter Not Setting Page Orientation
null
2008-06-04 11:16:34
1,212,590,000
resolved fixed
96a1432
1,213,250,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java
Birt
1,458
235,539
Bug 235539 Can not "undo" after adding a datasource from library to report.
description: Can not "undo" after adding a datasource from library to report. build id: 2.3.0 v20080604-0630 steps to reproduce: 1. New a library with a datasource. 2. New a report. 3. In Resource Explorer, right click the datasource and select add to report. 4. Try to undo the operation. Expected result: This operation can be undone. Actual result: Undo is disabled and you can not undo. However, if you add a label to the report and select undo. First "undo" will remove the label. Second "undo" will remove the datasource. This means "Add to report" can be undone, but it was disabled at first.
2008-06-04 02:56:08
1,212,560,000
closed fixed
e53249d
1,213,240,000
UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/AddElementtoReport.java
Birt
1,459
236,014
Bug 236014 [Regression] No default type for data when new a data item [0001]
Description: No default type for data when new a data item. Build number: 2.3.0.v20080606-1648 Steps to reproduce: 1. New a data. Expected result: Default type for data is Any. Actual result: No default type for data. Error log: N/A
2008-06-06 07:03:28
1,212,750,000
closed fixed
692a5b7
1,213,170,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java
Birt
1,460
236,402
Bug 236402 [AS5]Two preview tabs in layout
Description: [AS5]Two preview tabs in layout Build number: 2.3.0.v20080610-0630 Steps to reproduce: 1, Start BIRT in linux AS5 2, Check the preview tab in layout Expected result: Only one preview tab Actual result: two preview tabs Error log:
2008-06-10 06:07:05
1,213,090,000
closed fixed
373b239
1,213,090,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/extension/EditorContributorManager.java
Birt
1,461
236,016
Bug 236016 [Regression] The chart axis is not removed when change levels of a crosstab with grand total show as chart view [1302]
null
2008-06-06 07:11:10
1,212,750,000
closed fixed
d943930
1,213,080,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemUIImpl.java
Birt
1,462
236,338
Bug 236338 [Regression]Can not retrieve the value of outputParameter in storedProcedure dataset
Description: [Regression]Can not retrieve the value of outputParameter in storedProcedure dataset Build number: 2.3.0.v20080610-0630 Steps to reproduce: 1, New a stored procedure including a output parameter 2, New a stored procedure dataset 3, Retrieve the value of output parameter Expected result: Be able to get the value Actual result: No value retrieved Error log:
2008-06-09 21:35:14
1,213,060,000
closed fixed
72bbf65
1,213,070,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java
Birt
1,463
235,998
Bug 235998 [Regression] Exception should not be thrown out if the pattern of Axis label is not correct [13]
Description: Exception should not be thrown out if the patten of Axis label is not correct. Build number: 2.3.0.v20080606-0630 Steps to reproduce: 1. New a chart with value series binding to a linear type of data. 2. In "Format Chart" tab, select Y-Axis, invoke format specifier editor, in "Edit Format" dialogue, choose Advanced, set patten as "@##.##". Expected result: No exception but error "Malformed pattern in pattern "@##.##" is shown in chart builder. Actual result: Exception is thrown out. Error log: java.lang.IllegalArgumentException: Malformed pattern in pattern "@##.##" at com.ibm.icu.text.DecimalFormat.patternError(DecimalFormat.java:4197) at com.ibm.icu.text.DecimalFormat.applyPattern(DecimalFormat.java:4045) at com.ibm.icu.text.DecimalFormat.applyPattern(DecimalFormat.java:3647) at org.eclipse.birt.chart.model.attribute.impl.JavaNumberFormatSpecifierImpl.format(JavaNumberFormatSpecifierImpl.java:307) at org.eclipse.birt.chart.computation.ValueFormatter.format(ValueFormatter.java:153) at org.eclipse.birt.chart.ui.swt.composites.FormatSpecifierPreview.updatePreview(FormatSpecifierPreview.java:106) at org.eclipse.birt.chart.ui.swt.composites.FormatSpecifierComposite.updatePreview(FormatSpecifierComposite.java:587) at org.eclipse.birt.chart.ui.swt.composites.FormatSpecifierComposite.access$3(FormatSpecifierComposite.java:585) at org.eclipse.birt.chart.ui.swt.composites.FormatSpecifierComposite$NumberAdvancedComposite.modifyText(FormatSpecifierComposite.java:1062) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:166) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1026) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1007) at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2430) at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:3918) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3785) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4539) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2273) at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:183) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3872) at org.eclipse.swt.widgets.Text.windowProc(Text.java:2074) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4526) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2370) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3418) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.birt.chart.ui.swt.wizard.format.axis.AbstractAxisSubtask.widgetSelected(AbstractAxisSubtask.java:707) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3821) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3420) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.open(WizardBase.java:102) at org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:181) at org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:228) at org.eclipse.birt.report.designer.internal.ui.extension.ExtendedEditPart.performDirectEdit(ExtendedEditPart.java:157) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.performRequest(ReportElementEditPart.java:143) at org.eclipse.gef.tools.SelectEditPartTracker.performOpen(SelectEditPartTracker.java:187) at org.eclipse.gef.tools.SelectEditPartTracker.handleDoubleClick(SelectEditPartTracker.java:131) at org.eclipse.gef.tools.AbstractTool.mouseDoubleClick(AbstractTool.java:955) at org.eclipse.gef.tools.SelectionTool.mouseDoubleClick(SelectionTool.java:501) at org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:208) at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked(DomainEventDispatcher.java:285) at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick(LightweightSystem.java:508) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:182) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3821) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3420) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
2008-06-06 04:47:29
1,212,740,000
closed fixed
0702b45
1,213,070,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FormatSpecifierComposite.java
Birt
1,464
236,346
Bug 236346 [Automation][Regression]Label is clipped in PDF
Description: Create a label at the end of inline chart, but the label was clipped when preview report as PDF. Test Date: 20080610 Test Build: BIRT2.3.0 v20080610-0630 Step to reproduce: 1. Use the report attached 2. Preview it as PDF Expect result: The "End of inline chart" label should show in PDF. Actual result: The label was clipped.
2008-06-09 22:56:16
1,213,070,000
closed fixed
a3f70f1
1,213,070,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/ImageLayout.java
Birt
1,465
233,885
Bug 233885 Bubble chart does not work correctly with secondary Y axis.
description: Bubble chart does not work correctly with secondary Y axis. build id: 2.3.0 v20080523-0630 steps to reproduce: 1. New a datasouce with sample db and new a dataset with table payments(fitler: customernumber<114). 2. New a chart, on select Chart Type tab, select Secondary Axis for Multiple Y Axis. 3. On select data tab, select checknumber as category, select amount as series1 for axis1 and select paymentdate as series1 for axis2. 4. On select chart type tab, select chart type as bubble. 5. On select data tab, select customernumber as the size of the two series. Actual Result: In step4, the axis labels disappear.I guess this is caused by the paymentdate type is incompatible with size. In step5, the plot area becomes empty. Expected Result: In step4, there should be a warning that the data type is incompatible. In step5, preview should be correct.
2008-05-25 22:56:17
1,211,770,000
closed fixed
c484317
1,213,070,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java
Birt
1,466
235,966
Bug 235966 Cube from multiple resultsets doesn't work
null
2008-06-06 01:32:19
1,212,730,000
closed fixed
2d8ee5e
1,212,750,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java
Birt
1,467
235,803
Bug 235803 Crosstab reports error in preview but works in web viewer
null
2008-06-05 07:53:01
1,212,670,000
resolved fixed
c286ecd
1,212,750,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java
Birt
1,468
235,984
Bug 235984 [Regression] There are extra empty rows when preview the sample report [0301] [1200]
null
2008-06-06 03:15:11
1,212,740,000
closed fixed
3194cec
1,212,740,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TableLayout.java
Birt
1,469
235,991
Bug 235991 [Regression] Grand total show" as text doesn't take effect when measure was shown as chart
BuildId: 2.3.0.v20080606-0630 Steps to reproduce: 1. Open the attached report design 2. Click on the "Total" of dimension "ProductCode" and add grand total for both measure of row area. Set two total "show as text" 3. Press "Ok" Expected result: Text grand total was added. Actual result: grand total for measure "Priceeach"(shown as chart) was not added. Only grand total for measure "quantity" was added. Click the Total dialuge again, the type field of grand total on "Priceeach" is empty. Error log: N/A
2008-06-06 04:04:26
1,212,740,000
closed fixed
6f6b69a
1,212,740,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartAggregationCellViewProvider.java
Birt
1,470
235,977
Bug 235977 [Automation][Regression]Some text lines disappeared in PDF
Description: Some text lines disappeared in PDF. Test Date: 20080606 Test Build: BIRT2.3.0 v20080606-0630 Step to reproduce: 1. Use the report attached 2. Preview it as PDF Expect result: Please refer to the golden file attached Actual result: Please refer to the failed screen shot attached
2008-06-06 02:34:10
1,212,730,000
closed fixed
b88e805
1,212,740,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/LineLayout.java
Birt
1,471
235,758
Bug 235758 NPE throws out when double clicking a chart in library which is cancelled to insert.
null
2008-06-05 01:55:32
1,212,650,000
closed fixed
1bcec65
1,212,740,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/views/outline/DesignerOutlinePage.java UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/editparts/LibraryReportDesignEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/tools/ReportCreationTool.java
Birt
1,472
235,982
Bug 235982 [Automation][Regression]Master page header disappeared in PDF when report has multiple master page
Description: Master page header disappeared in PDF when report has multiple master page. Test Date: 20080606 Test Build: BIRT2.3.0 v20080606-0630 Step to reproduce: 1. Use the report attached 2. Preview it as PDF Expect result: The second master page header should work correctly Actual result: Page header disappears
2008-06-06 03:06:30
1,212,740,000
closed fixed
888a72b
1,212,740,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/PageLayout.java
Birt
1,473
235,973
Bug 235973 [Automation][Regression]Script on prepare does not work in PDF
Description: Set this.caption = this.toxExpression in table onprepare script, but it does not work when preview it as PDF. Test Date: 20080606 Test Build: BIRT2.3.0 v20080606-0630 Step to reproduce: 1. Use the report attached 2. Preview it as PDF Expect result: Table caption set to table-toc Actual result: Script does not work
2008-06-06 02:26:07
1,212,730,000
closed fixed
bfd8a1f
1,212,740,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TableLayout.java
Birt
1,474
235,532
Bug 235532 Year is display as 2003.0 in chart legend[1301]
null
2008-06-04 02:29:31
1,212,560,000
closed fixed
944970b
1,212,740,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/ValueFormatter.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java
Birt
1,475
235,749
Bug 235749 Run abnormally when input lower cases for Oracle Store Procedure name
Build ID: I20080523-0100 Steps To Reproduce: Run attached report More information:
2008-06-04 23:50:38
1,212,640,000
resolved fixed
9c179b2
1,212,730,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/SPParameterPositionUtil.java
Birt
1,476
235,964
Bug 235964 [Automation]Viewer parameter pageoverflow does not work when previewing report as PDF
Description: Set __pageoverflow=2 when previewing report as PDF, the report can not be previewed. The pdf content returned was null. Test Date: 20080606 Test Build: BIRT2.3.0 v20080606-0630 Step to reproduce: 1. Use the report attached 2. Preview it as PDF 3. Add parameter __pageoverflow=2 to URL 4. Preview report with this parameter Expect result: The report can be previewed fit to page. Actual result: The report does not show anything.
2008-06-06 00:12:28
1,212,730,000
closed fixed
6bcd7fc
1,212,730,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/PageLayout.java
Birt
1,477
235,957
Bug 235957 Date type measure show as chart doesn't work
null
2008-06-05 22:21:14
1,212,720,000
closed fixed
10b44f1
1,212,720,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartAggregationCellViewProvider.java
Birt
1,478
235,773
Bug 235773 [Regression] Exception is thrown out when new a data set with BIRT using the user defined plugin [00]
null
2008-06-05 04:44:12
1,212,660,000
closed fixed
7aadc49
1,212,660,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/AggregationManager.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java
Birt
1,479
235,270
Bug 235270 [BIDI] BIDI does not support for 3D Axis label [13]
null
2008-06-03 02:01:45
1,212,470,000
closed fixed
b206b0c
1,212,660,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderHelper.java
Birt
1,480
235,761
Bug 235761 Warning message pops up when add a COUNT aggregation with data field
Description: Warning message pops up when add a COUNT aggregation with data field Build number: 2.3.0.v20080605-0630 Steps to reproduce: 1, New a table binding with dataset 2, New a COUNT aggregation in table footer and specify the Expression(data field) 3, Click OK button Actual result: Warning message pops up say: the return data type of expression row["CUSTOMERNUMBER"]" is not supported for parameter Expression, do you realy want to keep it? Error log:
2008-06-05 02:07:51
1,212,650,000
closed fixed
544ea89
1,212,660,000
data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/ParameterDefn.java
Birt
1,481
233,900
Bug 233900 Interactivity on minimum slice does not work correctly.
null
2008-05-26 02:36:25
1,211,780,000
closed fixed
d235de0
1,212,660,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/BIRTActionRenderer.java
Birt
1,482
234,190
Bug 234190 "(Auto)" on the Curve Fitting Line dialog is not externalized.
null
2008-05-27 12:47:29
1,211,910,000
resolved fixed
fd2320b
1,212,650,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FontCanvas.java
Birt
1,483
235,760
Bug 235760 [Regression]Click OK button of IS TOP N aggregation build leads NPE
Description: [Regression]Click OK button of IS TOP N aggregation build leads NPE Build number: 2.3.0.v20080605-0930 Steps to reproduce: 1, New a table binding with a dataset 2, New a aggregation in table footer 3, Specify the function to IS-TOP-N and n=3 4, Press OK Expected result: No NPE throws out Actual result: Error happened Error log: org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:78) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:169) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:150) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:89) at org.eclipse.birt.report.designer.internal.ui.dialogs.DataColumnBindingDialog.okPressed(DataColumnBindingDialog.java:243) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:472) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3821) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3420) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801)
2008-06-05 02:02:37
1,212,650,000
closed fixed
8027cfe
1,212,650,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java
Birt
1,484
234,298
Bug 234298 [Automation][Regression]Label style does not work correctly in PDF
Description: Set label section inline and add some style on it, the style does not work correctly when preview it as PDF. Test Date: 20080528 Test Build: BIRT2.3.0 v20080528-0630 Step to reproduce: 1. Use the report attached 2. Preview it as PDF Expect result: The label content should be in vertical center. Actual result: Please refer to the attachment.
2008-05-28 00:02:17
1,211,950,000
closed fixed
52450ff
1,212,640,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineStackingLayout.java
Birt
1,485
235,518
Bug 235518 [Regression]Count Aggregation Computed Column returns 0 in dataset
Description: [Regression]Count Aggregation Computed Column returns 0 in dataset Build number: 2.3.0.v20080604-0630 Steps to reproduce: 1, New a dataset from CUSTOMERS 2, New a COUNT computed column and do not specify the data field 3, Preview in dataset Expected result: The count should be 122 Actual result: The count is 0 Error log:
2008-06-04 01:25:37
1,212,560,000
closed fixed
c3dfa5c
1,212,580,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/QueryExecutionHelper.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/ComputedColumnAdapter.java
Birt
1,486
235,551
Bug 235551 Exception is thrown out when select master page header [05]
Description: Exception is thrown out when select master page header. Build number: 2.3.0.v20080604-0630 Steps to reproduce: 1. New a library, open "Property Editor". 2. Select "Simple Master Page->Header" in the Outline View. Expected result: No exception. Actual result: Exception is thrown out. Error log: java.lang.ClassCastException: org.eclipse.birt.report.designer.internal.lib.editparts.LibraryReportDesignEditPart at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AreaEditPart.refreshFigure(AreaEditPart.java:101) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.refreshVisuals(ReportElementEditPart.java:549) at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:676) at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:571) at org.eclipse.gef.editparts.AbstractEditPart.addNotify(AbstractEditPart.java:235) at org.eclipse.gef.editparts.AbstractGraphicalEditPart.addNotify(AbstractGraphicalEditPart.java:219) at org.eclipse.gef.editparts.AbstractEditPart.addChild(AbstractEditPart.java:198) at org.eclipse.gef.editparts.AbstractEditPart.refreshChildren(AbstractEditPart.java:727) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.refreshChildren(ReportElementEditPart.java:562) at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:677) at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:571) at org.eclipse.birt.report.designer.internal.lib.editparts.LibraryReportDesignEditPart.propertyChange(LibraryReportDesignEditPart.java:152) at org.eclipse.birt.report.designer.core.model.LibraryHandleAdapter.firePropertyChangeEvent(LibraryHandleAdapter.java:104) at org.eclipse.birt.report.designer.core.model.LibraryHandleAdapter.setCurrentEditorModel(LibraryHandleAdapter.java:187) at org.eclipse.birt.report.designer.internal.lib.commands.SetCurrentEditModelCommand.execute(SetCurrentEditModelCommand.java:55) at org.eclipse.birt.report.designer.ui.editors.LibraryLayoutEditor.handleSelectionChange(LibraryLayoutEditor.java:117) at org.eclipse.birt.report.designer.internal.ui.editors.layout.ReportEditorWithPalette.performRequest(ReportEditorWithPalette.java:669) at org.eclipse.birt.report.designer.ui.editors.LibraryLayoutEditor.performRequest(LibraryLayoutEditor.java:89) at org.eclipse.birt.report.designer.core.util.mediator.ReportMediator.notifyRequest(ReportMediator.java:125) at org.eclipse.birt.report.designer.internal.ui.views.NonGEFSynchronizerWithTreeView.fireSelectionChanged(NonGEFSynchronizerWithTreeView.java:133) at org.eclipse.birt.report.designer.internal.ui.views.NonGEFSynchronizerWithTreeView.treeSelect(NonGEFSynchronizerWithTreeView.java:109) at org.eclipse.birt.report.designer.internal.ui.views.NonGEFSynchronizerWithTreeView$1.selectionChanged(NonGEFSynchronizerWithTreeView.java:158) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:880) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2062) at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1138) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1168) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:227) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:221) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:388) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3801) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3400) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2387) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2351) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2203) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
2008-06-04 04:36:27
1,212,570,000
closed fixed
72d6e8c
1,212,570,000
UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/editparts/LibraryGraphicalPartFactory.java
Birt
1,487
235,544
Bug 235544 Chart generate the same aggregation operation in the crosstab
step to reproduce: 1)New a crosstab 2)Show as chart in measure field 3)Run the report. At this moment, chart will add the same binding twice(one for chart, one for axis) in queryDefinition, which will cause unneccessary execution in Data engine side. To improve the performance, it'd better share the same binding result both in chart and axis.
2008-06-04 03:31:33
1,212,560,000
resolved fixed
408b91a
1,212,570,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartCubeQueryHelper.java
Birt
1,488
235,080
Bug 235080 NPE throws out when preview after replacing the existing measure and showing as chart.
null
2008-06-02 05:39:09
1,212,400,000
closed fixed
07a6caa
1,212,560,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/query/view/BirtCubeView.java
Birt
1,489
235,275
Bug 235275 Apply theme to None cannot be kept in library[01]
Description: Apply theme to None cannot be kept in library Build number:2.3.0.v20080603 Steps to reproduce: 1. New a library, right click in Layout, select Theme, apply theme to None. 2. Save and close library. 3. Reopen library, right click and check theme apply Expected result: Apply theme to None after reopen library. Actual result: Default theme is applied to library after reopen it. Error log:n/a
2008-06-03 02:22:33
1,212,470,000
closed fixed
45e0274
1,212,550,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/LibraryState.java
Birt
1,490
235,259
Bug 235259 [regression]Select value fail in dataset filter in library[01]
Description: Select value fail in dataset filter in library build number:2.3.0.v20080603 Steps to reproduce: 1. New a library. 2. New a data source and dataset. 3. Add a filter for dataset, click select value. Expected result: Values are listed Actual result: Cannot retrieve values Error log:n/a
2008-06-02 23:47:35
1,212,460,000
closed fixed
e4b024f
1,212,510,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/SelectValueFetcher.java
Birt
1,491
235,071
Bug 235071 Value axis is removed when removing the row dimension
Description: Value axis is removed when removing the row dimension. BuildId: 2.3.0.v20080602-0930 Steps to reproduce: 1. Open the attached report design 2. Remove the row dimension "year" Expected result: Value axis of chart view should not change. Actual result: Value axis is removed with row dimension. Error Log: N/A
2008-06-02 04:49:21
1,212,400,000
closed fixed
10fe53f
1,212,480,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartXTabUIUtil.java
Birt
1,492
235,059
Bug 235059 Preview is not correct for chart in crosstab if the crosstab has only one dimension and has a filter.
null
2008-06-02 03:33:52
1,212,390,000
closed fixed
68e57a0
1,212,470,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartCubeQueryHelper.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationBase.java
Birt
1,493
235,077
Bug 235077 [Regression]Exception throws out when preview a boolean type column binding in crosstab
It's a regression bug of 209605. When preview a boolean type column binding in crosstab, exception throws out. build version: 2.3.0.v20080602-0930 Steps to reproduce: 1, New a crosstab with one measure(e.g. measure["A"]) 2, Drag a dataitem into measure view and type: boolean, expression: measure["A"] 3, Preview 4, Modify the dataitem's expression to measure["A"]>30000 5, Preview
2008-06-02 05:14:35
1,212,400,000
closed fixed
e7ddaab
1,212,400,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/OlapExpressionUtil.java
Birt
1,494
235,047
Bug 235047 [regression]Bottom n Map rule of crosstab leads preview exception[1102]
null
2008-06-02 02:19:25
1,212,390,000
closed fixed
addda15
1,212,400,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ParameterValidationException.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/DynamicTextItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ImageItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/StyledItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TextItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v2/ReportContentLoaderV2.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/ReportElementInstance.java
Birt
1,495
233,899
Bug 233899 Horizontal page break with crosstab is not user expected result
null
2008-05-26 02:12:28
1,211,780,000
closed fixed
a72350c
1,212,400,000
xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/TableColumnGenerator.java
Birt
1,496
235,048
Bug 235048 [Automation][Regression]Invisible series should not take space of chart area
Description: There are 2 series in one chart, if user set one series to invisible, the area should not be taken by it. This chart should plot as same as the chart only has one series. Test Date: 20080602 Test Build: BIRT2.3.0 v20080602-0930 Step to reproduce: 1. Use the report attached 2. Preview it Expect result: Please refer to the golden file attached Actual result: Please refer to the failed screen shot attached
2008-06-02 02:27:43
1,212,390,000
closed fixed
b1dd8c4
1,212,390,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/Generator.java
Birt
1,497
234,796
Bug 234796 [Regression]DateTime format in html is different with in XLS
Description: DateTime format in HTML is different with in XLS. build version:2.3.0.v20080530-1410 Steps to reproduce: 1.A Date in dataset which value is "2003-01-06". Set format on the data, the format like "May 30,2008 4:52:50PM GMT+8:00", preview in HTML, the output is "January 6, 2003 12:00:00 AM GMT+08:00". While preview in XLS, the output is "January 6, 2003 0:00:00 az". Preview in other output, the format is as HTML.
2008-05-30 05:00:25
1,212,140,000
closed fixed
1618769
1,212,390,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java
Birt
1,498
232,719
Bug 232719 X-Axis title does not work the same as Y-Axis tilte and Chart title in the Layout [13]
null
2008-05-19 02:01:52
1,211,180,000
closed fixed
3b624dd
1,212,390,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderHelper.java
Birt
1,499
235,040
Bug 235040 Can not preview dataset even there has no report parameter link
Description: Can not preview dataset even there has no report parameter link Build number: 2.3.0.v20080530-0630 Steps to reproduce: 1, New a report parameter p1: integer type and default value is 160 2, New a dataset select * from customers where customernumber<? 3, Link the dataset parameter to report parameter 4, Preview in dataset 5, Modify the dataset queryText to select * from customers 6, Preview in dataset 7, Modify the parameter to a list type with some default values 8, Preview in dataset again 9, Create a new dataset and preview Actual result: After modify the parameter type to list, the preview in dataset failed and even clear all the references of report parameter in dataset. The more critical thing is if I new a dataset the preview also failed. Error log: org.eclipse.birt.report.engine.api.impl.ParameterValidationException: Required parameter P1 is not set. at org.eclipse.birt.report.engine.api.impl.EngineTask.validateScalarParameter(EngineTask.java:664) at org.eclipse.birt.report.engine.api.impl.EngineTask.access$0(EngineTask.java:650) at org.eclipse.birt.report.engine.api.impl.EngineTask$ParameterValidationVisitor.visitScalarParameter(EngineTask.java:594) at org.eclipse.birt.report.engine.api.impl.EngineTask$ParameterVisitor.visit(EngineTask.java:1054) at org.eclipse.birt.report.engine.api.impl.EngineTask.doValidateParameters(EngineTask.java:578) at org.eclipse.birt.report.designer.data.ui.util.DummyEngineTask.run(DummyEngineTask.java:32) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.runUpdateResults(ResultSetPreviewPage.java:297) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.access$1(ResultSetPreviewPage.java:260) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage$4.runInUIThread(ResultSetPreviewPage.java:253)
2008-06-01 23:12:08
1,212,380,000
closed fixed
1f04eb4
1,212,380,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DummyEngineTask.java
Birt
1,500
234,816
Bug 234816 Exception throws out when call a stored procedure
null
2008-05-30 07:04:31
1,212,150,000
closed fixed
1d22536
1,212,380,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSource.java
Birt
1,501
232,824
Bug 232824 Java chart ScriptHandler not initialized properly
null
2008-05-19 12:29:30
1,211,210,000
resolved fixed
79bd5e6
1,212,380,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/script/ScriptClassLoaderAdapter.java
Birt
1,502
234,318
Bug 234318 The sum aggregation data is still float even it is set to integer [0001]
null
2008-05-28 04:29:54
1,211,960,000
closed fixed
3f059f0
1,212,140,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java
Birt
1,503
234,519
Bug 234519 Can not preview attached report in Excel
null
2008-05-28 22:15:01
1,212,030,000
closed fixed
4d8d6b8
1,212,140,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java
Birt
1,504
234,758
Bug 234758 BIRT JDBC driver logs password
The BIRT JDBC driver manager logs conenction password, it needs to be escaped. [Thread-27] May 29, 2008 6:58:36 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager getConnection FINE: Request JDBC Connection: driverClass=com.actuate.actuatedd.jdbc.sqlserver.SQLServerDriver; url=jdbc:actuate:sqlserver://dbsrv10-win:1433;DatabaseName=EIITESTDB;User=eiiTest;Password=sysTest; jndi name url=null
2008-05-29 22:08:07
1,212,110,000
resolved fixed
fead4f1
1,212,140,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Connection.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/JDBCDriverManager.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/LogUtil.java
Birt
1,505
234,442
Bug 234442 Preview Classpath issue
When creating the classpath for the preview button in 2.3 RC1 the code is not adding the full path to classes defined in the current workspace. For example. If your workspace is located at c:\myprojects and inside the workspace you have a report project (named myreports) and a java project for event handlers( named myjavaproj ). If your java project includes a lib called mylib.jar which is in the java project under the lib folder, what gets put in the url for the classpath when the preview button is selected is: file:/c:/myjavaproj/lib/mylib.jar and it should be file:/c:/myprojects/myjavaproj/lib/mylib.jar
2008-05-28 13:51:57
1,212,000,000
resolved fixed
df35549
1,212,120,000
UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/util/WorkspaceClassPathFinder.java
Birt
1,506
233,376
Bug 233376 The content only resides in the bottom right part of the page when export report as PPT with actual size [1205]
null
2008-05-21 23:30:37
1,211,430,000
closed fixed
19b300f
1,212,120,000
engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTWriter.java
Birt
1,507
233,179
Bug 233179 NPE when export data from attached report[0002]
null
2008-05-21 05:52:49
1,211,360,000
closed fixed
7a15a41
1,212,120,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataInteractiveEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ResultSetIndex.java
Birt