id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
4,108
106,141
Bug 106141 The SQL Edit window needs some level of access to the BIRT Sample DB fields and columns.
Description: The SQL Edit window needs some level of access to the BIRT Sample DB fields and columns. Steps to reproduce: 1.New a sample data source using BIRT provided sample DB 2.New a dataset 3.In query editor, input table name and enter "." Expected result: The table's columns are listed Actual result: Nothing happ...
2005-08-05 03:50:31
1,123,230,000
closed fixed
d2dacc3
1,126,230,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/JdbcSQLContentAssistProcessor.java data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/SampleDataSetEditor.java
Birt
4,109
109,020
Bug 109020 In expression builder, when click on "Operaters" button, it is inserted in the head of a row.
Description: In expression builder, when click on "Operaters" button, it is inserted in the head of a row. Steps to reproduce: In expression builder, add a column of data set in expression field, then click on "+" button, you will find "+" is inserted in front of the data set column.
2005-09-07 22:18:25
1,126,150,000
closed fixed
5b3648d
1,126,170,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java
Birt
4,110
107,189
Bug 107189 error message show up when preview chart after set display None
description: error message show up when preview chart after set display None details to reproduce: 1. new a chart 2. set display None 3. preview actual result: "------------------------------------------------------------------------------ -- iO3EI OU iIo: - There are error(s) in Chart:null Error0 : Error.ExtendedItemR...
2005-08-17 05:48:17
1,124,270,000
closed fixed
1b36163
1,126,160,000
chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java
Birt
4,111
106,563
Bug 106563 Unable to get Column Count
Can get the Column Count Cannot get Colomn Count ORA-24338:statement handle not executed Reason: A Birt exception occurred A Birt exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Data Engine Plug-in ID:org.eclipse.birt.data Version:1.0.1 Error Code:odaconsumer.CannotGetColumnCount Error Message:Cannot...
2005-08-09 17:16:20
1,123,620,000
resolved fixed
f080263
1,126,090,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java
Birt
4,112
108,822
Bug 108822 More better logic is expected to process disk sorting when there is border value for row value
when sort on disk, if sort on 40000 rows data, and set the program process the data less than 40000. DtE do following operation 1. Save the file as temp file 2. Call the file to memory 3. Sort on the data 4. save the file to temp file 5. Copy the file to destination folder More better logic should supported here, say s...
2005-09-06 06:26:22
1,126,000,000
closed fixed
1158de7
1,126,060,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/RowResultSet.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/SmartCache.java
Birt
4,113
107,979
Bug 107979 It is not possible to use Birt 1.0.1 with IBM DB2 7.x
It is not possible to use Birt (version 1.0.1) with DB2 7.2 with FixPack 14 (I have spent a lot of time by trying whatever I could). The best I achieved in some cases was a succesfull test of connection, but I was never able to access the real data. At first I used JDBC drivers provided in db2java.zip in the installati...
2005-08-25 08:29:33
1,124,970,000
resolved fixed
7d832ec
1,125,910,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java
Birt
4,114
108,233
Bug 108233 NullPointerException is thrown out when opening attached design file.
Description: NullPointerException is thrown out when opening attached design file. Tested in Eclipse Version 3.1. Steps to reproduce: Open attached design file. Actual result: NullPointerException is thrown out. org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt...
2005-08-28 22:28:29
1,125,280,000
closed fixed
5d21c97
1,125,470,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java
Birt
4,115
108,231
Bug 108231 "Insert" in context menu of layout view disappears.
Description: "Insert" in context menu of layout view disappears. Steps to reproduce: 1. Click on mouse right button in layout view. 2. Context menu appears. Actual result: "Insert" in context menu disappears.
2005-08-28 21:54:23
1,125,280,000
closed fixed
e941532
1,125,280,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java
Birt
4,116
107,816
Bug 107816 If I enter "Currency" as a Format Code of Number, it can't be applied properly.
Description: If I enter "Currency" as a Format Code of Number, it can't be applied properly. Steps: 1. Create a new style of format number. 2. Enter "Currency" as format code. 3. Apply it to a data. Actual result: it isn't displayed as "$1,234.56". It is displayed as "Currency1234.56".
2005-08-24 02:47:17
1,124,870,000
closed fixed
0ad7b33
1,125,030,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatDateTimePage.java
Birt
4,117
102,975
Bug 102975 Visibility and Hyperlink property settings are grayed out when multiple elements are selected.
Description: Visibility and Hyperlink property settings are grayed out when multiple elements are selected. Steps to reproduce: 1. Select several labels. 2. Set their visibility and hyperlink properties. Actual result: it is grayed out and can't be edited.
2005-07-06 23:33:14
1,120,710,000
closed fixed
8233ec5
1,125,030,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java
Birt
4,118
107,692
Bug 107692 Smoke Test: Error message always pops up when previewing a report with parameter.
Description: Error message always pops up when previewing a report with parameter. Tested in Eclipse Version 3.1 Steps to reproduce: 1. Create a parameter in report file. 2. Preview in html. Actual result: error message pops up and report can't be previewed.
2005-08-22 22:23:35
1,124,760,000
closed fixed
880c385
1,125,020,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/NamePropertyType.java
Birt
4,119
106,987
Bug 106987 set display value None will cause different effect when preview
description: set display value None will cause different effect when preview steps tor reproduce: 1. set an image display value "None" 2. preview in HTML, image display well 3. Preview in PDF, no image display actual result: set display value None will cause different effect when preview
2005-08-14 22:30:17
1,124,070,000
closed fixed
64f4a79
1,125,020,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLTableEmitter.java
Birt
4,120
102,131
Bug 102131 Support extension for Aggregation functions
Currently Dte provieded several buildin aggregation functions. But nobody could say that can meet all the user requirements. A better solution is to provide an extension point on this area, allowing user to write their own business logic aware aggregation functions. Note BIRT Chart Engine has already defined an extensi...
2005-06-29 06:10:16
1,120,040,000
resolved fixed
b50c9d7
1,124,850,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/Accumulator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/IAggregation.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java
Birt
4,121
107,695
Bug 107695 When click on "restore" in driver manager, the first column is refreshed strangely.
Description: When click on "restore" in driver manager, the first column is refreshed strangely. Steps to reproduce: 1. Add a data source and manage driver. 2. Select one file and click on "restore". Actual result: the first column is refreshed. See captured image.
2005-08-22 23:24:54
1,124,770,000
closed fixed
fe1af9e
1,124,790,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java
Birt
4,122
107,693
Bug 107693 Error message pops up when adding attached image into layout.
Description: Error message pops up when adding attached image into layout. Steps to reproduce: 1. Add an image into layout view. Actual result: error message pops up.
2005-08-22 22:38:06
1,124,760,000
closed fixed
97f95c8
1,124,780,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/NamePropertyType.java
Birt
4,123
107,185
Bug 107185 Smoke Test: DataException: Invalid Javascript expression
The Step of Reproduce: 1.Obtain the latest version of engine, model, data, etc of BIRT 2.Extract them to related eclipse workspace 3.Set Project as engine project, Program arguments as grid-data-highmap- multistatement.xml, VM arguments set to -DBIRT_HOME="D:\workspace" -Xmx512M -ea and click Run button. Expected Resul...
2005-08-17 04:22:05
1,124,270,000
closed fixed
2a8a8fb
1,124,420,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java
Birt
4,124
107,170
Bug 107170 Daily build failed because of generateRomDoc failure
RomDoc: [mkdir] Created dir: E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.model\romdoc\bin [mkdir] Created dir: E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.model\romdoc\gen [javac] Compiling 30 source files to E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.model\romdoc\bin [javac] E:\DailyBuil...
2005-08-16 21:28:54
1,124,240,000
closed fixed
5c7b129
1,124,250,000
model/org.eclipse.birt.report.model/romdoc/src/org/eclipse/birt/doc/romdoc/DocElement.java
Birt
4,125
106,989
Bug 106989 IllegalArgumentException thrown out when set chart dispaly None
description Exception thrown out when set chart dispaly None steps tor reproduce: 1 set Chart display value None actual result: java.lang.IllegalArgumentException thrown out exception stack trace: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Argument not valid) at org.ec...
2005-08-14 22:54:11
1,124,070,000
closed fixed
26bab22
1,124,160,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.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/device/IStructureDefinitionListener.java chart/org.eclipse.birt.char...
Birt
4,126
106,287
Bug 106287 Adding a Path when creating a new report causes an exception
The following directory exists: SchoolPsychology/Reports If I try to generate a report by appending /Test so I have the directory field be: SchoolPsychology/Reports/Test I always get: An unexpected internal exception occurred.Please see log for detail. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Designer UI Plug-in ...
2005-08-06 17:31:10
1,123,360,000
resolved fixed
e0a06fd
1,124,160,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java
Birt
4,127
105,120
Bug 105120 No right data set value returned after change variable defined in data source
details: preview doesn't return right data set value after change variable defined in data source steps to reproduce: 1. define "j=0" in scripted data source Open function 2. use j reference with a data set variable 3. edit "j=0" to "j=4" 4. preview scripted data set actual result: data set return value won't change ex...
2005-07-26 02:59:40
1,122,360,000
closed fixed
da9c6ec
1,124,160,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataSourceRuntime.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java
Birt
4,128
106,272
Bug 106272 Chart Selector dialog incorrectly parented
Eclipse 3.1, GEF 3.1, EMO-SDO-SDK 2.1.0, BIRT 1.0.1 GTK+ 2.6.8 (Debian Linux) In the report editor, click on "chart" in the palette and click back on the layout to add a chart. This opens a "Chart Selector" dialog. However, while the dialog is modal, it does not seem to have the Eclipse window as its parent. Under Linu...
2005-08-05 21:49:59
1,123,290,000
resolved fixed
d88bced
1,123,810,000
chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingTextMetrics.java
Birt
4,129
103,447
Bug 103447 Set "string" as chart data type then preview, it is displayed not friendly.
Description: Set "string" as chart data type then preview, it is displayed not friendly. Steps to reproduce: 1.Create a chart, set x axis and y axis data type as "string". 2.Preview. Expected result: Error message appears. Actual result: a strange chart is displayed not correctly.
2005-07-12 01:59:00
1,121,150,000
closed fixed
bdab784
1,123,750,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/aggregate/AggregateFunctionAdapter.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataSetIterator.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IConstants.java chart/org.eclipse.birt.chart.e...
Birt
4,130
104,182
Bug 104182 Linux:"Apply Filter" button can't display completely
description: "Apply Filter" button can display completely in Linux platform steps to reproduce: 1. create a data source and data set 2. edit the data set 3. there is a "Apply filter" button in Query tab of edit data set dialog actual result: "Apply filter" button can't display completely in Linux platform expected resu...
2005-07-18 01:56:00
1,121,670,000
closed fixed
61ab62c
1,123,750,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
4,131
104,627
Bug 104627 Long Axis title will cause chart preview fail
description: Long Axis title will cause chart preview fail steps to reproduce: 1. copy three line text to X Axis title 2. preview won't return chart actual result: "------------------------------------------------------------------------------ -- There are errors on the report page: - There are error(s) in Chart:null E...
2005-07-21 05:20:12
1,121,940,000
closed fixed
b0f36fc
1,123,740,000
chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/BmpRendererImpl.java chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/BmpWriter.java chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/GifRendererImpl.java chart...
Birt
4,132
105,305
Bug 105305 Font size in chart builder is not displayed completely.
Description: Font size in chart builder is not displayed completely. See screen captured.
2005-07-27 09:45:14
1,122,470,000
closed fixed
eded053
1,123,740,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/extension/i18n/Messages.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/ExternalizedTextEditorComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FontCanv...
Birt
4,133
104,339
Bug 104339 [SPM]JDBC driver jar hasn't been copied to viewer package when add a new driver jar file through Manage Driver
Redhat Linux WS3.0 Description: JDBC driver jar hasn't been copied to viewer package when add a new driver jar file through Manage Driver Steps to reproduce: 1.Click Manage Driver 2.Add a new driver Expected result: The new jar file is copied to jdbc package and viewer package Actual result: It was copied to jdbc packa...
2005-07-19 07:35:05
1,121,770,000
closed fixed
d2bf396
1,123,740,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java
Birt
4,134
104,757
Bug 104757 "java.lang.IllegalArgumentException: Index out of bounds" exception thrown out after delete all the sql statement in query page
description: steps to reproduce: 1. new a data set, go to preview page 2. then go to Query page,delete all the Sql statement 3. go to preview page actual result: "java.lang.IllegalArgumentException: Index out of bounds" exception thrown out expected result: no exception thrown out exception stack trace: java.lang.Illeg...
2005-07-21 22:57:24
1,122,000,000
closed fixed
2308881
1,123,740,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
4,135
105,271
Bug 105271 Acceptance:one report can open several times
details: one report can open several times steps tp reproduce: 1.one report can open several times actual result: Open one report, there is several designer opened.
2005-07-27 03:01:39
1,122,450,000
closed fixed
c01c8a3
1,123,740,000
UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ReportPerspective.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/DocumentProvider.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIU...
Birt
4,136
105,277
Bug 105277 NativeJavaObject is returned when script data set is used
It's printing "org.mozilla.javascript.NativeJavaObject@154f4c7" instead of "Hello World!" This is the script I have on dataset. on open: s = Packages.HelloWorld.hello(); count = 1; on fetch: if (count > 0) { row["columnString"] = s; count--; return true; } return false; hello() method returns a String.
2005-07-27 04:33:42
1,122,450,000
resolved fixed
c2dc8c4
1,123,740,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/JSRowObject.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java
Birt
4,137
105,129
Bug 105129 correct context menu in expression builder should display in eclipse 3.1
details: correct context menu ib expression builder should display steps to reproduce: 1. open expression builder 2. right click mouse actual result: "Editor.undo.label Editor.redo.label Editor.cut.label Editor.copy.label Editor.paste.label Editor.select all.label" displays in context menu This context menu display rig...
2005-07-26 05:20:06
1,122,370,000
closed fixed
dcfc9e1
1,123,740,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java
Birt
4,138
106,250
Bug 106250 POJO Data Source
I have a simple POJO Data Source that was working in RC1 and it no longer works in 1.0.1. I will attach the design in an attachment
2005-08-05 18:11:07
1,123,280,000
closed fixed
f161660
1,123,560,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java
Birt
4,139
104,239
Bug 104239 Value-Of Problem
I've added a text item and i'm running into the following problem with the value-of tag: <I> <VALUE-OF format="html"> var value; value="test"; value; </VALUE-OF> </I> gives the error: There are errors on the report page: Error1:Invalid Javascript expression: null The expression cannot be null or empty The expression ca...
2005-07-18 12:52:06
1,121,710,000
resolved fixed
34b7f95
1,122,280,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/HTMLTextParser.java
Birt
4,140
104,616
Bug 104616 A sql statement with parameter can not be changed if you go out of "Edit DataSet"->"Query"
1.Creat a data source and a data set 2.input query "select * from dbo.Account where dbo.Account.account_id<?" 3.select "Parametes" tab , and the parametes is created. 4.Try to delete the parametes and change Query, but failed to return to "Query" tab.
2005-07-20 23:34:00
1,121,920,000
closed fixed
61fe420
1,122,010,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java
Birt
4,141
104,630
Bug 104630 Column icons don't show up in connecting derby database
The Steps of Reproduce: 1. New a project 2. New a report 3. In Data Explorer view, New a Data Source to connect derby database: Driver Class: com.ibm.db2.jcc.DB2Driver Database URL: jdbc:db2://spmdb:1527/gui User Name: root Password: root 4. After set up Data Source, create a dataset 5. In Edit Data Set-Data Set window...
2005-07-21 05:44:28
1,121,940,000
closed fixed
89e01e2
1,121,940,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
4,142
104,248
Bug 104248 Axis types on Chart dialog are not displayed in localized language.
Axis types "Linear", "Logarithmic", "text", "DateTime" are not displayed in localized language. These text are not found in *.properties files.
2005-07-18 14:25:44
1,121,710,000
verified fixed
35e5ac5
1,121,930,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/BarSeriesImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/LineSeriesImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/PieSeriesImpl.java chart/org.eclipse.birt.ch...
Birt
4,143
104,599
Bug 104599 Report Property->Comment page is not displayed on Korean locale.
Report Property->Comment page is not displayed on Korean locale. Please check the attached bitmap file for detail. To reproduce: 1. start the Eclipse with -nl ko_KR option, 2. Create any report, open Report property. 3. Select Description. --> Description page is displayed 4. Select Comment. Note: "Description" and "Co...
2005-07-20 19:58:09
1,121,900,000
closed fixed
584db7f
1,121,930,000
UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/internal/ui/views/attributes/page/BaseAttributePageTest.java
Birt
4,144
103,106
Bug 103106 Generates incompatible FOP files
This bug originates from my thread on the eclipse.birt newsgroup. I have configured the Birt RunAndRenderTask to use FORenderOption options with the TailoredForFOP option set to true. Using the generated .fo file (TestReport.fo in the example below), I try to convert it to a PDF using FOP v0.20.5 from command line. The...
2005-07-07 19:39:26
1,120,780,000
resolved fixed
375f637
1,121,930,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java
Birt
4,145
104,578
Bug 104578 German labels are truncated on Manage JDBC drivers dialog.
German lables on Add and Restore button on Manage JDBC drivers dialog are truncated. Please check the attached bitmap file for detail.
2005-07-20 16:28:23
1,121,890,000
verified fixed
4793971
1,121,910,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java
Birt
4,146
104,204
Bug 104204 [SPM]Test connection fail when try to connect birt derby sample db.
Description: Test connection fail when try to connect birt derby sample db. Steps to reproduce: 1.New a data source Driver Class:org.apache.derby.jdbc.EmbeddedDriver (Apache Derby Embedded Driver) Database URL:jdbc:derby:jar:(C:\SPM test\Designer\eclipse\plugins\org.eclipse.birt.report.data.oda.sampledb_1.0.0 \db\BirtS...
2005-07-18 06:18:20
1,121,680,000
closed fixed
3a0305c
1,121,860,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/DriverLoader.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/i18n/ResourceConstants.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/JDBCDriverMan...
Birt
4,147
104,397
Bug 104397 JDBC Data Set Editor showing empty/system schemas
Some recent enhancements to the JDBC Data Set Editor in 1.0.1 dev build has introduced an unintended side effect: the Schema browser now shows empty and/or system schemas, which are never used to build queries. This is a regression against 1.0.0 Final. See attached screenshot for an example. This is shown when creating...
2005-07-19 16:11:34
1,121,800,000
resolved fixed
c532e02
1,121,850,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
4,148
104,450
Bug 104450 If plot background is set, data set binding is lost.
Steps: 1.Drag a chart into the layout 2.Set data: dataset, X Series, Y Series... 3.Set the image to the plot background 4.Click "OK" Actual Result 1.Data set binding is lost. Expected Result 1.Data set can word correctly.
2005-07-19 23:11:17
1,121,830,000
closed fixed
cfdc855
1,121,840,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillCanvas.java
Birt
4,149
100,964
Bug 100964 Provide Support for the Eclipse 3.1 Platform Release
BIRT 1.0 was designed to work on the released Eclipse 3.0.1 / 3.0.2 platform the current release during development of BIRT (and since BIRT did not have any dependencies on new Eclipse platform 3.1 features). BIRT 1.0 has not been extensively tested on, and does not claim support for, the upcoming Eclipse 3.1 platform ...
2005-06-20 16:56:56
1,119,300,000
resolved fixed
af9fa63
1,121,830,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/TextFlow.java
Birt
4,150
103,963
Bug 103963 If there is no data for series, it should pop up a friendly error message to remind.
Description:If there is no data for series, it should pop up a friendly error message to remind. Steps to reproduce: 1. Create a chart and set data definition. 2. Select a column without data. 3. Preview. Actual result: it doesn't provide a friendly error message.
2005-07-15 02:27:48
1,121,410,000
closed fixed
bce9c98
1,121,760,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LabelAttributesComposite.java
Birt
4,151
104,197
Bug 104197 "Type"/"size" in chart builder won't be disabled if uncheck Marker "Is Visible",
description: steps to reproduce: 1.drag a chart to layout view. 2.select Y series in attributes tab 3.Checkbox Marker's "Is visible" or uncheck it won't disabled/enable Type and size in this panel actual result: if Uncheck Marker "Is Visible", "Type"/"size" in this panel should be disabled expected result: if Uncheck M...
2005-07-18 04:26:21
1,121,680,000
closed fixed
349f24e
1,121,750,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/engine/i18n/Messages.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ChartWithAxesImpl.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/LineSeriesAttributeComposite.java chart/org.eclipse...
Birt
4,152
104,180
Bug 104180 [SPM]NullPointException is thrown when change data source in Edit Data Set builder.
Description: NullPointException is thrown when change data source in Edit Data Set builder. Steps to reproduce: 1.New a dataset 2.In Edit Data Set builder, change data source from mysql to sybase, or change to data source based on datadirect driver. 3.Click Query to input query text Expected result: No error. Actual re...
2005-07-18 01:48:48
1,121,670,000
closed fixed
c9d0f1b
1,121,680,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
4,153
100,999
Bug 100999 Ctrl+Z/Y doesn't work in expression builder
Description: Undo/redo doesn't work in expression builder. Steps to reproduce: 1. Edit a data element. 2. In expression builder, press ctrl+z/y. Expected result:undo/redo works. Actual result: no response.
2005-06-20 21:51:02
1,119,320,000
closed fixed
2898da0
1,121,410,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java
Birt
4,154
103,613
Bug 103613 Linking chart by parameter causes error when a NULL param value is reached
I have a chart embedded in a group and linked by a single parameter (datatype is string). This group is actually a subgroup of one or more groups. So there may not always be data for the group, and thus no parameter value for the chart. When this happens (when there is no data for the group), I get this error message: ...
2005-07-13 03:10:14
1,121,240,000
resolved fixed
88709ec
1,121,330,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/exception/ChartException.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java
Birt
4,155
103,453
Bug 103453 Scale for "datetime" type in chart builder doesn't work.
Description: Scale for "datetime" type in chart builder doesn't work. Steps to reproduce: 1.Data>X Axis, Set type "DateTime". 2.Set scale step:12 unit:hours. 3.Preview. Actual result: it doesn't work.
2005-07-12 02:55:47
1,121,150,000
closed fixed
873e7c0
1,121,320,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/StockSeriesImpl.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/StockChart.java
Birt
4,156
101,751
Bug 101751 Enhance IImagehandler interface to allow full customization of birt image handling mechanism
BIRT currently stores temp chart/image into a directory that the viewer provides. It assumes that the image can be accessed then as a static resource, bypassing the application server. This is achieved by generating chart/image URL that points to the image directly. In a WAR deployment environment, the image directory ...
2005-06-24 22:08:31
1,119,670,000
resolved fixed
b24eb1d
1,121,230,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLServerImageHandler.java
Birt
4,157
103,449
Bug 103449 Log BIRT extension loading details information
Sometimes engine returns the following errors: "org.eclipse.birt.report.engine.api.EngineException: The output format html is not supported." but we can't find any detail helpful information in log file, the potential reasons : (1). you application may be developed with one version of BIRT, while your installed plugins...
2005-07-12 02:05:41
1,121,150,000
resolved fixed
f0def06
1,121,230,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/ExtensionManager.java
Birt
4,158
103,292
Bug 103292 No error message when group key dismatches the interval
Description: No error message when group key dismatches the interval Steps to reproduce: 1.Add a table and bind with data set 2.Add a goup and group key is double type 3.Select Interval as hour, and range as 10 4.Save and preview Expected result: Error message to show the unmatched type Actual result: No error message
2005-07-11 03:50:04
1,121,070,000
closed fixed
5500850
1,121,230,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java
Birt
4,159
103,135
Bug 103135 [Regression]Change the name of one computed column which are used in dataset filter will cause the dataset filter invalid.
Description: Change the name of one computed column which are used in dataset filter will cause the dataset filter invalid. Steps to reproduce: 1.new a computed column in data set editor with the name "aa" 2.set a filter for the data set with "aa" 3.rename "aa" to be "bb" 4.click the filter 5.click preview result Expec...
2005-07-08 04:57:33
1,120,810,000
closed fixed
9c49883
1,121,220,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/JSRowObject.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java
Birt
4,160
101,187
Bug 101187 Localization key can't be blank when adding.
Description:If key is blank, externalized text can't be displayed in chart. Steps to reproduce: 1. Set externalize text in chart title. 2. In properties file, let key blank, but it has valid value. Expected result: it can be externalized in chart title. Actual result: it can't be displayed.
2005-06-22 01:37:21
1,119,420,000
closed fixed
8362326
1,121,140,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ResourceEditDialog.java
Birt
4,161
103,134
Bug 103134 Paramter-default value,input any string, system throw exception
Step: 1.insert a parameter 2.default value, input abc 3.drag the parameter to the layout. 3.preview Actual Result 1.System throw exception Expected Result 1.System preivew parameter default value.
2005-07-08 04:47:41
1,120,810,000
closed fixed
317e008
1,121,060,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ParameterDefn.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ParameterDefnBase.java engine/org.eclip...
Birt
4,162
103,129
Bug 103129 [Regression]Code editor will not show the selected dataset code when select it and transfer to code editor.
Description: Code editor will not show the selected dataset code when select it and transfer to code editor. Steps to reproduce: 1.Select a existed dataset 2.Click Code in layout to go to code editor Expected result: The code for dataset shows Actual result: The code for dataset doesn't show
2005-07-08 04:13:43
1,120,810,000
closed fixed
879c6e2
1,121,050,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/DeferredGraphicalViewer.java
Birt
4,163
102,966
Bug 102966 Some bars are lost when the chart is transposed.
Description: Some bars are lost when the chart is transposed. Steps to reproduce: 1. Create a side-by-side bar chart. 2. Transpose it and compare to the orginial chart when previewed. Actual result: some bars are lost when the chart is transposed in preview.
2005-07-06 22:47:10
1,120,700,000
closed fixed
1e728bc
1,120,720,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java
Birt
4,164
102,455
Bug 102455 Pie Chart is not round
Create a pie chart in the report designer: the pie chart is ovale. It should be perfectly round at least by default.
2005-07-01 05:58:21
1,120,210,000
closed fixed
baa5e81
1,120,720,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/PieChart.java
Birt
4,165
102,516
Bug 102516 JDBC Data Set Editor should load tables and columns on demand
null
2005-07-01 14:36:26
1,120,240,000
resolved fixed
82a6fed
1,120,710,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
4,166
102,623
Bug 102623 Image can't be refreshed after importing again.
Description: Image can't be refreshed after importing again. Steps to reproduce: 1. Import an image named "image1.jpg" into layout view. 2. Delete this image file from outline->image. 3. Rename "image2.jpg" as "image1.jpg". 4. Import new "image1.jpg" into layout again. Expected result: New image is displayed. Actual re...
2005-07-04 01:41:06
1,120,460,000
closed fixed
0cfeb88
1,120,710,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/commands/DeleteCommand.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/ImageManager.java
Birt
4,167
101,806
Bug 101806 Chart axis label background is not displayed properly in layout view.
Description: Chart axis label background is not displayed properly in layout view. Steps to reproduce: 1.Open attached design file. 2.See Y axis label background in layout view and preview. Expected result: they are displayed consistently. Actual result: See screen shot.
2005-06-26 21:26:07
1,119,840,000
closed fixed
bdb7b6c
1,120,700,000
chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingTextRenderer.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/render/AxesRenderer.java chart/org.eclipse.birt.chart.engine...
Birt
4,168
101,856
Bug 101856 Select value in list filter doesn't work correctly when expression in filter is boolean type.
Description: Select value in list filter doesn't work correctly when expression in filter is boolean type. Steps to reproduce: 1.New a blank report 2.Create a data source and a dataset 3.Add a computed column "aa" with value true 4.Insert a list and bind it to the dataset 5.Drag some data item to list detail 6.Add a fi...
2005-06-27 08:24:41
1,119,880,000
closed fixed
518aadf
1,120,640,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/SelectValueDialog.java
Birt
4,169
101,409
Bug 101409 Quotation mark is missing when select string value in data set filter.
Description: Quotation mark is missing when select string value in data set filter. Steps to reproduce: 1. Add a data source and data set in a report design file. 2. Edit data set filter. 3. Select a string column and edit its value by selecting value. Expected result: quotation mark is added after selecting. Actual re...
2005-06-23 03:36:38
1,119,510,000
closed fixed
f59753a
1,120,550,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/SelectValueDialog.java
Birt
4,170
102,498
Bug 102498 Script execution performance problems
While testing the suitability of the BIRT report engine on the IBM iSeries, unexpectedly poor performance was encountered. This was especially apparent with the simple chart example report that is attached to this bug report. After doing a bit of profiling using TPTP, the cause became apparent. The method call stack ca...
2005-07-01 11:46:42
1,120,230,000
resolved fixed
4f28c98
1,120,470,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java
Birt
4,171
101,810
Bug 101810 "between" and "not between" filter operator on date time can't work well
description: "between" and "not between" operator on date time can't work well. steps to reproduce: 1. new a JDBC data set 2. set filter on date time with operator "between" or "not between" actual result: 1. with "between" operator on date time, no data returned in preview page 2. with "not between" operator on date t...
2005-06-26 22:49:41
1,119,840,000
closed fixed
debc89e
1,120,460,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java
Birt
4,172
101,685
Bug 101685 Unable to use the Report Item Extension framework, when no query exists
The current version of BIRT has a framework to enable a user to define , and use his own report components. This is done by extending several extension points such as org.eclipse.birt.report.designer.ui.reportItemUI org.eclipse.birt.report.designer.model.reportItemModel org.eclipse.birt.report.engine.reportItemPresenta...
2005-06-24 14:40:47
1,119,640,000
resolved fixed
94267fd
1,120,110,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedItemExecutor.java
Birt
4,173
101,372
Bug 101372 Limit the data set to a particular schema for JDBC connection
When I define a data set on Oracle JDBC data source, I get an error popup that "only 500 items can be viewed in the available list. There are more than 500 items in the data source. Please specify a filter to search for specific items." The data set Available Items list shows multiple schemas and their associated table...
2005-06-22 18:11:09
1,119,480,000
resolved fixed
ca52970
1,120,100,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
4,174
101,361
Bug 101361 Bugs in org.eclipse.birt.report.engine.extension.internal.ExtensionManager
It appears that there are at least two array indexing bugs in the ExtensionManager class. In the following places the configuration element array is being addressed by the variable "i" when it appears it should be addressed by "j". In our case, this caused an ArrayIndexOutOfBoundsException. Line 224 of the #loadGenerat...
2005-06-22 17:07:33
1,119,470,000
resolved fixed
d42a645
1,120,020,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/ExtensionManager.java
Birt
4,175
101,821
Bug 101821 Each time you edit one property in properties sheet will cause the whole sheet collapse to the top level.
Description: Each time you edit one property in properties sheet will cause the whole sheet collapse to the top level. Steps to reproduce: 1.New a blank report and insert a grid item 2.Transfer to properties sheet and select the grid item 3.Expand the properties and click to change "Border bottom color" to blue Expecte...
2005-06-27 02:58:40
1,119,860,000
closed fixed
8603039
1,120,020,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/GraphicalEditorWithFlyoutPalette.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/AreaEditPart.java
Birt
4,176
101,838
Bug 101838 Maximum number of rows in data set preview doesn't work for script data source.
Description: Maximum number of rows in data set preview doesn't work for script data source. Steps to reproduce: 1. Create a script data source and create a related data set. 2. Set maximum number of rows in preferences. Expected result: it works as setting. Actual result: maximum number of rows setting doesn't take ef...
2005-06-27 04:58:21
1,119,860,000
closed fixed
8259a65
1,120,010,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java
Birt
4,177
101,827
Bug 101827 Exception should be processed before written to error log or some error message should pop up to warn user
descrption: steps to reproduce: 1.go to chart dialog>Data>Y Axis 2.click on series grouping key Format button 3.in format spcifier dialog,choose advanced. and type some text into it. 4. click on OK button actual result: Exception thrown out expected result: Exception should be processed before written to error log or s...
2005-06-27 03:58:32
1,119,860,000
closed fixed
c263568
1,120,010,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/TextRenderEvent.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FormatSpecifierComposite.java
Birt
4,178
101,039
Bug 101039 Series colors do not have different default values
When you create a pie chart, all colors are gray by default. When you create a bar chart with multiple Y series, additional Y series are all gray by default. Expected: The pie chart should have different colors for each value by default. For bar charts, the additional series should be automatically be assigned a differ...
2005-06-21 09:16:55
1,119,360,000
closed fixed
4c59127
1,119,600,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/PaletteImpl.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/PieChart.java
Birt
1
384,108
Bug 384108 JUnit view icon no longer shows progress while executing tests
Build Identifier: Version: Juno Release Build id: 20120614-1722 Before I upgraded to Juno this morning I used to happily run tests with the JUnit view minimized, and enjoy seeing the progress of the tests on it. Now I don't see any change on the icon until if passes (where a green check appears) or fails (where a red X...
2012-07-03 03:39:25
1,341,300,000
resolved fixed
5da5952
1,389,970,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java
Eclipse_Platform_UI
2
385,394
Bug 385394 Performance issue regarding enabled state handling for menuContributions containing command (ToolItemUpdateTimer puts constant load on CPU)
Build Identifier: Version: 4.2.0 Build id: I20120608-1400 Hi colleagues, we are using toolbar menu contributions pointing to a command like in following example: <extension point="org.eclipse.ui.menus"> <menuContribution locationURI="toolbar:mytoolbar"> <command commandId="mycommand" ... Our handler implementation of t...
2012-07-18 07:41:06
1,342,610,000
resolved fixed
8db6c32
1,389,890,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/wo...
Eclipse_Platform_UI
3
423,588
Bug 423588 [QuickAccess] Quick Access failure, dropdown is empty
I was working in an inner from master. When I restarted that workspace (with editors open) and I hit CTRL+3 I get an empty dropdown and a lot of exceptions: !ENTRY org.eclipse.ui 4 0 2013-12-09 08:45:49.975 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NullPointerException at org.eclipse.jface.resource.Ima...
2013-12-09 08:48:44
1,386,600,000
resolved fixed
6750d25
1,389,820,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java
Eclipse_Platform_UI
4
420,238
Bug 420238 [CSS] Reduce whitespace usage in the default Eclipse themes
One of the major complains I hear is that the new styling of Eclipse 4 wastes a lot of space. I suggest to reduce this to a minimum in the default themes and see if community themes go a different way.
2013-10-24 04:08:35
1,382,600,000
verified fixed
7710840
1,389,800,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java
Eclipse_Platform_UI
5
405,216
Bug 405216 Widget disposed exception in ProgressInfoItem.updateTrigger()
I have a job that sets the IProgressConstants.ACTION_PROPERTY. The action opens a blocking dialog. After the dialog is closed I get the exception shown below. The link widget is disposed for some reason. Not sure if this has any relevance here, KEEP_PROPERTY and KEEPONE_PROPERTY are set to Boolean.TRUE. In case of a CO...
2013-04-08 18:21:10
1,365,460,000
resolved fixed
470f274
1,389,720,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java
Eclipse_Platform_UI
6
413,943
Bug 413943 [Workbench] Make "instance/org.eclipse.ui.ide/WORKSPACE_NAME" a public preference
A normal call to a core API, i.e., EclipsePreferences.put() for key "instance/org.eclipse.ui.ide/WORKSPACE_NAME", leads to this exception in the UI: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:4397) at org.eclipse.swt.SWT.error(SWT.java:4312) at org.eclipse.swt.SWT.error(SW...
2013-07-29 14:55:51
1,375,120,000
resolved fixed
828d765
1,389,720,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IIDEPreferenceConstants.java
Eclipse_Platform_UI
7
423,495
Bug 423495 ElementTreeSelectionDialog unnecessarily hinders using styled label providers
The constructor of ElementTreeSelectionDialog only accespt ILabelProvider instances. This prevents clients from using an IStyledLabelProvider. I suggest to change the constructor to accept IBaseLabelProvider. This would also enable styled label providers.
2013-12-07 08:30:11
1,386,420,000
resolved fixed
2c6ce93
1,389,720,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java
Eclipse_Platform_UI
8
236,006
Bug 236006 [Viewers] Add tooltip support for DelegatingStyledCellLabelProvider
Build ID: I20080530-1730 Steps To Reproduce: DelegatingStyledCellLabelProvider has support for IFontProvider and IColorProvider but not for tooltip methods defined in CellLabelProvider I can delegate it from DelegatingStyledCellLabelProvider to IStyledLabelProvider by myself, but it should be nice to have it in standar...
2008-06-06 05:37:22
1,212,750,000
resolved fixed
39b4efc
1,389,100,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellLabelProvider.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DelegatingStyledCellLabelProvider.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IToolTipProvider.java
Eclipse_Platform_UI
9
424,252
Bug 424252 [EditorMgmt][Split editor] Provide commands in main menu
The Split Editor commands should be available in the main menu, like e.g. Window > New Editor. I think the best solution would be to combine the three commands into one submenu in the "Window" main menu: Editor > Split Horizontally Ctrl+_ Split Vertically Ctrl+{ Clone // the old "New Editor"
2013-12-17 12:04:51
1,387,300,000
verified fixed
4122371
1,387,560,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
Eclipse_Platform_UI
10
423,892
Bug 423892 [EditorMgmt][Split editor] Only one command available in Quick Access
I20131210-2000 In Quick Access (Command+3), I only see one Split Editor command, which splits vertically (creates a horizontal separator).
2013-12-12 06:01:43
1,386,850,000
resolved fixed
5f5d161
1,387,560,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/SplitHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/SplitValues.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java
Eclipse_Platform_UI
11
423,725
Bug 423725 [Contributions] Popup menus slowdown over time (> 5 seconds)
I've debugged this with Paul and it appears the issue is in org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.merge(MExpression, MExpression) because the two expressions are identical. This causes the expression to grow larger and larger on every menu popup which makes the menu take longer to show up.
2013-12-10 11:41:41
1,386,690,000
resolved fixed
b13507a
1,387,460,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java
Eclipse_Platform_UI
12
423,040
Bug 423040 activePart within SelectionAggregator is not set to null if all parts are closed
null
2013-12-03 10:15:02
1,386,080,000
resolved fixed
9d4f714
1,387,270,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java
Eclipse_Platform_UI
13
413,096
Bug 413096 [Workbench] 3.6.2 RCP application does not run correctly on 4.3 (workbench window is launching)
null
2013-07-16 13:05:11
1,373,990,000
resolved fixed
7100b54
1,387,200,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
Eclipse_Platform_UI
14
423,768
Bug 423768 [CSS] IAE exception when switching between CSS stylesheets with combo
null
2013-12-11 02:42:28
1,386,750,000
verified fixed
05044a5
1,386,780,000
bundles/org.eclipse.e4.ui.css.swt.theme/src/org/eclipse/e4/ui/css/swt/internal/theme/ThemeEngine.java
Eclipse_Platform_UI
15
423,718
Bug 423718 Regression: closing the Welcome view leaves the WBW in a strange state
Found while checking 4.4.0.I20131209-2000. I had a workspace with a maximized editor... installed EGit and restarted closed the resulting Welcome screen I ended up with all the stacks restored to the presentation but the shared area was still 'maximized'. Closing the Welcome shouldn't affect the state of the regular pr...
2013-12-10 10:55:38
1,386,690,000
verified fixed
75ffbc3
1,386,780,000
bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java
Eclipse_Platform_UI
16
423,748
Bug 423748 Sashes should honor the NO_MOVE tag
As a way to support 'fixed' sashes we should honor the existing NO_DRAG tag for MPartSashContainers.
2013-12-10 15:15:40
1,386,710,000
verified fixed
c67130c
1,386,780,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/SashLayout.java
Eclipse_Platform_UI
17
420,972
Bug 420972 Retire org.eclipse.e4.demo.split.* plug-ins
null
2013-11-04 04:03:13
1,383,560,000
resolved fixed
657bd90
1,386,630,000
examples/org.eclipse.e4.demo.split.model/src/org/eclipse/e4/demo/split/model/split/MSplitFactory.java examples/org.eclipse.e4.demo.split.model/src/org/eclipse/e4/demo/split/model/split/MStackSashContainer.java examples/org.eclipse.e4.demo.split.model/src/org/eclipse/e4/demo/split/model/split/impl/SplitFactoryImpl.java ...
Eclipse_Platform_UI
18
412,479
Bug 412479 ToolBarManagerRenderer doesn't care orientation changing of MToolBar because of it's cache.
ToolBarManagerRenderer#createtoolbar() has a MToolBar model to ToolBarManager cache map. However, Orientation of MToolBar(SWT.HORIZONTAL or SWT.VERTICAL) can be changed dynamically since user can drag toolbars to MTrimBar in 4 sides of WBW. When create a ToolBarManager first time, orientation is calculated and applied ...
2013-07-08 04:50:20
1,373,270,000
verified fixed
642ec7b
1,386,600,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarManagerRenderer.java bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarManager.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/action/AllTests.java tests/org.eclipse.ui.tests/Ec...
Eclipse_Platform_UI
19
416,746
Bug 416746 [Trim] Toolbar not visible with 4.3 legacy mode
I'm trying to port an RCP application from eclipse 3.8 to 4.3. Adding the necessary elements like LegacyIDE.e4xml and default css theme the application seems to work, however after the first restart the toolbar is not visible anymore. The toolbar is visible only when clearPersistedState is set to true, which is unaccep...
2013-09-06 11:47:54
1,378,480,000
verified fixed
aad29ac
1,386,270,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CoolBarToTrimManager.java
Eclipse_Platform_UI
20
417,399
Bug 417399 [Perspective] NPE during closing workspace with perspective opened with the '-perspective' option
Steps to reproduce the issue: 1) Open the new workspace and switch to the 'org.eclipse.jdt.ui.JavaPerspective' perspective 2) Close workspace and run again with the option: -perspective org.eclipse.debug.ui.DebugPerspective 3) The 'org.eclipse.debug.ui.DebugPerspective' perspective will be opened as expected 4) Close t...
2013-09-17 04:20:13
1,379,410,000
verified fixed
bd4f8f4
1,386,250,000
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java
Eclipse_Platform_UI
21
369,884
Bug 369884 platform:/plugin/ not used for applicationXMI
Currently applicationXMI is defined without the platform:/plugin/ prefix which for example are used for CSS resources or Icons. I think the Eclipse 4 platform should be consistent and use platform:/plugin/ also for the applicationXMI parameter. Also the e4 wizard should be adjusted to create the right URI.
2012-01-26 19:49:48
1,327,630,000
verified fixed
4cd7ec0
1,386,010,000
bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java
Eclipse_Platform_UI
22
410,049
Bug 410049 [Perspectives] Complex Placeholderfolder construct does not get rendered
We are using this construct which does not work in juno rcp: layout.createPlaceholderFolder(ID + ".folder.left", IPageLayout.LEFT, 0.3f, layout.getEditorArea()); //$NON-NLS-1$ layout.createPlaceholderFolder(ID + ".folder.left.bottom", IPageLayout.BOTTOM, 0.65f, ID + ".folder.left"); //$NON-NLS-1$ layout.createPlacehold...
2013-06-06 05:55:52
1,370,510,000
verified fixed
cf38dbb
1,386,000,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java
Eclipse_Platform_UI
23
422,533
Bug 422533 Remove "Loading Workbench" from splash screen
The splashscreen should be improved so that the plug-in names which are loaded are readable. I think the "Loading Workbench" text can be removed.
2013-11-25 18:43:24
1,385,420,000
verified fixed
8cf9ee8
1,385,990,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
Eclipse_Platform_UI
24
418,859
Bug 418859 [Contributions] Menu bar not displayed
My Eclipse menu bar disappeared today. I started up the IDE this morning and the menu bar just wasn't there. After unsuccessfully trying to figure out how I managed to hide it, I checked the log file and noticed a ClassCastException (see below). This is only affecting one of my workspaces. I have a separate workspace t...
2013-10-07 14:41:02
1,381,170,000
verified fixed
d5c1984
1,385,760,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CoolBarToTrimManager.java
Eclipse_Platform_UI
25
397,872
Bug 397872 [Workbench] NPE in WorkbenchPage#busyShowView
null
2013-01-10 10:08:18
1,357,830,000
verified fixed
3b3894f
1,385,570,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java
Eclipse_Platform_UI
26
420,951
Bug 420951 [CSS] Height of part header background is too small when shadow is disabled
null
2013-11-02 19:23:42
1,383,430,000
verified fixed
a670ec8
1,385,420,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java
Eclipse_Platform_UI
27
395,161
Bug 395161 Binding Context without name -> Error Message is misleading
!SESSION 2012-11-27 10:52:52.814 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_22 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE Framework arguments: -product com.example.e4.rcp.todo.todo -clearPersistedState Command-line ar...
2012-11-27 08:02:33
1,354,020,000
verified fixed
995063c
1,385,410,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/addons/ContextProcessingAddon.java
Eclipse_Platform_UI
28
409,834
Bug 409834 [Perspectives] Placeholder with secondary ID is being relocated to false container causing views to show at false location
null
2013-06-04 07:44:17
1,370,350,000
verified fixed
eeb3a08
1,385,140,000
bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java
Eclipse_Platform_UI
29
398,381
Bug 398381 [Contributions] Memory leak when ever calling context menu
Steps to reproduce: Call a context menu in a view/editor more times The memory leak happens when calling a context menu in the Package Explorer view, the Java editor, the Outline view ... Many contribution items and elements are leaked. The issue happens for the following two reasons: - the PopupMenuExtender class seem...
2013-01-17 07:15:19
1,358,420,000
resolved fixed
9c42f70
1,385,130,000
bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java
Eclipse_Platform_UI