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

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

bug#8494: Java indentation with anotations


From: Diogo Sousa
Subject: bug#8494: Java indentation with anotations
Date: Wed, 13 Apr 2011 20:53:15 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Lightning/1.0b2 Lanikai/3.1.9

Hello,

I'm reporting a bug in java-mode indentation.

When class or method anotations are present emacs incorrecly idents them:

@Foo
        class Mumble
 {
         @Atomic
                 void foo()
         {

         }
}

When it should be:

@Foo
class Mumble
{
         @Atomic
         void foo()
         {

         }
}


Thank You,
Diogo Sousa

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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