Binary Compatibility w/ the RI
------------------------------

         Key: MYFACES-1049
         URL: http://issues.apache.org/jira/browse/MYFACES-1049
     Project: MyFaces
        Type: Bug
  Components: Implementation  
    Versions: Nightly    
    Reporter: Dennis Byrne


I followed up on an idea mentioned by Simon a while back to compare MyFaces w/ 
the RI using http://clirr.sourceforge.net/ .  The output was a little buggy, 
but it appears they are pretty close ;-) 

The RI has a protected UIInput.compareValues(), which is the same thing as the 
MyFaces version of this - protected UIInput.valuesDifferent() .  UISelectMany 
is effected by this as well, since it currently overrides valuesDifferent().

The timeZone field of DateTimeConverter should go back to private.  I changed 
the sandbox child of this class (which does not work with the RI) accordingly.

Dennis Byrne

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

Reply via email to