Bug 575002 - Cannot add view in Workbench Context
Summary: Cannot add view in Workbench Context
Status: RESOLVED FIXED
Alias: None
Product: RCPTT
Classification: Technology
Component: IDE (show other bugs)
Version: 2.5.1   Edit
Hardware: PC All
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-23 09:53 EDT by Nicolas PERANSIN CLA
Modified: 2024-05-14 07:56 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas PERANSIN CLA 2021-07-23 09:53:27 EDT
In a Workbench Context,
When clicking on: Workbench \ {Views} [Add...]

an error occurs
java.lang.NoSuchMethodError: 'java.lang.String org.eclipse.ui.internal.dialogs.DialogUtil.removeAccel(java.lang.String)'
  at org.eclipse.rcptt.ctx.workbench.ui.views.SelectViewDialog$ViewComparator.compare(SelectViewDialog.java:269)

In Eclipse 4.16 (aka 2020-06), this method has been removed.

More about at https://projects.eclipse.org/projects/eclipse/releases/4.16.0/bugs
=> 149652 Replace DialogUtil.removeAccel with ...

Consequence:
It is impossible to update tests when the id of a view changed.
Comment 1 Vasili Gulevich CLA 2024-05-14 07:56:53 EDT
This is probably fixed in 2.5.5-M3 as it uses target platform 2023-03.