Identify and fix deprecated calls

IntelliJ IDEA will warn you if you're using deprecated methods, and they will be shown with a strikethrough if they're marked for removal

Tip Screenshot

IntelliJ IDEA shows deprecated methods that are marked for removal with a red strikethrough. JDK 16 has marked the wrapper class constructors for removal, so you'll see these with a red strikethrough in IntelliJ IDEA.


Related Resources

Commit Changes
Commit your changes to VCS
Disable Usages
Disable the inlay hint for Usages
AI Assistant Chat
Chat with AI Assistant inside the IDE