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
Exempt combinations of Java fields and methods as double defs
Exempt combinations of Java fields and methods from being flagged
as double definitions.
Java fields don't get a getter, so the pattern
int f
int f() = f
is OK (and quite common).
0 commit comments