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
What steps will reproduce the problem?
1. Open Nonnegative.java
2. Look at inner class Checker
What is the expected output? What do you see instead?
Class Checker should be static, just like all other checkers
What version of the product are you using? On what operating system?
r43
Original issue reported on code.google.com by [email protected] on 30 Jun 2009 at 12:50
The text was updated successfully, but these errors were encountered:
Checker classes are static and public by default (because they're inner types
of an
interface) but IMHO the source code should be consistent: use static or drop it
everywhere.
Original issue reported on code.google.com by
[email protected]
on 30 Jun 2009 at 12:50The text was updated successfully, but these errors were encountered: