Uploaded image for project: 'Maven WAR Plugin'
  1. Maven WAR Plugin
  2. MWAR-160

Strange behaviour of org.apache.maven.plugin.war.util.WarUtils.dependencyEquals(Dependency, Dependency)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1-beta-1
    • None
    • None
    • all

    Description

      Maybe I have a bad day, but it seems that

      if ( !!StringUtils.equals( first.getArtifactId(), second.getArtifactId() ) )
      {
         return false;
      }
      

      has too many ! marks...

      am I wrong?

      with best regards
      Grzegorz Grzybek

      Attachments

        Activity

          People

            dennisl@apache.org Dennis Lundberg
            grzes Grzegorz Grzybek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: