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
4,008
115,167
Bug 115167 Library UI adjustments
1. When you create a new library, the library perspective appears. The name of the perspective is Lib Design. Can this use full words, instead of contractions: Library Design. 2. The message shown in the new empty library is: Library currently empty, add components from the palette or the menu to the library outline menu. Better wording is: This library is empty. Add components to the library outline from the palette or the menu. 3. The color of the new empty library in the editor is too dark. This color makes it difficult to read the message. Use a lighter gray, or even white.
2005-11-04 17:14:25
1,131,140,000
verified fixed
5e9ee97
1,132,810,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/LibRootModel.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/LibraryHandleAdapter.java UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/editors/figures/EmptyFigure.java UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/editparts/EmptyEditPart.java
Birt
4,009
117,695
Bug 117695 Format specifier has problem.
The first series set format, add the second series, the format also can be applied to it. Steps: Data source:jdbc:jtds:sqlserver://qadb/gui Data set: select * from dbo.CityTemp 1.Create a pie chart,bind the data set 2.Go to "Select Data" tab: Category Definition: row["name"] Series 1: row["temperture"] click "0.0#", set Prefix: ( Suffix: ) 3.Click "+", add a series 4.View Chart preivew Actual Results: 1.The second pie chart also dispay () Expected Results: 1.The second pie chart should not apply the format
2005-11-23 05:38:44
1,132,740,000
closed fixed
61ba4a8
1,132,810,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith3DAxes.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withoutaxes/PlotWithoutAxes.java
Birt
4,010
117,818
Bug 117818 Exception is thrown out when cancelling export to a library.
Description: Exception is thrown out when cancelling export to a library. Steps to reproduce: 1. Export a report design to a library file. 2. Before set a library file name, cancel this operation. 3. Exception is thrown out. 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.views.actions.ExportToLibraryAction.run(ExportToLibraryAction.java:212) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538) 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:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) 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(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: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: java.lang.NullPointerException at org.eclipse.birt.report.designer.internal.ui.views.actions.ExportToLibraryAction.run(ExportToLibraryAction.java:115) ... 24 more
2005-11-23 21:52:02
1,132,800,000
closed fixed
b076514
1,132,800,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/ExportToLibraryAction.java
Birt
4,011
117,444
Bug 117444 The method setDefault(Object) in UserPropertyDefn should be public.
The method setDefault(Object) in UserPropertyDefn should be public to let the user set the default value for the user defined property. In the current implemntation, this method is a protected method.
2005-11-22 02:56:44
1,132,650,000
resolved fixed
aba8766
1,132,800,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/UserPropertyDefnHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/UserPropertyException.java 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/command/UserPropertyCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/i18n/MessageConstants.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/PropertyType.java
Birt
4,012
116,786
Bug 116786 Library include should store relative path.
When a library included in a report design, the BIRT designer should generate the relative path, and save relative path. Example - $project/test contains my report design. - now include a library from $project/otherlib/lib1.rptlibrary. - i see that hte report design stores absolute path, we need to save relative path. <property name="fileName">/E:/birt/sampleReports/otherlib/lib1.rptlibrary</property> <property name="namespace">lib1</property>
2005-11-17 00:50:32
1,132,210,000
resolved fixed
bd4d66f
1,132,800,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java
Birt
4,013
117,597
Bug 117597 BIRT script classes are not executed when previewing report
Currently BIRT script classes are executed if you preview the report through the BIRT report debugger. However, if you directly preview within the report designer, those script methods (java) won't be executed. The reason for that is the script class loader won't be able to find the location if we preview the report directly without launch the debugger.
2005-11-22 17:36:57
1,132,700,000
resolved fixed
3ff8c8c
1,132,790,000
UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/ui/launcher/ReportLaunchConfigurationDelegate.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TableItemExecutor.java viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebappAccessor.java
Birt
4,014
117,730
Bug 117730 SVG output is blank in IE with J2EE 1.4.2_10
null
2005-11-23 10:50:00
1,132,760,000
closed fixed
8c67e9e
1,132,760,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java
Birt
4,015
117,676
Bug 117676 Error message pops up when I want to transfer a label in a table cell to a template item which is defined in a library.
Description: Error message pops up when I want to transfer a label in a table cell to a template item which is defined in a library. Steps to reproduce: 1. Drag a table defined in a library into a report design. 2. Select a label in the table cell and transfer it to a template item. 3. Error message pops up "The TemplateReportItem" is not allowed directly or indirectly inside the cell's slot(content)." 4. But if I transfer an element in a table cell which is created in a report design to a template item, it is allowed.
2005-11-23 04:13:42
1,132,740,000
closed fixed
6188a1d
1,132,750,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/CreatePlaceHolderAction.java
Birt
4,016
117,429
Bug 117429 No parsed xml tree listed in XPath Expression dialog
description: No parsed xml tree listed in XPath Expression dialog steps to reproduce: 1. create a xml data source which has a schema 2. create a xml data set 3. in choose XPath Expression dialog, xml structure list box doesn't show up xml tree actual result: No parsed xml tree listed in XPath Expression dialog
2005-11-22 01:16:36
1,132,640,000
closed fixed
9e42c83
1,132,750,000
data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParser.java data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopulationUtil.java
Birt
4,017
117,679
Bug 117679 Exception is thrown out when deleting a table inside which there is a template item.
Description: Exception is thrown out when deleting a table inside which there is a template item. Steps to reproduce: 1. Add a table which is binded to a data set in a template file. 2. Transfer a label in a table cell to a template item. 3. Delete this table by pressing "delete" key. 4. Exception is thrown out. org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:2942) at org.eclipse.swt.SWT.error(SWT.java:2865) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716) 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(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: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: java.lang.NullPointerException at org.eclipse.draw2d.FigureUtilities.setFont(FigureUtilities.java:369) at org.eclipse.draw2d.FigureUtilities.getFontMetrics(FigureUtilities.java:58) at org.eclipse.draw2d.text.TextFlow.getAscent(TextFlow.java:179) at org.eclipse.draw2d.text.TextFragmentBox.getOuterAscent(TextFragmentBox.java:78) at org.eclipse.draw2d.text.LineBox.add(LineBox.java:43) at org.eclipse.draw2d.text.LineRoot.add(LineRoot.java:48) at org.eclipse.draw2d.text.FlowContainerLayout.addToCurrentLine(FlowContainerLayout.java:46) at org.eclipse.draw2d.text.FlowUtilities.wrapFragmentInContext(FlowUtilities.java:182) at org.eclipse.draw2d.text.ParagraphTextLayout.layout(ParagraphTextLayout.java:181) at org.eclipse.draw2d.text.FlowFigureLayout.layout(FlowFigureLayout.java:101) at org.eclipse.draw2d.Figure.layout(Figure.java:1033) at org.eclipse.draw2d.Figure.validate(Figure.java:1736) at org.eclipse.draw2d.text.FlowContainerLayout.layoutChildren(FlowContainerLayout.java:112) at org.eclipse.draw2d.text.FlowContainerLayout.layout(FlowContainerLayout.java:98) at org.eclipse.draw2d.text.FlowFigureLayout.layout(FlowFigureLayout.java:101) at org.eclipse.draw2d.Figure.layout(Figure.java:1033) at org.eclipse.draw2d.Figure.validate(Figure.java:1736) at org.eclipse.draw2d.text.BlockFlow.validate(BlockFlow.java:300) at org.eclipse.draw2d.text.FlowPage.validate(FlowPage.java:132) at org.eclipse.draw2d.text.FlowPage.getPreferredSize(FlowPage.java:78) at org.eclipse.draw2d.StackLayout.calculatePreferredSize(StackLayout.java:71) 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:737) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.figures.LabelFigure.getPreferredSize(LabelFigure.java:126) at org.eclipse.birt.report.designer.internal.ui.layout.ReportFlowLayout.getChildSize(ReportFlowLayout.java:540) at org.eclipse.birt.report.designer.internal.ui.layout.ReportFlowLayout.layout(ReportFlowLayout.java:243) at org.eclipse.draw2d.Figure.layout(Figure.java:1033) at org.eclipse.draw2d.Figure.validate(Figure.java:1736) at org.eclipse.draw2d.Figure.validate(Figure.java:1738) at org.eclipse.draw2d.Figure.validate(Figure.java:1738) at org.eclipse.draw2d.FreeformLayeredPane.validate(FreeformLayeredPane.java:122) at org.eclipse.draw2d.Figure.validate(Figure.java:1738) at org.eclipse.draw2d.FreeformLayeredPane.validate(FreeformLayeredPane.java:122) at org.eclipse.draw2d.Figure.validate(Figure.java:1738) at org.eclipse.draw2d.Viewport.validate(Viewport.java:363) at org.eclipse.draw2d.DeferredUpdateManager.validateFigures(DeferredUpdateManager.java:271) at org.eclipse.draw2d.DeferredUpdateManager.performUpdate(DeferredUpdateManager.java:143) at org.eclipse.birt.report.designer.internal.ui.editors.notification.ReportDeferredUpdateManager.performUpdate(ReportDeferredUpdateManager.java:33) at org.eclipse.draw2d.DeferredUpdateManager$UpdateRequest.run(DeferredUpdateManager.java:40) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 18 more
2005-11-23 04:20:49
1,132,740,000
closed fixed
376a4cb
1,132,750,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/PlaceHolderEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java
Birt
4,018
117,648
Bug 117648 User properties can't be found in properties view.
Description: User properties can't be found in properties view. Steps to reproduce: 1. Custom a user property in property editor view. 2. Open properties view, user properties are not displayed.
2005-11-23 01:45:34
1,132,730,000
closed fixed
2d5347c
1,132,740,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupElementHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/PropertyHandle.java
Birt
4,019
117,608
Bug 117608 Render report page raises exception.
Run attached report, then render its frist page. Exception happened: java.lang.NullPointerException at org.eclipse.birt.report.engine.presentation.ReportContentLoader$1.visit(ReportContentLoader.java:664) at org.eclipse.birt.report.engine.presentation.ReportContentLoader.startContent(ReportContentLoader.java:646) at org.eclipse.birt.report.engine.presentation.ReportContentLoader.loadFullContent(ReportContentLoader.java:262) at org.eclipse.birt.report.engine.presentation.ReportContentLoader.loadPageContent(ReportContentLoader.java:209) at org.eclipse.birt.report.engine.presentation.ReportContentLoader.loadPage(ReportContentLoader.java:147) at org.eclipse.birt.report.engine.api.impl.RenderTask.doRender(RenderTask.java:176) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:87) at org.eclipse.birt.report.services.ReportEngineService.renderReport(ReportEngineService.java:391) at org.eclipse.birt.report.soapengine.processor.DocumentProcessor.handleChangeParameter(DocumentProcessor.java:408) at org.eclipse.birt.report.soapengine.processor.DocumentProcessor.process(DocumentProcessor.java:117) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(BirtSoapBindingImpl.java:42) 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.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:402) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:309) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:481) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:323) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:854) at org.eclipse.birt.report.soapengine.servlet.BirtSoapMessageDispatcherServlet.doPost(BirtSoapMessageDispatcherServlet.java:88) at org.eclipse.birt.report.viewer.servlet.ViewerServlet.doPost(ViewerServlet.java:177) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339) 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.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.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163) 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.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1040) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151) at java.lang.Thread.run(Unknown Source) The rendered page content contains only a javascript function. Predefined label is not there.
2005-11-22 19:43:47
1,132,710,000
closed fixed
95be62b
1,132,740,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportEngineHelper.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java
Birt
4,020
117,650
Bug 117650 Unit test has error on 20051123
see attached.
2005-11-23 01:48:55
1,132,730,000
closed fixed
7de288f
1,132,740,000
UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/internal/ui/util/UIUtilUITest.java
Birt
4,021
117,642
Bug 117642 Template Report Item should not be an available element to be inserted
Description: Template Report Item should not be an available element to be inserted Steps to reproduce: 1.New a template 2.Switch to outline view, right click body and choose insert Expected result: Template Report Item is not a availabe element be inserted Actual result: Template Report Item is in the insert element list
2005-11-23 01:29:47
1,132,730,000
closed fixed
517d611
1,132,730,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java
Birt
4,022
117,005
Bug 117005 Property editor view is refreshed for several times after click on report name in outline view.
Description: Property editor view is refreshed for several times after click on report name in outline view. Steps to reproduce: 1. Create a report design "new report1". 2. Click on "new report1" node in outline view. 3. Notice that property editor view keeps on refreshing for several times.
2005-11-18 02:53:31
1,132,300,000
closed fixed
a467827
1,132,730,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/DeferredGraphicalViewer.java
Birt
4,023
117,274
Bug 117274 Computed column in report documnet can't work correctlly
description: Computed column in report documnet can't work correctlly steps to reproduce: 1. create a query which include the computed column 2. in generation mode, save the report data (see org.eclipse.birt.tests.data\test\org\eclipse\birt\tests\data\engine\api\ReportDoc_ComputedColumnTest.java ) actual result: NPE thrown out
2005-11-21 02:26:33
1,132,560,000
closed fixed
b72bbb6
1,132,730,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultClass.java
Birt
4,024
117,511
Bug 117511 Toggling on and off the visibility of the datasets also toggles on and off the maker in the legend
I believe this problem is caused becasue the marker symbol that is shown in the legend has a source object that is associated with the series. The owner should change the target milestone. Not sure if it can get in for the M3 driver.
2005-11-22 10:54:21
1,132,670,000
closed fixed
c4ed7ef
1,132,720,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/JavaDateFormatSpecifierImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/JavaNumberFormatSpecifierImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/NumberFormatSpecifierImpl.java
Birt
4,025
117,445
Bug 117445 When exporting a report item, extension name ".rptlibrary" is not added after a file name.
Description: When exporting a report item, extension name ".rptlibrary" is not added after a file name. Steps to reproduce: 1. Export a report item. 2. Set file name as "a", select ".rptlibrary" as file type. 3. Click on "OK". 4. Open the folder and try to find a.rptlibrary, it is displayed as "a" not "a.rptlibrary'.
2005-11-22 03:00:30
1,132,650,000
closed fixed
46353d2
1,132,720,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/ExportToLibraryAction.java
Birt
4,026
116,987
Bug 116987 There is no "revert to report item" and "revert to template item" option when using a template in a report design.
Descripiton: There is no "revert to report item" and "revert to template item" option when using a template in a report design. Steps to reproduce: 1. When creating a report design, use a template. 2. Right click on a template item, there is no "revert to report item" and "revert to template item" option in context menu.
2005-11-18 00:50:00
1,132,290,000
closed fixed
8d44ebe
1,132,720,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/RevertToReportItemPartAction.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/RevertToReportItemAction.java
Birt
4,027
117,455
Bug 117455 NullPointException is thrown when set archive argument of the second run method in RunTask class to null.
Description: NullPointException is thrown when set archive argument of the second run method in RunTask class to null. Steps to reproduce: 1. call run( IDocumentArchive archive ) method in RunTask class with null archive argument. Expected result: Null archive is processed. Actual result: [java] java.lang.NullPointerException [java] at org.eclipse.birt.report.engine.api.impl.ReportDocument.saveDesign(ReportDocument.java:129) [java] at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:96) [java] at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:69) [java] at org.eclipse.birt.report.tests.engine.api.RunTaskTest.testRun(RunTaskTest.java:58) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:324) [java] at junit.framework.TestCase.runTest(TestCase.java:154) [java] at junit.framework.TestCase.runBare(TestCase.java:127) [java] at junit.framework.TestResult$1.protect(TestResult.java:106) [java] at junit.framework.TestResult.runProtected(TestResult.java:124) [java] at junit.framework.TestResult.run(TestResult.java:109) [java] at junit.framework.TestCase.run(TestCase.java:118) [java] at junit.framework.TestSuite.runTest(TestSuite.java:208) [java] at junit.framework.TestSuite.run(TestSuite.java:203) [java] at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:331) [java] at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:199) [java] at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) [java] at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) [java] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:324) [java] at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) [java] at org.eclipse.core.launcher.Main.basicRun(Main.java:278) [java] at org.eclipse.core.launcher.Main.run(Main.java:973) [java] at org.eclipse.core.launcher.Main.main(Main.java:948) [java] Nov 22, 2005 5:54:49 PM
2005-11-22 04:59:46
1,132,650,000
closed fixed
e6e498a
1,132,690,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java
Birt
4,028
117,479
Bug 117479 NullPointException is thrown while call render method in RenderTask class with null renderOptions.
Description: NullPointException is thrown while call render method in RenderTask class with null renderOptions. Steps to reproduce: 1. call render method in RenderTask class with null renderOptions. Expected result: The condition that renderOptions is null is processed. Actual result: [java] java.lang.NullPointerException [java] at org.eclipse.birt.report.engine.api.impl.RenderTask.doRender(RenderTask.java:127) [java] at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:88) [java] at org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender(RenderTaskTest.java:52) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:324) [java] at junit.framework.TestCase.runTest(TestCase.java:154) [java] at junit.framework.TestCase.runBare(TestCase.java:127) [java] at junit.framework.TestResult$1.protect(TestResult.java:106) [java] at junit.framework.TestResult.runProtected(TestResult.java:124) [java] at junit.framework.TestResult.run(TestResult.java:109) [java] at junit.framework.TestCase.run(TestCase.java:118) [java] at junit.framework.TestSuite.runTest(TestSuite.java:208) [java] at junit.framework.TestSuite.run(TestSuite.java:203) [java] at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:331) [java] at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:199) [java] at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) [java] at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) [java] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:324) [java] at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) [java] at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
2005-11-22 08:38:28
1,132,670,000
closed fixed
5a4a1be
1,132,690,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/AbstractDataEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java
Birt
4,029
117,380
Bug 117380 SVG Graphic Context does not support drawString
The SVG Graphics2D class does not support the drawString method. This is necessary to render charts. A renderer exception is thrown when trying to render the test case stock chart. I will attach the test case that causes this problem. I have a fix in hand and tested the fix and it works. I want to know if I should check this fix in 2.0.0 M3 or for the 2.0.0 Final driver. I think we should check this in the M3 driver since it won't cause any regression problems.
2005-11-21 17:01:47
1,132,610,000
closed fixed
4fa470b
1,132,690,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java
Birt
4,030
117,476
Bug 117476 Poor rendering quality
I want to know of one can improve the PDF (and HTML) rendering quality. The quality for HTML rendering is OK for showing on screen because of less resolution of the screen, but the PDF rendering quality and its result on a paper is really poor. If you look on a printout of a bar chart, the fonts, axis' and bars appear very coarse and unsharp. It seems to be the same image resolution as showing in HTML format on screen. One can see each pixel. Also one can see JPG block-artefacts in text areas. Is there a way to set / modify / improve the rendering quality for printouts / HTML? Thanks for any information!
2005-11-22 07:37:57
1,132,660,000
resolved fixed
4fccf5e
1,132,690,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConstants.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLRenderContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java
Birt
4,031
117,260
Bug 117260 Set a hyperlink and link to an internal file, it pops up error message.
Description: Set a hyperlink and link to an internal file, it pops up error message. Steps to reproduce: 1.Add a label and set hyperlink. 2.Select "URI" and select a JPG file from file system. 3.Preview in html and click on the label. 4.Error message pops up and said "can't find file".
2005-11-21 00:50:44
1,132,550,000
closed fixed
63a039f
1,132,650,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java
Birt
4,032
116,184
Bug 116184 "Dynamic Text" in Palette but "Text data" in Insert dialog when insert from Outline
Description: "Dynamic Text" in Palette but "Text data" in Insert dialog when insert from Outline Steps to reproduce: 1. Insert a dynamic text from top menu 2. Insert a dynamic text from context menu in Outline Expected result: The item's name keep the same in Palette, top menu and context menu. Actual result: Dynamic Text in Palette but Text data when insert from Outline.
2005-11-14 03:01:56
1,131,960,000
closed fixed
75e48be
1,132,650,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/activity/NotificationRecordTask.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/activity/RecordTask.java 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/DesignFileException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/FactoryPropertyHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/HighlightRuleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/IllegalOperationException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SlotHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/StyleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/CustomMsgException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/ExtendsException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/NameSpaceEvent.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/PropertyNameException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/StyleException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/UserPropertyException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/css/StyleSheetException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/css/StyleSheetParserException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/Action.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/CachedMetaData.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/ColumnHint.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/ComputedColumn.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/CustomColor.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/FilterCondition.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/HighlightRule.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/MapRule.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/StyleRule.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/extension/IReportItem.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/extension/IReportItemFactory.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/extension/ReportItem.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/metadata/DimensionValue.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/metadata/MetaDataReaderException.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/metadata/ValidationValueException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/GroupNameValidator.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/TableHeaderContextContainmentValidator.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/NameRecord.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ThemeRecord.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/StyledElement.java
Birt
4,033
116,571
Bug 116571 Report dataset can't refer library datasource
Description: Report dataset can't refer library datasource Steps to reproduce: 1.New a report and a library with datasource, dataset 2.Report includes the library 3.New a dataset in report which refers library.datasource Expected result: New dataset can be created Actual result: Warning message: "There is no data source available. Please add a data source first."
2005-11-15 22:34:48
1,132,110,000
closed fixed
f87270a
1,132,650,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/ReportDesignHandleAdapter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java
Birt
4,034
117,436
Bug 117436 Adding dynamic text in context menu and palette are inconsistent
Description: Adding dynamic text in context menu and palette are inconsistent Steps to reproduce: 1.Add a dynamic text from palette 2.Add a dynamic text from context menu Expected result: Both two way to add a dynamic text are the same Actual result: <property name="contentType">html</property> will be added in the source when adding a dynamic text from palette. but no such property in the source when adding a dynamic text from context menu
2005-11-22 01:43:44
1,132,640,000
closed fixed
8b224a6
1,132,640,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/processor/DynamicTextProcessor.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/processor/ElementProcessorFactory.java
Birt
4,035
116,758
Bug 116758 There is no icon for image and chart template.
Description: There is no icon for image and chart template. Steps to reproduce: 1. Create an image element and changes it to a template. 2. There is no icon in front of it.
2005-11-16 20:41:07
1,132,190,000
closed fixed
10cb4ba
1,132,640,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/PlaceHolderEditPart.java
Birt
4,036
117,033
Bug 117033 ICallBack interactivity doesn't work
Description from the newsgroups: "I tried to use the CallBackValue Chart feature to implement specific dynamic behaviours. I did it by customizing the ShowTooltip chart example with MyAction ICallBackAction: ... ScatterSeries ss = (ScatterSeries) ScatterSeriesImpl.create(); ss.getTriggers().add( TriggerImpl.create( TriggerCondition.ONCLICK_LITERAL, ActionImpl.create( ActionType.CALL_BACK_LITERAL, CallBackValueImpl.create( new MyAction() ) ) ) ) ; ... Then, in SwingEventHandler, I checked the use of CallBackValue and ICallBackAction: public final class SwingEventHandler implements MouseListener, MouseMotionListener, KeyListener { ... private void handleAction( List al, Object event ) { ... case ActionType.CALL_BACK : final CallBackValue cv = (CallBackValue) ac.getValue( ); ICallBackAction callbackAction = cv.getCallBackAction( ); if ( callbackAction != null ) { callbackAction.execute( event, sa.getSource( ), iun ); } break; } ... } ... }"
2005-11-18 08:26:18
1,132,320,000
closed fixed
a4e5e1e
1,132,630,000
chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingEventHandler.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/device/ICallBackNotifier.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/AttributePackage.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/CallBackValue.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/ColorDefinition.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/AttributePackageImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/CallBackValueImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/ColorDefinitionImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/ComponentPackage.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/Dial.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/AxisImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ComponentPackageImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/DialImpl.java
Birt
4,037
116,994
Bug 116994 There is "create template item" in a library editor, after selecting it error message pops up.
Description: There is "create template item" in a library editor, after selecting it error message pops up. Steps to reproduce: 1. Add a label in a library file. 2. Right click on it and select "Create template report item". 3. Error message pops up "Error.TemplateException.TEMPLATE_ITEM_NOT_SUPPORTED".
2005-11-18 01:38:24
1,132,300,000
closed fixed
6cb7cfa
1,132,630,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/CreatePlaceHolderAction.java
Birt
4,038
116,556
Bug 116556 Smoke Test: visibility doesn't work properly.
Description: visiblity doesn't work properly. Steps to reproduce: 1. Add a table and set its visiblity. 2. Hide element in pdf and preview in html. Actual result: it is displayed neither in html nor in pdf.
2005-11-15 21:43:37
1,132,110,000
closed fixed
50dd8c6
1,132,630,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/executor/StyledItemExecutor.java
Birt
4,039
116,593
Bug 116593 [Regression]Word-spacing doesn't work for report items
Description: Word-spacing doesn't work for report items Steps to reproduce: 1. run attached list-text-style-text.xml Expected result: word-spacing works Actual result: word-spacing didn't work.
2005-11-16 00:19:08
1,132,120,000
closed fixed
34618a1
1,132,570,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/AbstractStyle.java
Birt
4,040
116,200
Bug 116200 Entire report design and a single report item can be exported from a report design to a library file.
Description: Entire report design and a single report item can be exported from a report design to a library file. Steps to reproduce: I want to export a single report item or entire report design to a library file. It has not been supported yet.
2005-11-14 04:27:26
1,131,960,000
closed fixed
c7ff273
1,132,560,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/DefaultNodeProvider.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/ExportToLibraryAction.java
Birt
4,041
116,744
Bug 116744 Dynamic text content type has no effect
I have a db field with three types of content: 1) HTML text within <html> ...</html> tag. 2) HTML fragments not within <html> tag 3) Text with RTF tags I use a dynamic text element to display the contents of this field. The report displays the same results whether I set the dynamic text element's Content Type property to Auto, Plain, or HTML. Expected results: For Plain, I expect the literal content (tags and all) to be displayed. For Auto, I expect content 1, 2 and 3 to appear properly without HTML or RTF tags. For HTML, I expect content 1 and 2 to appear properly without HTML tags, and content 3 to appear literally with RTF tags. See attached report.
2005-11-16 18:01:30
1,132,180,000
resolved fixed
4f0c26c
1,132,560,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palette/BasePaletteFactory.java
Birt
4,042
117,256
Bug 117256 [Smoke]NullPointException is thrown when right click items in Master Page header/footer
Description: NullPointException is thrown when right click items in Master Page header/footer Steps to reproduce: 1. Insert a report item to master page header/footer 2. Select the report item and right click Expected result: Show context menu. Actual result: java.lang.NullPointerException at org.eclipse.jface.action.ActionContributionItem.<init>(ActionContributionItem.java:159) at org.eclipse.jface.action.ContributionManager.appendToGroup(ContributionManager.java:131) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.providers.SchematicContextMenuProvider.buildContextMenu(SchematicContextMenuProvider.java:261) at org.eclipse.gef.ContextMenuProvider.menuAboutToShow(ContextMenuProvider.java:60) at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:285) at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:372) at org.eclipse.jface.action.MenuManager.access$0(MenuManager.java:369) at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:386) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:117) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:848) at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3337) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3064) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1582) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3706) at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:225) at org.eclipse.swt.widgets.Display.runPopups(Display.java:3106) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2707) 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)
2005-11-21 00:13:35
1,132,550,000
closed fixed
cbd5d8d
1,132,560,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/CreatePlaceHolderAction.java
Birt
4,043
116,416
Bug 116416 [Smoke][Regression]The config variables defined after an invalid config variables cannot work.
description: The config variables defined after an invalid config variables cannot work. Steps to reproduce: 1. run attached file config-vars-data.xml Expected result: See golden file. Actual result: Only the first config variable's value showed up.
2005-11-15 05:21:56
1,132,050,000
closed fixed
d6a1d0c
1,132,300,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/ComputedStyle.java
Birt
4,044
116,602
Bug 116602 [Regression]Underline/overline/linethrough don't work when set in label's onCreate method.
Description: Underline/overline/linethrough don't work when set in label's onCreate method. Steps to reproduce: 1. run attached oncreate-style-label.xml Expected result: Underline/overline/linethrough style work. Actual result: They didn't work.
2005-11-16 01:00:09
1,132,120,000
closed fixed
c9f7273
1,132,290,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/AttributeBuilder.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/BIRTPropertyManagerFactory.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/css/TextLineThroughManager.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/css/TextOverlineManager.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/css/TextUnderlineManager.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
4,045
116,562
Bug 116562 [Smoke][Regression]Background image doesn't work
Description: Background image doesn't work when using relative path. Steps to reproduce. 1. run attached file grid-text-style-background.xml note: please create a directory with name "mulu" at the same place with the design file and put some images with name a.jpg,a.gif,a.png.. into the mulu directory. Expected result Background images show. Actual result: They didn't show.
2005-11-15 22:03:57
1,132,110,000
closed fixed
51eabed
1,132,290,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/AttributeBuilder.java engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/CSSEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/css/URIManager.java
Birt
4,046
116,362
Bug 116362 [Smoke] NPE throws out when create a cascading parameter
Description: NullPointerException throws out when create a cascading parameter. Steps to reproduce: 1.Create a sqlserver datasource, the connection url is "jdbc:jtds:sqlserver://spmdb:1433/test". 2.Create a dataset, the sql statement is "select * from dbo.client", set a filter as "clientid <= 15". 3.Create a cascading parameter,bind with the dataset. select "ClientID" as the first level param, "SalesRepID" as the child level param. 4.Error message pops up. Error log: java.lang.NullPointerException at org.eclipse.birt.report.model.api.DesignElementHandle.getQualifiedName (DesignElementHandle.java:905) at org.eclipse.birt.report.designer.util.DEUtil.getDisplayLabel(DEUtil.java:265) at org.eclipse.birt.report.designer.internal.ui.views.data.providers.ParameterNodeP rovider.getNodeDisplayName(ParameterNodeProvider.java:52) at org.eclipse.birt.report.designer.internal.ui.views.ViewsTreeProvider.getText (ViewsTreeProvider.java:139) at org.eclipse.jface.viewers.StructuredViewer.buildLabel (StructuredViewer.java:1877) at org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:231) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run (AbstractTreeViewer.java:85) 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.AbstractTreeViewer.doUpdateItem (AbstractTreeViewer.java:621) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run (StructuredViewer.java:434) 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.updateItem (StructuredViewer.java:1763) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem (AbstractTreeViewer.java:535) at org.eclipse.jface.viewers.AbstractTreeViewer.updateChildren (AbstractTreeViewer.java:1802) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct (AbstractTreeViewer.java:1268) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct (AbstractTreeViewer.java:1275) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh (AbstractTreeViewer.java:1245) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh (AbstractTreeViewer.java:1201) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh (AbstractTreeViewer.java:1188) at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:1264) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection (StructuredViewer.java:1201) at org.eclipse.jface.viewers.StructuredViewer.refresh (StructuredViewer.java:1262) at org.eclipse.jface.viewers.StructuredViewer.refresh (StructuredViewer.java:1221) at org.eclipse.birt.report.designer.internal.ui.views.data.DataViewTreeViewerPage.e lementChanged(DataViewTreeViewerPage.java:317) at org.eclipse.birt.report.model.core.DesignElement.broadcast (DesignElement.java:775) at org.eclipse.birt.report.model.activity.NotificationRecordTask.doTask (NotificationRecordTask.java:197) at org.eclipse.birt.report.model.activity.ActivityRecord.performPostTasks (ActivityRecord.java:511) at org.eclipse.birt.report.model.activity.ActivityStack.execute (ActivityStack.java:347) at org.eclipse.birt.report.model.command.NameCommand.addSymbol (NameCommand.java:278) at org.eclipse.birt.report.model.command.NameCommand.addElement (NameCommand.java:231) at org.eclipse.birt.report.model.command.ContentCommand.addElementNames (ContentCommand.java:291) at org.eclipse.birt.report.model.command.ContentCommand.doAdd (ContentCommand.java:242) at org.eclipse.birt.report.model.command.ContentCommand.add (ContentCommand.java:125) at org.eclipse.birt.report.model.api.SlotHandle.add(SlotHandle.java:119) at org.eclipse.birt.report.model.api.SlotHandle.add(SlotHandle.java:78) at org.eclipse.birt.report.designer.internal.ui.dialogs.CascadingParametersDialog.o kPressed(CascadingParametersDialog.java:742) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:409) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.buttonPressed (BaseDialog.java:273) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556) 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:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) 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.ParametersNode Provider.createElement(ParametersNodeProvider.java:108) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.createEle ment(DefaultNodeProvider.java:350) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performIn sert(DefaultNodeProvider.java:356) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRe quest(DefaultNodeProvider.java:304) at org.eclipse.birt.report.designer.internal.ui.views.actions.InsertAction.doAction (InsertAction.java:169) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction .run(AbstractElementAction.java:60) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:538) 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:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) 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)
2005-11-14 21:55:30
1,132,020,000
closed fixed
49a6176
1,132,280,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/ProviderFactory.java
Birt
4,047
115,023
Bug 115023 Dynamic Text can't be inserted via top menu, outline view and context menu.
Steps: 1.Create a Dynamic Text Actual Results: 1.Dynamic text can be created only via palette view Expected Results: 1.Dynamic text can be inserted via top menu, outline view and context menu.
2005-11-04 01:02:51
1,131,080,000
closed fixed
0879bbe
1,132,220,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/GlobalActionFactory.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/GeneralInsertMenuAction.java
Birt
4,048
116,648
Bug 116648 [Smoke][Regression]Embedded expression including <value-of> tag in text item doesn't work properly.
Description: Embedded expression including <value-of> tag in text item doesn't work properly. Steps to reproduce: 1. run attached text-embed-expression-value.xml Expected result: See attached golden file. Actual result: EmployeeID didn't show. Nov 16, 2005 12:00:20 PM org.eclipse.birt.report.engine.data.dte.DteDataEngine evaluate SEVERE: Invalid Javascript expression: var str="";var i; for(i=0;i&lt;row.EmployeeID;i++){ str=str+i+","; } str; missing ) after for-loop control
2005-11-16 07:20:11
1,132,140,000
closed wontfix
55564d7
1,132,220,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TextItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/TextItemDesign.java
Birt
4,049
111,644
Bug 111644 'Edit Data Set' dialog takes 10 minutes or longer to render
When editing a data set (i.e. changing or adding a computed column), for databases with many objects, the dialog may take 10 minutes to display. This effectively makes the UI impossible to work with because every change to the database query or computed columns is unreasonably expensive. I suggest that instead you can (1) only load database objects once per session and give users an option to refresh the display on demand or (2) don't highlight (activate) the Query node on the left hand side so that the user doesn't need to pay the price of loading the database objects every time they bring up the dialog if they just want to edit a computed column or (3) for the Query dialog, don't choose 'All' for the schemas selection - default to 'None' and make the user select the schema of choice. I am using Oracle 9.2 on a database with about 100 schemas.
2005-10-05 12:33:53
1,128,530,000
resolved fixed
2bc45f2
1,132,210,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/preferences/DateSetPreferencePage.java data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
4,050
116,564
Bug 116564 The title of hyperlink builder should be "Hyperlink Options", now it changes with settings.
Description: The title of hyperlink builder should be "Hyperlink Options", now it changes with settings. Steps to reproduce: 1. Set a label hyperlink as "www.actuate.com". 2. Click on "OK" then reopen hyperlink builder. Actual result: its title becomes "www.actuate.com". Expected result: hyperlinke builder title should be "Hyperlink Options".
2005-11-15 22:06:15
1,132,110,000
closed fixed
9cf4d86
1,132,210,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java
Birt
4,051
116,609
Bug 116609 [Regression]Color orange doesn't work.
Description: Color orange doesn't work. Steps to reproduce: 1. Insert a report item. 2. Set color or background color to orange. 3. Preview. Expected result: Orange color works. Actual result: It didn't work.
2005-11-16 01:42:00
1,132,120,000
closed fixed
83dd644
1,132,210,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/AbstractColorManager.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/css/CSSValueConstants.java
Birt
4,052
116,164
Bug 116164 Preview paginated html file in external browser(IE) will throw IE system error.
Description: Preview paginated html file in external browser(IE) will throw IE system error. Steps to reproduce: 1. Preview attached file in external browser(IE/Firefox) 2. Select print preview Expected result: Preview correct and no errors. Actual result: IE: Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience. Firefox: Only showed the first page and the first item. Other contents could not be seen.
2005-11-13 21:49:22
1,131,940,000
closed fixed
6373b5f
1,132,210,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/css/dom/ComputedStyle.java
Birt
4,053
116,404
Bug 116404 [Regression]Color Palette doesn't work properly
Description: Color Palette doesn't work properly. Steps to reproduce: 1. Run attached file color-palette.xml 2. Preview Expected result: See attached golden file. Actual result: It doesn't work.
2005-11-15 03:56:57
1,132,050,000
closed fixed
82e25ed
1,132,190,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
4,054
116,424
Bug 116424 [Regression]Translation doesn't work in help text of data item.
Description: Translation doesn't work in help text of data item. Steps to reproduce: 1. run attached file grid-data-action-de_DE.xml using ReportRunner and set locale to de_DE Expected result: See attached golden file. Actual result: Help text set in the data after the second label still display english words.
2005-11-15 06:22:37
1,132,050,000
closed fixed
b811fd8
1,132,130,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/ILabelContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/DataContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/LabelContent.java
Birt
4,055
115,960
Bug 115960 Datetime values retrieved from table show different format in dynamic text item and data/text item
Description: Datetime values retrieved from table show different format in dynamic text item and data/text item Steps to reproduce: 1. Insert a text, data, dynamic text item 2. Input new Date() as content for three items. 3 Save and preview. Expected result: They show the same form. Actual result: Data and text item were the same but dyanmic text was different.
2005-11-10 23:03:50
1,131,680,000
closed fixed
1932ac5
1,132,130,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java
Birt
4,056
115,606
Bug 115606 Invalid html tag for SVG output
When generating SVG content in html output, Report Engine currently uses [width="xxx" height="xxxx"] as the html tag, which results in the wrong effect in browser. but when generating ordinary image content, it uses [style="width:xxxx;height:xxxx"] which shows the correct size. Expcected Report Engine also uses the html style tag to ouptut the SVG content.
2005-11-09 04:35:20
1,131,530,000
closed fixed
eab061d
1,132,120,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java
Birt
4,057
116,418
Bug 116418 [Regression]NullPointException throws when run date-format.xml.
Description: NullPointException throws when run date-format.xml. Steps to reproduce: 1. Run attached file date-format.xml Expected result: No Exception. Actual result: ARNING: Illegal pattern character 'e' java.lang.IllegalArgumentException: Illegal pattern character 'e' at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:675) at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:494) at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:443) at org.eclipse.birt.core.format.DateFormatter.applyPattern (DateFormatter.java:262) at org.eclipse.birt.core.format.DateFormatter.<init> (DateFormatter.java:96) at org.eclipse.birt.report.engine.executor.ExecutionContext.getDateFormatter (ExecutionContext.java:869) at org.eclipse.birt.report.engine.presentation.LocalizedEmitter.startData (LocalizedEmitter.java:194) at org.eclipse.birt.report.engine.presentation.WrappedEmitter.startData (WrappedEmitter.java:284) at org.eclipse.birt.report.engine.presentation.HtmlPaginateEmitter.startData (HtmlPaginateEmitter.java:210) at org.eclipse.birt.report.engine.executor.DataItemExecutor.execute (DataItemExecutor.java:101) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitDataItem (ReportExecutorVisitor.java:151) at org.eclipse.birt.report.engine.ir.DataItemDesign.accept (DataItemDesign.java:68) at org.eclipse.birt.report.engine.executor.GridItemExecutor.executeCell (GridItemExecutor.java:257) at org.eclipse.birt.report.engine.executor.GridItemExecutor.executeRow (GridItemExecutor.java:193) at org.eclipse.birt.report.engine.executor.GridItemExecutor.execute (GridItemExecutor.java:123) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitGridItem (ReportExecutorVisitor.java:166) at org.eclipse.birt.report.engine.ir.GridItemDesign.accept (GridItemDesign.java:117) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute (ReportExecutor.java:158) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:151) at org.eclipse.birt.report.engine.api.ReportRunner.executeReport (ReportRunner.java:178) at org.eclipse.birt.report.engine.api.ReportRunner.execute (ReportRunner.java:115) at org.eclipse.birt.report.engine.api.ReportRunner.main (ReportRunner.java:86) Nov 15, 2005 6:37:00 PM org.eclipse.birt.core.format.DateFormatter format WARNING: null java.lang.NullPointerException at org.eclipse.birt.core.format.DateFormatter.format (DateFormatter.java:280) at org.eclipse.birt.report.engine.presentation.LocalizedEmitter.startData (LocalizedEmitter.java:196) at org.eclipse.birt.report.engine.presentation.WrappedEmitter.startData (WrappedEmitter.java:284) at org.eclipse.birt.report.engine.presentation.HtmlPaginateEmitter.startData (HtmlPaginateEmitter.java:210) at org.eclipse.birt.report.engine.executor.DataItemExecutor.execute (DataItemExecutor.java:101) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitDataItem (ReportExecutorVisitor.java:151) at org.eclipse.birt.report.engine.ir.DataItemDesign.accept (DataItemDesign.java:68) at org.eclipse.birt.report.engine.executor.GridItemExecutor.executeCell (GridItemExecutor.java:257) at org.eclipse.birt.report.engine.executor.GridItemExecutor.executeRow (GridItemExecutor.java:193) at org.eclipse.birt.report.engine.executor.GridItemExecutor.execute (GridItemExecutor.java:123) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitGridItem (ReportExecutorVisitor.java:166) at org.eclipse.birt.report.engine.ir.GridItemDesign.accept (GridItemDesign.java:117) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute (ReportExecutor.java:158) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:151) at org.eclipse.birt.report.engine.api.ReportRunner.executeReport (ReportRunner.java:178) at org.eclipse.birt.report.engine.api.ReportRunner.execute (ReportRunner.java:115) at org.eclipse.birt.report.engine.api.ReportRunner.main (ReportRunner.java:86) Nov 15, 2005 6:37:00 PM org.eclipse.birt.core.format.DateFormatter format
2005-11-15 05:42:50
1,132,050,000
closed fixed
7685963
1,132,120,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/BIRTPropertyManagerFactory.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/CSSEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/StringValue.java
Birt
4,058
116,379
Bug 116379 Equals(object) method in class StringValue doesn't process the condition when value is null.
Description: Equals(object) method in class StringValue doesn't process the condition when value is null. Steps to reproduce: 1. Run attached file number_format.xml through ReportRunner Expected result: No Exception Actual result: SEVERE: An error happened while running the report. Cause: java.lang.NullPointerException at org.eclipse.birt.report.engine.css.engine.value.StringValue.equals (StringValue.java:68) at org.eclipse.birt.report.engine.css.dom.StyleDeclaration.equals (StyleDeclaration.java:94) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.assignStyleName (EngineIRVisitor.java:1418) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.setupStyledElement (EngineIRVisitor.java:869) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.setupReportItem (EngineIRVisitor.java:1084) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.visitDataItem (EngineIRVisitor.java:641) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitDataItem (DesignVisitor.java:680) at org.eclipse.birt.report.model.elements.DataItem.apply (DataItem.java:59) at org.eclipse.birt.report.model.api.DesignVisitor.apply (DesignVisitor.java:90) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.visitCell (EngineIRVisitor.java:883) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitCell (DesignVisitor.java:764) at org.eclipse.birt.report.model.elements.Cell.apply(Cell.java:92) at org.eclipse.birt.report.model.api.DesignVisitor.apply (DesignVisitor.java:90) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.visitRow (EngineIRVisitor.java:845) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitRow (DesignVisitor.java:788) at org.eclipse.birt.report.model.elements.TableRow.apply (TableRow.java:93) at org.eclipse.birt.report.model.api.DesignVisitor.apply (DesignVisitor.java:90) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.visitGrid (EngineIRVisitor.java:688) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitGrid (DesignVisitor.java:800) at org.eclipse.birt.report.model.elements.GridItem.apply (GridItem.java:139) at org.eclipse.birt.report.model.api.DesignVisitor.apply (DesignVisitor.java:90) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.visitReportDesign (EngineIRVisitor.java:275) at org.eclipse.birt.report.model.api.DesignVisitor$Forwarder.visitReportDesign (DesignVisitor.java:862) at org.eclipse.birt.report.model.elements.ReportDesign.apply (ReportDesign.java:76) at org.eclipse.birt.report.model.api.DesignVisitor.apply (DesignVisitor.java:90) at org.eclipse.birt.report.engine.parser.EngineIRVisitor.translate (EngineIRVisitor.java:213) at org.eclipse.birt.report.engine.parser.ReportParser.parse (ReportParser.java:111) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:150) at org.eclipse.birt.report.engine.api.ReportRunner.executeReport (ReportRunner.java:178) at org.eclipse.birt.report.engine.api.ReportRunner.execute (ReportRunner.java:115) at org.eclipse.birt.report.engine.api.ReportRunner.main (ReportRunner.java:86) Picked up _JAVA_OPTIONS: -Dawt.toolkit=mercury.awt.awtSW -Xrunmicsupp - Xbootclasspath/a:C:\PROGRA~1\COMMON~1\MERCUR~1\SHARED~1\JAVAAD~1 \classes;C:\PROGRA~1\COMMON~1\MERCUR~1\SHARED~1\JAVAAD~1\classes\mic.jar
2005-11-15 01:24:53
1,132,040,000
closed fixed
c7cb6a4
1,132,050,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/StringValue.java
Birt
4,059
115,442
Bug 115442 Styles in themes can't be applied to a report.
Description: Styles in themes can't be applied to a report. Steps to reproduce: 1. Create a library file and add a theme in it. 2. Add some styles in the theme. 3. Include this library in a design file. 4. Select a theme in property editor. 5. Pull down style list. Actual result: style names are not displayed in list and it can't be applied in this report.
2005-11-08 01:35:35
1,131,430,000
closed fixed
8a526fe
1,132,050,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/attributes/providers/ChoiceSetFactory.java
Birt
4,060
115,769
Bug 115769 [Acceptance]Background style defined in predefined table-detail/table-footer/table-header/list-detail/footer/header doesn't work.
Description: Background style defined in predefined table-detail/table-footer/table- header/list-detail/footer/header doesn't work. Steps to reproduce: 1. Insert a list and table 2. Add predefined style for table-detail/footer/header, list- detail/footer/header, in style builder, set background color. 3. Save and preview Expected result: Background style can be applied to corresponding part automatically. Actual result: No background style take effect.
2005-11-10 03:11:48
1,131,610,000
closed fixed
116d8de
1,132,030,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java
Birt
4,061
115,777
Bug 115777 Map rule params.p1(default value new Date("1/1/2000")) equal to new Date("1/1/2000") doesn't work.
Description: Map rule params.p1(default value new Date("1/1/2000")) equal to new Date ("1/1/2000") doesn't work. Steps to reproduce: 1.Insert a data item with content "my data" and new a report parameter, datetime type with default value new Date("1/1/2000)" 2. New a style, add a map rule with params.p1(default value new Date ("1/1/2000")) equal to new Date("1/1/2000"), display value is "my date" 3. Save and preview Expected result: my date Actual result: my data
2005-11-10 03:41:20
1,131,610,000
closed fixed
223285a
1,132,020,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IDataContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/DataContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteDataEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/DataItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/StyledItemExecutor.java
Birt
4,062
116,161
Bug 116161 Dynamic text can't be added to the library by dragging from the palette to the outline view.
Description: Dynamic text can't be added to the library by dragging from the palette to the outline view. Steps to reproduce: 1. Drag a dynamic text item from palette to outline view. 2. It is forbidden.
2005-11-13 21:39:14
1,131,940,000
closed fixed
71aff36
1,131,960,000
UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/views/outline/dnd/LibraryDropListener.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palette/BasePaletteFactory.java
Birt
4,063
115,940
Bug 115940 Unclear "LIKE" operator pattern syntax
The "LIKE" operator used to build BIRT filters (for data sets and tables) does not accept SQL patterns, and there is no documentation on what syntax it uses. To fix this and to provide a way to do simply filtering, (1) We need a simple SQL-like pattern matching capability since its earlier to use and satisfies perhaps 90% of search requirements. We should therefore modify the operator LIKE to accept the least common denominator of various RDBMS implementation of this operator: the pattern uses % to match 0 or more of any characters, _ to match exactly one character, and \ as escape character. All other characters are matched case-sensitively. (2) Use Javascript syntax (which is Perl-like) for complex regular expression matching. We should introduce a new operator, MATCH, whose right operand is a regular expression as defined in the EMCAScript Specification.
2005-11-10 19:55:53
1,131,670,000
resolved fixed
5461f3b
1,131,750,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/IConditionalExpression.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java
Birt
4,064
115,739
Bug 115739 Incorrect Data Type Getter Method may be used in retrieivng ODA output parameter value
The ODA consumer may have incorrect ODA data type mapped to a custom ODA driver's query output parameter. This in turn triggers calling the wrong data type getter method (IAdvancedQuery.get<Type>). This bug occurs only if a custom ODA run-time driver supports * IParameterMetaData, * an executed query has output parameters, and * no BIRT data type is specified for the output parameter in a ROM DataSet definition
2005-11-09 22:32:50
1,131,590,000
resolved fixed
a24fb58
1,131,740,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Connection.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/ParameterMetaData.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/PreparedStatement.java
Birt
4,065
115,742
Bug 115742 NPE thrown out when click import library in library explorer
description: NPE thrown out when click import library in library explorer steps to reproduce: 1. in library explorer,right click on an library 2. choose import library actual result: NPE thrown out expected result: No exception thrown out exception stack trace: java.lang.NullPointerException at org.eclipse.birt.report.designer.ui.lib.explorer.action.AddSelectedLibToCurrent ReportDesignAction.run(AddSelectedLibToCurrentReportDesignAction.java:68) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:538) 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:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) 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(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: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)
2005-11-09 22:34:27
1,131,590,000
closed fixed
57dbcd4
1,131,690,000
UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/AddSelectedLibToCurrentReportDesignAction.java
Birt
4,066
115,736
Bug 115736 Can not return Normal Page
Details: Cannot return Normal Page after extends a element and goto source page Step: 1.New a library and insert a label. 2.Open a report and include the library. 3.Extends the label in library into layout and save. 4.Goto Source Page and return to Normal Page. Actual result: A error pop up:"Source Page has errors. Other pages cannot be used unitl these errors are corrected." Expected result: Return to Normal Page
2005-11-09 22:20:02
1,131,590,000
closed fixed
bf85fec
1,131,690,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ReportElementState.java
Birt
4,067
110,814
Bug 110814 class.getPackage( ) returns NULL in Orion Server
I cannot deploy Eclipse Birt into Orion application server due to a known bug in Orion - someClass.getPackage( ) returns null. The following files need to be fixed to eliminate this problem: org.eclipse.birt.report.data.oda.jdbc\src\org\eclipse\birt\report\data\oda\jdbc\OdaJdbcDriver.java org.eclipse.birt.report.data.oda.jdbc\test\org\eclipse\birt\report\data\oda\jdbc\LogConfigurationTest.java org.eclipse.birt.report.model\src\org\eclipse\birt\report\model\api\util\ParameterValidationUtil.java org.eclipse.birt.report.model\src\org\eclipse\birt\report\model\i18n\ModelMessages.java org.eclipse.birt.report.model\test\org\eclipse\birt\report\model\i18n\ResourceHandleTest.java It's safer to use the following: SomeClass.class.getName().substring(0, SomeClass.class.getName().lastIndexOf("."))
2005-09-27 11:11:30
1,127,830,000
verified fixed
cd5584d
1,131,610,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/OdaJdbcDriver.java
Birt
4,068
114,460
Bug 114460 Chart Format color is not accurate
details: Chart Format color is not accurate steps to reproduce: 1.New a design report. 2.Drop a chart 3.Select Pie Chart 4.In Format Chart, Series--Orthogonal Series, Select Leader Line--Color 5.Click other area that is not belong to eclipse actual result: An error message pop up:An error has occured.See error log for more details. expected result: No error.
2005-10-31 22:50:56
1,130,820,000
closed fixed
4d37a9e
1,131,600,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillChooserComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/HeadStyleChooserComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LineStyleChooserComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LineWidthChooserComposite.java
Birt
4,069
115,418
Bug 115418 "LibraryView.defaultText.notAvailable" is displayed in library explorer when creating a new rptlibrary file.
Description: "LibraryView.defaultText.notAvailable" is displayed in library explorer when creating a new rptlibrary file. Steps to reproduce: 1. Create/Open a library file. 2. Open library explorer view. Actual result: "LibraryView.defaultText.notAvailable" is displayed.
2005-11-07 21:59:22
1,131,420,000
closed fixed
473d6ae
1,131,600,000
UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerView.java
Birt
4,070
115,417
Bug 115417 NPE thrown out when new a data source after insert a chart to library
description: NPE thrown out when new a data source after insert a chart to library steps to reproduce: 1.drag a chart to library 2.click ok to close chart builder 3.set chart name to be "chart1" in property editor 4.new a data source actual result: NPE thrown out expected result: No exception thrown out exception stack trace: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:2942) at org.eclipse.swt.SWT.error(SWT.java:2865) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716) 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(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: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: java.lang.NullPointerException at org.eclipse.birt.report.designer.ui.views.attributes.AtrributesBuilder.isSameTy pe(AtrributesBuilder.java:239) at org.eclipse.birt.report.designer.ui.views.attributes.AtrributesBuilder.getPageG enerator(AtrributesBuilder.java:80) at org.eclipse.birt.report.designer.ui.views.attributes.AtrributesBuilder.createPa ges(AtrributesBuilder.java:67) at org.eclipse.birt.report.designer.ui.views.attributes.AttributeView.resetTabFold er(AttributeView.java:235) at org.eclipse.birt.report.designer.ui.views.attributes.AttributeView.handleSelect ionChanged(AttributeView.java:455) at org.eclipse.birt.report.designer.ui.views.attributes.AttributeView.performReque st(AttributeView.java:425) at org.eclipse.birt.report.designer.core.util.mediator.ReportMediator.notifyReques t(ReportMediator.java:128) at org.eclipse.birt.report.designer.internal.ui.editors.parts.DeferredGraphicalVie wer$1.run(DeferredGraphicalViewer.java:337) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:123) ... 18 more
2005-11-07 21:58:08
1,131,420,000
closed fixed
e56da02
1,131,520,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ElementFactory.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/table/LayoutSlot.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/GroupElement.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/TableItem.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ModuleReader.java
Birt
4,071
115,424
Bug 115424 [smoke]Data can't be previewed when imported from library
description: Data can't be previewed when imported from library steps to reproduce: 1.insert a data element to library 2.bind data to a data set 3.choose a data field to bind to data element 4.import library to a report 5.drag data to report 6.preview actual result: " iO3EI OU iIo: - report OO iIo: report iIo 0 : data.engine.UndefinedDataSet ( 1 IIeI EAI: I OaEy34Y14 Ey34Y14 - Data OO iIo: null iIo 0 : Failed to evaluate row["DateOfEntry"] ( 1 IIeI EAI: Failed to evaluate row["DateOfEntry"]ReferenceError: "row" is not defined. (#1)" appears when preview expected result: data can be previewed
2005-11-07 22:34:59
1,131,420,000
closed fixed
38b8d69
1,131,430,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteDataEngine.java
Birt
4,072
115,270
Bug 115270 [smoke]NPE thrown out when double click image imported from library
description: NPE thrown out when double click image imported from library steps to reproduce: 1. import a library to a report 2. drag the image in library to the report 3. double click the image actual result: NPE thrown out preview the report. there is no image avalable expected result: No exception thrown out exception stack trace: java.lang.NullPointerException at org.eclipse.birt.report.designer.internal.ui.util.graphics.ImageCanvas.loadImag e(ImageCanvas.java:343) at org.eclipse.birt.report.designer.internal.ui.dialogs.ImageBuilderDialog.preview (ImageBuilderDialog.java:498) at org.eclipse.birt.report.designer.internal.ui.dialogs.ImageBuilderDialog.initLis t(ImageBuilderDialog.java:622) at org.eclipse.birt.report.designer.internal.ui.dialogs.ImageBuilderDialog.swtichT oEmbeddedType(ImageBuilderDialog.java:472) at org.eclipse.birt.report.designer.internal.ui.dialogs.ImageBuilderDialog.switchT o(ImageBuilderDialog.java:259) at org.eclipse.birt.report.designer.internal.ui.dialogs.ImageBuilderDialog.initDia log(ImageBuilderDialog.java:561) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open (BaseDialog.java:137) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ImageE ditPart.performDirectEdit(ImageEditPart.java:217) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ImageE ditPart.performRequest(ImageEditPart.java:200) at org.eclipse.gef.tools.SelectEditPartTracker.performOpen (SelectEditPartTracker.java:187) at org.eclipse.gef.tools.SelectEditPartTracker.handleDoubleClick (SelectEditPartTracker.java:129) at org.eclipse.gef.tools.AbstractTool.mouseDoubleClick (AbstractTool.java:944) at org.eclipse.gef.tools.SelectionTool.mouseDoubleClick (SelectionTool.java:502) at org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:204) at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked (DomainEventDispatcher.java:285) at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick (LightweightSystem.java:518) 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:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) 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(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: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)
2005-11-07 03:05:52
1,131,350,000
closed fixed
4c8b2e0
1,131,420,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ElementFactory.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/table/LayoutUtil.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/elements/TableItem.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ReportElementState.java
Birt
4,073
115,129
Bug 115129 Import CSS Style Sheets dialog box should limit files to .css files
Currently, when I press the Browse button on the Import CSS Style Sheets dialog the file type filter says, "*.*". Please consider instead using "*.css" since this is for importing CSS style sheet files.
2005-11-04 14:21:18
1,131,130,000
closed fixed
8d54851
1,131,360,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/WizardSelectCssStylePage.java
Birt
4,074
109,455
Bug 109455 After deleting an embeded image, "Insert in layout" is not grayed out in context menu of outline view.
Description: After deleting an embeded image, "Insert in layout" is not grayed out in context menu of outline view. Steps to reproduce: 1. Add an embeded image in outline view. 2. Delete this image and right click mouse. Actual result: in context menu, "insert in layout" is not grayed out but if you select it, it doesn't take effect.
2005-09-13 21:43:51
1,126,660,000
closed fixed
c59e5f8
1,131,090,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java
Birt
4,075
109,031
Bug 109031 Content can't be deleted if multi select cells and delete if one cell doesn't contain report element
details: Content can't be deleted if multi select cells and then delete steps to reproduce: 1.multi select two cells in a table, one of which contains an report element, the other contains nothing 2.press delete actual result: the report element won't disappear expected result: If multi select cells of a table, press delete. All the content in table cells should disappear.
2005-09-08 02:43:39
1,126,160,000
closed fixed
71342b9
1,131,080,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/commands/DeleteCommand.java
Birt
4,076
114,886
Bug 114886 [Acceptance]Font setting changes in highlight Editor everytime you reopen it.
Description: Font setting(such as Cursive) changes in highlight Editor everytime you open it. Steps to reproduce: 1. Insert a data item 2. Add a highlight rule for it, set Font to Cursive and click Ok 3. Double click to reopen the highlight Editor, font changed to Monospace, click OK 4. Double click to reopen the highlight Editor, font changed to Serif, click OK 5. Repeat step4, font changed back to Cursive. Expected result: While edit the highligh rule, it displays the customer's setting. Actual result: The customer's font setting changed.
2005-11-03 04:34:41
1,131,010,000
closed fixed
7ca10c4
1,131,010,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/attributes/providers/ChoiceSetFactory.java
Birt
4,077
114,882
Bug 114882 Exception is thrown when set invalid font size in Source
Description: Exception is thrown when set invalid font size in Source Steps to reproduce: 1. Insert a report item. 2. Select it and set font size to -1pt in Property Editor, press enter. 3. Transfer to Source, set font size to -1pt and save the report. Expected result: Error dialog about the invalid size value shows up. Actual result: In step 2, we got a birt exception: A Birt exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Model Plug-in ID:org.eclipse.birt.report.model Version:1.0.1 Error Code:Error.PropertyValueException.NON_POSITIVE_VALUE Error Message:Value "-1pt" for property "fontSize" is invalid, the value should be positive. It's expected behavior. But in step 3, we got org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Argument not valid) at org.eclipse.swt.SWT.error(SWT.java:2942) at org.eclipse.swt.SWT.error(SWT.java:2865) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.runEventLoop (EventLoopProgressMonitor.java:123) at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.isCanceled (EventLoopProgressMonitor.java:97) at org.eclipse.ui.texteditor.AbstractDocumentProvider$1 $SaveOperation.execute(AbstractDocumentProvider.java:610) at org.eclipse.ui.texteditor.AbstractDocumentProvider$DocumentProviderOperation.run (AbstractDocumentProvider.java:74) at org.eclipse.ui.texteditor.AbstractDocumentProvider.executeOperation (AbstractDocumentProvider.java:551) at org.eclipse.ui.texteditor.AbstractDocumentProvider.saveDocument (AbstractDocumentProvider.java:627) at org.eclipse.birt.report.designer.internal.ui.editor.context.DesignFileInputConte xt.doSave(DesignFileInputContext.java:126) at org.eclipse.birt.report.designer.internal.ui.editors.parts.AbstractMultiPageLayo utEditor.doSave(AbstractMultiPageLayoutEditor.java:469) at org.eclipse.ui.internal.SaveableHelper$1.run(SaveableHelper.java:95) at org.eclipse.ui.internal.SaveableHelper$2.run(SaveableHelper.java:116) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:346) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291) at org.eclipse.jface.window.ApplicationWindow$1.run (ApplicationWindow.java:624) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.window.ApplicationWindow.run (ApplicationWindow.java:621) at org.eclipse.ui.internal.WorkbenchWindow.run (WorkbenchWindow.java:2134) at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation (SaveableHelper.java:122) at org.eclipse.ui.internal.SaveableHelper.savePart (SaveableHelper.java:100) at org.eclipse.ui.internal.EditorManager.savePart (EditorManager.java:1149) at org.eclipse.ui.internal.WorkbenchPage.savePart (WorkbenchPage.java:2673) at org.eclipse.ui.internal.WorkbenchPage.saveEditor (WorkbenchPage.java:2686) at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:69) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.commands.ActionHandler.execute (ActionHandler.java:117) at org.eclipse.core.commands.Command.execute(Command.java:311) at org.eclipse.core.commands.ParameterizedCommand.execute (ParameterizedCommand.java:396) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand (WorkbenchKeyboard.java:459) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press (WorkbenchKeyboard.java:781) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent (WorkbenchKeyboard.java:828) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings (WorkbenchKeyboard.java:550) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3 (WorkbenchKeyboard.java:493) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent (WorkbenchKeyboard.java:117) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:917) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:880) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:876) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1190) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3135) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3038) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3706) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1656) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2711) 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: java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:2926) at org.eclipse.swt.SWT.error(SWT.java:2865) at org.eclipse.swt.SWT.error(SWT.java:2836) at org.eclipse.swt.graphics.FontData.setHeight(FontData.java:464) at org.eclipse.swt.graphics.FontData.<init>(FontData.java:261) at org.eclipse.birt.report.designer.util.FontManager.getFont (FontManager.java:42) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportE lementEditPart.getFont(ReportElementEditPart.java:493) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.LabelEd itPart.refreshFigure(LabelEditPart.java:145) at org.eclipse.birt.report.designer.internal.ui.editors.notification.DeferredRefres hManager.markEditPartForRefreshVisuals(DeferredRefreshManager.java:107) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportE lementEditPart.refreshVisuals(ReportElementEditPart.java:510) at org.eclipse.gef.editparts.AbstractEditPart.refresh (AbstractEditPart.java:683) at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh (AbstractGraphicalEditPart.java:554) at org.eclipse.gef.editparts.AbstractEditPart.addNotify (AbstractEditPart.java:232) at org.eclipse.gef.editparts.AbstractGraphicalEditPart.addNotify (AbstractGraphicalEditPart.java:212) at org.eclipse.gef.editparts.AbstractEditPart.addChild (AbstractEditPart.java:195) at org.eclipse.gef.editparts.AbstractEditPart.refreshChildren (AbstractEditPart.java:734) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportE lementEditPart.refreshChildrenFigures(ReportElementEditPart.java:520) at org.eclipse.birt.report.designer.internal.ui.editors.notification.DeferredRefres hManager.refreshChildrenEditParts(DeferredRefreshManager.java:70) at org.eclipse.birt.report.designer.internal.ui.editors.notification.DeferredRefres hManager.refreshEditParts(DeferredRefreshManager.java:41) at org.eclipse.birt.report.designer.internal.ui.editors.notification.ReportDeferred UpdateManager.performUpdate(ReportDeferredUpdateManager.java:32) at org.eclipse.draw2d.DeferredUpdateManager$UpdateRequest.run (DeferredUpdateManager.java:40) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:123) ... 64 more
2005-11-03 03:09:10
1,131,010,000
closed fixed
e2fdd25
1,131,010,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/FontManager.java
Birt
4,078
114,470
Bug 114470 [Smoke]Error message throws when using new Date("3/2/2005") as value in table filter.
Description: Error message throws when using new Date("3/2/2005") as value in table filter. Steps to reproduce: 1. New a datasource and a dataset containing datetime column. 2. Insert a table and new a filter based on the datetime column. 3. In value1, input new Date("..."). eg. new Date("3/2/2005") 4. Save and preview. Expected result: Filter works without errors. Actual result: There are errors on the report page: - There are error(s) in Table : table8 Error0 : data.engine.DataConversionError ( 1 time(s) )detail : An error happened in data type conversion.Can not convert it to Date.Can not convert it to Date.
2005-11-01 00:43:39
1,130,820,000
closed fixed
b10913b
1,130,990,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java
Birt
4,079
101,655
Bug 101655 Provide the ability to write custom event handlers on chart components.
There is added benefits to provide the ability to add custom event handlers on chart components such as legend items, title bar, axes, data points. This provides for a rich user experience. Consider the following use-case scenario: A line chart is generated with 10 datasets each of these datasets have 100 points. Visually the chart may be cluttered with data. The ability to filter out datasets during runtime can simply the visualization. One solution is to provide an event handler of a legend item. The event handler can be associated with the legend item of a data set to control the visibility of the data set within the plot area. The event is triggered by a "mouse down" event on the legend item. This is just one scenario. Potentially an exploiter of the chart framework can write custom event handlers to provide rich user experience.
2005-06-24 10:56:59
1,119,620,000
closed fixed
0596d5e
1,130,960,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/ISVGConstants.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java
Birt
4,080
113,047
Bug 113047 No chidren node listing when change data source for a data set in data set editor page of the query tab.
description: No chidren node listing when change data source for a data set in data set editor page of the query tab. steps to reproduce: 1. new a data set without SQL statement 2. in data set editor data source page. change data source 3. the new data source has no database/table /column information actual result: No chidren node listing when change data source for a data set in data set editor page of the query tab. Close the data set editor and reopen it. The children listed out. expected result: when change data source, new data source children list out
2005-10-19 03:02:54
1,129,710,000
closed fixed
a4a03fa
1,130,930,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
4,081
113,730
Bug 113730 Wrong relationship between cascading parameters
1.Create a datasource(sample), create a dataset(select * from CLASSICMODELS.ORDERS). 2.Create a cascading parameter,the parent parameter is ORDERNUMBER, the child parameter is ORDERDATE. 3.Pull the two parameters to the layout to preview. Click parameter dialog to change the values of the parameter, when change the parent parameter, the child parameter will not change to the corresponding value, while keep the last selected value.
2005-10-26 01:42:49
1,130,310,000
closed fixed
9153c7c
1,130,830,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/DeleteAction.java
Birt
4,082
119,720
Bug 119720 PII: unsupported escaped character in WebFacetInstallPage.properties
PII: unsupported escaped character in WebFacetInstallPage.properties contextRootLabel = Context Root\: contextRootLabelInvalid = Context Root (invalid)\: contentDirLabel = Content Directory\: contentDirLabelInvalid = Content Directory (invalid)\: sourceDirLabel = Java Source Directory\:
2005-12-07 14:55:46
1,133,990,000
closed fixed
4b8b5b4
1,130,830,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/IReportGraphicConstants.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/ReportPlatformUIImages.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java
Birt
4,083
113,055
Bug 113055 Dynamic image review button is expected to be disabeld if no image appears when click on it
description: Dynamic image review button is expected to be disabeld if no image appears when click on it steps to reproduce: 1. drag and image to layout view 2. select dynamic image radio box 3. click on binding to bind the image to a image data set column 4. click on Preview button actual result: no image appears when click on Preview button. expected result: if binary image from database can't be previewed in image builder, then disable the preview button. Or when click on preview button, image in data base should show up
2005-10-19 06:03:59
1,129,720,000
closed fixed
a08454f
1,130,830,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/internal/ui/views/actions/GlobalActionFactory.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/GlobalInsertRowAction.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/ReportPlugin.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/preferences/LibraryPreferencePage.java
Birt
4,084
113,210
Bug 113210 New report design has syntax error
Steps to reproduce: 1.Creat a new report 2.Add a sample database and dataset with table "ORDERS" 3.Drag the table into report 4.Close the report and reopen it Expected result: The report can be reopen Actual result: The report can't be reopened and the following errors shows up Error.DesignFileException.SYNTAX_ERROR - 15 errors found! Plug-in Provider:Eclipse.org Plug-in Name:BIRT Model Plug-in ID:org.eclipse.birt.report.model Version:1.0.1 Error Code:Error.DesignFileException.SYNTAX_ERROR Error Message:Error.DesignFileException.SYNTAX_ERROR - 15 errors found! 1.) ( line = 2186, tag = table) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Table is duplicate with that of report.Body[4].Columns[0]. ) 2.) ( line = 2199, tag = label) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Label is duplicate with that of report.Body[4].Header[0]. ) 3.) ( line = 2204, tag = label) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Label is duplicate with that of report.Body[4].Header[0].Cells[1]. ) 4.) ( line = 2209, tag = label) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Label is duplicate with that of report.Body[4].Detail[0]. ) 5.) ( line = 2214, tag = label) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Label is duplicate with that of report.Body[4].Detail[0].Cells[1]. ) 6.) ( line = 2219, tag = label) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Label is duplicate with that of report.Body[4].Footer[0]. ) 7.) ( line = 2224, tag = label) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Label is duplicate with that of report.Body[4].Footer[0].Cells[1]. ) 8.) ( line = 2229, tag = label) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Label is duplicate with that of Table.Columns[0]. ) 9.) ( line = 2238, tag = data) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Data is duplicate with that of Table.Columns[3]. ) 10.) ( line = 2243, tag = data) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Data is duplicate with that of Table.Columns[5]. ) 11.) ( line = 2248, tag = data) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Data is duplicate with that of Table.Header[0]. ) 12.) ( line = 2253, tag = data) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Data is duplicate with that of Table.Header[0].Cells[1]. ) 13.) ( line = 2258, tag = data) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Data is duplicate with that of Table.Header[0].Cells[3]. ) 14.) ( line = 2263, tag = data) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Data is duplicate with that of Table.Header[0].Cells[5]. ) 15.) ( line = 2268, tag = data) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.DUPLICATE_ELEMENT_ID, message : ID of the Data is duplicate with that of Table.Detail[0]. )
2005-10-20 06:03:15
1,129,800,000
closed fixed
d5b6c60
1,130,210,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/StringUtil.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/command/ContentRecord.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 model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/CellState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/GroupState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/LibraryState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ModuleParserHandler.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ReportElementState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/TableColumnState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/TableRowState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java
Birt
4,085
108,975
Bug 108975 Visibility Toggle - Chart Interactivity BPS 37
null
2005-09-07 15:01:54
1,126,120,000
closed fixed
117996d
1,130,180,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java
Birt
4,086
113,496
Bug 113496 Cascading parameter throw null pointer excpetion when try to preview
Steps: 1. Create a data source to sameple db. 2. Create a data set from customers 3. Create a cascading parameter with contry,state and city. 4. Preview it. 5. Select Australia, ok 6. Select Austria, get exception as following: at org.eclipse.birt.data.engine.impl.ResultIterator. groupKeyValuesEqual(ResultIterator.java:811) at org.eclipse.birt.data.engine.impl.ResultIterator. findGroup(ResultIterator.java:781) at org.eclipse.birt.report.engine.api.impl.GetParameterDefinitionTask. getSelectionChoicesForCascadingGroup(GetParameterDefinitionTask.java:606) at org.eclipse.birt.report.designer.internal.ui.dialogs. InputParameterDialog.getSelectionChoice(InputParameterDialog.java:621) at org.eclipse.birt.report.designer.internal.ui.dialogs. InputParameterDialog.buildChoiceList(InputParameterDialog.java:533) at org.eclipse.birt.report.designer.internal.ui.dialogs. InputParameterDialog.refreshCascadingParameter(InputParameterDialog.java:523) at org.eclipse.birt.report.designer.internal.ui.dialogs. InputParameterDialog.access$1(InputParameterDialog.java:513) at org.eclipse.birt.report.designer.internal.ui.dialogs. InputParameterDialog$4.modifyText(InputParameterDialog.java:493) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java: 187) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:844) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:868) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849) at org.eclipse.swt.widgets.Combo.removeAll(Combo.java:1029) at org.eclipse.birt.report.designer.internal.ui.dialogs. InputParameterDialog.buildChoiceList(InputParameterDialog.java:531) at org.eclipse.birt.report.designer.internal.ui.dialogs. InputParameterDialog.refreshCascadingParameter(InputParameterDialog.java:523) at org.eclipse.birt.report.designer.internal.ui.dialogs. InputParameterDialog.access$1(InputParameterDialog.java:513) at org.eclipse.birt.report.designer.internal.ui.dialogs. InputParameterDialog$4.modifyText(InputParameterDialog.java:493) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java: 187) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:844) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:868) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849) at org.eclipse.swt.widgets.Combo.wmCommandChild(Combo.java:2011) at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:3163) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3040) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3694) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1580) at org.eclipse.swt.widgets.Combo.callWindowProc(Combo.java:276) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3122) at org.eclipse.swt.widgets.Combo.windowProc(Combo.java:1741) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3694) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1656) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2701) 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.editors.parts. AbstractMultiPageLayoutEditor.prePreview(AbstractMultiPageLayoutEditor.java: 1100) at org.eclipse.birt.report.designer.internal.ui.editors.parts. AbstractMultiPageLayoutEditor.pageChange(AbstractMultiPageLayoutEditor.java:948) at org.eclipse.birt.report.designer.ui.editors.ReportEditor. pageChange(ReportEditor.java:170) at org.eclipse.ui.part.MultiPageEditorPart$2. widgetSelected(MultiPageEditorPart.java:200) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:844) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:868) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:853) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:661) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3138) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1922) 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:844) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3070) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2703) 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(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: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)
2005-10-23 23:39:22
1,130,130,000
resolved fixed
e4d55c8
1,130,140,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java
Birt
4,087
113,329
Bug 113329 Cascading Parameter Error
details: Cascading Parameter Group can not run steps to reproduce: 1.New Cascading Parameter 2.Set the Data set to "jdbc:jtds:sqlserver://spmdb:1433/test" and "select * from Account" 3.Select Value to "account_id" and Display Text to "account_id" 4.Select Display type to "List Box" 5.Set List Limit to "100" 6.Press OK and Preview 7.Select the parmeter and press OK actual result: It is error and said "Some required parameter values are not set or set to incompatible data type." expected result: The Parameter is previewed.
2005-10-21 04:30:18
1,129,880,000
closed fixed
8d5f32d
1,129,890,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java
Birt
4,088
113,320
Bug 113320 NullPointException is thrown when preview a float type dynamic parameter.
Description: NullPointException is thrown when click Show Report Parameter button after preview a float type dynamic parameter. Steps to reproduce: 1. New a datasource(sqlserver) and dataset(account),same as scr #113317 2. New a dynamic parameter with listbox type, Select value column:account_id, Select display text: account_nm. 3. Drag the parameter to Layout 4. Preview. (Select value from the list but OK button keeps gray) 5. Set allow null option for the parameter. 6. Preview. 7. Click Show Report Parameters button. Expected result: 1. In step 4, I can select a value and click OK to preview. 2. In step 7, the Parameter dialog shows up. Actual result: 1. In step 4, OK button keeps gray. 2. In step 7, NullPointException as below: ava.lang.NullPointerException at org.eclipse.birt.report.designer.internal.ui.dialogs.InputParameterDialog.isPara meterRequired(InputParameterDialog.java:985) at org.eclipse.birt.report.designer.internal.ui.dialogs.InputParameterDialog.rendSc alarParameter(InputParameterDialog.java:299) at org.eclipse.birt.report.designer.internal.ui.dialogs.InputParameterDialog.render ParameterWidgets(InputParameterDialog.java:209) at org.eclipse.birt.report.designer.internal.ui.dialogs.InputParameterDialog.create DialogArea(InputParameterDialog.java:168) at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:687) at org.eclipse.jface.window.Window.create(Window.java:418) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:996) at org.eclipse.birt.report.designer.internal.ui.editors.preview.PreviewEditor$1.mou seDown(PreviewEditor.java:298) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:133) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) 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)
2005-10-21 02:46:32
1,129,880,000
closed fixed
54aeaba
1,129,890,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportParameterConverter.java
Birt
4,089
113,058
Bug 113058 error message appears when preview dynamic image
description: error message appears when preview dynamic image steps to reproduce: 1. new a dynamic image (see attached) 2. preview actual result: image appears with an error message "There are errors on the report page: - There are error(s) in Image:null Error0 : data.engine.InvalidJSExpr(1 time)detail: Invalid Javascript expression: nullThe expression cannot be null or emptyThe expression cannot be null or empty" appears expected result: no error message appears when preview dynamic image
2005-10-19 06:16:55
1,129,720,000
closed fixed
513b0cb
1,129,860,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
4,090
111,302
Bug 111302 Output file handle remains open after engine is destroyed
I am running BIRT under the spring framework in Tomcat. This behavior is the same when running in Eclipse. I am creating a PDF file on disk. The file gets created, however, even though the engine has been destroyed, the file remains open. Since after the report is generated we are trying to email it and delete it, the email thread can't get access to the file to read or delete it. Adobe can't open it either. Once the process in Tomcat or Apache has terminated, the file is flushed and it's handle closed. Shouldn't the file handle be closed and the file resources released once the engine is destroyed?
2005-10-02 13:09:41
1,128,270,000
resolved fixed
7fdff97
1,129,710,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/i18n/MessageConstants.java
Birt
4,091
107,961
Bug 107961 NullPointerException is thrown out when dragging a data set from data explorer view into layout view in an old design file.
Description: NullPointerException is thrown out when double click on a data set in an old design file. Steps to reproduce: 1. Open attached design file. 2. Drag "DSet_Oracle" from data explorer view into layout view. Actual result: NPE is thrown out. java.lang.NullPointerException at org.eclipse.birt.report.data.oda.jdbc.Connection.newQuery (Connection.java:90) at org.eclipse.birt.data.engine.odaconsumer.manager.OdaConnection.newQuery (OdaConnection.java:464) at org.eclipse.birt.data.engine.odaconsumer.Connection.prepareOdaQuery (Connection.java:217) at org.eclipse.birt.data.engine.odaconsumer.Connection.prepareStatement (Connection.java:155) at org.eclipse.birt.data.engine.executor.DataSource.prepareStatement (DataSource.java:187) at org.eclipse.birt.data.engine.executor.DataSourceQuery.prepare (DataSourceQuery.java:290) at org.eclipse.birt.data.engine.impl.PreparedExtendedDSQuery$ExtendedDSQueryExecut or.prepareOdiQuery(PreparedExtendedDSQuery.java:253) at org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.prepareExecution (PreparedQuery.java:493) at org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.access$000 (PreparedQuery.java:382) at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare (PreparedQuery.java:167) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute (PreparedDataSourceQuery.java:137) at org.eclipse.birt.report.designer.internal.ui.util.DataSetManager.execute (DataSetManager.java:239) at org.eclipse.birt.report.designer.internal.ui.util.DataSetManager.getColumns (DataSetManager.java:191) at org.eclipse.birt.report.designer.internal.ui.util.DataSetManager.getColumns (DataSetManager.java:132) at org.eclipse.birt.report.designer.internal.ui.dnd.InsertInLayoutUtil.performInse rtDataSet(InsertInLayoutUtil.java:599) at org.eclipse.birt.report.designer.internal.ui.dnd.InsertInLayoutUtil.performInse rt(InsertInLayoutUtil.java:391) at org.eclipse.birt.report.designer.internal.ui.dnd.InsertInLayoutUtil.performMult iInsert(InsertInLayoutUtil.java:485) at org.eclipse.birt.report.designer.internal.ui.dnd.InsertInLayoutUtil.performInse rt(InsertInLayoutUtil.java:410) at org.eclipse.birt.report.designer.internal.ui.dnd.InsertInLayoutUtil.performInse rt(InsertInLayoutUtil.java:441) at org.eclipse.birt.report.designer.internal.ui.palette.BasePaletteFactory$DataSet ToolExtends.preHandleMouseUp(BasePaletteFactory.java:532) at org.eclipse.birt.report.designer.internal.ui.palette.ReportTemplateTransferDrop TargetListener.handleDrop(ReportTemplateTransferDropTargetListener.java:176) at org.eclipse.gef.dnd.AbstractTransferDropTargetListener.drop (AbstractTransferDropTargetListener.java:170) at org.eclipse.jface.util.DelegatingDropAdapter$3.run (DelegatingDropAdapter.java:211) 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.util.DelegatingDropAdapter.drop (DelegatingDropAdapter.java:209) at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:65) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:660) at org.eclipse.swt.dnd.DropTarget.notifyListeners(DropTarget.java:480) at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:405) at org.eclipse.swt.dnd.DropTarget.access$7(DropTarget.java:350) at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:236) at org.eclipse.swt.internal.ole.win32.COMObject.callback6 (COMObject.java:117) at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method) at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:277) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:267) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:161) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) 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(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: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)
2005-08-25 01:35:02
1,124,950,000
closed fixed
37635a8
1,129,710,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Connection.java
Birt
4,092
112,279
Bug 112279 [Acceptance]Relative path doesn't work in image builder.
Description: Relative path doesn't work in image builder. Steps to reproduce: 1. New a report 2. copy one image file(**.jpg,etc) to the same path as the report. 3. Insert an image, input "**.jpg" below "Enter URI". 4. Save and preview. Expected result: Image displays when preview. Actual result: No images display.
2005-10-11 22:44:14
1,129,090,000
closed fixed
ef4c9c3
1,129,630,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ImageItemExecutor.java
Birt
4,093
112,299
Bug 112299 Y Axis-Label is set to unvisible, its title also be changed to unvisible.
Steps: 1.Create a bar chart 2.select Attributes-Y Axis-Labels 3.Untick Lable "Is visible" Actual Result: 1.Y Axis title can not be displayed Expected Result: 1.Y Axis label can not be displayed and title can be displayed.
2005-10-12 04:49:55
1,129,110,000
closed fixed
a013109
1,129,170,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/Object3D.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/Generator.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/style/IStyleProcessor.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/style/SimpleProcessor.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportStyleProcessor.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/AreaChart.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/BarChart.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/LineChart.java
Birt
4,094
106,437
Bug 106437 Copied embeded image(in outline)cannot be pasted in the same report
Description: Copied embeded image(in outline)cannot be pasted in the same report Steps to reproduce: 1.Insert an embeded image named image1 in outline 2.Copy it 3.Paste it in the same report Expected result: It is pasted with name "image2" or some other names Actual result: Paste grayed out in context menu. While such operation can be done to styles,items.
2005-08-09 03:16:41
1,123,570,000
closed fixed
efc0a31
1,129,100,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java
Birt
4,095
109,718
Bug 109718 Put large content in text item, the tips shows the content in one line
Steps to reproduce: 1.Insert a text in the layout, input " Contents 1. INTRODUCTION 3 2. MINOR ENHANCEMENTS 3 2.1 PROVIDE PROPERTY GROUP INFORMATION ON ELEMETNDEFN CLASS 3 2.2 COMPLETE THE TODO TASKS 3 2.3 REVIEW RESULT 3 2.4 MESSAGE FILE ENHANCEMENT 4 CURRENTLY WE STORE THE ERROR MESSAGE FOR EXCEPTIONS IN THE MESSAGE.PROPERTY FILE. SOME OF THE ERROR MESSAGE DOESN???T HAVE ENOUGH INFORMATION FOR USER TO IDENTIFY THE ERROR. THE PARAMETER FOR ELEMENT NAME AND PROPERTY NAME SHOULD BE PROVIDED. SOME OF THE ERROR MESSAGES ARE DUPLICATE. 4 2.5 ADD JAVASCRIPT OBJECT 4 2.6 SUPPORT DROP IN THE GROUP HEADER 4 2.7 PROVIDE UNDOABLE TRANSACTION 4 2.8 USER PROPERTY REVISION 5 2.9 HELP GUI TO FILTRATE THE UNNECESSARY NOTIFICATIONS 5 3. NEW FEATURES 5 3.1 RHINO EXPRESSION PARSER 5 3.2 STRUCTURE TYPE SUPPORT 6 3.3 NEW SYSTEM 6 4. ELEMENT EXTENSION 6 5. QA TEST SUPPORTING 7 " 2. Save and put mouse on the text item Expected Result: tips shows in given format Actual Result: tips shows in one line
2005-09-16 04:43:49
1,126,860,000
closed fixed
0c353db
1,128,770,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java
Birt
4,096
109,113
Bug 109113 Insert Text from top menu, edit text dialog can not be pop up.
Steps: 1.Open the outline view 2.Select top menu "Insert-Text" Actual Result: 1.Text is inserted, but edit text dialog can not be pop up. Expected Result: 1.Edit text dialog can be poped up.
2005-09-08 22:21:45
1,126,230,000
closed fixed
eddc2f0
1,128,760,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TextEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/processor/ElementProcessorFactory.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/GlobalInsertAction.java
Birt
4,097
110,682
Bug 110682 Pass-through of external context objects - BPS35
The BIRT engine is often embedded as part of a middle-tier application server, where the BIRT components are added to the mix of various J2EE components. During report run-time, some of these other components may instantiate context objects, which are served to the BIRT engine for its custom data source to use. The BIRT engine will thus need to pass through such external Java objects into the BIRT data source components for consumption. These context objects are assumed to be dynamically instantiated at report run-time, and are not statically defined in a report design. The scope of this project thus focuses on data source specific run-time Java objects which are instantiated external to BIRT, and are passed through to a custom data source provider plugged in the BIRT engine. Some examples of the types of external context objects that may be passed through to a BIRT data source provider include, an open JDBC connection, a pooled connection, user authorization keys, or query parameter values collected outside of BIRT.
2005-09-26 14:17:20
1,127,760,000
resolved fixed
5c91f63
1,128,740,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/DataEngine.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/impl/DataEngineImpl.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDataSourceQuery.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/odaconsumer/ConnectionManager.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odi/IDataSource.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Connection.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/OdaJdbcDriver.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java
Birt
4,098
108,804
Bug 108804 drivers won't be added successfully after deleted and then add it
details: drivers won't be added successfully after deleted and then add it steps to reproduce: 1. Open eclipse which contains jtds driver 2. In manage drivers dialog, delete jtds driver 3. Click Add to add jtds driver 4. Check the driver list in new data source dialog actual result: Jtds driver won't list in new data source dialog expected result: Jtds driver has been added
2005-09-05 22:52:09
1,125,980,000
closed fixed
13cfb24
1,127,470,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JarFile.java data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/Utility.java
Birt
4,099
109,699
Bug 109699 Eclipse hangs up when resizing chart preview window to minimum.
Description: Eclipse hangs up when resizing chart preview window to minimum. Steps to reproduce: 1.Create a chart. 2. In chart dialog, click on "preview" button. 3. Resize preview window to minimum. Actual result: Eclipse hangs up.
2005-09-15 23:43:35
1,126,840,000
closed fixed
594301d
1,127,450,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java
Birt
4,100
109,981
Bug 109981 No table in db2 but return a error.
details: Add a dataset by db2 datasource which has not table, and return a error dialog. steps to reproduce: 1.Add a db2 datasource which has not table in it. 2.Add a dataset depend on db2 datasource. actual result: An error dialog pop-up said: "An error has occurred. See error log for more details." And then, the Available Items and Sql wirte area disappear. expected result: It can write in sql language and can not show the table in Available Items.
2005-09-20 06:13:38
1,127,210,000
closed fixed
dfca913
1,127,290,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/provider/JdbcMetaDataProvider.java
Birt
4,101
103,982
Bug 103982 data.engine.core.DataException:Cannot convert parameter value
The Step of Reproduce: 1.Obtain the latest version of engine, model, data, etc of IRAD 2.Extract them to related eclipse workspace 3.Set Project as engine project, Program arguments as scalarparameter-datetime- dataset.xml, VM arguments set to -DBIRT_HOME="D:\workspace" -Xmx512M -ea and click Run button. Expected Result: There is no error in output Actual Result: Jul 15, 2005 5:38:09 PM org.eclipse.birt.report.engine.data.dte.DteDataEngine execute SEVERE: Cannot convert the parameter value [Thu Jun 01 02:00:00 GMT+08:00 2000] to type [class java.util.Date] Date org.eclipse.birt.data.engine.core.DataException: Cannot convert the parameter value [Thu Jun 01 02:00:00 GMT+08:00 2000] to type [class java.util.Date] Date at org.eclipse.birt.data.engine.executor.DataSourceQuery.convertToValue (DataSourceQuery.java:574) at org.eclipse.birt.data.engine.executor.DataSourceQuery.addParameterHints (DataSourceQuery.java:410) at org.eclipse.birt.data.engine.executor.DataSourceQuery.prepare (DataSourceQuery.java:298) at org.eclipse.birt.data.engine.impl.PreparedExtendedDSQuery$ExtendedDSQueryExecut or.prepareOdiQuery(PreparedExtendedDSQuery.java:243) at org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.prepareExecution (PreparedQuery.java:472) at org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.access$0 (PreparedQuery.java:444) at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare (PreparedQuery.java:171) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute (PreparedDataSourceQuery.java:137) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.execute (DteDataEngine.java:216) at org.eclipse.birt.report.engine.executor.ReportItemExecutor.openResultSet (ReportItemExecutor.java:140) at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute (TableItemExecutor.java:139) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitTableItem (ReportExecutorVisitor.java:360) at org.eclipse.birt.report.engine.ir.TableItemDesign.accept (TableItemDesign.java:72) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute (ReportExecutor.java:162) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:152) at org.eclipse.birt.report.engine.api.ReportRunner.executeReport (ReportRunner.java:174) at org.eclipse.birt.report.engine.api.ReportRunner.execute (ReportRunner.java:115) at org.eclipse.birt.report.engine.api.ReportRunner.main (ReportRunner.java:86) Caused by: org.eclipse.birt.core.exception.BirtException: Date at org.eclipse.birt.core.data.DataTypeUtil.toDate (DataTypeUtil.java:389) at org.eclipse.birt.core.data.DataTypeUtil.toDate (DataTypeUtil.java:681) at org.eclipse.birt.core.data.DataTypeUtil.toDate (DataTypeUtil.java:337) at org.eclipse.birt.data.engine.executor.DataSourceQuery.convertToValue (DataSourceQuery.java:559) ... 17 more
2005-07-15 05:46:01
1,121,420,000
closed fixed
f60be92
1,127,200,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java
Birt
4,102
109,356
Bug 109356 One more blank is created in Library which is save as
null
2005-09-13 02:31:16
1,126,590,000
closed fixed
f2977bf
1,127,190,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java
Birt
4,103
109,324
Bug 109324 DataSet element does not see Packages
DataSet element does not have Packages in scope. It is therefore impossible to reference any Java class from any of the DataSet or ScriptedDataSet methods.
2005-09-12 14:23:59
1,126,550,000
resolved fixed
ce45ecb
1,127,120,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedScriptDSQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedSubquery.java
Birt
4,104
106,269
Bug 106269 Cannot set a background image in a style
Eclipse 3.1, GEF 3.1, EMO-SDO-SDK 2.1.0, BIRT 1.0.1 GTK+ 2.6.8 (Debian Linux) 1. Open the report editor on a report 2. In the layout tab, right click in the report and choose Style > Add Style... 3. Choose Background in the list on the left 4. Click Browse 5. A file chooser dialog opens with a filter called "SWT image (gif, jpeg, png, ico, bmp)". 6. Navigate to a directory containing some png images -- none are displayed How is this FileDialog being created? What filter pattern is being used?
2005-08-05 21:22:00
1,123,290,000
resolved fixed
37f258c
1,127,120,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BgImageFieldEditor.java
Birt
4,105
109,473
Bug 109473 all the schema's objects have been fetched for one schema not only store procedure
details: all the schema's object has been fetched for one schema not only store procedure steps to reproduce: 1. connect to a Oracle database 2. open a schema's store procedure actual result: all the schema's object has been fetched for one schema not only store procedure
2005-09-14 02:33:15
1,126,680,000
closed fixed
d4e6470
1,127,120,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/provider/JdbcMetaDataProvider.java data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/Utility.java
Birt
4,106
109,574
Bug 109574 [Acceptance]Insert list to table group header will cause incorrect in detail data display
Description: Insert list to table group header will cause incorrect in detail data display Steps to reproduce: 1.Open attached file 2.Preview it in HTML Expected result: Data display correctly Actual result: Detail data in second group are incorrect.
2005-09-15 04:14:31
1,126,770,000
closed fixed
5f44ddf
1,126,840,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/MemoryCache.java
Birt
4,107
109,572
Bug 109572 (Acceptance)Untick "Is Visible" for Y Axis Lable, data is error
Steps: 1.Create a bar chart 2.Edit the chart, select Attributes-Y Axis-Labels 3.Untick "Is Visible" for Lable Actual Results: 1.Chart Preview error Expected Results: 1.Chart can be previewed correctly.
2005-09-15 04:05:54
1,126,770,000
closed fixed
182fcab
1,126,840,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java
Birt