[
https://issues.apache.org/jira/browse/MATH-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13268960#comment-13268960
]
Thomas Neidhart commented on MATH-759:
--------------------------------------
Cleanup of the ListUnivariateImpl class in r1334421:
* removed unnecessary synchronized keywords (unit tests are single-threaded)
* get windowSize using getter instead of protected member (in preparation for
MATH-760)
> ListUnivariateImpl does not always access windowSize using synch.
> -----------------------------------------------------------------
>
> Key: MATH-759
> URL: https://issues.apache.org/jira/browse/MATH-759
> Project: Commons Math
> Issue Type: Bug
> Reporter: Sebb
> Priority: Minor
>
> 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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira