Index: Attributes.java =================================================================== --- Attributes.java (revision 543038) +++ Attributes.java (working copy) @@ -115,7 +115,7 @@ @Override public int hashCode() { if (hashCode == 0) { - hashCode = Util.toASCIILowerCase("name").hashCode(); + hashCode = Util.toASCIILowerCase(name).hashCode(); } return hashCode; }