[
https://issues.apache.org/jira/browse/RNG-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gilles resolved RNG-46.
-----------------------
Resolution: Information Provided
No PMC member considers this report a blocker for the upcoming v1.1.
> Benign incompatibility (?)
> --------------------------
>
> Key: RNG-46
> URL: https://issues.apache.org/jira/browse/RNG-46
> Project: Commons RNG
> Issue Type: Sub-task
> Reporter: Gilles
> Priority: Blocker
> Labels: compatibility, incompatibility
> Fix For: 1.1
>
>
> Clirr reports this error:
> {{Removed org.apache.commons.rng.sampling.distribution.SamplerBase from the
> list of superclasses}}
> for this class:
> {{org.apache.commons.rng.sampling.distribution.BoxMullerLogNormalSampler}}
> It is quite true.
> However, no functionality inherited from {{SamplerBase}} could have been
> used since a {{null}} was passed to its constructor (i.e. any call to a
> method from the base class would trigger a {{NullPointerException}}).
> Moreover:
> * {{SamplerBase}} is only meant for internal usage,
> * it only contains {{protected}} methods,
> * {{BoxMullerLogNormalSampler}} is going to be flagged as {{@deprecated}} in
> the next release.
> Hence, I think that it is quite safe to release a 1.1 version (i.e. no change
> in major number!) despite this incompatibility.
> Please confirm.
> See also the [discussion on the "dev"
> ML|http://markmail.org/message/24t4v2bsh5x366fe].
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)