GNU bug report logs - #8494
Java indentation with anotations

Previous Next

Packages: cc-mode, emacs;

Reported by: Diogo Sousa <diogogsousa <at> gmail.com>

Date: Wed, 13 Apr 2011 20:03:01 UTC

Severity: normal

Fixed in version 24.5

Done: Alex <agrambot <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Alex <agrambot <at> gmail.com>
To: Diogo Sousa <diogogsousa <at> gmail.com>
Cc: 8494 <at> debbugs.gnu.org
Subject: bug#8494: Java indentation with anotations
Date: Sun, 14 Aug 2016 15:07:03 -0600
close 8494 24.5
quit

Diogo Sousa <diogogsousa <at> gmail.com> writes:

> 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

This indents correctly in 24.5.




This bug report was last modified 8 years and 278 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.