Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-840

Wrong check for defaultCacheArtifactPattern

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0-beta-2
    • 2.0-RC1
    • None
    • None

    Description

      In the class IvySettings there is the following method:

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

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

      Attachments

        Activity

          People

            maartenc Maarten Coene
            hdockter Hans Dockter
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: