Reports usages of deprecated Java methods in Ruby code. Deprecated methods are considered outdated and it is best to replace their usage
with a non-deprecated equivalent. Leaving usages of deprecated methods in the codebase can lead to issues if the deprecated methods are
removed in the future.