> I've committed a fix, revision #114474, to the bzr trunk.  Could you try
> out the change, please, and either confirm it fixes the bug properly, or
> tell me what hasn't yet been fixed.

Thank you. The case I initially mentioned works properly now, also with multiple implemented interfaces. However, it seems to not know about interfaces with generics:

public enum X implements Y <Z>
{
    A,
        B;
}

Paul