binding compiler is not aware of inherited interfaces
-----------------------------------------------------

                 Key: JIBX-205
                 URL: http://jira.codehaus.org/browse/JIBX-205
             Project: JiBX
          Issue Type: Bug
    Affects Versions: JiBX 1.1.5
            Reporter: Jaquar


Consider the following:-  (This is similar to Bug JIBX-156)

public interface IFoo
{ }

public interface IBar extends IFoo
{ }

public class Bug_Test implements IBar { }

If I have structure field which is of type IFoo, it fails to realize that 
Bug_Test is actually implementing it indirectly and throws the error:-
Error: No compatible mapping defined for type IFoo;

However, if I have a seperate mapping for IBar, it realizes that IBar extends 
to IFoo and eventually realizes that Bug_Test is implementing. It is similar to 
the above issue with the exception of interface instead of abstract class.

Is there a bug fix available ?

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

        

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to