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
1 comment
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
0

Please sign in to leave a comment.