Bug 564414 - Multi qick fix does not work in Problems view
Summary: Multi qick fix does not work in Problems view
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.16   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-18 07:35 EDT by Alexander Veit CLA
Modified: 2020-06-19 02:09 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 Alexander Veit CLA 2020-06-18 07:35:25 EDT
Select multiple entries in the Problems view, each from the same class, all from methods that declare "throws Exception" but do not actually throw it, all with problem messages of the form

"The declared exception Exception is not actually thrown by the method ..."

Then right click and select "Quick Fix".

The message

"The selected problems do not have a common applicable quick fix."

occurs.

This seems to be wrong.
Comment 1 Manoj N Palat CLA 2020-06-18 23:43:59 EDT
Moving to ui for the initial analysis
Comment 2 Noopur Gupta CLA 2020-06-19 02:09:24 EDT
Multi quick fixes are implemented at a case basis. Keeping this bug as an enhancement request.