Bug 564414

Summary: Multi qick fix does not work in Problems view
Product: [Eclipse Project] JDT Reporter: Alexander Veit <Alexander.Veit>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: noopur_gupta
Version: 4.16   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

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.