[ https://jira.codehaus.org/browse/MCHECKSTYLE-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Herve Boutemy reopened MCHECKSTYLE-240: --------------------------------------- > 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 > Assignee: Herve Boutemy > Fix For: 2.13 > > > 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)