Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.