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
808
273,381
Bug 273381 The first level position is incorrect when level pagebreak happened
null
2009-04-23 03:36:14
1,240,470,000
verified fixed
22df4fd
1,241,750,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/TableBreakBuffer.java
Birt
809
275,259
Bug 275259 Table does not work correctly in Web Viewer if horizontal page break happens [0002] [0301]
null
2009-05-07 02:48:55
1,241,680,000
closed fixed
47f51b2
1,241,750,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/buffermgr/TableContentLayout.java
Birt
810
273,524
Bug 273524 beforeGeneration causing an NPE
After adopting BIRT 2.3.2, we started seeing NPEs caused by the following javascript in our design file. I have attached a simplified version of the report design file. Just open it and preview it and the exception will happen. If you edit the beforeGeneration method and comment out the line: xAxisPrimary.getScale().setMin(start); then the problem goes away. But we need that line to work around another bug where BIRT sometimes leaves big blank gaps atv the begining of a chart.
2009-04-23 19:04:24
1,240,530,000
verified fixed
0088e79
1,241,750,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java
Birt
811
273,992
Bug 273992 Only first row of items are displayed when items are set to display inline.
null
2009-04-28 05:17:49
1,240,910,000
verified fixed
11b22f8
1,240,990,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ImageAreaLayout.java
Birt
812
274,234
Bug 274234 Exception throws out when you right click in data preview pane in shared resultset case.
description: Exception throws out when you right click in data preview pane in shared resultset case. build id: 2.5.0 v20090429-0630 steps to reproduce: 1. New a table, binding to a dataset. 2. Create a chart view for the table, or new a chart and share the resultset from the table. 3. On select data page, right click column name. Actual result: Exception throws out in error log and no context menu pops up. Error log: java.lang.NullPointerException at org.eclipse.birt.chart.ui.swt.wizard.data.BaseDataDefinitionComponent.isValidExpression(BaseDataDefinitionComponent.java:1177) at org.eclipse.birt.chart.ui.swt.DataDefinitionTextManager.isValidExpression(DataDefinitionTextManager.java:282) at org.eclipse.birt.chart.ui.swt.DataDefinitionTextManager.isAcceptableExpression(DataDefinitionTextManager.java:308) at org.eclipse.birt.chart.reportitem.ui.StandardChartDataSheet$GroupYSeriesAction.<init>(StandardChartDataSheet.java:1767) at org.eclipse.birt.chart.reportitem.ui.StandardChartDataSheet.getGroupSeriesMenu(StandardChartDataSheet.java:1978) at org.eclipse.birt.chart.reportitem.ui.StandardChartDataSheet.getActionsForTableHead(StandardChartDataSheet.java:1859) at org.eclipse.birt.chart.reportitem.ui.StandardChartDataSheet$11.menuAboutToShow(StandardChartDataSheet.java:1889) at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:335) at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:466) at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:462) at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:488) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:235) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008) at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4241) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3945) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1578) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1973) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4589) at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:251) at org.eclipse.swt.widgets.Display.runPopups(Display.java:3906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3467) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.open(WizardBase.java:87) at org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:200) at org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:258) at org.eclipse.birt.report.designer.internal.ui.processor.ExtenedElementProcessor.editElement(ExtenedElementProcessor.java:64) at org.eclipse.birt.report.designer.internal.ui.command.CreateChartHandler.execute(CreateChartHandler.java:69) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:291) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:178) at org.eclipse.birt.report.designer.internal.ui.command.CommandUtils.executeCommand(CommandUtils.java:120) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.CreateChartAction.run(CreateChartAction.java:93) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2209) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511) at org.eclipse.equinox.launcher.Main.run(Main.java:1284)
2009-04-29 01:24:21
1,240,980,000
closed fixed
929e390
1,240,990,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java
Birt
813
274,218
Bug 274218 OK and Cancel button are hidden when opening highlight dialog
Steps: 1, New a data item 2, Add a highlight for data item 3, Check the OK and Cancel button 4, Resize the dialog Build Info 2.5.0 v20090429-0630 After step3, OK and Cancel buttons are hidden, and after step4, they appeared.
2009-04-28 22:00:09
1,240,970,000
verified fixed
8ed0f51
1,240,980,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HighlightRuleBuilder.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/MapRuleBuilder.java
Birt
814
273,556
Bug 273556 Exception occurs when adding aggregation into crosstab by Dnd
Description: Exception occurs when adding aggregation into crosstab by Dnd Build number: 2.5.0.v20090424-0630 Steps to reproduce: 1, New a crosstab with levels and measures 2, Dnd aggregation builder from palette into crosstab measure area 3, Specify the expressoin and click OK Expected result: No exception occurs after step3 Actual result: After step3, Exception occurred to block the creation. Error log: org.eclipse.birt.report.designer.core.runtime.GUIException: Posn: -1, List Size: 2 at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:78) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:169) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:150) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:89) at org.eclipse.birt.report.item.crosstab.internal.ui.AggregationDropAdapter.performDrop(AggregationDropAdapter.java:124) at org.eclipse.birt.report.designer.internal.ui.dnd.DNDService.performDrop(DNDService.java:160) at org.eclipse.birt.report.designer.internal.ui.palette.DesignerPaletteFactory$2$1.performCreation(DesignerPaletteFactory.java:117) at org.eclipse.gef.tools.CreationTool.handleButtonUp(CreationTool.java:178) at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java:1064) at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:263) at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseReleased(DomainEventDispatcher.java:374) at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(LightweightSystem.java:538) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:207) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2209) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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.equinox.launcher.Main.invokeFramework(Main.java:556) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511) at org.eclipse.equinox.launcher.Main.run(Main.java:1284) Caused by: java.lang.IndexOutOfBoundsException: Posn: -1, List Size: 2 at org.eclipse.birt.report.model.command.ComplexPropertyCommand.removeItem(ComplexPropertyCommand.java:377) at org.eclipse.birt.report.model.api.PropertyHandle.removeItem(PropertyHandle.java:329) at org.eclipse.birt.report.model.api.SimpleValueHandle.removeItem(SimpleValueHandle.java:477) at org.eclipse.birt.report.item.crosstab.internal.ui.AggregationDropAdapter.performDrop(AggregationDropAdapter.java:91) ... 32 more
2009-04-24 03:55:55
1,240,560,000
closed fixed
0a2691d
1,240,980,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/AggregationDropAdapter.java
Birt
815
273,367
Bug 273367 [Automation]Failed to preview crosstab if url didn't specify time zone
null
2009-04-22 23:21:04
1,240,460,000
closed fixed
eec2921
1,240,980,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java
Birt
816
274,226
Bug 274226 [Regression] Exception is thrown out after update BIRT from update site and restart [00]
null
2009-04-28 23:14:38
1,240,970,000
closed fixed
59e6a50
1,240,980,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/swt/custom/FormWidgetFactory.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/ReportPlugin.java
Birt
817
225,695
Bug 225695 BIRT's numeric format can produce "-0"
null
2008-04-04 01:24:57
1,207,290,000
verified fixed
6395bd8
1,240,900,000
core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/format/NumberFormatterTest.java core/org.eclipse.birt.core/src/org/eclipse/birt/core/format/NumberFormatter.java engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/ParameterConverterTest.java
Birt
818
271,741
Bug 271741 Setting a folder as webapp class path leads to error.
This error happens when a folder is set into EngineConfig as webapp class loader. Reproduce steps: 1. create EngineConfig as follows, spcifiy a folder as WEBAPP_CLASSPATH_KEY. EngineConfig engineConfig = new EngineConfig(); engineConfig.setProperty(EngineConstants.WEBAPP_CLASSPATH_KEY, "file:/%Folder path%" ); 2. create a ReportEngine with above engine config, create an engine task(RunTask, RenderTask, etc.) using the report engine, then run the task. Then error message displayed: NIO: can't load the class from file:/D:/workspace/BIRT%20express2/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/input/scripts java.util.zip.ZipException: The system cannot find the file specified at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:203) at java.util.jar.JarFile.<init>(JarFile.java:132) at java.util.jar.JarFile.<init>(JarFile.java:70) at org.eclipse.birt.core.framework.URLClassLoader$JarLoader.<init>(URLClassLoader.java:319) at org.eclipse.birt.core.framework.URLClassLoader.createLoader(URLClassLoader.java:498) at org.eclipse.birt.core.framework.URLClassLoader.<init>(URLClassLoader.java:94) at org.eclipse.birt.report.engine.api.impl.ReportEngine.createEngineClassLoader(ReportEngine.java:758) at org.eclipse.birt.report.engine.api.impl.ReportEngine.getEngineClassLoader(ReportEngine.java:712) at org.eclipse.birt.report.engine.executor.ApplicationClassLoader.createDesignClassLoader(ApplicationClassLoader.java:135) at org.eclipse.birt.report.engine.executor.ApplicationClassLoader.loadClass(ApplicationClassLoader.java:76) at org.eclipse.birt.core.script.ScriptContext.setApplicationClassLoader(ScriptContext.java:409) at org.eclipse.birt.report.engine.executor.ExecutionContext.getApplicationClassLoader(ExecutionContext.java:1687) at org.eclipse.birt.report.engine.executor.ExecutionContext.initializeScriptContext(ExecutionContext.java:413) at org.eclipse.birt.report.engine.executor.ExecutionContext.getScriptContext(ExecutionContext.java:1005) at org.eclipse.birt.report.engine.executor.ExecutionContext.getSharedScope(ExecutionContext.java:998) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.<init>(AbstractDataEngine.java:105) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.<init>(DteDataEngine.java:56) at org.eclipse.birt.report.engine.data.DataEngineFactory.createDataEngine(DataEngineFactory.java:101) at org.eclipse.birt.report.engine.executor.ExecutionContext.openDataEngine(ExecutionContext.java:769) at org.eclipse.birt.report.engine.executor.ExecutionContext.getDataEngine(ExecutionContext.java:791) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:119) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:60) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplciateReportExecutor.execute(SuppressDuplciateReportExecutor.java:52) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:60) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:155) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:70) at org.eclipse.birt.report.tests.engine.BaseEmitter.runandrender_emitter(BaseEmitter.java:71) at org.eclipse.birt.report.tests.engine.api.IColumnTest.testIColumn(IColumnTest.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:62) at org.eclipse.pde.internal.junit.runtime.CoreTestApplication.run(CoreTestApplication.java:23) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511) at org.eclipse.equinox.launcher.Main.run(Main.java:1284) at org.eclipse.equinox.launcher.Main.main(Main.java:1260)
2009-04-09 03:59:43
1,239,260,000
verified fixed
d7b8220
1,240,900,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/framework/URLClassLoader.java
Birt
819
273,377
Bug 273377 Set locale on data item does not work correctly in excel output.
null
2009-04-23 02:51:40
1,240,470,000
verified fixed
c9853e0
1,240,890,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java
Birt
820
271,861
Bug 271861 Xtab with defined width displayed inconsistently in PDF and HTML
null
2009-04-10 01:51:28
1,239,340,000
closed fixed
2462629
1,240,560,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLPerformanceOptimize.java engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLVisionOptimize.java
Birt
821
273,374
Bug 273374 Duplicate label added in measure header after creating a derived measure
Description: Duplicate label added in measure header after creating a derived measure Build number: 2.5.0.v20090423-0630 Steps to reproduce: 1, New a crosstab with measure 2, Add a derived measure 3, Check the label in derived measure header Expected result: Only one label is added Actual result: There are two labels added in derived measure header Error log:
2009-04-23 01:40:38
1,240,470,000
closed fixed
6dde76a
1,240,470,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/action/AddComputedMeasureAction.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/action/AddMeasureViewHandleAction.java
Birt
822
273,366
Bug 273366 Exception is thrown out when you select format for text item.
description: Exception is thrown out when you select format for text item. build id: 2.5.0 v20090422-0630 steps to reproduce: 1. Insert a text. 2. Click the list of list box, select a format and click OK. Actual result: Value of does not work and exception throws out in error log. Error log: java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Ljava.lang.String; at org.eclipse.birt.report.designer.ui.dialogs.TextEditor.insertFormat(TextEditor.java:1169) at org.eclipse.birt.report.designer.ui.dialogs.TextEditor.access$13(TextEditor.java:1165) at org.eclipse.birt.report.designer.ui.dialogs.TextEditor$14.widgetSelected(TextEditor.java:1139) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:770) at org.eclipse.swt.custom.CCombo.listEvent(CCombo.java:1046) at org.eclipse.swt.custom.CCombo$1.handleEvent(CCombo.java:115) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.birt.report.designer.ui.dialogs.BaseDialog.open(BaseDialog.java:110) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.TextEditPart.performDirectEdit(TextEditPart.java:57) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.performRequest(ReportElementEditPart.java:149) at org.eclipse.gef.tools.SelectEditPartTracker.performOpen(SelectEditPartTracker.java:187) at org.eclipse.gef.tools.SelectEditPartTracker.handleDoubleClick(SelectEditPartTracker.java:131) at org.eclipse.gef.tools.AbstractTool.mouseDoubleClick(AbstractTool.java:955) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.tools.ReportElementDragTracker.mouseDoubleClick(ReportElementDragTracker.java:125) at org.eclipse.gef.tools.SelectionTool.mouseDoubleClick(SelectionTool.java:501) at org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:208) at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked(DomainEventDispatcher.java:285) at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick(LightweightSystem.java:508) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:183) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2209) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511) at org.eclipse.equinox.launcher.Main.run(Main.java:1284)
2009-04-22 22:32:11
1,240,450,000
verified fixed
bf4c22c
1,240,460,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/TextEditor.java
Birt
823
272,280
Bug 272280 Text of label is not clipped when preview in HTML if label has height and width in fix layout
null
2009-04-15 05:56:46
1,239,790,000
closed fixed
1972ebe
1,240,460,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLEmitter.java
Birt
824
273,365
Bug 273365 Aggregation layout is incorrect when selecting Rank function in crosstab
null
2009-04-22 22:26:44
1,240,450,000
closed fixed
8674214
1,240,460,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java
Birt
825
273,028
Bug 273028 The inline item with "Width: 100%" does not work correctly in Layout [03]
null
2009-04-21 04:04:29
1,240,300,000
closed fixed
3e0bbeb
1,240,450,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/ReportFlowLayout.java
Birt
826
271,568
Bug 271568 org.eclipse.birt.report.designer.tests run failed.
null
2009-04-08 03:51:33
1,239,180,000
closed fixed
11ea108
1,240,390,000
UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/util/ImageManagerTest.java
Birt
827
273,175
Bug 273175 [Regression] "Can not find the tag library descriptor for "/chart.tld"" happens after create a BIRT Chart Web Project [0603]
Description: "Can not find the tag library descriptor for "/chart.tld"" happens after create a BIRT Chart Web Project. Build number: 2.5.0.v20090421-0630 Steps to reproduce: 1. Create a BIRT Chart Web Project. Expected result: There is no error. Actual result: Error happens in index.jsp: "Can not find the tag library descriptor for "/chart.tld"". Error log: N/A
2009-04-21 23:18:55
1,240,370,000
closed fixed
6b1892d
1,240,380,000
chart/org.eclipse.birt.chart.integration.wtp.ui/src/org/eclipse/birt/chart/integration/wtp/ui/project/facet/BirtFacetInstallDelegate.java
Birt
828
273,162
Bug 273162 Part of border of report item in a cell disappeared in doc preview
null
2009-04-21 21:08:45
1,240,360,000
verified fixed
8e0ac69
1,240,380,000
engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/writer/DocWriter.java
Birt
829
271,596
Bug 271596 Border setting does not take effect on masterpage layout
Description: Set border on masterpage via "property editor"-"advanced" tab, it does not take effect on masterpage layout, while works in preview output. Another problem, why there is no border tab for masterpage property editor? It's inconvient to set in "advanced" tab. build version:2.5.0.v20090408-0630
2009-04-08 05:50:56
1,239,180,000
closed fixed
d84283f
1,240,380,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/DesignElementHandleAdapter.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.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/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/border/LineBorder.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/border/ReportDesignMarginBorder.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/AbstractReportEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/MasterPageEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportDesignEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ReportRootFigure.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/ReportDesignLayout.java
Birt
830
273,169
Bug 273169 Duplicate Grandtotals happened when grandtotal's position is before
null
2009-04-21 22:21:18
1,240,370,000
closed fixed
f9c4536
1,240,370,000
xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/CrosstabReportItemExecutor.java
Birt
831
239,925
Bug 239925 Exception when set dimension filter on crosstab aggregation
Description:Set dimension filter as "dimension["name"]" on crosstab aggregation, exception throws out. build version:2.3.1.v20080708-0630 Steps to reproduce: 1.There is a crosstab with grand total. 2.Set dimension filter on the aggregation of grand total. 3.Exception when preview.
2008-07-08 03:58:58
1,215,500,000
closed fixed
9843052
1,240,370,000
data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableHelperTest2.java data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/util/Row4AggregationTest.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/api/CubeQueryExecutorHelper.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/AggregationCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/AggregationExecutor.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/CubeDimensionReader.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/DataSetFromOriginalCube.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/FacttableRow.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/ICubeDimensionReader.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/IDataSet4Aggregation.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/Row4Aggregation.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/RunningFunctionCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/SimpleFunctionCalculator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableRowIterator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableRowIteratorWithFilter.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/facttable/IFactTableRowIterator.java
Birt
832
272,611
Bug 272611 Master page background image size takes no effect on doc preview
Description: Master page background image size takes no effect on doc preview Build number: 2.5.0.v20090417-0630 Steps to reproduce: 1, New a fix layout report 2, Specify background image for master page and define the size to 4in * 4in 3, Preview report in doc Expected result: Background size takes effect on doc preview Actual result: The background image is in original size Error log:
2009-04-16 21:51:28
1,239,930,000
verified fixed
280ab86
1,240,300,000
engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/AbstractEmitterImpl.java engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/IWordWriter.java engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/WordUtil.java engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/writer/AbstractWordXmlWriter.java engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/writer/DocWriter.java
Birt
833
273,007
Bug 273007 [Automation][Regression]NPE was thrown out while previewing report as PDF
null
2009-04-20 23:07:31
1,240,280,000
closed fixed
5aae940
1,240,300,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/CellArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/DummyCell.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RowArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableLayout.java
Birt
834
237,427
Bug 237427 Fixed facet stuck on "unchecked" after switching web module on the main project wizard page
Eclipse Build ID: I20080530-1730 WTP build ID: 3.0RC4-20080611064752 Steps To Reproduce: 1. Install the BIRT wtp integration 2.3RC4 plugin in eclipse. It is called org.eclipse.birt.integration.wtp.ui and can be found in the URL specified in the report. 2. Select New->Project->Web->"Web Project with BIRT Runtime". 3. Click on "Modify..." and see that the "BIRT Runtime Component" facet is checked and can't be unchecked (fixed facet). 4. Go back to the main wizard page and switch the web module to "2.3" or "2.5". 5. The "Configuration/Preset" will automatically switch to "<custom>". 6. Click on "Modify..." again. Now the "BIRT Runtime Component" facet is unselected, even though it is defined as fixed facet in plugin.xml. 7. Now check out the "BIRT Runtime Component" facet, and try to uncheck it. The "BIRT Runtime Component" facet stays checked and can't be unchecked. 8. Go back to the main wizard page, and go back again in "Modify": "BIRT Runtime Component" is unchecked again. Expected behaviour: Since the "BIRT Runtime Component" is a fixed facet, it must stay selected whatever preset or web module is selected on the main page. More information: Note that this issue doesn't happen if you don't switch the web module. If you keep web module 2.4 and manually select "<custom>", the fixed facets (including BIRT) are properly selected. Switching the web module on the facet page instead of main page works fine. My interpretation of the problem is that the logic that switches the web module version on the main wizard page may internally untick the "BIRT" fixed facet and then force it to remain unselected. I guess that the interpretation of "fixed facet" here would be that the status of the facet can't be changed, even if this status is "unchecked".
2008-06-17 02:34:24
1,213,680,000
verified fixed
7c65753
1,240,290,000
chart/org.eclipse.birt.chart.integration.wtp.ui/src/org/eclipse/birt/chart/integration/wtp/ui/internal/wizards/BirtWizardUtil.java chart/org.eclipse.birt.chart.integration.wtp.ui/src/org/eclipse/birt/chart/integration/wtp/ui/project/facet/BirtFacetInstallDelegate.java
Birt
835
190,347
Bug 190347 [Improve emitters] Add support for emitter UI extenion
<response_by> Moravia IT at 2007.05.31.15.54.48 </response_by> Subject: pl: View Report -> items not externalized OS: Linux only Build date: 20070530 Component name: BIRT Blocking: no Tester Name: Kamil Ignacak (PL) Steps to recreate the problem: - open any report, click in editor area to set focus on editor - go to main menu -> File -> View Report Problem description: Following strings are not externalized: DOC XLS PROTOTYPE HTML PDF POSTSCRIPT Please externalize them. Kamil <response_by> Cam-Thu Le at 2007.05.31.16.06.51 </response_by> This article was reassigned from Category:''TVT Testcases''. <response_by> Moravia IT at 2007.05.31.16.15.08 </response_by> this problem is for both Windows and Linux
2007-05-31 17:17:28
1,180,650,000
verified fixed
564fd2f
1,240,290,000
engine/org.eclipse.birt.report.engine.emitter.config/src/org/eclipse/birt/report/engine/emitter/config/AbstractConfigurableOptionObserver.java engine/org.eclipse.birt.report.engine.emitter.config/src/org/eclipse/birt/report/engine/emitter/config/AbstractEmitterDescriptor.java engine/org.eclipse.birt.report.engine.emitter.config/src/org/eclipse/birt/report/engine/emitter/config/ConfigurableOption.java engine/org.eclipse.birt.report.engine.emitter.config/src/org/eclipse/birt/report/engine/emitter/config/IConfigurableOption.java engine/org.eclipse.birt.report.engine.emitter.config/src/org/eclipse/birt/report/engine/emitter/config/IConfigurableOptionObserver.java engine/org.eclipse.birt.report.engine.emitter.config/src/org/eclipse/birt/report/engine/emitter/config/IEmitterConfigurationManager.java engine/org.eclipse.birt.report.engine.emitter.config/src/org/eclipse/birt/report/engine/emitter/config/IEmitterConfigurationManagerFactory.java engine/org.eclipse.birt.report.engine.emitter.config/src/org/eclipse/birt/report/engine/emitter/config/IEmitterDescriptor.java engine/org.eclipse.birt.report.engine.emitter.config/src/org/eclipse/birt/report/engine/emitter/config/IOptionValue.java engine/org.eclipse.birt.report.engine.emitter.config/src/org/eclipse/birt/report/engine/emitter/config/OptionValue.java engine/org.eclipse.birt.report.engine.emitter.config/src/org/eclipse/birt/report/engine/emitter/config/i18n/Messages.java engine/org.eclipse.birt.report.engine.emitter.config/src/org/eclipse/birt/report/engine/emitter/config/impl/EmitterConfigurationManager.java engine/org.eclipse.birt.report.engine.emitter.config/src/org/eclipse/birt/report/engine/emitter/config/impl/EmitterConfigurationManagerFactory.java
Birt
836
272,866
Bug 272866 Normal attribute dragged from cube builder hasn't data type
Description: Normal attribute dragged from cube builder hasn't data type Build number: 2.5.0.v20090420-1104 Steps to reproduce: 1, New a normal level and add a string type attribute 2, Drag the attribute into layout crosstab 3, Check the data type of attribute in crosstab Expected result: The data type is string Actual result: Data type is empty Error log:
2009-04-20 05:06:42
1,240,220,000
closed fixed
f89b4bb
1,240,220,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabAdaptUtil.java
Birt
837
272,633
Bug 272633 Thumbnail generated from RTL report is incorrect
Description: Thumbnail generated from RTL report is incorrect Build number: 2.5.0.v20090417-0630 Steps to reproduce: 1, New a report 2, Insert some contents 3, Change report to RTL 4, Manage Thumbnail and generate from the report Expected result: The generated Thumbnail is as same as the report in RTL Actual result: The generated Thumbnail is as same as the report in LTR Error log:
2009-04-17 01:37:26
1,239,950,000
closed fixed
99c36f0
1,240,220,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ReportGraphicsViewPainter.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ReportPrintGraphicalViewerOperation.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/TextFlow.java
Birt
838
272,852
Bug 272852 [Automation][Regression]Format Number doesn't work
Description: [Automation][Regression]Format Number doesn't work Build number: 2.5.0.v20090420-1104 Steps to reproduce: 1, New a float type data item and value is 1.140212 2, Go to Format Number in Property editor 3, Set a Format for example: Percent 4, Preview the report Expected result: Number Format is working in preview result Actual result: The result is still 1.40212, Number format failed to work Error log:
2009-04-20 01:57:12
1,240,210,000
closed fixed
d4cbdcb
1,240,210,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java
Birt
839
272,634
Bug 272634 Part of the table is missing when change report from LTR to RTL
null
2009-04-17 01:46:00
1,239,950,000
closed fixed
0ed20e5
1,240,210,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/ReportFlowLayout.java
Birt
840
206,152
Bug 206152 [Crosstab improvements] Crosstab: Add the Rank function in the aggregations
In the crosstab, add rank functions in the aggregation builder.
2007-10-12 11:29:24
1,192,200,000
verified fixed
67b5410
1,240,200,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/AggregationManager.java
Birt
841
272,649
Bug 272649 Exception happened when dnd multiple level attributes into crosstab
Description: Exception happened when dnd multiple levels into crosstab Build number: 2.5.0.v20090417-0630 Steps to reproduce: 1, New a level with several attributes in cube builder 2, Multiple select more than two attributes and drag them into crosstab area Expected result: After step2, no exception happened. if we don't allow this operation we can disable the dragging Actual result: After step2, exception happened. Error log: java.lang.ClassCastException: org.eclipse.birt.report.model.api.LevelAttributeHandle at org.eclipse.birt.report.item.crosstab.internal.ui.editors.model.VirtualCrosstabCellAdapter.handleValidate(VirtualCrosstabCellAdapter.java:129) at org.eclipse.birt.report.item.crosstab.internal.ui.dnd.LevelAttributeHandleDropAdapter.canDrop(LevelAttributeHandleDropAdapter.java:64) at org.eclipse.birt.report.designer.internal.ui.dnd.DNDService.performDrop(DNDService.java:155) at org.eclipse.birt.report.designer.internal.ui.palette.ReportTemplateTransferDropTargetListener.handleDrop(ReportTemplateTransferDropTargetListener.java:120) at org.eclipse.gef.dnd.AbstractTransferDropTargetListener.drop(AbstractTransferDropTargetListener.java:171) at org.eclipse.jface.util.DelegatingDropAdapter$3.run(DelegatingDropAdapter.java:211) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:888) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.util.DelegatingDropAdapter.drop(DelegatingDropAdapter.java:209) at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:770) at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:456) at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:258) at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:119) at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method) at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:363) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:289) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:172) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2209) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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.equinox.launcher.Main.invokeFramework(Main.java:556) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511) at org.eclipse.equinox.launcher.Main.run(Main.java:1284)
2009-04-17 03:52:33
1,239,950,000
closed fixed
0b2ed79
1,240,200,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/commands/AddLevelAttributeHandleCommand.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editpolicies/CrosstabCellFlowLayoutEditPolicy.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editpolicies/VirtualCrosstabCellFlowLayoutEditPolicy.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/NormalCrosstabCellAdapter.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/VirtualCrosstabCellAdapter.java
Birt
842
272,636
Bug 272636 Text should be clipped if it is longer that label's width in fix layout
null
2009-04-17 02:04:39
1,239,950,000
verified fixed
e0187b4
1,239,960,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/ReportFlowLayout.java
Birt
843
267,535
Bug 267535 Using aggregated column of dataset in computed column of the same dataset
Build ID: v20090218-0730 Steps To Reproduce: Bug is new in BIRT 2.3.2. In 2.3.1 all is ok. 1. Create empty report with example database 2. Create dataset using query "select CLASSICMODELS.CUSTOMERS.CREDITLIMIT from CLASSICMODELS.CUSTOMERS" 3. Create computed column named "Running sum" with aggregation "RUNNING SUM" on row CREDITLIMIT 4. Create computed column using only row["Running sum"] as expression. 5. Now have a look at preview or create table of this dataset in your report and look at the viewer. The last column is empty. More information: See also example report in attachement
2009-03-08 07:45:46
1,236,510,000
verified fixed
f1a24f2
1,239,960,000
data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/ComputedColumnTest.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/pass/DataSetProcessUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/pass/RowProcessUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ExprManagerUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedIVQuerySourceQuery.java
Birt
844
272,645
Bug 272645 Data Type is missing after dragging datetime level attribute into crosstab
Description: Data Type is missing after dragging datetime level attribute into crosstab Build number: 2.5.0.v20090417-0630 Steps to reproduce: 1, New a cube which has datetime type levels: year->quater 2, New a crosstab 3, Drag datetime attribute into crosstab 4, Open the attribute in crosstab and check the data type Expected result: The data type should be Date Time Actual result: The data type is empty Error log:
2009-04-17 03:10:38
1,239,950,000
verified fixed
37a9efd
1,239,950,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabAdaptUtil.java
Birt
845
270,647
Bug 270647 Error creating a chart that uses cross tab data
null
2009-03-31 13:49:06
1,238,520,000
verified fixed
59fc99e
1,239,950,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteDataEngine.java
Birt
846
272,642
Bug 272642 Expression of attribute which is dragged from cube builder is incorrect
Description: Expression of attribute which is dragged from cube builder is incorrect Build number: 2.5.0.v20090417-0630 Steps to reproduce: 1, New a level with attribute in cube 2, New a crosstab 3, DnD attribute of level from data explorer into crosstab row or column are 4, Check the expression of attribute Expected result: The expression should be dimension["Group"]["COUNTRY"]["population"] Actual result: The expression of attribute is as same as dimension level: dimension["Group"]["COUNTRY"] Error log:
2009-04-17 02:58:06
1,239,950,000
verified fixed
bb3207d
1,239,950,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabAdaptUtil.java
Birt
847
272,441
Bug 272441 Designer and Engine works different when the sum of the column width is larger than the table width [03]
null
2009-04-16 03:00:05
1,239,870,000
closed fixed
cfb8b92
1,239,950,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/FixTableLayout.java
Birt
848
271,856
Bug 271856 Support multiple states for PropertyVisibility setting in Model extension schema
Currently the PropertyVisibility setting in Model extension schema only support one exclusive value: "readonly" or "hide". For some properties, user may want them to have both states, e.g "readonly" and "hide". One example is the "drop" property for Crosstab cell, currently we have no way to set it as both "readonly" and "hide". The solution could be supporting a comma separated syntax for PropertyVisibility value, e.g. "readonly, hide", which can describe multiple state in an "and" relationship. This will also keep the compatibility with old values.
2009-04-09 23:59:55
1,239,340,000
verified fixed
17515b6
1,239,940,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ElementExporterTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/PropertyHandleTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/LibraryHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportDesignHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ElementExportUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignSession.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/Theme.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ElementDefn.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ODAExtensionElementDefn.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/StringPropertyType.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/LibraryState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/LibraryUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/StyleUtil.java
Birt
849
268,010
Bug 268010 Failures and errors occurs in junit test of org.eclipse.birt.report.tests.engine in 2.5.0 daily build v20090311-0630
null
2009-03-10 21:52:49
1,236,740,000
closed fixed
88a8aea
1,239,880,000
testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/ReportEngineTest.java
Birt
850
189,227
Bug 189227 enhance data explorer to include attributes for cube levels
Data Explorer should be enhanced to include attributes of group levels, that can be dragged directly to cross tab.
2007-05-25 16:48:24
1,180,130,000
verified fixed
9d7882d
1,239,860,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/LevelAttributeHandleDragAdapter.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/LevelAttributeHandleDropAdapter.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/commands/AddLevelAttributeHandleCommand.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editpolicies/CrosstabCellFlowLayoutEditPolicy.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editpolicies/VirtualCrosstabCellFlowLayoutEditPolicy.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabAdaptUtil.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/NormalCrosstabCellAdapter.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/VirtualCrosstabCellAdapter.java
Birt
851
271,408
Bug 271408 The data in crosstab top left header cell use the crosstab's binding does not work correctly [1102]
null
2009-04-07 03:02:14
1,239,090,000
verified fixed
62729ab
1,239,850,000
data/org.eclipse.birt.data/src/javax/olap/OLAPException.java data/org.eclipse.birt.data/src/javax/olap/OLAPWarning.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/cursor/RowDataAccessor.java
Birt
852
269,783
Bug 269783 Errors occurs in Junit test of org.eclipse.birt.data.tests in 2.5.0 daily build v20090324-1433
null
2009-03-24 04:22:56
1,237,880,000
closed fixed
0995c8d
1,239,850,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedIVQuerySourceQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java
Birt
853
267,806
Bug 267806 BIRT - facing an issue when Data Cube uses Scripted Data Set
null
2009-03-10 06:05:59
1,236,680,000
verified fixed
51376c3
1,239,850,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java
Birt
854
272,131
Bug 272131 The width of crosstab column does not work when there is horizontal page break in PDF [1102][1200]
null
2009-04-14 06:07:32
1,239,700,000
closed fixed
de73002
1,239,770,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/TableContentWrapper.java
Birt
855
272,114
Bug 272114 [Automation][Regression]NPE thrown out while previewing the report in PDF format
null
2009-04-14 02:13:16
1,239,690,000
closed fixed
1357354
1,239,770,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TextArea.java
Birt
856
272,118
Bug 272118 DBCS3.5: Unable to export data in the local encoding if leave the field blank.
Build ID: I20090401-1325 Steps To Reproduce: 1.Edit the data source file with NLV character(ex. U+3042U+3044U+3046) 2.Preview the report in Web Viewer 3.Click Data Export icon and open Data Export dialog. 4.Check "Others" radio button for "output encoding" and leave the field blank. Click OK More information: OS:Windows Vista Ultimate SP1 Japanese version Build ID:I20090401-1325 When leave the field blank, the data was saved in UTF-8. Note: When specifying "Shift_JIS"(also SJIS) in the field, the data was saved in the correct encoding. Expected: If leave the field blank, the data is saved in the local encoding. (For Japanese windows, Shift_JIS)
2009-04-14 03:05:27
1,239,690,000
closed fixed
262ed91
1,239,770,000
engine/org.eclipse.birt.report.engine.dataextraction.csv/src/org/eclipse/birt/report/engine/dataextraction/csv/CSVDataExtractionImpl.java
Birt
857
272,117
Bug 272117 [Automation][Regression]Exception was thrown out in Web Viewer when masterPage type is "custom" and only width is set
null
2009-04-14 02:51:14
1,239,690,000
closed fixed
e1e4cac
1,239,760,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
858
265,245
Bug 265245 [RCP] The "Open Java Source" button should be disabled in Chart Examples View [1501]
null
2009-02-17 22:25:45
1,234,930,000
closed fixed
ac7df59
1,239,760,000
chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/util/OpenJavaSourceAction.java
Birt
859
261,160
Bug 261160 [Enhancement] Auto-detect the data type of legend entries.
description: When we select different type of data for X/Y axis, the Edit Format dialog will select the corresponding format type automatically. For example, if we select number type data for Y axis, the Edit Format will only display the Data Type Number. But for legend entries, Edit Format does not auto-detect the data type and we need to select the data type mannually. Hope this can be enhanced.
2009-01-15 03:49:11
1,232,010,000
verified fixed
b86145e
1,239,760,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FormatSpecifierComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/chart/LegendTextSheet.java
Birt
860
270,545
Bug 270545 Minor grid does not work correctly both in Chart Builder and when preview [13]
null
2009-03-30 22:18:39
1,238,470,000
closed fixed
332f5ee
1,239,760,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderHelper.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java
Birt
861
272,100
Bug 272100 [Regression]Fit to container failed to work when export report to PDF
null
2009-04-13 21:17:39
1,239,670,000
closed fixed
1eca3b9
1,239,680,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/EngineIRReaderImpl.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/EngineIRWriter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/IOConstants.java
Birt
862
271,591
Bug 271591 Aggregation binding modification behavior should be consistent
Description: Aggregation binding modification behavior should be consistent Build number: 2.5.0.v20090408-0630 Steps to reproduce: 1, New a crosstab with measures 2, Go to Binding page in Property Editor 3, Edit the Aggregation binding of measure and modify the measure expression and click OK 4, New a Aggregation binding and do the same operation and click OK Expected result: After step3, the modification of expression take no effect. After step4, modification worked. The modification behavior in step3 and step4 should be consistent. Actual result: Currently, the modification of expression in both aggregation builder are not consistent, modification of aggregation binding of measure can not be saved, but new added aggregation binding's expression can be modified. Error log:
2009-04-08 05:43:09
1,239,180,000
closed fixed
938727e
1,239,600,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java
Birt
863
271,126
Bug 271126 Report Engine API should tell us what the engine version is
It would be very useful to be able to get the BIRT runtime version via the engine or core api so that an application using BIRT is able to log or display on screen to the user the BIRT version being used
2009-04-03 09:21:40
1,238,760,000
verified fixed
8828b99
1,239,600,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportEngine.java
Birt
864
271,825
Bug 271825 File Handle Leaks
It appears that the input stream used in FileUtil.getFileContent() is never closed. Would recommend re-factoring the code to add close methods to all of the inputstream and outputstream classes used. Here is an example: BufferedInputStream in = null; ByteArrayOutputStream out = null; try { //Uses the buffered stream to improve the performance. in = new BufferedInputStream( new FileInputStream( fileName ) ); out = new ByteArrayOutputStream( ); byte[] buf = new byte[1024]; int len; while ( ( len = in.read( buf ) ) != -1 ) { out.write( buf, 0, len ); } return out.toByteArray( ); } catch ( Exception e ) { logger.log( Level.SEVERE, "Cannot get the content of the file " + fileName, e ); //$NON-NLS-1$ } finally { if (in != null) try { in.close(); } catch (IOException e) { logger.log( Level.SEVERE, "Cannot close the inputstream to file " + fileName, e ); //$NON-NLS-1$ } if (out != null) try { out.close(); } catch (IOException e) { logger.log( Level.SEVERE, "Cannot get the outputstream for file " + fileName, e ); //$NON-NLS-1$ } } return null;
2009-04-09 14:01:23
1,239,300,000
verified fixed
6270034
1,239,600,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/util/FileUtil.java
Birt
865
271,873
Bug 271873 script does not execute pie chart interactivity with multiple value series
Build ID: v20080922-1151 Steps To Reproduce: 1.Create datasource to Classic Models Inc. SampleDB 2.Create dataset 'select * from CLASSICMODELS.CUSTOMERS' 3.insert pie chart (2D) on layout (connect dataset to chart) 4.choose country as categorie series (group data) 5.value series 1 = count(customerNumber) 6.value series 2 = avg(creditlimit) 7.add to both series interactivity invoke script (on mouse click) 7.a series1 = alert ('customercount') 7.b series2 = alert ('avg creditlimit') 8.run report, click on series 1 , you get the alert 9.click on series 2 , the alert is NOT shown More information:
2009-04-10 04:48:04
1,239,350,000
verified fixed
0922e42
1,239,590,000
chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/ShapedAction.java
Birt
866
271,546
Bug 271546 [Automation][Regression]Blank line in text disappeared in PDF
null
2009-04-07 23:41:02
1,239,160,000
closed fixed
5462065
1,239,350,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TextCompositor.java
Birt
867
271,743
Bug 271743 The height of the crosstab row does not work correctly in PDF [1102] [1200]
null
2009-04-09 04:09:06
1,239,260,000
closed fixed
43d02bd
1,239,350,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/AbstractArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ContainerArea.java
Birt
868
271,540
Bug 271540 [Automation][Regression]Master page background color does not work in PDF
null
2009-04-07 23:20:09
1,239,160,000
closed fixed
3ea1a9d
1,239,340,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/PageArea.java
Birt
869
271,729
Bug 271729 [Automation][Regression]Text line height does not work properly in PDF
null
2009-04-09 02:23:46
1,239,260,000
closed fixed
ccdae17
1,239,330,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/BlockContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/InlineStackingArea.java
Birt
870
271,740
Bug 271740 [Automation][Regression] The axis chart is missing when preview a crosstab with its grandtotal show as chart and with horizontal pagebreak.
null
2009-04-09 03:58:36
1,239,260,000
closed fixed
39fc5d2
1,239,330,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java
Birt
871
271,719
Bug 271719 After set the width/height of the crosstab, part of the borders are missing when preview as PDF in Fixed Layout [1102] [1200]
null
2009-04-08 23:27:47
1,239,250,000
closed fixed
6eba342
1,239,330,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableLayout.java
Birt
872
271,781
Bug 271781 Image in header on master page causes extra line for Word Emitter
From the newsgroup: In my .rptdesign, I have a master page with a standard header - a grid with 3 cells. The 3 cells have a background color and the 3rd cell contains a right aligned image. When I generate the PDF, all is fine, the header looks like a solid block of color with the image on the right hand side so it looks like - XXX XXX IMAGE But when I generate the Word document and look at the Header, there appears to be an extra blank line or return character in the 3rd cell after the image, which means I get an extra line of color at the bottom of the header so it roughly looks like- XXX XXX IMAGE XXX XXX XXX Atttached is a report with only data on the master page that shows the issue. If I add a dummy label in the third cell with the image and set both the image and the label style to text block inline, the issue does not happen. Jason
2009-04-09 10:13:54
1,239,290,000
verified fixed
28c23dd
1,239,330,000
engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/AbstractEmitterImpl.java
Birt
873
271,114
Bug 271114 The width of inline element in Fixed Layout does not work in PDF [1200]
null
2009-04-03 06:18:12
1,238,750,000
closed fixed
1d0f3f2
1,239,270,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/AreaFactory.java
Birt
874
271,589
Bug 271589 Part of the table border is not drawn in PDF [1200]
null
2009-04-08 05:14:36
1,239,180,000
closed fixed
6513e85
1,239,270,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RowArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableArea.java
Birt
875
271,423
Bug 271423 [Compatibility] Exception is thrown out when edit report parameter [0705] [0901]
null
2009-04-07 04:57:08
1,239,090,000
closed fixed
0effa65
1,239,270,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/ParserCompatibilityTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/CompatibleMiscExpressionState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/CompatiblePropToExprState.java
Birt
876
271,558
Bug 271558 Errors occurs in Junit test of org.eclipse.birt.report.engine.emitter.html.tests in 2.5.0 daily build v20090408-0630
null
2009-04-08 01:51:00
1,239,170,000
closed fixed
685001d
1,239,270,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java
Birt
877
271,725
Bug 271725 [Automation][Regression]NPE is thrown out while previewing the report in PDF
null
2009-04-09 02:05:21
1,239,260,000
closed fixed
4f2e90a
1,239,260,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ContainerArea.java
Birt
878
252,718
Bug 252718 Centralize CDatetime conversion in chart engine
In chart engine, there are a lot of codes/patches to convert Date/Calendar data to CDatetime. Since chart engine always uses CDatetime as datetime data, it's better to centralize this conversion to one point: after evaluation, so as to prevent ClassCastException and optimize code structure.
2008-10-30 02:15:09
1,225,350,000
resolved fixed
a78a829
1,239,260,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/SeriesNameFormat.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/DataProcessor.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/GroupingUtil.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/ResultSetWrapper.java
Birt
879
271,597
Bug 271597 Error in chart builder when trying to set value for axis origin.
null
2009-04-08 05:55:42
1,239,180,000
closed fixed
8deff3f
1,239,260,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/Methods.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/DateTimeDataElementComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/axis/AbstractAxisSubtask.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/AbstractScaleSheet.java
Birt
880
271,557
Bug 271557 Failures and errors occurs in junit test of org.eclipse.birt.report.engine.tests in 2.5.0 daily build v20090408-0630
null
2009-04-08 01:49:30
1,239,170,000
closed fixed
c7f3db2
1,239,250,000
engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/ReportRunnableTest.java engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/parser/DynamicTextItemDesignTest.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/Expression.java
Birt
881
271,547
Bug 271547 [Automation][Regression]Table cell alignment does not work correctly in second page of PDF
null
2009-04-07 23:56:32
1,239,160,000
closed fixed
8cb6986
1,239,190,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/AbstractArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableLayout.java
Birt
882
271,407
Bug 271407 A default width larger than 1 pixels should be provided for the the crosstab measure header after change the orientation [03] [1102]
null
2009-04-07 02:40:03
1,239,090,000
closed fixed
e28c3f2
1,239,180,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/TableHandleAdapter.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TableEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/FixTableLayout.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/ITableLayoutOwner.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/CrosstabTableEditPart.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabHandleAdapter.java
Birt
883
271,560
Bug 271560 [Regression]NPE is thrown out while openning a report in designer
null
2009-04-08 02:11:19
1,239,170,000
closed fixed
eafdd5b
1,239,180,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/SessionHandleAdapter.java
Birt
884
271,539
Bug 271539 [Automation][Regression]NPE is thrown out while previewing the report
null
2009-04-07 22:55:11
1,239,160,000
closed fixed
32bed08
1,239,170,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
885
271,116
Bug 271116 Inline element with large contents does not work correctly in Auto Layout [03]
null
2009-04-03 06:27:18
1,238,750,000
closed fixed
b675d56
1,239,090,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java
Birt
886
271,084
Bug 271084 Crosstab measure's chart view does not work correctly when set its type as Percent Stacked Bar Chart [13]
null
2009-04-03 02:27:00
1,238,740,000
closed fixed
2cab864
1,239,090,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java
Birt
887
270,247
Bug 270247 [Accessibility] Shortcut key conflict happens in "Edit Format" dialogue and problems exist when use keyboard to navigate the dialogue [17]
null
2009-03-27 06:41:20
1,238,150,000
closed fixed
d073438
1,239,090,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FormatSpecifierComposite.java
Birt
888
271,394
Bug 271394 [Smoke]Style doesn't work in Web viewer preview
Preview a report which has style in web viewer(frameset mode). Actual result is the style doesn't work when previewing in web viewer. Build info: 2.5.0 v20090407-0630
2009-04-06 20:44:24
1,239,070,000
closed fixed
bdeade8
1,239,080,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/StyleConstants.java
Birt
889
270,692
Bug 270692 The tooltip for data preview is too long and exceed the window width.
null
2009-03-31 22:22:33
1,238,550,000
closed fixed
a6934d7
1,239,080,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/MenuStylesDialog.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/MultipleHyperlinksComposite.java
Birt
890
270,909
Bug 270909 [Regression]Drop of Group cell doesn't work
null
2009-04-01 22:38:40
1,238,640,000
verified fixed
e6c34db
1,239,070,000
engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/ir/CellTest.java engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/parser/TableItemDesignTest.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ICellContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/CellContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/optimize/ExecutionOptimize.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/CellDesign.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/EngineIRReaderImpl.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/EngineIRWriter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLayoutEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/ClonedCellContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
891
269,920
Bug 269920 Reload image should trim the front space of URI
null
2009-03-24 21:37:56
1,237,950,000
closed fixed
55fff2c
1,239,070,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java
Birt
892
271,098
Bug 271098 The height of the label does not work correctly in fixed layout when set the width of the label [03]
null
2009-04-03 04:37:15
1,238,750,000
closed fixed
e0f43b8
1,238,750,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java
Birt
893
269,952
Bug 269952 NPE occurred when previewing crosstab without binding a cube
Description: NPE occurred when previewing crosstab without binding a cube Build number: 2.5.0.v20090325-0630 Steps to reproduce: 1, New a crosstab 2, Drag and drop a dimension into crosstab's row area 3, Modify the Binding of crosstab to None 4, Preview Expected result: Show proper exception rather than NPE Actual result: NPE occurred. Error log: Caused by: java.lang.NullPointerException at org.eclipse.birt.data.engine.olap.data.impl.Cube.load(Cube.java:130) at org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.loadCube(CubeQueryExecutorHelper.java:149) at org.eclipse.birt.data.engine.olap.query.view.QueryExecutor.loadCube(QueryExecutor.java:366) at org.eclipse.birt.data.engine.olap.query.view.QueryExecutor.execute(QueryExecutor.java:83) at org.eclipse.birt.data.engine.olap.query.view.BirtCubeView.getCubeCursor(BirtCubeView.java:167) at org.eclipse.birt.data.engine.olap.impl.query.CubeQueryResults.getCubeCursor(CubeQueryResults.java:84) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.(CubeResultSet.java:87) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:174) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:258) at org.eclipse.birt.report.engine.executor.ExecutorManager$ExecutorContext.executeQuery(ExecutorManager.java:422) at org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:114) at org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:102) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:62) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:43) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:34) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:64) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:90) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:99) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:157) ... 49 more
2009-03-25 05:59:33
1,237,980,000
closed fixed
cee2eb4
1,238,750,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/olap/query/view/QueryExecutor.java
Birt
894
271,100
Bug 271100 [Regression] Embedded svg image is not shown when preview in PDF [1200]
null
2009-04-03 04:42:12
1,238,750,000
closed fixed
8e522e0
1,238,750,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ImageAreaLayout.java
Birt
895
270,710
Bug 270710 [Automation][Regression]Grid background image disappeared in PDF when set image vertical position to center
null
2009-04-01 02:20:34
1,238,570,000
closed fixed
09e596e
1,238,750,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/BlockContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/CellArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/InlineContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RowArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/style/BackgroundImageInfo.java
Birt
896
270,723
Bug 270723 [Accessibility] Can not use the keyboard to edit the properties and values in "Hyperlink Menu Properties" dialogue [17]
Description: Can not use the keyboard to edit the properties and values in "Hyperlink Menu Properties" dialogue. Build number: 2.5.0.v20090401-0630 Steps to reproduce: 1. New a chart, add interactivity, select "hyperlink", and add two hyperlinks. 2. Click "Properties" button and open the "Hyperlink Menu Properties" dialogue. 3. Use keyboard to edit the properties and values. Expected result: Can use keyboard to edit the properties and values. Actual result: Keyboard does not work. Error log: N/A
2009-04-01 04:31:37
1,238,570,000
closed fixed
d88276f
1,238,740,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/MenuStylesDialog.java
Birt
897
270,556
Bug 270556 No error message or log is printed when a chart is missed
Build ID: M20090211-1700 Steps To Reproduce: 1. Enable 'SVG Chart' in Window | Preferences | Report Design | Preview 2. Preview attached report in Web Viewer 3. The chart shows nothing Expected Behavior: Since the chart fails, show error message or print logs Actual Behavior: Nothing shows off. More information:
2009-03-31 02:08:40
1,238,480,000
verified fixed
7bbceee
1,238,660,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/util/SvgFile.java
Birt
898
270,689
Bug 270689 The generated XLS file with date time type data without format setting can not be opened when start eclipse under locale zh_CN [1203]
null
2009-03-31 22:12:21
1,238,550,000
closed fixed
b3b2559
1,238,660,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/DateTimeUtil.java
Birt
899
270,253
Bug 270253 [Accessibility] Shortcut keys is missing and does not work in Value Series page for Pie Chart [17]
null
2009-03-27 07:51:08
1,238,150,000
closed fixed
c05790b
1,238,650,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/PieSeriesAttributeComposite.java
Birt
900
267,211
Bug 267211 chart date grouping with date/time values not in data
Ok - so I have a chart that does a category grouping on the x-axis based on DateTime data. My dataset contains dates from 01-JAN-08 through 31-DEC-08. However in the resulting chart, the x-axis starts at 01-DEC-07. I don't know why, but a date from 2007 made it into the x-axis of my chart when I have verified numerous times that no dates from 2007 are in my data.
2009-03-05 10:36:57
1,236,270,000
verified fixed
b0497f8
1,238,580,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/DataProcessor.java
Birt
901
270,695
Bug 270695 [Automation][Regression]NPE thrown out when preview 3rd page of the report
null
2009-03-31 22:49:04
1,238,550,000
closed fixed
5d25271
1,238,570,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/ListContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/ColumnDesign.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/GroupDesign.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/ListingDesign.java
Birt
902
270,711
Bug 270711 [Automation][Regression]Grid cell padding does not work in PDF
null
2009-04-01 02:24:56
1,238,570,000
closed fixed
110eef3
1,238,570,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/CellArea.java
Birt
903
270,698
Bug 270698 [Automation][Regression]Set masterpage show header on first to false does not work in PDF
null
2009-03-31 23:00:03
1,238,550,000
closed fixed
53be5ab
1,238,570,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/LayoutEngine.java
Birt
904
270,408
Bug 270408 The type of the same column are different for table and its chart view [0002]
null
2009-03-30 02:10:31
1,238,390,000
closed fixed
8305648
1,238,570,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartBaseQueryHelper.java
Birt
905
270,576
Bug 270576 [Automation][Regression]Superscript font effect does not work in PDF
null
2009-03-31 06:02:19
1,238,490,000
closed fixed
2172fa4
1,238,570,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/InlineContainerArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/PageArea.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableArea.java
Birt
906
207,568
Bug 207568 BIRT standalone Designer Fixed Colum width presentation
Build ID: v20070924-0630 Steps To Reproduce: 1. Create new report 2. Create table with fixed-width columns, each column being .5 inches and enough columns to use entire width between margins. 3. Bind to table fields with field names that cause designer's column width to exceed width shown when unbound. More information: I just downloaded and installed the 2.2.1 standalone designer. I copied a .rptdesign file from my 2.1.2 workspace to the 2.2.1 workspace and then opened it. Unlike in 2.1.2, the layout mode in 2.2.1 doesn't give an accurate (or even close) representation of the report format. The second table in my report has 10 data cells/fields. They are set to 3 in wide for the first cell and .5 inches for each of the remaining cells, totaling 7.5 inches. In 2.1.2, the layout view showed all the fields within the defined margins. When the data cells showed the bound field names, the cells would expand vertically and the field name would wrap. In 2.2.1, the cell's width expands to include the field name without wrapping, the cells have variable visible widths, and the table extends outside the margins of the report. The report in preview mode works fine. This layout problam only exists in the layout view. Is there new setting to affect this behavior or is this a bug? This also occurred in 2.2.
2007-10-26 08:02:18
1,193,400,000
verified fixed
5bab33d
1,238,570,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/commands/SetConstraintCommand.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/ColumnHandleAdapter.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/GridHandleAdapter.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/ImageHandleAdapter.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/LabelHandleAdapter.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/ListHandleAdapter.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/RowHandleAdapter.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/TableHandleAdapter.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.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/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/AbstractCellEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/AbstractReportEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/AbstractTableEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/GridEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ListBandEditPart.java 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/editparts/MultipleEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportDesignEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TableCellEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TableEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ListFigure.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ReportElementFigure.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/tools/ColumnDragTracker.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/tools/LabelCellEditorLocator.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/tools/RowDragTracker.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/tools/TableDragGuideTracker.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/FixTableLayout.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/IFixLayoutHelper.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/ITableLayoutOwner.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/ListLayout.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/MultipleLayout.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 UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/TableLayout.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/CrosstabCellEditPart.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/CrosstabTableEditPart.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabHandleAdapter.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/tools/CrosstabColumnDragTracker.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/tools/CrosstabRowDragTracker.java
Birt
907
270,696
Bug 270696 ArrayIndexOutOfBoundsException was thrown out when click Data Binding if there has no bindings
Description: ArrayIndexOutOfBoundsException was thrown out when click Data Binding if there has no bindings Build number: 2.5.0.v20090401-0630 Steps to reproduce: 1, New a script data source 2, New a script dataset without bindings 3, New a chart binding the script dataset 4, Click Data Bindings button in Select Data Page Expected result: No exception happened Actual result: ArrayIndexOutOfBoundsException occurred. Error log: java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.ArrayList.get(Unknown Source) at org.eclipse.birt.chart.reportitem.ui.dialogs.ChartColumnBindingDialog.isOwnColumnBinding(ChartColumnBindingDialog.java:316) at org.eclipse.birt.chart.reportitem.ui.dialogs.ChartColumnBindingDialog.updateButtons(ChartColumnBindingDialog.java:304) at org.eclipse.birt.report.designer.ui.dialogs.ColumnBindingDialog.refreshBindingTable(ColumnBindingDialog.java:1387) at org.eclipse.birt.report.designer.ui.dialogs.ColumnBindingDialog.load(ColumnBindingDialog.java:1264) at org.eclipse.birt.report.designer.ui.dialogs.ColumnBindingDialog.initDialog(ColumnBindingDialog.java:1240) at org.eclipse.birt.report.designer.ui.dialogs.BaseDialog.open(BaseDialog.java:102) at org.eclipse.birt.chart.reportitem.ui.StandardChartDataSheet.invokeDataBinding(StandardChartDataSheet.java:956) at org.eclipse.birt.chart.reportitem.ui.StandardChartDataSheet.handleEvent(StandardChartDataSheet.java:1133) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.open(WizardBase.java:87) at org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:200) at org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:257) at org.eclipse.birt.report.designer.internal.ui.extension.ExtendedEditPart.performDirectEdit(ExtendedEditPart.java:156) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.performRequest(ReportElementEditPart.java:148) at org.eclipse.gef.tools.SelectEditPartTracker.performOpen(SelectEditPartTracker.java:187) at org.eclipse.gef.tools.SelectEditPartTracker.handleDoubleClick(SelectEditPartTracker.java:131) at org.eclipse.gef.tools.AbstractTool.mouseDoubleClick(AbstractTool.java:955) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.tools.ReportElementDragTracker.mouseDoubleClick(ReportElementDragTracker.java:127) at org.eclipse.gef.tools.SelectionTool.mouseDoubleClick(SelectionTool.java:501) at org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:208) at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked(DomainEventDispatcher.java:285) at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick(LightweightSystem.java:508) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:183) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2209) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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.equinox.launcher.Main.invokeFramework(Main.java:556) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511) at org.eclipse.equinox.launcher.Main.run(Main.java:1284)
2009-03-31 22:56:32
1,238,550,000
closed fixed
d6146fe
1,238,560,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ChartColumnBindingDialog.java
Birt