Is "Safe Delete" absolutely safe?
已回答
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 条评论
排序方式
日期
投票数
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
请先登录再写评论。