issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
260,495 | Bug 260495 org.eclipse.birt.report.tests.engine has compile error in 2.5.0 daily build v20090109-0630 | null | closed fixed | 6786a34 | ["testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/IContentTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2009-01-09T05:00:07Z" | "2009-01-09T03:00:00Z" |
260,202 | Bug 260202 [Automation][Regression]Embedded Image and image from resource folder disappeared in Doc file | null | closed fixed | d9eb9f8 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/Image.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2009-01-08T08:06:29Z" | "2009-01-07T03:46:40Z" |
260,014 | Bug 260014 [Automation][Regression]Script beforeFactory does not work | null | closed fixed | c1d751c | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2009-01-08T05:50:16Z" | "2009-01-06T02:46:40Z" |
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) | verified fixed | 30dde02 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2009-01-08T03:50:29Z" | "2008-10-22T10:06:40Z" |
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. | verified fixed | 2841441 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2009-01-07T02:14:24Z" | "2007-01-31T10:40:00Z" |
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 | closed fixed | 87f4e38 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2009-01-05T06:23:32Z" | "2008-06-06T11:00:00Z" |
259,926 | Bug 259926 Error message shows incompletely in Chart Edit Dialog Box | null | verified fixed | 72c689f | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2009-01-05T05:46:46Z" | "2009-01-05T01:46:40Z" |
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. | verified fixed | 8d90c57 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2009-01-05T02:47:21Z" | "2009-01-04T06:20:00Z" |
259,901 | Bug 259901 IndexOutOfBoundsException thrown out if sorting on a level which show empty columns | null | closed fixed | 28e389f | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2009-01-04T08:05:26Z" | "2009-01-04T06:20:00Z" |
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) | verified fixed | beb3cfa | ["UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/IDEFileReportProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2009-01-04T06:49:01Z" | "2008-12-31T13:26:40Z" |
259,817 | Bug 259817 [Automation][Regression]Sorting does not work correctly | null | closed fixed | 143f559 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2009-01-04T06:08:48Z" | "2008-12-31T05:06:40Z" |
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 | verified fixed | 67afa66 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2009-01-04T02:40:42Z" | "2008-12-23T11:00:00Z" |
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: | closed fixed | 0345717 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-31T09:29:54Z" | "2008-12-16T06:46:40Z" |
259,123 | Bug 259123 Aggregation Builder Screen/Modal dialog needs scroll capability | null | verified fixed | bc3e8b5 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-31T07:22:13Z" | "2008-12-17T16:06:40Z" |
234,064 | Bug 234064 Show measure as chart view, data sort of chart in preview is different with the output | null | closed fixed | 78945e2 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-31T06:27:39Z" | "2008-05-27T03:46:40Z" |
258,047 | Bug 258047 Unable to open Excel report on a system with Arabic locales | null | verified fixed | 63a2070 | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-30T09:18:20Z" | "2008-12-09T10:53:20Z" |
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. | verified fixed | d6a1ac8 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-30T08:51:28Z" | "2008-11-11T19:00:00Z" |
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. | verified fixed | 09b268f | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/StructRefPropertyType.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-30T07:16:54Z" | "2008-12-12T13:53:20Z" |
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. | verified fixed | 3dba6ee | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/ModelOdaAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-30T06:48:09Z" | "2008-12-18T11:33:20Z" |
259,555 | Bug 259555 Null values in Data Cubes problem | null | verified fixed | 06b4122 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-30T06:37:57Z" | "2008-12-23T11:00:00Z" |
259,650 | Bug 259650 NPE thrown out if sorting on a crosstab which show empty columns | null | closed fixed | 37551b0 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/driver/EdgeAxis.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-30T06:33:40Z" | "2008-12-25T01:53:20Z" |
254,404 | Bug 254404 Report script error not correctly reported | null | verified fixed | 464156a | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ScriptExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-26T06:17:02Z" | "2008-11-06T05:40:00Z" |
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". | resolved fixed | 8ca2db6 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IResultMetaData.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-26T05:54:06Z" | "2007-05-01T11:46:40Z" |
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. | closed fixed | 4459f7a | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/HTMLPageBuffer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-25T03:05:09Z" | "2008-12-24T09:13:20Z" |
256,847 | Bug 256847 The footer row of a table with first column page-break-after-always is lost in DOC [1202] | null | closed fixed | 112f83e | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-22T08:43:07Z" | "2008-11-28T02:40:00Z" |
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? | verified fixed | f1af347 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-22T07:43:44Z" | "2008-11-24T18:06:40Z" |
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. | closed fixed | 90b5018 | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/BIRTActionRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-22T07:02:29Z" | "2008-12-22T07:13:20Z" |
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 | closed fixed | 7958b9b | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/JSEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-17T08:11:11Z" | "2008-12-17T05:00:00Z" |
258,388 | Bug 258388 Chart bars and crosstab groups correspondence is not correct after add sorting to crosstab. | null | closed fixed | 2018775 | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartCubeQueryHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-17T07:08:13Z" | "2008-12-11T04:33:20Z" |
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. | closed fixed | 902fe2a | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-17T05:23:36Z" | "2008-12-15T11:20:00Z" |
258,585 | Bug 258585 [Automation][Regression]Chart legend title's auto wrapping is incorrect | null | closed fixed | 043ebb5 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-17T04:20:26Z" | "2008-12-12T02:46:40Z" |
258,773 | Bug 258773 Buggy "Flip axis" behavior when switching chart type | null | verified fixed | 2b742ea | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-16T09:28:49Z" | "2008-12-15T05:46:40Z" |
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! | verified fixed | 5d6f31f | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-16T06:39:37Z" | "2007-04-20T20:13:20Z" |
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: | closed fixed | c7bbacf | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-15T06:53:09Z" | "2008-12-11T07:20:00Z" |
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. | verified fixed | 53e8fa2 | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-15T06:00:10Z" | "2008-12-12T08:20:00Z" |
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: | resolved fixed | e01db57 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-15T02:40:59Z" | "2008-12-12T11:06:40Z" |
258,403 | Bug 258403 Multilevel in the same dimension should be prohibited from optional Y-series grouping expression builder | null | closed fixed | 014441a | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-12T07:37:05Z" | "2008-12-11T07:20:00Z" |
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 | closed fixed | 0e0d231 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-12T06:37:33Z" | "2008-11-26T03:26:40Z" |
258,018 | Bug 258018 "A data definition entry for Y Series is undefined." is thrown out even the value series is defined [13] | null | closed fixed | f9caf62 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-12T06:24:12Z" | "2008-12-09T05:20:00Z" |
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 | closed fixed | 20b7bea | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-12T06:08:01Z" | "2008-12-04T05:53:20Z" |
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) | closed fixed | 16e956d | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-12T03:53:33Z" | "2008-12-12T02:46:40Z" |
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. | closed fixed | 8e480c7 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-12T03:10:20Z" | "2008-11-28T05:26:40Z" |
257,044 | Bug 257044 Refresh problem when the dataset used by the chart is updated. | null | closed fixed | 118b7bc | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-12T02:45:07Z" | "2008-12-01T11:13:20Z" |
257,028 | Bug 257028 The masterpage and style defined in report design can not be exported to the library [01] | null | closed fixed | e1b36da | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-12T01:58:56Z" | "2008-12-01T08:26:40Z" |
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. | verified fixed | 2d39e56 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-11T07:44:05Z" | "2008-12-04T17:00:00Z" |
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) | closed fixed | 81b774a | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/data/BaseDataDefinitionComponent.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-11T06:51:12Z" | "2008-12-11T01:46:40Z" |
256,855 | Bug 256855 [Regression] Exception throws out when trying to delete a filter from a copied chart. | null | closed fixed | 27fc418 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-11T06:42:01Z" | "2008-11-28T05:26:40Z" |
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) | closed fixed | 701a6ff | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-11T06:34:39Z" | "2008-11-18T06:33:20Z" |
257,008 | Bug 257008 [Regression] Error happens in the "Row Mapping" page when new a WS data set [0707] | null | closed fixed | 94828e2 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/property/AbstractPropertyDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-11T05:58:07Z" | "2008-12-01T02:53:20Z" |
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...) | verified fixed | 963cb39 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ReportContextImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-11T05:32:43Z" | "2007-06-25T16:46:40Z" |
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. | resolved fixed | 00f9c20 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/exception/BirtException.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-11T03:38:10Z" | "2008-12-01T19:33:20Z" |
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. | verified fixed | 325bca3 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-11T03:19:45Z" | "2006-07-13T17:00:00Z" |
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: | closed fixed | 2102f2c | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabAdaptUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-10T08:41:57Z" | "2008-12-10T09:06:40Z" |
258,015 | Bug 258015 The table handle can not be selected if there are more columns [00] | null | closed fixed | 476cbc8 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ReportRootFigure.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-09T07:21:30Z" | "2008-12-09T05:20:00Z" |
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: | closed fixed | a6ed591 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/UserDataSetProcessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-08T07:32:25Z" | "2008-11-26T14:33:20Z" |
257,672 | Bug 257672 [Regression] "M Dial S Region Meter" is not shown in the Preview pane [1501] | null | closed fixed | d24ed6e | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-08T05:57:52Z" | "2008-12-05T06:53:20Z" |
257,472 | Bug 257472 Chart preview should be shown even its background image is lost. | null | closed fixed | 61c8986 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-08T05:53:33Z" | "2008-12-04T05:53:20Z" |
257,473 | Bug 257473 The report contents extend the border of library page width can not be selected and edit [00] | null | closed fixed | cdcdad6 | ["UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/editparts/LibraryReportDesignEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-08T05:14:28Z" | "2008-12-04T05:53:20Z" |
257,468 | Bug 257468 Null value is shown as 'NaN' in legend. | null | closed fixed | 50ff837 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/datafeed/IDataPointEntry.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-08T04:49:10Z" | "2008-12-04T05:53:20Z" |
253,883 | Bug 253883 3D Tube, Cone and Pyramid examples should be added under 3D Charts [1501] | null | closed fixed | 5165c1a | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-03T06:48:04Z" | "2008-11-05T10:13:20Z" |
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 | closed fixed | 914c8a2 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/StandardChartDataSheet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-03T06:10:05Z" | "2008-05-08T09:46:40Z" |
254,979 | Bug 254979 Too many x-axis grid lines on "category axis" | null | verified fixed | 8721286 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-02T08:46:25Z" | "2008-11-12T03:20:00Z" |
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. | verified fixed | 1b58886 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-02T03:36:58Z" | "2008-06-24T20:40:00Z" |
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 | closed fixed | 4d043f1 | ["UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/AddElementtoReport.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-01T02:58:26Z" | "2008-09-04T09:20:00Z" |
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. | verified fixed | b44b53f | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-12-01T02:43:50Z" | "2008-11-24T01:26:40Z" |
254,568 | Bug 254568 Live preview is not correct in chart view for crosstab which shows its inner level. | null | closed fixed | 3fa217e | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-27T02:44:53Z" | "2008-11-07T09:26:40Z" |
254,977 | Bug 254977 X-Axis as value axis has extra value before min and after max value. | null | verified fixed | 15771df | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-26T03:38:00Z" | "2008-11-12T03:20:00Z" |
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. | closed fixed | 0c7bb46 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-25T05:06:28Z" | "2007-01-08T07:06:40Z" |
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. | closed fixed | 4d41ae7 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-25T03:34:52Z" | "2008-10-24T17:40:00Z" |
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. | verified fixed | 5e40917 | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-24T07:23:54Z" | "2008-11-12T06:06:40Z" |
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. | resolved wontfix | a6e1ea0 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-24T07:06:02Z" | "2008-11-21T20:40:00Z" |
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. | verified fixed | 6854b08 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-24T03:38:31Z" | "2008-09-16T01:53:20Z" |
253,884 | Bug 253884 Part of the curve fitting line of "Curve Fitting Script" is missing in the Preview pane [1502] | null | closed fixed | 05cc460 | ["chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/models/CurveFittingScript.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-20T04:05:04Z" | "2008-11-05T10:13:20Z" |
239,190 | Bug 239190 Not able to determine current title of current series in IChartEventHandler.beforeDrawLegendItem | null | verified fixed | 343650b | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-19T09:25:09Z" | "2008-07-02T06:26:40Z" |
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) | closed fixed | b86cf5a | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/ReportParameterAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-19T05:07:41Z" | "2008-11-18T03:46:40Z" |
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. | closed fixed | fb24c9e | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-19T03:46:19Z" | "2008-05-09T21:53:20Z" |
255,579 | Bug 255579 org.eclipse.birt.report.engine has compile error in 2.5.0 daily build v20081118-0630 | null | closed fixed | ad5f60f | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/LinkedObjectManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-18T06:29:01Z" | "2008-11-18T01:00:00Z" |
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 | closed fixed | a5c4936 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DateFormatISO8601.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-18T03:09:28Z" | "2008-08-29T06:06:40Z" |
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 | closed fixed | d02beb4 | ["testsuites/org.eclipse.birt.report.tests.model/src/org/eclipse/birt/report/tests/model/regression/Regression_137174.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-17T06:45:53Z" | "2008-10-15T05:53:20Z" |
255,304 | Bug 255304 [RCP] The "X" for table will not disappear until close and reopen the report [0004] | null | closed fixed | 0d6fb11 | ["UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/editors/RCPMultiPageReportEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-17T06:34:51Z" | "2008-11-14T05:20:00Z" |
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. | verified fixed | 62ee22d | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-17T05:33:15Z" | "2008-05-06T21:40:00Z" |
255,312 | Bug 255312 [Regression] The hidden TOC is shown in the TOC pane, but exception is thrown out when click [0002] | null | closed fixed | 78c225a | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/toc/TOCView.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-14T10:01:02Z" | "2008-11-14T08:06:40Z" |
254,989 | Bug 254989 Preview attached report in web viewer lead NPE If refrenced library is inexisted | null | closed fixed | ffb5ff6 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-14T04:55:03Z" | "2008-11-12T06:06:40Z" |
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. | verified fixed | 0936e9a | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-13T03:33:30Z" | "2008-11-06T19:33:20Z" |
248,821 | Bug 248821 The chart share the result set of a crosstab is not shown when preview [1302] [0004] | null | closed fixed | 9074d27 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-12T06:21:07Z" | "2008-09-27T07:20:00Z" |
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: | closed fixed | 2d9982a | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/DataAdapterUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-11T09:39:08Z" | "2008-07-16T01:00:00Z" |
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 | closed fixed | fe52f69 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/ContainerLayout.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-07T09:09:28Z" | "2008-10-29T03:13:20Z" |
253,873 | Bug 253873 The grouping unit text box is empty when reopening the dialog in Chinese locale. | null | closed fixed | f943e46 | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/SeriesGroupingComposite.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-07T08:58:24Z" | "2008-11-05T07:26:40Z" |
252,318 | Bug 252318 [Regression] Cell border in sample report does not work correctly when preivew in PDF [1200] | null | closed fixed | 2a1e449 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-07T08:15:42Z" | "2008-10-28T10:33:20Z" |
254,402 | Bug 254402 Corresponding legend item and datapoint have different labels after resersing category. | null | closed fixed | ad22741 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-07T06:12:17Z" | "2008-11-06T05:40:00Z" |
251,558 | Bug 251558 Stored procedure data set is always called twice | null | verified fixed | 041ad71 | ["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-06T06:55:59Z" | "2008-10-21T14:40:00Z" |
254,399 | Bug 254399 [Smoke] Exception throws out when previewing chart in crostab. | null | closed fixed | e341336 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedItemExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-06T06:03:48Z" | "2008-11-06T02:53:20Z" |
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 | verified fixed | 954bf53 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-06T05:27:46Z" | "2008-10-29T08:46:40Z" |
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 | closed fixed | b493a59 | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/document/ReportDocumentTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-06T02:27:54Z" | "2008-11-06T02:53:20Z" |
253,856 | Bug 253856 [Automation][Regression]Exception is thrown out when click toc of report | null | closed fixed | a0ee632 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-05T04:06:57Z" | "2008-11-05T01:53:20Z" |
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. | closed fixed | 0dab3ca | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/ReportParameterAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-05T03:54:42Z" | "2008-11-04T09:13:20Z" |
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: | closed fixed | 01a0274 | ["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 | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-04T09:20:16Z" | "2008-11-03T11:00:00Z" |
253,640 | Bug 253640 Support the complementary function to getCurrentView() | Steps To Reproduce: More information: For example, I can get a Chart handle from a table's getCurrentView(). For some reason, I've only kept this Chart handle. So I need a way to get the table through the Chart. | verified fixed | 93f7b8f | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/MultiViewHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportItemHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-04T07:52:11Z" | "2008-11-04T06:26:40Z" |
253,139 | Bug 253139 The chart view should keep the master page property [1302] | Description: The chart view should keep the master page property. Build number: 2.3.2.v20081102-1221 Steps to reproduce: 1. New a table binding to the data set. 2. Select one master page for the table. 3. Create a chart view for the table, and change to the chart view, and check the properties in Property Editor. Expected result: The host item's master page should be kept by the chart view. Actual result: The chart view's master page is None. Error log: N/A | closed fixed | fe9aa65 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/MultiViewHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/strategy/ExtendedItemPropSearchStrategy.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-04T02:49:20Z" | "2008-11-03T05:26:40Z" |
252,919 | Bug 252919 [Automation][Regression]Aggregation "Count" does not work | null | closed fixed | aad4fc6 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/aggregation/AggregationHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2008-11-03T08:04:19Z" | "2008-10-31T02:26:40Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.