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
Method local records and enum are "static", in that even in non-static parent methods, they cannot access state from the enclosing class. The method on ClassData incorrectly reports them as not static inner classes.
Also, method local classes inside static methods are also static are incorrectly reported as not static classes.
The text was updated successfully, but these errors were encountered:
Method local records and enum are "static", in that even in non-static parent methods, they cannot access state from the enclosing class. The method on ClassData incorrectly reports them as not static inner classes.
Also, method local classes inside static methods are also static are incorrectly reported as not static classes.
The text was updated successfully, but these errors were encountered: