Unnecessary Vector usage in PropertyEditorSupport

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 20
    • Affects Version/s: 11, 17, 19, 20
    • Component/s: client-libs

      Field PropertyEditorSupport.listeners is accessed only under synchronized(this).
      It means extra synchronization by Vector is not needed. And we can use non-thread safe ArrayList instead.

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

              Created:
              Updated:
              Resolved: