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,508
230,460
Bug 230460 Error in MasterPage Orientarion Landscape output format PS
Build ID: M20080221-1800 Steps To Reproduce: 1.Crate new Report with one MasterPage Orientation like Landscape 2.Put any information 3. open this report in webViewer 4. print this report in any printer in server-side method. More information: This erros appers in export postscript method.
2008-05-06 14:49:21
1,210,100,000
resolved fixed
ab84960
1,212,110,000
engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/truetypefont/TrueTypeFont.java engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/truetypefont/Util.java
Birt
1,509
233,147
Bug 233147 NPE throws out when report design including a jar file
Description: NPE throws out when report design including a jar file Build number: 2.3.0.v20080521-0630 Steps to reproduce: 1, New a report design 2, In Resources of PropertyEditor add a Jar file 3, Preview in Web viewer Expected result: No exception throws out Actual result: NPE throws out Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report.; nested exception is: java.lang.NullPointerException Show Exception Stack Trace Hide Exception Stack Trace Stack Trace: org.eclipse.birt.report.engine.internal.document.v4.AbstractReportExecutor.(AbstractReportExecutor.java:80) org.eclipse.birt.report.engine.internal.document.v4.ReportPageExecutorV4.(ReportPageExecutorV4.java:39) org.eclipse.birt.report.engine.internal.document.ReportPageExecutor.(ReportPageExecutor.java:41) org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:442) org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:223) org.eclipse.birt.report.service.ReportEngineService.renderReport(ReportEngineService.java:1303) org.eclipse.birt.report.service.BirtViewerReportService.getPage(BirtViewerReportService.java:178) org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.doExecution(AbstractGetPageActionHandler.java:236) org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__execute(AbstractGetPageActionHandler.java:105) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:89) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(AbstractBaseDocumentProcessor.java:47) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(AbstractBaseComponentProcessor.java:159) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPage(BirtDocumentProcessor.java:87)
2008-05-21 02:40:18
1,211,350,000
closed fixed
11bc0d1
1,212,110,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/script/ScriptContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java
Birt
1,510
234,133
Bug 234133 NPE thrown out when preview report using two library
null
2008-05-27 07:59:16
1,211,890,000
closed fixed
ea50f87
1,212,110,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java
Birt
1,511
233,408
Bug 233408 [Regression] The exported xls file is not correct for table with horizontal page break [0301]
null
2008-05-22 04:34:20
1,211,450,000
closed fixed
02ac4e5
1,212,110,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java
Birt
1,512
233,871
Bug 233871 External SVG images with emitters Birt (PDF, WORD,..)
Build ID: M20080221-1800 Steps To Reproduce: 1. insert a svg file in a birt report and add bookmark to access by id with javascript 2. if you want, using javascript changes svg 3. Using emitters, export to pdf or word More information: this bug is in reference to 149452. 1) i access to svg image with javascript, but the chages make in the svg aren t exported by the emittes. 2) if i insert the svg file like a image and i export the report to pdf with the Eclipse option "view report in the Web Viewer" works, if i use the word emitter options cause a exception. 3) if i insert the svg file like a image and i export the report to pdf with the Tomcat Web Serverall emitter fails, throwing a exception.
2008-05-25 18:01:54
1,211,750,000
resolved fixed
48fb84d
1,212,110,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/ImageLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/util/SvgFile.java
Birt
1,513
234,086
Bug 234086 Preview failed if dataset parameter refer to a report parameter with default value
Description: Preview failed if dataset paramter refer to a report parameter with default value Build number: 2.3.0.v20080527-1201 Steps to reproduce: 1, New a dataset and set the Query text to: select * from CUSTOMERS where CUSTOMERNUMBER<? 2, Link the dataset parameter value to a report parameter and set the default value of report parameter to 160 3, Preview in dataset Expected result: The preview should work and CUSTOMERNUMBER in result set are less than 160 Actual result: Exception throws out Error log: org.eclipse.birt.data.engine.core.DataException: Data engine operation failed due to an unexpected exception. Error evaluating Javascript expression. Script engine error: Report parameter "a" does not exist. Script source: <inline>, line: 0, text: params["a"] at org.eclipse.birt.data.engine.impl.ParameterUtil.evaluateInputParameterValue(ParameterUtil.java:316) at org.eclipse.birt.data.engine.impl.ParameterUtil.resolveParameterBinding(ParameterUtil.java:224) at org.eclipse.birt.data.engine.impl.ParameterUtil.resolveParameterBindings(ParameterUtil.java:186) at org.eclipse.birt.data.engine.impl.ParameterUtil.resolveDataSetParameters(ParameterUtil.java:152) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.configureDataSetCache(PreparedDataSourceQuery.java:236) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:170) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:143) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:158) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:141) at org.eclipse.birt.report.data.adapter.impl.QueryExecutionHelper.executeQuery(QueryExecutionHelper.java:127) at org.eclipse.birt.report.data.adapter.impl.QueryExecutionHelper.executeQuery(QueryExecutionHelper.java:109) at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.executeQuery(DataRequestSessionImpl.java:296) at org.eclipse.birt.report.designer.data.ui.util.DataSetProvider.executeQuery(DataSetProvider.java:571) at org.eclipse.birt.report.designer.data.ui.util.DataSetProvider.execute(DataSetProvider.java:458) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.executeProcess(ResultSetPreviewPage.java:393) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.runUpdateResults(ResultSetPreviewPage.java:293) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.access$1(ResultSetPreviewPage.java:259) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage$4.runInUIThread(ResultSetPreviewPage.java:252)
2008-05-27 04:01:55
1,211,880,000
closed fixed
d07a0f5
1,211,990,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DummyEngineTask.java
Birt
1,514
234,129
Bug 234129 [Automation][Regression]& in script save as &amp in xml
Description: If user input "&" in script, it is saved as &amp in xml. This bug cause a unhandled exception when execute script. Test Date: 20080527 Test Build: BIRT2.3.0 v20080527-1241 Step to reproduce: 1. New a label 2. Add script onRender "if (1 == 1 && 2 == 2) this.getStyle().backgroundColor = "red";" 3. Preview it Expect result: Report can be previewed correctly. Actual result: A unhandled expcection throw out. Error log: Error.UnhandledScriptError ( 1 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: Unhandled exception when executing script. at org.eclipse.birt.report.engine.script.internal.ScriptExecutor.addException(ScriptExecutor.java:199) at org.eclipse.birt.report.engine.script.internal.ScriptExecutor.addException(ScriptExecutor.java:176) at org.eclipse.birt.report.engine.script.internal.LabelScriptExecutor.handleOnRender(LabelScriptExecutor.java:89) at org.eclipse.birt.report.engine.script.internal.OnRenderScriptVisitor.visitLabelItem(OnRenderScriptVisitor.java:132) at org.eclipse.birt.report.engine.ir.LabelItemDesign.accept(LabelItemDesign.java:47) at org.eclipse.birt.report.engine.script.internal.OnRenderScriptVisitor.onRender(OnRenderScriptVisitor
2008-05-27 07:40:25
1,211,890,000
closed fixed
7c246c6
1,211,940,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/PropertyState.java
Birt
1,515
234,078
Bug 234078 [Regression]Can not get the value of output parameter in storeprocedure
Description: [Regression]Can not get the value of output parameter in storeprocedure Build number: 2.2.0.v20061107-0630 Steps to reproduce: 1, Create a procedure like: ALTER PROCEDURE [dbo].[counterInT1] @counter int output AS select @counter=count(*) from T1 Or use the stored procedure counterInT1 in jdbc:jtds:sqlserver://spmdb/gui 2, New a stored procedure dataset and call procedure 3, Change the output parameter to Output type 4, Preview Output parameter Expected result: The value of @count can be retrieved Actual result: Exception throws out Error log: org.eclipse.birt.data.engine.core.DataException: Cannot fetch the next data row. ResultSet cannot be null. at org.eclipse.birt.data.engine.odaconsumer.ResultSet.throwDataException(ResultSet.java:493) at org.eclipse.birt.data.engine.odaconsumer.ResultSet.throwDataException(ResultSet.java:485) at org.eclipse.birt.data.engine.odaconsumer.ResultSet.fetch(ResultSet.java:139) at org.eclipse.birt.data.engine.executor.cache.OdiAdapter.fetch(OdiAdapter.java:145) at org.eclipse.birt.data.engine.executor.cache.RowResultSet.next(RowResultSet.java:102) at org.eclipse.birt.data.engine.executor.transform.SimpleResultSet.<init>(SimpleResultSet.java:64) at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:590) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:331) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:801) at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:233) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:160) at org.eclipse.birt.report.designer.data.ui.dataset.OutputParameterPreviewPage.updateResults(OutputParameterPreviewPage.java:259) at org.eclipse.birt.report.designer.data.ui.dataset.OutputParameterPreviewPage.access$1(OutputParameterPreviewPage.java:196) at org.eclipse.birt.report.designer.data.ui.dataset.OutputParameterPreviewPage$2.run(OutputParameterPreviewPage.java:171)
2008-05-27 02:53:34
1,211,870,000
closed fixed
d5bd5ee
1,211,880,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java
Birt
1,516
234,052
Bug 234052 [Smoke]Exception throws out when previewing a simple dataitem
Description: DatasetHandle is null exception throws out when previewing a simple dataitem Build number: 2.3.0.v20080527-0630 Steps to reproduce: 1, New a dataitem 2, Specify the expression to 123 3, Preview Expected result: Preview is ok Actual result: Exception throws out. Error log: An exception occurred during processing. Please see the following message for details: The DataSetHandle should not be null. exception.error ( 1 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: An exception occurred during processing. Please see the following message for details:The DataSetHandle should not be null. at org.eclipse.birt.report.engine.executor.ExecutionContext.addException(ExecutionContext.java:1100) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.doPrepareQuery(AbstractDataEngine.java:210) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.prepare(AbstractDataEngine.java:167) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:101) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplciateReportExecutor.execute(SuppressDuplciateReportExecutor.java:51) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:148) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:72) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(ReportEngineService.java:928) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(BirtViewerReportService.java:876) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(BirtGetPageAllActionHandler.java:123) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:89) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(AbstractBaseDocumentProcessor.java:47) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(AbstractBaseComponentProcessor.java:159) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(BirtDocumentProcessor.java:183)
2008-05-26 21:07:05
1,211,850,000
closed fixed
fbc06dd
1,211,860,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java
Birt
1,517
209,755
Bug 209755 Issue of integer type static level
null
2007-11-14 02:02:20
1,195,020,000
closed fixed
65fb9db
1,211,800,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java
Birt
1,518
232,757
Bug 232757 Error with standard meter charts: org.eclipse.birt.chart.exception.ChartException: Could not zoomOut for step=8
I am using BIRT 2.2.2. I have a report that displays several "standard meter" charts. But in some cases, not all the time and not for all of the dials, some of the dials are not displayed and I get the following error: The following items have errors: Chart NewChart4: - org.eclipse.birt.chart.exception.ChartException: Could not zoomOut for step=8 org.eclipse.birt.chart.exception.ChartException: Could not zoomOut for step=8 ( 1 time(s) ) detail : org.eclipse.birt.chart.exception.ChartException: org.eclipse.birt.chart.exception.ChartException: Could not zoomOut for step=8 at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1287) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationImpl.onRowSets(ChartReportItemPresentationImpl.java:541) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.processExtendedContent(LocalizedContentVisitor.java:772) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.visitForeign(LocalizedContentVisitor.java:414) at org.eclipse.birt.report.engine.content.impl.ForeignContent.accept(ForeignContent.java:59) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:145) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:63) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:107) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:155) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.layoutChildren(HTMLTableBandLM.java:65) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:107) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:155) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:107) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:155) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:107) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:155) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:107) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:155) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:107) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:155) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:24) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:85) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:106) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:513) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:167) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.getPage(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.doExecution(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPage(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:284) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.eclipse.birt.report.filter.ViewerFilter.doFilter(Unknown Source) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:587) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:490) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:534)Caused by: java.lang.RuntimeException: org.eclipse.birt.chart.exception.ChartException: Could not zoomOut for step=8 at org.eclipse.birt.chart.computation.withaxes.AutoScale.zoomOut(AutoScale.java:509) at org.eclipse.birt.chart.render.DialRenderer.computeScale(DialRenderer.java:1335) at org.eclipse.birt.chart.render.DialRenderer.getAutoScale(DialRenderer.java:236) at org.eclipse.birt.chart.render.DialRenderer.render(DialRenderer.java:414) at org.eclipse.birt.chart.render.Dial.renderSeries(Dial.java:312) at org.eclipse.birt.chart.render.BaseRenderer.renderPlot(BaseRenderer.java:1922) at org.eclipse.birt.chart.render.BaseRenderer.render(BaseRenderer.java:421) at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1282) ... 144 moreCaused by: org.eclipse.birt.chart.exception.ChartException: Could not zoomOut for step=8 at org.eclipse.birt.chart.computation.withaxes.AutoScale.zoomOut(AutoScale.java:515) ... 151 more Also I have put in attachment a simplified version of a report that shows problems.
2008-05-19 06:38:38
1,211,190,000
resolved fixed
ff124c4
1,211,780,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java
Birt
1,519
232,718
Bug 232718 The Legend Title also overlap the icon when set Bidi text direction to rtl [13]
null
2008-05-19 01:49:56
1,211,180,000
closed fixed
e217567
1,211,770,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java
Birt
1,520
232,035
Bug 232035 [Accessibility] High contrast mode does not take effect in edit view of Birt.
null
2008-05-14 05:49:49
1,210,760,000
closed fixed
0af2632
1,211,770,000
UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/script/editor/DebugJsEditor.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/CorePlugin.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/DesignElementHandleAdapter.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/SessionHandleAdapter.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/ColorManager.java UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/joins/editpolicies/JoinXYLayoutEditPolicy.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/JSEditor.java 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/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ReportPrintGraphicalViewerOperation.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/ReportColorConstants.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/border/SelectionBorder.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/AbstractReportEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/MasterPageEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportDesignEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportRootEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ListBandControlFigure.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ReportRootFigure.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/TextFlow.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/script/JSSourceViewerConfiguration.java
Birt
1,521
233,612
Bug 233612 Focus issue when drag cube to Layout[1101]
Description: Focus issue when drag cube to Layout Build number:2.3.0.v20080523 Steps to reproduce: 1. Insert a cube. 2. Drag the cube to Layout 3. Press delete button. Expected result: crosstab is deleted Actual result: The reference found dialog indicated that cube will be deleted
2008-05-23 02:03:41
1,211,520,000
closed fixed
df14076
1,211,530,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/CubeDropAdapter.java
Birt
1,522
228,344
Bug 228344 Element->Insert in top menu is not consistent
Description: Element->Insert in top menu is not consistent with insert menu when right cliking on a table. Build number: 2.3.0.v20080423-0630 Steps to reproduce: 1, New a table 2, Select the table and right cilck 3, Check the insert menu 4, Select the table and go to Element->Insert Expected result: In step4, the Insert menu should be header, detail and footer. Actual result: In step4, the Insert menu is not consistent with insert menu when righ clicking on a table.
2008-04-23 03:51:11
1,208,940,000
closed fixed
a856b13
1,211,510,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java
Birt
1,523
232,647
Bug 232647 2D+ Pie chart with sample data has a pixel width of wrong color.
null
2008-05-17 05:23:34
1,211,020,000
closed fixed
240f58a
1,211,450,000
chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtRendererImpl.java
Birt
1,524
230,452
Bug 230452 Cannot create Data Set from Classic Models Inc. Sample database data source
null
2008-05-06 14:18:33
1,210,100,000
resolved fixed
554f017
1,211,440,000
data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/profile/SampleDbPropertyPage.java
Birt
1,525
233,400
Bug 233400 [regression]Problem occurred when pull embedded image from outline to layout
Description: Problem occurred when pull embedded image from outline to layout. Build version:2.3.0.v20080522-0630 Steps to reproduce: 1.New a report, insert an embedded image to layout. 2.Then delete it from layout, then pull the image from embedded image of outline to layout. Error log: Problems occurred when invoking code from plug-in: "org.eclipse.jface". java.lang.ClassCastException: org.eclipse.birt.report.model.api.ReportDesignHandle at org.eclipse.birt.report.designer.internal.ui.palette.ReportTemplateTransferDropTargetListener.handleDrop(ReportTemplateTransferDropTargetListener.java:241) at org.eclipse.gef.dnd.AbstractTransferDropTargetListener.drop(AbstractTransferDropTargetListener.java:171) at org.eclipse.jface.util.DelegatingDropAdapter$3.run(DelegatingDropAdapter.java:211) 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.util.DelegatingDropAdapter.drop(DelegatingDropAdapter.java:209) at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:90) 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:1011) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:769) at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:451) at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:253) at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:119) at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method) at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:358) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:284) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:167) 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(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
2008-05-22 03:19:20
1,211,440,000
closed fixed
bce76cd
1,211,440,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palette/ReportTemplateTransferDropTargetListener.java
Birt
1,526
230,104
Bug 230104 Filter definition is not valid show in Chart Builder
null
2008-05-04 04:27:08
1,209,890,000
closed fixed
4831d4e
1,211,430,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java
Birt
1,527
230,814
Bug 230814 The report still shows error icon after correcting and saving it
null
2008-05-06 22:21:47
1,210,130,000
closed fixed
0a07d00
1,211,420,000
UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/src/org/eclipse/birt/report/designer/ui/editor/pages/xml/ReportXMLSourceEditorFormPage.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/IDEMultiPageReportEditor.java
Birt
1,528
231,719
Bug 231719 Failures occurs in Junit test of org.eclipse.birt.core.tests
null
2008-05-12 23:50:52
1,210,650,000
closed fixed
79a4cb4
1,211,420,000
core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/script/bre/BirtDateTimeTest.java
Birt
1,529
232,637
Bug 232637 SQB Dataset name should be updated when modification happen in creating process
Description: SQB Dataset name should be updated when modification happen in creating process Build number: 2.3.0.v20080517-0630 Steps to reproduce: 1, New a SQB Datasource 2, New a SQB Dataset and firstly specify the name to A 3, Go to Query page 4, Go back to the first page and modify the name to B 5, Finish Expected result: The dataset name should be B Actual result: The dataset name is still A Error log:
2008-05-17 02:04:23
1,211,000,000
closed fixed
9079fba
1,211,420,000
data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQBDataSetWizardPage.java data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQLQueryUtility.java
Birt
1,530
232,465
Bug 232465 Exception shows in chart builder using joint data set
null
2008-05-16 06:19:16
1,210,930,000
closed fixed
15aa8ce
1,211,420,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/QueryExecutionHelper.java
Birt
1,531
232,639
Bug 232639 Dataset including dataset parameter can not retrieve selected value
Description: Dataset including dataset parameter can not retrieve selected value Build number: 2.3.0.v20080517-0630 Steps to reproduce: 1, New a sample dataset 2, Specify the Query: select * from customers where customernumber<? 3, Set the parameter's value to 160 4, New a filter and try to select value Expected result: The select value can be retrieved and if it is out expected behavior I think the error message should be enhanced. Actual result: Can not select value and warning message occurs: The expression's value can not be retrieved. org.eclipse.birt.model.api.OdaDataSetParameterHandle Error log:
2008-05-17 02:36:42
1,211,010,000
closed fixed
86f5f45
1,211,420,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/QueryExecutionHelper.java
Birt
1,532
231,759
Bug 231759 [EPP][MAC]expression builder issues[0802]
Description: [MAC]expression builder issues. Build number:EPP 2.3.0.V20080513 Steps to reproduce: 1. New a highlight rule, in value expression, click expression builder in list.Nothing happens. 2. Edit dataset, add a filter, the expression button in filter dialog has no response for click action.
2008-05-13 04:45:17
1,210,670,000
closed fixed
96f4bbf
1,211,360,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetUIUtil.java
Birt
1,533
233,157
Bug 233157 [regression]NPE when drag level in xtab from one area to another[1102]
Description: NPE when drag level in xtab from one area to another Build number:2.3.0.v2008051 Steps to reproduce: 1. New sample data source and dataset from CUSTOMERS. 2. New cube with two group based on CUSTOMERS. 3. Drag the cube to layout. 4. Drag one level to column area. Expected result: No Exception. Actual result: Level is placed in column area but throws NPE Error log: java.lang.NullPointerException at org.eclipse.birt.report.designer.util.DEUtil.isLinkedElement(DEUtil.java:2526) at org.eclipse.birt.report.designer.util.DEUtil.isReferenceElement(DEUtil.java:2906) at org.eclipse.birt.report.item.crosstab.internal.ui.AggregationDropAdapter.canDrop(AggregationDropAdapter.java:45) at org.eclipse.birt.report.designer.internal.ui.dnd.DNDService.validDrop(DNDService.java:128) at org.eclipse.birt.report.designer.ui.actions.InsertAggregationAction.calculateEnabled(InsertAggregationAction.java:53) at org.eclipse.gef.ui.actions.WorkbenchPartAction.refresh(WorkbenchPartAction.java:119) at org.eclipse.gef.ui.actions.SelectionAction.handleSelectionChanged(SelectionAction.java:85) at org.eclipse.gef.ui.actions.SelectionAction.setSelection(SelectionAction.java:96) at org.eclipse.gef.ui.actions.SelectionAction.update(SelectionAction.java:117) at org.eclipse.birt.report.designer.internal.ui.editors.parts.GraphicalEditorWithFlyoutPalette.updateActions(GraphicalEditorWithFlyoutPalette.java:697) at org.eclipse.birt.report.designer.internal.ui.editors.parts.GraphicalEditorWithFlyoutPalette$1.selectionChanged(GraphicalEditorWithFlyoutPalette.java:140) at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156) at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged(AbstractSelectionService.java:62) at org.eclipse.ui.part.MultiPageSelectionProvider$1.run(MultiPageSelectionProvider.java:110) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.part.MultiPageSelectionProvider.fireEventChange(MultiPageSelectionProvider.java:108) at org.eclipse.ui.part.MultiPageSelectionProvider.fireSelectionChanged(MultiPageSelectionProvider.java:90) at org.eclipse.ui.part.MultiPageEditorSite.handleSelectionChanged(MultiPageEditorSite.java:441) at org.eclipse.ui.part.MultiPageEditorSite$3.selectionChanged(MultiPageEditorSite.java:357) at org.eclipse.gef.ui.parts.AbstractEditPartViewer.fireSelectionChanged(AbstractEditPartViewer.java:243) at org.eclipse.birt.report.designer.internal.ui.editors.parts.DeferredGraphicalViewer.fireSelectionChanged(DeferredGraphicalViewer.java:317) at org.eclipse.birt.report.designer.internal.ui.editors.parts.DeferredGraphicalViewer.setSelection(DeferredGraphicalViewer.java:122) at org.eclipse.birt.report.designer.internal.ui.util.UIUtil.resetViewSelection(UIUtil.java:1063) at org.eclipse.birt.report.designer.ui.editors.pages.ReportLayoutEditorFormPage.onBroughtToTop(ReportLayoutEditorFormPage.java:287) at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor$1.run(MultiPageReportEditor.java:862) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3759) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3384) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.jface.dialogs.MessageDialogWithToggle.openYesNoQuestion(MessageDialogWithToggle.java:306) at org.eclipse.birt.report.item.crosstab.internal.ui.editors.model.CrosstabAdaptUtil.processInvaildBindings(CrosstabAdaptUtil.java:358) at org.eclipse.birt.report.item.crosstab.internal.ui.editors.commands.ChangeAreaCommand.execute(ChangeAreaCommand.java:79) at org.eclipse.gef.commands.CompoundCommand.execute(CompoundCommand.java:107) at org.eclipse.birt.report.designer.internal.ui.command.WrapperCommandStack.execute(WrapperCommandStack.java:92) at org.eclipse.gef.tools.AbstractTool.executeCommand(AbstractTool.java:399) at org.eclipse.gef.tools.AbstractTool.executeCurrentCommand(AbstractTool.java:411) at org.eclipse.gef.tools.DragEditPartsTracker.performDrag(DragEditPartsTracker.java:469) at org.eclipse.gef.tools.DragEditPartsTracker.handleButtonUp(DragEditPartsTracker.java:333) at org.eclipse.birt.report.item.crosstab.internal.ui.editors.editparts.CrosstabFirstCellEditPart$ControlFigure$1.handleButtonUp(CrosstabFirstCellEditPart.java:142) at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java:1064) at org.eclipse.gef.tools.SelectionTool.mouseUp(SelectionTool.java:544) at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:259) at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseReleased(DomainEventDispatcher.java:374) at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(LightweightSystem.java:538) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:206) 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:3782) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3381) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2394) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2358) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2210) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:494) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:489) 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(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
2008-05-21 03:53:38
1,211,360,000
closed fixed
4d920b7
1,211,360,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java
Birt
1,534
233,131
Bug 233131 Shared resources has no content after start birt.
description: Shared resources has no content after start birt. build id: 2.3.0 v20080521-0630 steps to reproduce: 1. Switch to Resouce Explorer, make sure there are files under shared resources folder. 2. Restart birt.(File->Restart) Expected result; Files are shown under shared resources folder. Actaul result: No file is shown under shared resources folder until you press F5 to refresh.
2008-05-20 23:05:25
1,211,340,000
closed fixed
f73e72f
1,211,360,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/IDEResourceSynchronizer.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/IDEReportPlugin.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/IDEMultiPageReportEditor.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerTreeViewPage.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/provider/ComboPropertyDescriptorProvider.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/ComboPropertyDescriptor.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FontPreferencePage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/NewResourceFileDialog.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/ReportResourceChangeEvent.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/ReportResourceSynchronizer.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/ReportPlugin.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/IReportResourceChangeEvent.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/IReportResourceChangeListener.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/IReportResourceSynchronizer.java
Birt
1,535
229,436
Bug 229436 Debugging a Java Chart Event Handler fails
When trying to debug a report that contain a Java chart event hanlder that accesses the report context, the debug session fails. For example entering code similar to the following: import org.eclipse.birt.report.engine.api.script.IReportContext; Object lc = ((IReportContext)(icsc.getExternalContext().getObject())).getParameterValue("lowContact"); will run correctly, but debugging fails with the following error: Caused by: java.lang.ClassCastException: org.eclipse.birt.report.engine.script.internal.ReportContextImpl cannot be cast to org.eclipse.birt.report.engine.api.script.IReportContext
2008-04-29 14:48:49
1,209,490,000
resolved fixed
c279dfb
1,211,360,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/BIRTScriptClassLoader.java
Birt
1,536
213,955
Bug 213955 Default date format on Axis label is inconsistent with format preview.
null
2007-12-28 02:24:36
1,198,830,000
closed fixed
0b8aaa4
1,211,350,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FormatSpecifierPreview.java
Birt
1,537
232,907
Bug 232907 Crosstab measure can not be edited after refreshing library.
description: Crosstab measure can not be edited after refreshing library. build id: 2.3.0 v20080520-0630 steps to reproduce: 1. New a library with a cube. 2. New a report design, using the cube from library. 3. New a crosstab in the report design with the cube. Now you can double click the data item in measure cell to edit. 4. Refresh library in the outline of report design. 5. Double click the data item in measure cell to edit it. Expected result: The measure cell can still be edited. Actual result: The measure cell can no longer be edited unless you restart birt.
2008-05-20 03:28:15
1,211,270,000
closed fixed
91efc5d
1,211,350,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ModuleUtilTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/BidiParseTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportDesignHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ElementStructureUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java
Birt
1,538
192,368
Bug 192368 3D Tube and Cone Chart legend area should not take gradient color [0001]
Description: 3D Tube and Cone Chart legend area should not take gradient color. Build number: 2.2.0.v20070613-1211 Steps to reproduce: 1, New a 3D Tube or Cone Chart, check the legend area. Expected result: The legend area does not take the gradient color. Actual result: See the screenshot. Error log: N/A
2007-06-13 03:52:50
1,181,720,000
closed fixed
2a7240a
1,211,350,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/FillUtil.java
Birt
1,539
231,402
Bug 231402 Model Adapter not updating data set parameter name to reflect changes in ODA parameter definitions
Steps to reproduce: 1, New a datasource FROM "BIRT Classic Models Sample Database" Connection profile 2, New a dataset based on the datasource 3, Specify the query text in the SQB source panel: SELECT * FROM CLASSICMODELS.OFFICES WHERE STATE LIKE ? AND CITY LIKE :mycity 4, Finish 5, Reopen the Data Set Editor and check the Parameters page it shows 2 parameters as expected, the first one named "param_1" and second one named "mycity" 6, Go to the Query page, and modify the query text in the SQB source pane to: SELECT * FROM CLASSICMODELS.OFFICES WHERE STATE LIKE :mystate AND CITY LIKE :mycity 7, Go to Parameters page It still shows the same 2 parameters from step 5. Expected result: The first parameter "param_1" should have been replaced by a new parameter (in position 1) with the name "mystate", as defined in the ODA response's parameter definition.
2008-05-09 19:55:26
1,210,380,000
resolved fixed
f90ffa4
1,211,340,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/DataSetParameterAdapter.java
Birt
1,540
232,221
Bug 232221 Native name is lost when reset the dataset parameter in SQB Dataset
Description: Native name is lost when reset the dataset parameter in SQB Dataset Build number: 2.3.0.v20080515-0630 Steps to reproduce: 1, New a SQB Dataset from "BIRT Classic Models Sample Database" Connection profile 2, Specify the Query in SQB like: SELECT * FROM CLASSICMODELS.CUSTOMERS WHERE CUSTOMERNUMBER < :b OR CUSTOMERNAME = :a 3, Click Finish and goto Parameters page 4, Reset the parameters 5, Go to SQL Select Query page to check the Query Expected result: The native name of parameters a and b should not be lost Actual result: The parameters in query are changed to ?, their native names are lost. Error log:
2008-05-14 22:41:53
1,210,820,000
closed fixed
d6f8c72
1,211,340,000
data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQBDataSetWizardPage.java
Birt
1,541
220,851
Bug 220851 Crosstab filter on measure using top 3 gives error
null
2008-02-28 18:33:46
1,204,240,000
resolved fixed
e48f6a2
1,211,300,000
data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/api/CubeFeaturesTest.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/FilterUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/filter/AggrMeasureFilterHelper.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/NEvaluator.java
Birt
1,542
232,894
Bug 232894 [Regression] Only the first series is named by default [13]
null
2008-05-19 23:26:40
1,211,250,000
closed fixed
8641f8b
1,211,270,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/DataDefinitionSelector.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java
Birt
1,543
232,898
Bug 232898 call procedureName(arg) gets the return value
Description: There is a procedure [dbo].[counterInT1]: @counter int output AS select @counter=count(*) from T1 call dbo.counterInT1(?) got the return value but not the value of @counter Build number: 2.3.0.v20080520-0630 Steps to reproduce: 1, New a stored procedure dataset 2, Specify the Query like: {call counterInT1(?)} 3, Go to parameters page Expected result: The parameter should be @counter and type should be output. Actual result: The parameter is @Return Value. Error log:
2008-05-20 01:23:02
1,211,260,000
closed fixed
14c0f2b
1,211,260,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java
Birt
1,544
203,642
Bug 203642 Javascript functions in datasets are not recognized
Define a javascript function foo(x) in a script aaa.js Include the script through <list-property name="includeScripts"> <property>aaa.js</property> </list-property> In your dataset, create a computed column on a row X using foo(x) For example, <list-property name="computedColumns"> <structure> <property name="name">X_computed</property> <expression name="expression">foo(row["X"])</expression> <property name="dataType">Any</property> </structure> </list-property> Now try to bind a chart to this dataset, errors pop up in the dataset editor: An error occurred during population of data.
2007-09-17 15:19:24
1,190,060,000
resolved fixed
f950353
1,211,190,000
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/DummyEngineTask.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/SelectValueFetcher.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/QueryExecutionHelper.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteDataEngine.java
Birt
1,545
194,374
Bug 194374 Implements simulated italic and bold font in postscript.
Some fonts have no corresponding italic or bold fonts, which need to be simulated by emitters.
2007-06-26 02:31:11
1,182,840,000
resolved fixed
207731f
1,211,180,000
engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFPage.java engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/PostscriptWriter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java
Birt
1,546
231,498
Bug 231498 [Automation][Regression]Alignment of crosstab header row should set to center
Description: The default alignment value of crosstab header row is center, but it set to right in build v20080512-1101. Test Date: 20080512 Test Build: BIRT2.3.0 v20080512-1101 Step to reproduce: 1. Create a new report 2. Create a crosstab 3. Preview it. Expect result: Header alignment should be center. Actual result: Header alignment is right.
2008-05-12 02:41:43
1,210,570,000
closed fixed
7a18ccd
1,211,180,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/StylePropertyMapping.java
Birt
1,547
232,263
Bug 232263 [Automation][regression]__rtl doesn't work in html[0002]
Description: __rtl doesn't work in html Build number:2.3.0.v20080515 Steps to reproduce: 1. Insert a label. 2. Preview in html/web viewer, add url parameter as &__rtl=true Expected result: Label aligns from right to left Actual result: Label aligns from left to right Error log:N/a
2008-05-15 06:05:25
1,210,850,000
closed fixed
98aaee4
1,211,180,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLRenderOption.java
Birt
1,548
232,230
Bug 232230 [Automation][Regression]Table contents are clipped in postscript
Description: Table contents are clipped in postscript at page #9. Test Date: 20080515 Test Build: BIRT2.3.0 v20080515-0630 Step to reproduce: 1. Use the report attached 2. Preview it as postscript Expect result: Golden file attached. Actual result: Failed screen shot attached,
2008-05-15 01:57:48
1,210,830,000
closed fixed
7aa0fd4
1,210,990,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java
Birt
1,549
232,439
Bug 232439 Failure occurs in Junit test of org.eclipse.birt.report.engine.emitter.html.tests in daily build v20080516-0630
null
2008-05-15 22:39:24
1,210,910,000
closed fixed
96961b4
1,210,910,000
engine/org.eclipse.birt.report.engine.emitter.html.tests/test/org/eclipse/birt/report/engine/emitter/html/HTMLEmitterOptimizeTest.java
Birt
1,550
231,723
Bug 231723 Failures occurs in Junit test of org.eclipse.birt.report.tests.engine
null
2008-05-13 00:07:54
1,210,650,000
closed fixed
f699f4c
1,210,840,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java
Birt
1,551
232,231
Bug 232231 [Automation][Regression]NPE is thrown out when preview a report in PDF
Description: NPE is thrown out when preview a report in PDF. Test Date: 20080515 Test Build: BIRT2.3.0 v20080515-0630 Step to reproduce: 1. Use the report attached 2. Preview it as PDF Error log: Please refer to the error log attached.
2008-05-15 02:11:42
1,210,830,000
closed fixed
d9821ee
1,210,830,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java
Birt
1,552
229,554
Bug 229554 Problem with preview crosstab with chart measure view from library[01][1102]
Description: Get the attached report design and report library. The report design has two crosstab with chart measure view, the first is from library, and the second is created from cube which from library. build version:2.3.0.v20080430-0630 Steps to reproduce: 1.Use library in the report design. 2.Pull the Crosstab from library to report design, that is the frist crosstab. 3.Pull the cube from library to report design cube node of data explorer. Then pull the cube to the layout, show measure as chart view. 4.Preview the report design. The preview result has problem with the first crosstab. Expected result: The two crosstab should generate the same output.
2008-04-30 02:42:07
1,209,540,000
closed fixed
d4d5fe8
1,210,830,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ExpressionTreeSupport.java xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/GroupUtil.java
Birt
1,553
231,769
Bug 231769 Charts with arabic in attached fail to display in pdf[1200]
Description: Charts in attached fail to display in pdf Build number:2.3.0.v20080513 Steps to reproduce: 1. Preview attached report in pdf. The report has two same charts, two charts has arabic in title, axis title, area interactivity. Expected result: Display two charts Actual result: Nothing display. If delete one chart, the other chart will display. Error log:n/a
2008-05-13 06:12:10
1,210,670,000
closed fixed
dcf27c3
1,210,780,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/SimpleResultSet.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/CacheResultIterator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java
Birt
1,554
231,721
Bug 231721 [Automation][Regression]Highlights on table detail does not work
Description: Highlights on table detail does not work Test Date: 20080513 Test Build: BIRT2.3.0 v20080513-0630 Step to reproduce: 1. Use the report attached 2. Preview it Expect result: Highlights should work Actual result: Highlights does not take any effect
2008-05-13 00:02:14
1,210,650,000
closed fixed
b0cbc2f
1,210,760,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/ExpressionUtil.java data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/NestedQueryTest.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/QueryExecutionStrategyUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/RowResultSet.java
Birt
1,555
231,043
Bug 231043 Warning dialog pops up twice for invalid JDBC URL
Description: Warning dialog pops up twice for invalid JDBC URL Build number: 2.3.0.v20080508-1254 Steps to reproduce: 1, New a sampleDB datasource 2, Modify the JDBC URL to be invalid 3, New a dataset based on the datasource 4, Click next button Expected result: The warning dialog pops up once should be ok Actual result: The same warning pops up twice and then go on the next page.
2008-05-08 02:40:35
1,210,230,000
closed fixed
d0b3985
1,210,760,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
1,556
227,283
Bug 227283 java.lang.IllegalArgumentException encountered when trying to render attached report
Please refer to following exception detail: Apr 16, 2008 1:45:11 AM org.eclipse.birt.chart.exception.ChartException logThis WARNING: Exception org.eclipse.birt.chart.exception.ChartException at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1332) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationBase.renderToImageFile(ChartReportItemPresentationBase.java:817) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationBase.onRowSets(ChartReportItemPresentationBase.java:645) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationProxy.onRowSets(ChartReportItemPresentationProxy.java:105) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.processExtendedContent(LocalizedContentVisitor.java:842) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.visitForeign(LocalizedContentVisitor.java:476) at org.eclipse.birt.report.engine.content.impl.ForeignContent.accept(ForeignContent.java:69) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:149) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:63) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:89) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:101) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:534) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:221) at org.eclipse.birt.test.performance.RenderThread.execute(RenderThread.java:168) at org.eclipse.birt.test.performance.BaseTaskThread.run(BaseTaskThread.java:84) Caused by: java.lang.IllegalArgumentException at org.eclipse.birt.chart.render.Bar.computeOvalPoints(Bar.java:3445) at org.eclipse.birt.chart.render.Bar.computeOvalPoints(Bar.java:3437) at org.eclipse.birt.chart.render.Bar.renderRiserTube3D(Bar.java:3212) at org.eclipse.birt.chart.render.Bar.renderSeries(Bar.java:1070) at org.eclipse.birt.chart.render.AxesRenderer.renderPlot(AxesRenderer.java:2221) at org.eclipse.birt.chart.render.AxesRenderer.render(AxesRenderer.java:294) at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1327) ... 15 more
2008-04-16 05:06:05
1,208,340,000
resolved fixed
686ed10
1,210,760,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java
Birt
1,557
232,009
Bug 232009 [Automation][Regression]Format number alignment does not work in PDF
Description: Format number alignment does not work in PDF. Test Date: 20080514 Test Build: BIRT2.3.0 v20080514-0630 Step to reproduce: 1. Use the report attached 2. Preview it as PDF Expect result: The alignment of table row should be left , center , right. Actual result: Alignment does not take any effect.
2008-05-14 02:16:03
1,210,750,000
closed fixed
dd59f15
1,210,750,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/AbstractStyle.java
Birt
1,558
227,951
Bug 227951 Empty sheets in preview output.
null
2008-04-21 02:14:21
1,208,760,000
closed fixed
b4b91f3
1,210,750,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/PageLayout.java
Birt
1,559
223,576
Bug 223576 viewer print as HTML ignores page breaks
null
2008-03-23 10:16:28
1,206,280,000
resolved fixed
2975c97
1,210,750,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java
Birt
1,560
231,706
Bug 231706 [Regression] [Accessibility] No help dialogue pops up when click "Help" button in preference dialogue [17]
Description: No help dialogue pops up when click "Help" button in preference dialogue. Build number: 2.3.0.v20080513-0630 Steps to reproduce: 1. Select Windows menu. 2. Select Preferences->Report design->Chart. 3. Click help button. Expected result: Help dialogue pops up. Actual result: No help dialogue pops up. Error log: N/A
2008-05-12 22:26:50
1,210,650,000
closed fixed
c195a6b
1,210,750,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartPreferencePage.java
Birt
1,561
231,983
Bug 231983 [Regression] The icon of chart is not the same as other report items in the library [01] [13]
null
2008-05-13 21:53:14
1,210,730,000
closed fixed
5fb861d
1,210,730,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartViewNodeProvider.java
Birt
1,562
231,720
Bug 231720 Error occurs in Junit test of org.eclipse.birt.report.engine.emitter.html.tests
null
2008-05-12 23:53:57
1,210,650,000
closed fixed
b61a22c
1,210,730,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java
Birt
1,563
231,353
Bug 231353 Nested Exceptions eaten by ODA
Build ID: 2.2.1.v20070709-110-s332Aw31181_2_ Steps To Reproduce: The file org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl eats nested exceptions. So when errors occur in the ODA, the nested exceptions are not accessible when referencing them via IRunTask.getErrors(). the code: try { ... } catch ( BirtException e ) { throw new AdapterException( e.getLocalizedMessage( ) ); } should just throw the BirtException or at least include it as the cause like this catch ( BirtException e ) { throw new AdapterException( e.getLocalizedMessage( ), e ); } I have a custom ODA and there's no way to access the nested exceptions programatically because this code is eating them. This may be a problem in other code too but this is where I find the problem. More information:
2008-05-09 14:48:52
1,210,360,000
resolved fixed
83cd75a
1,210,670,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/group/GroupCalculatorFactory.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/QueryExecutionHelper.java
Birt
1,564
231,760
Bug 231760 [Regression]Exception throws out when preview attached report design
null
2008-05-13 04:55:00
1,210,670,000
closed fixed
5bc2f8b
1,210,670,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationAxisImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationBase.java
Birt
1,565
231,736
Bug 231736 [Smoke] Exception is thrown out and user is recommended to exit the workbench when insert chart in Library [01]
null
2008-05-13 02:44:39
1,210,660,000
closed fixed
3a824b6
1,210,670,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/DesignElementHandleTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/LibraryHandle.java
Birt
1,566
231,712
Bug 231712 [Automation][Regression]Stackoverflow thrown out when preview report in PDF
Description: Stackoverflow thrown out when preview report in PDF. Test Date: 20080513 Test Build: BIRT2.3.0 v20080513-0630. Step to reproduce: 1. Use the report attached 2. Preview it as PDF
2008-05-12 23:07:26
1,210,650,000
closed fixed
f6b5f64
1,210,660,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/dom/DOMReportItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/dom/DOMReportItemExecutorManager.java
Birt
1,567
230,338
Bug 230338 After remove crosstab style the data is not aligned in crosstab with measure chart view[1302]
Description: The style "crosstab" and "crosstab-cell" is used by default if create a crosstab in layout. There is crosstab bind with cube in the layout, and the measure show as chart. Remove "crosstab" style, the data is not aligned with the axis. build version:2.3.0.v20080506-0630 Steps to reproduce: 1.Get the attached report design file. 2.In the birt designer, click crosstab and remove "crosstab" style. 3.Preview the report, you will find the last data is not aligned properly.
2008-05-06 03:58:39
1,210,060,000
closed fixed
8c16c22
1,210,650,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationPlotImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemUtil.java
Birt
1,568
231,499
Bug 231499 [Automation][Regression]NPE throws out when preview a nested crosstab
null
2008-05-12 04:44:55
1,210,580,000
closed fixed
e591c1b
1,210,620,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/QueryExecutionStrategyUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/SimpleResultSet.java
Birt
1,569
229,233
Bug 229233 [Automation][Regression]Blank line between tag <li> in PostScirpt
Description: There are many tag <li></li> in html source, if we export report to PDF format, there is a blank line between these tag lines. Test Date: 20080429 Test Build: BIRT2.3.0 v20080429-0946 Step to reproduce: 1. Use the report attached 2. Preview it as PDF
2008-04-29 03:23:32
1,209,450,000
closed fixed
e0c8fc6
1,210,580,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java
Birt
1,570
231,480
Bug 231480 Axis step should be integer number in attached report
null
2008-05-11 22:53:03
1,210,560,000
closed fixed
e99e56d
1,210,580,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java
Birt
1,571
225,540
Bug 225540 Add BIDI support to BIRT charts
Build ID: I20080207-1530 Steps To Reproduce: Add BIDI support to Charts engine More information:
2008-04-03 08:37:14
1,207,230,000
closed fixed
a990e2f
1,210,570,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/TextRenderEvent.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/RunTimeContext.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderHelper.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/DesignerRepresentation.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationBase.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartPreviewPainter.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/wizard/ChartWizardContext.java
Birt
1,572
230,844
Bug 230844 Issues when create items which share result set to template items[02][0005]
Description: Error when create template items for items which share result set Build number:2.3.0.v20080607 Steps to reproduce: 1.New one data item binding with dataset, name it. 2. New another data item, share result set from first data. 3. Create two data items to template items. Expected result: Correct design without errors. Actual result: Error in Problem View saying that: The element "Data("d1")" has property "dataBindingRef" that refers an undefined element "d". Error log:n/a
2008-05-07 05:15:19
1,210,150,000
closed fixed
e899e6b
1,210,560,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ElementExporterTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/validators/AllValidatorTests.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/validators/ElementReferenceValidatorTest.java 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/validators/ElementReferenceValidator.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/validators/AbstractPropertyValidator.java
Birt
1,573
231,241
Bug 231241 [Automation][Regression]Part of border disappeared in PDF
Description: Part of table border disappeared in PDF. Test Date: 20080509 Test Build: BIRT2.3.0 v20080508-1723 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-05-08 23:11:53
1,210,300,000
closed fixed
8b50918
1,210,560,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/CellContent.java
Birt
1,574
231,085
Bug 231085 [Regression] User have to select the certain axis to specify its series from the context menu [13]
Description: User have to select the certain axis to specify its series from the context menu. Build number: 2.3.0.v20080508-1254 Steps to reproduce: 1. New a data set binding to CUSTOMERS. 2. New a chart with More Axis. 3. In "Select Data" tab, binding the chart to the data set, create three Y axis. 4. Select Axis 1, and right click one column to select Axis 2 - Series 1 in the context menu. Expected result: Series can be specified. Actual result: User have to change to Axis 2 first, then the column can be specify for Axis 2 - Series 1. Error log: N/A
2008-05-08 05:35:32
1,210,240,000
closed fixed
1d0d7e0
1,210,320,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java
Birt
1,575
228,835
Bug 228835 Can not delete file/folder under Shared Resources with the Delete key.
Select a folder or file under the Shared Resources node and press the Delete key on keyboards. Expected the folder or file can be deleted, but it isn't.
2008-04-25 03:46:10
1,209,110,000
closed fixed
1622dbc
1,210,320,000
UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerContextMenuProvider.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerView.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerViewPage.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/CopyResourceAction.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/DeleteResourceAction.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/FilterResourceAction.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/MoveResourceAction.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/NewFolderAction.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/NewLibraryAction.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/PasteResourceAction.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/RefreshResourceExplorerAction.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/RenameResourceAction.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/ResourceAction.java
Birt
1,576
230,835
Bug 230835 Instruction should be removed since the operations are not allowed.
description: When you create a chart view for crosstab, in chart builder there's an instrution "Right click or drag the levels to Category...". However such operations are disabled for some reason, so the instruction should be removed or modified. build id: 2.3.0 v20080507-0630
2008-05-07 04:37:19
1,210,150,000
closed fixed
bb9f59a
1,210,320,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java
Birt
1,577
231,066
Bug 231066 The 3D chart position is rather strange in the attached report design.
null
2008-05-08 04:34:16
1,210,240,000
closed fixed
10e04f6
1,210,310,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith3DAxes.java
Birt
1,578
229,208
Bug 229208 SQB parameters are not returned in native sequence
Description: The parameters do not diplay in native sequence Build number: 2.3.0.v20080428-0630 Steps to reproduce: 1, New a datasource from "BIRT Classic Models Sample Database" Connection profile 2, New a dataset based on the datasource 3, Specify the Query to: SELECT * FROM CLASSICMODELS.CUSTOMERS WHERE CUSTOMERNUMBER < :b OR CUSTOMERNAME = :a 4, Check the parameters page Expected result: The first parameter should be b The second parameter should be a Actual result: The parameters are not displayed in native position Error log:
2008-04-28 22:25:07
1,209,440,000
closed fixed
267c563
1,210,310,000
data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/CustomSQLBuilderDialog.java
Birt
1,579
228,551
Bug 228551 Ability for extenders to override Result History Fitlering in a SQB Dialog
null
2008-04-23 19:17:41
1,208,990,000
closed fixed
afd51cf
1,210,310,000
data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQLBuilderDesignState.java
Birt
1,580
167,618
Bug 167618 Use ICU4J's DateFormat class in BIRT's Date/Time processing
null
2006-12-12 08:36:39
1,165,930,000
resolved fixed
8518457
1,210,250,000
core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/data/DataTypeUtilTest.java core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/data/DateUtilTest.java core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DateFormatFactory.java core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DateFormatISO8601.java core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DateUtil.java
Birt
1,581
231,058
Bug 231058 Invalid xtab when drag cube to another library's layout[01][1102]
Description: Invalid xtab when drag cube to another library's layout Build number:2.3.0.v20080508 Steps to reproduce: 1. New a library with cube and crosstab. 2. New a second library, drag cube from first library to layout of second library Expected result: a crosstab is inserted without errors. Actual result: an invalid crosstab is inserted and errors in Problem view to indicate that no cube for the crosstab Error log:n/a
2008-05-08 04:02:28
1,210,230,000
closed fixed
2c6b3aa
1,210,240,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/CubeDropAdapter.java
Birt
1,582
229,221
Bug 229221 Pagination issue for pdf generated from genReport.bat[0301][0600]
Description: Pagination issue for pdf generated from genReport.bat Build number:2.3.0.v20080429 Steps to reproduce: 1. Get the ReportEngine package from latest build. 2. Running below command: genReport.bat -m run -p "Cust=200" test1.rptdesign genReport.bat -m render -f pdf test1.rptdocument genReport.bat -m runrender -p "Cust=200" -f pdf test1.rptdesign Expected result: Using auto pagination, page content overflows to next pages. Actual result: The first two commands generate pdf with four pages and each page content is clipped. The third command generates pdf with three pages. Error log:n/a
2008-04-29 02:01:55
1,209,450,000
closed fixed
ccfcae7
1,210,240,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/LayoutEngineContext.java
Birt
1,583
229,551
Bug 229551 Crosstab will not be displayed in layout after pull a cube to library[01]
Description: In report library, pull a valid cube to layout, the crosstab is not shown in the layout. While check outline view, the crosstab is created, it is just not refresh to display in the layout. build version: 2.3.0.v20080430-0630
2008-04-30 02:19:57
1,209,540,000
closed fixed
8aeda9d
1,210,230,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/CubeDropAdapter.java
Birt
1,584
228,244
Bug 228244 BIDI3.4:Error in displaying arabic data on exported report PDF , PPT
null
2008-04-22 14:04:39
1,208,890,000
closed fixed
6e8029a
1,210,230,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/birt/BIRTConstants.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/AreaFactory.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/PDFTextLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineTextLayout.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/TextCompositor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontInfo.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontSplitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/text/BidiSplitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/text/Chunk.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/text/ChunkGenerator.java
Birt
1,585
228,808
Bug 228808 Enhance the exception when expression like Total.count(expression, filter, group)
Description: Enhance the exception when expression like Total.count(expression, filter, group) Build number: 2.3.0.v20080424-0630 Steps to reproduce: 1, New a table binding with dataset CUSTOMERS 2, New a group on table, group name is city, group key is CITY 3, New a dataitem in group footer and expression is Total.count(row["CUSTOMERNUMBER"], row["CUSTOMERNUMBER"]<130,"city") 4, Preview Expected result: If we don't support the expression like Total.count(expression, filter, group), we should give a error message Actual result: The preview is ok but the result is not user expected. Error log:
2008-04-24 22:46:04
1,209,090,000
closed fixed
29363be
1,210,160,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/aggregation/AggrRegistry.java
Birt
1,586
230,306
Bug 230306 ArrayIndexOutOfBoundsException for stored procedure has the output value
If the stored procudure has the output value, then ArrayIndexOutOfBoundsException will be thrown. Here is one example of the queries: { ? = CALL "eiiTest"."SP_ACRND1_DOUBLE1_GT" (?) } We bind null to the input parameter and bind output parameter for the output value. Here is the call stack: SPParameterMetaData.getParameterType(int) line: 127 CallStatement.setNull(int) line: 947 OdaAdvancedQuery(OdaQuery).setNull(int) line: 1093 PreparedStatement.doSetNull(int) line: 835 PreparedStatement.setNull(String, int) line: 529 PreparedStatement.setParameterValue(String, int, Object, boolean) line: 464 PreparedStatement.setParameterValue(int, Object, boolean) line: 443 PreparedStatement.addParameterHints(List) line: 365 DataSourceQuery.addParameterDefns() line: 138 DataSourceQuery.execute() line: 159 DataExecutionAgent.execute() line: 247 DataExecutionAgent.run() line: 317 Thread.run() line: 595 [local variables unavailable] Based on my investigation, this is due to the number of parameters are not set correctly in the getParameterDefinitionChars() of SPParameterPositionUtil. It returned paramTxt: "?" which means it only has one parameter instead of two.
2008-05-05 18:23:22
1,210,030,000
resolved fixed
ab53752
1,210,160,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/UserDefinedParamMetaData.java 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,587
230,033
Bug 230033 CoreJavaScriptInitializer contains an extra new()
project: org.eclipse.birt.core package: org.eclipse.birt.core.script; class: CoreJavaScriptInitializer bug: ScriptableObject.putProperty( scope, birtStr.getClassName( ), new BirtStr() ); should be: ScriptableObject.putProperty( scope, birtStr.getClassName( ), birtStr ); birtStr is declared further up as: ScriptableObject birtStr = new BirtStr();
2008-05-02 16:40:41
1,209,760,000
resolved fixed
14b9ab3
1,210,150,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/script/CoreJavaScriptInitializer.java
Birt
1,588
229,211
Bug 229211 The group column is not with highlight effect when it is specified by context menu[13]
null
2008-04-28 22:51:02
1,209,440,000
closed fixed
a3d419f
1,210,150,000
chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DataDefinitionTextManager.java
Birt
1,589
229,524
Bug 229524 populateExtendedAggrInfo in AggregationManager may cause NPE
null
2008-04-29 21:47:02
1,209,520,000
closed fixed
8a3c935
1,210,140,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/AggregationManager.java
Birt
1,590
230,105
Bug 230105 Measure Count function without expression is considered as unacceptable
null
2008-05-04 04:37:40
1,209,890,000
closed fixed
194f6b3
1,210,140,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java
Birt
1,591
228,821
Bug 228821 [Automation][Regression]STDDVE on a dateTime value should return a double value
null
2008-04-25 01:54:29
1,209,100,000
closed fixed
087530f
1,210,140,000
data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/TotalStdDev.java
Birt
1,592
227,525
Bug 227525 [Automation] Exception is print out in the console when preview the attached report design with a stock chart [13]
null
2008-04-17 06:42:08
1,208,430,000
closed fixed
49a485a
1,210,140,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/exception/ChartException.java
Birt
1,593
141,934
Bug 141934 3D chart, gridlines previewed error.
3D chart, gridlines previewed error. Steps: 1.Open attached design file 2.Preview Actual Results: 1.Gridlines are previewed error(See the screen shot) Expected Results: 1.Gridlines can be previewed correctly.
2006-05-16 02:33:57
1,147,760,000
closed fixed
460e926
1,210,130,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/Engine3D.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/Object3D.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/Rectangle.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/Vector.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith3DAxes.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/Line3DRenderEvent.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderHelper.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/DeferredCache.java
Birt
1,594
230,158
Bug 230158 NPE thrown when a cube aggregation reference an inexsitent measure
Build ID: I20080409-1425 Steps To Reproduce: 1.run the attached report 2. 3. More information:
2008-05-05 04:07:34
1,209,970,000
resolved fixed
9f073b7
1,210,130,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/AggregationCalculator.java
Birt
1,595
230,103
Bug 230103 The chart is not generated when debug a report containing a chart with an event handler [0800] [13]
null
2008-05-04 04:13:14
1,209,890,000
closed fixed
7a5b8cd
1,210,130,000
UI/org.eclipse.birt.report.debug.core/src/org/eclipse/birt/report/debug/internal/core/launcher/LauncherEngineConfig.java UI/org.eclipse.birt.report.debug.core/src/org/eclipse/birt/report/debug/internal/core/launcher/ReportLauncher.java UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/script/launcher/ReportLaunchHelper.java
Birt
1,596
230,102
Bug 230102 Invalid map rule works in crosstab
null
2008-05-04 03:45:56
1,209,890,000
closed fixed
a78971d
1,210,130,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/script/JSCubeBindingObject.java
Birt
1,597
229,649
Bug 229649 BirtViewerReportService.getParameterDefinitionTask() does not have appcontext pushed
Can we make a change so the viewer to allow the BirtViewerReportService.getParameterDefinitionTask() to push the appcontext prior to setting it? The reason is that the appcontext may have information that is required for the oda layer when a parameter is tied to a dataset HttpServletRequest request = (HttpServletRequest) options .getOption( InputOptions.OPT_REQUEST ); HashMap context = new HashMap( ); context.put( EngineConstants.APPCONTEXT_BIRT_VIEWER_HTTPSERVET_REQUEST, request ); ParameterAccessor.pushAppContext( context, request ); // ADD THIS LINE task.setAppContext( context );
2008-04-30 11:36:22
1,209,570,000
resolved fixed
26cd2b9
1,210,130,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java
Birt
1,598
229,215
Bug 229215 The "data[""]" in the drop down list is only partly shown when create chart view for crosstab [1302]
null
2008-04-28 23:07:37
1,209,440,000
closed fixed
380d826
1,210,130,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/DataDefinitionSelector.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/SubtaskSheetImpl.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DataDefinitionTextManager.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DataTextDropListener.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/CompoundTask.java core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/WizardBase.java
Birt
1,599
229,521
Bug 229521 [Regression] Series name is not correct in context menu for chart with more axis [13]
Description: Series name is not correct in context menu for chart with more axis. Build number: 2.3.0 v20080430-0630 Steps to reproduce: 1. New a data set binding to CUSTOMERS. 2. New a chart with More Axis. 3. In "Select Data" tab, binding the chart to the data set, create three Y axis. 4. Right click one column and get the context menu Expected result: Series names are correct. Actual result: See the screenshot. Error log: N/A
2008-04-29 20:51:03
1,209,520,000
closed fixed
a378f44
1,210,130,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java
Birt
1,600
230,098
Bug 230098 [Regression] User is recommended to exit the workbench when open the invalid chart [13]
null
2008-05-03 23:38:57
1,209,870,000
closed fixed
9a56411
1,210,130,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartCubeQueryHelper.java
Birt
1,601
228,372
Bug 228372 Add "reset size" action for Image item
Add a "reset size" action for Image item only in context menu of layout editor. The action label reads "Reset to Original Size". This action simply clears the width and height property of current image item so it will display as original size. This action should be positioned between "Edit" and "Create Template report item...".
2008-04-23 06:59:23
1,208,950,000
resolved fixed
e88f4df
1,210,130,000
UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/layout/ReportEditorWithPalette.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/command/ResetImageSizeHandler.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/ResetImageSizeAction.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java
Birt
1,602
229,220
Bug 229220 NPE occurs after changing the parameter name in QueryText
Description: NPE occurs after changing the parameter name in QueryText. Build number: 2.3.0.v20080428-0630 Steps to reproduce: 1, New a datasource FROM "BIRT Classic Models Sample Database" Connection profile 2, New a dataset based on the datasource 3, Specify the QueryText to "SELECT * FROM CLASSICMODELS.CUSTOMERS WHERE CUSTOMERNUMBER = :number OR CUSTOMERNAME = :name" 4, Finish 5, Reopen the dataset and modify the QueryText to "SELECT * FROM CLASSICMODELS.CUSTOMERS WHERE CUSTOMERNUMBER = :number1 OR CUSTOMERNAME = :name" 6, Go to Computed Column Page or Parameters page Expected result: After step6, no NPE occurs Actual result: After step6, NPE occues Error log: java.lang.NullPointerException at org.eclipse.birt.report.model.command.PropertyCommand.setMember(PropertyCommand.java:882) at org.eclipse.birt.report.model.api.MemberHandle.setValue(MemberHandle.java:120) at org.eclipse.birt.report.model.api.StructureHandle.setProperty(StructureHandle.java:163) at org.eclipse.birt.report.model.adapter.oda.impl.DataSetParameterAdapter.updateROMDataSetParamWithNewParam(DataSetParameterAdapter.java:1489) at org.eclipse.birt.report.model.adapter.oda.impl.DataSetParameterAdapter.updateRomDataSetParamsWithNewParams(DataSetParameterAdapter.java:1438) at org.eclipse.birt.report.model.adapter.oda.impl.ModelOdaAdapter.updateROMDataSetParams(ModelOdaAdapter.java:1115) at org.eclipse.birt.report.model.adapter.oda.impl.ModelOdaAdapter.updateDataSetHandle(ModelOdaAdapter.java:1312) at org.eclipse.birt.report.model.adapter.oda.impl.ModelOdaAdapter.updateDataSetHandle(ModelOdaAdapter.java:820) at org.eclipse.birt.report.model.adapter.oda.ModelOdaAdapter.updateDataSetHandle(ModelOdaAdapter.java:191) at org.eclipse.birt.report.designer.data.ui.util.DTPUtil.updateDataSetHandle(DTPUtil.java:141) at org.eclipse.birt.report.designer.data.ui.dataset.PropertyPageWrapper.canLeave(PropertyPageWrapper.java:113) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.showPage(AbstractPropertyDialog.java:546) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.showSelectionPage(AbstractPropertyDialog.java:459) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.showSelectionPage(DataSetEditor.java:824) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog$2$1.run(AbstractPropertyDialog.java:417)
2008-04-29 01:51:04
1,209,450,000
closed fixed
3556e0f
1,210,130,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/DataSetParameterAdapter.java
Birt
1,603
229,563
Bug 229563 Drag cube from libary to report layout should generate xtab[01][1102]
Description: Drag cube from libary to report layout should generate xtab Build number:2.3.0.v20080430 Steps to reproduce: 1. New a cube in library. 2. Drag the cube from library to report layout. Expected result: Insert a crosstab. Actual result: Nothing happens Error log:n/a
2008-04-30 04:01:58
1,209,540,000
closed fixed
7fa96e0
1,210,130,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/CubeDropAdapter.java
Birt
1,604
228,131
Bug 228131 Create new data binding pops up when editing measure binding with no modification
Description: Create new data binding pops up when editing measure binding with no modification Build number: 2.3.0.v20080422-0630 Steps to reproduce: 1, New a crosstab has dimensions and measures 2, Select the measure binding and click Edit button in Binding page 3, Do nothing and click OK Expected result: No need to pops up the "Create new data binding" dialog if there is no changing. Actual result: After clicking OK button, "Create new data binding" dialog pops up and if I click No button, the report design has dirty mark. It is strange.
2008-04-21 21:06:17
1,208,830,000
closed fixed
32cc685
1,210,130,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java
Birt
1,605
229,908
Bug 229908 Cryptic error message when BIRT can't find a JS file
null
2008-05-01 20:04:49
1,209,690,000
resolved fixed
2dfee88
1,210,060,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java
Birt
1,606
230,139
Bug 230139 Exception throws out when previewing nested crosstab in PDF
null
2008-05-04 21:02:40
1,209,950,000
closed fixed
276c159
1,209,970,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TextCompositor.java
Birt
1,607
229,231
Bug 229231 [Automation][Regression]Word file exported by report can not be opened
Description: Word file exported by report can not be opened. Test Date: 20080429 Test Build: BIRT2.3.0 v20080429-0946 Step to reproduce: 1. Use the report attached 2. Export it to Word doc file
2008-04-29 03:04:04
1,209,450,000
closed fixed
a332238
1,209,540,000
engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/WordUtil.java
Birt