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
Right now, these variants both get their own representation because one uses this in getSomeField() while the other one doesn't. The easiest way to normalize would be to always add this when referencing instance fields or methods, since removing it will result in invalid code for setSomeField().
The text was updated successfully, but these errors were encountered:
It would be nice if the representer was able to normalize code such as the following two snippets into the same representation:
Right now, these variants both get their own representation because one uses
this
ingetSomeField()
while the other one doesn't. The easiest way to normalize would be to always addthis
when referencing instance fields or methods, since removing it will result in invalid code forsetSomeField()
.The text was updated successfully, but these errors were encountered: