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
I made the early mistake of not worrying about static fields vs class fields, and I realize now I need to address this. Presently it replaces field access with ClassName.field, when sometimes it should be self.field.
I should create a nice demo of this with a Java class which contains a static field constant and a class field.
The text was updated successfully, but these errors were encountered:
I made the early mistake of not worrying about static fields vs class fields, and I realize now I need to address this. Presently it replaces field access with ClassName.field, when sometimes it should be self.field.
I should create a nice demo of this with a Java class which contains a static field constant and a class field.
The text was updated successfully, but these errors were encountered: