You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles (JIRA)" <ji...@apache.org> on 2018/11/26 01:58:00 UTC

[jira] [Updated] (RNG-65) Clirr reports errors

     [ https://issues.apache.org/jira/browse/RNG-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles updated RNG-65:
----------------------
    Description: 
Errors are reported although I don't think those classes were changed since v1.1 was released.

* Error Removed org.apache.commons.rng.sampling.distribution.LogNormalSampler from the list of superclasses org.apache.commons.rng.sampling.distribution.BoxMullerLogNormalSampler
-> LogNormalSampler was never a base class
* Error Removed org.apache.commons.rng.sampling.distribution.SamplerBase from the list of superclasses
org.apache.commons.rng.sampling.distribution.BoxMullerNormalizedGaussianSampler
-> class still extends {{SamplerBase}}
* Error Removed org.apache.commons.rng.sampling.distribution.SamplerBase from the list of superclasses
org.apache.commons.rng.sampling.distribution.MarsagliaNormalizedGaussianSampler
-> class still extends {{SamplerBase}}
* Error Removed org.apache.commons.rng.sampling.distribution.SamplerBase from the list of superclasses
org.apache.commons.rng.sampling.distribution.ZigguratNormalizedGaussianSampler
-> class still extends {{SamplerBase}}

  was:Errors are reported although I don't think those classes were changed since v1.1 was released.


> Clirr reports errors
> --------------------
>
>                 Key: RNG-65
>                 URL: https://issues.apache.org/jira/browse/RNG-65
>             Project: Commons RNG
>          Issue Type: Task
>          Components: sampling
>            Reporter: Gilles
>            Priority: Blocker
>              Labels: compatibility
>             Fix For: 1.2
>
>
> Errors are reported although I don't think those classes were changed since v1.1 was released.
> * Error Removed org.apache.commons.rng.sampling.distribution.LogNormalSampler from the list of superclasses org.apache.commons.rng.sampling.distribution.BoxMullerLogNormalSampler
> -> LogNormalSampler was never a base class
> * Error Removed org.apache.commons.rng.sampling.distribution.SamplerBase from the list of superclasses
> org.apache.commons.rng.sampling.distribution.BoxMullerNormalizedGaussianSampler
> -> class still extends {{SamplerBase}}
> * Error Removed org.apache.commons.rng.sampling.distribution.SamplerBase from the list of superclasses
> org.apache.commons.rng.sampling.distribution.MarsagliaNormalizedGaussianSampler
> -> class still extends {{SamplerBase}}
> * Error Removed org.apache.commons.rng.sampling.distribution.SamplerBase from the list of superclasses
> org.apache.commons.rng.sampling.distribution.ZigguratNormalizedGaussianSampler
> -> class still extends {{SamplerBase}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)