Names of public (final) constants should be capitalized.
- http://www.oracle.com/technetwork/java/codeconventions-135099.html ("Constants")
- http://stackoverflow.com/a/7259738/231357
We have still a few of these that are non-capitalized and we should correct these as long as we're not final, I think
example:
DefaultClient
private static final String apiEndpoint = "api"; private static final String osApiEndpoint = "osapi";
- blocks
-
JBIDE-20122 use new openshift-restclient-java with capitalized constants
-
- Closed
-
- relates to
-
OSJC-140 Replace explicit use of Enums
-
- Closed
-