Is "Safe Delete" absolutely safe?
Answered
Hello, JetBrains.
I'm working on code refactoring for my project now.
I want to be sure that is "Safe Delete" absolutely safe.
Can you tell me a little bit about how you determine if it's a "Safe Delete"?
1 comment
Sort by
Date
Votes
Safe delete works based on call hierarchy. You can check out some examples of before and after deletion here : https://www.jetbrains.com/help/idea/safe-delete.html#safe_delete_example
Please sign in to leave a comment.