Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-2992

Eliminate (use of) AccumuloConfiguration.getSiteConfiguration()

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 1.6.1, 1.7.0
    • None

    Description

      The static method AccumuloConfiguration.getSiteConfiguration() has been deprecated for a long time. ecn got rid of a lot of uses in ACCUMULO-2401. This ticket is to get rid of the rest. Each call can be replaced with:

      SiteConfiguration.getInstance(DefaultConfiguration.getInstance());
      

      The method itself can also be eliminated, as AccumuloConfiguration is not public API, assuming the elimination would not cause a problem.

      Attachments

        Issue Links

          Activity

            People

              bhavanki Bill Havanki
              bhavanki Bill Havanki
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m