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
1,108
259,948
Bug 259948 Difference on ReportDesignHandle between onPrepare and beforeFactory
I want to dynamically add columns on a Table. I tried on the beforeFactory(...) method of ReportEventHandler and everything is alright. Then I tried on the onPrepare(...) method of TableEventHandler with the same code but it didn't work. In both case, I use the following code to get the TableHandle : (TableHandle) reportContext.getDesignHandle().findElement("myTableName") With the debugger, I saw that I have the same instance of reportContext in each method. But the ReportDesignHandle behind is not the same... I guess this is why I don't have the same final result. I post this problem on the birt newsgroup and Jason ask me to log it as a bug. Thanks.
2009-01-05 08:43:32
1,231,160,000
verified fixed
7298696
1,231,810,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java
Birt
1,109
260,496
Bug 260496 org.eclipse.birt.report.tests.engine.emitter.html has compile error in 2.5.0 daily build v20090109-0630
null
2009-01-08 20:48:25
1,231,470,000
closed fixed
d4123e4
1,231,480,000
testsuites/org.eclipse.birt.report.tests.engine.emitter.html/src/org/eclipse/birt/report/tests/engine/emitter/html/HTMLEmitter.java
Birt
1,110
260,495
Bug 260495 org.eclipse.birt.report.tests.engine has compile error in 2.5.0 daily build v20090109-0630
null
2009-01-08 20:46:52
1,231,470,000
closed fixed
6786a34
1,231,480,000
testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/IContentTest.java
Birt
1,111
260,202
Bug 260202 [Automation][Regression]Embedded Image and image from resource folder disappeared in Doc file
null
2009-01-06 22:36:50
1,231,300,000
closed fixed
d9eb9f8
1,231,400,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/Image.java
Birt
1,112
260,014
Bug 260014 [Automation][Regression]Script beforeFactory does not work
null
2009-01-05 21:29:07
1,231,210,000
closed fixed
c1d751c
1,231,390,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java
Birt
1,113
251,674
Bug 251674 IEngineTask.getErrors() empty after "file in use by another application" exception
I generated a pdf report using RunAndRenderTask. Then I opened the generated pdf with PDF-XChange Viewer Version 1.0 (build 0022). Without closing the document in the PDF-XChange, I tried to re-generate the same report. On the console I the following expection, but the exception is neither thrown to the caller nor listed by the getErrors() method (which return an empty ArrayList). My machine is a Windows Xp Home edition, 2002 versione, Service Pack 3. PS: "Impossibile accedere al file. Il file e utilizzato da un altro processo" is the italian for "Impossible to access the file. The file is used by another process". Exception in the console: java.io.FileNotFoundException: C:\TEMP\DettagliEntita.pdf (Impossibile accedere al file. Il file e utilizzato da un altro processo) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at org.eclipse.birt.report.engine.emitter.EmitterUtil.getOuputStream(EmitterUtil.java:48) at org.eclipse.birt.report.engine.emitter.pdf.PDFRender.initialize(PDFRender.java:152) at org.eclipse.birt.report.engine.emitter.pdf.PDFRender.<init>(PDFRender.java:54) at org.eclipse.birt.report.engine.emitter.pdf.PDFEmitter.createRender(PDFEmitter.java:23) at org.eclipse.birt.report.engine.layout.emitter.PageEmitter.initialize(PageEmitter.java:41) at org.eclipse.birt.report.engine.layout.pdf.emitter.PDFLayoutEmitter.initialize(PDFLayoutEmitter.java:83) at org.eclipse.birt.report.engine.layout.pdf.emitter.WrappedPDFLayoutEmitter.initialize(WrappedPDFLayoutEmitter.java:54) at org.eclipse.birt.report.engine.layout.pdf.emitter.PDFLayoutEmitterProxy.initialize(PDFLayoutEmitterProxy.java:67) at org.eclipse.birt.report.engine.api.impl.EngineTask.initializeContentEmitter(EngineTask.java:1602) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:104) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:72)
2008-10-22 05:36:29
1,224,670,000
verified fixed
30dde02
1,231,390,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFRender.java engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/PostscriptEmitter.java engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/PostscriptRender.java engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTEmitter.java engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTRender.java 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.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/DocEmitter.java engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/DocEmitterImpl.java engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/content/BlockStackingExecutorTest.java engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/content/ListContainerExecutorTest.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IReportElementInstance.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ContentVisitorAdapter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContentVisitor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AutoTextContent.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/content/impl/ContainerContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/DataContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/ForeignContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/GroupContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/ImageContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/LabelContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/ListBandContent.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/content/impl/ListGroupContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/PageContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/RowContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/TableBandContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/TableContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/TableGroupContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/TextContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/BufferedReportEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/CompositeContentEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/ContentDOMVisitor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/ContentEmitterAdapter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/ContentEmitterUtil.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/EmitterUtil.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/IContentEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/CellExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/DataItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/DynamicTextItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedGenerateExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/GridItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/GroupExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/IReportExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ImageItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/LabelItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListBandExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListGroupExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/MasterPageExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/PageBandExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/QueryItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExecutorUtil.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExtensionExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportletItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/RowExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TableBandExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TableGroupExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TableItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TextItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/ReportItemExecutorBase.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/i18n/MessageConstants.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/AbstractContentWrapper.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/CellContentWrapper.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/ContainerContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/DataContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/ForeignContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/ImageContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/LabelContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/RowContentWrapper.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/TableBandContentWrapper.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/TableContentWrapper.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/TextContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/AbstractReportContentWriter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/IReportContentLoader.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/IReportContentWriter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/ReportExecutorWrapper.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v1/ReportContentLoaderV1.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v2/ReportContentLoaderV2.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v2/ReportContentWriterV2.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/AbstractReportExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/dup/SuppressDuplciateReportExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/dup/SuppressDuplicateItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/emitter/ReportEmitterExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/emitter/ReportItemEmitterExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/l18n/LocalizedReportItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/wrap/WrappedReportExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/wrap/WrappedReportItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/ILayoutManager.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/IReportLayoutEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/BlockStackingExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/ItemExecutorWrapper.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/LineStackingExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/ListContainerExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/RunInContainerExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLBlockStackingLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLGroupLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLInlineStackingLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLayoutManagerFactory.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLeafItemLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLListLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLListingBandLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLPageLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLReportLayoutEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLRowLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLStackingLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableBandLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLM.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/html/buffer/AbstractNode.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/CachedHTMLPageBuffer.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/ContainerBufferNode.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/DummyPageBuffer.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/HTMLPageBuffer.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/INode.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/IPageBuffer.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/LeafBufferNode.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/PageBufferFactory.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/PageNode.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/TableBreakBuffer.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFAbstractLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFBlockContainerLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFBlockStackingLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFGroupLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFImageBlockContainerLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFInlineContainerLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFInlineStackingLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutEngineContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutManagerFactory.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFListGroupLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFListLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFPageLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFReportLayoutEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFRowLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFStackingLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableBandLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableGroupLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableRegionLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextBlockContainerLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/ClonedCellContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/BlockStackingLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/BlockTextLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/ContainerLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/IInlineStackingLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/ImageLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineBlockLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineContainerLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineStackingLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineTextLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/Layout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/LayoutContextFactory.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/LayoutEmitterAdapter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/LineLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/ListGroupLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/ListLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/PDFLayoutEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/PDFLayoutEmitterProxy.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/PageLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/RegionLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/RepeatableLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/RowLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TableGroupLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TableLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TableRegionLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TemplateLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TextAreaLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/WrappedPDFLayoutEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ContentEmitterVisitor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/Page.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/PageRegion.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportDocumentBuilder.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ElementUtil.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/ReportElementInstance.java
Birt
1,114
172,286
Bug 172286 Make IColumn extend IContent in engine api
Currently IColumn interface doesn't extend IContent, but has similar functions as those in IContent, generally it behaves much the same as a IContent object. So better change it to extend IContent to standardize the engine content api.
2007-01-31 04:17:55
1,170,240,000
verified fixed
2841441
1,231,290,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IColumn.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IStyledElement.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/Column.java
Birt
1,115
236,018
Bug 236018 Some column are not highlighted when specified to a series [13]
Description: Some column are not highlighted when specified to a series. Build number: 2.3.0.v20080606-1648 Steps to reproduce: 1. New a data set binding to CUSTOMERS. 2. New a chart with More Axis. 3. In "Select Data" tab, binding the chart to the data set, create three Y axis. 4. Right click different columns to spcify Axis 1 - Series 1, Axis 2 - Series 1 and Axis 3 - Series 1. Expected result: All the columns are highlighted. Actual result: Only the first column is highlight. Error log: N/A
2008-06-06 07:23:37
1,212,750,000
closed fixed
87f4e38
1,231,140,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java 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/wizard/data/DataDefinitionSelector.java
Birt
1,116
259,926
Bug 259926 Error message shows incompletely in Chart Edit Dialog Box
null
2009-01-04 21:51:34
1,231,120,000
verified fixed
72c689f
1,231,130,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java
Birt
1,117
259,904
Bug 259904 Script method afterDrawMarker is not invoked after beforeDrawMarker
Taking a look at this piece of code from AxisRenderer Line 2350: ScriptHandler.callFunction( sh, ScriptHandler.BEFORE_DRAW_MARKER, m, dph, getRunTimeContext( ).getScriptContext( )); getRunTimeContext( ).notifyStructureChange( IStructureDefinitionListener.BEFORE_DRAW_MARKER, m ); if ( dph != null && ( isNaN( dph.getOrthogonalValue( ) ) || dph.isOutside( ) ) ) { return; } When data point hint is null or invalid, only beforeDrawMarker is invoked. This is not correct. Expected behavior is that neither beforeDrawMarker nor afterDrawMarker is invoked.
2009-01-04 01:23:23
1,231,050,000
verified fixed
8d90c57
1,231,120,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java
Birt
1,118
259,901
Bug 259901 IndexOutOfBoundsException thrown out if sorting on a level which show empty columns
null
2009-01-04 00:36:39
1,231,050,000
closed fixed
28e389f
1,231,060,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/cursor/DimensionTraverse.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/cursor/RowDataAccessor.java
Birt
1,119
259,823
Bug 259823 Report designer editor does not validate edits against workspace
Build ID: M20080911-1700 Steps To Reproduce: 1. Using an Eclipse team provider, commit a *rptdesign or *rptlibrary file to a source control system that makes the file read-only after committing it. 2. Open the design or library file in the designer, and attempt to make an edit. Actual Results: A prompt is displayed, "File ___ is read-only, please make sure it can be written to first." Changes are not saved. Expected Results: The team provider plugin is given a chance to prompt the user if they would like to check out the editor input (thus making it writable), prior to the Save operation proceeding successfully. More information: I'm using a team provider plugin for the Serena Dimensions source control system. It has integrated fine with all other Eclipse editors, including the text editors and the PDE editors. It appears that the report design editor is doing something a little out of the ordinary and thus preventing this behavior from working as it normally would. The end-user workaround is to check-out or make writable the file in advance of editing it. For more info, see IWorkspace#validateEdit(IFile[] files, Object context)
2008-12-31 09:16:38
1,230,730,000
verified fixed
beb3cfa
1,231,050,000
UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/IDEFileReportProvider.java
Birt
1,120
259,817
Bug 259817 [Automation][Regression]Sorting does not work correctly
null
2008-12-31 01:14:24
1,230,700,000
closed fixed
143f559
1,231,050,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java
Birt
1,121
259,548
Bug 259548 Viewer export to Word - Bold not passed in non Latin letters
Build ID: 3.4.0 Steps To Reproduce: 1.Create report with non Latin letter in HTML data 2. Export report to Word/EXCEL 3. Non Ltin letters don't get the HTML fonts (BOLD) 4. Latin letters do get the fonts More information: checked on V2.5M3
2008-12-23 04:41:09
1,230,030,000
verified fixed
67afa66
1,231,040,000
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
1,122
258,898
Bug 258898 Enhance the exception if the aggregation is missing required argument
Description: Enhance the exception if the aggregation is missing data filed expression Build number: 2.3.2.v20081215-0630 Steps to reproduce: 1, Download attached two reports. These two reports has similar cases say, one is SUM Aggregation missing data field another one is MOVINGAVE missing window argument 2, Preview them Expected result: Exception of aggregation missing required argument is good and clear. Use can find the invalid aggregation binding immediately. I hope the exception of aggregation missing require data field can point the invalid binding directly but not throw out a general exception say, "The expression cannot be null or empty" Actual result: Exception of aggregation missing required data field is to general. Error log:
2008-12-16 00:34:00
1,229,410,000
closed fixed
0345717
1,230,720,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/aggregation/AggregationHelper.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java
Birt
1,123
259,123
Bug 259123 Aggregation Builder Screen/Modal dialog needs scroll capability
null
2008-12-17 10:57:15
1,229,530,000
verified fixed
bc3e8b5
1,230,710,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/AbstractBindingDialogHelper.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataColumnBindingDialog.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ChartCubeBindingDialogHelper.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java
Birt
1,124
234,064
Bug 234064 Show measure as chart view, data sort of chart in preview is different with the output
null
2008-05-26 23:40:24
1,211,860,000
closed fixed
78945e2
1,230,700,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/actions/FlipAxisAction.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartAggregationCellViewProvider.java
Birt
1,125
258,047
Bug 258047 Unable to open Excel report on a system with Arabic locales
null
2008-12-09 05:40:17
1,228,820,000
verified fixed
63a2070
1,230,630,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java
Birt
1,126
254,933
Bug 254933 [Improve support for stylesheets] nowrap not working
Build ID: 3.4.1 Steps To Reproduce: 1. create a table 2. insert data elements 3. set whitespace to no wrapping in the columns, cells, and/or data elements. 4. output to any format and the nowrap is ignored. More information: When I open the output excel file, the xml setting is always = ss:WrapText="1" when it should be 0. The result is the same in v2.2 and v2.3.
2008-11-11 13:42:24
1,226,430,000
verified fixed
d6a1ac8
1,230,630,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleBuilder.java engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/StyleConstant.java engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/writer/AbstractWordXmlWriter.java
Birt
1,127
258,654
Bug 258654 BIRT 2.3.1 - "The value of the structure property is a string", embedded images
Build ID: BIRT 2.3.1 Steps To Reproduce: 1. Embed image in report. 2. Deploy report and start AppServer. 3. Execute report More information: After migrating my reports from BIRT 2.2.2 to 2.3.1 I get the following message on console: 18:49:06,328 ERROR [STDERR] 09.12.2008 18:49:06 org.eclipse.birt.report.model.metadata.StructRefPropertyType validateValue INFO: The value of the structure property is a string In ReportEngine.log the following is logged (without ERROR): 09.12.2008 18:49:06 org.eclipse.birt.report.model.metadata.StructRefPropertyType validateValue INFO: The value of the structure property is a string After some tests I found that the reason is the following part of code in a rptdesign document. <image id="1402"> <property name="source">embed</property> <property name="imageName">MyImage.gif</property> </image> The message is given out every time a report is executed. Is there some possibility to suppress this message without changing the log level away from INFO? In BIRT 2.2.2 this message doesn't occur. My environment (dev): JBoss 4.2.2, BIRT 2.3.1, WinXP SP2 (german) By the way - the log message is not very useful because it says nothing about where and why it is logged.
2008-12-12 09:03:39
1,229,090,000
verified fixed
09b268f
1,230,620,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/StructRefPropertyType.java
Birt
1,128
259,238
Bug 259238 Inherited data source properties overridden after editing data set
1) Publish a data source and data set to a library. 2) Include the library in a new report design, and drag-and-drop the data source and data set into the design. At this stage, the data source properties are marked 'inherited' in the properties view, as expected. 3) Double click on the data set to open the 'Edit Data Set' dialog and make a change to the query (e.g. select one less database column). Click 'Ok' to save the changes. Now, the data source properties are no longer marked inherited. Examination of the report xml shows that the oda-data-source element still extends the data source defined in the library, but property elements have been added to the xml, overridding those defined in the library. The data source properties should not be overridden in this way, as the data source has not been edited. The same behaviour is seen in BRD and BRD Pro 2.5M3.
2008-12-18 06:43:34
1,229,600,000
verified fixed
3dba6ee
1,230,620,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/ModelOdaAdapter.java
Birt
1,129
259,555
Bug 259555 Null values in Data Cubes problem
null
2008-12-23 06:14:05
1,230,030,000
verified fixed
06b4122
1,230,620,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/MemberForTest.java data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/util/StructureDiskArrayTest.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/util/ObjectReader.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/util/ObjectWriter.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/util/StructureDiskArray.java
Birt
1,130
259,650
Bug 259650 NPE thrown out if sorting on a crosstab which show empty columns
null
2008-12-24 20:52:47
1,230,170,000
closed fixed
37551b0
1,230,620,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/driver/EdgeAxis.java
Birt
1,131
254,404
Bug 254404 Report script error not correctly reported
null
2008-11-06 00:38:07
1,225,950,000
verified fixed
464156a
1,230,270,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ScriptExecutor.java
Birt
1,132
184,837
Bug 184837 ResultMetaData#getColumnAlias and ResultMetaData#getColumnLabel do not work
Methods org.eclipse.birt.report.engine.api.impl.ResultMetaData#getColumnAlias and org.eclipse.birt.report.engine.api.impl.ResultMetaData#getColumnLabel are not implemented in fact. They both return "column name" and not "column alias" and "column label".
2007-05-01 07:16:32
1,178,020,000
resolved fixed
8ca2db6
1,230,270,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IResultMetaData.java
Birt
1,133
259,620
Bug 259620 [Automation][Regression]Table header does not repeat in PDF
Description: Export report to PDF format, but in 2nd page, table header disappeared. Test Build: BIRT2.5.0 v20081224-0630 Step to reproduce: 1. Use the report attached 2. Preview it in web viewer 3. Export all pages to PDF format Expect result: Table header is repeated in all pages. Actual result: Please refer to the pdf file attached.
2008-12-24 03:04:10
1,230,110,000
closed fixed
4459f7a
1,230,170,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/HTMLPageBuffer.java
Birt
1,134
256,847
Bug 256847 The footer row of a table with first column page-break-after-always is lost in DOC [1202]
null
2008-11-27 22:37:36
1,227,840,000
closed fixed
112f83e
1,229,940,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/HTMLPageBuffer.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/TableBreakBuffer.java
Birt
1,135
256,307
Bug 256307 [Improve support for stylesheets] Fixed layout no wrap does not work in PDF
Build ID: I20080617-2000 Steps To Reproduce: 1.Create a "table" and set its minimal "height". 2.Input longer text inside than the minimum size is. 3.Set the report "layout preference" as "fixed layout". 4.Go to "advanced" settings of the column and open "text". section and pick "no wrapping" for "whitespace". 5.This doesn't work for output PDF. More information: Problem aroused when trying to set the height of table row as fixed value. I need the text in the cell no to change its height when it's longer. I can't get it work. Any ideas, please?
2008-11-24 12:29:21
1,227,550,000
verified fixed
f1af347
1,229,930,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TextCompositor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/PropertyUtil.java
Birt
1,136
259,469
Bug 259469 The quotation marks surrounding LegendItemText should be removed for consistency.
description: The quotation marks surrounding LegendItemText should be removed for consistency. build id: 2.5.0 v20081222-0630 steps to reproduce: 1. New a report with two parameters of text type,named as single and expression.Drag the two parameters to layout. 2. New another report with a chart, select Legend on format chart page. Define dtrill through to the first report, define the expression for parameter "single" as simply "legendItemText",define the expression of parameter "expression" as ""this is legend text"+legendItemText". 3. Preview report and click on the legend. Acutal result: The value for parameter "single" is "Series 1" with quotation marks included. The value for parameter "expression" is "this is legend textSeries 1". The quotatiion marks on the legendItemText is removed in expression. Expected result: The quotation marks for legendItemText should be removed for consistency.
2008-12-22 01:28:32
1,229,930,000
closed fixed
90b5018
1,229,930,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/BIRTActionRenderer.java
Birt
1,137
258,636
Bug 258636 AssertionError when displaying simple Table-Report containing Aggregation Item deployed on BEA Weblogic 10.0
null
2008-12-12 05:56:46
1,229,080,000
verified fixed
8138c4470
1,229,660,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java
Birt
1,138
259,056
Bug 259056 The script of chart disappears after select other node and switch back to chart in "Outline" view [0801]
Description: The script of chart disappears after select other node and switch back to chart in "Outline" view. Build number: 2.3.2.v20081217-0730 Steps to reproduce: 1. New a report with a chart. 2. Select a chart, switch to the "Script" tab and add script for the chart. 3. In "Outline" view, select other node and switch back to the chart. 4. Check the script in the "Script" page. Expected result: When switch back to the chart, the script is shown. Actual result: The script is lost. Error log: N/A
2008-12-17 01:02:57
1,229,490,000
closed fixed
7958b9b
1,229,500,000
UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/JSEditor.java
Birt
1,139
258,388
Bug 258388 Chart bars and crosstab groups correspondence is not correct after add sorting to crosstab.
null
2008-12-11 00:34:47
1,228,970,000
closed fixed
2018775
1,229,500,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartCubeQueryHelper.java
Birt
1,140
258,787
Bug 258787 Live preview becomes blank after setting format for legend items.
description: Live preview becomes blank after setting format for legend items. build id: 2.3.2 v20081215-0630 steps to reproduce: 1. New a chart with optional Y grouping.Be sure its grouped by linear type data. 2. On Format Chart page, select Legend node and click Entries button. In the pop-up, set a format for the the labels. Acutal result: The live preview area becomes blank.
2008-12-15 05:20:41
1,229,340,000
closed fixed
902fe2a
1,229,490,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java
Birt
1,141
258,585
Bug 258585 [Automation][Regression]Chart legend title's auto wrapping is incorrect
null
2008-12-11 21:56:06
1,229,050,000
closed fixed
043ebb5
1,229,490,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/Legend.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/LayoutPackageImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/LegendImpl.java
Birt
1,142
258,773
Bug 258773 Buggy "Flip axis" behavior when switching chart type
null
2008-12-15 01:11:31
1,229,320,000
verified fixed
2b742ea
1,229,420,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java
Birt
1,143
183,437
Bug 183437 images from resource folder in packed wars aren't displayed
The servlet spec allows a web container to run a war without unpacking the war. If you use this feature and you use reports with images, which are taken from a library (which is somewhere in the war), the image will not be displayed. I use a selfwritten resoure locator, which searches the library in WEB-INF/birt directory with "servletContext.getResource(filename)". This method returns a URL, which is the desired type for a resource locator. Tomcat 5.5 returns something like "jndi:/localhost/mycontext/WEB-INF/birt/myimage.jpg" or "jndi:/localhost/mycontext/WEB-INF/birt/mylib.rptlibrary". The rptlibrary will be handled correctly from the birt runtime, but not images. The reason is the incorrect behaviour of org.eclipse.birt.report.engine.executor.ImageItemExecutor: In the method "handleImage" there's a big switch statement. If the image is a image from a library (or better from resource folder), it will be handled as "ImageItemDesign.IMAGE_FILE" and therefore the "jndi:" prefix will be stripped (url.getFile( ) instead of urr.toExternalForm( ) is called) which is in most situation correct but not if it is in a packed war!
2007-04-20 15:06:30
1,177,100,000
verified fixed
5d6f31f
1,229,410,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/BirtUtility.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java
Birt
1,144
258,394
Bug 258394 URI Image does not display in layout but display in image builder
Description: URI Image does not display in layout but display in image builder Build number: 2.5.0.v20081211-0630 Steps to reproduce: 1, Copy image test.JPG to resource folder 2, New a URI image and specify the URI to "test.JPG" Expected result: After step2, image can display in both layout and image builder Actual result: After step2, image only display in image builder and in layout it displayed as a red cross. Error log:
2008-12-11 01:57:42
1,228,980,000
closed fixed
c7bbacf
1,229,320,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java
Birt
1,145
258,627
Bug 258627 Chart need a code change for the HTML in BIRT 2.5
1. HTML emitter has output the script function "redirect". Now this script function has been prefixed with the htmlIDNamespace. Chart need add the prefixe before use the script function. The htmlIDNamespace can be gotten from the HTML option with the method "getHTMLIDNamespace". 2. The image's area must be well-formed: A. "AREA" must be written into lowercase "area". B. "target" can't be a empty String. You shouldn't output target when it's empty. C. "area" must has a "alt" value. You should give an empty string value to the alt attribute when "alt" doesn't have a value.
2008-12-12 04:40:31
1,229,070,000
verified fixed
53e8fa2
1,229,320,000
chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java
Birt
1,146
258,633
Bug 258633 org.eclipse.birt.chart.render.BaseRenderer does not dispose TextMetrics
Build ID: 2_3_2-N20081212 Steps To Reproduce: Leak of 1 Font Handle happens each time a chart (with a title) is re-rendered under SWT/Windows. Location of the missing dispose() is: - method renderTitle - part "if ( container instanceof Block )" - The variable "final ITextMetrics itm = xs.getTextMetrics( b.getLabel( ) );" is never disposed. More information:
2008-12-12 05:31:42
1,229,080,000
resolved fixed
e01db57
1,229,310,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java
Birt
1,147
258,403
Bug 258403 Multilevel in the same dimension should be prohibited from optional Y-series grouping expression builder
null
2008-12-11 03:30:52
1,228,980,000
closed fixed
014441a
1,229,070,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java
Birt
1,148
256,538
Bug 256538 Style refresh issue for predefined table-header-cell style[0300]
Description: Style refresh issue for predefined table-header-cell style Build number:2.3.2.v20081125 Steps to reproduce: 1. Insert a table with content in header row 2. New a predefined table-header-cell style, set font style to italic, click OK 3. Edit the style, set font style to normal, click OK Expected result: In layout, first content in header shows italic effect, then shows normal effect actual result: First show italic effect, then still show italic effect without refresh. Error log:N/a
2008-11-25 22:32:56
1,227,670,000
closed fixed
0e0d231
1,229,060,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/core/StyleElementTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/StyleElement.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/Cell.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ExtendedItem.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/strategy/CellPropSearchStrategy.java
Birt
1,149
258,018
Bug 258018 "A data definition entry for Y Series is undefined." is thrown out even the value series is defined [13]
null
2008-12-09 01:22:08
1,228,800,000
closed fixed
f9caf62
1,229,060,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/QueryUIHelper.java
Birt
1,150
257,475
Bug 257475 The report item share the result set of other should not be able to be extended by report [01] [0005]
null
2008-12-04 02:04:45
1,228,370,000
closed fixed
20b7bea
1,229,060,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibrarySharedResultSetTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ElementFactory.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ReportItem.java
Birt
1,151
258,582
Bug 258582 Focus exception occurs in ChartView of table
Description: Focus exception occurs in Chart View of table Build number: 2.5.0.v20081212-0630 Steps to reproduce: 1, New a table binding with dataset 2, Create Chart View on the table 3, Select one binding in Category (X) Series 4, Move the focus on combo box of Category (X) Series 5, Click Cancel or Finish button Expected result: No exception thrown out Actual result: Exception thrown out in Error log Error log: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3777) at org.eclipse.swt.SWT.error(SWT.java:3695) at org.eclipse.swt.SWT.error(SWT.java:3666) at org.eclipse.swt.widgets.Widget.error(Widget.java:463) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:336) at org.eclipse.swt.widgets.Widget.getData(Widget.java:521) at org.eclipse.birt.chart.ui.swt.wizard.data.BaseDataDefinitionComponent.isTableSharedBinding(BaseDataDefinitionComponent.java:420) at org.eclipse.birt.chart.ui.swt.wizard.data.BaseDataDefinitionComponent.getDisplayExpression(BaseDataDefinitionComponent.java:974) at org.eclipse.birt.chart.ui.swt.wizard.data.BaseDataDefinitionComponent.setColor(BaseDataDefinitionComponent.java:486) at org.eclipse.birt.chart.ui.swt.wizard.data.BaseDataDefinitionComponent.saveQuery(BaseDataDefinitionComponent.java:665) at org.eclipse.birt.chart.ui.swt.wizard.data.BaseDataDefinitionComponent.focusLost(BaseDataDefinitionComponent.java:655) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137)
2008-12-11 21:21:47
1,229,050,000
closed fixed
16e956d
1,229,050,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java
Birt
1,152
256,850
Bug 256850 The note failed to appear if the extended report is applied a style in the report design.
description: The note failed to appear if the extended report is applied a style in the report design. build id: 2.3.2 v20081127-0730 steps to reproduce: 1. New a library. Insert a label. New a style with font color as red. Apply the style to the label. 2. New a report, use the label from the library. New a style with font color as yellow. Apply the style to the label. Expected result: The label's font color changes to yellow and in General tab of properties editor, a note will appear that the item is modified in report design. Actual result: The label's font color changes to yellow but the note does not appear.
2008-11-28 00:18:08
1,227,850,000
closed fixed
8e480c7
1,229,050,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/core/DesignElementTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/StyledElement.java
Birt
1,153
257,044
Bug 257044 Refresh problem when the dataset used by the chart is updated.
null
2008-12-01 05:18:23
1,228,130,000
closed fixed
118b7bc
1,229,050,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java
Birt
1,154
257,028
Bug 257028 The masterpage and style defined in report design can not be exported to the library [01]
null
2008-12-01 03:38:47
1,228,120,000
closed fixed
e1b36da
1,229,050,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ElementExporterTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ElementExportUtil.java
Birt
1,155
257,577
Bug 257577 Hyperlink to slow site
It appears that when you use a Data control and you hyperlink to a slow web site, the URL is evaluated when rendering the report for each control. This creates a huge performance hit. The report should be able to render the URL as strings and only eval at view time.
2008-12-04 11:29:16
1,228,410,000
verified fixed
2d39e56
1,228,980,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DefaultResourceLocator.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/URIUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/URIUtilImpl.java
Birt
1,156
258,382
Bug 258382 Exception thrown out when selecting binding from Value(Y)Series in ChartView of table
Description: Exception thrown out when selecting column from Value(Y)Series in ChartView of table Build number: 2.5.0.v20081211-0630 Steps to reproduce: 1, New a table binding to a dataset 2, Create Chart View on the table 3, Select binding in Value(Y)Series Expected result: After step3, No exception thrown out when selecting column Actual result: After step3, Exception was thrown out Error log: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3777) at org.eclipse.swt.SWT.error(SWT.java:3695) at org.eclipse.swt.SWT.error(SWT.java:3666) at org.eclipse.swt.widgets.Widget.error(Widget.java:463) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:336) at org.eclipse.swt.custom.CCombo.getText(CCombo.java:751) at org.eclipse.birt.chart.ui.swt.wizard.data.BaseDataDefinitionComponent$1.handleEvent(BaseDataDefinitionComponent.java:260) 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:1031) at org.eclipse.swt.custom.CCombo$1.handleEvent(CCombo.java:112) 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:3848) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3446) 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:238) 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:281) 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:118) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.CreateChartAction.run(CreateChartAction.java:93)
2008-12-10 20:06:22
1,228,960,000
closed fixed
81b774a
1,228,980,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java
Birt
1,157
256,855
Bug 256855 [Regression] Exception throws out when trying to delete a filter from a copied chart.
null
2008-11-28 01:41:19
1,227,850,000
closed fixed
27fc418
1,228,980,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/PeerExtensionTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/AbstractPropertyCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ComplexPropertyCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ExtendedItem.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/strategy/ExtendedItemPropSearchStrategy.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/extension/PeerExtensibilityProvider.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java
Birt
1,158
255,600
Bug 255600 Drill-through does not work when the report name contains space and the resource folder is not the current project [04]
Description: Drill-through does not work when the report name contains space and the resource folder is not the current project. Build number: 2.3.2.v20081118-0730 Steps to reproduce: 1. In Preferences, set resource folder to other folders except the current project folder like "D:\". 2. New a report whose name containing space like "a b.rptdesign". 3. New a label in the report "a b.rptdesign" and define its hyperlink as drill-through to another report design "target.rptdesign". 4. Preview "a b.rptdesign" and click the link. Expected result: Link to the "target.rptdesign". Actual result: Exception is thrown out. Error log: - The report file : /D:/eclipse-11-18(2.3)/eclipse/plugins/org.eclipse.birt.report.viewer_2.3.2.v20081118-0730/birt/\target.rptdesign does not exist or contains errors. org.eclipse.birt.report.exception.ViewerException: The report file : /D:/eclipse-11-18(2.3)/eclipse/plugins/org.eclipse.birt.report.viewer_2.3.2.v20081118-0730/birt/\target.rptdesign does not exist or contains errors. at org.eclipse.birt.report.context.ViewerAttributeBean.getDesignHandle(ViewerAttributeBean.java:648) at org.eclipse.birt.report.context.ViewerAttributeBean.__init(ViewerAttributeBean.java:228) at org.eclipse.birt.report.context.BaseAttributeBean.init(BaseAttributeBean.java:233) at org.eclipse.birt.report.context.ViewerAttributeBean.(ViewerAttributeBean.java:113) at org.eclipse.birt.report.context.BirtContext.__init(BirtContext.java:44) at org.eclipse.birt.report.context.BaseContext.(BaseContext.java:69) at org.eclipse.birt.report.context.BirtContext.(BirtContext.java:30) at org.eclipse.birt.report.servlet.ViewerServlet.__getContext(ViewerServlet.java:150) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doGet(BirtSoapMessageDispatcherServlet.java:137) at javax.servlet.http.HttpServlet.service(HttpServlet.java:596) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.service(BirtSoapMessageDispatcherServlet.java:112) at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180) at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:269) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at org.mortbay.jetty.servlet.ServletHandler.dispatch(ServletHandler.java:677) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) at org.mortbay.http.HttpServer.service(HttpServer.java:909) at org.mortbay.http.HttpConnection.service(HttpConnection.java:820) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
2008-11-18 02:26:05
1,226,990,000
closed fixed
701a6ff
1,228,980,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java
Birt
1,159
257,008
Bug 257008 [Regression] Error happens in the "Row Mapping" page when new a WS data set [0707]
null
2008-11-30 20:41:35
1,228,100,000
closed fixed
94828e2
1,228,980,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/property/AbstractPropertyDialog.java
Birt
1,160
194,246
Bug 194246 Internationalized messages do not work correctly when supplying arguments.
A call to: reportContext.getMessage( key, locale, arguments ) ...does not work as expected. The key is correctly internationalized, but the arguments are not. The attached report (with 2 .properties files) demonstrates this. It displays a message in English then in German. The correct output should be: Date in English: 01 October 2007 Datum auf Deutsch: 01 Oktober 2007 ...but instead it displays: Date in English: 01 October 2007 Datum auf Deutsch: 01 October 2007 In other words, the message has been translated, but the argument has not. I believe the root cause of this problem is in ReportContextImpl->getMessage( String, Locale, Object[] ). The code: return MessageFormat.format( msg, params ); ...should, I think, be something like: MessageFormat formatter = new MessageFormat( msg, locale ); return formatter.format( args, new StringBuffer(), new FieldPosition( 0 ) ); (Sorry, I'd submit a proper patch but I can't get the source code to compile. That's another story...)
2007-06-25 11:55:22
1,182,790,000
verified fixed
963cb39
1,228,970,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ReportContextImpl.java
Birt
1,161
257,128
Bug 257128 java.io.NotSerializableException: com.ibm.icu.impl.ResourceBundleWrapper
Build ID: M20080911-1700 Steps To Reproduce: 1. Use the Report Engine API to create a IRunTask 2. Set the value of a parameter, but supply in invalid object type for the value. For example, task.setParameterValue( "myStringParameter", Boolean.TRUE ); In this example the data type of the parameter is a String but we are passing it a Boolean. 3. The result will be a ParameterValidationException, which when serialized will in turn cause a NotSerializableException. More information: Our application is a client/server app that uses RMI, and when we encounter an exception in BIRT it is sometimes masked because of an object that is not serializable. In this particular example, the server tries to toss a ParameterValidationException back to the client but it fails because the field rb (com.ibm.icu.impl.ResourceBundleWrapper) is not serializable.
2008-12-01 15:26:24
1,228,160,000
resolved fixed
00f9c20
1,228,970,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/exception/BirtException.java
Birt
1,162
150,524
Bug 150524 ROM API very slow in read only situations
Using the ROM API to get details about a report design is very very slow. For instance the BIRT ROM API code to get a display name looks something like _url = url.getFile(); _designEngine = new DesignEngine(new DesignConfig()); _session = _designEngine.newSessionHandle(ULocale.getDefault()); _design = _session.openDesign(_url); String displayName = ""; //$NON-NLS-1$ try { displayName = _design.getDisplayName(); // there may not be a display name so return "" if (displayName == null) displayName = ""; //$NON-NLS-1$ } catch (Exception e) { e.printStackTrace(); displayName = ""; //$NON-NLS-1$ } ...... This is very slow for us... what we see is that the BIRT ROM seems to load the entire rptdesign into a model, which is very time expensive. One thing we have done for now, is written a 'light weight' class that opens the design and just quickly fetches the fields for us using simple DOM. Its way faster than using the ROM but not ideal as best code practices point out that you should use a published formal API for accessing data because custom code is often prone to breakage as data forms change over time. So we would like to see the ROM support a "fast" ROM mode, for read only access. of report attributes.
2006-07-13 11:39:32
1,152,810,000
verified fixed
325bca3
1,228,970,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/SessionHandleTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/IModuleOption.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/DesignParserHandler.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/GenericModuleParserHandler.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/LibraryParserHandler.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/LibraryState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ModuleParserHandler.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ModuleState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ReportState.java
Birt
1,163
258,234
Bug 258234 "Don't show this message again" in crosstab's Remove unused binding dialog doesn't work
Description: "Don't show this message again" in crosstab's Remove unused binding dialog doesn't work Build number: 2.5.0.v20081210-0630 Steps to reproduce: 1, New a crosstab with dimension 2, Drag one dimension from column area to row area 3, Remove Unused Bindings dialog pops up and tick Don't show this message again checkbox on 4, Click OK 5, Drag that dimension from row area to column area Expected result: Remove Unused Bindings dialog never pops up and in Preference->Report Design->Crosstab the choice of "Remove unused... "is "Never" Actual result: The dialog still pops up Error log:
2008-12-10 03:28:28
1,228,900,000
closed fixed
2102f2c
1,228,900,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabAdaptUtil.java
Birt
1,164
258,015
Bug 258015 The table handle can not be selected if there are more columns [00]
null
2008-12-09 00:37:44
1,228,800,000
closed fixed
476cbc8
1,228,810,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ReportRootFigure.java
Birt
1,165
256,642
Bug 256642 Chart With Hyperlink Using Empty Parameter Causes Trigger Failure
Build ID: I20080617-2000 Steps To Reproduce: 1. Create an empty new report (or use the attached report) 2. Create a chart, and a parameter ("EmptyParameter" in this example) 3. Use the sample database -- so far any data source and data set can replicate this 4. Edit the hyperlink and make it a drill-down, and for the puroses of making this quickly, point the report to itself (another report works too). As in shown image, put in "EmptyParameter" and use its own value. 5. When you preview the report it will fail with the attached image and the following error: "The following items have errors: Chart NewChart: + The trigger data is invalid or its type is unknown" Now if you change the parameter on the report (using a tomcat viewer or a web viewer) so that EmptyParameter is no longer blank, the chart will display. Other places that you can use hyperlinks (on a label, for example) do not have this problem. More information:
2008-11-26 09:41:11
1,227,710,000
closed fixed
a6ed591
1,228,720,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/UserDataSetProcessor.java
Birt
1,166
257,672
Bug 257672 [Regression] "M Dial S Region Meter" is not shown in the Preview pane [1501]
null
2008-12-05 00:58:36
1,228,460,000
closed fixed
d24ed6e
1,228,720,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java
Birt
1,167
257,472
Bug 257472 Chart preview should be shown even its background image is lost.
null
2008-12-04 01:19:06
1,228,370,000
closed fixed
61c8986
1,228,720,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java
Birt
1,168
257,473
Bug 257473 The report contents extend the border of library page width can not be selected and edit [00]
null
2008-12-04 01:39:57
1,228,370,000
closed fixed
cdcdad6
1,228,710,000
UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/editparts/LibraryReportDesignEditPart.java
Birt
1,169
257,468
Bug 257468 Null value is shown as 'NaN' in legend.
null
2008-12-04 00:48:39
1,228,370,000
closed fixed
50ff837
1,228,710,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/datafeed/IDataPointEntry.java
Birt
1,170
253,883
Bug 253883 3D Tube, Cone and Pyramid examples should be added under 3D Charts [1501]
null
2008-11-05 04:29:54
1,225,880,000
closed fixed
5165c1a
1,228,290,000
chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/models/Cone3D.java chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/models/Pyramid3D.java chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/models/Tube3D.java
Birt
1,171
231,071
Bug 231071 The column should be highlighted when it is specified for Series from the drop-down list [13]
Description: The column should be highlighted when it is specified for Series from the drop-down list. Build number: 2.3.0.v20080508-1254 Steps to reproduce: 1. New a table with group. 2. New a chart share the table's data. 3. Specify series from the drop-down list. Expected result: The column is highlighted. Actual result: The column is not highlighted. Error log: N/A
2008-05-08 04:46:56
1,210,240,000
closed fixed
914c8a2
1,228,280,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java
Birt
1,172
254,979
Bug 254979 Too many x-axis grid lines on "category axis"
null
2008-11-11 23:25:47
1,226,460,000
verified fixed
8721286
1,228,210,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/ComponentPackage.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/Scale.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ComponentFactoryImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ComponentPackageImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ScaleImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisGridLinesSheet.java
Birt
1,173
238,342
Bug 238342 Large Template Image File Causes Memory Exception
If you attach a large file to a rpttemplate to be used as an image, i.e. you embed a large image in a report template than you will get a memory exception when trying to look at the source of the rpttemplate. I have added a JPG that causes the error. I realize that no one should be using a file this big for an image file, but if they do the Designer needs to handle this better.
2008-06-24 17:11:15
1,214,340,000
verified fixed
1b58886
1,228,190,000
UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerContextMenuProvider.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/ApplyThemeAction.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/page/ReportPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ThumbnailBuilder.java
Birt
1,174
246,191
Bug 246191 [enhancement] 'Add to report' menu for Masterpage in library only activated when report's masterpage node is choosen in outline
BuildId: 2.3.1.v20080904-0630 Description: 'Add to report' menu for Masterpage in library is activated only when report's masterpage node is choosen in outline. Other items do not have such particular behavior. Steps to reproduce: 1. New a library and make some changes to the masterpage of library. 2. New a report and use the library. 3. In 'Resource Explorer', right click the masterpage of library, check the context menu. Expect result: 'Add to report' menu is enabled. Actual result: 'Add to report' menu is disabled until you choose the 'MasterPage' node report design in outline view. But the DnD is supported even 'MasterPage' node is not selected. Error Log: N/A
2008-09-04 04:34:21
1,220,520,000
closed fixed
4d043f1
1,228,100,000
UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/AddElementtoReport.java
Birt
1,175
256,238
Bug 256238 Shouldn't update figure before inserting extended item such as Chart in library editor
In Library editor, if inserting an extended item such as Chart from Palette, a dummy Chart figure will display below the chart builder. If this action is in report designer, there's no dummy chart in editor. The dummy chart indicates the null chart model in extended item handle, but this figure(dummy chart) shouldn't display before it's created, just like in report designer. Expected behavior: No dummy chart before chart is created. Current behavior: Dummy chart displays when drag-and-dropping chart from Palette.
2008-11-23 21:32:02
1,227,490,000
verified fixed
b44b53f
1,228,100,000
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/tools/ReportCreationTool.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/BaseInsertMenuAction.java
Birt
1,176
254,568
Bug 254568 Live preview is not correct in chart view for crosstab which shows its inner level.
null
2008-11-07 04:00:55
1,226,050,000
closed fixed
3fa217e
1,227,750,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java
Birt
1,177
254,977
Bug 254977 X-Axis as value axis has extra value before min and after max value.
null
2008-11-11 23:09:17
1,226,460,000
verified fixed
15771df
1,227,670,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/ScaleContext.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/ComponentPackage.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/Scale.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ComponentPackageImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ScaleImpl.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/AbstractScaleSheet.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisScaleSheet.java
Birt
1,178
169,817
Bug 169817 Can't set an instance of IPageHandler into RenderTask & RunAndRenderTask.
I wanna get an endpage message during emitter render. Now, I may set an instance of IPageHandler into RunTask, but I can't set it into RenderTask & RunAndRenderTask, because I didn't find setPageHandler() method on them.
2007-01-08 03:15:52
1,168,240,000
closed fixed
0c7bb46
1,227,590,000
engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/PageHandlerTest.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLReportLayoutEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/DummyPageBuffer.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/LayoutEmitterAdapter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/LayoutEngineContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/PDFLayoutEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/PDFLayoutEmitterProxy.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/PageLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/WrappedPDFLayoutEmitter.java
Birt
1,179
252,043
Bug 252043 Cannot send report parameters when defininig interactive drilldown on the legend
I looked at trying to create a drill down link on a legend item and pass a row context as a report parameter to the sub report. I don't think this feature is supported on the legend even though you're able to specify the row binding in the chart interactivity dialog. I'm attaching a screen shot that shows you that the user is able to specify the row context so that you know what i'm talking about. I'm also attaching the workspace that demonstrates this problem.
2008-10-24 14:40:41
1,224,870,000
closed fixed
4d41ae7
1,227,580,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/integrate/SimpleActionRenderer.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/IActionRenderer.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ChartExpressionProvider.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/BIRTActionRenderer.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerDataComposite.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.java
Birt
1,180
254,981
Bug 254981 Secondary Y-axis format is reset when viewing chart type tab on multiple Y-axis line or area chart
Build ID: M20080911-1700 Steps To Reproduce: 1. Create a report with a dataset of 10 records and three columns of numbers, sorted by the first column. 2. Create a line or area chart to display this data. X-Axis is the first column from the dataset and Y-axis 1 is the second column and Y-axis 2 is the third column. Size of the chart is 500px high, 900px wide. 3. On the Format tab, go to the "Value (Y) Series - 2" option and change the formatting of the series' marker and line style, width and colour to something different. 4. Click finish to save the chart. 5. Double click on the chart to open the editor. The chart should open on the tab last viewed before closing. If this is NOT the "Select chart type" tab, the preview will show the same format as set before for Y-series 2. 6. Click on the "Select chart type" tab and notice the formatting on Y-series 2 is reset to the default marker, line style, colour and width. More information: Current work around is to click on a tab other than "Select chart type", click cancel to close the chart editor, then double click to open the chart editor again. The "other" tab selected will be displayed and the formatting will be as before. Ctrl-z undoes any formatting that was lost.
2008-11-11 23:44:10
1,226,470,000
verified fixed
5e40917
1,227,510,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java
Birt
1,181
256,167
Bug 256167 [Bidi] HTML_ENABLE_AGENTSTYLE_ENGINE setting doesn't fix column header problems
In 2.2.1, setting HTML_ENABLE_AGENTSTYLE_ENGINE to false would fix column headers so that they appear left-aligned. Now, this setting does not fix the column header problem. The headers appear in bold and right-aligned. I am using IE7.
2008-11-21 15:36:02
1,227,300,000
resolved wontfix
a6e1ea0
1,227,510,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLVisionOptimize.java
Birt
1,182
247,384
Bug 247384 Long Legend title should be wrapped
Build ID: I20080617-2000 Steps To Reproduce: 1.Open the attached report design, we can see that very long legend title can cause problem. 2. 3. More information: The origin of this bug is TED #2483. We make a Bugzilla entry here, so that it can be scheduled to 2.5.0.
2008-09-15 21:50:10
1,221,530,000
verified fixed
6854b08
1,227,500,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithoutAxes.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ModelPackage.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ChartWithoutAxesImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ModelFactoryImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ModelPackageImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/LayoutPackage.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/Legend.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/LayoutFactoryImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/LayoutPackageImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/LegendImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/util/LayoutValidator.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/util/ModelAdapterFactory.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/util/ModelResourceFactoryImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/util/ModelSwitch.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/util/ModelValidator.java
Birt
1,183
253,884
Bug 253884 Part of the curve fitting line of "Curve Fitting Script" is missing in the Preview pane [1502]
null
2008-11-05 04:35:49
1,225,880,000
closed fixed
05cc460
1,227,150,000
chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/models/CurveFittingScript.java
Birt
1,184
239,190
Bug 239190 Not able to determine current title of current series in IChartEventHandler.beforeDrawLegendItem
null
2008-07-02 02:53:42
1,214,980,000
verified fixed
343650b
1,227,090,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/EllipsisHelper.java 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/LegendItemHints.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/Methods.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/event/WrappedStructureSource.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/RunTimeContext.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/SeriesDefinition.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/SeriesDefinitionImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/BIRTActionRenderer.java
Birt
1,185
255,584
Bug 255584 GUIException occurs when editing a dataset with dataset parameter
Description: GUIException occurs when editing a dataset with dataset parameter Build number: 2.3.2.v20081118-0630 Steps to reproduce: 1, New a dataset 2, Go to parameters page 3, Add a dataset parameter and linked to a report parameter 4, Finish the dataset 5, Reopen the dataset Expected result: The dataset can be edited Actual result: GUIException thrown out and lost the parameter page in dataset editor. Error log: org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by org.eclipse.datatools.connectivity.oda.OdaException. 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.designer.data.ui.dataset.DataSetEditor.addCustomPageODAV3(DataSetEditor.java:240) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.<init>(DataSetEditor.java:197) at org.eclipse.birt.report.designer.internal.ui.views.data.providers.DataSetNodeProvider.performEdit(DataSetNodeProvider.java:192) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:410) at org.eclipse.birt.report.designer.internal.ui.views.actions.EditAction.doAction(EditAction.java:85) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:66) at org.eclipse.birt.report.designer.internal.ui.views.RenameListener.doubleClick(RenameListener.java:214) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:799)
2008-11-17 21:49:56
1,226,980,000
closed fixed
b86cf5a
1,227,070,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/ReportParameterAdapter.java
Birt
1,186
231,395
Bug 231395 Chart Output Format should have a display type field
The org.eclipse.birt.chart.engine.devicerenderers extension point should have a field for a format's "display name". This would be the name for the output format that would be presented to the user in the "Output Format" dropdown in the UI. This field would be different from the "format" field because it is meant to be human readable whereas "format" is processed internally by BIRT.
2008-05-09 18:08:59
1,210,370,000
closed fixed
fb24c9e
1,227,070,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/PluginSettings.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/wizard/ChartAdapter.java chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/wizard/ChartWizard.java
Birt
1,187
255,579
Bug 255579 org.eclipse.birt.report.engine has compile error in 2.5.0 daily build v20081118-0630
null
2008-11-17 20:29:44
1,226,970,000
closed fixed
ad5f60f
1,226,990,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/LinkedObjectManager.java
Birt
1,188
245,637
Bug 245637 timezone in datetime from Calendar picker doesn't work[10]
Description: timezone in datetime from Calendar picker doesn't work Build number:2.3.1.v20080829 Steps to reproduce: 1. Insert a data item, datetime, select value through calendar picker. 2. Modify the expression to change timezone, for example:"2008-08-29 10:51:00.031+0800", change +0800 to +0200 3. Set datetime format of the data item to general date. 4. Preview Expected result: 29 August 2008 4:51:00 PM GMT+08:00 Actual result: 29 August 2008 10:51:00 AM GMT+08:00 Error log:n/a
2008-08-29 03:04:15
1,219,990,000
closed fixed
a5c4936
1,226,980,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DateFormatISO8601.java
Birt
1,189
250,892
Bug 250892 failures and errors occurs in junit test of org.eclipse.birt.report.tests.model in 2.3.2 daily build v20081113-0630
null
2008-10-15 02:48:22
1,224,050,000
closed fixed
d02beb4
1,226,900,000
testsuites/org.eclipse.birt.report.tests.model/src/org/eclipse/birt/report/tests/model/regression/Regression_137174.java
Birt
1,190
255,304
Bug 255304 [RCP] The "X" for table will not disappear until close and reopen the report [0004]
null
2008-11-14 01:08:11
1,226,640,000
closed fixed
0d6fb11
1,226,900,000
UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/editors/RCPMultiPageReportEditor.java
Birt
1,191
230,486
Bug 230486 Engine.destroy does not close documents
Can we change the engine.destroy function to close open report docuemnts document = engine.openReportDocument("c:\\test\\customers.rptdocument"); I can call document.close(), but engine.destory() does not close the file.
2008-05-06 17:26:17
1,210,110,000
verified fixed
62ee22d
1,226,900,000
engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/ReportEngineTest.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/LinkedObjectManager.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportEngineHelper.java
Birt
1,192
255,312
Bug 255312 [Regression] The hidden TOC is shown in the TOC pane, but exception is thrown out when click [0002]
null
2008-11-14 02:53:44
1,226,650,000
closed fixed
78c225a
1,226,660,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/toc/TOCView.java
Birt
1,193
254,989
Bug 254989 Preview attached report in web viewer lead NPE If refrenced library is inexisted
null
2008-11-12 02:28:06
1,226,470,000
closed fixed
ffb5ff6
1,226,640,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ReportDesignHandleTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java
Birt
1,194
254,500
Bug 254500 Crosstab has record limit when viewing
When you have a crosstab that is large, it will show blanks for the values after the record limit goes past a certain point. This can happen in the middle of a row. This limit is somewhere around 4000. The workaround we have currently is to break the data up into two different crosstab reports.
2008-11-06 15:12:57
1,226,000,000
verified fixed
0936e9a
1,226,550,000
data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/util/BufferedStructureArrayTest.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/util/BaseDiskArray.java
Birt
1,195
248,821
Bug 248821 The chart share the result set of a crosstab is not shown when preview [1302] [0004]
null
2008-09-27 02:04:11
1,222,500,000
closed fixed
9074d27
1,226,470,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTaskV1.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java
Birt
1,196
241,028
Bug 241028 No warning message when previewing if dataset's parameter has no default value
Description: I specify the query like "select * from table where number < ?" and do not input the default value of dataset parameter. When previewing, no warning message occurs to tell me the input parameter has no default value. Build number: 2.2.1.v20080716-0630 Steps to reproduce: 1, New a dataset 2, Specify the query like: select * from customer where customernumber < ? 3, Preview in dataset Expected result: Pops up a warning message to tell user the parameter has no default value when previewing. Actual result: The preview is ok Error log:
2008-07-15 21:46:37
1,216,170,000
closed fixed
2d9982a
1,226,400,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/DataAdapterUtil.java
Birt
1,197
252,527
Bug 252527 There is an extra cell border when set the border of the crosstab measure header cell in PDF [1200] [1102]
null
2008-10-28 22:30:04
1,225,250,000
closed fixed
fe52f69
1,226,050,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/ContainerLayout.java
Birt
1,198
253,873
Bug 253873 The grouping unit text box is empty when reopening the dialog in Chinese locale.
null
2008-11-05 03:21:48
1,225,870,000
closed fixed
f943e46
1,226,050,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/SeriesGroupingComposite.java
Birt
1,199
252,318
Bug 252318 [Regression] Cell border in sample report does not work correctly when preivew in PDF [1200]
null
2008-10-28 05:18:57
1,225,190,000
closed fixed
2a1e449
1,226,050,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/ContainerLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/RowLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TableAreaLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TableGroupLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TableLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/TableRegionLayout.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/WrappedPDFLayoutEmitter.java
Birt
1,200
254,402
Bug 254402 Corresponding legend item and datapoint have different labels after resersing category.
null
2008-11-06 00:25:35
1,225,950,000
closed fixed
ad22741
1,226,040,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/util/ChartUtil.java
Birt
1,201
251,558
Bug 251558 Stored procedure data set is always called twice
null
2008-10-21 11:57:31
1,224,600,000
verified fixed
041ad71
1,225,950,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java
Birt
1,202
254,399
Bug 254399 [Smoke] Exception throws out when previewing chart in crostab.
null
2008-11-05 22:04:15
1,225,940,000
closed fixed
e341336
1,225,950,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedItemExecutor.java
Birt
1,203
252,550
Bug 252550 Label-Element in table header does not get displayed in PDF output when in merged cell and header height specified
null
2008-10-29 04:52:00
1,225,270,000
verified fixed
954bf53
1,225,950,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java
Birt
1,204
254,394
Bug 254394 Failures occurs in Junit test of org.eclipse.birt.report.engine.tests in 2.5.0 daily build v20081106-0630
null
2008-11-05 21:00:55
1,225,940,000
closed fixed
b493a59
1,225,940,000
engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/document/ReportDocumentTest.java
Birt
1,205
253,856
Bug 253856 [Automation][Regression]Exception is thrown out when click toc of report
null
2008-11-04 21:26:27
1,225,850,000
closed fixed
a0ee632
1,225,860,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java
Birt
1,206
253,654
Bug 253654 Linked Report parameter type is dynamic and refer to the host dataset
Description: Linked Report parameter type is dynamic and refer to the host dataset Build number: 2.3.2.v20081104-0630 Steps to reproduce: 1, New a dataset with query select * from customers where customernumber<? 2, Goto dataset parameter page and open the expression builder of Linked To Report Parameter Expected result: The new parameter is a static type parameter rather than a dynamic parameter which refer to the the host dataset, it will cause the circular dependence.
2008-11-04 04:12:51
1,225,790,000
closed fixed
0dab3ca
1,225,860,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/ReportParameterAdapter.java
Birt
1,207
253,161
Bug 253161 Invalid parameter of aggregation should throw exception rather than print out error message
Description: Invalid parameter of aggregation should throw exception rather than print out error message Build number: 2.3.2.v20081103-1221 Steps to reproduce: 1, New a CONCATENATE Aggregation 2, Set the max length to 0 3, Preview Expected result: Throw exception to tell user the parameter of max length is invalid Actual result: The error message is printed out in html content. Error log:
2008-11-03 05:08:17
1,225,710,000
closed fixed
01a0274
1,225,790,000
data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/TotalConcatenate.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/BindingColumnsEvalUtil.java
Birt