Herve Boutemy created MCHECKSTYLE-240:
-----------------------------------------

             Summary: add 17 and 31 to ignored MagicNumber
                 Key: MCHECKSTYLE-240
                 URL: https://jira.codehaus.org/browse/MCHECKSTYLE-240
             Project: Maven Checkstyle Plugin
          Issue Type: Wish
    Affects Versions: 2.12.1
            Reporter: Herve Boutemy


these are classical in hash calculations

{code:java}      public int hashCode()
     {
         int hash = 17;
         hash = hash * 31 + field1.hashCode();
         hash = hash * 31 + field2.hashCode();
         return hash;
     }{code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to