issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
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.
closed fixed
2d5347c
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-23T09:52:52Z
2005-11-23T07:13:20Z
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.
closed fixed
95be62b
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-23T09:29:21Z
2005-11-23T01:40:00Z
117,650
Bug 117650 Unit test has error on 20051123
see attached.
closed fixed
7de288f
["UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/internal/ui/util/UIUtilUITest.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-23T08:53:01Z
2005-11-23T07:13:20Z
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
closed fixed
517d611
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-23T06:58:07Z
2005-11-23T07:13:20Z
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.
closed fixed
a467827
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/DeferredGraphicalViewer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-23T06:46:46Z
2005-11-18T07:46:40Z
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
closed fixed
b72bbb6
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultClass.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-23T06:11:53Z
2005-11-21T08:00:00Z
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.
closed fixed
c4ed7ef
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-23T03:16:35Z
2005-11-22T14:33:20Z
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'.
closed fixed
46353d2
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/ExportToLibraryAction.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-23T03:10:48Z
2005-11-22T09:00:00Z
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.
closed fixed
8d44ebe
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-23T03:05:40Z
2005-11-18T05:00:00Z
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
closed fixed
e6e498a
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-22T20:27:30Z
2005-11-22T09:00:00Z
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)
closed fixed
5a4a1be
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-22T20:12:42Z
2005-11-22T14:33:20Z
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.
closed fixed
4fa470b
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-22T19:19:27Z
2005-11-21T21:53:20Z
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!
resolved fixed
4fccf5e
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-22T19:01:06Z
2005-11-22T11:46:40Z
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".
closed fixed
63a039f
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-22T09:46:39Z
2005-11-21T05:13:20Z
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.
closed fixed
75e48be
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-22T08:09:22Z
2005-11-14T09:20:00Z
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."
closed fixed
f87270a
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-22T07:41:46Z
2005-11-16T03:00:00Z
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
closed fixed
8b224a6
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-22T07:02:11Z
2005-11-22T06:13:20Z
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.
closed fixed
10cb4ba
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/PlaceHolderEditPart.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-22T06:22:15Z
2005-11-17T01:13:20Z
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; } ... } ... }"
closed fixed
a4e5e1e
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-22T03:40:40Z
2005-11-18T13:20:00Z
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".
closed fixed
6cb7cfa
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/CreatePlaceHolderAction.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-22T03:39:14Z
2005-11-18T07:46:40Z
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.
closed fixed
50dd8c6
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-22T03:03:20Z
2005-11-16T03:00:00Z
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.
closed fixed
34618a1
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/AbstractStyle.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-21T10:17:52Z
2005-11-16T05:46:40Z
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.
closed fixed
c7ff273
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-21T08:36:22Z
2005-11-14T09:20:00Z
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.
resolved fixed
4f0c26c
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palette/BasePaletteFactory.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-21T08:13:16Z
2005-11-16T22:26:40Z
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)
closed fixed
cbd5d8d
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/CreatePlaceHolderAction.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-21T07:51:46Z
2005-11-21T05:13:20Z
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.
closed fixed
d6a1d0c
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-18T08:01:39Z
2005-11-15T10:20:00Z
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.
closed fixed
c9f7273
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-18T06:11:39Z
2005-11-16T05:46:40Z
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.
closed fixed
51eabed
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-18T03:37:09Z
2005-11-16T03:00:00Z
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)
closed fixed
49a6176
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/ProviderFactory.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-18T03:34:33Z
2005-11-15T02:00:00Z
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.
closed fixed
0879bbe
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-17T10:06:05Z
2005-11-04T04:53:20Z
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
closed wontfix
55564d7
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-17T09:07:58Z
2005-11-16T11:20:00Z
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.
resolved fixed
2bc45f2
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-17T07:38:31Z
2005-10-05T16:33:20Z
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".
closed fixed
9cf4d86
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-17T07:32:48Z
2005-11-16T03:00:00Z
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.
closed fixed
83dd644
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-17T07:00:46Z
2005-11-16T05:46:40Z
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.
closed fixed
6373b5f
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-17T06:37:58Z
2005-11-14T03:46:40Z
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.
closed fixed
82e25ed
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-17T02:06:37Z
2005-11-15T10:20:00Z
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.
closed fixed
b811fd8
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-16T08:43:20Z
2005-11-15T10:20:00Z
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.
closed fixed
1932ac5
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-16T07:47:54Z
2005-11-11T03:33:20Z
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.
closed fixed
eab061d
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-16T06:49:42Z
2005-11-09T09:53:20Z
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
closed fixed
7685963
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-16T06:18:02Z
2005-11-15T10:20:00Z
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
closed fixed
c7cb6a4
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/StringValue.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-15T10:53:10Z
2005-11-15T07:33:20Z
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.
closed fixed
8a526fe
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/attributes/providers/ChoiceSetFactory.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-15T09:44:25Z
2005-11-08T06:06:40Z
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.
closed fixed
116d8de
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-15T05:16:07Z
2005-11-10T08:06:40Z
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
closed fixed
223285a
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-15T02:49:02Z
2005-11-10T08:06:40Z
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.
closed fixed
71aff36
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-14T09:10:50Z
2005-11-14T03:46:40Z
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.
resolved fixed
5461f3b
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-11T23:08:36Z
2005-11-11T00:46:40Z
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
resolved fixed
a24fb58
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-11T21:15:21Z
2005-11-10T02:33:20Z
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)
closed fixed
57dbcd4
["UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/AddSelectedLibToCurrentReportDesignAction.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-11T07:03:41Z
2005-11-10T02:33:20Z
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
closed fixed
bf85fec
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ReportElementState.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-11T06:10:36Z
2005-11-10T02:33:20Z
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("."))
verified fixed
cd5584d
["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/OdaJdbcDriver.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-10T07:35:31Z
2005-09-27T14:06:40Z
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.
closed fixed
4d37a9e
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-10T06:27:44Z
2005-11-01T04:40:00Z
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.
closed fixed
473d6ae
["UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerView.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-10T06:13:24Z
2005-11-08T03:20:00Z
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
closed fixed
e56da02
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-09T07:30:49Z
2005-11-08T03:20:00Z
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
closed fixed
38b8d69
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteDataEngine.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-08T05:53:57Z
2005-11-08T03:20:00Z
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)
closed fixed
4c8b2e0
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-08T03:27:16Z
2005-11-07T07:53:20Z
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.
closed fixed
8d54851
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/WizardSelectCssStylePage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-07T10:01:44Z
2005-11-04T18:46:40Z
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.
closed fixed
c59e5f8
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-04T06:33:04Z
2005-09-14T01:06:40Z
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.
closed fixed
71342b9
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/commands/DeleteCommand.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-04T05:50:46Z
2005-09-08T06:13:20Z
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.
closed fixed
7ca10c4
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/attributes/providers/ChoiceSetFactory.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-03T10:42:42Z
2005-11-03T09:26:40Z
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
closed fixed
e2fdd25
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/FontManager.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-03T09:10:33Z
2005-11-03T09:26:40Z
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.
closed fixed
b10913b
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-03T03:39:34Z
2005-11-01T04:40:00Z
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.
closed fixed
0596d5e
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-02T18:44:38Z
2005-06-24T13:33:20Z
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
closed fixed
a4a03fa
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-02T10:06:00Z
2005-10-19T08:20:00Z
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.
closed fixed
9153c7c
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/DeleteAction.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-01T08:00:13Z
2005-10-26T07:00:00Z
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\:
closed fixed
4b8b5b4
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-01T07:15:53Z
2005-12-07T21:13:20Z
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
closed fixed
a08454f
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-11-01T06:14:03Z
2005-10-19T11:06:40Z
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]. )
closed fixed
d5b6c60
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-25T02:54:04Z
2005-10-20T09:20:00Z
108,975
Bug 108975 Visibility Toggle - Chart Interactivity BPS 37
null
closed fixed
117996d
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-24T19:00:06Z
2005-09-07T19:06:40Z
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)
resolved fixed
e4d55c8
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-24T06:59:05Z
2005-10-24T05:00:00Z
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.
closed fixed
8d5f32d
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-21T09:31:52Z
2005-10-21T07:33:20Z
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)
closed fixed
54aeaba
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportParameterConverter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-21T09:16:36Z
2005-10-21T07:33:20Z
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
closed fixed
513b0cb
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-21T02:02:56Z
2005-10-19T11:06:40Z
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?
resolved fixed
7fdff97
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-19T08:06:20Z
2005-10-02T16:20:00Z
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)
closed fixed
37635a8
["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Connection.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-19T07:38:07Z
2005-08-25T06:06:40Z
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.
closed fixed
ef4c9c3
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ImageItemExecutor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-18T09:27:59Z
2005-10-12T04:06:40Z
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.
closed fixed
a013109
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-13T03:33:12Z
2005-10-12T09:40:00Z
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.
closed fixed
efc0a31
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-12T07:44:30Z
2005-08-09T06:46:40Z
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
closed fixed
0c353db
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-08T11:00:20Z
2005-09-16T08:40:00Z
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.
closed fixed
eddc2f0
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-08T09:46:29Z
2005-09-09T01:40:00Z
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.
resolved fixed
5c91f63
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-10-08T04:11:08Z
2005-09-26T18:40:00Z
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
closed fixed
13cfb24
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-23T10:54:32Z
2005-09-06T04:13:20Z
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.
closed fixed
594301d
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-23T03:31:54Z
2005-09-16T03:06:40Z
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.
closed fixed
dfca913
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-21T09:24:25Z
2005-09-20T09:53:20Z
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
closed fixed
f60be92
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-20T07:13:42Z
2005-07-15T09:33:20Z
109,356
Bug 109356 One more blank is created in Library which is save as
null
closed fixed
f2977bf
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-20T05:28:22Z
2005-09-13T05:40:00Z
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.
resolved fixed
ce45ecb
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-19T10:03:10Z
2005-09-12T18:33:20Z
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?
resolved fixed
37f258c
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BgImageFieldEditor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-19T08:31:09Z
2005-08-06T01:00:00Z
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
closed fixed
d4e6470
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-19T07:54:47Z
2005-09-14T06:40:00Z
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.
closed fixed
5f44ddf
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/MemoryCache.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-16T02:42:35Z
2005-09-15T07:40:00Z
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.
closed fixed
182fcab
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-16T02:02:36Z
2005-09-15T07:40:00Z
106,141
Bug 106141 The SQL Edit window needs some level of access to the BIRT Sample DB fields and columns.
Description: The SQL Edit window needs some level of access to the BIRT Sample DB fields and columns. Steps to reproduce: 1.New a sample data source using BIRT provided sample DB 2.New a dataset 3.In query editor, input table name and enter "." Expected result: The table's columns are listed Actual result: Nothing happen This work in JDBC datasource related bug:88537
closed fixed
d2dacc3
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/JdbcSQLContentAssistProcessor.java", "data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/SampleDataSetEditor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-09T02:06:05Z
2005-08-05T08:20:00Z
109,020
Bug 109020 In expression builder, when click on "Operaters" button, it is inserted in the head of a row.
Description: In expression builder, when click on "Operaters" button, it is inserted in the head of a row. Steps to reproduce: In expression builder, add a column of data set in expression field, then click on "+" button, you will find "+" is inserted in front of the data set column.
closed fixed
5b3648d
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-08T08:48:34Z
2005-09-08T03:26:40Z
107,189
Bug 107189 error message show up when preview chart after set display None
description: error message show up when preview chart after set display None details to reproduce: 1. new a chart 2. set display None 3. preview actual result: "------------------------------------------------------------------------------ -- iO3EI OU iIo: - There are error(s) in Chart:null Error0 : Error.ExtendedItemRenderingError(1 time)detail: 3EIO Chart AO1Ii E3o i$NO-RB$ Width (0) and height (0) cannot be <= 0Width (0) and height (0) cannot be <= 0" display when preview expected result: no error message show when preview
closed fixed
1b36163
["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-08T06:58:19Z
2005-08-17T09:13:20Z
106,563
Bug 106563 Unable to get Column Count
Can get the Column Count Cannot get Colomn Count ORA-24338:statement handle not executed Reason: A Birt exception occurred A Birt exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Data Engine Plug-in ID:org.eclipse.birt.data Version:1.0.1 Error Code:odaconsumer.CannotGetColumnCount Error Message:Cannot get the column count. Cannot get column count ORA-24338: statement handle not executed Database: Oracle 8.1 Driver: oracle.jdbc.driver.OracleDriver(v1.0) Jar/Zip file: classes111.zip URL: jdbc:oracle:oci8:@<database> I'm unable to obtain any results. I went through the tutorial using the embedde Derby DB just fine.
resolved fixed
f080263
["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-07T10:32:11Z
2005-08-09T20:40:00Z
108,822
Bug 108822 More better logic is expected to process disk sorting when there is border value for row value
when sort on disk, if sort on 40000 rows data, and set the program process the data less than 40000. DtE do following operation 1. Save the file as temp file 2. Call the file to memory 3. Sort on the data 4. save the file to temp file 5. Copy the file to destination folder More better logic should supported here, say sort the data directly in memory and then write it to file
closed fixed
1158de7
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/RowResultSet.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/SmartCache.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-07T03:18:32Z
2005-09-06T09:46:40Z
107,979
Bug 107979 It is not possible to use Birt 1.0.1 with IBM DB2 7.x
It is not possible to use Birt (version 1.0.1) with DB2 7.2 with FixPack 14 (I have spent a lot of time by trying whatever I could). The best I achieved in some cases was a succesfull test of connection, but I was never able to access the real data. At first I used JDBC drivers provided in db2java.zip in the installation. a)Driver: COM.ibm.db2.jdbc.app.DB2Driver (v7.1) ----------------------------------------------------------- Database URL: jdbc:db2://localhost/km330b Name: xxxxx Password: xxxxxxx Test connection fails: Cannot create instance of JDBC driver class [COM.ibm.db2.jdbc.app.DB2Driver] b)Driver: COM.ibm.db2.jdbc.net.DB2Driver (v7.1) ----------------------------------------------- Database URL: jdbc:db2://localhost/km330b Name: xxxxx Password: xxxxxxx Test connection: ok. Then I wanted to create a data set. At first it looks ok (the Birt found out the tables available in db.), but regardless of what kind of SQL I write, it does not work: Cannot get the string value from column(1). Cannot get String value in result set CLI0610E Invalid column number. SQLSTATE=S1002 Reason: A Birt exception occurred c) Ok, I gave up on native JDBC drivers and tried JdbcOdbcDriver Driver: sun.jdbc.odbc.JdbcOdbcDriver (Sun JDBC-ODBC Bridge Driver) Database URL: jdbc:odbc:km330b Name: xxxx Pasword: xxxx km330b is the name of the ODBC data source and also the name of DB2 database I want to access, Test connection: ok Dataset: tables are not shown in "Available items". When writing any SQL and using Preview results, there is this error: Cannot get the result set metadata. SQL statement does not return a ResultSet object [IBM][CLI Driver] CLI0125E Function sequence error. SQLSTATE=S1010 Reason: A Birt error occurred. Does anyone knows how to use Birt with DB2 7.x? My bosses decided to replace Crystal Reports by Birt, so it is quite important for me...
resolved fixed
7d832ec
["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-09-05T08:04:21Z
2005-08-25T11:40:00Z
108,233
Bug 108233 NullPointerException is thrown out when opening attached design file.
Description: NullPointerException is thrown out when opening attached design file. Tested in Eclipse Version 3.1. Steps to reproduce: Open attached design file. Actual result: NullPointerException 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.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.views.data.providers.DataSetNodePr ovider.getChildren(DataSetNodeProvider.java:95) at org.eclipse.birt.report.designer.internal.ui.views.ViewsTreeProvider.getChildre n(ViewsTreeProvider.java:37) at org.eclipse.birt.report.designer.internal.ui.util.UIUtil.containElement (UIUtil.java:717) at org.eclipse.birt.report.designer.internal.ui.util.UIUtil.containElement (UIUtil.java:720) at org.eclipse.birt.report.designer.internal.ui.util.UIUtil.containElement (UIUtil.java:691) at org.eclipse.birt.report.designer.internal.ui.views.data.DataViewPage.handleSele ctionChange(DataViewPage.java:296) at org.eclipse.birt.report.designer.internal.ui.views.data.DataViewPage.performReq uest(DataViewPage.java:276) at org.eclipse.birt.report.designer.core.util.mediator.ReportMediator.notifyReques t(ReportMediator.java:121) 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
closed fixed
5d21c97
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-08-31T06:33:43Z
2005-08-29T01:46:40Z
108,231
Bug 108231 "Insert" in context menu of layout view disappears.
Description: "Insert" in context menu of layout view disappears. Steps to reproduce: 1. Click on mouse right button in layout view. 2. Context menu appears. Actual result: "Insert" in context menu disappears.
closed fixed
e941532
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-08-29T02:52:30Z
2005-08-29T01:46:40Z
107,816
Bug 107816 If I enter "Currency" as a Format Code of Number, it can't be applied properly.
Description: If I enter "Currency" as a Format Code of Number, it can't be applied properly. Steps: 1. Create a new style of format number. 2. Enter "Currency" as format code. 3. Apply it to a data. Actual result: it isn't displayed as "$1,234.56". It is displayed as "Currency1234.56".
closed fixed
0ad7b33
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatDateTimePage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-08-26T05:31:38Z
2005-08-24T07:53:20Z
102,975
Bug 102975 Visibility and Hyperlink property settings are grayed out when multiple elements are selected.
Description: Visibility and Hyperlink property settings are grayed out when multiple elements are selected. Steps to reproduce: 1. Select several labels. 2. Set their visibility and hyperlink properties. Actual result: it is grayed out and can't be edited.
closed fixed
8233ec5
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2005-08-26T03:21:27Z
2005-07-07T04:20:00Z