Unnecessary Vector usage in IIORegistry

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 20
    • Affects Version/s: None
    • Component/s: client-libs

      Field javax.imageio.spi.IIORegistry#initialCategories is modified only in static {} block, which makes it effectively final. Instead of legacy synchronized Vector we can use an immutable List here.

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

              Created:
              Updated:
              Resolved: