[Col] CollationRules should avoid new String(String)

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P5
    • 8
    • Affects Version/s: 7
    • Component/s: core-libs
    • b55
    • generic
    • generic

      CollationRules calls new String(String) which should be avoided.

      final class CollationRules {
          final static String DEFAULTRULES = new String(
              "" // no FRENCH accent order by default, add in French Delta
              // IGNORABLES (up to first < character)
              // COMPLETELY IGNORE format characters
              + "='\u200B'=\u200C=\u200D=\u200E=\u200F"
              ...

            Assignee:
            Naoto Sato
            Reporter:
            Masayoshi Okutsu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: