Make a few fields in MergeCollation static

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 24
    • Affects Version/s: None
    • Component/s: core-libs
    • b12

      3 fields in java.text.MergeCollation could be made 'static':

          private final byte BITARRAYMASK = (byte)0x1;
          private final int BYTEPOWER = 3;
          private final int BYTEMASK = (1 << BYTEPOWER) - 1;

            Assignee:
            Andrey Turbanov
            Reporter:
            Andrey Turbanov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: