Details

    Description

      Convert field to static, if possible. Rename according to naming conventions (use ALL_CAPS if it's a static final field).

      Example:

      -  private final String ozoneUsagePrefix = "Usage: ozone fs [generic options]";
      +  private static final String USAGE_PREFIX = "Usage: ozone fs [generic options]";
      

      See attached file for list of items to fix.

      Attachments

        1. HDDS-10152.txt
          4 kB
          Attila Doroszlai

        Issue Links

          Activity

            People

              sarvekshayr Sarveksha Yeshavantha Raju
              adoroszlai Attila Doroszlai
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: