https://issues.apache.org/bugzilla/show_bug.cgi?id=49542

           Summary: IteratedValueExpression and IndexedValueExpression
                    implementation
           Product: Taglibs
           Version: 1.2.0
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Standard Taglib
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: jboy...@apache.org


The equals() methods on IndexedValueExpression and IteratedValueExpression are
inconsistent with the implementation of hashCode() which does not fulfill the
contract for equals().

The serialUID values for these two classes do not match the values defined in
the specification JavaDoc.

The serialized fields for IteratedValueExpression are in a different order than
defined in the specification JavaDoc. This may not really matter as one of
those fields contains an IteratedExpression which is not Serializable.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to