IPP Feature Request
There is the existing intention to flip "equals"
a.. Flip 'equals': foo.equals(bar) -> bar.equals(foo)
It would be useful to make a similar intention to flip equalsIgnoreCase
Flip 'equalsIgnoreCase': foo.equalsIgnoreCase(bar) ->
bar.equalsIgnoreCase(foo)
Please sign in to leave a comment.
Good one. It'll be in the next release, um, soonish.
--Dave Griffith
Could you put this in the inspections gadget plugin as well, please (where
it detects that the constant string is the argument rather than the string
equalsIgnoreCase method is invoked on)?
Thanks for the great plugins,
Andrei
On Wed, 20 Aug 2003 20:23:52 +0000, Dave Griffith wrote:
Way ahead of you...