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

                 Key: MWAR-160
                 URL: http://jira.codehaus.org/browse/MWAR-160
             Project: Maven 2.x War Plugin
          Issue Type: Bug
         Environment: all
            Reporter: Grzegorz Grzybek


Maybe I have a bad day, but it seems that 
{code:java}
if ( !!StringUtils.equals( first.getArtifactId(), second.getArtifactId() ) )
{
   return false;
}
{code}
has too many ! marks...

am I wrong?

with best regards
Grzegorz Grzybek


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to