[
https://issues.apache.org/jira/browse/RNG-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gilles resolved RNG-65.
-----------------------
Resolution: Cannot Reproduce
Fix Version/s: (was: 1.2)
Problem was due to a stale cache.
Under the "~/.m2" directory, deleting all "commons-rng"-related files fixed the
issue.
> 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
>
> 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)