You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Clinton Begin (JIRA)" <ib...@incubator.apache.org> on 2008/08/31 19:23:44 UTC

[jira] Closed: (IBATIS-531) ClassInfo gets overly excited about generics methods and calls them overloaded

     [ https://issues.apache.org/jira/browse/IBATIS-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clinton Begin closed IBATIS-531.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.4

Fixed as described.

> ClassInfo gets overly excited about generics methods and calls them overloaded 
> -------------------------------------------------------------------------------
>
>                 Key: IBATIS-531
>                 URL: https://issues.apache.org/jira/browse/IBATIS-531
>             Project: iBatis for Java
>          Issue Type: Bug
>          Components: SQL Maps
>    Affects Versions: 2.3.3
>            Reporter: Scott Morgan
>             Fix For: 2.3.4
>
>
> ClassInfo complains if an interface is defined with a generic method and then a class implements that interface.  ClassInfo is picking up the compiler generated bridge methods and treating them as overloaded methods.  Please exclude bridge methods (Method.isBridge())from addSetMethods
> I'm marking this major because when I start my app errors are getting logged 
> See the bottom of IBATIS-128 for more details.
> http://issues.apache.org/jira/browse/IBATIS-128

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.