id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
3,708
133,096
Bug 133096 Mapping of ODA data type literal value to code value
The ODA dataSource extension point specifies an ODA scalar data type in its literal value. But most handling of an ODA data type in the ODA framework is done with its code value. The oda.util.manifest package should provide the conversion utility to map from an ODA literal value to its corresponding code value. Another issue is with the native data type code. If a native data type is unknown, a 0 value has been used to represent "unknown" value. The latest implementation in the ODA design-time framework should be consistent with the definition.
2006-03-23 22:08:56
1,143,170,000
closed fixed
4a5133f
1,143,170,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Driver.java
Birt
3,709
131,835
Bug 131835 Clean up FO related code
Now that FO is not part of BIRT, clean up all references to FO, including the FORenderOption, TailoredForFOP, etc.
2006-03-14 17:15:02
1,142,370,000
resolved fixed
26d0422
1,143,090,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java
Birt
3,710
132,630
Bug 132630 Additional markers can not support interactivity
Additional markers can not support interactivity Steps: 1.Create a line chart 2.Set Y series marker to additional marker such as star or ellipse 3.Add a interactivity such as showTooltip to Y series 4.Preview in web viewer Actual results: 1.Additional markers can not support interactivity Expected Results: 1.Additional markers can nsupport interactivity
2006-03-21 01:08:57
1,142,920,000
closed fixed
d58fb91
1,143,050,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java
Birt
3,711
127,005
Bug 127005 Dynamic drill thru link to book mark
To create a drill thru link to a report document, user has to pre-create book marks in the target report today. But in many cases, the target report could be designed by a different report writer. And that report writer may not know what section of the report others want to link to. We shall not require the target report has pre-created book mark for other reports to link to it. We shall allow link to a report's TOC, and allow link to report based on report item ID + row id (col name, col value) For BIRT 2.1, we only need to add support of drill thru link to tarket report's TOC.
2006-02-08 19:51:36
1,139,450,000
resolved fixed
05098ff
1,143,020,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java
Birt
3,712
132,519
Bug 132519 The program is differ from the specification
Description: The program is differ from the specification Detail: 1.In the code of BuiltInAggregationFactory.java public static final String TOTAL_TOP_PERCENT_FUNC = "ISTOPPERCENT"; public static final String TOTAL_BOTTOM_PERCENT_FUNC = "ISBOTTOMPERCENT"; should change to: public static final String TOTAL_TOP_PERCENT_FUNC = "ISTOPNPERCENT"; public static final String TOTAL_BOTTOM_PERCENT_FUNC = "ISBOTTOMNPERCENT"; 2. the function Total.isTopNPercent( expr, pct ) the value of Pct should be [0,100]
2006-03-20 04:35:27
1,142,850,000
closed fixed
501add5
1,143,010,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java
Birt
3,713
130,088
Bug 130088 [Regression]NPE when open report with syntax error.
Description: NPE when open report with syntax error. Steps to reproduce: 1.In report, under MasterPage, add:<Style name="wrongName"/> as attached report 2.Open it. Expected result: See syntax error. Actual result: java.lang.NullPointerException at org.eclipse.birt.report.designer.core.model.DesignElementHandleAdapter.getModuleHandle(DesignElementHandleAdapter.java:105) at org.eclipse.birt.report.designer.core.model.SessionHandleAdapter.getReportDesignHandle(SessionHandleAdapter.java:225) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.EditBindingAction.calculateEnabled(EditBindingAction.java:51) at org.eclipse.gef.ui.actions.WorkbenchPartAction.refresh(WorkbenchPartAction.java:119) at org.eclipse.gef.ui.actions.SelectionAction.handleSelectionChanged(SelectionAction.java:85) at org.eclipse.gef.ui.actions.SelectionAction.setSelection(SelectionAction.java:96) at org.eclipse.gef.ui.actions.SelectionAction.update(SelectionAction.java:117) at org.eclipse.birt.report.designer.internal.ui.editors.parts.GraphicalEditorWithFlyoutPalette.updateActions(GraphicalEditorWithFlyoutPalette.java:721) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.layout.ReportLayoutEditor.selectionChanged(ReportLayoutEditor.java:97) at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156) at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged(AbstractSelectionService.java:62) at org.eclipse.ui.part.MultiPageSelectionProvider$1.run(MultiPageSelectionProvider.java:101) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:816) at org.eclipse.ui.part.MultiPageSelectionProvider.fireEventChange(MultiPageSelectionProvider.java:99) at org.eclipse.ui.part.MultiPageSelectionProvider.fireSelectionChanged(MultiPageSelectionProvider.java:82) at org.eclipse.birt.report.designer.internal.ui.editors.parts.ReportMultiPageEditorSite.handleSelectionChanged(ReportMultiPageEditorSite.java:335) at org.eclipse.birt.report.designer.internal.ui.editors.parts.ReportMultiPageEditorSite$1.selectionChanged(ReportMultiPageEditorSite.java:271) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:816) 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.Viewer.fireSelectionChanged(Viewer.java:160) at org.eclipse.jface.text.TextViewer.fireSelectionChanged(TextViewer.java:2275) at org.eclipse.jface.text.TextViewer.selectionChanged(TextViewer.java:2258) at org.eclipse.jface.text.TextViewer$3.widgetSelected(TextViewer.java:1484) 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:925) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:949) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:934) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:706) at org.eclipse.swt.custom.StyledText.sendSelectionEvent(StyledText.java:6519) at org.eclipse.swt.custom.StyledText.doSelection(StyledText.java:2761) at org.eclipse.swt.custom.StyledText.doMouseSelection(StyledText.java:2388) at org.eclipse.swt.custom.StyledText.doMouseLocationChange(StyledText.java:2372) at org.eclipse.swt.custom.StyledText.handleMouseMove(StyledText.java:5157) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4809) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
2006-03-02 03:58:07
1,141,290,000
closed fixed
6d494be
1,142,990,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/GraphicalEditorWithFlyoutPalette.java
Birt
3,714
132,621
Bug 132621 Series label font can not take effect.
Series label font can not take effect. Steps: 1.Create a line chart 2.Open chart builder, go to "Format Chart" tab, click "Y Series", click "Label" button, click "..." button beside font, set color to red and bold 3.Preview in layout, html Actaul Results: 1.Label font can not be changed Expected Results: 1.Label color is red and font is bold.
2006-03-20 22:22:09
1,142,910,000
closed fixed
a8c7183
1,142,970,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java
Birt
3,715
122,254
Bug 122254 Not Like operator is missing in the Filter tab of Data Set window
null
2005-12-28 11:31:31
1,135,790,000
resolved fixed
615a45c
1,142,930,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/IConditionalExpression.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
3,716
132,104
Bug 132104 Problem on list/table group
Details: Problem on list/table group Setp: 1.Insert a list/table and bending a dataset. 2.Insert a group and without edit something, press OK. 3.A group and a data in group are add in list/table. 4.Double click the data item and select one data column. 5.Preview. Actual result: The list/table can't be preview and pop up the error message. Error0 : data.engine.InvalidJSExpr ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: Invalid Javascript expression: nullFAILED ASSERTION at org.eclipse.birt.data.engine.expression.AbstractExpressionParser.compileExpression(AbstractExpressionParser.java:60) at org.eclipse.birt.data.engine.expression.ExpressionProcessor.hasAggregateExpr(ExpressionProcessor.java:317) at org.eclipse.birt.data.engine.executor.transform.ResultSetPopulatorUtil.hasAggregationsInComputedColumns(ResultSetPopulatorUtil.java:78) at org.eclipse.birt.data.engine.executor.transform.ResultSetPopulator.populateResultSet(ResultSetPopulator.java:182) at org.eclipse.birt.data.engine.executor.transform.CachedResultSet.<init>(CachedResultSet.java:47) at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:547) at org.eclipse.birt.data.engine.impl.PreparedExtendedDSQuery$ExtendedDSQueryExecutor.executeOdiQuery(PreparedExtendedDSQuery.java:263) at org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.execute(PreparedQuery.java:761) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:110) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.execute(DteDataEngine.java:210) at org.eclipse.birt.report.engine.executor.QueryItemExecutor.openResultSet(QueryItemExecutor.java:62) at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:122) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitTableItem(ReportExecutorVisitor.java:188) at org.eclipse.birt.report.engine.ir.TableItemDesign.accept(TableItemDesign.java:69) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:125) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:89) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:175) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.layout.EngineFragment.doService(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.BaseFragment.service(Unknown Source) at org.eclipse.birt.report.servlet.ViewerServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Unknown Source)Caused by: java.lang.IllegalStateException: FAILED ASSERTION at org.mozilla.javascript.Kit.codeBug(Kit.java:425) at org.mozilla.javascript.TokenStream.<init>(TokenStream.java:78) at org.mozilla.javascript.Parser.parse(Parser.java:285) at org.eclipse.birt.data.engine.expression.AbstractExpressionParser.parse(AbstractExpressionParser.java:137) at org.eclipse.birt.data.engine.expression.AbstractExpressionParser.compileExpression(AbstractExpressionParser.java:55) ... 54 more
2006-03-16 02:28:03
1,142,490,000
closed fixed
d6f021d
1,142,910,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java
Birt
3,717
132,511
Bug 132511 List is devoid of the bending option
Details: List is devoid of the bending option Step: 1.Add a list and select it. 2.Right click on list. Actual result: I want to have a bending to data set as a table. But I can't find that the option in right click menu. Exception result: An option to bending the dataset as table in right menu is easy to be used.
2006-03-20 03:27:41
1,142,840,000
closed fixed
e017788
1,142,850,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/DesignerActionBarContributor.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/EditBindingAction.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java
Birt
3,718
132,504
Bug 132504 Several 'space' before or after Database URL can pass the 'Test Connection',but may be cause error when set a dataset
Description: When set a datasource e.g.(net.sourceforge.jtds.jdbc.Driver)and input the Database URL,'space' before or after URL e.g(jdbc:jtds:sybase://spmdb:5000/BIRT) will be ignored.So it's no mater to be exist.But it may be cause error when set a dataset. Step to reproduce: 1.new data source Set Driver class:net.sourceforge.jtds.jdbc.Driver. 2.set the url jdbc:jtds:sybase://spmdb:5000/BIRT User: sa 3.click "Test Connection" it should be successful 4.then insert an or several 'space' before the url which inpurted just now 5.click "Test Connection" again, it is also ok. 6.and then new a dataset from the source,an error occur 7.remove the 'space' inserted,it is ok Actual result: An error message appear say:"No suitable driver" Expected result: The "Test Connection" fuction can check the 'space' problem or auto throw the useless 'space' correctly.If the "Test Connection" passed, the dataset setting shouldn't influenced by the 'space' problem.
2006-03-20 02:25:14
1,142,840,000
closed fixed
4371353
1,142,850,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java
Birt
3,719
130,070
Bug 130070 Created By is empty when new a report.
Description: Created By is empty when new a report. Steps to reproduce: 1. New a report and see Created By property. Result: It's empty.
2006-03-02 00:14:59
1,141,280,000
closed fixed
7ac98ad
1,142,840,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/SessionHandleAdapter.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/FileReportProvider.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/IDEFileReportProvider.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java
Birt
3,720
130,091
Bug 130091 [regression]Save button failed after edit script in data item.
Description: Save button failed after edit script in data item. Steps to reproduce: 1. New a report 2. Insert a data item and input "data". 3. Select data item and transfer to script pane, input some words. 4. Transfer back to Layout and save the report. Expected result: Save action works. Actual result: Save action failed.
2006-03-02 04:22:26
1,141,290,000
closed fixed
786c901
1,142,840,000
UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportScriptFormPage.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/ReportEditorProxy.java
Birt
3,721
128,473
Bug 128473 Report property stamped with wrong BIRT version
Report object types that are newly available in BIRT designer 2.0, ie *.rpttemplate, get identified in the Property editor as having been created by BIRT 2.0 when a new ojbect is created in a project . Report object types that were already available from BIRT designers 1.0.1, i.e., *.rptdesign get stamped as having been created by BIRT Designer Version 1.0.1, even though 2.0 is the currently installed version on the machine.
2006-02-17 15:49:29
1,140,210,000
resolved fixed
a95b65a
1,142,840,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportDesignHandle.java
Birt
3,722
119,792
Bug 119792 Preview the current selected report automtically in BIRT debugger workbench
With M3 build, after the debugger is launched, the user has to manually select the report design, and preview the report. In most cases, people expect the debugger will open the current selected report design file, and preview the report automatically. This is similar to debug a java application, the java debugger will use the main() as the entry point in the current project, start execute it. If the current selected file is not a report design, it should behave as it does now.
2005-12-07 22:49:02
1,134,010,000
resolved fixed
9ba560f
1,142,830,000
UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/DebugStartupClass.java UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/IReportLauncherSettings.java UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/util/ReportLauncherUtils.java UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/ui/launcher/ReportLaunchConfigurationDelegate.java UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/ui/launching/ReportAdvancedLauncherTab.java
Birt
3,723
128,495
Bug 128495 Provides BIRT Adapter of DTP Oda Design objects to/from ROM ODA Data Handles
null
2006-02-17 19:37:41
1,140,220,000
resolved fixed
52ccc49
1,142,760,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/DataTypeUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Driver.java
Birt
3,724
132,103
Bug 132103 No objects under Context in palette when scripting a data set
Steps to reproduce: 1.New a data set and select it 2.Swith to script view, choose "onFetch" and open palette Expected result: Objects:this, row and reportContext should be given under Context And other objects available for other methods(e.g. BeforeOpen) should be there as well. Actual result: Nothing under Context The relative bug is #126110
2006-03-16 02:19:05
1,142,490,000
closed fixed
db6127c
1,142,580,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java
Birt
3,725
124,067
Bug 124067 When select the XML file, the relative path should be supported.
Description: When select the XML file, the relative path should be supported. Step to reproduce: 1. new a report 2. new a datasource and dataset based on a XML file 3. select the XML file, the file relative path should be used. Actual result: only the absolute path is supported. Expect result: the relative and absolute path are supported.
2006-01-16 22:39:21
1,137,470,000
closed fixed
fe5e0c6
1,142,570,000
data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopulationUtil.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java
Birt
3,726
132,064
Bug 132064 org.eclipse.birt.report.designer.tests compiles error in daily build 20060316
org.eclipse.birt.report.designer.tests compiles error in daily build 20060316. The error msg is below: [javac] E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.designer.tests\test\org\eclipse\birt\report\designer\ui\SimpleUITest.java:16: cannot resolve symbol [javac] symbol : class ReportEditorProxy [javac] location: package editors [javac] import org.eclipse.birt.report.designer.ui.editors.ReportEditorProxy; [javac] ^ [javac] E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.designer.tests\test\org\eclipse\birt\report\designer\ui\SimpleUITest.java:53: cannot resolve symbol [javac] symbol : class ReportEditorProxy [javac] location: class org.eclipse.birt.report.designer.ui.SimpleUITest [javac] assertTrue( tPart instanceof ReportEditorProxy ); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] 2 errors Please see the attachment for details.
2006-03-15 20:46:20
1,142,470,000
closed fixed
d306b33
1,142,510,000
UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/internal/ui/util/UIUtilUITest.java
Birt
3,727
132,084
Bug 132084 Inconsistent manifest data type for an ODA driver's native data type code
The ODA runtime extension point (org.eclipse.datatools.connectivity.oda.dataSource) schema has defined its dataTypeMapping.nativeDataTypeCode attribute to be an integer value. The oda.util.manifest package, which provides encapsulated access to an ODA runtime extension's plugin manifest, handles such attribute value as a "short" data type. It should be corrected to an "int", to be consistent with its schema definition.
2006-03-15 23:23:13
1,142,480,000
closed fixed
7d4be99
1,142,480,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Driver.java
Birt
3,728
129,561
Bug 129561 HCG_BIDI: Undesirable generation of SQL query elements
This is not even NLS specific defect. It happens with English as well. The problem is that on the Query screen in the Edit Data Set dialog the drag/drop of columns into the Query screen must enclose every entity name including blank in the quotation marks. Otherwise the query will fail. 1. Create DB2 database 2. Create table with name including blank in this database. Make sure it has column with name including blank as well. 3. Create Data Source based on the DB from step 1 4. Create Data Set based on the table from Step 2 5. On the Query screen drag and drop the column name from step 2 into select portion of the clause. You should get something like - select USER.Table Name.Column Name 6. Select "Preview Results" Result: Exception is fired. 7. Change manualy the SQL query as follows: select USER."Table Name"."Column Name" 8. Select "Preview Results" Result: No exception is issued.
2006-02-27 08:34:28
1,141,050,000
closed fixed
aee2996
1,142,420,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
3,729
130,274
Bug 130274 [RCP]The status of library keep unsaved when click the save button
Description: The status of library keep unsaved when click the save button Steps to reproduce: 1. new a library 2. new a text and input something in it 3. save the library. Actual resutl: The status of library keep unsaved. When you close and reopen it, the modification has been saved. Expect result: The status of library should be presented as saved when click the save button
2006-03-03 01:29:48
1,141,370,000
closed fixed
00dcbbc
1,142,410,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/editors/LibraryLayoutEditorFormPage.java
Birt
3,730
130,495
Bug 130495 Get rid of SessionHandleAdapter
Now, we use SessionHandleAdapter to keep current active report deisng. That's a bad practive for editor swith and rebuild will cuase lots of problmes. Need find way to replace it.
2006-03-05 22:40:54
1,141,620,000
resolved fixed
604ce53
1,142,410,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/SessionHandleAdapter.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportLayoutEditorFormPage.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportMasterPageEditorFormPage.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportScriptFormPage.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportXMLSourceEditorFormPage.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/FileReportProvider.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/IReportProvider.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/IDEFileReportProvider.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/IDEReportProviderFactory.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/IDEMultiPageReportEditor.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/ReportEditorProxy.java UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/editors/LibraryLayoutEditor.java UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/editors/LibraryLayoutEditorFormPage.java UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/editors/RCPMultiPageReportEditor.java
Birt
3,731
126,109
Bug 126109 Integrate with JDT new java class wizard for BIRT event handler creation
Currently to implement a report item event handler, you need to manually create a java class, and have the java calss to implement the event handler interface that is appropriate for that report item. We should automate this process to invoke the java new class wizard, and have the right event handler interface specified for the new event hanlder class.
2006-02-01 17:48:04
1,138,830,000
resolved fixed
ab6d4a4
1,142,390,000
UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/dialog/HandlerClassSelectionDialog.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/util/ClassFinder.java
Birt
3,732
129,544
Bug 129544 Move preview preference from ui plugin to preview plugin
With new plugin structure, the preview are in seperate plug-in. Need move preview preference related classed from ui plug-in to new preview plug-in.
2006-02-27 05:32:45
1,141,040,000
resolved fixed
0f88592
1,142,320,000
UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java
Birt
3,733
131,639
Bug 131639 org.eclipse.birt.report.designer.tests unit test failed in daily build 20060313
org.eclipse.birt.report.designer.tests unit test failed. Please see the attachment.
2006-03-13 21:28:08
1,142,300,000
closed fixed
8d83641
1,142,310,000
UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/ui/SimpleUITest.java
Birt
3,734
121,695
Bug 121695 "Save as" is always disabled in a library file.
Description: "Save as" is always disabled in a library file. Steps to reproduce: 1. Create a library. 2. Select File>Save as. "Save as" is always grayed out.
2005-12-21 02:23:44
1,135,150,000
resolved fixed
85e501a
1,142,300,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/FileReportProvider.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/wizards/SaveReportAsWizard.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/SaveReportAsWizard.java
Birt
3,735
131,484
Bug 131484 Can't not add item by click the item from palette
Details: Can't not add item Setp: 1.New a report design and open the palette. 2.Click the lable icon. 3.Move the mouse to layout and click again to add the label. Actual result: Nothing is added in layout.
2006-03-13 01:35:16
1,142,230,000
closed fixed
b815636
1,142,300,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/ReportEditorProxy.java
Birt
3,736
124,059
Bug 124059 Stored procedure: parameters: default value required
Create a stored procedure data set. Use valid argument in query, eg. {call sp_tables('CUSTOMERS')} A parameter is created and a default value is required; data set cannot be saved until you change the argument to a question mark and define a default value. Shouldn't you be able to hard-code an argument and not have to define a parameter?
2006-01-16 20:20:34
1,137,460,000
resolved fixed
ffb75d5
1,142,250,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/i18n/ResourceConstants.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/SPParameterMetaData.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/SPParameterPositionUtil.java
Birt
3,737
128,359
Bug 128359 The logic is not correctly when a filter is added to the table on the layout
Description: The logic is not correctly when a filter is added to the table on the layout Steps to reproduce: Let me give an example. 1. Creat a report, new a datasource and a dataset 2. We consume that the dataset has 10 records(DataResult_A) . We set a filter(Filter_A) in the dataset, and then the 6 records of the dataset(DataResult_B) are gained. 3. Drag the dataset to the layout, and set another filter(Filter_B) on the table. Actual result: The result of Filter_B is based on DataResult_A. Expect result: The result of Filter_B should be based on DataResult_B.
2006-02-17 02:46:07
1,140,160,000
closed fixed
8994722
1,142,250,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/FilterUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/FilterByRow.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java
Birt
3,738
124,742
Bug 124742 Disable/change fixed base value for string and date data
The Use fixed base value for interval option in the Edit Group dialog should be disabled for string and date data because it has no effect on these types of values. For date data, for example, if I specify a grouping interval of 1 week, and I specify a base value of 01/01/2006 (a Sunday), the dates are still grouped by weeks that start on Monday.
2006-01-20 18:03:07
1,137,800,000
resolved fixed
87807b7
1,142,250,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java
Birt
3,739
131,255
Bug 131255 [Regression]Two Test Connnection buttons in New JDBC Data Source Profile window.
Description: Two Test Connnection buttons in New JDBC Data Source Profile window. Steps to reproduce: 1. New a jdbc data source, click next to show New JDBC Data Source Profile window. Expected result: One Test Connection button. Actual result: Two Test Connection buttons.
2006-03-10 00:21:31
1,141,970,000
closed fixed
3fec1e8
1,142,240,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/profile/JDBCPropertyPage.java data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/profile/JDBCSelectionWizardPage.java data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/profile/SampleDbPropertyPage.java data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/profile/SampleDbSelectionWizardPage.java
Birt
3,740
131,243
Bug 131243 Open invalid report design.
Open a invalid report design should switch to XML Source editor page and can't switch to other pages, when the source is correct user can switch to layout and other pages.
2006-03-09 21:47:17
1,141,960,000
resolved fixed
38fabea
1,142,220,000
UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportXMLSourceEditorFormPage.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java
Birt
3,741
131,186
Bug 131186 Enhance birt.data.aggregation extension point to support multipass
The current org.eclipse.birt.data.aggregation extension point ( and associated org.eclipse.birt.data.engine.api.aggregation classes) can only support single-pass aggregates. We need to extend this framework to support custom multi-pass aggregates. One example: a percentage-to-total aggregate ( x/SUM(x) ) will require two passes over the series. A prelimary design of the new extension point: Introduce a new Aggregation abstract class in birt.data.engine.api: public abstract class Aggregation implements IAggregation { /** Returns the number of passes over the data series that the accumulator of this aggregate requires. For SUMMARY aggregates, the accumulator returns a value after all passes are complete. For RUNNING aggregates, the accumulator returns data in the last pass. */ public int getNumberOfPasses() { return 1; } } The Accumulator class can remain as is. However the comment to indicate that for multipass aggregates, start() and finish() will be called at the beginning and end of each pass. The aggregation extension point's aggregateClass element should indicate that the class needs to subclass Aggregation. Also, this element's kind should be changed to "java" and its "Based On" changed to "org.eclipse.birt.data.engine.api.aggregation.Aggregation".
2006-03-09 15:39:20
1,141,940,000
resolved fixed
735158f
1,142,220,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/Accumulator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/Aggregation.java
Birt
3,742
131,245
Bug 131245 [Smoke][Regression]Run Report window in Web View cannot display existed parameteres.
Description: Run Report window in Web View cannot display existed parameteres. Steps to reproduce: 1. New a parameter. 2. Preview in Web Viewer 3. Click Run Report button. Result: No parameter showed.
2006-03-09 22:01:39
1,141,960,000
closed fixed
733a5b5
1,141,990,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java
Birt
3,743
130,262
Bug 130262 [Regression]Click Data Explorer does not cancel palette insert mode
Description: Click Data Explorer does not cancel palette insert mode. Steps to reproduce: 1. Click grid in Palette, then click Data Explorer Result: Move mouse to Layout, it still keep the status of insert grid mode. By the way, after step1, if I clicked a col in dataset and drag it to Layout, the column was inserted as expected but the mouse cursor still kept the insert grid mode.
2006-03-02 21:52:48
1,141,350,000
closed fixed
503dbb0
1,141,980,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java
Birt
3,744
131,258
Bug 131258 NewOdaDataSet is created when drop dataset from data explorer into layout in library
Details: NewOdaDataSet is created when drop dataset from data explorer into layout in library Setp: 1.New a library 2.Create a datasource and dataset 3.Drop dataset from Actual result: A new dataset named NewOdaDataSet is created. Exception result: The dataset is unnecessary to be created
2006-03-10 00:51:15
1,141,970,000
closed fixed
364c4b5
1,141,970,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palette/BasePaletteFactory.java
Birt
3,745
131,152
Bug 131152 when selecting a date field in SQL, the time is truncated to 00:00:00
using oracle 8.0 DB with oracle thin drivers "oracle.jdbc.driver.OracleDriver (v1.0)" (ojdbc14_V10.0.2.0.jar) Eclipse 3.1.1 (not myEclipse) My local is Gibraltar (GMT + 1) sql examples: 1) select mydate from mytable 2) select sysdate from dual when displaying these in the data set "preview results" dialog, the dates are correct, but all the times are displayed as 00:00:00, which is wrong, if I do the same thing in toad or quantum db, it shows the correct times, e.g. 12:34:01 The type of the output column is correctly set as Date If I drag the output colums to a report, and format the date using the "Format DateTime" in the "Property Editor - Data" to show the time also, it comes out as e.g: 09 March 2006 00:00:00 GMT The only work around I have found is to hack it by getting oracle to return a string instead of a date, such as: Select to_char(sysdate, 'DD/MM/YYYY HH24:MI:SS') as mydate from dual But then I cant do any manuplutation using the date functions, e.g. to see if one date/time is earlier than another date/time.
2006-03-09 13:18:17
1,141,930,000
resolved fixed
ad81547
1,141,960,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/ResultSetMetaData.java
Birt
3,746
116,706
Bug 116706 Bad Class Cast in IDEReportEditor.java
So I'm trying to open a report with BIRT/Eclipse API using the BIRT 2.0 nightly build code (as of 11/16/2005). the file IDEReportEditor.java method private IFile getFile( IEditorInput input ) { return ( (ReportFileEditorInput) input ).getFile( ); } However, input can be ReportEditorInput which is also an IEditorInput (to support reports found outside projects and workspaces) which doesn't even have a getFile() method on it. This causes a deeply nested exception that causes the report desinger to not be able to show a report that might be physically located outside a workspace.
2005-11-16 13:48:00
1,132,170,000
resolved fixed
c785df4
1,141,900,000
UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportLayoutEditorFormPage.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportScriptFormPage.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportXMLSourceEditorFormPage.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/FileReportDocumentProvider.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/FileReportProvider.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/LibraryProvider.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/ReportEditorInput.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/ReportProviderFactory.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/wizards/NewReportPageSupport.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/wizards/SaveReportAsWizard.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/wizards/SaveReportAsWizardDialog.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/wizards/WizardSaveAsPage.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/IReportProviderFactory.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/IDEReportProviderFactory.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/ReportProviderFactoryAdapterFactory.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/IDEMultiPageReportEditor.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/ReportEditorProxy.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerView.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/actions/OpenFileAction.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/dialogs/SaveAsDialog.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/NewReportTemplateWizard.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/NewReportWizard.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/WizardNewLibraryCreationPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/IReportEditor.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/BaseInsertMenuAction.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/StackWindowAction.java
Birt
3,747
114,999
Bug 114999 Use larger font in text area of Expression Builder
I liked the larger font used in the expression area of the old Expression Builder. The larger font makes it easier to read an expression that contains multiple statements.
2005-11-03 17:13:20
1,131,060,000
resolved fixed
3970e5f
1,141,890,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java
Birt
3,748
129,547
Bug 129547 [hashcode/equals] add preference for instanceof [code generation]
Hibernate can load a POJO from a DB. However, it instanciates a proxy class instead of the real POJO class. This allows it to lazily load the attributes when a getter is invoked. However, if equals() or hashCode() is called before any of these getters is called, then the attribute values are null or 0. If there was an option (yes, I hate these as much as the next person) to use getter methods instead of direct access to the data members, that would be great. There is still a problem for these Hibernate/EJB3 pojos. The equals() code uses getClass() == other.getClass(). Because other is a proxy, this always fails. I have read all the discussion about this in JavaLobby, and I understand the reasons for doing this, but for my hibernate objects, I must change it to using instanceof. Again, I would be happy with an option in the generate dialog.
2006-02-27 06:03:12
1,141,040,000
verified fixed
ef7f5ee
1,141,890,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/commands/CreateCommand.java UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/editparts/LibraryReportDesignEditPart.java UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/palette/LibraryTemplateTransferDropTargetListener.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/tools/ReportCreationTool.java
Birt
3,749
124,598
Bug 124598 Copy the first table in attached file and paste it will paste a table with higer detail row.
Description: Copy the first table in attached file and paste it will paste a table with higer detail row. Steps to reproduce: 1. Open attached file 2. Copy the first table and paste it Expected result: The table pasted will be the same as its origin table. Actual result: The size of detail row changed in Layout.
2006-01-20 01:52:38
1,137,740,000
closed fixed
a070b56
1,141,800,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/TableLayout.java
Birt
3,750
130,688
Bug 130688 ULocal unsupported(Data)
null
2006-03-06 22:27:33
1,141,700,000
verified fixed
9178029
1,141,700,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DateUtil.java
Birt
3,751
129,700
Bug 129700 Cascaded parameters errors
When I create about 17 individual parameters for a cascaded parameter, I get an error. I've attached the screen shot. This error occurs for about 5 parameters when running against MS SQl Server. I'm also attaching the SQL script and the data file for testing.
2006-02-27 19:43:08
1,141,090,000
resolved fixed
b4a5e8c
1,141,700,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java
Birt
3,752
127,070
Bug 127070 SVG small font is always antialiased
SVG uses glyphs to render fonts, which cause small fonts to be always anti-aliased (making them slightly blurry), and "low quality SVG" (no antialiasing) text to be almost unreadable. As a more minor side-effect this also causes the SVG source to be not very readable and large in size.
2006-02-09 09:56:43
1,139,500,000
resolved fixed
1fe5dfe
1,141,660,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGTextLayout.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGTextRenderer.java
Birt
3,753
129,886
Bug 129886 Delect a column contain the marge row which contain some item, Error message pop up
Details: Delect a column contain the marge row which contain some item, Error message pop up Setp: 1.New a library and add a 3*3 grid 2.Insert a label in cell(1,1) 3.Marge the cell of (1,1) and (1,2) 4.Delete column 1. Actual result: An error message pop up
2006-03-01 01:38:08
1,141,200,000
closed fixed
2fb4143
1,141,630,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/ColumnHandleAdapter.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TableEditPart.java
Birt
3,754
104,760
Bug 104760 "Ctrl+A/X/C/V" doesn't work for label content in layout view.
Description: "Ctrl+A/X/C/V" doesn't work for label content in layout view. Steps to reproduce: 1. Add a label and fill in content.. 2. Press "Ctrl+A/X/C/V" to edit its content. Actual result: it doesn't work.
2005-07-21 23:48:01
1,122,000,000
resolved fixed
510be8f
1,141,620,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/tools/LabelEditManager.java
Birt
3,755
130,276
Bug 130276 [Acceptance][Regression]SWTException when undo delete action on a grouped table
Description: SWTException when undo delete action on a grouped table. Steps to reproduce: 1. New a report,insert a table, add a group. 2. Delete the table and undo it. Result: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3349) at org.eclipse.swt.SWT.error(SWT.java:3272) at org.eclipse.swt.SWT.error(SWT.java:3243) at org.eclipse.swt.widgets.Widget.error(Widget.java:432) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:327) at org.eclipse.swt.widgets.Table.setSelection(Table.java:3388) at org.eclipse.jface.viewers.TableViewer.setSelectionToWidget(TableViewer.java:1116) at org.eclipse.jface.viewers.StructuredViewer.setSelectionToWidget(StructuredViewer.java:1554) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1268) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1322) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1281) at org.eclipse.birt.report.designer.internal.ui.views.attributes.page.FormPage.elementChanged(FormPage.java:667) at org.eclipse.birt.report.model.core.DesignElement.broadcast(DesignElement.java:784) at org.eclipse.birt.report.model.activity.NotificationRecordTask.doTask(NotificationRecordTask.java:199) at org.eclipse.birt.report.model.activity.FilterEventsCompoundRecord.performPostTasks(FilterEventsCompoundRecord.java:76) at org.eclipse.birt.report.model.activity.CompoundRecord.undo(CompoundRecord.java:127) at org.eclipse.birt.report.model.activity.ActivityStack.undo(ActivityStack.java:397) at org.eclipse.birt.report.designer.internal.ui.command.WrapperCommandStack.undo(WrapperCommandStack.java:59) at org.eclipse.gef.ui.actions.UndoAction.run(UndoAction.java:93) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
2006-03-03 02:16:12
1,141,370,000
closed fixed
696046c
1,141,380,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentRecord.java
Birt
3,756
128,582
Bug 128582 Set jpg image to chart background, preview in html, background image is displayed incorrectly.
Set jpg image to chart background, preview in html, background image is displayed incorrectly. Steps: 1.Create a bar chart 2.Set image to chart background 3.Preview in html Actual Results: 1.See the attachment Expected Results: 1.The background image can be previewed correctly.
2006-02-20 00:25:08
1,140,410,000
closed fixed
fa88daf
1,141,330,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java
Birt
3,757
128,155
Bug 128155 Set UrlRedirect to marker range, preview, can not work.
Set UrlRedirect to marker range, preview, can not work. Steps: Data source: sample db Data set: select * from customers 1.Create a bar chart 2.Go to "Select Data" tab, X series: row["CUSTOMERNAME"]; Y series: row["CREDITLIMIT"] 3.Go to "Format Chart" tab, select X axis, click "Markers" button, add a range, from 2.0 to 5.0; range color is yellow; click Interactivity button, add UrlRedirect; 4.Preview in web viewer Actual Results: 1.The interactivity can not work Expected Results: 1.The interactivity can work.
2006-02-16 00:30:28
1,140,070,000
closed fixed
7259479
1,141,330,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java
Birt
3,758
128,590
Bug 128590 Tooltip of chart didn't show completely.
Description: Tooltip of chart didn't show completely. Steps to reproduce: 1. Preview attached report. 2. Move mouse from bottom/right into the chart. Expected result: Tooltip shows. Actual result: Tooltip didn't show completely.
2006-02-20 01:42:26
1,140,420,000
closed fixed
4a32841
1,141,320,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java
Birt
3,759
130,080
Bug 130080 [regression]Insert row action will throw Exception
Description: Insert row action will throw Exception. Steps to reproduce: 1. Insert a grid/table 2. Select one row and right click, select insert row above/below 3. See Error Log Result: java.lang.ArrayIndexOutOfBoundsException: 49 at org.eclipse.birt.report.designer.internal.ui.editors.schematic.layer.TableBorderLayer.drawLeft(TableBorderLayer.java:1100) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.layer.TableBorderLayer.paintFigure(TableBorderLayer.java:101) at org.eclipse.draw2d.Figure.paint(Figure.java:1049) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119) at org.eclipse.draw2d.Figure.paint(Figure.java:1051) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119) at org.eclipse.draw2d.Figure.paint(Figure.java:1051) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1114) at org.eclipse.draw2d.Viewport.paintClientArea(Viewport.java:156) at org.eclipse.draw2d.Figure.paint(Figure.java:1051) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.figures.ReportRootFigure.paintChildren(ReportRootFigure.java:95) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1123) at org.eclipse.draw2d.Figure.paint(Figure.java:1051) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119) at org.eclipse.draw2d.Figure.paint(Figure.java:1051) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119) at org.eclipse.draw2d.Figure.paint(Figure.java:1051) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119) at org.eclipse.draw2d.ScalableFreeformLayeredPane.paintClientArea(ScalableFreeformLayeredPane.java:61) at org.eclipse.draw2d.Figure.paint(Figure.java:1051) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119) at org.eclipse.draw2d.Figure.paint(Figure.java:1051) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1114) at org.eclipse.draw2d.Viewport.paintClientArea(Viewport.java:156) at org.eclipse.draw2d.Figure.paint(Figure.java:1051) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119) at org.eclipse.draw2d.Figure.paint(Figure.java:1051) at org.eclipse.draw2d.DeferredUpdateManager.paint(DeferredUpdateManager.java:145) at org.eclipse.draw2d.LightweightSystem.paint(LightweightSystem.java:196) at org.eclipse.draw2d.LightweightSystem$2.handleEvent(LightweightSystem.java:106) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:949) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:934) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:1240) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3289) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3965) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1799) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2905) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
2006-03-02 01:52:27
1,141,280,000
closed fixed
23140d5
1,141,290,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ListEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/layer/TableBorderLayer.java
Birt
3,760
124,096
Bug 124096 sampledb properties should not be modified by users
steps to reproduce: - create a new data source using the sample database - click on Finish, then go to edit it by double click on it again - change Database URL to "invalid" - change User Name to "invalid" - click on Test Connection expected behavior: - error message is thrown out. actual behavior: - got "connection successful".
2006-01-17 06:14:37
1,137,500,000
closed fixed
dbb32ac
1,141,240,000
data/org.eclipse.birt.report.data.oda.sampledb/src/org/eclipse/birt/report/data/oda/sampledb/SampleDBJDBCConnectionFactory.java
Birt
3,761
129,900
Bug 129900 Designer unit test has failures and errors in daily build 20060301
please see attached log file.
2006-03-01 03:14:38
1,141,200,000
closed fixed
b9f84cd
1,141,210,000
UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/core/commands/CmdBaseTestCase.java UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/core/commands/CreateCommandTest.java UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/core/commands/DeleteCommandTest.java UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/core/commands/FlowMoveChildCmdTest.java UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/core/commands/PasteCommandTest.java UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/core/commands/PasteStructureCommandTest.java UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/core/commands/SetConstraintCommandTest.java UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/internal/ui/util/UIUtilUITest.java UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/testutil/BaseTestCase.java
Birt
3,762
128,928
Bug 128928 [Build2.0.1][Eclipse 3.0]: Interactivity-ToggleVisibility work incorrectly.
[Build2.0.1][Eclipse 3.0][Firefox 1.5]: Interactivity-ToggleVisibility work incorrectly. Steps: 1.Create a bar chart 2.Open chart builder, go to "Format Chart" tab, select chart area, select "Series Toggle visibility" 3.Preview in web viewer Actual Results: 1.Click the legend, the series is unvisible, then click again, the series is still unvisible Expected Results: 1.ToggelVisibility can work correctly.
2006-02-21 22:08:13
1,140,580,000
closed fixed
a12f9e9
1,141,140,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java
Birt
3,763
129,734
Bug 129734 [Regression]Property editor lof ibrary item which is in library layout is blank
Details: Property editor lof ibrary item which is in library layout is blank Setp: 1.New a library 2.Add a label 3.Click the label in layout Actual result: Property editor of the label is blank
2006-02-28 04:27:45
1,141,120,000
closed fixed
8bb66f6
1,141,120,000
UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/LibraryPlugin.java
Birt
3,764
129,424
Bug 129424 BIRT XML ODA Driver does not handle non-English strings properly
When a report is bound to an XML data source with non-English strings, those strings cannot be displayed in the report properly. Steps to reproduce the problem: . Prepare an XML file with some non-English characters in the values/attributes of its XML elements. (A sample XML file with traditional Chinese strings is attached. Those strings can also be replaced by the other non-English strings.) . Inside BIRT's Report Design Perspective, create a new report design. . Use the XML Data Source option to create a new data source with this XML file. . Create a new data set using that data source. If you use the attached XML file, specify "/library/book" for the Table Mapping, and add "/title" to the Column Mapping. Look at the Preview Results and the data in the "title" column are already scrambled. . If we keep going forward to add a single-column table and bind the title column to the table, the preview/generated results shows illegible characters. This would be a serious issue for supporting non-English languages.
2006-02-24 20:01:31
1,140,830,000
verified fixed
e14da95
1,141,110,000
data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParser.java
Birt
3,765
125,060
Bug 125060 Export to CSV should repeat values in each data row
When a user exports content to CSV, they typically do so in order to further manipulate the data using other tools such as Excel. For example, to export the data and then build an Excel Pivot Table around the data. They typically do no want to export the data in it's "visual" format -- they want the raw data so they can work with it. To support this common usage, when exporting to CSV from the viewer, the value for each column should be repeated in each row. That is, we should do a data export rather than trying to approximate the formatted layout of the report. For example, if you export data using BIRT 2.0 from the report design attached to bugzilla entry 125058, you get something like: Classic Cars 1948 Porsche 356-A Roadster Scale: 1:18 ... 1948 Porsche Type 356 Roadster Scale: 1:18 ... 1949 Jaguar XK 120 Scale: 1:24 ... ... This does not support the analysis that users are going to typically want to do. We should export this as: Classic Cars 1948 Porsche 356-A Roadster Scale: 1:18 ... Classic Cars 1948 Porsche Type 356 Roadster Scale: 1:18 ... Classic Cars 1949 Jaguar XK 120 Scale: 1:24 ... ...
2006-01-24 14:51:51
1,138,130,000
resolved fixed
e5e3641
1,141,100,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataIterator.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ExtractionResults.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ResultMetaData.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/Report.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
3,766
117,148
Bug 117148 Support Accessibility
null
2005-11-18 15:57:29
1,132,350,000
closed fixed
c4ae0af
1,141,070,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/AccessibilityValue.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/AttributeFactory.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/Marker.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/TriggerCondition.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/AccessibilityValueImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/AttributeFactoryImpl.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/util/AttributeAdapterFactory.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/util/AttributeSwitch.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/util/AttributeValidator.java
Birt
3,767
125,963
Bug 125963 reportContext.getConfigVariableValue() always returns null
The getConfigVariableValue() method of reportContext always returns null. At least it does with the variables I tried, "BIRT_HOME" and "java.version", and "user.name".
2006-01-31 20:29:13
1,138,760,000
resolved fixed
e9862ab
1,141,030,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ReportContextImpl.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/CellInstance.java
Birt
3,768
129,144
Bug 129144 Support suppressDuplicates property on table row in report engine
See 129143 for detail. This only needs to be supported for data item in a detail row of a table.
2006-02-23 07:25:06
1,140,700,000
resolved fixed
8d83cbb
1,141,030,000
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/ExecutorManager.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TemplateExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/DataItemDesign.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/DefaultReportItemVisitorImpl.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/IReportItemVisitor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/ReportItemDesign.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/TemplateDesign.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
3,769
120,918
Bug 120918 Usability: Tabs above and below Layout Editor are confusing
In BIRT 2.0 (I'm using M3), the Layout Editor has tabs above and below the editor window to give the developer different views. Top: Normal, Master Page, Source Bottom: Layout, Preview, Script What is not clear initially from the UI is that the bottom choices are only available with the "Normal" top choice. In addition, the "Source" label is not clear -- implication is that this is (programatic) source code. The Usability team should look at this to determine what improvements could be made, but a suggestion would be to flatten this into a top set of tabs only: Report Layout, Master Page, Script, XML Report Design, Preview
2005-12-14 12:59:08
1,134,580,000
resolved fixed
ab36ab0
1,140,870,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/SessionHandleAdapter.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/actions/cheatsheets/OpenHelpAction.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/actions/cheatsheets/TemplateBaseAction.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/actions/cheatsheets/TemplateBaseDesignerAction.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/actions/cheatsheets/TemplateCreateGroupAction.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/actions/cheatsheets/TemplateEditGroupAction.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportFormPage.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportLayoutEditorFormPage.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportMasterPageEditorFormPage.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportScriptFormPage.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportXMLSourceEditorFormPage.java UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/schematic/Activator.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/ReportMultiBookPage.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/extension/EditorContributorManager.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/extension/FormPageDef.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/Activator.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/IPageStaleType.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/IReportEditorContants.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/IReportEditorPage.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/IReportProvider.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/NewLibraryWizardAdapterFactory.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/ReportDocumentProvider.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/SaveAsWizardDialogAdapterFactory.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/IDEMultiPageReportEditor.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewTemplateWizard.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/SaveReportAsWizard.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerContextMenuProvider.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerTreeViewPage.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerView.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/AddSelectedLibToCurrentReportDesignAction.java UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/editors/LibraryLayoutEditor.java UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/editors/LibraryLayoutEditorFormPage.java UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/Activator.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/editors/RCPMultiPageReportEditor.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/dialogs/SaveAsDialog.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/NewReportTemplateWizard.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/NewReportWizard.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/WizardNewLibraryCreationPage.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/WizardNewReportCreationPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/DesignerActionBarContributor.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/DeferredGraphicalViewer.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/GraphicalEditorWithFlyoutPalette.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/EditBindingAction.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java 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/ui/actions/BaseInsertMenuAction.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/StackWindowAction.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/editors/AbstractMultiPageEditor.java
Birt
3,770
123,726
Bug 123726 "Top n", "Bottom n" in highlight dialog doesn't work.
Description: "Top n", "Bottom n" in highlight dialog doesn't work. Steps to reproduce: 1. Add a highlight for a table. 2. Set highlight rule: "account_id", "top n", "3", let its font color red. 3. Preview the report, it doesn't work. Attached is design file.
2006-01-13 01:55:11
1,137,140,000
resolved fixed
f6f9106
1,140,770,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/Accumulator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/IAggregation.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/script/NEvaluator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java
Birt
3,771
117,149
Bug 117149 Add additional datapoint markers
I would like to propose adding additional datapoint markers. Attached is a set of markers I would like supported.
2005-11-18 15:58:47
1,132,350,000
closed fixed
19ce577
1,140,750,000
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/Marker.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/MarkerType.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/MarkerImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/LineSeries.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/TypePackage.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/AreaSeriesImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/LineSeriesImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/ScatterSeriesImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/TypePackageImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/LiteralHelper.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/MarkerIconDialog.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/LineSeriesAttributeComposite.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/LineChart.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/ScatterChart.java
Birt
3,772
124,839
Bug 124839 Used deprecated function
The XML file ODA uses a deprecated function: public void close( ) { if( this.spThread != null ) this.spThread.stop(); } The function stop() of thread is deprecated.
2006-01-23 05:29:45
1,138,010,000
resolved fixed
7fb7331
1,140,530,000
data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParser.java data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParserConsumer.java data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopulationUtil.java
Birt
3,773
128,754
Bug 128754 If a head of a XML tree have more than two elements and one of them belongs to the complextype.The tree of the complextype element can not be build.
Description: If a head of a XML tree have more than two elements and one of them belongs to the complextype.The tree of the complextype element can not be build. Steps to reproduce: 1. new a datasource and a dataset based on the XML 2. select the "CannotBuild.xsd" as the schema, and the complextype element cann't build the sub element in the XML structure. 3. new another datasource and another dataset based on the XML 4. select the "CanBuild.xsd" as the schema, and the complextype element can build the sub element in the XML structure. Actual result: A head of a XML tree have more than two elements and one of them belongs to the complextype.The tree of the complextype element can not be build. Expect result: A head of a XML tree have more than two elements and one of them belongs to the complextype.The tree of the complextype element can be build.
2006-02-21 01:51:26
1,140,500,000
closed fixed
03ba613
1,140,530,000
data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopulationUtil.java
Birt
3,774
128,586
Bug 128586 Change parameter in drill through link doesn't work in pdf.
Description: Change parameter in drill through link doesn't work in pdf. Steps to reproduce: 1. New a report source and a report target. 2. Insert a report parameter p1 in target.rptdesign, drag it to Layout. 3. Insert a label in source.rptdesign, define a drill through link to target.rptdesign and set p1 to "first". 4. Preview source.rptdesign in pdf and click the link. 5. Revise drill through link to set p1 to "second", then preview in pdf, click the link. Expected result: Target show "second" as value. Actual result: Target still showed "first"
2006-02-20 01:10:23
1,140,420,000
closed fixed
c1b1cfc
1,140,510,000
engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java
Birt
3,775
128,158
Bug 128158 ResourceException is thrown out when launching Java Debugger
steps to reproduce: - launch Java Debugger - select Available Project, i.e. Java project and Report project - click on Debug expected behavior: - an runtime workbench is started actual behavior: - it only worked for the 1st time, for the 2nd time onwards, the following exceptions were thrown out, org.eclipse.core.internal.resources.ResourceException: Resource /accptest already exists. at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:299) at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:272) at org.eclipse.core.internal.resources.Project.create(Project.java:252) at org.eclipse.birt.report.debug.internal.ui.launcher.util.DebugUtil.importProject(DebugUtil.java:57) at org.eclipse.birt.report.debug.internal.ui.launcher.DebugStartupClass.earlyStartup(DebugStartupClass.java:63) at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:86) at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:66) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.Workbench$18.run(Workbench.java:1614) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) org.eclipse.core.internal.resources.ResourceException: Resource /javascripting already exists. at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:299) at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:272) at org.eclipse.core.internal.resources.Project.create(Project.java:252) at org.eclipse.birt.report.debug.internal.ui.launcher.util.DebugUtil.importProject(DebugUtil.java:57) at org.eclipse.birt.report.debug.internal.ui.launcher.DebugStartupClass.earlyStartup(DebugStartupClass.java:63) at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:86) at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:66) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:785) at org.eclipse.ui.internal.Workbench$18.run(Workbench.java:1614) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
2006-02-16 02:07:47
1,140,070,000
closed fixed
773b75e
1,140,500,000
UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/DebugStartupClass.java
Birt
3,776
126,953
Bug 126953 property editor to show the entire path for all file extentions.
Right now, outline view shows the entire path of a file name, which is very long and takes much space. Instead, only file names should be used in outline view. If user has given a title to the file type (.rptdesign, .rptlibrary, .rpttemplate)that particular title should be shown in outline view. If there is no title given then the saved file name should be shown. The mouse hover on the 'node' will prompt the entire path. Additionally, properties editor under general category of the node should show the path of the file as read only.
2006-02-08 13:48:18
1,139,420,000
verified fixed
7405da1
1,140,490,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/DefaultNodeProvider.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/INodeProvider.java
Birt
3,777
128,380
Bug 128380 XML data sets from large files are tearing
When creating XML data sets from large XML file the data are tearing.
2006-02-17 06:19:37
1,140,180,000
resolved fixed
741de44
1,140,440,000
data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParser.java
Birt
3,778
126,288
Bug 126288 Show default header and footer heights
The default header and footer heights are 0.5 in. These values should be displayed in the Master page's General properties. Currently, these properties are blank, which is misleading. Also, if I specify 0 for header or footer height, the master page layout should not show the header/footer area.
2006-02-02 18:01:43
1,138,920,000
resolved fixed
92c5d8c
1,140,430,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/MasterPageLayout.java
Birt
3,779
123,404
Bug 123404 Pre-define style shouldn't be listed in the style list
Description: Pre-define style shouldn't be listed in the style list Steps to reproduce: 1.Add a label 2.New a pre-define style named "label", set font color to red 3.New a text, select it Expected result: The pre-define style can't apply to the text through any way Actual result: In property editor or properties sheet, the style list lists the pre-define style, and it can be applied to the text Note: In context menu, pre-define style is invisible for the text
2006-01-11 05:48:03
1,136,980,000
closed fixed
0bce620
1,140,410,000
UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerContextMenuProvider.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerTreeViewPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/tools/LibraryElementsToolHandleExtends.java
Birt
3,780
128,334
Bug 128334 List item missing two menu options
steps to reproduce: - create a report - add a list item - right click on the list item, and select Create Template Report Item ... - right click on the list item, and select Revert To Report Item - right click on the list item, and look at the context menu expected behavior: - Revert To Report Item and Revert To Template Item appears actual behavior: - these two options were missing
2006-02-16 21:32:56
1,140,140,000
closed fixed
c9687bc
1,140,170,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/DefaultNodeProvider.java
Birt
3,781
126,428
Bug 126428 "..." in buttons
All the buttons captions that will invoke dialogs should be followed by the .... For example all the Browse buttons, Expression Builder Buttons, Add buttons etc... Identified locations where the change is needed: Property Editor: Browse button for the Preview Image in report properties Property Editor: Add button for Highlighting Rules Style Dialog: Browse button for Background Image Style Dialog: Add and Edit buttons for Map Rules New Report Dialog Step 3: Browse button
2006-02-03 17:22:56
1,139,010,000
verified fixed
aac0213
1,140,160,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java
Birt
3,782
106,425
Bug 106425 Percent value doesn't work properly in height property of image and chart items
Description: Percent value doesn't work properly in height property of image and chart items Steps to reproduce: 1.Insert a chart 2.Set it's width to 100% and height to 100% 3.In Chart Builder,modify some attributes and click OK 4.Insert a image 5.Set it's width to 100% Expected result: It work normal. Actual result: Chart item's width and height changed back to default values. Image shrink to a small size in layout viewer.
2005-08-08 22:16:46
1,123,550,000
closed fixed
4fb7535
1,140,160,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ImageEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/ReportFlowLayout.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/ReportItemConstraint.java
Birt
3,783
127,354
Bug 127354 For template, relative path to template image does not work
Steps to reproduce: 1. Create a new template. 2. In the wizard, in Template Image, type a relative path to an image. For example, use an image in the project directory in which you are creating the template. Expected: It works. Actual: Error "Image file '<file name>' does not exist" shows in the UI. If you go ahead and create the template anyway, you cannot publish to the template folder, because Finish is not enabled.
2006-02-10 20:34:56
1,139,620,000
resolved fixed
40f3576
1,140,160,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardReportSettingPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java
Birt
3,784
126,422
Bug 126422 New Report Wizard
My First Report template should not be selected as a default one thus needs to be moved to the second place. Once the very first report is created by the user, he might never use it again. Clicking on Finish button in the first step in the wizard should result in Blank Report creation. Remove the Show Report Cheat Sheet option for this report, since once unselected- it defeats the purpose of this report template.
2006-02-03 17:04:46
1,139,000,000
verified fixed
39f865a
1,140,150,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardTemplateChoicePage.java
Birt
3,785
128,166
Bug 128166 the xml data can be displayed incorrectly
Description: the xml data can be displayed incorrectly Steps to reproduce: 1. import the attached report design file. 2. set a table mapping as '//Book' 3. add a column mapping '../@location' 4. save and preview. Actual result: the 'Sunderland' is displayed Expect result: the 'Paris' is displayed
2006-02-16 04:12:32
1,140,080,000
closed fixed
5e74ce6
1,140,110,000
data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/RelationInformation.java data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParserComplexNestedQueryHelper.java data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParserConsumer.java
Birt
3,786
128,150
Bug 128150 [SMOKE][SPM-Linux]Table Item can't be changed to template item
[SMOKE][Regression][SPM-Linux]Table Item can't be changed to template item Setp: New a template and insert a table, right click to create Template Report Item. An error message pop up. org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:123) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:105) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.handleException(AbstractElementAction.java:132) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:91) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.WrapperSelectionAction.run(WrapperSelectionAction.java:60) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1059) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3061) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2743) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1762) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:397) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.designer.core.model.schematic.RowHandleAdapter.getTableParent(RowHandleAdapter.java:242) at org.eclipse.birt.report.designer.core.model.schematic.RowHandleAdapter.getType(RowHandleAdapter.java:156) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.handles.RowHandle.getImage(RowHandle.java:258) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.handles.RowHandle.paintFigure(RowHandle.java:166) at org.eclipse.draw2d.Figure.paint(Figure.java:1049) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119) at org.eclipse.draw2d.Figure.paint(Figure.java:1051) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119) at org.eclipse.draw2d.Figure.paint(Figure.java:1051) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1119) at org.eclipse.draw2d.Figure.paint(Figure.java:1051) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1087) at org.eclipse.draw2d.Figure.paintClientArea(Figur
2006-02-15 22:50:40
1,140,060,000
closed fixed
ed54c0a
1,140,080,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/handles/RowHandle.java
Birt
3,787
126,632
Bug 126632 Template label does not have id attribute in html output.
Overview Description: Template label with a value defined is not given an "id" attribute in html output. The attached report (label.rptdesign) has a template label with the text "Template Label Text". When the report is shown in the preview pane, the div tag containing the label text does not have an id attribute. In contrast, the table tag has an id attribute with a unique id. Steps to reproduce: Open attached report label.rptdesign. Select "preview" tab. View source for the resulting html page. Actual results: div tag containing label text does not have an id attribute. Expected results: div tag contaiing label text has a unique id attribute.
2006-02-06 15:03:49
1,139,260,000
resolved fixed
aa164a8
1,140,070,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java
Birt
3,788
124,450
Bug 124450 manually reorder report parameters will change their names
steps to reproduce: - create three report parameters, use their default parameter names - move the third one to the head of the list, its name changes from NewParameter2 to NewParameter21 expected behavior: - the list is reordered, and the name of report parameters remains intact. actual bahavior: - the list was reordered, but the name of report parameters changed.
2006-01-19 01:36:09
1,137,650,000
closed fixed
97cb2c2
1,140,060,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/core/INameManager.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/NameSpaceRecord.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java
Birt
3,789
125,084
Bug 125084 -o option does not work when generating PDF with ReportRunner
My command line looks like this: %JAVACMD% -cp "%BIRTCLASSPATH%" -DBIRT_HOME="%BIRT_HOME%\Report Engine" org.eclipse.birt.report.engine.api.ReportRunner -f PDF -o output pdfTest.rptdesign It would seem there is no way to specify the name of the output pdf file, I need different outputs for different parameters. I get the stacktrace below: WARNING: output\pdfTest.PDF (The system cannot find the path specified) java.io.FileNotFoundException: output\pdfTest.PDF (The system cannot find the pa th specified) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:179) at java.io.FileOutputStream.<init>(FileOutputStream.java:131) at org.eclipse.birt.report.engine.emitter.pdf.PDFEmitter.initialize(PDFE mitter.java:172) at org.eclipse.birt.report.engine.layout.impl.ReportLayoutEngine.initial ize(ReportLayoutEngine.java:415) at org.eclipse.birt.report.engine.presentation.WrappedEmitter.initialize (WrappedEmitter.java:44) at org.eclipse.birt.report.engine.presentation.LocalizedEmitter.initiali ze(LocalizedEmitter.java:129) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.createConten tEmitter(RunAndRenderTask.java:145) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRe nderTask.java:174) at org.eclipse.birt.report.engine.api.ReportRunner.runAndRenderReport(Re portRunner.java:232) at org.eclipse.birt.report.engine.api.ReportRunner.execute(ReportRunner. java:158) at org.eclipse.birt.report.engine.api.ReportRunner.main(ReportRunner.jav a:129)
2006-01-24 17:35:49
1,138,140,000
resolved fixed
123b922
1,140,000,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLActionHandler.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java
Birt
3,790
123,368
Bug 123368 [SPM-Linux WS]Height of item area can't revert
Details: Height of item area can't revert Setp: 1.Insert a label and input some words. 2.Modify the label size to 10cm. 3.Undo that or set it to 10point. Actual result: 10cm is bigger than 10point, when I undo it, words is revert to 10point, but the area of the label can't revert.
2006-01-10 22:04:10
1,136,950,000
closed fixed
35a88f5
1,139,980,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/LabelEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java
Birt
3,791
124,620
Bug 124620 Referenced Parameter icon should be invalid if the parameter in library is deleted
Description: Referenced parameter icon should be invalid if the source parameter in library is deleted. Steps to reproduce: 1.Create a library. Insert a report scalar parameter. 2.Create a report, use the above library. In the library explorer, pull the parameter to the data explorer view of report. 3.Open the library file, delete the parameter. Then reopen the report design file, the icon of parameter seems nothing happened. But if those operations happened in dataset, the icon of dataset in the report will be invalid. It is acceptable. Expected Result: The icon of referenced parameter should be invalid.
2006-01-20 05:16:11
1,137,750,000
closed fixed
cfd9310
1,139,980,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/ElementExtendsValidator.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/metadata/ExtendsPropertyType.java
Birt
3,792
125,678
Bug 125678 The original chart instance in report design handle is not modified after running the report.
The original chart instance in report design handle is not modified after running the report. In my application, I get the design time instance of chart, and then I call method which runs the report. I expect chart bound with data after running the report. The same functionality was working fine (I mean: BIRT was returning chart bound with data after running report) till BIRT2.0M3. It's not working as expected in BIRT RC and 2.0 version.
2006-01-30 04:52:32
1,138,610,000
resolved fixed
fd74cda
1,139,940,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java
Birt
3,793
124,599
Bug 124599 Shortcut delete and menu delete act different in table column.
null
2006-01-20 02:08:42
1,137,740,000
closed fixed
df0e1f9
1,139,900,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/GraphicalEditorWithFlyoutPalette.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TableUtil.java
Birt
3,794
124,193
Bug 124193 Parent axis doesn't work for recursive XPath
When table mapping for XML files is specified via recursive XPath: e.g. "//book", the parent axis access is broken for column mappings on such table: e.g. "../bookstore/@name" will not work. Same parent axis access works fine if non-recursive XPath is used for table mapping: e.g. "/bookstore/book".
2006-01-17 14:42:27
1,137,530,000
resolved fixed
bd18b8b
1,139,570,000
data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/RelationInformation.java data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParserConsumer.java data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/XPathPopulationUtil.java
Birt
3,795
124,597
Bug 124597 Error message pop up which from length of JS-Expression is error
Details: Error message pop up which from length of JS-Expression is error Setp: 1.New a datasource and dataset contain "row["First"]" 2.Insert a table in layout and a data in details 3.Input "row["FIRST"].length" in data expression 4.Preview Actual result: "FIRST" is a error input words, but it can preview some words in table: org.eclipse.birt.data.engine.script.DataExceptionMocker@1502283 But it has not pop up some error message. Expection result: Pop up an error message
2006-01-20 01:34:32
1,137,740,000
closed fixed
ce2552f
1,139,550,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java
Birt
3,796
126,390
Bug 126390 IDataSetInstance needs method to return column information
There is no way to get the Java equivalent of the JavaScript columnDefns array, which describes the columns in a data set.
2006-02-03 13:57:46
1,138,990,000
resolved fixed
1f65f0b
1,139,530,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IColumnMetaData.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDataSetInstance.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ColumnMetaData.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/DataSetInstance.java
Birt
3,797
124,777
Bug 124777 Set blank tooltip in chart title will cause exception when preview.
Description: Set blank tooltip in chart title will cause exception when preview. Steps to reproduce: 1. New a simple chart 2. Add title interactivity: mouse over/show tooltip, keep tooltip text blank and click Add button. 3. Preview the chart in viewer and move mouse over the chart title. Expected result: Nothing happen. Actual result: Unexpected exception dialog poped up.
2006-01-21 05:21:49
1,137,840,000
closed fixed
0110ca8
1,139,500,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java
Birt
3,798
124,610
Bug 124610 Add a filter on a boolean computed column will cause error.
Description: Add a filter on a boolean computed column will cause error. Steps to reproduce: 1. New a BIRT sample data source and a dataset from table "orders" 2. Create a computed column with name="yes/no", type = any(no boolean for choose), value= if(row[1]%2==0){ true; }else{ false; } 3. Drag the dataset from Data Explorer to Layout 4. Select the table, click Filters tab in Property Editor. 5. Click Add button. 6. Select yes/no as Expression, Is True as Operator. 7. Save and preview. Expected result: Filter works. Actual result: Error0 : data.engine.ConvertToDataTypeError ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: can not be converted to class java.lang.Boolean.
2006-01-20 04:03:17
1,137,750,000
closed fixed
1124879
1,139,490,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java
Birt
3,799
124,985
Bug 124985 Data set component returns no rows for the JDBC driver
null
2006-01-24 06:28:06
1,138,100,000
resolved fixed
264f78d
1,139,480,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java
Birt
3,800
126,677
Bug 126677 Improper handling with importing CSS file which contains underscore in selector
When trying to import a CSS file in BIRT report designer 2.0 which contains underscore in selector, e.g: table_Footer_Row { background-color: #000099; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold; } BIRT just ignores this style without poping up any message, thus my question is does BIRT supports the selector with underscore? Thanks!
2006-02-06 22:11:45
1,139,280,000
resolved wontfix
e9642c0
1,139,300,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/css/CssStyleSheetHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssErrorHandler.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssParser.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyleSheet.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/StyleSheetLoader.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/CssPropertyUtil.java
Birt
3,801
123,915
Bug 123915 Add table-fetch limitation when DataSet Editor is populating table names.
When fetch table names from database of large volume of data, there lies a possibility that the editor window will be frozen because of the population of huge number of table names. This should be enhanced. A handy solution might be limiting the number of table names being fetched each schema.
2006-01-15 21:32:04
1,137,380,000
resolved fixed
1e12296
1,139,280,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/preferences/DateSetPreferencePage.java data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
3,802
124,629
Bug 124629 Use Top/Bottom n in a field containing null value inside will cause DataException.
Description: Use Top/Bottom n in a field containing null value inside will cause DataException. Steps to reproduce: 1. New a data source and dataset 2. Add a filter on a field, set operator to top 5 3. Click Preview Result. Result: A BIRT exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Data Engine Plug-in ID:org.eclipse.birt.data Version:2.0.0 Error Code:data.engine.DataConversionError Error Message:An error happened in data type conversion. Can not convert the value of {NULL_VALUE_!@#$%^&} to Double type.
2006-01-20 06:31:10
1,137,760,000
closed fixed
56a227d
1,139,200,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/NEvaluator.java
Birt
3,803
124,776
Bug 124776 Set drill-through with bookmark to chart value series, preview in web viewer, can not link to book mark.
Set drill-through with bookmark to chart value series, preview in web viewer, can not link to book mark. Steps: 1.Create a target report, create some items, set one item's bookmark to "abc" 2.Create a new report, create a chart, set url redirect to value series 3.Set drill-through to target report and select the bookmark "abc" 4.Preview in web viewer Actual Results: 1.Click the chart series, can not link to book mark. Expected Results: 1.Click the chart series, can link to book mark.
2006-01-21 05:16:09
1,137,840,000
closed fixed
6b9ac70
1,138,110,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/BIRTActionEvaluator.java
Birt
3,804
124,761
Bug 124761 When add two filters, one is 'State is equal to CA' and the other is 'EmployeeId is Top 10',the data can be extracted.
Description: When add two filters, one is 'State is equal to CA' and the other is 'EmployeeId is Top 10',the data can not be extracted. Steps to reproduce: 1. import the attached report 2. preview Actual result: the data can not be extracted. Expect result: The intersection set of the data 'State is equal to CA' and the data 'EmployeeId is Top 10' should be displayed.
2006-01-20 23:59:24
1,137,820,000
closed fixed
e985db2
1,137,850,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/FilterByRow.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odi/FilterUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odi/IQuery.java
Birt
3,805
123,966
Bug 123966 BIRT designer became very slow/hang after opening a report which included non-existed library
Delele the library that has binded the report, reopen the report, throws exception Steps: 1.Create a library 2.Create a report, use the library 3.Close the report 4.Delete the library 5.Reopen the report Actual Results: 1.System throws exception 2.Switch outline view, click Library, system can block. java.lang.NumberFormatException: I OIoEaEeO at org.eclipse.birt.report.designer.util.FixTableLayoutCalculator.getIntColWidth(FixTableLayoutCalculator.java:308) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayoutHelper.calculateColumnWidth(TableLayoutHelper.java:37) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayout.caleLayoutData(TableLayout.java:596) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayout.layout(TableLayout.java:157) at org.eclipse.draw2d.Figure.layout(Figure.java:928) at org.eclipse.draw2d.Figure.validate(Figure.java:1604) at org.eclipse.draw2d.Figure.validate(Figure.java:1606) at org.eclipse.draw2d.FreeformLayeredPane.validate(FreeformLayeredPane.java:122) at org.eclipse.draw2d.Figure.validate(Figure.java:1606) at org.eclipse.draw2d.FreeformLayeredPane.validate(FreeformLayeredPane.java:122) at org.eclipse.draw2d.Figure.validate(Figure.java:1606) at org.eclipse.draw2d.Viewport.validate(Viewport.java:357) at org.eclipse.draw2d.Figure.validate(Figure.java:1606) at org.eclipse.draw2d.Figure.validate(Figure.java:1606) at org.eclipse.draw2d.Figure.validate(Figure.java:1606) at org.eclipse.draw2d.FreeformLayeredPane.validate(FreeformLayeredPane.java:122) at org.eclipse.draw2d.Figure.validate(Figure.java:1606) at org.eclipse.draw2d.FreeformLayeredPane.validate(FreeformLayeredPane.java:122) at org.eclipse.draw2d.Figure.validate(Figure.java:1606) at org.eclipse.draw2d.FreeformLayeredPane.validate(FreeformLayeredPane.java:122) at org.eclipse.draw2d.FreeformViewport$FreeformViewportLayout.calculatePreferredSize(FreeformViewport.java:28) at org.eclipse.draw2d.AbstractLayout.getPreferredSize(AbstractLayout.java:93) at org.eclipse.draw2d.AbstractHintLayout.getPreferredSize(AbstractHintLayout.java:86) at org.eclipse.draw2d.Figure.getPreferredSize(Figure.java:648) at org.eclipse.draw2d.ScrollPaneSolver.solve(ScrollPaneSolver.java:75) at org.eclipse.draw2d.FigureCanvas.layoutViewport(FigureCanvas.java:222) at org.eclipse.draw2d.FigureCanvas.access$4(FigureCanvas.java:220) at org.eclipse.draw2d.FigureCanvas$3.notifyValidating(FigureCanvas.java:185) at org.eclipse.draw2d.UpdateManager.fireValidating(UpdateManager.java:93) at org.eclipse.draw2d.DeferredUpdateManager.validateFigures(DeferredUpdateManager.java:233) at org.eclipse.draw2d.DeferredUpdateManager.performUpdate(DeferredUpdateManager.java:137) at org.eclipse.birt.report.designer.internal.ui.editors.notification.ReportDeferredUpdateManager.performUpdate(ReportDeferredUpdateManager.java:33) at org.eclipse.draw2d.LightweightSystem.controlResized(LightweightSystem.java:146) at org.eclipse.draw2d.LightweightSystem$3.controlResized(LightweightSystem.java:122) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:148) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801) at org.eclipse.swt.widgets.Control.WM_SIZE(Control.java:4171) at org.eclipse.swt.widgets.Scrollable.WM_SIZE(Scrollable.java:312) at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:875) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3037) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1468) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3050) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method) at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1044) at org.eclipse.swt.widgets.Control.forceResize(Control.java:630) at org.eclipse.swt.widgets.Control.getLocation(Control.java:825) at org.eclipse.birt.report.designer.internal.ui.editors.rulers.EditorRulerComposite.doLayout(EditorRulerComposite.java:323) at org.eclipse.birt.report.designer.internal.ui.editors.rulers.EditorRulerComposite.layout(EditorRulerComposite.java:506) at org.eclipse.birt.report.designer.internal.ui.editors.rulers.EditorRulerComposite$5.handleEvent(EditorRulerComposite.java:553) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801) at org.eclipse.swt.widgets.Control.WM_SIZE(Control.java:4171) at org.eclipse.swt.widgets.Scrollable.WM_SIZE(Scrollable.java:312) at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:875) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3037) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1468) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3050) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method) at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:432) at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:398) at org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:499) at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:887) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3037) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1468) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3050) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method) at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1044) at org.eclipse.swt.widgets.Control.setBounds(Control.java:1882) at org.eclipse.swt.widgets.Control.setBounds(Control.java:1861) at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:148) at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:884) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3037) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1468) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3050) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method) at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:432) at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:398) at org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:499) at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:887) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3037) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1468) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3050) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method) at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1044) at org.eclipse.swt.widgets.Control.setBounds(Control.java:1882) at org.eclipse.swt.widgets.Control.setBounds(Control.java:1861) at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:148) at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:884) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3037) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1468) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3050) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method) at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:432) at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:398) at org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:499) at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:887) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3037) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1468) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3050) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method) at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1044) at org.eclipse.swt.widgets.Control.setBounds(Control.java:1882) at org.eclipse.swt.widgets.Control.setBounds(Control.java:1861) at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:148) at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:884) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3037) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1468) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3050) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method) at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1044) at org.eclipse.swt.widgets.Control.setBounds(Control.java:1882) at org.eclipse.swt.widgets.Control.setBounds(Control.java:1861) at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:148) at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:884) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3037) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1468) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3050) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338) at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method) at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1044) at org.eclipse.swt.widgets.Control.setBounds(Control.java:1882) at org.eclipse.swt.widgets.Control.setBounds(Control.java:1861) at org.eclipse.swt.widgets.Control.setBounds(Control.java:1926) at org.eclipse.ui.internal.LayoutPart.setBounds(LayoutPart.java:290) at org.eclipse.ui.internal.presentations.PresentablePart.setBounds(PresentablePart.java:115) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.layout(DefaultPartPresentation.java:723) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.setControlSize(DefaultPartPresentation.java:733) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart(DefaultPartPresentation.java:1128) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:946) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:921) at org.eclipse.ui.internal.EditorStack.setSelection(EditorStack.java:196) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1020) at org.eclipse.ui.internal.PartStack.add(PartStack.java:290) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:121) at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:59) at org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:266) at org.eclipse.ui.internal.EditorManager$4.run(EditorManager.java:694) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:683) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:779) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:582) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:570) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2244) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2177) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2169) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2156) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2151) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:299) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:96) at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:94) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:111) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:293) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:624) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:388) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:429) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:427) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:635) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:731) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:211) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:206) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:238) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) 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.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688)
2006-01-16 10:04:36
1,137,420,000
closed fixed
d912f03
1,137,750,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/ReportColorConstants.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/DestroyEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/GraphicalPartFactory.java
Birt
3,806
124,600
Bug 124600 delete Grid Column causes NPE thrown out in error log
steps to reproduce: - insert a 3*3 grid - delete grid columns one by one expected behavior: - these operations should completed without any error. actual behavior: - after i deleted the 3rd column, NPE was thrown out in error log.
2006-01-20 02:11:45
1,137,740,000
closed fixed
35d7d55
1,137,750,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DNDUtil.java
Birt
3,807
124,444
Bug 124444 Preview attached file in pdf will display nothing.
Description: Preview attached file in pdf will display nothing. Steps to reproduce: 1. Preview attached design file in pdf Expected result: Report content shows Actual result: Wait for 10 minutes but nothing showed at all
2006-01-19 00:01:23
1,137,650,000
closed fixed
8793485
1,137,740,000
engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/IDataEngine.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/DteDataEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/QueryItemExecutor.java
Birt