-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Y_ has incorrect spelling : CONSTANTS are not handled well #27
Comments
Constants are a problem. I am otherwise following the google java coding style guide, but in constants I have to simplify. The definition of a constant used is that is has to be |
Hi Paul, Not sure what you are saying? That first one is because they are not static as I commented. |
The first picture has
|
for code
private final List<String> EMPTY_LIST = new LinkedList<String>();
there is "Y_ has incorrect spelling" message
The text was updated successfully, but these errors were encountered: