Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-759

ListUnivariateImpl does not always access windowSize using synch.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.1
    • None
    • None

    Description

      ListUnivariateImpl has two synch. methods:
      getWindowSize
      setWindowSize

      However, windowSize is frequently referenced elsewhere without synch.

      It's not clear why the methods need synch., but if there is a need, then windowSize should always be read using synch.

      The code should use the super-class getter and setter.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sebb Sebb
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: