Bug 551036

Summary: Refactor: recursive 'Add throws declaration' with preview
Product: [Eclipse Project] JDT Reporter: Carlo Marchiori <carlo.marchiori>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.13   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

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.