Attila Doroszlai created HDDS-10152:
---------------------------------------
Summary: Field should be static
Key: HDDS-10152
URL: https://issues.apache.org/jira/browse/HDDS-10152
Project: Apache Ozone
Issue Type: Sub-task
Reporter: Attila Doroszlai
Convert field to {{static}}, if possible. Rename according to naming
conventions (use {{ALL_CAPS}} if it's a {{static final}} field).
Example:
{code}
- private final String ozoneUsagePrefix = "Usage: ozone fs [generic options]";
+ private static final String USAGE_PREFIX = "Usage: ozone fs [generic
options]";
{code}
See attached file for list of items to fix.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]