All Questions
1 question
-1
votes
1
answer
107
views
Automated code navigation for finding all types of exceptions thrown?
There is a java code base based on the Spring Boot framework. As an activity I want to navigate the code path of every API method to check for the checked exceptions that are thrown at different ...