You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/04/04 13:30:48 UTC

DO NOT REPLY [Bug 7740] New: - MethodUtils method compare bug

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7740>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7740

MethodUtils method compare bug

           Summary: MethodUtils method compare bug
           Product: Commons
           Version: Nightly Builds
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Bean Utilities
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: brand@topicus.nl


In function getMatchingAccessibleMethod, when comparing method parameters to
find a matching method the search is interrupted when method parameters don't
match, but the non-matching method is still returned. When the first method
returned by Java is appropriate this bug will go unnoticed.

I've posted a patch on the commons-dev mailing list

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>