Bug 551036 - Refactor: recursive 'Add throws declaration' with preview
Summary: Refactor: recursive 'Add throws declaration' with preview
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.13   Edit
Hardware: PC Windows 10
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-13 04:23 EDT by Carlo Marchiori CLA
Modified: 2019-09-26 02:49 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlo Marchiori CLA 2019-09-13 04:23:31 EDT
Adding an Exception to a method can have a huge impact because you can break the break whole call hierarchy. Sometimes it takes quite some time to manually follow the the call hierarchy and decide where to 'Add throws declaration' or' Surround with try/catch' or 'Add exception to existing catch clause', etc...

The proposal is about adding a refactoring wizard with a preview to help refactor the java code more quickly.