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

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

bug#43951: 26.3; Java-mode annotation indentation


From: Lars Ingebrigtsen
Subject: bug#43951: 26.3; Java-mode annotation indentation
Date: Wed, 27 Jan 2021 06:34:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

johol@lysator.liu.se writes:

> Java source examples
>
> Wrong indentation:
> public class Foo
> {
>   @Foo(a=true,
>        b=false)
>        boolean foo = false;
> }
>
> Correct indentation with proposed fix below (as found on
> https://github.com/jdee-emacs/jdee/issues/5
> comment made by oldButNotWise on Dec 22, 2015)
>
> public class Foo
> {
>   @Foo(a=true,
>        b=false)
>   boolean foo = false;
> }

I can reproduce this in Emacs 27.1, but not in Emacs 28, so I'm going to
go ahead and guess that this has been fixed recently, and I'm closing
this bug report.  If you can still see this in Emacs 28, please respond
to the debbugs address and we'll reopen.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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