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
3,208
155,262
Bug 155262 Total.countDistinct() method returns null on empty resultset
If you use Total.countDistinct(row.aColumn, null, 0) or Total.countDistinct(dataSetRow.aColumn, null, 0) and the resultset for the dataset is empty, the method returns null. It should return 0.
2006-08-25 15:32:45
1,156,530,000
resolved fixed
fb5687b
1,156,840,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/aggregation/JSAggrValueObject.java
Birt
3,209
141,941
Bug 141941 Use report parameter in script, preview in web viewer, system throws exception
Use report parameter in script, preview in web viewer, system throws exception Steps: 1.Create a report parameter, a ; string ; "abc" 1.Create a chart 2.Script: function beforeDrawAxisTitle(axis, title, scriptContext) { importPackage(Packages.org.eclipse.birt.chart.model.attribute); importPackage(Packages.org.eclipse.birt.chart.model.attribute.impl); { if (axis.getType() == AxisType.LINEAR_LITERAL) title.getCaption( ).setValue( scriptContext.getExternalContext().getObject().getParameterValue("a"));} title.getCaption().getColor( ).set( 208, 32, 0); title.getCaption().getFont().setItalic(true); title.getCaption().getFont().setRotation(90); title.getCaption().getFont().setStrikethrough(true); title.getCaption().getFont().setSize(14); title.getCaption().getFont().setName("Arial"); title.getOutline().setVisible(false); title.getOutline().setThickness(3); title.setBackground(ColorDefinitionImpl.ORANGE()); } 3.Preview in web viewer Actual Results: 1.System throws exception There are errors on the report page: - There are error(s) in Chart : 12 Error0 : null ( 1 time(s) ) detail : org.eclipse.birt.chart.exception.ChartException: $NO-RB$ null at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1276) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationImpl.onRowSets(ChartReportItemPresentationImpl.java:449) at org.eclipse.birt.report.engine.presentation.LocalizedEmitter.startExtendedContent(LocalizedEmitter.java:669) at org.eclipse.birt.report.engine.presentation.LocalizedEmitter.startForeign(LocalizedEmitter.java:439) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2$1.visitForeign(ReportContentLoaderV2.java:877) at org.eclipse.birt.report.engine.content.impl.ForeignContent.accept(ForeignContent.java:52) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2$1.visit(ReportContentLoaderV2.java:784) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.startContent(ReportContentLoaderV2.java:764) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.outputPageRegion(ReportContentLoaderV2.java:378) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.excutePage(ReportContentLoaderV2.java:250) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.loadPage(ReportContentLoaderV2.java:151) at org.eclipse.birt.report.engine.internal.document.ReportContentLoader.loadPage(ReportContentLoader.java:50) at org.eclipse.birt.report.engine.api.impl.RenderTask.doRender(RenderTask.java:186) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRender.render(RenderTask.java:493) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:428) 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:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534) Caused by: java.lang.NullPointerException at org.eclipse.birt.chart.factory.RunTimeContext.externalizedMessage(RunTimeContext.java:504) at org.eclipse.birt.chart.render.AxesRenderer.renderEachAxis(AxesRenderer.java:3973) at org.eclipse.birt.chart.render.AxesRenderer.renderAxesLabels(AxesRenderer.java:2132) at org.eclipse.birt.chart.render.AxesRenderer.renderPlot(AxesRenderer.java:2263) at org.eclipse.birt.chart.render.AxesRenderer.render(AxesRenderer.java:299) at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1271) ... 77 more Expected Results: 1.Can be previewed correctly.
2006-05-16 03:39:35
1,147,770,000
closed fixed
c0cff83
1,156,830,000
testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/EngineCase.java
Birt
3,210
155,365
Bug 155365 Can not set data type to "date time" when editing "Data Item"
Description: Can not set data type to "date time" when editing "Data Item" Steps to reproduce: 1. Insert a data item to the layout 2. Name it and set the expression to "a = new Date()" 3. Select the data type to date time 4. Press ok Actual result: An Birt Exception is thrown out. Expected result: No NPE thrown out
2006-08-28 04:05:49
1,156,750,000
closed fixed
db24687
1,156,830,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataItemBindingDialog.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ColumnBindingDialog.java
Birt
3,211
155,351
Bug 155351 Exception is thrown out when insert a column to a table
Exception is thrown out when insert a column to a table Steps to reproduce: 1. open an old rptdesign file with a talbe in it 2. choose one column and insert a column to left/right Expected result: a column can be inserted Actual result: exception is thrown out java.lang.IndexOutOfBoundsException: Index: 4, Size: 4 at java.util.ArrayList.RangeCheck(Unknown Source) at java.util.ArrayList.get(Unknown Source) at org.eclipse.birt.report.designer.core.model.schematic.TableHandleAdapter.insertColumn(TableHandleAdapter.java:932) at org.eclipse.birt.report.designer.core.model.schematic.TableHandleAdapter.insertColumns(TableHandleAdapter.java:1004) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.TableEditPart.insertColumns(TableEditPart.java:976) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.InsertColumnRightAction.run(InsertColumnRightAction.java:65) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
2006-08-27 22:34:42
1,156,730,000
closed fixed
6b037b1
1,156,820,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/TableHandleAdapter.java
Birt
3,212
155,178
Bug 155178 [Deploy] Preview report failed on war deployed weblogic server
null
2006-08-25 02:42:37
1,156,490,000
closed fixed
07b32e6
1,156,500,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java
Birt
3,213
155,177
Bug 155177 [regression]The format is inconsistent in toc page and report page of web
null
2006-08-25 02:27:00
1,156,490,000
closed fixed
d7d37d7
1,156,500,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractChangeParameterActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetPageActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetTOCActionHandler.java
Birt
3,214
132,097
Bug 132097 Error show the DBCS String
BIRT Enablement Tests - Test Case 3: Preview a report in PDF Error show the DBCS String.(Simplified Chinese) Build: 20060309
2006-03-16 01:31:27
1,142,490,000
resolved fixed
5642193
1,156,490,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontConfigReader.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontHandler.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontMappingManager.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontSplitter.java
Birt
3,215
155,007
Bug 155007 Group Toc doesn't work well
Group Toc doesn't work well Steps to reproduce: run the attached file and preview it in html/web viewer/PDF Expected results: Group toc works well Actual results: Group toc doesn't work well
2006-08-24 05:13:15
1,156,410,000
closed fixed
376ca09
1,156,480,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java
Birt
3,216
154,988
Bug 154988 [regression]Group toc doesn't work in pdf
Description: Group toc doesn't work in pdf Steps to reproduce: 1. new a data source and a dataset 2. Drag the dataset to Layout and add a group for it. 3. Preview in pdf and click group toc. Expected result: group toc can link to target page. Actual result: Not scroll the target page. Web Viewer is ok.
2006-08-24 02:35:48
1,156,400,000
closed fixed
cd790a4
1,156,470,000
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/TableArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableGroupLM.java
Birt
3,217
154,423
Bug 154423 Stack overflow using XML data source
null
2006-08-19 01:07:09
1,155,960,000
resolved fixed
bfd096a
1,156,430,000
data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopulationUtil.java
Birt
3,218
154,975
Bug 154975 Column width of Table and Grid doesn't support 0% in PDF
Column width of Table and Grid doesn't support 0% Steps to reproduce: 1.new a table or grid 3*3 2.Set the width of the three columns to 0%,70%,30% and set different colors to them 3.Preview it in PDF Expected result: Column width will be displayed the same with the percentage. Actual result: Each column takes up 1/3 of the width
2006-08-23 22:33:08
1,156,390,000
closed fixed
492c346
1,156,420,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java
Birt
3,219
118,775
Bug 118775 [Regression]Cell alignment is not consistent in layout view and preview.
Description: Cell alignment is not consistent in layout view and preview. Steps to reproduce: 1.Add a grid, insert a chart in the grid cell. Set row text alignment "center", column text alignment "right". Select cell, its text alignment is "center". Preview it, it is displayed in right. Please reference to scr 78082 in tracker
2005-12-01 02:54:04
1,133,420,000
closed fixed
8ccd81d
1,156,410,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/CellComputedStyle.java
Birt
3,220
154,827
Bug 154827 SWTError is thrown out after following steps
Description: SWTError is thrown out after following steps Steps to reproduce: 1. New a report 2. Switch to Script tab in Editor view 3. Close Palette view 4. Reopen Palette view Expected result: Can reopen Palette view Actual result: SWTError is thrown out, and Palette view can't show up Error log: org.eclipse.swt.SWTError: Cannot initialize Drop at org.eclipse.swt.dnd.DND.error(DND.java:247) at org.eclipse.swt.dnd.DND.error(DND.java:208) at org.eclipse.swt.dnd.DropTarget.<init>(DropTarget.java:130) at org.eclipse.birt.report.designer.internal.ui.dialogs.ExpressionTreeSupport.addDropSupportToViewer(ExpressionTreeSupport.java:655) at org.eclipse.birt.report.designer.internal.ui.editors.script.TreeViewPalettePage.createControl(TreeViewPalettePage.java:86) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.ReportMultiBookPage.setActivePage(ReportMultiBookPage.java:198) at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.updatePaletteView(MultiPageReportEditor.java:516) at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.updateRelatedViews(MultiPageReportEditor.java:612) at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.pageChange(MultiPageReportEditor.java:547) at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:232) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:709) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3171) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1953) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:288) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
2006-08-23 04:33:05
1,156,320,000
closed fixed
07995fc
1,156,410,000
UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/TreeViewPalettePage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ExpressionTreeSupport.java
Birt
3,221
154,828
Bug 154828 Item from library contant user properties can't delete
Details: Item from library contant user properties can't delete Step: 1.New a library. 2.Add a label and add a user properites. 3.Public the library. 4.New a report design and use the library 5.Drop the label from library explorer into layout. 6.Try to delete it. Actual result: The label from library contant user properties can't be delete. Exception reuslt: The label can be delete.
2006-08-23 04:52:10
1,156,320,000
closed fixed
92781da
1,156,410,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentCommand.java
Birt
3,222
154,832
Bug 154832 Wrong node is added to Report Parameters for cascading parameter in Palette view
Description: Wrong node is added to Report Parameters for cascading parameter in Palette view. Steps to reproduce: 1. New a report, add a cascading parameter 2. Switch to Script tab in Editor view, and then switch to Palette view 3. Expand Report Parameters node Expected result: A cascading parameter group is added to Report Parameters node Actual result: Expect a cascading parameter group is added to Report Parameters node, the children of the cascading parameter group are added as scalar parameters
2006-08-23 05:27:18
1,156,330,000
closed fixed
7c409e4
1,156,400,000
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.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/TreeViewPalettePage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ExpressionTreeSupport.java
Birt
3,223
154,835
Bug 154835 long text is truncated after page break in PDF report
Long text is truncated after auto page break in PDF report. No matter how long the text is, PDF only shows one line in the second page. Steps to reproduce: 1.new a report in designer. 2.insert a label, and ensure the text is long enough to exceed two page. 3.preview in PDF. Expected result: PDF shows all text. Actual result Text is truncated, PDF only shows one line in the second page
2006-08-23 06:00:44
1,156,330,000
resolved fixed
e2a3ee3
1,156,390,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java
Birt
3,224
154,814
Bug 154814 Use library, add library, delete library selection can't be found on Library right click menu in Library explorer
Details: Use library, add library, delete library selection can't be found on Library right click menu in Library explorer Step: 1.New a library and publish to resource folder. 2.New a report design and open library explorer. 3.Right click on the library in library explorer to use the library. Actual result: The selection of use, add ,delete library cannot be found. Exception result: Do can use the right click menu to use, add, delete library.
2006-08-23 03:07:39
1,156,320,000
closed fixed
01d3e22
1,156,330,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/LibraryExplorerTreeViewPage.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/AddSelectedLibToCurrentReportDesignAction.java
Birt
3,225
146,517
Bug 146517 support extensible new report output formats
User can create new report emitters to support new report output formats. But right now, many part of the BIRT UI (designer, and report viewer), drill thru bookmark syntax, assume the report output format to be a fix list. Need to walk thru end to end how to add new report output format, and how user can create bookmark and drill thru links to a customer report output format.
2006-06-12 02:36:51
1,150,090,000
resolved fixed
704a7c3
1,156,330,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java
Birt
3,226
146,967
Bug 146967 Total fuction with result of the aggregate on group-Level should be enhanced
Description: Now if we want to do total fuction with the Aggregate result on the group level, it cant be fulfilled. For example, we set a total.sum() aggregate on a group level first, and then we sum the result of total.sum() again. The expected result should simply equal to sum over all rows. But the actual result is not as our requirement. I attached the design file as the example. Expected result: The aggregation on the group total should be enhanced, or we cant get expected result such as the requirement that total.rank() with the average result on the group level and so on.
2006-06-13 22:45:35
1,150,250,000
closed fixed
0bc038b
1,156,320,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/AbstractExpressionCompiler.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/AggregateExpression.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/AggregateObject.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/AggregationTablePopulator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/BytecodeExpression.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ComplexExpression.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExpressionCompiler.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/MultiPassExpressionCompiler.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/aggregation/AggrExprInfo.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/aggregation/AggrRegistry.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/aggregation/AggregateCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/aggregation/AggregateTable.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/aggregation/JSAggrValueObject.java
Birt
3,227
152,554
Bug 152554 ReportServiceException is thrown out in PDF when preview attached design file
ReportServiceException is thrown out in PDF when preview attached design file, this exception doesn't occur in WebViewer/HTML. Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report
2006-08-02 02:47:59
1,154,500,000
closed fixed
780b556
1,156,320,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutManagerFactory.java
Birt
3,228
154,488
Bug 154488 Add a data binding without define "Enable binding with the same expression" is no effect
Details: Add a data binding without define "Enable binding with the same expression" is no effect Step: 1.New sample datasource named sampleDB 2.New a dataset named CUSTOMERS 3.select * from CLASSICMODELS.CUSTOMERS 4.Insert a data item and binding to CUSTOMERS 5.Add a data binding column and New data Item dialog pop up. 6.Without rename the Name. 7.Select Any 8.Open expression Editor, select Available Data Sets, select CUSTOMERS, select column of "CUSTOMERNUMBER" and click OK 9.Without click Enable binding with the same expression. 10.Click OK. Actual result: The data binding column has been not added in binding list. Exception reuslt: The data binding column is added in binding list.
2006-08-20 23:27:44
1,156,130,000
closed fixed
50324fe
1,156,320,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataColumnBindingDialog.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataItemBindingDialog.java
Birt
3,229
148,771
Bug 148771 Bottom margin is invalid in PDF & HTML
Details: Bottom margin is invalid Step: 1.New a label. 2.New a data item. 3.New a label again. 4.Set bottom margin as -20 point Actual result: See the attach image
2006-06-27 02:17:19
1,151,390,000
closed fixed
d036a1e
1,156,320,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/AbstractArea.java
Birt
3,230
154,805
Bug 154805 Viewer needs to support extended report output formats
BIRT UI supports showing the available report output formats dynamically on preview options. And it requires viewer to support if user choose to preview report as extended output format.
2006-08-22 23:48:05
1,156,300,000
resolved fixed
7fb7c56
1,156,310,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/FramesetFragment.java
Birt
3,231
154,697
Bug 154697 Dataset - Property Binding and Dynamic parameter
Content in a dynamic list box parameter are NOT reload after a query actualization. Example: - A hidden parameter called COUNTRY. - A Dynamic list box parameter called CUSTOMERS filtered by COUNTRY. COUNTRY param is set only via URL (&country=USA) Expected: only USA customers list on viewer paramenter window. I had test query actualization via: - Dataset parameter (where country = ?) - beforeOpen() - Property Binding on dataset. Result: - empty list box if not default value assigned to parameter.(no matter country parameter value i set via URL). - custormer list filtered by default value. (no matter country parameter value i set via URL). for more details and examples, see on newsgroup for same subject. Regards, Mauro
2006-08-22 09:43:47
1,156,250,000
resolved fixed
8338554
1,156,310,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java
Birt
3,232
154,803
Bug 154803 [regression]Cannot render document to user defined path through __document parameter
Description: Cannot render document to user defined path through __document parameter Steps to reproduce: 1. Preview a report in viewer 2. Modify url to add "__document=c:/tmp.rptdocument", this will generate report document to c disk with name "tmp.rptdocument" 3. Press enter. Expected result: Report displays correctly and the document is created. Actaul result: The document file : c:/tmp.rptdocument does not exist or contains errors.
2006-08-22 23:20:27
1,156,300,000
closed fixed
a89f91c
1,156,300,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java
Birt
3,233
152,287
Bug 152287 Problem about drill through to toc with linked expression
Steps to reproduce: 1.New a report"R1", add a label to the layout 2.New a sample datasource and a data set from table "OFFICE" 3.Add a list, binding with the data set to the layout, add a group"group1" on the table, group key is "COUNTRY" 4.Add a column binding to the table, "total=total.count()", aggregate on "group1" 5.Set group toc to row["total"] 6.Select the label, add a drill-through hyperlink. Set the target report to "R1.rptdesign", tick "TOC entry" , and set linked expression to 1 7.Preview the report in Web Viewer, click the label Expected result: Link to the first group page Actual result: Invalid bookmark: null org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.prepareParameters(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPage(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:324) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:324) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) org.apache.catalina.core.StandardPipeline$StandardPipelineValveCo
2006-07-30 23:27:38
1,154,320,000
closed fixed
279c6ad
1,156,300,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java
Birt
3,234
152,560
Bug 152560 PDF doesn't display bottom Border in inner group footer properly
null
2006-08-02 03:19:15
1,154,500,000
closed fixed
7ed22ff
1,156,300,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableGroupLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableRegionLM.java
Birt
3,235
152,494
Bug 152494 Support deployment of ODA Bundles in Web Application
When deploying a WAR package embedded with the ODA runtime plugins on a web application, e.g. WebLogic 9, the Stop( Shutdown Platform ) and restart service fails to restart platform correctly. This is due to instances not being released when WebLogic is shutdown. So in subsequent startup, those classes and their static variables are not re-initialized. Any objects referenced by singleton instances, such as plugin extensions objects, are thus from the previous platform instance, and are no longer valid.
2006-08-01 15:10:50
1,154,460,000
closed fixed
d4edb09
1,156,300,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ConnectionManager.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/DriverManager.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/plugin/DataEnginePlugin.java
Birt
3,236
154,178
Bug 154178 Support projectFolder in BIRT viewer
If the report supports projectFolder, the viewer also need to enhance for this feature.
2006-08-17 03:06:30
1,155,800,000
resolved fixed
6750b61
1,156,240,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java
Birt
3,237
153,046
Bug 153046 oda.consumer creates log folders in improper place
When running date test from ReportEngine, oda.consumer creates log folders in improper place. The "OdaLog" folder should be created under own project folder. Please see the attachments.
2006-08-08 05:01:51
1,155,030,000
closed fixed
33fe574
1,156,230,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Driver.java
Birt
3,238
119,817
Bug 119817 properities using percentage dimension as value don't work in BIRT PDF Emitter.
Description: properities using percentage dimension as value don't work in BIRT PDF Emitter. Steps to reproduce: 1. Set percentage value to Margin/Padding 2. Preview Expected result: Percentage values work. Actual result: No effects.
2005-12-08 02:31:11
1,134,030,000
closed fixed
6619bc4
1,156,220,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/css/LineHeightManager.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/IArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/IContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/AbstractArea.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/BlockContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/CellArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/ContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/InlineBlockArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/InlineContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/LineArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/LogicContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/RowArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/TableArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFAbstractLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFBlockContainerLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFBlockStackingLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFCellLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFImageBlockContainerLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFImageLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutManagerFactory.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLeafItemLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFPageLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFRowLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFStackingLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTemplateLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextBlockContainerLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextInlineBlockLM.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/util/PropertyUtil.java
Birt
3,239
152,828
Bug 152828 Add the projectFolder property on module
When user doesn't set the resource folder path in designer, there should be a default working path for Birt to manage the report design and find the related resources. A new property should be added on Module: name: projectFolder type:URL This property only can be given from the open design method from session but should not be set after the module initialized. Concern about the backward compatiblity issue, a new method will be added. Open design with a config argument.
2006-08-04 04:27:25
1,154,680,000
resolved fixed
7704dfc
1,156,220,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DefaultResourceLocator.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SessionHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignSession.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java
Birt
3,240
151,535
Bug 151535 Parameters are invisable in Joint Dataset
Trying to use "Joint Dataset" combined with parameters within underlaying Data-Sets (neccessary to achive a filtering where clause for a DateTime Field) Parameter editing ( e.g. in Chart designer) do not show the entire parameter. As specified it should show and let to edit a combination of both underlaying datasets' parameters.
2006-07-23 22:45:14
1,153,710,000
resolved fixed
ee2ff42
1,156,220,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/JointDataSetParameterUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/DataAdapterUtil.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java
Birt
3,241
153,853
Bug 153853 [Regression]The bound column names must be unique within the entire table.
Regression case Regression_136421(under org.eclipse.birt.report.tests.model) failed. Expected result: Model will avoid adding a duplicate bound column name within a table.
2006-08-14 22:34:35
1,155,610,000
closed fixed
92f575b
1,156,130,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ComputedColumnHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ReportItem.java
Birt
3,242
152,665
Bug 152665 Supports ODA Data Type - Timestamp and Time
Supports mapping of ODA scalar data types, Timestamp and Time, to ROM data types. * Adds mapping of ODA "Timestamp" from/to "Date" type in DtE API to bridge the mapping of ODA "Timestamp" to a ROM "DateTime". * Adds mapping of ODA "Time" from/to a DtE API type to bridge the mapping of ODA "Time" to a ROM scalarParameter data type. (Specific mapping data type TBD)
2006-08-02 16:55:59
1,154,550,000
resolved fixed
f0ed37f
1,155,940,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java
Birt
3,243
151,788
Bug 151788 Provide additional ODA runtime hints to the ODA consumer
Some ODA runtime drivers are not able to obtain sufficient metadata on its parameters and result set column. Such metadata is thus needed to be collected at design time, for use by the BIRT ODA consumer. For example, the native data type of a parameter and column is often needed, but is not currently available to the odaconsumer in the Data Engine API runtime hints. This enhancement involves adding the native data type to the Data Engine API, and passing through its value from the ROM Model in report design to the ODA consumer.
2006-07-25 19:46:20
1,153,870,000
resolved fixed
2d4ce90
1,155,940,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/IColumnDefinition.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/IParameterDefinition.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/querydefn/ColumnDefinition.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/querydefn/ParameterDefinition.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSource.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceAndDataSet.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ParameterUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedOdaDSQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/UserDefinedParamMetaData.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ColumnHint.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/DataTypeUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Driver.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/DriverManager.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ParameterHint.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ParameterMetaData.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/PreparedStatement.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ProjectedColumns.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ResultSetMetaData.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odi/IDataSourceQuery.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/ResultSetColumnDefinition.java
Birt
3,244
153,507
Bug 153507 Bogus error when bad data set column referenced in group key
Run attached report design. Its group key binding column, "groupkey", is defined to refer to a non-existing data set column: dataSetRow["bad"]. However the actual error seen when previewing the report in BIRT designer: Table (id = 6): + A BIRT exception occurred: Error evaluating Javascript expression. Script engine error: TypeError: valueOf is not a function. Script source: null, line: 0, text: <compiled script>. See next exception for more information. Error evaluating Javascript expression. Script engine error: TypeError: valueOf is not a function. Script source: null, line: 0, text: <compiled script> This error is completely irrelevant to the actual cause of the problem.
2006-08-10 19:41:52
1,155,250,000
resolved fixed
943decc
1,155,890,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ComputedColumnHelper.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/GroupComputedColumn.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/DateGroupCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/DayGroupCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/GroupCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/GroupCalculatorFactory.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/HourGroupCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/ICalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/MinuteGroupCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/MonthGroupCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/NumericGroupCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/QuarterGroupCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/SecondGroupCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/StringGroupCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/WeekGroupCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/YearGroupCalculator.java
Birt
3,245
154,325
Bug 154325 Use input absolute path as the parameter in error message
null
2006-08-17 23:14:47
1,155,870,000
closed fixed
fc0672c
1,155,890,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/exception/ViewerException.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/resource/BirtResources.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/resource/ResourceConstants.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java
Birt
3,246
153,244
Bug 153244 Master Page content is lost when set pagination for RenderTask
Description: Master Page content is lost when set pagination to false in HTMLRenderOption for RenderTask. Steps to reproduce: 1. Render a report with master page. Codes: IRenderOption options = new HTMLRenderOption( ); options.setOutputFileName( outputFile ); options.setOutputFormat( format ); ( (HTMLRenderOption) options ).setHtmlPagination( false ); HashMap appContext = new HashMap( ); task.setRenderOption( options ); task.render( ); task.close( ); Expected result: In output html, master page content is displayed. Actual result: Master page content is lost in output html file.
2006-08-09 04:16:30
1,155,110,000
closed fixed
80933c3
1,155,890,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLRenderOption.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLRenderOption.java
Birt
3,247
153,377
Bug 153377 dynamic type cannot get from IScalarParameterDefn.getSelectionListType
Description: dynamic type cannot get from IScalarParameterDefn.getSelectionListType Steps to reproduce: 1. Get a dynamic parameter's selection list type through IScalarParameterDefn.getSelectionListType() method Expected result: Return 1 Actual result: Return 0 The other issue: IScalarParameterDefn.getSelectionList() method cannot retrieve dynamic parameter value list out.
2006-08-09 23:15:54
1,155,180,000
closed fixed
26fc554
1,155,890,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IScalarParameterDefn.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
3,248
153,374
Bug 153374 Parse method in ReportParamterConverter convert float type to double type
Description: Parse method in ReportParamterConverter convert float type to double type Steps to reproduce: 1. use parse() to convert a string to float type String var1="3.5"; converter.parse( float1,IScalarParameterDefn.TYPE_FLOAT ); Expected result: parse method returns a Float instance Actual result: returned a Double instance despite that I&#12288;defined TYPE_FLOAT
2006-08-09 22:36:14
1,155,180,000
closed fixed
7d2706e
1,155,890,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportParameterConverter.java
Birt
3,249
153,506
Bug 153506 Strange error message when group key refers to bad binding column name
Run attached report design. The following error is shown: Group key "groupkey" in group 1 cannot depend on column bindings defined in the group lower than itself. This is a strange error. Since the actual problem is that the table's binding column "groupkey" is defined to refer to another existing binding: row["bad"]. EXPECTED BEHAVIOR: The error message should clearly indicate that a non-existing binding is the cause of the failure.
2006-08-10 19:34:55
1,155,250,000
resolved fixed
7f67f19
1,155,890,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ExprManagerUtil.java
Birt
3,250
153,823
Bug 153823 JavaScript editor doesn't update correctly with multiple scripted datasets
Once I added multiple scripted datasets to a report design with one data source, the script editor page failed to update each data set's scripting methods correctly. This bug is not only visual, but data-oriented as well since changes to the script in the script editing window were NOT reflected in the report XML. Reloading the report design file seemed to work at first, but once changes are made to the script, the editor become out of sync with the XML and starts displaying incorrect information and edits work in an inconsistent manner.
2006-08-14 16:37:23
1,155,590,000
resolved fixed
77e4c2e
1,155,890,000
UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportScriptFormPage.java
Birt
3,251
152,898
Bug 152898 Error Bar Chart
Version: 3.2.0 Build id: I20060602-1317 The option of chart sometimes works ok, but sometimes it has the following error:
2006-08-05 11:34:36
1,154,790,000
resolved fixed
489f20b
1,155,890,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java
Birt
3,252
154,328
Bug 154328 Report doesn't include the library when drag an embedded image from lib explorer and drop onto layout editor
Drap an embedded image form lib explorer and drop onto layout editor means: extends the embedded image into the target report firstly and then drag and drop it onto layout editor. So if the source library hasn't been included yet, the report should include the library in this operation.
2006-08-18 02:39:45
1,155,880,000
resolved fixed
393f454
1,155,880,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palette/ReportTemplateTransferDropTargetListener.java
Birt
3,253
146,976
Bug 146976 Save state of the report not correct.
Reproduce: 1) New a library "lib1", add a label "label1" 2) Publish "lib1" 3) New a report "report1", use "lib1" 4) Drag "lib1.label1" into "report1" 5) Go back to "lib1", drop "label1", save and publish again. 6) Go to "report1", refresh the libaray explorer and design. 7) Save "report1" 8) Now, we go back to "lib1" 9) Undo the previous "delete command", "label1" is added back. 10) Save "lib1", and re-publish. 11) Go to "report1", refresh the libaray explorer and design. 12) Save "report1" At this stage, "report1" is saved, but the dirty indicator(*) still displayed in the left side of the report name. I am testing on build N20060613
2006-06-13 23:35:57
1,150,260,000
closed fixed
4a522cc
1,155,880,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/activity/ActivityStack.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/activity/ReadOnlyActivityStack.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/LibraryCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java
Birt
3,254
153,389
Bug 153389 Can't page breaker by Data sets count
I want to create a report that implements a table which embeded in a Grid can break page by following js code in onCreate event handlers of table detail rowNum = Number(this.getRowData().getExpressionValue('row["0"]'))+1; if(rowNum %2 ==0){ this.getStyle().pageBreakAfter="always"; }else{ this.getStyle().pageBreakAfter=null; } The example like new_report060810.rptdesign in pagebreak.rar and the Error image 1.jpg also in pagebreak.rar The import thing I want to say is the table must be embeded in a Grid.How can i do? thanks
2006-08-10 02:04:00
1,155,190,000
resolved fixed
a8ef497
1,155,870,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java
Birt
3,255
153,517
Bug 153517 The DND of embeddedimage from lib explorer to outline view doesn'w work when the report in outline has used the lib
If the report in outline view has used a library, then drag and drop an embeddedimage of the used library from lib explorer to outline view doesn't work. The DND drop nothing onto the embedded image of the target report. Steps to reproduce: 1.Create a library with an embeddediamge and export to resource folder; 2.Create a new report design; 3.Drag the embeddedimage of lib from lib explorer to outline view;
2006-08-10 23:10:34
1,155,270,000
resolved fixed
fdbf377
1,155,870,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DNDUtil.java
Birt
3,256
153,225
Bug 153225 'Publish library in resource folder' should be available even if the library is not opened in editor.
'Publish library in resource folder' should be available even if the library is not opened in editor. Even if the user selects the library from the Navigator the option of Publishing library to Resource folder should be available from File menu as well as context menu. While the option is made available from context menu it still is not made available from File menu upon selection.
2006-08-08 23:50:56
1,155,100,000
resolved fixed
fb6513c
1,155,870,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishLibraryAction.java
Birt
3,257
116,355
Bug 116355 [SPM] Error occurred when dnd a table to the sql statement in the "Edit Data Set" dialog on Mac
Description: Error message occurred sometimes when drag and drop a table to the sql statement in the "Edit data set" dialog. Steps to reproduce: 1.Create a sample data source, and create a data set "select * from CLASSICMODELS.ORDERS". 2.In the available items listed other tables of the sample data source. Select OFFICES table, and this time i want to drag and drop the table name to the sql statement. Error occurred. Expected Result: DND action is supported on Mac as Windows. Actual Result: See error log: org.eclipse.swt.SWTException: Data does not have correct format for type at org.eclipse.swt.dnd.DND.error(DND.java:257) at org.eclipse.swt.dnd.DND.error(DND.java:208) at org.eclipse.swt.dnd.TextTransfer.javaToNative(TextTransfer.java:61) at org.eclipse.swt.dnd.DragSource.dragSendDataProc(DragSource.java:345) at org.eclipse.swt.dnd.DragSource.DragSendDataProc(DragSource.java:182) at org.eclipse.swt.internal.carbon.OS.GetFlavorDataSize(Native Method) at org.eclipse.swt.dnd.DropTarget.dragReceiveHandler (DropTarget.java:374) at org.eclipse.swt.dnd.DropTarget.DragReceiveHandler (DropTarget.java:233) at org.eclipse.swt.internal.carbon.OS.TrackDrag(Native Method) at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:307) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:239) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:159) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1380) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1404) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1389) at org.eclipse.swt.widgets.Display.dragDetect(Display.java:959) at org.eclipse.swt.widgets.Control.kEventMouseDragged(Control.java:1474) at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1212) at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2573) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2682) at org.eclipse.jface.window.Window.runEventLoop(Window.java:809) at org.eclipse.jface.window.Window.open(Window.java:787) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open (BaseDialog.java:145) at org.eclipse.birt.report.designer.internal.ui.views.data.providers.DataSetNodePro vider.performEdit(DataSetNodeProvider.java:156) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRe quest(DefaultNodeProvider.java:307) at org.eclipse.birt.report.designer.internal.ui.views.actions.EditAction.doAction (EditAction.java:70) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction .run(AbstractElementAction.java:60) at org.eclipse.birt.report.designer.internal.ui.views.RenameListener.doubleClick (RenameListener.java:211) at org.eclipse.jface.viewers.StructuredViewer$1.run (StructuredViewer.java:720) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick (StructuredViewer.java:718) at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect (StructuredViewer.java:950) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected (StructuredViewer.java:1057) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent (OpenStrategy.java:219) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:216) at org.eclipse.jface.util.OpenStrategy$1.handleEvent (OpenStrategy.java:275) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1380) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1404) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1389) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1237) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3060) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2712) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:163) 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.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) org.eclipse.birt.data.engine.core.DataException: Failed to prepare the following query for the data set type (org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet). [select * from CLASSICMODELS.ORDERDETAILS where ] Error preparing SQL statement Syntax error: Encountered "<EOF>" at line 1, column 47. at org.eclipse.birt.data.engine.odaconsumer.Connection.prepareOdaQuery (Connection.java:232) at org.eclipse.birt.data.engine.odaconsumer.Connection.prepareStatement (Connection.java:158) at org.eclipse.birt.data.engine.executor.DataSource.prepareStatement (DataSource.java:196) at org.eclipse.birt.data.engine.executor.DataSourceQuery.prepare (DataSourceQuery.java:291) at org.eclipse.birt.data.engine.impl.PreparedExtendedDSQuery$ExtendedDSQueryExecuto r.prepareOdiQuery(PreparedExtendedDSQuery.java:324) at org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.prepareExecution (PreparedQuery.java:563) at org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.access$000 (PreparedQuery.java:436) at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare (PreparedQuery.java:208) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute (PreparedDataSourceQuery.java:145) at org.eclipse.birt.report.designer.internal.ui.util.DataSetManager.execute (DataSetManager.java:243) at org.eclipse.birt.report.designer.internal.ui.util.DataSetManager.getColumns (DataSetManager.java:195) at org.eclipse.birt.report.designer.internal.ui.util.DataSetManager.getColumns (DataSetManager.java:131) at org.eclipse.birt.report.designer.internal.ui.util.DataSetManager.refresh (DataSetManager.java:103) at org.eclipse.birt.report.designer.internal.ui.views.data.DataViewTreeViewerPage$2 .run(DataViewTreeViewerPage.java:431) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2932) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2715) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:163) 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.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) Caused by: org.eclipse.birt.report.data.oda.jdbc.JDBCException: Error preparing SQL statement Syntax error: Encountered "<EOF>" at line 1, column 47. at org.eclipse.birt.report.data.oda.jdbc.Statement.prepare (Statement.java:124) at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.doPrepare (OdaQuery.java:206) at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.prepare (OdaQuery.java:166) at org.eclipse.birt.data.engine.odaconsumer.Connection.prepareOdaQuery (Connection.java:221) ... 33 more Caused by: SQL Exception: Syntax error: Encountered "<EOF>" at line 1, column 47. at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Util.java) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException (TransactionResourceImpl.java) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException (TransactionResourceImpl.java) at org.apache.derby.impl.jdbc.EmbedConnection.handleException (EmbedConnection.java) at org.apache.derby.impl.jdbc.ConnectionChild.handleException (ConnectionChild.java) at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init> (EmbedPreparedStatement.java) at org.apache.derby.impl.jdbc.EmbedPreparedStatement20.<init> (EmbedPreparedStatement20.java) at org.apache.derby.impl.jdbc.EmbedPreparedStatement30.<init> (EmbedPreparedStatement30.java) at org.apache.derby.jdbc.Driver30.newEmbedPreparedStatement (Driver30.java) at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement (EmbedConnection.java) at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement (EmbedConnection.java) at org.eclipse.birt.report.data.oda.jdbc.Statement.prepare (Statement.java:120) ... 36 more
2005-11-14 20:58:01
1,132,020,000
closed fixed
aa4c6dc
1,155,870,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
3,258
153,378
Bug 153378 [Regression]Label text won't show up when the text key is not found
Steps to reproduce: 1.Add a label, set text to "aaa" 2.Add a resource file "a" to the report, add a text key "k1" which is not in the a.properties to the label 3.Preview in Web Viewer Expected result: Label display "aaa" when the text key is not found Actual result: Nothing in preview
2006-08-09 23:37:15
1,155,180,000
closed fixed
f05c999
1,155,870,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/DocumentUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ParameterValidationUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/ReferencableStructure.java
Birt
3,259
153,233
Bug 153233 Extended data source is localized after creating a data set with it
Steps to reproduce: 1.New a sample data source in library 2.New a report, includes the library, extends Lib.datasource 3.New a data set with lib.datasource in report Expected result: No local properties for data source in report Actual result: All data source properties are localized
2006-08-09 02:51:14
1,155,110,000
closed fixed
67f67c4
1,155,870,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ModelOdaAdapter.java
Birt
3,260
154,001
Bug 154001 In library, Insert In Layout will not display table in library Layout
Description: In library, Insert In Layout will not display table in library Layout Steps to reproduce: 1. New a library file 2. New data source and dataset 3. Select the dataset, right click and click Insert In Layout Expected result: A table appears in Layout Actual result: Nothing changed in Layout but the table is inserted in Outline.
2006-08-15 23:04:20
1,155,700,000
closed fixed
08a9563
1,155,870,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/InsertInLayoutAction.java
Birt
3,261
154,093
Bug 154093 Performance problem when rendering a chart with 1800 datapoints
I'm having some performance issues when I render 1800 datapoints in a chart. Rendering 1800 data points in a table is fine. My report just contains a simple line chart that is bound to a csv file. The csv file contains 1800 datapoints. I will attach the report template file and csv file.
2006-08-16 13:03:44
1,155,750,000
closed fixed
e01b47e
1,155,870,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java
Birt
3,262
153,882
Bug 153882 Use the API to get the visible images in module
Please use the API below. ModuleHandle :: getVisibleImages() which returns only the embedded images defined in the report design. GUI should switch to use the API to show user the embedded images in the image builder.
2006-08-15 05:27:06
1,155,630,000
resolved fixed
2fd0788
1,155,710,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/views/outline/EmbeddedImageNode.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java
Birt
3,263
154,007
Bug 154007 [Regression]NPE when new a date time parameter
Steps to reproduce: 1.New a date time parameter Actual result: org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:123) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:105) at org.eclipse.birt.report.designer.ui.dialogs.ParameterDialog.okPressed(ParameterDialog.java:1529) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:508) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open(BaseDialog.java:95) at org.eclipse.birt.report.designer.internal.ui.views.data.providers.ParameterNodeProvider.performEdit(ParameterNodeProvider.java:80) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:353) at org.eclipse.birt.report.designer.internal.ui.views.actions.EditAction.doAction(EditAction.java:79) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:64) at org.eclipse.birt.report.designer.internal.ui.views.RenameListener.doubleClick(RenameListener.java:211) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:796) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:794) at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1216) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1158) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:223) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:220) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:281) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NullPointerException at com.ibm.icu.util.Calendar.setTime(Calendar.java:1872) at org.eclipse.birt.report.designer.util.DEUtil.convertToXMLString(DEUtil.java:2279) at org.eclipse.birt.report.designer.ui.dialogs.ParameterDialog.okPressed(ParameterDialog.java:1399) ... 48 more
2006-08-16 01:28:54
1,155,710,000
closed fixed
0651535
1,155,710,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java
Birt
3,264
153,842
Bug 153842 BIRT Designer not storing date/time parameter value in locale-neutral format
In BIRT Designer, create a new report parameter of "Date/Time" type. In the default value dialog enter a date/time string valid for the user locale. In my case, I am on US English locale and I entered a date string "1/23/2006 4:56pm". View the report design XML file and you find: <scalar-parameter name="dateParam" id="6"> <property name="defaultValue">1/23/2006 4:56 pm</property> ... The default value string is stored in the format that's only valid for the current locale. EXPECTED BEHAVIOR: Date/time value should be stored in one of the following locale-neutral formats. Complete date: YYYY-MM-DD (eg 1997-07-16) Complete date plus hours and minutes: YYYY-MM-DDThh:mm (eg 1997-07-16T19:20) Complete date plus hours, minutes and seconds: YYYY-MM-DDThh:mm:ss (eg 1997-07-16T19:20:30) Complete date plus hours, minutes, seconds and a decimal fraction of a second YYYY-MM-DDThh:mm:ss.s (eg 1997-07-16T19:20:30.45)
2006-08-14 20:13:12
1,155,600,000
resolved fixed
6e5dedd
1,155,630,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/util/DEUtilTest.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java
Birt
3,265
152,298
Bug 152298 org.eclipse.birt.report.data.oda.jdbc , org.eclipse.birt.report.data.oda.xml & org.eclipse.birt.report.data.adapter unit test failed in daily build 20060731
org.eclipse.birt.report.data.oda.jdbc , org.eclipse.birt.report.data.oda.xml & org.eclipse.birt.report.data.adapter unit test failed in daily build 20060731. Please see the attachment for details.
2006-07-31 02:28:14
1,154,330,000
closed fixed
5d49e5f
1,155,630,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/ResultSet.java
Birt
3,266
191,597
Bug 191597 [launcher] launcher no longer brings up an exit dialog on Windows
Eclipse 3.3 RC3 Setting the osgi.requiredJavaVersion no longer works like it used Normally, when this property is set and a VM with a version to low to run is being used a dialog is presented to the user indicating why eclipse can't start. With eclipse 3.3, the splash screen appears and immediately disappears without showing the dialog and without logging any error, or what. This constitutes a regression.
2007-06-07 17:42:50
1,181,250,000
resolved fixed
c952902
1,155,610,000
UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java
Birt
3,267
152,303
Bug 152303 chart properties refreshing
Open a library (same with reports ?) which contains a chart ; Select the chart (in my case, under body's branch) ; Open another library and select the chart (same principles) ; When swithing from library one to another (with edition tabs), the PropertyEditor is not refreshed ; change a property (I changed the height) to highlight the pb.
2006-07-31 04:25:21
1,154,330,000
resolved fixed
6c7e92b
1,155,550,000
UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/editors/LibraryLayoutEditorFormPage.java
Birt
3,268
153,732
Bug 153732 NPE when merge cells with one cell containing a container item
Description: NPE when merge cells with one cell containing a container item Steps to reproduce: 1. Insert a grid. 2. Insert a grid to the second cell of the first grid's first row. 3. Select first cell and second cell, right click and select Merge Cells Expected result: Cells are merged without exception. Actual result: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3374) at org.eclipse.swt.SWT.error(SWT.java:3297) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.designer.core.model.DesignElementHandleAdapter.getDefaultSize(DesignElementHandleAdapter.java:149) at org.eclipse.birt.report.designer.core.model.schematic.TableHandleAdapter.getDefaultWidth(TableHandleAdapter.java:700) at org.eclipse.birt.report.designer.core.model.schematic.ColumnHandleAdapter.getWidth(ColumnHandleAdapter.java:100) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayout.init(TableLayout.java:983) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayout.layout(TableLayout.java:146) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayout.layout(TableLayout.java:98) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayout.calculateMinimumSize(TableLayout.java:1093) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayout.getMinimumSize(TableLayout.java:1159) at org.eclipse.draw2d.Figure.getMinimumSize(Figure.java:707) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.figures.TableFigure.getMinimumSize(TableFigure.java:128) at org.eclipse.birt.report.designer.internal.ui.layout.ReportFlowLayout.calculateMinimumSize(ReportFlowLayout.java:735) at org.eclipse.draw2d.AbstractHintLayout.getMinimumSize(AbstractHintLayout.java:68) at org.eclipse.draw2d.Figure.getMinimumSize(Figure.java:707) at org.eclipse.draw2d.Figure.getMinimumSize(Figure.java:697) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayout.initMinSize(TableLayout.java:668) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayout.layout(TableLayout.java:152) at org.eclipse.draw2d.Figure.layout(Figure.java:1029) at org.eclipse.draw2d.Figure.validate(Figure.java:1735) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Viewport.validate(Viewport.java:363) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.FreeformViewport$FreeformViewportLayout.calculatePreferredSize(FreeformViewport.java:28) at org.eclipse.draw2d.AbstractLayout.getPreferredSize(AbstractLayout.java:93) at org.eclipse.draw2d.AbstractHintLayout.getPreferredSize(AbstractHintLayout.java:85) at org.eclipse.draw2d.Figure.getPreferredSize(Figure.java:735) at org.eclipse.draw2d.ScrollPaneSolver.solve(ScrollPaneSolver.java:75) at org.eclipse.draw2d.FigureCanvas.layoutViewport(FigureCanvas.java:238) at org.eclipse.draw2d.FigureCanvas.access$4(FigureCanvas.java:236) at org.eclipse.draw2d.FigureCanvas$3.notifyValidating(FigureCanvas.java:201) at org.eclipse.draw2d.UpdateManager.fireValidating(UpdateManager.java:123) at org.eclipse.draw2d.DeferredUpdateManager.performValidation(DeferredUpdateManager.java:188) at org.eclipse.draw2d.DeferredUpdateManager.performUpdate(DeferredUpdateManager.java:165) at org.eclipse.draw2d.DeferredUpdateManager$UpdateRequest.run(DeferredUpdateManager.java:46) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 20 more
2006-08-14 04:02:03
1,155,540,000
closed fixed
86bcc45
1,155,550,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java
Birt
3,269
151,959
Bug 151959 inappropriate screen operation
steps to reproduce: - create a report - add a grid item (3x3) - switch to Outline view - expand the grid item to see its rows and cells - select the grid item, and drag it into any of its own cell expected behavior: - is it an invalid screen operation? if it is, it should be banned actual behavior: - the grid item was disappeared surprisingly
2006-07-27 03:49:01
1,153,990,000
closed fixed
e940d45
1,155,540,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java
Birt
3,270
153,402
Bug 153402 Format report parameter issue
Description: Format report parameter issue Steps to reproduce: 1. New a report parameter, list-box. 2. Click New button, keep display text empty, input test as value. 3. Click Change, select Uppercase as format. 4. Drag the parameter to Layout. 5. Preview, select TEST in select list and click OK 6. Back to Layout, and preview again, click Show Report Parameters button Issues: After step5, I saw test display. So uppercase is applied to display text. But in step6, I saw TEST in input box of Parameter Dialog and input box was ticked, how to explain this? Is the uppercased display text is regarded as value when I preview the second time?
2006-08-10 04:14:35
1,155,200,000
closed fixed
82f160b
1,155,540,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ScalarParameterFragment.java
Birt
3,271
153,523
Bug 153523 OK button in parameter dialog is enabled without default value in combo-box
Description: OK button in parameter dialog is enabled without default value in combo-box Steps to reproduce: 1. New a report parameter, combo-box. 2. Click New button, input abc as value, click OK 3. Set abc as default value and close Edit Parameter dialog. 4. New a data source and dataset 5. Edit the parameter, remove abc value and import values from dataset Expected result: OK button is disabled for there is no default value. Actual result: OK button is enabled.
2006-08-11 01:24:07
1,155,270,000
closed fixed
05eaa07
1,155,540,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java
Birt
3,272
153,541
Bug 153541 Format doesn't work in dynamic report parameter
Description: Format doesn't work in dynamic report parameter Steps to reproduce: 1. New a dynamic report parameter. 2. Click Change button, set format for it. 3. Preview Expected result: Display text in parameter dialog display format effects. Actual result: Format doesn't work at all.
2006-08-11 04:41:21
1,155,290,000
closed fixed
0cba123
1,155,540,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ComboBoxParameterFragment.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetCascadeParameterActionHandler.java
Birt
3,273
153,537
Bug 153537 Event Handler didn't work properly in masterpage
Steps to reproduce: 1.Run the attached report in Web Viewer, it works well 2.Click "print" to convert the output in PDF Expected result: Masterpage has the same view in Web Viewer and PDF Actual result: Masterpage didn't get right view
2006-08-11 03:45:58
1,155,280,000
closed fixed
b34fc04
1,155,540,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java
Birt
3,274
153,712
Bug 153712 [regression]NPE when double click table in Edit Data Set window
Description: NPE when double click table in Edit Data Set window Steps to reprdoce: 1. New a data source. 2. New a data set, set cursor after from, double click OFFICES table in Available Items list Expected result: Table is appeared after "from" in query text Actual result: java.lang.NullPointerException at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.populateEventData(SQLDataSetEditorPage.java:1470) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.access$000(SQLDataSetEditorPage.java:95) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage$1.mouseDoubleClick(SQLDataSetEditorPage.java:306) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:141) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.birt.report.designer.ui.actions.NewDataSetAction.run(NewDataSetAction.java:123) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
2006-08-13 23:11:11
1,155,530,000
closed fixed
c8eac2b
1,155,540,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
3,275
153,514
Bug 153514 [Regression]Can't Drill-Through to reportdesign which is in the current path
Description: Can't Drill-Through to reportdesign which is in the current path Step to reproduce: 1. new a report named "target.rptdesign" and add label 2. new another report named "Drillthrough.rptdesign" and also add a label in it 3. Choose the lable in second report and edit its Hyperlink: Drill through target.rptdesign 4. preview it by any form Excepted result: Target.rptdesign can be drill-throughed Actual result: Display "The design file /D:/Eclipses/eclipse200608110630/plugins/org.eclipse.birt.report.viewer_2.1.0.v20060811-0630/birt/documents/4F9E34353BCD20DC7687037D6B8B7A25/Acceptance/Target.rptdesign can not be found. " But if Drill-Through with absolute path is ok.
2006-08-10 22:09:27
1,155,260,000
closed fixed
eb2d759
1,155,530,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java
Birt
3,276
153,412
Bug 153412 Change parameter type will cause preview fail
Description: Change parameter type will cause preview fail Steps to reproduce: 1. New a report paramter, string, text-box, default value is abc. 2. Drag the parameter to Layout and preview. 3. Change the parameter's type to integer, list-box, add a value 1 4. Preview Expected result: No errors. Actual result: The value "abc" is invalid with the type "integer".
2006-08-10 05:20:04
1,155,200,000
closed fixed
19ddb1b
1,155,530,000
UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/IBirtConstants.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtCacheParameterActionHandler.java
Birt
3,277
153,404
Bug 153404 Custom format string in report parameter doesn't work correctly
Description: Custom format string in report parameter doesn't work correctly Steps to reproduce: 1. New a report parameter, string type, text-box, input qwewretry as default value. 2. Click change button, select Zip code format, click OK 3. Drag the parameter to Layout and preview Expected result: Format works Actual result: In popup dialog, value are formated and click OK, display value is not formatted. Then I switched back to Layout and changed the parameter format to lowercase, then preview. This time I saw Zip code format worked instead of lowercase effect!
2006-08-10 04:30:09
1,155,200,000
closed fixed
9c19d06
1,155,290,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtCacheParameterActionHandler.java
Birt
3,278
153,387
Bug 153387 Database item can't be dragged and dropped onto editor field
Steps to reproduce: 1.Start up BIRT in Mac OS X; 2.File->New->Project; 3.File->New->Report Design; 4.In Data Explorer, create a New Data Source, and choose "Classic Models Inc. Sample DataBase", press "Next" and then press "finish"; 5.In Data Explorer, create a New Data Set, press "Next"; 6.In the popup window, expand the "CLASSICMODELS", select and drag a item onto the editor field at right side.
2006-08-10 01:50:17
1,155,190,000
resolved fixed
7369d4a
1,155,280,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
3,279
153,040
Bug 153040 Template definition should be removed after the report item is deleted
Steps to reproduce: 1.New a report, extends lib.label 2.Convert the label to template report item, and revert it back to the report item 3.Delete the label 4.Remove the included library Expected result: Library can be removed Actual result: A BIRT exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Model Plug-in ID:org.eclipse.birt.report.model Version:2.1.0.v20060808-0630 Error Code:Error.LibraryException.LIBRARY_HAS_DESCENDENTS Error Message:The library "Lib" can no be dropped because it has descendents "NewLabel" in the current module.
2006-08-08 04:13:14
1,155,020,000
closed fixed
2bfc741
1,155,260,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/core/UserPropertyDefn.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/metadata/IElementPropertyDefn.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/metadata/IMetaDataDictionary.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ElementPropertyDefn.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ExtensionModelPropertyDefn.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/MetaDataDictionary.java
Birt
3,280
153,391
Bug 153391 Some Options in Edit Parameter dialog haven't been saved.
Description: Some Options in Edit Parameter dialog haven't been saved. Steps to reproduce: 1. new a parameter, boolean type, tick AllowNUll and sort alphabetically... 2. Close the dialog and reopen it. 3. new a parameter, string, combo-box, tick AllowNull. 4. Close the dialog and reopen it. Expected result: Ticked options' status are saved Actual result: After reopen parameter dialog, options are unticked.
2006-08-10 02:24:42
1,155,190,000
closed fixed
de7e9cf
1,155,200,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java
Birt
3,281
153,382
Bug 153382 [Smoke][Regression]NPE when creating a template report item within a list
Steps to reproduce: 1.New a list, add a data in the list detail 2.Choose the data, create a template report item Expected result: The data is converted to a template report item Actual result: org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:123) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:105) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postModelEvent(ModelEventManager.java:131) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postEvent(ModelEventManager.java:101) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.access$000(ModelEventManager.java:35) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager$1.stackChanged(ModelEventManager.java:61) at org.eclipse.birt.report.model.activity.ActivityStack.sendNotifcations(ActivityStack.java:845) at org.eclipse.birt.report.model.activity.ActivityStack.commit(ActivityStack.java:719) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:71) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.WrapperSelectionAction.run(WrapperSelectionAction.java:61) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ListEditPart.contentChange(ListEditPart.java:281) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart.contentChange(AbstractReportEditPart.java:203) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart$1.runModelChange(AbstractReportEditPart.java:67) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart$EditpartReportEventRunnable.run(AbstractReportEditPart.java:235) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractModelEventProcessor.postElementEvent(AbstractModelEventProcessor.java:95) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postModelEvent(ModelEventManager.java:126) ... 33 more
2006-08-10 00:24:56
1,155,180,000
closed fixed
68e704e
1,155,190,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ListEditPart.java
Birt
3,282
151,960
Bug 151960 Library element popup menu display is wrong.
1:Creat a libray, add a table to this libray. 2:public this library. 3:Creat a report design. 4:Open the library explore, drag the table to the layout editor. 5:Select the table row, copy the selection row. 6:Select other row, clik the right button of the mouse to popup the menu . The result:Paste action and insert copied column action is highlight.
2006-07-27 04:01:51
1,153,990,000
resolved fixed
d0b211d
1,155,190,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ColumnBandAdapter.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ColumnBandInsertAction.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ColumnBandInsertPasteAction.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ColumnBandPasteAction.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ColumnBandShiftAction.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/RowBandAdapter.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/RowBandInsertAction.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/RowBandInsertAndPasteAction.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/RowBandPasteAction.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/RowBandShiftAction.java
Birt
3,283
152,834
Bug 152834 support HTML description of the template
The template descrition is a fragment of HTML, use that fragment to render the template in HTML.
2006-08-04 05:44:16
1,154,680,000
resolved fixed
14d814f
1,155,190,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IForeignContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/ForeignContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TemplateExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/ForeignContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java
Birt
3,284
116,180
Bug 116180 [SPM]Dataset can not be previewed in report designer on Mac
Description: Pull a dataset into the layout, preview in designer there is anothing displayed. Steps: 1, Create a sample datasource. create a dataset with sql statement "select * from CLASSICMODELS.EMPLOYEES" 2, Pull the dataset to the layout of the designer. 3, Preview, there is nothing displayed.
2005-11-14 00:24:54
1,131,950,000
closed fixed
9a217e6
1,155,180,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/DesignElementDragAdapter.java
Birt
3,285
152,814
Bug 152814 Content of preview as in integer parameter should be an integer
Details: Content of preview as in integer parameter should be an integer Step: 1.New a parameter 2.Set the data type as integer 3.See the preview as field Actual result: The content is 123456789.012 Exception result: The content is 123456789
2006-08-03 23:10:28
1,154,660,000
closed fixed
35d6d608
1,155,110,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java
Birt
3,286
153,038
Bug 153038 NPE when delete master page content in old report design.
null
2006-08-08 03:32:36
1,155,020,000
closed fixed
97641eb
1,155,100,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.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/layout/ReportMasterPageEditor.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ListEditPart.java
Birt
3,287
153,214
Bug 153214 Data in integer column cannot be imported to report paramter
Description: Data in integer column cannot be imported to report paramter Steps to reproduce: 1. New birt sample data source and dataset from CUSTOMERS 2. New a report parameter, integer, list-box, static 3. Click Import button, select customers dataset Expected result: Integer columns are listed in Select Column list actual result: No available columns for selection but actually CUSTOMERNUMBER column is integer type column
2006-08-08 23:00:24
1,155,090,000
closed fixed
9c65d7f
1,155,100,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ImportValueDialog.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java
Birt
3,288
152,830
Bug 152830 Need model's support to add jar files
null
2006-08-04 05:24:05
1,154,680,000
verified fixed
31eb4f0
1,155,090,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ScriptLibHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/StructureFactory.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/core/IModuleModel.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/ScriptLib.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/StructureState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java
Birt
3,289
152,929
Bug 152929 engine multi-thread issues
render reports in multi-thread, following exceptions were thrown out in console, java.lang.NullPointerException at java.io.Reader.<init>(Reader.java:61) at java.io.InputStreamReader.<init>(InputStreamReader.java:80) at java.util.Properties.load(Properties.java:266) at org.eclipse.birt.report.engine.parser.HTMLTextParser.<init>(HTMLTextParser.java:108) at org.eclipse.birt.report.engine.parser.TextParser.parse(TextParser.java:111) at org.eclipse.birt.report.engine.layout.pdf.util.HTML2Content.processForeignData(HTML2Content.java:196) at org.eclipse.birt.report.engine.layout.pdf.util.HTML2Content.html2Content(HTML2Content.java:181) at org.eclipse.birt.report.engine.layout.pdf.PDFLayoutManagerFactory$ContentVisitor.visitForeign(PDFLayoutManagerFactory.java:182) at org.eclipse.birt.report.engine.content.impl.ForeignContent.accept(ForeignContent.java:56) at org.eclipse.birt.report.engine.layout.pdf.PDFLayoutManagerFactory.createLayoutManager(PDFLayoutManagerFactory.java:79) at org.eclipse.birt.report.engine.layout.pdf.PDFBlockStackingLM.layoutChildNode(PDFBlockStackingLM.java:93) at org.eclipse.birt.report.engine.layout.pdf.PDFBlockStackingLM.traverseChildren(PDFBlockStackingLM.java:75) at org.eclipse.birt.report.engine.layout.pdf.PDFStackingLM.layoutChildren(PDFStackingLM.java:130) at org.eclipse.birt.report.engine.layout.pdf.PDFAbstractLM.layout(PDFAbstractLM.java:134) at org.eclipse.birt.report.engine.layout.pdf.PDFRowLM.traverseChildren(PDFRowLM.java:117) at org.eclipse.birt.report.engine.layout.pdf.PDFStackingLM.layoutChildren(PDFStackingLM.java:130) at org.eclipse.birt.report.engine.layout.pdf.PDFAbstractLM.layout(PDFAbstractLM.java:134) at org.eclipse.birt.report.engine.layout.pdf.PDFRowLM.layout(PDFRowLM.java:51) at org.eclipse.birt.report.engine.layout.pdf.PDFBlockStackingLM.layoutChildNode(PDFBlockStackingLM.java:95) at org.eclipse.birt.report.engine.layout.pdf.PDFBlockStackingLM.traverseChildren(PDFBlockStackingLM.java:75) at org.eclipse.birt.report.engine.layout.pdf.PDFTableBandLM.traverseChildren(PDFTableBandLM.java:98) at org.eclipse.birt.report.engine.layout.pdf.PDFStackingLM.layoutChildren(PDFStackingLM.java:130) at org.eclipse.birt.report.engine.layout.pdf.PDFAbstractLM.layout(PDFAbstractLM.java:134) at org.eclipse.birt.report.engine.layout.pdf.PDFBlockStackingLM.layoutChildNode(PDFBlockStackingLM.java:95) at org.eclipse.birt.report.engine.layout.pdf.PDFBlockStackingLM.traverseChildren(PDFBlockStackingLM.java:75) at org.eclipse.birt.report.engine.layout.pdf.PDFTableLM.traverseChildren(PDFTableLM.java:146) at org.eclipse.birt.report.engine.layout.pdf.PDFStackingLM.layoutChildren(PDFStackingLM.java:130) at org.eclipse.birt.report.engine.layout.pdf.PDFAbstractLM.layout(PDFAbstractLM.java:134) at org.eclipse.birt.report.engine.layout.pdf.PDFBlockStackingLM.layoutChildNode(PDFBlockStackingLM.java:95) at org.eclipse.birt.report.engine.layout.pdf.PDFBlockStackingLM.traverseChildren(PDFBlockStackingLM.java:75) at org.eclipse.birt.report.engine.layout.pdf.PDFStackingLM.layoutChildren(PDFStackingLM.java:130) at org.eclipse.birt.report.engine.layout.pdf.PDFPageLM.layout(PDFPageLM.java:198) at org.eclipse.birt.report.engine.layout.pdf.PDFReportLayoutEngine.layoutReport(PDFReportLayoutEngine.java:55) at org.eclipse.birt.report.engine.layout.pdf.PDFReportLayoutEngine.layout(PDFReportLayoutEngine.java:68) at org.eclipse.birt.report.engine.api.impl.RenderTask.doRender(RenderTask.java:221) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRender.render(RenderTask.java:635) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:566) at org.eclipse.birt.test.performance.RenderThread.run(RenderThread.java:167)
2006-08-06 22:40:47
1,154,920,000
closed fixed
f6d94c3
1,155,020,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/HTMLTextParser.java
Birt
3,290
153,026
Bug 153026 [regression]Datetime values cannot be imported to report parameter with datetime type.
Description: Datetime values cannot be imported to report parameter with datetime type. Steps to reproduce: 1. New birt sample data source and dataset from table ORDERS. 2. New a report paramter, datetime, listBox, static. 3. Click import button, select all values from ORDERDATE column, click OK Expected result: All values are imported and default value is not set. actual result: Only the first value is imported and it's set as default value.
2006-08-07 23:27:40
1,155,010,000
closed fixed
a587b5b
1,155,020,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ImportValueDialog.java
Birt
3,291
121,383
Bug 121383 Set script for the chart, preview, system throws exception.
Set script for the chart, preview, system throws exception. Steps: 1.Create a line chart 2.Open the script page 3.input "importPackage(Packages.org.eclipse.birt.chart.model.component.impl); function beforeDrawSeries(series, renderer, scriptContext) { series.setCurveFitting(CurveFittingImpl.create()); series.getLabel().getCaption().getColor().set(12, 232, 182); }" Actual Resutls: 1.Preview in html , system throws exception. Exception in: ReportEngineService.runReport( ) Error happended while runntine the report Expected Results: 1.System can be previewed correctly.
2005-12-19 05:28:44
1,134,990,000
closed fixed
afe0bc6
1,154,940,000
testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/AllTests.java
Birt
3,292
113,139
Bug 113139 port parameter Allow Null and Allow Blank Values not working as expected
1. In query, specify the following WHERE clause: WHERE customers.state = ? or customers.custID = ? 2. Create data set parameters 3. Create report parameters. Both parameters have Allow Null and Allow Blank Values selected. 4. Preview report. In Enter Parameters, specify a value such as CT for state and 101 for custID. The report displays the correct results. 5. Select Show Report Parameters. Specify blank values for both parameters. The report displays this error message: There are errors on the report page: + There are error(s) in Table:null 6. Select Show Report Parameters. Specify null values for both parameters. The report displays the same error message. Expected results when null or blank values are specified: A blank report because the data source does not contain null or blank values.
2005-10-19 14:55:30
1,129,750,000
resolved fixed
bdb1d4d
1,154,940,000
testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/RenderTaskTest.java
Birt
3,293
152,686
Bug 152686 URL strings are not handled consistently in Report Design API
Using todays BIRT source cvs head, and 1.4 compiler compliance. What I'm seeing is the following: If I make the following report manipulation calls using BIRT API. String REPORT_LOC = "file:/c:/temp/birtbug/report.rptdesign"; DesignEngine designEngine = new DesignEngine(new DesignConfig()); SessionHandle session = designEngine.newSessionHandle(ULocale.getDefault()); //this works using a URL string design = session.openDesign(REPORT_LOC); ... do some work on the design and then call design.save() design.save calls XMLWriter( File outputFile, String signature ) in here the writer constructor tries to open a stream = new FileOutputStream( outputFile ); But this will fail, because the outputFile is a URL string and throws an exception. Expected: The report manipulation api, needs to handle URL strings consistently, or they need to seperate out the API to deal with URLS to reports seperately from api that just deals with java File objects.
2006-08-02 20:28:41
1,154,560,000
resolved fixed
d0f7c38
1,154,930,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java
Birt
3,294
152,430
Bug 152430 Key can modify to empty string
null
2006-08-01 04:48:04
1,154,420,000
verified fixed
ed446d9
1,154,930,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ColumnHintHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ComputedColumnHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/CustomColorHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DataSetParameterHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/EmbeddedImageHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/FilterConditionHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/JoinConditionHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/PropertyMaskHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ResultSetColumnHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SelectionChoiceHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SortKeyHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/PropertyCommand.java
Birt
3,295
144,199
Bug 144199 [Accessibility] Can't use keyboard to set focus on list cells of dataset parameter binding dialog
Can't use keyboard to set focus on list cells of dataset parameter binding dialog. Steps to reproduce: 1. New a report 2. New a sample data source 3. New a data set ds1 4. Add a parameter p1 5. Create a dynamic image, bind it with ds1, open dataset parameter binding dialog, try to set focus in list cells by keyboard Expected result: Can set focus in list cells Actual result: Can't set focus in list cells by keyboard
2006-05-29 05:49:08
1,148,900,000
closed fixed
9def0d3
1,154,920,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataSetParameterBindingInputDialog.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ParameterBindingPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/swt/custom/IBaseTableAreaModifier.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/swt/custom/ITableAreaModifier.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/swt/custom/TableArea.java
Birt
3,296
152,694
Bug 152694 NPE when converting an autotext to template report item
Steps to reproduce: 1.Add an autotext, say "Page", to the master page header/footer 2.Right click the autotext, choose "Create a template report item" Expected result: Autotext can be converted to a template report item Actual result: org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:123) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:105) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postModelEvent(ModelEventManager.java:132) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postEvent(ModelEventManager.java:102) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.access$000(ModelEventManager.java:36) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager$1.stackChanged(ModelEventManager.java:62) at org.eclipse.birt.report.model.activity.ActivityStack.sendNotifcations(ActivityStack.java:845) at org.eclipse.birt.report.model.activity.ActivityStack.commit(ActivityStack.java:719) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:71) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.WrapperSelectionAction.run(WrapperSelectionAction.java:61) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.PlaceHolderEditPart.refreshFigure(PlaceHolderEditPart.java:78) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.refreshVisuals(ReportElementEditPart.java:514) at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:676) at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:554) at org.eclipse.gef.editparts.AbstractEditPart.addNotify(AbstractEditPart.java:235) at org.eclipse.gef.editparts.AbstractGraphicalEditPart.addNotify(AbstractGraphicalEditPart.java:212) at org.eclipse.gef.editparts.AbstractEditPart.addChild(AbstractEditPart.java:198) at org.eclipse.gef.editparts.AbstractEditPart.refreshChildren(AbstractEditPart.java:727) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.refreshChildren(ReportElementEditPart.java:525) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.MasterPageEditPart.refreshChildren(MasterPageEditPart.java:236) at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:677) at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:554) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.contentChange(ReportElementEditPart.java:857) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart.contentChange(AbstractReportEditPart.java:199) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart$1.runModelChange(AbstractReportEditPart.java:67) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart$EditpartReportEventRunnable.run(AbstractReportEditPart.java:227) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractModelEventProcessor.postElementEvent(AbstractModelEventProcessor.java:96) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postModelEvent(ModelEventManager.java:127) ... 33 more
2006-08-02 22:42:31
1,154,570,000
closed fixed
9889e44
1,154,680,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java
Birt
3,297
152,712
Bug 152712 GUIException is thrown out when merge the cell in the table group
Description: Merge several cells in the table group, GUIException throws out. Steps to reproduce: 1.Create a sample datasource and dataset. 2.Pull the dataset the layout, add a group on the table. 3.Merge the cells in the group, GUIException throws out. Error log: org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:123) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:105) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postModelEvent(ModelEventManager.java:132) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postEvent(ModelEventManager.java:102) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.access$000(ModelEventManager.java:36) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager$1.stackChanged(ModelEventManager.java:62) at org.eclipse.birt.report.model.activity.ActivityStack.sendNotifcations(ActivityStack.java:845) at org.eclipse.birt.report.model.activity.ActivityStack.commit(ActivityStack.java:719) at org.eclipse.birt.report.designer.core.model.DesignElementHandleAdapter.transEnd(DesignElementHandleAdapter.java:182) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.TableEditPart.merge(TableEditPart.java:1039) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.MergeAction.run(MergeAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.model.api.SimpleGroupElementHandle.needHide(SimpleGroupElementHandle.java:416) at org.eclipse.birt.report.model.api.SimpleGroupElementHandle.isPropertyReadOnly(SimpleGroupElementHandle.java:381) at org.eclipse.birt.report.model.api.GroupPropertyHandle.isReadOnly(GroupPropertyHandle.java:383) at org.eclipse.birt.report.designer.ui.views.attributes.providers.PropertyProcessor.isReadOnly(PropertyProcessor.java:179) at org.eclipse.birt.report.designer.internal.ui.views.attributes.widget.ComboPropertyDescriptor.resetUIData(ComboPropertyDescriptor.java:130) at org.eclipse.birt.report.designer.internal.ui.views.attributes.page.AttributePage.refreshValues(AttributePage.java:125) at org.eclipse.birt.report.designer.internal.ui.views.attributes.page.AttributePage.setInput(AttributePage.java:110) at org.eclipse.birt.report.designer.internal.ui.views.attributes.page.BaseAttributePage.processListSelected(BaseAttributePage.java:182) at org.eclipse.birt.report.designer.internal.ui.views.attributes.page.BaseAttributePage.setInput(BaseAttributePage.java:242) at org.eclipse.birt.report.designer.ui.views.attributes.CategoryPageGenerator.createTabItems(CategoryPageGenerator.java:72) at org.eclipse.birt.report.designer.ui.views.attributes.CellPageGenerator.createTabItems(CellPageGenerator.java:45) at org.eclipse.birt.report.designer.ui.views.attributes.AttributesBuilder.createPages(AttributesBuilder.java:79) at org.eclipse.birt.report.designer.ui.views.attributes.AttributeView.showPropertiesPage(AttributeView.java:334) at org.eclipse.birt.report.designer.ui.views.attributes.AttributeView.handleSelectionChanged(AttributeView.java:621) at org.eclipse.birt.report.designer.ui.views.attributes.AttributeView.performRequest(AttributeView.java:583) at org.eclipse.birt.report.designer.core.util.mediator.ReportMediator.notifyRequest(ReportMediator.java:132) at org.eclipse.birt.report.designer.internal.ui.editors.parts.DeferredGraphicalViewer.fireSelectionChanged(DeferredGraphicalViewer.java:344) at org.eclipse.gef.ui.parts.AbstractEditPartViewer$1.run(AbstractEditPartViewer.java:124) at org.eclipse.gef.SelectionManager.fireSelectionChanged(SelectionManager.java:115) at org.eclipse.gef.SelectionManager.deselect(SelectionManager.java:92) at org.eclipse.gef.ui.parts.AbstractEditPartViewer.deselect(AbstractEditPartViewer.java:195) at org.eclipse.gef.editparts.AbstractEditPart.removeNotify(AbstractEditPart.java:866) at org.eclipse.gef.editparts.AbstractGraphicalEditPart.removeNotify(AbstractGraphicalEditPart.java:714) at org.eclipse.gef.editparts.AbstractEditPart.removeChild(AbstractEditPart.java:811) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.TableEditPart.removeChild(TableEditPart.java:794) at org.eclipse.gef.editparts.AbstractEditPart.refreshChildren(AbstractEditPart.java:735) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.refreshChildren(ReportElementEditPart.java:525) at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:677) at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:554) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.contentChange(ReportElementEditPart.java:857) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.TableEditPart.contentChange(TableEditPart.java:185) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart.contentChange(AbstractReportEditPart.java:212) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart$1.runModelChange(AbstractReportEditPart.java:67) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractReportEditPart$EditpartReportEventRunnable.run(AbstractReportEditPart.java:227) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.AbstractModelEventProcessor.postElementEvent(AbstractModelEventProcessor.java:96) at org.eclipse.birt.report.designer.internal.ui.editors.parts.event.ModelEventManager.postModelEvent(ModelEventManager.java:127) ... 34 more
2006-08-03 04:52:33
1,154,600,000
closed fixed
f61f80f
1,154,660,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.java
Birt
3,298
152,678
Bug 152678 ParameterDialog cannot be build if compiler level is 5.0
Not sure if source is trying to be 1.5 supportive, however....using todays source head. If I try to build the source using the 1.5 JDK the class org.eclipse.birt.report.designer.ui.dialogs.ParameterDialog; has he following compiler errors: - The Method compareTo(BigDecimal) in the type BigDecimal is not applicable for the arguments (Object) - The Method compareTo(Double) in the type Double is not applicable for the arguments (Object) - The Method compareTo(Integer) in the type Integer is not applicable for the arguments (Object) if you look at method private boolean isEqual( String value1, String value2 ) There is the following comparisons that the compiler does not like. if ( v1 instanceof Double && v2 instanceof Double ) { return ( (Double) v1 ).compareTo( v2 ) == 0; } if ( v1 instanceof BigDecimal && v2 instanceof BigDecimal ) { return ( (BigDecimal) v1 ).compareTo( v2 ) == 0; } if ( v1 instanceof Integer && v2 instanceof Integer ) { return ( (Integer) v1 ).compareTo( v2 ) == 0; }
2006-08-02 18:48:43
1,154,560,000
resolved fixed
630790b
1,154,580,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java
Birt
3,299
152,412
Bug 152412 [Smoke]Insert,delete a master page, can not take effect
Insert,delete a master page, can not take effect Steps: 1.new a report 2.open outline view, insert a master page or delete a master page Actual Results 1.Can not take effect.
2006-08-01 01:43:11
1,154,410,000
closed fixed
f9b6eaa
1,154,580,000
UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/layout/ReportMasterPageEditor.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/event/ModelEventManager.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/AbstractModelEventProcessor.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/GraphicsViewModelEventProcessor.java
Birt
3,300
147,669
Bug 147669 Allow editing of a report design that contains reference to non-existing ODA extension
I occasionally need to open BIRT report designs received from the customers which contains data sources that reference proprietary ODA data sources. As it is right now, such report designs would fail to open in BIRT(since I don't have the ODA extension), which displays the following error message: Unable to create this part due to an internal error. Reason for the failure: The extension with ID 'xxxx' is not found. Further editting of the design with BIRT report designer is not possible. I would then have to open the design in a text editor and remove the offending data source/data sets before I can open them in BIRT to look at the report structure. You can reproduce this with the attached report design. It will be desirable for BIRT to be able to open such a report design to allow the user to fix the data source/data set problems within the editor.
2006-06-18 13:06:55
1,150,650,000
resolved fixed
72a3a0e
1,154,500,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/OdaDataSet.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/OdaDataSource.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/extension/oda/OdaDummyProvider.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ListPropertyState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/OdaDataSetState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/OdaDataSourceState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/plugin/ODAManifestUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java
Birt
3,301
142,787
Bug 142787 TVT3.2:TCT573: NL:BIRT - too small box for Select dataset
In the Description box of TCT put the information like this OS : RHEL 3.1 Component: BIRT Must fix or not a must fix: YES Build date: 5/17 Blocking: NO Language: nl Bitmap Location: V:\defects\nl Tester Name: Gerard Kramer Problem Description: The Select dataset box is too small Steps: Select Window->Show View->Data Explorer menu Select Report Parameters, right click, and select New Parameter Select List box in the Display type Click Import Values button This article was reassigned from Category:''TVT/Testing''.
2006-05-19 11:31:54
1,148,050,000
resolved fixed
d614d4b
1,154,500,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ImportValueDialog.java
Birt
3,302
152,438
Bug 152438 Once the focus is set in the table of the parameter dialog press any arrow key will delete one line
Description: Once the focus is set in the table of the parameter dialog, press any arrow key will delete one line. Steps to reproduce: 1. New a parameter to open parameter editor 2. Set data type as String, set display type as List Box, list of value as Static, add or import some value into the table 3. Let the table get focus, press up/down arrow key Expected result: Focus moves between lines Actual result: Press any arrow key will delete one line
2006-08-01 05:23:07
1,154,420,000
closed fixed
8d78e74
1,154,420,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/swt/custom/TableArea.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java
Birt
3,303
152,300
Bug 152300 Model api is wrong.
In the LibrarCommand class,the method reloadLibrary , code lije this: activityStack.commit( ); // clears the activity stack to avoid potential problems. activityStack.flush( ); LibraryReloadedEvent event = new LibraryReloadedEvent( module .getLibraryByLocation( url.toExternalForm( ) ) ); module.broadcast( event ); Please first fire model event,then fire the commandstack event.
2006-07-31 03:00:38
1,154,330,000
resolved fixed
b41ed4d
1,154,420,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/LibraryCommand.java
Birt
3,304
151,694
Bug 151694 appContext is null when evaluating parameters
On a report with parameters, during the resolution of the report parameters, datasource used to populate values of each parameters doesn't have any appContext. We used a jdbcbridbe, and thru appContext, we're retrieving jndi name and others parameters usueful for our datasource. In those case, during the evaluation of parameters, appContext is null so the datasource used to populate values of the parameters are not from the same database ...
2006-07-25 09:36:58
1,153,830,000
resolved fixed
01c7054
1,154,420,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java
Birt
3,305
151,552
Bug 151552 Can't change the Data Set of a chart drag from a library
After creating a library with a chart,you use it and drag the chart to a report design.A error happen when you change the Data Set of the chart. 1.creat a library,add a chart into it ,then publish the library. 2.new a report and use the library ,drag the chart into the layout of the report,you can't change the data set of the chart,or a error will occur. Actual result:A error occur when you change the data set] Expected result:You can change the data set.
2006-07-24 02:31:04
1,153,720,000
closed fixed
7ca74ca
1,154,340,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/PropertySearchStrategy.java
Birt
3,306
149,251
Bug 149251 Inconsistent Handling of a Non-inheritable ROM Property
For a ROM property defined to be non-inheritable, an empty string property value should be consistently handled as an empty string, not as null. For example, an oda.dataSource extension defines a data source property with canInherit=false. When a oda-data-source handle get saved in a report design, it correctly includes the tag for such property, even when an empty string value is specified. <oda-data-source extensionID="my.oda.plugin" name="my Data Source" id="24"> ... <property name="ApplicationServer"></property> </oda-data-source> However, later when using the DE API to read its property value, a null is returned. Then when the report design is subsequently saved, the property tag is lost. Expects that an empty string value of a non-inhertiable property should be preserved.
2006-06-29 17:52:28
1,151,620,000
resolved fixed
b5833a1
1,154,340,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/ResultSetColumn.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/metadata/PropertyValueException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/PropertyValueValidationUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/PropertyCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/PropertySearchStrategy.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/ReferencableStructure.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/strategy/CellPropSearchStrategy.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ElementDefn.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ElementRefPropertyType.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ExtensionElementDefn.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/plugin/ODAPropertyDefn.java
Birt
3,307
132,401
Bug 132401 access to value of display text of dynamic parameter
I have parameter "departmentID". This is dynamic parameter that get values from DataSet "departments". The parameter keeps department id value. I need to show on the report name of department beside using departmentId in dataset query of the report. It would be good to have the way to get name of department without creating additional dataset, additional report item such as table and without additional parameter bounding.
2006-03-17 16:38:50
1,142,630,000
resolved fixed
18f4115
1,154,320,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtCacheParameterActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtRunAndRenderActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtRunReportActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/api/IViewerReportService.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/DataUtil.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java
Birt