Wrong check for defaultCacheArtifactPattern
-------------------------------------------

                 Key: IVY-840
                 URL: https://issues.apache.org/jira/browse/IVY-840
             Project: Ivy
          Issue Type: Bug
    Affects Versions: 2.0.0-beta-2
            Reporter: Hans Dockter


In the class {{IvySettings}} there is the following method:

{code:java}
public void setDefaultCacheArtifactPattern(String defaultCacheArtifactPattern) {
        CacheUtil.checkCachePattern(defaultCacheIvyPattern);
        this.defaultCacheArtifactPattern = defaultCacheArtifactPattern;
}
{code}

I guess it should be: 
{{CacheUtil.checkCachePattern(defaultCacheArtifactPattern);}}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to