eclipse.jdt.ls
eclipse.jdt.ls copied to clipboard
Fix bug in `UsingDeprecatedMethod` quick-fix
Fixed minor bugs for the UsingDeprecatedMethod quick-fix:
- trigger action based on the problem range instead requiring full method to be selected
- add missing fix
@shin19991207 could you please add some tests?
Thanks @shin19991207!