bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15465: CC-mode misaligns enums that implement an interface in Java


From: Paul Pogonyshev
Subject: bug#15465: CC-mode misaligns enums that implement an interface in Java
Date: Sat, 28 Sep 2013 21:15:52 +0200

> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]