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
Renaming "setFoo" to "setX" incorrectly renames bean-style reference "c.foo" to "c.setX". Removing the @CompileStatic and renaming properly changes the expression to "c.x = ''".
The text was updated successfully, but these errors were encountered:
Consider the following:
Renaming "setFoo" to "setX" incorrectly renames bean-style reference "c.foo" to "c.setX". Removing the
@CompileStatic
and renaming properly changes the expression to "c.x = ''".The text was updated successfully, but these errors were encountered: