[
https://issues.apache.org/jira/browse/MATH-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Neidhart updated MATH-760:
---------------------------------
Priority: Minor (was: Major)
> DescriptiveStatistics.windowSize has a getter and setter, but is protected,
> so subclasses can bypass the validation check in the setter
> ---------------------------------------------------------------------------------------------------------------------------------------
>
> Key: MATH-760
> URL: https://issues.apache.org/jira/browse/MATH-760
> Project: Commons Math
> Issue Type: Bug
> Reporter: Sebb
> Priority: Minor
> Fix For: 4.0
>
>
> DescriptiveStatistics.windowSize has a setter which does validation and
> maintains the list if necessary.
> However the field is protected, so classes can ignore the setter.
> As it happens, this is exactly what the subclass
> ListUnivariateImpl.setWindowSize does.
> The field should be made private.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)