You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then assume to refactor rename the field customerId of the Customer class to e.g. just id. Since the cache key String literal is not considered by the refactoring action it is hard to notice that the @CacheEvict does not work anymore as expected.
Similarly, renaming a method parameter does not take the String literal into account
So it would be great if the refactor rename action also considers SpEL literals.
The text was updated successfully, but these errors were encountered:
Follow up of #475
Considering this situation:
Then assume to refactor rename the field
customerId
of theCustomer
class to e.g. justid
. Since the cache key String literal is not considered by the refactoring action it is hard to notice that the@CacheEvict
does not work anymore as expected.Similarly, renaming a method parameter does not take the String literal into account
So it would be great if the refactor rename action also considers SpEL literals.
The text was updated successfully, but these errors were encountered: