You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(rename): handle exceptions and improve logging for rename suggestions #129
This commit enhances the RenameLookupManagerListener by adding exception handling and refactoring the code to extract a method for clearer and more maintainable code. The new method `doExecuteNameSuggest` is introduced to encapsulate the logic for adding rename suggestions to the lookup, ensuring that the suggestions are only added if the lookup is not disposed. This commit also improves logging by catching and logging exceptions that occur during the rename suggestion process, providing better visibility into potential issues.
0 commit comments